2025-04-15 14:49:09.584 | + stack.sh:main:502 : exec 2025-04-15 14:49:09.584 | ++ stack.sh:main:502 : /usr/bin/python3.10 /opt/stack/devstack/tools/outfilter.py -o /opt/stack//logs/stack.sh.log.2025-04-15-144909.summary.2025-04-15-144909 2025-04-15 14:49:09.584 | + stack.sh:main:510 : echo_summary 'stack.sh log /opt/stack//logs/stack.sh.log.2025-04-15-144909' 2025-04-15 14:49:09.584 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 14:49:09.584 | + stack.sh:echo_summary:461 : echo -e stack.sh log /opt/stack//logs/stack.sh.log.2025-04-15-144909 2025-04-15 14:49:09.584 | + stack.sh:main:512 : ln -sf /opt/stack//logs/stack.sh.log.2025-04-15-144909 /opt/stack//logs/stack.sh.log 2025-04-15 14:49:09.584 | + stack.sh:main:513 : ln -sf /opt/stack//logs/stack.sh.log.2025-04-15-144909.summary.2025-04-15-144909 /opt/stack//logs/stack.sh.log.summary 2025-04-15 14:49:09.584 | + stack.sh:main:528 : check_path_perm_sanity /opt/stack/ 2025-04-15 14:49:09.584 | + functions:check_path_perm_sanity:607 : local real_path 2025-04-15 14:49:09.584 | ++ functions:check_path_perm_sanity:608 : readlink -f /opt/stack/ 2025-04-15 14:49:09.584 | + functions:check_path_perm_sanity:608 : real_path=/opt/stack 2025-04-15 14:49:09.584 | + functions:check_path_perm_sanity:609 : local rebuilt_path= 2025-04-15 14:49:09.584 | ++ functions:check_path_perm_sanity:610 : echo /opt/stack 2025-04-15 14:49:09.584 | ++ functions:check_path_perm_sanity:610 : tr / ' ' 2025-04-15 14:49:09.584 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2025-04-15 14:49:09.584 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt 2025-04-15 14:49:09.584 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt 2025-04-15 14:49:09.585 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2025-04-15 14:49:09.586 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2025-04-15 14:49:09.587 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt/stack 2025-04-15 14:49:09.589 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt/stack 2025-04-15 14:49:09.591 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2025-04-15 14:49:09.593 | + stack.sh:main:534 : trap exit_trap EXIT 2025-04-15 14:49:09.594 | + stack.sh:main:575 : trap err_trap ERR 2025-04-15 14:49:09.595 | + stack.sh:main:588 : set -o errexit 2025-04-15 14:49:09.597 | + stack.sh:main:591 : uname -a 2025-04-15 14:49:09.598 | Linux devstack 6.8.0-52-generic #53~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Jan 15 19:18:46 UTC 2 x86_64 x86_64 x86_64 GNU/Linux 2025-04-15 14:49:09.599 | + stack.sh:main:594 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2025-04-15 14:49:09.600 | + stack.sh:main:595 : rm -f /opt/stack/data/ca-bundle.pem 2025-04-15 14:49:09.602 | + stack.sh:main:598 : source /opt/stack/devstack/lib/database 2025-04-15 14:49:09.626 | + stack.sh:main:599 : source /opt/stack/devstack/lib/rpc_backend 2025-04-15 14:49:09.636 | + stack.sh:main:605 : fetch_plugins 2025-04-15 14:49:09.638 | + functions-common:fetch_plugins:1746 : local plugins=,networking-nsx-t 2025-04-15 14:49:09.639 | + functions-common:fetch_plugins:1747 : local plugin 2025-04-15 14:49:09.640 | + functions-common:fetch_plugins:1750 : [[ -z ,networking-nsx-t ]] 2025-04-15 14:49:09.642 | + functions-common:fetch_plugins:1754 : echo 'Fetching DevStack plugins' 2025-04-15 14:49:09.642 | Fetching DevStack plugins 2025-04-15 14:49:09.643 | + functions-common:fetch_plugins:1755 : for plugin in ${plugins//,/ } 2025-04-15 14:49:09.644 | + functions-common:fetch_plugins:1756 : git_clone_by_name networking-nsx-t 2025-04-15 14:49:09.646 | + functions-common:git_clone_by_name:664 : local name=networking-nsx-t 2025-04-15 14:49:09.647 | + functions-common:git_clone_by_name:665 : local repo=https://github.com/sapcc/networking-nsx-t 2025-04-15 14:49:09.648 | + functions-common:git_clone_by_name:666 : local dir=/opt/stack/networking-nsx-t 2025-04-15 14:49:09.649 | + functions-common:git_clone_by_name:667 : local branch=devstack 2025-04-15 14:49:09.651 | + functions-common:git_clone_by_name:668 : git_clone https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t devstack 2025-04-15 14:49:09.652 | + functions-common:git_clone:572 : local git_remote=https://github.com/sapcc/networking-nsx-t 2025-04-15 14:49:09.653 | + functions-common:git_clone:573 : local git_dest=/opt/stack/networking-nsx-t 2025-04-15 14:49:09.655 | + functions-common:git_clone:574 : local git_ref=devstack 2025-04-15 14:49:09.656 | + functions-common:git_clone:575 : local orig_dir 2025-04-15 14:49:09.658 | ++ functions-common:git_clone:576 : pwd 2025-04-15 14:49:09.659 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-15 14:49:09.660 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-15 14:49:09.662 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-15 14:49:09.671 | + functions-common:git_clone:579 : RECLONE=False 2025-04-15 14:49:09.673 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-15 14:49:09.674 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-15 14:49:09.675 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-15 14:49:09.677 | + functions-common:git_clone:593 : echo devstack 2025-04-15 14:49:09.677 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-15 14:49:09.680 | + functions-common:git_clone:607 : [[ ! -d /opt/stack/networking-nsx-t ]] 2025-04-15 14:49:09.681 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-15 14:49:09.682 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t 2025-04-15 14:49:09.684 | + functions-common:git_timed:680 : local count=0 2025-04-15 14:49:09.685 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 14:49:09.687 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 14:49:09.688 | + functions-common:git_timed:684 : timeout=0 2025-04-15 14:49:09.689 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 14:49:09.690 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 14:49:09.692 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:49:09.693 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:49:09.695 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:49:09.697 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728549695 2025-04-15 14:49:09.698 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t 2025-04-15 14:49:09.701 | Cloning into '/opt/stack/networking-nsx-t'... 2025-04-15 14:49:10.724 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 14:49:10.726 | + functions-common:time_stop:2400 : local name 2025-04-15 14:49:10.728 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:49:10.729 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:49:10.730 | + functions-common:time_stop:2403 : local total 2025-04-15 14:49:10.732 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:49:10.733 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 14:49:10.734 | + functions-common:time_stop:2407 : start_time=1744728549695 2025-04-15 14:49:10.736 | + functions-common:time_stop:2409 : [[ -z 1744728549695 ]] 2025-04-15 14:49:10.738 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:49:10.740 | + functions-common:time_stop:2412 : end_time=1744728550738 2025-04-15 14:49:10.741 | + functions-common:time_stop:2413 : elapsed_time=1043 2025-04-15 14:49:10.742 | + functions-common:time_stop:2414 : total=0 2025-04-15 14:49:10.744 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:49:10.745 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1043 2025-04-15 14:49:10.746 | + functions-common:git_clone:614 : cd /opt/stack/networking-nsx-t 2025-04-15 14:49:10.748 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin devstack 2025-04-15 14:49:10.749 | + functions-common:git_timed:680 : local count=0 2025-04-15 14:49:10.750 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 14:49:10.752 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 14:49:10.753 | + functions-common:git_timed:684 : timeout=0 2025-04-15 14:49:10.754 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 14:49:10.756 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 14:49:10.757 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:49:10.758 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:49:10.760 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:49:10.762 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728550761 2025-04-15 14:49:10.764 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin devstack 2025-04-15 14:49:11.334 | From https://github.com/sapcc/networking-nsx-t 2025-04-15 14:49:11.334 | * branch devstack -> FETCH_HEAD 2025-04-15 14:49:11.338 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 14:49:11.340 | + functions-common:time_stop:2400 : local name 2025-04-15 14:49:11.341 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:49:11.343 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:49:11.344 | + functions-common:time_stop:2403 : local total 2025-04-15 14:49:11.345 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:49:11.347 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 14:49:11.348 | + functions-common:time_stop:2407 : start_time=1744728550761 2025-04-15 14:49:11.350 | + functions-common:time_stop:2409 : [[ -z 1744728550761 ]] 2025-04-15 14:49:11.352 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:49:11.354 | + functions-common:time_stop:2412 : end_time=1744728551353 2025-04-15 14:49:11.356 | + functions-common:time_stop:2413 : elapsed_time=592 2025-04-15 14:49:11.357 | + functions-common:time_stop:2414 : total=1043 2025-04-15 14:49:11.358 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:49:11.360 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1635 2025-04-15 14:49:11.361 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-15 14:49:11.363 | + functions-common:git_timed:680 : local count=0 2025-04-15 14:49:11.364 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 14:49:11.365 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 14:49:11.367 | + functions-common:git_timed:684 : timeout=0 2025-04-15 14:49:11.368 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 14:49:11.370 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 14:49:11.371 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:49:11.372 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:49:11.374 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:49:11.377 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728551375 2025-04-15 14:49:11.378 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-15 14:49:11.388 | Note: switching to 'FETCH_HEAD'. 2025-04-15 14:49:11.388 | 2025-04-15 14:49:11.388 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-15 14:49:11.388 | changes and commit them, and you can discard any commits you make in this 2025-04-15 14:49:11.388 | state without impacting any branches by switching back to a branch. 2025-04-15 14:49:11.388 | 2025-04-15 14:49:11.388 | If you want to create a new branch to retain commits you create, you may 2025-04-15 14:49:11.388 | do so (now or later) by using -c with the switch command. Example: 2025-04-15 14:49:11.388 | 2025-04-15 14:49:11.388 | git switch -c 2025-04-15 14:49:11.388 | 2025-04-15 14:49:11.388 | Or undo this operation with: 2025-04-15 14:49:11.388 | 2025-04-15 14:49:11.388 | git switch - 2025-04-15 14:49:11.388 | 2025-04-15 14:49:11.388 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-15 14:49:11.388 | 2025-04-15 14:49:11.388 | HEAD is now at 29bc664 Delay agent initialization 2025-04-15 14:49:11.390 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 14:49:11.391 | + functions-common:time_stop:2400 : local name 2025-04-15 14:49:11.393 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:49:11.394 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:49:11.395 | + functions-common:time_stop:2403 : local total 2025-04-15 14:49:11.397 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:49:11.398 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 14:49:11.399 | + functions-common:time_stop:2407 : start_time=1744728551375 2025-04-15 14:49:11.401 | + functions-common:time_stop:2409 : [[ -z 1744728551375 ]] 2025-04-15 14:49:11.403 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:49:11.405 | + functions-common:time_stop:2412 : end_time=1744728551403 2025-04-15 14:49:11.406 | + functions-common:time_stop:2413 : elapsed_time=28 2025-04-15 14:49:11.408 | + functions-common:time_stop:2414 : total=1635 2025-04-15 14:49:11.409 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:49:11.410 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1663 2025-04-15 14:49:11.412 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack/networking-nsx-t 2025-04-15 14:49:11.421 | + functions-common:git_clone:655 : cd /opt/stack/networking-nsx-t 2025-04-15 14:49:11.422 | + functions-common:git_clone:656 : git show --oneline 2025-04-15 14:49:11.423 | + functions-common:git_clone:656 : head -1 2025-04-15 14:49:11.425 | 29bc664 Delay agent initialization 2025-04-15 14:49:11.426 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-15 14:49:11.428 | + stack.sh:main:609 : run_phase override_defaults 2025-04-15 14:49:11.429 | + functions-common:run_phase:1828 : local mode=override_defaults 2025-04-15 14:49:11.431 | + functions-common:run_phase:1829 : local phase= 2025-04-15 14:49:11.432 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-15 14:49:11.434 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-15 14:49:11.435 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-15 14:49:11.437 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-15 14:49:11.438 | + functions-common:run_phase:1838 : local extra 2025-04-15 14:49:11.440 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-15 14:49:11.442 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-15 14:49:11.444 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-15 14:49:11.445 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-15 14:49:11.447 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh override_defaults 2025-04-15 14:49:11.448 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-15 14:49:11.457 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:49:11.459 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2025-04-15 14:49:11.460 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-15 14:49:11.461 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-15 14:49:11.463 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-15 14:49:11.464 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-15 14:49:11.465 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-15 14:49:11.467 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2025-04-15 14:49:11.468 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2025-04-15 14:49:11.470 | + functions-common:run_phase:1849 : [[ override_defaults == \s\o\u\r\c\e ]] 2025-04-15 14:49:11.471 | + functions-common:run_phase:1852 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-15 14:49:11.472 | + functions-common:run_phase:1853 : plugin_override_defaults 2025-04-15 14:49:11.474 | + functions-common:plugin_override_defaults:1787 : local plugins=,networking-nsx-t 2025-04-15 14:49:11.475 | + functions-common:plugin_override_defaults:1788 : local plugin 2025-04-15 14:49:11.476 | + functions-common:plugin_override_defaults:1791 : [[ -z ,networking-nsx-t ]] 2025-04-15 14:49:11.478 | + functions-common:plugin_override_defaults:1795 : echo 'Overriding Configuration Defaults' 2025-04-15 14:49:11.478 | Overriding Configuration Defaults 2025-04-15 14:49:11.479 | + functions-common:plugin_override_defaults:1796 : for plugin in ${plugins//,/ } 2025-04-15 14:49:11.480 | + functions-common:plugin_override_defaults:1797 : local dir=/opt/stack/networking-nsx-t 2025-04-15 14:49:11.482 | + functions-common:plugin_override_defaults:1799 : [[ -f /opt/stack/networking-nsx-t/devstack/override-defaults ]] 2025-04-15 14:49:11.483 | + stack.sh:main:612 : source /opt/stack/devstack/lib/apache 2025-04-15 14:49:11.494 | + stack.sh:main:615 : source /opt/stack/devstack/lib/tls 2025-04-15 14:49:11.496 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2025-04-15 14:49:11.505 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:49:11.507 | +++ lib/tls:source:43 : hostname -f 2025-04-15 14:49:11.509 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=devstack 2025-04-15 14:49:11.511 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2025-04-15 14:49:11.512 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2025-04-15 14:49:11.514 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2025-04-15 14:49:11.515 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2025-04-15 14:49:11.516 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2025-04-15 14:49:11.518 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2025-04-15 14:49:11.519 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2025-04-15 14:49:11.521 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2025-04-15 14:49:11.523 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2025-04-15 14:49:11.525 | + stack.sh:main:618 : source /opt/stack/devstack/lib/infra 2025-04-15 14:49:11.533 | + stack.sh:main:619 : source /opt/stack/devstack/lib/libraries 2025-04-15 14:49:11.545 | + stack.sh:main:620 : source /opt/stack/devstack/lib/lvm 2025-04-15 14:49:11.553 | + stack.sh:main:621 : source /opt/stack/devstack/lib/horizon 2025-04-15 14:49:11.562 | + stack.sh:main:622 : source /opt/stack/devstack/lib/keystone 2025-04-15 14:49:11.585 | + stack.sh:main:623 : source /opt/stack/devstack/lib/glance 2025-04-15 14:49:11.623 | + stack.sh:main:624 : source /opt/stack/devstack/lib/nova 2025-04-15 14:49:11.669 | + stack.sh:main:625 : source /opt/stack/devstack/lib/placement 2025-04-15 14:49:11.687 | + stack.sh:main:626 : source /opt/stack/devstack/lib/cinder 2025-04-15 14:49:11.721 | + stack.sh:main:627 : source /opt/stack/devstack/lib/swift 2025-04-15 14:49:11.752 | + stack.sh:main:628 : source /opt/stack/devstack/lib/neutron 2025-04-15 14:49:11.754 | ++ lib/neutron:source:61 : is_service_enabled tls-proxy 2025-04-15 14:49:11.764 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:49:11.766 | ++ lib/neutron:source:67 : GITDIR["python-neutronclient"]=/opt/stack//python-neutronclient 2025-04-15 14:49:11.768 | ++ lib/neutron:source:70 : NEUTRON_DIR=/opt/stack//neutron 2025-04-15 14:49:11.769 | ++ lib/neutron:source:71 : NEUTRON_FWAAS_DIR=/opt/stack//neutron-fwaas 2025-04-15 14:49:11.771 | ++ lib/neutron:source:74 : [[ -d /opt/stack//neutron/bin/neutron-server ]] 2025-04-15 14:49:11.773 | +++ lib/neutron:source:77 : get_python_exec_prefix 2025-04-15 14:49:11.784 | +++ inc/python:get_python_exec_prefix:80 : [[ True == \T\r\u\e ]] 2025-04-15 14:49:11.785 | +++ inc/python:get_python_exec_prefix:81 : echo /opt/stack/data/venv/bin 2025-04-15 14:49:11.787 | ++ lib/neutron:source:77 : NEUTRON_BIN_DIR=/opt/stack/data/venv/bin 2025-04-15 14:49:11.789 | ++ lib/neutron:source:80 : NEUTRON_CONF_DIR=/etc/neutron 2025-04-15 14:49:11.790 | ++ lib/neutron:source:81 : NEUTRON_CONF=/etc/neutron/neutron.conf 2025-04-15 14:49:11.792 | ++ lib/neutron:source:82 : export NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2025-04-15 14:49:11.794 | ++ lib/neutron:source:82 : NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2025-04-15 14:49:11.796 | +++ lib/neutron:source:89 : trueorfalse False NEUTRON_DEPLOY_MOD_WSGI 2025-04-15 14:49:11.806 | ++ lib/neutron:source:89 : NEUTRON_DEPLOY_MOD_WSGI=False 2025-04-15 14:49:11.808 | ++ lib/neutron:source:91 : NEUTRON_UWSGI_CONF=/etc/neutron/neutron-api-uwsgi.ini 2025-04-15 14:49:11.810 | +++ lib/neutron:source:96 : trueorfalse False NEUTRON_ENFORCE_SCOPE 2025-04-15 14:49:11.821 | ++ lib/neutron:source:96 : NEUTRON_ENFORCE_SCOPE=False 2025-04-15 14:49:11.822 | ++ lib/neutron:source:100 : AGENT_DHCP_BINARY=/opt/stack/data/venv/bin/neutron-dhcp-agent 2025-04-15 14:49:11.824 | ++ lib/neutron:source:101 : AGENT_L3_BINARY=/opt/stack/data/venv/bin/neutron-l3-agent 2025-04-15 14:49:11.825 | ++ lib/neutron:source:102 : AGENT_META_BINARY=/opt/stack/data/venv/bin/neutron-metadata-agent 2025-04-15 14:49:11.827 | ++ lib/neutron:source:106 : Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini 2025-04-15 14:49:11.829 | ++ lib/neutron:source:109 : NEUTRON_DHCP_CONF=/etc/neutron/dhcp_agent.ini 2025-04-15 14:49:11.830 | ++ lib/neutron:source:110 : Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini 2025-04-15 14:49:11.832 | ++ lib/neutron:source:113 : NEUTRON_L3_CONF=/etc/neutron/l3_agent.ini 2025-04-15 14:49:11.833 | ++ lib/neutron:source:114 : Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini 2025-04-15 14:49:11.835 | ++ lib/neutron:source:117 : Q_DB_NAME=neutron 2025-04-15 14:49:11.836 | ++ lib/neutron:source:119 : Q_PLUGIN=ml2 2025-04-15 14:49:11.838 | ++ lib/neutron:source:121 : Q_PORT=9696 2025-04-15 14:49:11.840 | ++ lib/neutron:source:123 : Q_PORT_INT=19696 2025-04-15 14:49:11.841 | ++ lib/neutron:source:125 : Q_HOST=10.180.1.21 2025-04-15 14:49:11.843 | ++ lib/neutron:source:127 : Q_PROTOCOL=http 2025-04-15 14:49:11.845 | +++ lib/neutron:source:129 : ipv6_unquote 0.0.0.0 2025-04-15 14:49:11.847 | +++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2025-04-15 14:49:11.848 | +++ functions-common:ipv6_unquote:2198 : echo 0.0.0.0 2025-04-15 14:49:11.850 | ++ lib/neutron:source:129 : Q_LISTEN_ADDRESS=0.0.0.0 2025-04-15 14:49:11.852 | ++ lib/neutron:source:131 : Q_ADMIN_USERNAME=neutron 2025-04-15 14:49:11.854 | ++ lib/neutron:source:133 : Q_AUTH_STRATEGY=keystone 2025-04-15 14:49:11.855 | ++ lib/neutron:source:135 : Q_OVS_USE_VETH=False 2025-04-15 14:49:11.857 | ++ lib/neutron:source:136 : Q_USE_ROOTWRAP=True 2025-04-15 14:49:11.859 | +++ lib/neutron:source:137 : trueorfalse True Q_USE_ROOTWRAP_DAEMON 2025-04-15 14:49:11.870 | ++ lib/neutron:source:137 : Q_USE_ROOTWRAP_DAEMON=True 2025-04-15 14:49:11.872 | +++ lib/neutron:source:139 : ipv6_unquote 10.180.1.21 2025-04-15 14:49:11.874 | +++ functions-common:ipv6_unquote:2198 : echo 10.180.1.21 2025-04-15 14:49:11.874 | +++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2025-04-15 14:49:11.877 | ++ lib/neutron:source:139 : Q_META_DATA_IP=10.180.1.21 2025-04-15 14:49:11.879 | ++ lib/neutron:source:141 : Q_ALLOW_OVERLAPPING_IP=True 2025-04-15 14:49:11.880 | ++ lib/neutron:source:142 : Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True 2025-04-15 14:49:11.882 | ++ lib/neutron:source:143 : Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True 2025-04-15 14:49:11.884 | ++ lib/neutron:source:144 : VIF_PLUGGING_IS_FATAL=True 2025-04-15 14:49:11.885 | ++ lib/neutron:source:145 : VIF_PLUGGING_TIMEOUT=300 2025-04-15 14:49:11.887 | ++ lib/neutron:source:148 : SKIP_STOP_OVN=False 2025-04-15 14:49:11.888 | ++ lib/neutron:source:152 : _Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron 2025-04-15 14:49:11.890 | ++ lib/neutron:source:155 : NEUTRON_ENDPOINT_SERVICE_NAME=networking 2025-04-15 14:49:11.892 | ++ lib/neutron:source:156 : [[ False == \T\r\u\e ]] 2025-04-15 14:49:11.893 | ++ lib/neutron:source:169 : declare -a -g Q_PLUGIN_EXTRA_CONF_FILES 2025-04-15 14:49:11.895 | ++ lib/neutron:source:172 : declare -a -g _Q_PLUGIN_EXTRA_CONF_FILES_ABS 2025-04-15 14:49:11.896 | ++ lib/neutron:source:175 : Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf 2025-04-15 14:49:11.898 | ++ lib/neutron:source:176 : [[ True == \F\a\l\s\e ]] 2025-04-15 14:49:11.900 | +++ lib/neutron:source:179 : get_rootwrap_location neutron 2025-04-15 14:49:11.902 | +++ functions:get_rootwrap_location:593 : local module=neutron 2025-04-15 14:49:11.904 | ++++ functions:get_rootwrap_location:595 : get_python_exec_prefix 2025-04-15 14:49:11.914 | ++++ inc/python:get_python_exec_prefix:80 : [[ True == \T\r\u\e ]] 2025-04-15 14:49:11.916 | ++++ inc/python:get_python_exec_prefix:81 : echo /opt/stack/data/venv/bin 2025-04-15 14:49:11.917 | +++ functions:get_rootwrap_location:595 : echo /opt/stack/data/venv/bin/neutron-rootwrap 2025-04-15 14:49:11.919 | ++ lib/neutron:source:179 : NEUTRON_ROOTWRAP=/opt/stack/data/venv/bin/neutron-rootwrap 2025-04-15 14:49:11.921 | ++ lib/neutron:source:180 : Q_RR_COMMAND='sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-15 14:49:11.922 | ++ lib/neutron:source:181 : [[ True == \T\r\u\e ]] 2025-04-15 14:49:11.924 | ++ lib/neutron:source:182 : Q_RR_DAEMON_COMMAND='sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-15 14:49:11.926 | ++ lib/neutron:source:194 : Q_DVR_MODE=legacy 2025-04-15 14:49:11.927 | ++ lib/neutron:source:195 : [[ legacy != \l\e\g\a\c\y ]] 2025-04-15 14:49:11.929 | ++ lib/neutron:source:211 : ENABLE_TENANT_TUNNELS=false 2025-04-15 14:49:11.930 | ++ lib/neutron:source:216 : TENANT_TUNNEL_RANGES=1:1000 2025-04-15 14:49:11.932 | ++ lib/neutron:source:221 : ENABLE_TENANT_VLANS=True 2025-04-15 14:49:11.933 | ++ lib/neutron:source:229 : TENANT_VLAN_RANGE=2:999 2025-04-15 14:49:11.935 | ++ lib/neutron:source:238 : PHYSICAL_NETWORK=default 2025-04-15 14:49:11.936 | ++ lib/neutron:source:248 : OVS_PHYSICAL_BRIDGE=br-ex 2025-04-15 14:49:11.938 | ++ lib/neutron:source:256 : [[ openvswitch == \l\i\n\u\x\b\r\i\d\g\e ]] 2025-04-15 14:49:11.940 | ++ lib/neutron:source:266 : OVS_ENABLE_TUNNELING=false 2025-04-15 14:49:11.941 | ++ lib/neutron:source:270 : ENABLE_ISOLATED_METADATA=False 2025-04-15 14:49:11.943 | ++ lib/neutron:source:275 : ENABLE_METADATA_NETWORK=False 2025-04-15 14:49:11.944 | ++ lib/neutron:source:280 : '[' -f /opt/stack/devstack/lib/neutron_plugins/ml2 ']' 2025-04-15 14:49:11.946 | ++ lib/neutron:source:281 : source /opt/stack/devstack/lib/neutron_plugins/ml2 2025-04-15 14:49:11.966 | ++ lib/neutron:source:288 : source /opt/stack/devstack/lib/neutron_plugins/services/metering 2025-04-15 14:49:11.975 | ++ lib/neutron:source:291 : source /opt/stack/devstack/lib/neutron_plugins/services/l3 2025-04-15 14:49:11.977 | +++ lib/neutron_plugins/services/l3:source:3 : IP_VERSION=4 2025-04-15 14:49:11.979 | +++ lib/neutron_plugins/services/l3:source:5 : [[ 4 != \4 ]] 2025-04-15 14:49:11.980 | +++ lib/neutron_plugins/services/l3:source:9 : NEUTRON_CREATE_INITIAL_NETWORKS=True 2025-04-15 14:49:11.982 | +++ lib/neutron_plugins/services/l3:source:12 : PROVIDER_SUBNET_NAME=provider_net 2025-04-15 14:49:11.984 | +++ lib/neutron_plugins/services/l3:source:13 : IPV6_PROVIDER_SUBNET_NAME=provider_net_v6 2025-04-15 14:49:11.985 | +++ lib/neutron_plugins/services/l3:source:14 : IPV6_PROVIDER_FIXED_RANGE= 2025-04-15 14:49:11.987 | +++ lib/neutron_plugins/services/l3:source:15 : IPV6_PROVIDER_NETWORK_GATEWAY= 2025-04-15 14:49:11.988 | +++ lib/neutron_plugins/services/l3:source:17 : PUBLIC_BRIDGE=br-ex 2025-04-15 14:49:11.990 | +++ lib/neutron_plugins/services/l3:source:18 : PUBLIC_BRIDGE_MTU=8950 2025-04-15 14:49:11.992 | +++ lib/neutron_plugins/services/l3:source:23 : Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE=False 2025-04-15 14:49:11.993 | +++ lib/neutron_plugins/services/l3:source:26 : Q_ROUTER_NAME=router1 2025-04-15 14:49:11.995 | +++ lib/neutron_plugins/services/l3:source:31 : Q_USE_PUBLIC_VETH=False 2025-04-15 14:49:11.996 | +++ lib/neutron_plugins/services/l3:source:32 : Q_PUBLIC_VETH_EX=veth-pub-ex 2025-04-15 14:49:11.998 | +++ lib/neutron_plugins/services/l3:source:33 : Q_PUBLIC_VETH_INT=veth-pub-int 2025-04-15 14:49:12.000 | +++ lib/neutron_plugins/services/l3:source:39 : Q_L3_ROUTER_PER_TENANT=True 2025-04-15 14:49:12.001 | +++ lib/neutron_plugins/services/l3:source:72 : Q_USE_PROVIDERNET_FOR_PUBLIC=True 2025-04-15 14:49:12.003 | +++ lib/neutron_plugins/services/l3:source:73 : PUBLIC_PHYSICAL_NETWORK=default 2025-04-15 14:49:12.006 | ++++ lib/neutron_plugins/services/l3:source:76 : uuidgen 2025-04-15 14:49:12.006 | ++++ lib/neutron_plugins/services/l3:source:76 : sed s/-//g 2025-04-15 14:49:12.006 | ++++ lib/neutron_plugins/services/l3:source:76 : sed -e 's/\(..\)\(....\)\(....\)/\1:\2:\3/' 2025-04-15 14:49:12.006 | ++++ lib/neutron_plugins/services/l3:source:76 : cut -c 23- 2025-04-15 14:49:12.010 | +++ lib/neutron_plugins/services/l3:source:76 : IPV6_GLOBAL_ID=7f:976e:93ca 2025-04-15 14:49:12.011 | +++ lib/neutron_plugins/services/l3:source:79 : IPV6_RA_MODE=slaac 2025-04-15 14:49:12.013 | +++ lib/neutron_plugins/services/l3:source:80 : IPV6_ADDRESS_MODE=slaac 2025-04-15 14:49:12.015 | +++ lib/neutron_plugins/services/l3:source:81 : IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet 2025-04-15 14:49:12.016 | +++ lib/neutron_plugins/services/l3:source:82 : IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet 2025-04-15 14:49:12.018 | +++ lib/neutron_plugins/services/l3:source:83 : IPV6_ADDRS_SAFE_TO_USE=fd7f:976e:93ca::/56 2025-04-15 14:49:12.020 | ++++ lib/neutron_plugins/services/l3:source:86 : echo fd7f:976e:93ca::/56 2025-04-15 14:49:12.020 | ++++ lib/neutron_plugins/services/l3:source:86 : awk -F / '{ print $1"/"($2>63 ? $2 : 64) }' 2025-04-15 14:49:12.024 | +++ lib/neutron_plugins/services/l3:source:86 : FIXED_RANGE_V6=fd7f:976e:93ca::/64 2025-04-15 14:49:12.026 | +++ lib/neutron_plugins/services/l3:source:87 : IPV6_PRIVATE_NETWORK_GATEWAY= 2025-04-15 14:49:12.028 | +++ lib/neutron_plugins/services/l3:source:88 : IPV6_PUBLIC_RANGE=2001:db8::/64 2025-04-15 14:49:12.029 | +++ lib/neutron_plugins/services/l3:source:89 : IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2 2025-04-15 14:49:12.031 | +++ lib/neutron_plugins/services/l3:source:90 : IPV6_ROUTER_GW_IP=2001:db8::1 2025-04-15 14:49:12.032 | +++ lib/neutron_plugins/services/l3:source:93 : NETWORK_GATEWAY= 2025-04-15 14:49:12.034 | +++ lib/neutron_plugins/services/l3:source:94 : PUBLIC_NETWORK_GATEWAY=10.180.180.1 2025-04-15 14:49:12.035 | +++ lib/neutron_plugins/services/l3:source:95 : PRIVATE_SUBNET_NAME=private-subnet 2025-04-15 14:49:12.037 | +++ lib/neutron_plugins/services/l3:source:96 : PUBLIC_SUBNET_NAME=public-subnet 2025-04-15 14:49:12.038 | +++ lib/neutron_plugins/services/l3:source:99 : USE_SUBNETPOOL=True 2025-04-15 14:49:12.040 | +++ lib/neutron_plugins/services/l3:source:100 : SUBNETPOOL_NAME_V4=shared-default-subnetpool-v4 2025-04-15 14:49:12.042 | +++ lib/neutron_plugins/services/l3:source:101 : SUBNETPOOL_NAME_V6=shared-default-subnetpool-v6 2025-04-15 14:49:12.043 | +++ lib/neutron_plugins/services/l3:source:103 : SUBNETPOOL_PREFIX_V4=192.168.128.0/17 2025-04-15 14:49:12.045 | +++ lib/neutron_plugins/services/l3:source:104 : SUBNETPOOL_PREFIX_V6=fd7f:976e:93ca::/56 2025-04-15 14:49:12.046 | +++ lib/neutron_plugins/services/l3:source:106 : SUBNETPOOL_SIZE_V4=26 2025-04-15 14:49:12.048 | +++ lib/neutron_plugins/services/l3:source:107 : SUBNETPOOL_SIZE_V6=64 2025-04-15 14:49:12.050 | ++++ lib/neutron_plugins/services/l3:source:109 : ip -4 route 2025-04-15 14:49:12.050 | ++++ lib/neutron_plugins/services/l3:source:109 : grep '^default' 2025-04-15 14:49:12.051 | ++++ lib/neutron_plugins/services/l3:source:109 : awk '{print $5}' 2025-04-15 14:49:12.054 | +++ lib/neutron_plugins/services/l3:source:109 : default_v4_route_devs=ens192 2025-04-15 14:49:12.057 | ++++ lib/neutron_plugins/services/l3:source:111 : ip -6 route list match default table all 2025-04-15 14:49:12.057 | ++++ lib/neutron_plugins/services/l3:source:111 : grep via 2025-04-15 14:49:12.057 | ++++ lib/neutron_plugins/services/l3:source:111 : awk '{print $5}' 2025-04-15 14:49:12.062 | +++ lib/neutron_plugins/services/l3:source:111 : default_v6_route_devs= 2025-04-15 14:49:12.064 | ++ lib/neutron:source:294 : source /opt/stack/devstack/lib/neutron_plugins/services/placement 2025-04-15 14:49:12.066 | ++ lib/neutron:source:295 : source /opt/stack/devstack/lib/neutron_plugins/services/trunk 2025-04-15 14:49:12.068 | ++ lib/neutron:source:296 : source /opt/stack/devstack/lib/neutron_plugins/services/qos 2025-04-15 14:49:12.069 | ++ lib/neutron:source:297 : source /opt/stack/devstack/lib/neutron_plugins/services/segments 2025-04-15 14:49:12.071 | ++ lib/neutron:source:300 : has_neutron_plugin_security_group 2025-04-15 14:49:12.073 | ++ lib/neutron_plugins/ml2:has_neutron_plugin_security_group:149 : return 0 2025-04-15 14:49:12.074 | ++ lib/neutron:source:301 : Q_USE_SECGROUP=True 2025-04-15 14:49:12.076 | ++ lib/neutron:source:309 : OVN_BRIDGE_MAPPINGS=default:br-ex 2025-04-15 14:49:12.088 | + stack.sh:main:629 : source /opt/stack/devstack/lib/ldap 2025-04-15 14:49:12.098 | + stack.sh:main:630 : source /opt/stack/devstack/lib/dstat 2025-04-15 14:49:12.107 | + stack.sh:main:631 : source /opt/stack/devstack/lib/tcpdump 2025-04-15 14:49:12.117 | + stack.sh:main:632 : source /opt/stack/devstack/lib/etcd3 2025-04-15 14:49:12.165 | + stack.sh:main:633 : source /opt/stack/devstack/lib/os-vif 2025-04-15 14:49:12.168 | +++ lib/os-vif:source:12 : is_ml2_ovs 2025-04-15 14:49:12.169 | +++ lib/os-vif:is_ml2_ovs:4 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2025-04-15 14:49:12.171 | +++ lib/os-vif:is_ml2_ovs:5 : echo True 2025-04-15 14:49:12.173 | +++ lib/os-vif:is_ml2_ovs:7 : echo False 2025-04-15 14:49:12.175 | ++ lib/os-vif:source:12 : OS_VIF_OVS_ISOLATE_VIF='True 2025-04-15 14:49:12.175 | False' 2025-04-15 14:49:12.178 | +++ lib/os-vif:source:13 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2025-04-15 14:49:12.189 | ++ lib/os-vif:source:13 : OS_VIF_OVS_ISOLATE_VIF=False 2025-04-15 14:49:12.191 | + stack.sh:main:639 : run_phase source 2025-04-15 14:49:12.193 | + functions-common:run_phase:1828 : local mode=source 2025-04-15 14:49:12.194 | + functions-common:run_phase:1829 : local phase= 2025-04-15 14:49:12.196 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-15 14:49:12.198 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-15 14:49:12.199 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-15 14:49:12.201 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-15 14:49:12.202 | + functions-common:run_phase:1838 : local extra 2025-04-15 14:49:12.205 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-15 14:49:12.207 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-15 14:49:12.209 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-15 14:49:12.211 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-15 14:49:12.212 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh source 2025-04-15 14:49:12.214 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-15 14:49:12.225 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:49:12.226 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2025-04-15 14:49:12.228 | ++ extras.d/80-tempest.sh:source:6 : source /opt/stack/devstack/lib/tempest 2025-04-15 14:49:12.255 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2025-04-15 14:49:12.257 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2025-04-15 14:49:12.259 | + functions-common:run_phase:1849 : [[ source == \s\o\u\r\c\e ]] 2025-04-15 14:49:12.261 | + functions-common:run_phase:1850 : load_plugin_settings 2025-04-15 14:49:12.262 | + functions-common:load_plugin_settings:1764 : local plugins=,networking-nsx-t 2025-04-15 14:49:12.264 | + functions-common:load_plugin_settings:1765 : local plugin 2025-04-15 14:49:12.266 | + functions-common:load_plugin_settings:1768 : [[ -z ,networking-nsx-t ]] 2025-04-15 14:49:12.267 | + functions-common:load_plugin_settings:1772 : echo 'Loading plugin settings' 2025-04-15 14:49:12.267 | Loading plugin settings 2025-04-15 14:49:12.269 | + functions-common:load_plugin_settings:1773 : for plugin in ${plugins//,/ } 2025-04-15 14:49:12.271 | + functions-common:load_plugin_settings:1774 : local dir=/opt/stack/networking-nsx-t 2025-04-15 14:49:12.272 | + functions-common:load_plugin_settings:1776 : [[ -f /opt/stack/networking-nsx-t/devstack/settings ]] 2025-04-15 14:49:12.274 | + functions-common:load_plugin_settings:1777 : source /opt/stack/networking-nsx-t/devstack/settings 2025-04-15 14:49:12.276 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:2 : define_plugin networking-nsx-t 2025-04-15 14:49:12.278 | ++ functions-common:define_plugin:1872 : : 2025-04-15 14:49:12.279 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:4 : NETWORKING_NSX_T_DIR=/opt/stack//networking-nsx-t 2025-04-15 14:49:12.281 | + functions-common:run_phase:1851 : verify_disabled_services 2025-04-15 14:49:12.283 | + functions-common:verify_disabled_services:2111 : local service 2025-04-15 14:49:12.284 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 14:49:12.286 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,key, ]] 2025-04-15 14:49:12.288 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 14:49:12.289 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api, ]] 2025-04-15 14:49:12.291 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 14:49:12.293 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-cond, ]] 2025-04-15 14:49:12.295 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 14:49:12.296 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-sch, ]] 2025-04-15 14:49:12.298 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 14:49:12.300 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api-meta, ]] 2025-04-15 14:49:12.301 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 14:49:12.303 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-api, ]] 2025-04-15 14:49:12.305 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 14:49:12.307 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-client, ]] 2025-04-15 14:49:12.308 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 14:49:12.310 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,g-api, ]] 2025-04-15 14:49:12.312 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 14:49:12.313 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-sch, ]] 2025-04-15 14:49:12.315 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 14:49:12.317 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-api, ]] 2025-04-15 14:49:12.319 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 14:49:12.320 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-vol, ]] 2025-04-15 14:49:12.322 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 14:49:12.324 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovs-vswitchd, ]] 2025-04-15 14:49:12.326 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 14:49:12.327 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovsdb-server, ]] 2025-04-15 14:49:12.329 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 14:49:12.331 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-svc, ]] 2025-04-15 14:49:12.333 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 14:49:12.335 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,rabbit, ]] 2025-04-15 14:49:12.336 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 14:49:12.338 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,tempest, ]] 2025-04-15 14:49:12.340 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 14:49:12.342 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,mysql, ]] 2025-04-15 14:49:12.343 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 14:49:12.345 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,etcd3, ]] 2025-04-15 14:49:12.347 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 14:49:12.349 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-agt, ]] 2025-04-15 14:49:12.350 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 14:49:12.352 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-dhcp, ]] 2025-04-15 14:49:12.354 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 14:49:12.355 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-l3, ]] 2025-04-15 14:49:12.357 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 14:49:12.359 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-meta, ]] 2025-04-15 14:49:12.361 | + stack.sh:main:710 : initialize_database_backends 2025-04-15 14:49:12.363 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2025-04-15 14:49:12.365 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2025-04-15 14:49:12.376 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:49:12.378 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2025-04-15 14:49:12.380 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2025-04-15 14:49:12.381 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2025-04-15 14:49:12.393 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:49:12.395 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2025-04-15 14:49:12.397 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2025-04-15 14:49:12.398 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2025-04-15 14:49:12.400 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2025-04-15 14:49:12.402 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2025-04-15 14:49:12.404 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2025-04-15 14:49:12.405 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2025-04-15 14:49:12.407 | + lib/database:initialize_database_backends:92 : return 0 2025-04-15 14:49:12.409 | + stack.sh:main:711 : echo 'Using mysql database backend' 2025-04-15 14:49:12.409 | Using mysql database backend 2025-04-15 14:49:12.415 | + stack.sh:main:714 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2025-04-15 14:49:12.426 | + stack.sh:main:716 : define_database_baseurl 2025-04-15 14:49:12.429 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2025-04-15 14:49:12.430 | ++ lib/databases/mysql:get_database_type_mysql:32 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2025-04-15 14:49:12.432 | ++ lib/databases/mysql:get_database_type_mysql:33 : echo mysql+pymysql 2025-04-15 14:49:12.435 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-15 14:49:12.436 | + stack.sh:main:728 : is_service_enabled rabbit 2025-04-15 14:49:12.448 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:49:12.450 | + stack.sh:main:729 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2025-04-15 14:49:12.462 | + stack.sh:main:736 : is_service_enabled keystone 2025-04-15 14:49:12.474 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:49:12.476 | + stack.sh:main:738 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2025-04-15 14:49:12.489 | + stack.sh:main:740 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2025-04-15 14:49:12.500 | + stack.sh:main:751 : is_service_enabled ldap 2025-04-15 14:49:12.513 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:49:12.515 | + stack.sh:main:760 : is_service_enabled s-proxy 2025-04-15 14:49:12.527 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:49:12.529 | + stack.sh:main:772 : save_stackenv 772 2025-04-15 14:49:12.530 | + functions-common:save_stackenv:60 : local tag=772 2025-04-15 14:49:12.533 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-04-15 14:49:12.536 | + functions-common:save_stackenv:62 : time_stamp=2025-04-15-144912 2025-04-15 14:49:12.538 | + functions-common:save_stackenv:63 : echo '# 2025-04-15-144912 772' 2025-04-15 14:49:12.539 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 14:49:12.541 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-15 14:49:12.543 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 14:49:12.545 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-04-15 14:49:12.547 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 14:49:12.549 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-04-15 14:49:12.550 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 14:49:12.552 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2025-04-15 14:49:12.554 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 14:49:12.556 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-04-15 14:49:12.557 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 14:49:12.559 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-04-15 14:49:12.561 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 14:49:12.563 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-04-15-144909 2025-04-15 14:49:12.565 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 14:49:12.566 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-04-15 14:49:12.568 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 14:49:12.570 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-04-15 14:49:12.572 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 14:49:12.573 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-04-15 14:49:12.575 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 14:49:12.577 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-04-15 14:49:12.579 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 14:49:12.581 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-04-15 14:49:12.582 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 14:49:12.584 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-04-15 14:49:12.586 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 14:49:12.588 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-04-15 14:49:12.589 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 14:49:12.591 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-04-15 14:49:12.593 | + stack.sh:main:785 : GIT_DEPTH=0 2025-04-15 14:49:12.595 | + stack.sh:main:785 : git_clone https://opendev.org/openstack/requirements.git /opt/stack//requirements stable/2023.2 2025-04-15 14:49:12.597 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/requirements.git 2025-04-15 14:49:12.598 | + functions-common:git_clone:573 : local git_dest=/opt/stack//requirements 2025-04-15 14:49:12.600 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-15 14:49:12.601 | + functions-common:git_clone:575 : local orig_dir 2025-04-15 14:49:12.603 | ++ functions-common:git_clone:576 : pwd 2025-04-15 14:49:12.605 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-15 14:49:12.607 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-15 14:49:12.609 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-15 14:49:12.620 | + functions-common:git_clone:579 : RECLONE=False 2025-04-15 14:49:12.622 | + functions-common:git_clone:580 : [[ 0 -gt 0 ]] 2025-04-15 14:49:12.623 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-15 14:49:12.625 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-15 14:49:12.625 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-15 14:49:12.629 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//requirements ]] 2025-04-15 14:49:12.631 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-15 14:49:12.632 | + functions-common:git_clone:613 : git_timed clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2025-04-15 14:49:12.634 | + functions-common:git_timed:680 : local count=0 2025-04-15 14:49:12.635 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 14:49:12.637 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 14:49:12.639 | + functions-common:git_timed:684 : timeout=0 2025-04-15 14:49:12.640 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 14:49:12.642 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 14:49:12.643 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:49:12.645 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:49:12.647 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:49:12.650 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728552648 2025-04-15 14:49:12.651 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2025-04-15 14:49:12.654 | Cloning into '/opt/stack//requirements'... 2025-04-15 14:49:22.953 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 14:49:22.955 | + functions-common:time_stop:2400 : local name 2025-04-15 14:49:22.957 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:49:22.958 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:49:22.960 | + functions-common:time_stop:2403 : local total 2025-04-15 14:49:22.962 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:49:22.964 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 14:49:22.965 | + functions-common:time_stop:2407 : start_time=1744728552648 2025-04-15 14:49:22.967 | + functions-common:time_stop:2409 : [[ -z 1744728552648 ]] 2025-04-15 14:49:22.969 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:49:22.972 | + functions-common:time_stop:2412 : end_time=1744728562970 2025-04-15 14:49:22.974 | + functions-common:time_stop:2413 : elapsed_time=10322 2025-04-15 14:49:22.975 | + functions-common:time_stop:2414 : total=1663 2025-04-15 14:49:22.977 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:49:22.979 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11985 2025-04-15 14:49:22.980 | + functions-common:git_clone:614 : cd /opt/stack//requirements 2025-04-15 14:49:22.982 | + functions-common:git_clone:615 : git_timed fetch origin stable/2023.2 2025-04-15 14:49:22.984 | + functions-common:git_timed:680 : local count=0 2025-04-15 14:49:22.985 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 14:49:22.987 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 14:49:22.989 | + functions-common:git_timed:684 : timeout=0 2025-04-15 14:49:22.990 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 14:49:22.992 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 14:49:22.994 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:49:22.995 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:49:22.998 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:49:23.000 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728562998 2025-04-15 14:49:23.002 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch origin stable/2023.2 2025-04-15 14:49:23.681 | From https://opendev.org/openstack/requirements 2025-04-15 14:49:23.681 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-15 14:49:23.689 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 14:49:23.691 | + functions-common:time_stop:2400 : local name 2025-04-15 14:49:23.693 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:49:23.694 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:49:23.696 | + functions-common:time_stop:2403 : local total 2025-04-15 14:49:23.698 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:49:23.699 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 14:49:23.701 | + functions-common:time_stop:2407 : start_time=1744728562998 2025-04-15 14:49:23.703 | + functions-common:time_stop:2409 : [[ -z 1744728562998 ]] 2025-04-15 14:49:23.706 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:49:23.708 | + functions-common:time_stop:2412 : end_time=1744728563706 2025-04-15 14:49:23.710 | + functions-common:time_stop:2413 : elapsed_time=708 2025-04-15 14:49:23.712 | + functions-common:time_stop:2414 : total=11985 2025-04-15 14:49:23.713 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:49:23.715 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=12693 2025-04-15 14:49:23.717 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-15 14:49:23.719 | + functions-common:git_timed:680 : local count=0 2025-04-15 14:49:23.720 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 14:49:23.722 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 14:49:23.724 | + functions-common:git_timed:684 : timeout=0 2025-04-15 14:49:23.725 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 14:49:23.727 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 14:49:23.729 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:49:23.730 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:49:23.733 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:49:23.736 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728563733 2025-04-15 14:49:23.737 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-15 14:49:23.746 | Note: switching to 'FETCH_HEAD'. 2025-04-15 14:49:23.746 | 2025-04-15 14:49:23.746 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-15 14:49:23.746 | changes and commit them, and you can discard any commits you make in this 2025-04-15 14:49:23.746 | state without impacting any branches by switching back to a branch. 2025-04-15 14:49:23.746 | 2025-04-15 14:49:23.746 | If you want to create a new branch to retain commits you create, you may 2025-04-15 14:49:23.746 | do so (now or later) by using -c with the switch command. Example: 2025-04-15 14:49:23.746 | 2025-04-15 14:49:23.746 | git switch -c 2025-04-15 14:49:23.746 | 2025-04-15 14:49:23.746 | Or undo this operation with: 2025-04-15 14:49:23.746 | 2025-04-15 14:49:23.746 | git switch - 2025-04-15 14:49:23.746 | 2025-04-15 14:49:23.746 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-15 14:49:23.746 | 2025-04-15 14:49:23.746 | HEAD is now at 9042ccff Merge "update constraint for oslo.db to new release 14.1.1" into stable/2023.2 2025-04-15 14:49:23.749 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 14:49:23.750 | + functions-common:time_stop:2400 : local name 2025-04-15 14:49:23.752 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:49:23.754 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:49:23.755 | + functions-common:time_stop:2403 : local total 2025-04-15 14:49:23.757 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:49:23.759 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 14:49:23.760 | + functions-common:time_stop:2407 : start_time=1744728563733 2025-04-15 14:49:23.762 | + functions-common:time_stop:2409 : [[ -z 1744728563733 ]] 2025-04-15 14:49:23.764 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:49:23.767 | + functions-common:time_stop:2412 : end_time=1744728563765 2025-04-15 14:49:23.769 | + functions-common:time_stop:2413 : elapsed_time=32 2025-04-15 14:49:23.770 | + functions-common:time_stop:2414 : total=12693 2025-04-15 14:49:23.772 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:49:23.774 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=12725 2025-04-15 14:49:23.775 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//requirements 2025-04-15 14:49:23.786 | + functions-common:git_clone:655 : cd /opt/stack//requirements 2025-04-15 14:49:23.787 | + functions-common:git_clone:656 : git show --oneline 2025-04-15 14:49:23.787 | + functions-common:git_clone:656 : head -1 2025-04-15 14:49:23.790 | 9042ccff Merge "update constraint for oslo.db to new release 14.1.1" into stable/2023.2 2025-04-15 14:49:23.792 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-15 14:49:23.794 | + stack.sh:main:789 : echo_summary 'Installing package prerequisites' 2025-04-15 14:49:23.796 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 14:49:23.798 | + stack.sh:echo_summary:461 : echo -e Installing package prerequisites 2025-04-15 14:49:23.800 | + stack.sh:main:790 : source /opt/stack/devstack/tools/install_prereqs.sh 2025-04-15 14:49:23.802 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2025-04-15 14:49:23.804 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2025-04-15 14:49:23.806 | ++ tools/install_prereqs.sh:source:23 : [[ -z /opt/stack/devstack ]] 2025-04-15 14:49:23.808 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/opt/stack/devstack/.prereqs 2025-04-15 14:49:23.810 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2025-04-15 14:49:23.812 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2025-04-15 14:49:23.814 | +++ tools/install_prereqs.sh:source:47 : date +%s 2025-04-15 14:49:23.817 | ++ tools/install_prereqs.sh:source:47 : NOW=1744728563 2025-04-15 14:49:23.820 | +++ tools/install_prereqs.sh:source:48 : head -1 /opt/stack/devstack/.prereqs 2025-04-15 14:49:23.822 | +++ tools/install_prereqs.sh:source:48 : echo 0 2025-04-15 14:49:23.825 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2025-04-15 14:49:23.827 | ++ tools/install_prereqs.sh:source:49 : DELTA=1744728563 2025-04-15 14:49:23.829 | ++ tools/install_prereqs.sh:source:50 : [[ 1744728563 -lt 7200 ]] 2025-04-15 14:49:23.831 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2025-04-15 14:49:23.832 | ++ functions-common:export_proxy_variables:2218 : isset http_proxy 2025-04-15 14:49:23.834 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2025-04-15 14:49:23.836 | ++ functions-common:export_proxy_variables:2221 : isset https_proxy 2025-04-15 14:49:23.838 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2025-04-15 14:49:23.840 | ++ functions-common:export_proxy_variables:2224 : isset no_proxy 2025-04-15 14:49:23.842 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2025-04-15 14:49:23.845 | +++ tools/install_prereqs.sh:source:64 : get_packages general,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2025-04-15 14:49:23.871 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2025-04-15 14:49:23.871 | apache2-dev 2025-04-15 14:49:23.871 | bc 2025-04-15 14:49:23.871 | bsdmainutils 2025-04-15 14:49:23.871 | curl 2025-04-15 14:49:23.871 | g++ 2025-04-15 14:49:23.871 | gawk 2025-04-15 14:49:23.871 | gcc 2025-04-15 14:49:23.871 | gettext 2025-04-15 14:49:23.871 | git 2025-04-15 14:49:23.871 | graphviz 2025-04-15 14:49:23.871 | iputils-ping 2025-04-15 14:49:23.871 | libapache2-mod-proxy-uwsgi 2025-04-15 14:49:23.871 | libffi-dev 2025-04-15 14:49:23.871 | libjpeg-dev 2025-04-15 14:49:23.871 | libpcre3-dev 2025-04-15 14:49:23.871 | libpq-dev 2025-04-15 14:49:23.871 | libssl-dev 2025-04-15 14:49:23.871 | libsystemd-dev 2025-04-15 14:49:23.871 | libxml2-dev 2025-04-15 14:49:23.871 | libxslt1-dev 2025-04-15 14:49:23.871 | libyaml-dev 2025-04-15 14:49:23.871 | lsof 2025-04-15 14:49:23.871 | openssh-server 2025-04-15 14:49:23.871 | openssl 2025-04-15 14:49:23.871 | pkg-config 2025-04-15 14:49:23.871 | psmisc 2025-04-15 14:49:23.871 | python3-dev 2025-04-15 14:49:23.871 | python3-pip 2025-04-15 14:49:23.871 | python3-systemd 2025-04-15 14:49:23.871 | python3-venv 2025-04-15 14:49:23.871 | tar 2025-04-15 14:49:23.871 | tcpdump 2025-04-15 14:49:23.871 | unzip 2025-04-15 14:49:23.871 | uuid-runtime 2025-04-15 14:49:23.871 | wget 2025-04-15 14:49:23.871 | wget 2025-04-15 14:49:23.871 | zlib1g-dev 2025-04-15 14:49:23.871 | libkrb5-dev 2025-04-15 14:49:23.871 | libldap2-dev 2025-04-15 14:49:23.871 | libsasl2-dev 2025-04-15 14:49:23.871 | memcached 2025-04-15 14:49:23.871 | python3-mysqldb 2025-04-15 14:49:23.871 | sqlite3 2025-04-15 14:49:23.871 | conntrack 2025-04-15 14:49:23.871 | curl 2025-04-15 14:49:23.871 | ebtables 2025-04-15 14:49:23.871 | genisoimage 2025-04-15 14:49:23.871 | iptables 2025-04-15 14:49:23.871 | iputils-arping 2025-04-15 14:49:23.871 | kpartx 2025-04-15 14:49:23.871 | libjs-jquery-tablesorter 2025-04-15 14:49:23.871 | parted 2025-04-15 14:49:23.872 | pm-utils 2025-04-15 14:49:23.872 | python3-mysqldb 2025-04-15 14:49:23.872 | socat 2025-04-15 14:49:23.872 | sqlite3 2025-04-15 14:49:23.872 | sudo 2025-04-15 14:49:23.872 | vlan 2025-04-15 14:49:23.872 | lsscsi 2025-04-15 14:49:23.872 | open-iscsi 2025-04-15 14:49:23.872 | lvm2 2025-04-15 14:49:23.872 | qemu-utils 2025-04-15 14:49:23.872 | thin-provisioning-tools 2025-04-15 14:49:23.872 | acl 2025-04-15 14:49:23.872 | dnsmasq-base 2025-04-15 14:49:23.872 | dnsmasq-utils 2025-04-15 14:49:23.872 | ebtables 2025-04-15 14:49:23.872 | haproxy 2025-04-15 14:49:23.872 | iptables 2025-04-15 14:49:23.872 | iputils-arping 2025-04-15 14:49:23.872 | iputils-ping 2025-04-15 14:49:23.872 | postgresql-server-dev-all 2025-04-15 14:49:23.872 | python3-mysqldb 2025-04-15 14:49:23.872 | sqlite3 2025-04-15 14:49:23.872 | sudo 2025-04-15 14:49:23.872 | vlan 2025-04-15 14:49:23.872 | ipset 2025-04-15 14:49:23.872 | conntrack 2025-04-15 14:49:23.872 | conntrackd 2025-04-15 14:49:23.872 | keepalived' 2025-04-15 14:49:23.874 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2025-04-15 14:49:23.888 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2025-04-15 14:49:23.888 | apache2-dev 2025-04-15 14:49:23.888 | bc 2025-04-15 14:49:23.888 | bsdmainutils 2025-04-15 14:49:23.888 | curl 2025-04-15 14:49:23.888 | g++ 2025-04-15 14:49:23.888 | gawk 2025-04-15 14:49:23.888 | gcc 2025-04-15 14:49:23.888 | gettext 2025-04-15 14:49:23.888 | git 2025-04-15 14:49:23.888 | graphviz 2025-04-15 14:49:23.888 | iputils-ping 2025-04-15 14:49:23.888 | libapache2-mod-proxy-uwsgi 2025-04-15 14:49:23.888 | libffi-dev 2025-04-15 14:49:23.888 | libjpeg-dev 2025-04-15 14:49:23.888 | libpcre3-dev 2025-04-15 14:49:23.889 | libpq-dev 2025-04-15 14:49:23.889 | libssl-dev 2025-04-15 14:49:23.889 | libsystemd-dev 2025-04-15 14:49:23.889 | libxml2-dev 2025-04-15 14:49:23.889 | libxslt1-dev 2025-04-15 14:49:23.889 | libyaml-dev 2025-04-15 14:49:23.889 | lsof 2025-04-15 14:49:23.889 | openssh-server 2025-04-15 14:49:23.889 | openssl 2025-04-15 14:49:23.889 | pkg-config 2025-04-15 14:49:23.889 | psmisc 2025-04-15 14:49:23.889 | python3-dev 2025-04-15 14:49:23.889 | python3-pip 2025-04-15 14:49:23.889 | python3-systemd 2025-04-15 14:49:23.889 | python3-venv 2025-04-15 14:49:23.889 | tar 2025-04-15 14:49:23.889 | tcpdump 2025-04-15 14:49:23.889 | unzip 2025-04-15 14:49:23.889 | uuid-runtime 2025-04-15 14:49:23.889 | wget 2025-04-15 14:49:23.889 | wget 2025-04-15 14:49:23.889 | zlib1g-dev 2025-04-15 14:49:23.889 | libkrb5-dev 2025-04-15 14:49:23.889 | libldap2-dev 2025-04-15 14:49:23.889 | libsasl2-dev 2025-04-15 14:49:23.889 | memcached 2025-04-15 14:49:23.889 | python3-mysqldb 2025-04-15 14:49:23.889 | sqlite3 2025-04-15 14:49:23.889 | conntrack 2025-04-15 14:49:23.889 | curl 2025-04-15 14:49:23.889 | ebtables 2025-04-15 14:49:23.889 | genisoimage 2025-04-15 14:49:23.889 | iptables 2025-04-15 14:49:23.889 | iputils-arping 2025-04-15 14:49:23.889 | kpartx 2025-04-15 14:49:23.889 | libjs-jquery-tablesorter 2025-04-15 14:49:23.889 | parted 2025-04-15 14:49:23.889 | pm-utils 2025-04-15 14:49:23.889 | python3-mysqldb 2025-04-15 14:49:23.889 | socat 2025-04-15 14:49:23.889 | sqlite3 2025-04-15 14:49:23.889 | sudo 2025-04-15 14:49:23.889 | vlan 2025-04-15 14:49:23.889 | lsscsi 2025-04-15 14:49:23.889 | open-iscsi 2025-04-15 14:49:23.889 | lvm2 2025-04-15 14:49:23.889 | qemu-utils 2025-04-15 14:49:23.889 | thin-provisioning-tools 2025-04-15 14:49:23.889 | acl 2025-04-15 14:49:23.889 | dnsmasq-base 2025-04-15 14:49:23.889 | dnsmasq-utils 2025-04-15 14:49:23.889 | ebtables 2025-04-15 14:49:23.889 | haproxy 2025-04-15 14:49:23.889 | iptables 2025-04-15 14:49:23.889 | iputils-arping 2025-04-15 14:49:23.889 | iputils-ping 2025-04-15 14:49:23.889 | postgresql-server-dev-all 2025-04-15 14:49:23.889 | python3-mysqldb 2025-04-15 14:49:23.889 | sqlite3 2025-04-15 14:49:23.889 | sudo 2025-04-15 14:49:23.889 | vlan 2025-04-15 14:49:23.889 | ipset 2025-04-15 14:49:23.889 | conntrack 2025-04-15 14:49:23.889 | conntrackd 2025-04-15 14:49:23.889 | keepalived ' 2025-04-15 14:49:23.890 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2025-04-15 14:49:23.892 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:49:23.894 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:49:23.896 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2025-04-15 14:49:23.897 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2025-04-15 14:49:23.900 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2025-04-15 14:49:23.902 | ++ functions-common:install_package:1421 : update_package_repo 2025-04-15 14:49:23.903 | ++ functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-15 14:49:23.905 | ++ functions-common:update_package_repo:1396 : REPOS_UPDATED=False 2025-04-15 14:49:23.906 | ++ functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-15 14:49:23.908 | ++ functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-15 14:49:23.910 | ++ functions-common:update_package_repo:1403 : is_ubuntu 2025-04-15 14:49:23.912 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:49:23.914 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:49:23.915 | ++ functions-common:update_package_repo:1404 : apt_get_update 2025-04-15 14:49:23.917 | ++ functions-common:apt_get_update:1149 : [[ False == \T\r\u\e ]] 2025-04-15 14:49:23.919 | ++ functions-common:apt_get_update:1154 : [[ False = \T\r\u\e ]] 2025-04-15 14:49:23.920 | ++ functions-common:apt_get_update:1156 : local sudo=sudo 2025-04-15 14:49:23.922 | +++ functions-common:apt_get_update:1157 : id -u 2025-04-15 14:49:23.925 | ++ functions-common:apt_get_update:1157 : [[ 1001 = \0 ]] 2025-04-15 14:49:23.927 | ++ functions-common:apt_get_update:1160 : time_start apt-get-update 2025-04-15 14:49:23.929 | ++ functions-common:time_start:2386 : local name=apt-get-update 2025-04-15 14:49:23.930 | ++ functions-common:time_start:2387 : local start_time= 2025-04-15 14:49:23.932 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:49:23.934 | +++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:49:23.937 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1744728563935 2025-04-15 14:49:23.939 | ++ functions-common:apt_get_update:1162 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2025-04-15 14:49:23.940 | ++ functions-common:apt_get_update:1163 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2025-04-15 14:49:23.942 | ++ functions-common:apt_get_update:1164 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2025-04-15 14:49:24.136 | Hit:1 https://repo.eu-de-1.cloud.sap/ubuntu jammy InRelease 2025-04-15 14:49:24.141 | Get:2 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates InRelease [128 kB] 2025-04-15 14:49:24.164 | Get:3 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports InRelease [127 kB] 2025-04-15 14:49:24.322 | Get:4 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 Packages [2,468 kB] 2025-04-15 14:49:24.364 | Get:5 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main Translation-en [405 kB] 2025-04-15 14:49:24.376 | Get:6 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 c-n-f Metadata [18.5 kB] 2025-04-15 14:49:24.390 | Get:7 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 Packages [3,269 kB] 2025-04-15 14:49:24.424 | Get:8 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted Translation-en [580 kB] 2025-04-15 14:49:24.429 | Get:9 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [676 B] 2025-04-15 14:49:24.429 | Get:10 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 Packages [1,200 kB] 2025-04-15 14:49:24.447 | Get:11 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe Translation-en [296 kB] 2025-04-15 14:49:24.462 | Get:12 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 c-n-f Metadata [28.7 kB] 2025-04-15 14:49:24.484 | Get:13 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse amd64 Packages [46.5 kB] 2025-04-15 14:49:24.487 | Get:14 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2025-04-15 14:49:24.499 | Get:15 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse Translation-en [11.8 kB] 2025-04-15 14:49:24.513 | Get:16 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [592 B] 2025-04-15 14:49:24.521 | Get:17 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main amd64 Packages [68.4 kB] 2025-04-15 14:49:24.534 | Get:18 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main Translation-en [11.1 kB] 2025-04-15 14:49:24.549 | Get:19 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main amd64 c-n-f Metadata [392 B] 2025-04-15 14:49:24.564 | Get:20 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe amd64 Packages [30.0 kB] 2025-04-15 14:49:24.580 | Get:21 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe Translation-en [16.6 kB] 2025-04-15 14:49:24.590 | Get:22 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2025-04-15 14:49:24.995 | Get:23 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2,222 kB] 2025-04-15 14:49:25.607 | Get:24 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [342 kB] 2025-04-15 14:49:25.617 | Get:25 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.6 kB] 2025-04-15 14:49:25.618 | Get:26 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [3,145 kB] 2025-04-15 14:49:25.744 | Get:27 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [558 kB] 2025-04-15 14:49:25.752 | Get:28 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [624 B] 2025-04-15 14:49:25.752 | Get:29 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [972 kB] 2025-04-15 14:49:25.777 | Get:30 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [209 kB] 2025-04-15 14:49:25.782 | Get:31 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [21.7 kB] 2025-04-15 14:49:25.782 | Get:32 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [39.6 kB] 2025-04-15 14:49:25.783 | Get:33 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [8,716 B] 2025-04-15 14:49:25.783 | Get:34 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [368 B] 2025-04-15 14:49:31.777 | Fetched 16.4 MB in 3s (5,937 kB/s) 2025-04-15 14:49:32.859 | Reading package lists... 2025-04-15 14:49:32.885 | ++ functions-common:apt_get_update:1168 : REPOS_UPDATED=True 2025-04-15 14:49:32.887 | ++ functions-common:apt_get_update:1170 : time_stop apt-get-update 2025-04-15 14:49:32.889 | ++ functions-common:time_stop:2400 : local name 2025-04-15 14:49:32.891 | ++ functions-common:time_stop:2401 : local end_time 2025-04-15 14:49:32.892 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:49:32.894 | ++ functions-common:time_stop:2403 : local total 2025-04-15 14:49:32.896 | ++ functions-common:time_stop:2404 : local start_time 2025-04-15 14:49:32.898 | ++ functions-common:time_stop:2406 : name=apt-get-update 2025-04-15 14:49:32.899 | ++ functions-common:time_stop:2407 : start_time=1744728563935 2025-04-15 14:49:32.901 | ++ functions-common:time_stop:2409 : [[ -z 1744728563935 ]] 2025-04-15 14:49:32.904 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:49:32.906 | ++ functions-common:time_stop:2412 : end_time=1744728572904 2025-04-15 14:49:32.908 | ++ functions-common:time_stop:2413 : elapsed_time=8969 2025-04-15 14:49:32.910 | ++ functions-common:time_stop:2414 : total=0 2025-04-15 14:49:32.911 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:49:32.913 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8969 2025-04-15 14:49:32.915 | ++ functions-common:install_package:1422 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2025-04-15 14:49:32.917 | ++ functions-common:real_install_package:1409 : is_ubuntu 2025-04-15 14:49:32.919 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:49:32.921 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:49:32.922 | ++ functions-common:real_install_package:1410 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2025-04-15 14:49:32.938 | ++ functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2025-04-15 14:49:32.998 | Reading package lists... 2025-04-15 14:49:33.220 | Building dependency tree... 2025-04-15 14:49:33.224 | Reading state information... 2025-04-15 14:49:33.422 | acl is already the newest version (2.3.1-1). 2025-04-15 14:49:33.422 | bc is already the newest version (1.07.1-3build1). 2025-04-15 14:49:33.422 | bc set to manually installed. 2025-04-15 14:49:33.422 | conntrack is already the newest version (1:1.4.6-2build2). 2025-04-15 14:49:33.422 | ebtables is already the newest version (2.0.11-4build2). 2025-04-15 14:49:33.422 | g++ is already the newest version (4:11.2.0-1ubuntu1). 2025-04-15 14:49:33.422 | gcc is already the newest version (4:11.2.0-1ubuntu1). 2025-04-15 14:49:33.422 | genisoimage is already the newest version (9:1.1.11-3.2ubuntu1). 2025-04-15 14:49:33.422 | gettext is already the newest version (0.21-4ubuntu4). 2025-04-15 14:49:33.422 | ipset is already the newest version (7.15-1build1). 2025-04-15 14:49:33.422 | iputils-arping is already the newest version (3:20211215-1). 2025-04-15 14:49:33.422 | iputils-ping is already the newest version (3:20211215-1). 2025-04-15 14:49:33.422 | iputils-ping set to manually installed. 2025-04-15 14:49:33.422 | keepalived is already the newest version (1:2.2.4-0.2build1). 2025-04-15 14:49:33.422 | libffi-dev is already the newest version (3.4.2-4). 2025-04-15 14:49:33.422 | libjpeg-dev is already the newest version (8c-2ubuntu10). 2025-04-15 14:49:33.422 | libyaml-dev is already the newest version (0.2.2-1build2). 2025-04-15 14:49:33.422 | lsof is already the newest version (4.93.2+dfsg-1.1build2). 2025-04-15 14:49:33.422 | lsof set to manually installed. 2025-04-15 14:49:33.422 | lsscsi is already the newest version (0.31-1build2). 2025-04-15 14:49:33.422 | parted is already the newest version (3.4-2build1). 2025-04-15 14:49:33.422 | parted set to manually installed. 2025-04-15 14:49:33.422 | pkg-config is already the newest version (0.29.2-1ubuntu3). 2025-04-15 14:49:33.422 | psmisc is already the newest version (23.4-2build3). 2025-04-15 14:49:33.422 | psmisc set to manually installed. 2025-04-15 14:49:33.422 | python3-mysqldb is already the newest version (1.4.6-1build1). 2025-04-15 14:49:33.422 | python3-systemd is already the newest version (234-3ubuntu2). 2025-04-15 14:49:33.422 | python3-systemd set to manually installed. 2025-04-15 14:49:33.422 | socat is already the newest version (1.7.4.1-3ubuntu4). 2025-04-15 14:49:33.422 | thin-provisioning-tools is already the newest version (0.9.0-2ubuntu1). 2025-04-15 14:49:33.422 | thin-provisioning-tools set to manually installed. 2025-04-15 14:49:33.422 | bsdmainutils is already the newest version (12.1.7+nmu3ubuntu2). 2025-04-15 14:49:33.422 | conntrackd is already the newest version (1:1.4.6-2build2). 2025-04-15 14:49:33.422 | libjs-jquery-tablesorter is already the newest version (1:2.31.3+dfsg1-3). 2025-04-15 14:49:33.422 | pm-utils is already the newest version (1.4.1-19). 2025-04-15 14:49:33.422 | postgresql-server-dev-all is already the newest version (238). 2025-04-15 14:49:33.422 | vlan is already the newest version (2.0.5ubuntu5). 2025-04-15 14:49:33.422 | curl is already the newest version (7.81.0-1ubuntu1.20). 2025-04-15 14:49:33.422 | curl set to manually installed. 2025-04-15 14:49:33.422 | dnsmasq-base is already the newest version (2.90-0ubuntu0.22.04.1). 2025-04-15 14:49:33.422 | dnsmasq-utils is already the newest version (2.90-0ubuntu0.22.04.1). 2025-04-15 14:49:33.422 | gawk is already the newest version (1:5.1.0-1ubuntu0.1). 2025-04-15 14:49:33.422 | gawk set to manually installed. 2025-04-15 14:49:33.422 | git is already the newest version (1:2.34.1-1ubuntu1.12). 2025-04-15 14:49:33.422 | git set to manually installed. 2025-04-15 14:49:33.422 | iptables is already the newest version (1.8.7-1ubuntu5.2). 2025-04-15 14:49:33.422 | iptables set to manually installed. 2025-04-15 14:49:33.422 | kpartx is already the newest version (0.8.8-1ubuntu1.22.04.4). 2025-04-15 14:49:33.422 | kpartx set to manually installed. 2025-04-15 14:49:33.422 | libpcre3-dev is already the newest version (2:8.39-13ubuntu0.22.04.1). 2025-04-15 14:49:33.422 | libsasl2-dev is already the newest version (2.1.27+dfsg2-3ubuntu1.2). 2025-04-15 14:49:33.422 | memcached is already the newest version (1.6.14-1ubuntu0.1). 2025-04-15 14:49:33.422 | python3-dev is already the newest version (3.10.6-1~22.04.1). 2025-04-15 14:49:33.422 | sqlite3 is already the newest version (3.37.2-2ubuntu0.3). 2025-04-15 14:49:33.422 | sudo is already the newest version (1.9.9-1ubuntu2.4). 2025-04-15 14:49:33.422 | sudo set to manually installed. 2025-04-15 14:49:33.422 | tar is already the newest version (1.34+dfsg-1ubuntu0.1.22.04.2). 2025-04-15 14:49:33.422 | tar set to manually installed. 2025-04-15 14:49:33.422 | tcpdump is already the newest version (4.99.1-3ubuntu0.2). 2025-04-15 14:49:33.422 | tcpdump set to manually installed. 2025-04-15 14:49:33.422 | unzip is already the newest version (6.0-26ubuntu3.2). 2025-04-15 14:49:33.422 | uuid-runtime is already the newest version (2.37.2-4ubuntu3.4). 2025-04-15 14:49:33.422 | uuid-runtime set to manually installed. 2025-04-15 14:49:33.422 | wget is already the newest version (1.21.2-2ubuntu1.1). 2025-04-15 14:49:33.422 | wget set to manually installed. 2025-04-15 14:49:33.422 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu9.2). 2025-04-15 14:49:33.422 | graphviz is already the newest version (2.42.2-6ubuntu0.1). 2025-04-15 14:49:33.422 | python3-pip is already the newest version (22.0.2+dfsg-1ubuntu0.5). 2025-04-15 14:49:33.422 | python3-venv is already the newest version (3.10.6-1~22.04.1). 2025-04-15 14:49:33.422 | The following additional packages will be installed: 2025-04-15 14:49:33.423 | apache2-bin apache2-data apache2-utils dmeventd dmsetup krb5-multidev 2025-04-15 14:49:33.423 | libgssapi-krb5-2 libgssrpc4 libk5crypto3 libkadm5clnt-mit12 2025-04-15 14:49:33.423 | libkadm5srv-mit12 libkrb5-3 libkrb5support0 libnss-systemd libpam-systemd 2025-04-15 14:49:33.424 | libpq5 libssl3 libsystemd0 libxml2 libxslt1.1 openssh-client 2025-04-15 14:49:33.424 | openssh-sftp-server qemu-block-extra systemd systemd-sysv systemd-timesyncd 2025-04-15 14:49:33.425 | Suggested packages: 2025-04-15 14:49:33.425 | apache2-doc apache2-suexec-pristine | apache2-suexec-custom www-browser 2025-04-15 14:49:33.425 | vim-haproxy haproxy-doc krb5-doc krb5-user postgresql-doc-14 libssl-doc 2025-04-15 14:49:33.425 | keychain libpam-ssh monkeysphere ssh-askpass molly-guard debootstrap 2025-04-15 14:49:33.425 | systemd-container libtss2-rc0 2025-04-15 14:49:33.425 | Recommended packages: 2025-04-15 14:49:33.425 | krb5-locales 2025-04-15 14:49:33.470 | The following packages will be upgraded: 2025-04-15 14:49:33.470 | apache2 apache2-bin apache2-data apache2-dev apache2-utils dmeventd dmsetup 2025-04-15 14:49:33.470 | haproxy krb5-multidev libapache2-mod-proxy-uwsgi libgssapi-krb5-2 libgssrpc4 2025-04-15 14:49:33.470 | libk5crypto3 libkadm5clnt-mit12 libkadm5srv-mit12 libkrb5-3 libkrb5-dev 2025-04-15 14:49:33.471 | libkrb5support0 libldap2-dev libnss-systemd libpam-systemd libpq-dev libpq5 2025-04-15 14:49:33.471 | libssl-dev libssl3 libsystemd-dev libsystemd0 libxml2 libxml2-dev 2025-04-15 14:49:33.471 | libxslt1-dev libxslt1.1 lvm2 open-iscsi openssh-client openssh-server 2025-04-15 14:49:33.471 | openssh-sftp-server openssl qemu-block-extra qemu-utils systemd systemd-sysv 2025-04-15 14:49:33.471 | systemd-timesyncd 2025-04-15 14:49:33.953 | Preconfiguring packages ... 2025-04-15 14:49:34.037 | 42 upgraded, 0 newly installed, 0 to remove and 119 not upgraded. 2025-04-15 14:49:34.037 | Need to get 0 B/22.3 MB of archives. 2025-04-15 14:49:34.037 | After this operation, 29.7 kB of additional disk space will be used. 2025-04-15 14:49:34.521 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-15 14:49:34.527 | Preparing to unpack .../0-libsystemd-dev_249.11-0ubuntu3.15_amd64.deb ... 2025-04-15 14:49:34.546 | Unpacking libsystemd-dev:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-15 14:49:34.730 | Preparing to unpack .../1-libnss-systemd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-15 14:49:34.746 | Unpacking libnss-systemd:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-15 14:49:34.811 | Preparing to unpack .../2-systemd-timesyncd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-15 14:49:34.828 | Unpacking systemd-timesyncd (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-15 14:49:34.901 | Preparing to unpack .../3-systemd-sysv_249.11-0ubuntu3.15_amd64.deb ... 2025-04-15 14:49:34.912 | Unpacking systemd-sysv (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-15 14:49:34.975 | Preparing to unpack .../4-libpam-systemd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-15 14:49:34.990 | Unpacking libpam-systemd:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-15 14:49:35.048 | Preparing to unpack .../5-libssl-dev_3.0.2-0ubuntu1.19_amd64.deb ... 2025-04-15 14:49:35.060 | Unpacking libssl-dev:amd64 (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-04-15 14:49:35.232 | Preparing to unpack .../6-libssl3_3.0.2-0ubuntu1.19_amd64.deb ... 2025-04-15 14:49:35.245 | Unpacking libssl3:amd64 (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-04-15 14:49:35.345 | Setting up libssl3:amd64 (3.0.2-0ubuntu1.19) ... 2025-04-15 14:49:35.573 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-15 14:49:35.579 | Preparing to unpack .../systemd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-15 14:49:35.624 | Unpacking systemd (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-15 14:49:35.959 | Preparing to unpack .../libsystemd0_249.11-0ubuntu3.15_amd64.deb ... 2025-04-15 14:49:35.970 | Unpacking libsystemd0:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-15 14:49:36.040 | Setting up libsystemd0:amd64 (249.11-0ubuntu3.15) ... 2025-04-15 14:49:36.165 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-15 14:49:36.170 | Preparing to unpack .../00-libapache2-mod-proxy-uwsgi_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-15 14:49:36.195 | Unpacking libapache2-mod-proxy-uwsgi (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-15 14:49:36.257 | Preparing to unpack .../01-libxml2-dev_2.9.13+dfsg-1ubuntu0.6_amd64.deb ... 2025-04-15 14:49:36.268 | Unpacking libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.6) over (2.9.13+dfsg-1ubuntu0.5) ... 2025-04-15 14:49:36.371 | Preparing to unpack .../02-libxml2_2.9.13+dfsg-1ubuntu0.6_amd64.deb ... 2025-04-15 14:49:36.386 | Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.6) over (2.9.13+dfsg-1ubuntu0.5) ... 2025-04-15 14:49:36.475 | Preparing to unpack .../03-apache2_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-15 14:49:36.494 | Unpacking apache2 (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-15 14:49:36.589 | Preparing to unpack .../04-apache2-bin_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-15 14:49:36.604 | Unpacking apache2-bin (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-15 14:49:36.704 | Preparing to unpack .../05-apache2-data_2.4.52-1ubuntu4.14_all.deb ... 2025-04-15 14:49:36.717 | Unpacking apache2-data (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-15 14:49:36.824 | Preparing to unpack .../06-apache2-utils_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-15 14:49:36.837 | Unpacking apache2-utils (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-15 14:49:36.917 | Preparing to unpack .../07-haproxy_2.4.24-0ubuntu0.22.04.2_amd64.deb ... 2025-04-15 14:49:36.940 | Unpacking haproxy (2.4.24-0ubuntu0.22.04.2) over (2.4.24-0ubuntu0.22.04.1) ... 2025-04-15 14:49:37.049 | Preparing to unpack .../08-dmsetup_2%3a1.02.175-2.1ubuntu5_amd64.deb ... 2025-04-15 14:49:37.065 | Unpacking dmsetup (2:1.02.175-2.1ubuntu5) over (2:1.02.175-2.1ubuntu4) ... 2025-04-15 14:49:37.131 | Preparing to unpack .../09-dmeventd_2%3a1.02.175-2.1ubuntu5_amd64.deb ... 2025-04-15 14:49:37.145 | Unpacking dmeventd (2:1.02.175-2.1ubuntu5) over (2:1.02.175-2.1ubuntu4) ... 2025-04-15 14:49:37.216 | Preparing to unpack .../10-lvm2_2.03.11-2.1ubuntu5_amd64.deb ... 2025-04-15 14:49:37.240 | Unpacking lvm2 (2.03.11-2.1ubuntu5) over (2.03.11-2.1ubuntu4) ... 2025-04-15 14:49:37.367 | Preparing to unpack .../11-open-iscsi_2.1.5-1ubuntu1.1_amd64.deb ... 2025-04-15 14:49:37.608 | Unpacking open-iscsi (2.1.5-1ubuntu1.1) over (2.1.5-1ubuntu1) ... 2025-04-15 14:49:37.688 | Preparing to unpack .../12-libk5crypto3_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-15 14:49:37.700 | Unpacking libk5crypto3:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-15 14:49:37.764 | Setting up libk5crypto3:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-15 14:49:37.883 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-15 14:49:37.889 | Preparing to unpack .../libkrb5support0_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-15 14:49:37.901 | Unpacking libkrb5support0:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-15 14:49:37.961 | Setting up libkrb5support0:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-15 14:49:38.074 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-15 14:49:38.080 | Preparing to unpack .../libkrb5-3_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-15 14:49:38.092 | Unpacking libkrb5-3:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-15 14:49:38.163 | Setting up libkrb5-3:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-15 14:49:38.282 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-15 14:49:38.288 | Preparing to unpack .../libgssapi-krb5-2_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-15 14:49:38.300 | Unpacking libgssapi-krb5-2:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-15 14:49:38.373 | Setting up libgssapi-krb5-2:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-15 14:49:38.518 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-15 14:49:38.522 | Preparing to unpack .../00-libgssrpc4_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-15 14:49:38.535 | Unpacking libgssrpc4:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-15 14:49:38.594 | Preparing to unpack .../01-libkadm5srv-mit12_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-15 14:49:38.606 | Unpacking libkadm5srv-mit12:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-15 14:49:38.664 | Preparing to unpack .../02-libkadm5clnt-mit12_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-15 14:49:38.676 | Unpacking libkadm5clnt-mit12:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-15 14:49:38.728 | Preparing to unpack .../03-libkrb5-dev_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-15 14:49:38.740 | Unpacking libkrb5-dev:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-15 14:49:38.803 | Preparing to unpack .../04-krb5-multidev_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-15 14:49:38.814 | Unpacking krb5-multidev:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-15 14:49:38.879 | Preparing to unpack .../05-openssh-sftp-server_1%3a8.9p1-3ubuntu0.11_amd64.deb ... 2025-04-15 14:49:38.890 | Unpacking openssh-sftp-server (1:8.9p1-3ubuntu0.11) over (1:8.9p1-3ubuntu0.10) ... 2025-04-15 14:49:38.953 | Preparing to unpack .../06-openssh-server_1%3a8.9p1-3ubuntu0.11_amd64.deb ... 2025-04-15 14:49:38.981 | Unpacking openssh-server (1:8.9p1-3ubuntu0.11) over (1:8.9p1-3ubuntu0.10) ... 2025-04-15 14:49:39.066 | Preparing to unpack .../07-openssh-client_1%3a8.9p1-3ubuntu0.11_amd64.deb ... 2025-04-15 14:49:39.087 | Unpacking openssh-client (1:8.9p1-3ubuntu0.11) over (1:8.9p1-3ubuntu0.10) ... 2025-04-15 14:49:39.175 | Preparing to unpack .../08-openssl_3.0.2-0ubuntu1.19_amd64.deb ... 2025-04-15 14:49:39.185 | Unpacking openssl (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-04-15 14:49:39.304 | Preparing to unpack .../09-apache2-dev_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-15 14:49:39.315 | Unpacking apache2-dev (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-15 14:49:39.388 | Preparing to unpack .../10-libpq-dev_14.17-0ubuntu0.22.04.1_amd64.deb ... 2025-04-15 14:49:39.400 | Unpacking libpq-dev (14.17-0ubuntu0.22.04.1) over (14.15-0ubuntu0.22.04.1) ... 2025-04-15 14:49:39.464 | Preparing to unpack .../11-libpq5_14.17-0ubuntu0.22.04.1_amd64.deb ... 2025-04-15 14:49:39.475 | Unpacking libpq5:amd64 (14.17-0ubuntu0.22.04.1) over (14.15-0ubuntu0.22.04.1) ... 2025-04-15 14:49:39.529 | Preparing to unpack .../12-libxslt1-dev_1.1.34-4ubuntu0.22.04.3_amd64.deb ... 2025-04-15 14:49:39.541 | Unpacking libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.3) over (1.1.34-4ubuntu0.22.04.1) ... 2025-04-15 14:49:39.629 | Preparing to unpack .../13-libxslt1.1_1.1.34-4ubuntu0.22.04.3_amd64.deb ... 2025-04-15 14:49:39.640 | Unpacking libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.3) over (1.1.34-4ubuntu0.22.04.1) ... 2025-04-15 14:49:39.702 | Preparing to unpack .../14-qemu-block-extra_1%3a6.2+dfsg-2ubuntu6.26_amd64.deb ... 2025-04-15 14:49:39.723 | Unpacking qemu-block-extra (1:6.2+dfsg-2ubuntu6.26) over (1:6.2+dfsg-2ubuntu6.24) ... 2025-04-15 14:49:39.776 | Preparing to unpack .../15-qemu-utils_1%3a6.2+dfsg-2ubuntu6.26_amd64.deb ... 2025-04-15 14:49:39.787 | Unpacking qemu-utils (1:6.2+dfsg-2ubuntu6.26) over (1:6.2+dfsg-2ubuntu6.24) ... 2025-04-15 14:49:39.888 | Preparing to unpack .../16-libldap2-dev_2.5.18+dfsg-0ubuntu0.22.04.3_all.deb ... 2025-04-15 14:49:39.899 | Unpacking libldap2-dev (2.5.18+dfsg-0ubuntu0.22.04.3) over (2.5.18+dfsg-0ubuntu0.22.04.2) ... 2025-04-15 14:49:39.962 | Setting up openssh-client (1:8.9p1-3ubuntu0.11) ... 2025-04-15 14:49:40.047 | Setting up libpq5:amd64 (14.17-0ubuntu0.22.04.1) ... 2025-04-15 14:49:40.059 | Setting up haproxy (2.4.24-0ubuntu0.22.04.2) ... 2025-04-15 14:49:40.906 | Setting up systemd (249.11-0ubuntu3.15) ... 2025-04-15 14:49:41.612 | Setting up open-iscsi (2.1.5-1ubuntu1.1) ... 2025-04-15 14:49:42.598 | iscsid.service is a disabled or a static unit, not starting it. 2025-04-15 14:49:43.417 | Setting up libldap2-dev (2.5.18+dfsg-0ubuntu0.22.04.3) ... 2025-04-15 14:49:43.427 | Setting up libgssrpc4:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-15 14:49:43.438 | Setting up libssl-dev:amd64 (3.0.2-0ubuntu1.19) ... 2025-04-15 14:49:43.448 | Setting up systemd-timesyncd (249.11-0ubuntu3.15) ... 2025-04-15 14:49:43.943 | Setting up dmsetup (2:1.02.175-2.1ubuntu5) ... 2025-04-15 14:49:43.956 | update-initramfs: deferring update (trigger activated) 2025-04-15 14:49:43.961 | Setting up dmeventd (2:1.02.175-2.1ubuntu5) ... 2025-04-15 14:49:44.329 | dm-event.service is a disabled or a static unit not running, not starting it. 2025-04-15 14:49:44.395 | Setting up libkadm5srv-mit12:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-15 14:49:44.406 | Setting up apache2-data (2.4.52-1ubuntu4.14) ... 2025-04-15 14:49:44.418 | Setting up qemu-utils (1:6.2+dfsg-2ubuntu6.26) ... 2025-04-15 14:49:44.429 | Setting up openssl (3.0.2-0ubuntu1.19) ... 2025-04-15 14:49:44.444 | Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.6) ... 2025-04-15 14:49:44.454 | Setting up qemu-block-extra (1:6.2+dfsg-2ubuntu6.26) ... 2025-04-15 14:49:45.130 | Setting up libsystemd-dev:amd64 (249.11-0ubuntu3.15) ... 2025-04-15 14:49:45.141 | Setting up libkadm5clnt-mit12:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-15 14:49:45.151 | Setting up apache2-utils (2.4.52-1ubuntu4.14) ... 2025-04-15 14:49:45.163 | Setting up apache2-dev (2.4.52-1ubuntu4.14) ... 2025-04-15 14:49:45.175 | Setting up krb5-multidev:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-15 14:49:45.187 | Setting up openssh-sftp-server (1:8.9p1-3ubuntu0.11) ... 2025-04-15 14:49:45.198 | Setting up systemd-sysv (249.11-0ubuntu3.15) ... 2025-04-15 14:49:45.209 | Setting up openssh-server (1:8.9p1-3ubuntu0.11) ... 2025-04-15 14:49:46.043 | rescue-ssh.target is a disabled or a static unit not running, not starting it. 2025-04-15 14:49:46.500 | ssh.socket is a disabled or a static unit not running, not starting it. 2025-04-15 14:49:46.543 | Setting up libnss-systemd:amd64 (249.11-0ubuntu3.15) ... 2025-04-15 14:49:46.560 | Setting up libpq-dev (14.17-0ubuntu0.22.04.1) ... 2025-04-15 14:49:46.572 | Setting up apache2-bin (2.4.52-1ubuntu4.14) ... 2025-04-15 14:49:46.584 | Setting up lvm2 (2.03.11-2.1ubuntu5) ... 2025-04-15 14:49:46.694 | update-initramfs: deferring update (trigger activated) 2025-04-15 14:49:48.138 | Setting up libkrb5-dev:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-15 14:49:48.149 | Setting up libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.6) ... 2025-04-15 14:49:48.160 | Setting up libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.3) ... 2025-04-15 14:49:48.171 | Setting up libpam-systemd:amd64 (249.11-0ubuntu3.15) ... 2025-04-15 14:49:48.349 | Setting up libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.3) ... 2025-04-15 14:49:48.359 | Setting up apache2 (2.4.52-1ubuntu4.14) ... 2025-04-15 14:49:50.320 | apache-htcacheclean.service is a disabled or a static unit not running, not starting it. 2025-04-15 14:49:50.341 | Setting up libapache2-mod-proxy-uwsgi (2.4.52-1ubuntu4.14) ... 2025-04-15 14:49:50.356 | Processing triggers for libc-bin (2.35-0ubuntu3.8) ... 2025-04-15 14:49:50.398 | Processing triggers for rsyslog (8.2112.0-2ubuntu2.2) ... 2025-04-15 14:49:50.436 | Processing triggers for ufw (0.36.1-4ubuntu0.1) ... 2025-04-15 14:49:50.510 | Processing triggers for man-db (2.10.2-1) ... 2025-04-15 14:49:50.785 | Processing triggers for dbus (1.12.20-2ubuntu4.1) ... 2025-04-15 14:49:50.800 | Processing triggers for initramfs-tools (0.140ubuntu13.4) ... 2025-04-15 14:49:50.836 | update-initramfs: Generating /boot/initrd.img-6.8.0-52-generic 2025-04-15 14:49:57.415 | NEEDRESTART-VER: 3.5 2025-04-15 14:49:58.133 | NEEDRESTART-KCUR: 6.8.0-52-generic 2025-04-15 14:49:58.133 | NEEDRESTART-KEXP: 6.8.0-52-generic 2025-04-15 14:49:58.133 | NEEDRESTART-KSTA: 1 2025-04-15 14:49:58.133 | NEEDRESTART-SVC: apt-news.service 2025-04-15 14:49:58.133 | NEEDRESTART-SVC: conntrackd.service 2025-04-15 14:49:58.133 | NEEDRESTART-SVC: dbus.service 2025-04-15 14:49:58.133 | NEEDRESTART-SVC: epmd.service 2025-04-15 14:49:58.133 | NEEDRESTART-SVC: esm-cache.service 2025-04-15 14:49:58.133 | NEEDRESTART-SVC: irqbalance.service 2025-04-15 14:49:58.133 | NEEDRESTART-SVC: mariadb.service 2025-04-15 14:49:58.133 | NEEDRESTART-SVC: memcached.service 2025-04-15 14:49:58.133 | NEEDRESTART-SVC: ModemManager.service 2025-04-15 14:49:58.133 | NEEDRESTART-SVC: multipathd.service 2025-04-15 14:49:58.133 | NEEDRESTART-SVC: networkd-dispatcher.service 2025-04-15 14:49:58.133 | NEEDRESTART-SVC: open-vm-tools.service 2025-04-15 14:49:58.133 | NEEDRESTART-SVC: ovs-vswitchd.service 2025-04-15 14:49:58.133 | NEEDRESTART-SVC: ovsdb-server.service 2025-04-15 14:49:58.133 | NEEDRESTART-SVC: packagekit.service 2025-04-15 14:49:58.133 | NEEDRESTART-SVC: pmcd.service 2025-04-15 14:49:58.133 | NEEDRESTART-SVC: pmie.service 2025-04-15 14:49:58.133 | NEEDRESTART-SVC: pmie_farm.service 2025-04-15 14:49:58.133 | NEEDRESTART-SVC: pmlogger.service 2025-04-15 14:49:58.133 | NEEDRESTART-SVC: pmlogger_farm.service 2025-04-15 14:49:58.133 | NEEDRESTART-SVC: pmproxy.service 2025-04-15 14:49:58.133 | NEEDRESTART-SVC: polkit.service 2025-04-15 14:49:58.133 | NEEDRESTART-SVC: rabbitmq-server.service 2025-04-15 14:49:58.133 | NEEDRESTART-SVC: systemd-logind.service 2025-04-15 14:49:58.133 | NEEDRESTART-SVC: systemd-udevd.service 2025-04-15 14:49:58.133 | NEEDRESTART-SVC: udisks2.service 2025-04-15 14:49:58.133 | NEEDRESTART-SVC: user@1001.service 2025-04-15 14:49:58.133 | NEEDRESTART-SVC: vgauth.service 2025-04-15 14:50:00.131 | ++ functions-common:apt_get:1194 : result=0 2025-04-15 14:50:00.134 | ++ functions-common:apt_get:1197 : time_stop apt-get 2025-04-15 14:50:00.135 | ++ functions-common:time_stop:2400 : local name 2025-04-15 14:50:00.137 | ++ functions-common:time_stop:2401 : local end_time 2025-04-15 14:50:00.139 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:50:00.141 | ++ functions-common:time_stop:2403 : local total 2025-04-15 14:50:00.143 | ++ functions-common:time_stop:2404 : local start_time 2025-04-15 14:50:00.144 | ++ functions-common:time_stop:2406 : name=apt-get 2025-04-15 14:50:00.146 | ++ functions-common:time_stop:2407 : start_time=1744728572935 2025-04-15 14:50:00.148 | ++ functions-common:time_stop:2409 : [[ -z 1744728572935 ]] 2025-04-15 14:50:00.151 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:50:00.153 | ++ functions-common:time_stop:2412 : end_time=1744728600151 2025-04-15 14:50:00.155 | ++ functions-common:time_stop:2413 : elapsed_time=27216 2025-04-15 14:50:00.157 | ++ functions-common:time_stop:2414 : total=507 2025-04-15 14:50:00.159 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:50:00.160 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=27723 2025-04-15 14:50:00.162 | ++ functions-common:apt_get:1198 : return 0 2025-04-15 14:50:00.164 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2025-04-15 14:50:00.166 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2025-04-15 14:50:00.169 | +++ tools/install_prereqs.sh:source:83 : which python3.10 2025-04-15 14:50:00.173 | ++ tools/install_prereqs.sh:source:83 : export PYTHON=/usr/bin/python3.10 2025-04-15 14:50:00.175 | ++ tools/install_prereqs.sh:source:83 : PYTHON=/usr/bin/python3.10 2025-04-15 14:50:00.177 | ++ tools/install_prereqs.sh:source:88 : date +%s 2025-04-15 14:50:00.180 | ++ tools/install_prereqs.sh:source:89 : date 2025-04-15 14:50:00.183 | + stack.sh:main:805 : [[ False != \T\r\u\e ]] 2025-04-15 14:50:00.185 | + stack.sh:main:806 : PYPI_ALTERNATIVE_URL= 2025-04-15 14:50:00.187 | + stack.sh:main:806 : /opt/stack/devstack/tools/install_pip.sh 2025-04-15 14:50:00.498 | + tools/install_pip.sh:main:25 : FILES=/opt/stack/devstack/files 2025-04-15 14:50:00.499 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2025-04-15 14:50:00.501 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2025-04-15 14:50:00.502 | + tools/install_pip.sh:main:43 : GetDistro 2025-04-15 14:50:00.504 | + functions-common:GetDistro:449 : GetOSVersion 2025-04-15 14:50:00.505 | + functions-common:GetOSVersion:416 : source /etc/os-release 2025-04-15 14:50:00.506 | ++ /etc/os-release:source:1 : PRETTY_NAME='Ubuntu 22.04.5 LTS' 2025-04-15 14:50:00.508 | ++ /etc/os-release:source:2 : NAME=Ubuntu 2025-04-15 14:50:00.509 | ++ /etc/os-release:source:3 : VERSION_ID=22.04 2025-04-15 14:50:00.510 | ++ /etc/os-release:source:4 : VERSION='22.04.5 LTS (Jammy Jellyfish)' 2025-04-15 14:50:00.511 | ++ /etc/os-release:source:5 : VERSION_CODENAME=jammy 2025-04-15 14:50:00.513 | ++ /etc/os-release:source:6 : ID=ubuntu 2025-04-15 14:50:00.514 | ++ /etc/os-release:source:7 : ID_LIKE=debian 2025-04-15 14:50:00.515 | ++ /etc/os-release:source:8 : HOME_URL=https://www.ubuntu.com/ 2025-04-15 14:50:00.517 | ++ /etc/os-release:source:9 : SUPPORT_URL=https://help.ubuntu.com/ 2025-04-15 14:50:00.518 | ++ /etc/os-release:source:10 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2025-04-15 14:50:00.519 | ++ /etc/os-release:source:11 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2025-04-15 14:50:00.520 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=jammy 2025-04-15 14:50:00.522 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) == \c\e\n\t\o\s\9 ]] 2025-04-15 14:50:00.523 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) =~ rhel9 ]] 2025-04-15 14:50:00.524 | + functions-common:GetOSVersion:421 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) =~ rocky9 ]] 2025-04-15 14:50:00.526 | + functions-common:GetOSVersion:425 : _ensure_lsb_release 2025-04-15 14:50:00.527 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2025-04-15 14:50:00.529 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2025-04-15 14:50:00.530 | + functions-common:_ensure_lsb_release:394 : return 2025-04-15 14:50:00.532 | ++ functions-common:GetOSVersion:427 : lsb_release -r -s 2025-04-15 14:50:00.565 | + functions-common:GetOSVersion:427 : os_RELEASE=22.04 2025-04-15 14:50:00.567 | ++ functions-common:GetOSVersion:428 : lsb_release -c -s 2025-04-15 14:50:00.601 | + functions-common:GetOSVersion:428 : os_CODENAME=jammy 2025-04-15 14:50:00.603 | ++ functions-common:GetOSVersion:429 : lsb_release -i -s 2025-04-15 14:50:00.636 | + functions-common:GetOSVersion:429 : os_VENDOR=Ubuntu 2025-04-15 14:50:00.638 | + functions-common:GetOSVersion:432 : [[ Ubuntu =~ (Debian|Ubuntu) ]] 2025-04-15 14:50:00.639 | + functions-common:GetOSVersion:433 : os_PACKAGE=deb 2025-04-15 14:50:00.641 | + functions-common:GetOSVersion:438 : typeset -xr os_VENDOR 2025-04-15 14:50:00.642 | + functions-common:GetOSVersion:439 : typeset -xr os_RELEASE 2025-04-15 14:50:00.643 | + functions-common:GetOSVersion:440 : typeset -xr os_PACKAGE 2025-04-15 14:50:00.645 | + functions-common:GetOSVersion:441 : typeset -xr os_CODENAME 2025-04-15 14:50:00.646 | + functions-common:GetDistro:450 : [[ Ubuntu =~ (Ubuntu) ]] 2025-04-15 14:50:00.648 | + functions-common:GetDistro:453 : DISTRO=jammy 2025-04-15 14:50:00.649 | + functions-common:GetDistro:491 : typeset -xr DISTRO 2025-04-15 14:50:00.651 | + tools/install_pip.sh:main:44 : echo 'Distro: jammy' 2025-04-15 14:50:00.651 | Distro: jammy 2025-04-15 14:50:00.652 | + tools/install_pip.sh:main:124 : get_versions 2025-04-15 14:50:00.654 | ++ tools/install_pip.sh:get_versions:49 : which pip 2025-04-15 14:50:00.656 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2025-04-15 14:50:00.657 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2025-04-15 14:50:00.659 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2025-04-15 14:50:00.659 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2025-04-15 14:50:00.756 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2025-04-15 14:50:00.757 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2025-04-15 14:50:00.757 | pip: 0.1.15 2025-04-15 14:50:00.758 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2025-04-15 14:50:00.760 | + tools/install_pip.sh:main:130 : is_fedora 2025-04-15 14:50:00.761 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-15 14:50:00.762 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-15 14:50:00.764 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-15 14:50:00.765 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-15 14:50:00.766 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-15 14:50:00.768 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-15 14:50:00.769 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-15 14:50:00.770 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-15 14:50:00.771 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-15 14:50:00.773 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-15 14:50:00.774 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-15 14:50:00.775 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-15 14:50:00.776 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-15 14:50:00.778 | + tools/install_pip.sh:main:141 : is_ubuntu 2025-04-15 14:50:00.779 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:50:00.780 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:50:00.782 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack//requirements/upper-constraints.txt 2025-04-15 14:50:00.785 | + tools/install_pip.sh:main:153 : set -x 2025-04-15 14:50:00.786 | + tools/install_pip.sh:main:156 : get_versions 2025-04-15 14:50:00.788 | ++ tools/install_pip.sh:get_versions:49 : which pip 2025-04-15 14:50:00.791 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2025-04-15 14:50:00.792 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2025-04-15 14:50:00.794 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2025-04-15 14:50:00.794 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2025-04-15 14:50:00.802 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2025-04-15 14:50:00.804 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2025-04-15 14:50:00.804 | pip: 0.1.15 2025-04-15 14:50:00.806 | + stack.sh:main:810 : source /opt/stack/devstack/tools/fixup_stuff.sh 2025-04-15 14:50:00.809 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /opt/stack/devstack ]] 2025-04-15 14:50:00.811 | + stack.sh:main:811 : fixup_all 2025-04-15 14:50:00.812 | + tools/fixup_stuff.sh:fixup_all:124 : fixup_ubuntu 2025-04-15 14:50:00.814 | + tools/fixup_stuff.sh:fixup_ubuntu:108 : is_ubuntu 2025-04-15 14:50:00.816 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:50:00.818 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:50:00.820 | + tools/fixup_stuff.sh:fixup_ubuntu:118 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.4.1.egg-info 2025-04-15 14:50:00.829 | + tools/fixup_stuff.sh:fixup_ubuntu:119 : sudo rm -rf /usr/lib/python3/dist-packages/pyasn1_modules-0.2.1.egg-info 2025-04-15 14:50:00.838 | + tools/fixup_stuff.sh:fixup_ubuntu:120 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2025-04-15 14:50:00.847 | + tools/fixup_stuff.sh:fixup_all:125 : fixup_fedora 2025-04-15 14:50:00.849 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2025-04-15 14:50:00.851 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-15 14:50:00.852 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-15 14:50:00.854 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-15 14:50:00.856 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-15 14:50:00.857 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-15 14:50:00.859 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-15 14:50:00.861 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-15 14:50:00.862 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-15 14:50:00.864 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-15 14:50:00.865 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-15 14:50:00.867 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-15 14:50:00.869 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-15 14:50:00.870 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-15 14:50:00.872 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2025-04-15 14:50:00.874 | + stack.sh:main:813 : [[ True == \T\r\u\e ]] 2025-04-15 14:50:00.876 | + stack.sh:main:815 : sudo ln -sf /opt/stack/data/venv/bin/cinder-rtstool /usr/local/bin 2025-04-15 14:50:00.884 | + stack.sh:main:816 : sudo ln -sf /opt/stack/data/venv/bin/glance /usr/local/bin 2025-04-15 14:50:00.893 | + stack.sh:main:817 : sudo ln -sf /opt/stack/data/venv/bin/nova-manage /usr/local/bin 2025-04-15 14:50:00.901 | + stack.sh:main:818 : sudo ln -sf /opt/stack/data/venv/bin/openstack /usr/local/bin 2025-04-15 14:50:00.909 | + stack.sh:main:819 : sudo ln -sf /opt/stack/data/venv/bin/privsep-helper /usr/local/bin 2025-04-15 14:50:00.917 | + stack.sh:main:820 : sudo ln -sf /opt/stack/data/venv/bin/rally /usr/local/bin 2025-04-15 14:50:00.926 | + stack.sh:main:821 : sudo ln -sf /opt/stack/data/venv/bin/tox /usr/local/bin 2025-04-15 14:50:00.934 | + stack.sh:main:823 : setup_devstack_virtualenv 2025-04-15 14:50:00.936 | + inc/python:setup_devstack_virtualenv:39 : [[ ! -d /opt/stack/data/venv ]] 2025-04-15 14:50:00.938 | + inc/python:setup_devstack_virtualenv:46 : [[ :/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin: != *\:\/\o\p\t\/\s\t\a\c\k\/\d\a\t\a\/\v\e\n\v\/\b\i\n\:* ]] 2025-04-15 14:50:00.940 | + inc/python:setup_devstack_virtualenv:47 : export PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-15 14:50:00.942 | + inc/python:setup_devstack_virtualenv:47 : PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-15 14:50:00.943 | + inc/python:setup_devstack_virtualenv:48 : export PYTHON=/opt/stack/data/venv/bin/python3 2025-04-15 14:50:00.945 | + inc/python:setup_devstack_virtualenv:48 : PYTHON=/opt/stack/data/venv/bin/python3 2025-04-15 14:50:00.947 | + stack.sh:main:827 : pip_install -U os-testr 2025-04-15 14:50:00.966 | Using python 3.10 to install os-testr 2025-04-15 14:50:00.968 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -U os-testr 2025-04-15 14:50:02.589 | Collecting os-testr 2025-04-15 14:50:02.590 | Using cached os_testr-3.0.0-py3-none-any.whl.metadata (1.8 kB) 2025-04-15 14:50:02.627 | Collecting pbr!=2.1.0,>=2.0.0 (from os-testr) 2025-04-15 14:50:02.629 | Using cached pbr-5.11.1-py2.py3-none-any.whl.metadata (1.3 kB) 2025-04-15 14:50:02.651 | Collecting python-subunit>=1.0.0 (from os-testr) 2025-04-15 14:50:02.653 | Using cached python_subunit-1.4.2-py3-none-any.whl.metadata (22 kB) 2025-04-15 14:50:02.680 | Collecting testtools>=2.2.0 (from os-testr) 2025-04-15 14:50:02.682 | Using cached testtools-2.6.0-py3-none-any.whl.metadata (5.2 kB) 2025-04-15 14:50:02.707 | Collecting extras (from python-subunit>=1.0.0->os-testr) 2025-04-15 14:50:02.708 | Using cached extras-1.0.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-04-15 14:50:02.745 | Collecting fixtures>=2.0 (from testtools>=2.2.0->os-testr) 2025-04-15 14:50:02.745 | Using cached fixtures-4.0.1-py3-none-any.whl 2025-04-15 14:50:02.765 | Using cached os_testr-3.0.0-py3-none-any.whl (32 kB) 2025-04-15 14:50:02.767 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2025-04-15 14:50:02.771 | Using cached python_subunit-1.4.2-py3-none-any.whl (106 kB) 2025-04-15 14:50:02.774 | Using cached testtools-2.6.0-py3-none-any.whl (182 kB) 2025-04-15 14:50:02.777 | Using cached extras-1.0.0-py2.py3-none-any.whl (7.3 kB) 2025-04-15 14:50:02.845 | Installing collected packages: extras, pbr, fixtures, testtools, python-subunit, os-testr 2025-04-15 14:50:03.205 | Successfully installed extras-1.0.0 fixtures-4.0.1 os-testr-3.0.0 pbr-5.11.1 python-subunit-1.4.2 testtools-2.6.0 2025-04-15 14:50:03.283 | + inc/python:pip_install:222 : result=0 2025-04-15 14:50:03.285 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 14:50:03.287 | + functions-common:time_stop:2400 : local name 2025-04-15 14:50:03.289 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:50:03.291 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:50:03.292 | + functions-common:time_stop:2403 : local total 2025-04-15 14:50:03.294 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:50:03.296 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 14:50:03.297 | + functions-common:time_stop:2407 : start_time=1744728600962 2025-04-15 14:50:03.299 | + functions-common:time_stop:2409 : [[ -z 1744728600962 ]] 2025-04-15 14:50:03.301 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:50:03.304 | + functions-common:time_stop:2412 : end_time=1744728603302 2025-04-15 14:50:03.306 | + functions-common:time_stop:2413 : elapsed_time=2340 2025-04-15 14:50:03.308 | + functions-common:time_stop:2414 : total=0 2025-04-15 14:50:03.310 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:50:03.311 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2340 2025-04-15 14:50:03.313 | + inc/python:pip_install:225 : return 0 2025-04-15 14:50:03.315 | + stack.sh:main:831 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2025-04-15 14:50:03.357 | + stack.sh:main:832 : sudo systemctl restart systemd-journald 2025-04-15 14:50:03.415 | + stack.sh:main:838 : install_infra 2025-04-15 14:50:03.417 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-04-15 14:50:03.420 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack//requirements/.venv ']' 2025-04-15 14:50:03.422 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack//requirements/.venv 2025-04-15 14:50:06.566 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-04-15 14:50:06.569 | + lib/infra:install_infra:34 : pip_install -U pbr 2025-04-15 14:50:06.586 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack//requirements/.venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -U pbr 2025-04-15 14:50:07.538 | Collecting pbr 2025-04-15 14:50:07.542 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2025-04-15 14:50:07.568 | Installing collected packages: pbr 2025-04-15 14:50:07.632 | Successfully installed pbr-5.11.1 2025-04-15 14:50:07.704 | + inc/python:pip_install:222 : result=0 2025-04-15 14:50:07.706 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 14:50:07.708 | + functions-common:time_stop:2400 : local name 2025-04-15 14:50:07.709 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:50:07.711 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:50:07.713 | + functions-common:time_stop:2403 : local total 2025-04-15 14:50:07.714 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:50:07.716 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 14:50:07.718 | + functions-common:time_stop:2407 : start_time=1744728606580 2025-04-15 14:50:07.719 | + functions-common:time_stop:2409 : [[ -z 1744728606580 ]] 2025-04-15 14:50:07.722 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:50:07.724 | + functions-common:time_stop:2412 : end_time=1744728607722 2025-04-15 14:50:07.726 | + functions-common:time_stop:2413 : elapsed_time=1142 2025-04-15 14:50:07.728 | + functions-common:time_stop:2414 : total=2340 2025-04-15 14:50:07.729 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:50:07.731 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3482 2025-04-15 14:50:07.733 | + inc/python:pip_install:225 : return 0 2025-04-15 14:50:07.735 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-04-15 14:50:07.737 | + lib/infra:install_infra:35 : pip_install /opt/stack//requirements 2025-04-15 14:50:07.754 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack//requirements/.venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt /opt/stack//requirements 2025-04-15 14:50:08.604 | Processing /opt/stack/requirements 2025-04-15 14:50:08.605 | Preparing metadata (setup.py): started 2025-04-15 14:50:09.290 | Preparing metadata (setup.py): finished with status 'done' 2025-04-15 14:50:09.385 | Collecting Parsley>=1.2 2025-04-15 14:50:09.388 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2025-04-15 14:50:09.479 | Collecting PyYAML>=3.12 2025-04-15 14:50:09.486 | Using cached PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (682 kB) 2025-04-15 14:50:09.596 | Collecting beagle>=0.2.1 2025-04-15 14:50:09.598 | Using cached beagle-0.4.0-py3-none-any.whl (11 kB) 2025-04-15 14:50:09.624 | Collecting fixtures>=3.0.0 2025-04-15 14:50:09.624 | Using cached fixtures-4.0.1-py3-none-any.whl 2025-04-15 14:50:09.670 | Collecting packaging!=20.5,!=20.6,!=20.7,>=16.5 2025-04-15 14:50:09.672 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2025-04-15 14:50:09.735 | Collecting requests>=2.14.2 2025-04-15 14:50:09.739 | Using cached requests-2.28.2-py3-none-any.whl (62 kB) 2025-04-15 14:50:09.764 | Collecting six>=1.10.0 2025-04-15 14:50:09.766 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2025-04-15 14:50:09.784 | Requirement already satisfied: pbr>=2.0 in /opt/stack/requirements/.venv/lib/python3.10/site-packages (from beagle>=0.2.1->openstack-requirements==1.2.1.dev6395) (5.11.1) 2025-04-15 14:50:09.828 | Collecting cliff>=2.11.0 2025-04-15 14:50:09.833 | Using cached cliff-4.3.0-py3-none-any.whl (80 kB) 2025-04-15 14:50:09.871 | Collecting idna<4,>=2.5 2025-04-15 14:50:09.873 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2025-04-15 14:50:09.911 | Collecting certifi>=2017.4.17 2025-04-15 14:50:09.914 | Using cached certifi-2025.1.31-py3-none-any.whl (166 kB) 2025-04-15 14:50:10.100 | Collecting charset-normalizer<4,>=2 2025-04-15 14:50:10.104 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB) 2025-04-15 14:50:10.167 | Collecting urllib3<1.27,>=1.21.1 2025-04-15 14:50:10.170 | Using cached urllib3-1.26.15-py2.py3-none-any.whl (140 kB) 2025-04-15 14:50:10.267 | Collecting cmd2>=1.0.0 2025-04-15 14:50:10.270 | Using cached cmd2-2.4.3-py3-none-any.whl (147 kB) 2025-04-15 14:50:10.292 | Collecting autopage>=0.4.0 2025-04-15 14:50:10.294 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2025-04-15 14:50:10.371 | Collecting importlib-metadata>=4.4 2025-04-15 14:50:10.373 | Using cached importlib_metadata-6.0.1-py3-none-any.whl (21 kB) 2025-04-15 14:50:10.413 | Collecting stevedore>=2.0.1 2025-04-15 14:50:10.415 | Using cached stevedore-5.1.0-py3-none-any.whl (49 kB) 2025-04-15 14:50:10.446 | Collecting PrettyTable>=0.7.2 2025-04-15 14:50:10.448 | Using cached prettytable-3.7.0-py3-none-any.whl (27 kB) 2025-04-15 14:50:10.524 | Collecting attrs>=16.3.0 2025-04-15 14:50:10.526 | Using cached attrs-23.1.0-py3-none-any.whl (61 kB) 2025-04-15 14:50:10.547 | Collecting pyperclip>=1.6 2025-04-15 14:50:10.548 | Using cached pyperclip-1.8.2-py3-none-any.whl 2025-04-15 14:50:10.570 | Collecting wcwidth>=0.1.7 2025-04-15 14:50:10.572 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl (29 kB) 2025-04-15 14:50:10.634 | Collecting zipp>=0.5 2025-04-15 14:50:10.636 | Using cached zipp-3.15.0-py3-none-any.whl (6.8 kB) 2025-04-15 14:50:10.694 | Using legacy 'setup.py install' for openstack-requirements, since package 'wheel' is not installed. 2025-04-15 14:50:10.852 | Installing collected packages: wcwidth, pyperclip, Parsley, zipp, urllib3, stevedore, six, PyYAML, PrettyTable, packaging, idna, fixtures, charset-normalizer, certifi, autopage, attrs, requests, importlib-metadata, cmd2, cliff, beagle, openstack-requirements 2025-04-15 14:50:11.653 | Running setup.py install for openstack-requirements: started 2025-04-15 14:50:13.087 | Running setup.py install for openstack-requirements: finished with status 'done' 2025-04-15 14:50:13.096 | Successfully installed Parsley-1.3 PrettyTable-3.7.0 PyYAML-6.0 attrs-23.1.0 autopage-0.5.1 beagle-0.4.0 certifi-2025.1.31 charset-normalizer-3.1.0 cliff-4.3.0 cmd2-2.4.3 fixtures-4.0.1 idna-3.4 importlib-metadata-6.0.1 openstack-requirements-1.2.1.dev6395 packaging-23.1 pyperclip-1.8.2 requests-2.28.2 six-1.16.0 stevedore-5.1.0 urllib3-1.26.15 wcwidth-0.2.6 zipp-3.15.0 2025-04-15 14:50:13.200 | + inc/python:pip_install:222 : result=0 2025-04-15 14:50:13.202 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 14:50:13.204 | + functions-common:time_stop:2400 : local name 2025-04-15 14:50:13.206 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:50:13.207 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:50:13.209 | + functions-common:time_stop:2403 : local total 2025-04-15 14:50:13.211 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:50:13.212 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 14:50:13.214 | + functions-common:time_stop:2407 : start_time=1744728607748 2025-04-15 14:50:13.215 | + functions-common:time_stop:2409 : [[ -z 1744728607748 ]] 2025-04-15 14:50:13.218 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:50:13.220 | + functions-common:time_stop:2412 : end_time=1744728613218 2025-04-15 14:50:13.222 | + functions-common:time_stop:2413 : elapsed_time=5470 2025-04-15 14:50:13.223 | + functions-common:time_stop:2414 : total=3482 2025-04-15 14:50:13.225 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:50:13.226 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8952 2025-04-15 14:50:13.229 | + inc/python:pip_install:225 : return 0 2025-04-15 14:50:13.230 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2025-04-15 14:50:13.232 | + lib/infra:install_infra:42 : use_library_from_git pbr 2025-04-15 14:50:13.234 | + inc/python:use_library_from_git:272 : local name=pbr 2025-04-15 14:50:13.236 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:13.238 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:13.240 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,pbr, ]] 2025-04-15 14:50:13.242 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:13.244 | + lib/infra:install_infra:48 : pip_install -U pbr 2025-04-15 14:50:13.259 | Using python 3.10 to install pbr 2025-04-15 14:50:13.261 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -U pbr 2025-04-15 14:50:14.043 | Requirement already satisfied: pbr in /opt/stack/data/venv/lib/python3.10/site-packages (5.11.1) 2025-04-15 14:50:14.284 | + inc/python:pip_install:222 : result=0 2025-04-15 14:50:14.286 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 14:50:14.288 | + functions-common:time_stop:2400 : local name 2025-04-15 14:50:14.290 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:50:14.292 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:50:14.293 | + functions-common:time_stop:2403 : local total 2025-04-15 14:50:14.295 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:50:14.297 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 14:50:14.299 | + functions-common:time_stop:2407 : start_time=1744728613255 2025-04-15 14:50:14.301 | + functions-common:time_stop:2409 : [[ -z 1744728613255 ]] 2025-04-15 14:50:14.303 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:50:14.306 | + functions-common:time_stop:2412 : end_time=1744728614304 2025-04-15 14:50:14.308 | + functions-common:time_stop:2413 : elapsed_time=1049 2025-04-15 14:50:14.310 | + functions-common:time_stop:2414 : total=8952 2025-04-15 14:50:14.311 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:50:14.313 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10001 2025-04-15 14:50:14.315 | + inc/python:pip_install:225 : return 0 2025-04-15 14:50:14.317 | + stack.sh:main:841 : python3 -m venv /opt/stack//bindep-venv 2025-04-15 14:50:17.430 | + stack.sh:main:843 : /opt/stack//bindep-venv/bin/pip install bindep 2025-04-15 14:50:17.938 | Collecting bindep 2025-04-15 14:50:17.941 | Using cached bindep-2.13.0-py3-none-any.whl (34 kB) 2025-04-15 14:50:18.000 | Collecting pbr>=2 2025-04-15 14:50:18.003 | Using cached pbr-6.1.1-py2.py3-none-any.whl (108 kB) 2025-04-15 14:50:18.042 | Collecting packaging 2025-04-15 14:50:18.044 | Using cached packaging-24.2-py3-none-any.whl (65 kB) 2025-04-15 14:50:18.065 | Collecting distro>=1.7 2025-04-15 14:50:18.067 | Using cached distro-1.9.0-py3-none-any.whl (20 kB) 2025-04-15 14:50:18.087 | Collecting Parsley 2025-04-15 14:50:18.088 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2025-04-15 14:50:18.093 | Requirement already satisfied: setuptools in /opt/stack/bindep-venv/lib/python3.10/site-packages (from pbr>=2->bindep) (59.6.0) 2025-04-15 14:50:18.133 | Installing collected packages: Parsley, pbr, packaging, distro, bindep 2025-04-15 14:50:18.370 | Successfully installed Parsley-1.3 bindep-2.13.0 distro-1.9.0 packaging-24.2 pbr-6.1.1 2025-04-15 14:50:18.443 | + stack.sh:main:844 : export BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2025-04-15 14:50:18.445 | + stack.sh:main:844 : BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2025-04-15 14:50:18.447 | ++ stack.sh:main:847 : _get_plugin_bindep_packages 2025-04-15 14:50:18.461 | + stack.sh:main:847 : pkgs= 2025-04-15 14:50:18.463 | + stack.sh:main:848 : [[ -n '' ]] 2025-04-15 14:50:18.464 | + stack.sh:main:855 : run_phase stack pre-install 2025-04-15 14:50:18.466 | + functions-common:run_phase:1828 : local mode=stack 2025-04-15 14:50:18.468 | + functions-common:run_phase:1829 : local phase=pre-install 2025-04-15 14:50:18.470 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-15 14:50:18.471 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-15 14:50:18.473 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-15 14:50:18.475 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-15 14:50:18.477 | + functions-common:run_phase:1838 : local extra 2025-04-15 14:50:18.479 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-15 14:50:18.482 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-15 14:50:18.483 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-15 14:50:18.485 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-15 14:50:18.487 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack pre-install 2025-04-15 14:50:18.489 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-15 14:50:18.500 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:50:18.501 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-15 14:50:18.503 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-15 14:50:18.504 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2025-04-15 14:50:18.506 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-15 14:50:18.508 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-15 14:50:18.509 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-04-15 14:50:18.511 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2025-04-15 14:50:18.512 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2025-04-15 14:50:18.514 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2025-04-15 14:50:18.515 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2025-04-15 14:50:18.517 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2025-04-15 14:50:18.518 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-15 14:50:18.520 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-15 14:50:18.521 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-15 14:50:18.523 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-15 14:50:18.525 | + functions-common:run_phase:1855 : run_plugins stack pre-install 2025-04-15 14:50:18.526 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-15 14:50:18.528 | + functions-common:run_plugins:1815 : local phase=pre-install 2025-04-15 14:50:18.529 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-15 14:50:18.531 | + functions-common:run_plugins:1818 : local plugin 2025-04-15 14:50:18.533 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-15 14:50:18.535 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-15 14:50:18.537 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-15 14:50:18.538 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack pre-install 2025-04-15 14:50:18.540 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-15 14:50:18.542 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-15 14:50:18.543 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2025-04-15 14:50:18.545 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-15 14:50:18.547 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-15 14:50:18.548 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-04-15 14:50:18.550 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ pre-install == \e\x\t\r\a ]] 2025-04-15 14:50:18.552 | + stack.sh:main:858 : set_systemd_override DefaultLimitNOFILE 2048 2025-04-15 14:50:18.554 | + functions:set_systemd_override:831 : local key=DefaultLimitNOFILE 2025-04-15 14:50:18.556 | + functions:set_systemd_override:832 : local value=2048 2025-04-15 14:50:18.557 | + functions:set_systemd_override:834 : local sysconf=/etc/systemd/system.conf 2025-04-15 14:50:18.559 | + functions:set_systemd_override:835 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2025-04-15 14:50:18.600 | + functions:set_systemd_override:836 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2025-04-15 14:50:18.600 | Set systemd system override for DefaultLimitNOFILE=2048 2025-04-15 14:50:18.602 | + functions:set_systemd_override:838 : sudo systemctl daemon-reload 2025-04-15 14:50:18.845 | + stack.sh:main:860 : install_rpc_backend 2025-04-15 14:50:18.847 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2025-04-15 14:50:18.859 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:50:18.861 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2025-04-15 14:50:18.863 | + functions-common:install_package:1421 : update_package_repo 2025-04-15 14:50:18.865 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-15 14:50:18.866 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-15 14:50:18.868 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-15 14:50:18.870 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-15 14:50:18.872 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-15 14:50:18.874 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:50:18.876 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:50:18.878 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-15 14:50:18.880 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-15 14:50:18.881 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-15 14:50:18.883 | + functions-common:apt_get_update:1150 : return 2025-04-15 14:50:18.885 | + functions-common:install_package:1422 : real_install_package rabbitmq-server 2025-04-15 14:50:18.887 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-15 14:50:18.889 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:50:18.891 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:50:18.893 | + functions-common:real_install_package:1410 : apt_get install rabbitmq-server 2025-04-15 14:50:18.910 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2025-04-15 14:50:18.970 | Reading package lists... 2025-04-15 14:50:19.183 | Building dependency tree... 2025-04-15 14:50:19.184 | Reading state information... 2025-04-15 14:50:19.393 | The following packages will be upgraded: 2025-04-15 14:50:19.393 | rabbitmq-server 2025-04-15 14:50:19.722 | 1 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-15 14:50:19.722 | Need to get 0 B/15.2 MB of archives. 2025-04-15 14:50:19.722 | After this operation, 0 B of additional disk space will be used. 2025-04-15 14:50:19.818 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-15 14:50:19.824 | Preparing to unpack .../rabbitmq-server_3.9.27-0ubuntu0.2_all.deb ... 2025-04-15 14:50:19.839 | Unpacking rabbitmq-server (3.9.27-0ubuntu0.2) over (3.9.27-0ubuntu0.1) ... 2025-04-15 14:50:20.283 | Setting up rabbitmq-server (3.9.27-0ubuntu0.2) ... 2025-04-15 14:50:25.663 | Processing triggers for man-db (2.10.2-1) ... 2025-04-15 14:50:26.101 | NEEDRESTART-VER: 3.5 2025-04-15 14:50:26.604 | NEEDRESTART-KCUR: 6.8.0-52-generic 2025-04-15 14:50:26.604 | NEEDRESTART-KEXP: 6.8.0-52-generic 2025-04-15 14:50:26.604 | NEEDRESTART-KSTA: 1 2025-04-15 14:50:26.604 | NEEDRESTART-SVC: conntrackd.service 2025-04-15 14:50:26.604 | NEEDRESTART-SVC: dbus.service 2025-04-15 14:50:26.604 | NEEDRESTART-SVC: epmd.service 2025-04-15 14:50:26.604 | NEEDRESTART-SVC: irqbalance.service 2025-04-15 14:50:26.604 | NEEDRESTART-SVC: mariadb.service 2025-04-15 14:50:26.604 | NEEDRESTART-SVC: memcached.service 2025-04-15 14:50:26.604 | NEEDRESTART-SVC: ModemManager.service 2025-04-15 14:50:26.604 | NEEDRESTART-SVC: multipathd.service 2025-04-15 14:50:26.604 | NEEDRESTART-SVC: networkd-dispatcher.service 2025-04-15 14:50:26.604 | NEEDRESTART-SVC: open-vm-tools.service 2025-04-15 14:50:26.604 | NEEDRESTART-SVC: ovs-vswitchd.service 2025-04-15 14:50:26.604 | NEEDRESTART-SVC: ovsdb-server.service 2025-04-15 14:50:26.604 | NEEDRESTART-SVC: packagekit.service 2025-04-15 14:50:26.604 | NEEDRESTART-SVC: pmcd.service 2025-04-15 14:50:26.604 | NEEDRESTART-SVC: pmie.service 2025-04-15 14:50:26.604 | NEEDRESTART-SVC: pmie_farm.service 2025-04-15 14:50:26.604 | NEEDRESTART-SVC: pmlogger.service 2025-04-15 14:50:26.604 | NEEDRESTART-SVC: pmlogger_farm.service 2025-04-15 14:50:26.604 | NEEDRESTART-SVC: pmproxy.service 2025-04-15 14:50:26.604 | NEEDRESTART-SVC: polkit.service 2025-04-15 14:50:26.604 | NEEDRESTART-SVC: systemd-logind.service 2025-04-15 14:50:26.604 | NEEDRESTART-SVC: systemd-udevd.service 2025-04-15 14:50:26.604 | NEEDRESTART-SVC: udisks2.service 2025-04-15 14:50:26.604 | NEEDRESTART-SVC: user@1001.service 2025-04-15 14:50:26.604 | NEEDRESTART-SVC: vgauth.service 2025-04-15 14:50:28.557 | + functions-common:apt_get:1194 : result=0 2025-04-15 14:50:28.559 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-15 14:50:28.561 | + functions-common:time_stop:2400 : local name 2025-04-15 14:50:28.563 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:50:28.565 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:50:28.567 | + functions-common:time_stop:2403 : local total 2025-04-15 14:50:28.568 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:50:28.570 | + functions-common:time_stop:2406 : name=apt-get 2025-04-15 14:50:28.572 | + functions-common:time_stop:2407 : start_time=1744728618908 2025-04-15 14:50:28.574 | + functions-common:time_stop:2409 : [[ -z 1744728618908 ]] 2025-04-15 14:50:28.577 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:50:28.579 | + functions-common:time_stop:2412 : end_time=1744728628577 2025-04-15 14:50:28.581 | + functions-common:time_stop:2413 : elapsed_time=9669 2025-04-15 14:50:28.583 | + functions-common:time_stop:2414 : total=27723 2025-04-15 14:50:28.585 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:50:28.587 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=37392 2025-04-15 14:50:28.589 | + functions-common:apt_get:1198 : return 0 2025-04-15 14:50:28.590 | + lib/rpc_backend:install_rpc_backend:55 : is_fedora 2025-04-15 14:50:28.592 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-15 14:50:28.594 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-15 14:50:28.596 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-15 14:50:28.598 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-15 14:50:28.600 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-15 14:50:28.602 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-15 14:50:28.604 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-15 14:50:28.605 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-15 14:50:28.607 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-15 14:50:28.609 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-15 14:50:28.611 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-15 14:50:28.613 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-15 14:50:28.615 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-15 14:50:28.617 | + stack.sh:main:861 : restart_rpc_backend 2025-04-15 14:50:28.619 | + lib/rpc_backend:restart_rpc_backend:68 : is_service_enabled rabbit 2025-04-15 14:50:28.631 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:50:28.633 | + lib/rpc_backend:restart_rpc_backend:70 : echo_summary 'Starting RabbitMQ' 2025-04-15 14:50:28.635 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 14:50:28.636 | + stack.sh:echo_summary:461 : echo -e Starting RabbitMQ 2025-04-15 14:50:28.638 | + lib/rpc_backend:restart_rpc_backend:81 : local i 2025-04-15 14:50:28.641 | ++ lib/rpc_backend:restart_rpc_backend:82 : seq 20 2025-04-15 14:50:28.644 | + lib/rpc_backend:restart_rpc_backend:82 : for i in `seq 20` 2025-04-15 14:50:28.646 | + lib/rpc_backend:restart_rpc_backend:83 : local rc=0 2025-04-15 14:50:28.648 | + lib/rpc_backend:restart_rpc_backend:85 : [[ 1 -eq 20 ]] 2025-04-15 14:50:28.650 | + lib/rpc_backend:restart_rpc_backend:87 : [[ 1 == \0 ]] 2025-04-15 14:50:28.651 | + lib/rpc_backend:restart_rpc_backend:91 : rabbit_setuser stackrabbit stackdb 2025-04-15 14:50:28.653 | + lib/rpc_backend:rabbit_setuser:160 : local user=stackrabbit pass=stackdb found= out= 2025-04-15 14:50:28.656 | ++ lib/rpc_backend:rabbit_setuser:161 : sudo rabbitmqctl list_users 2025-04-15 14:50:29.103 | + lib/rpc_backend:rabbit_setuser:161 : out='Listing users ... 2025-04-15 14:50:29.103 | user tags 2025-04-15 14:50:29.103 | guest [administrator]' 2025-04-15 14:50:29.106 | ++ lib/rpc_backend:rabbit_setuser:163 : echo 'Listing users ... 2025-04-15 14:50:29.106 | user tags 2025-04-15 14:50:29.106 | guest [administrator]' 2025-04-15 14:50:29.106 | ++ lib/rpc_backend:rabbit_setuser:163 : awk '$1 == user { print $1 }' user=stackrabbit 2025-04-15 14:50:29.111 | + lib/rpc_backend:rabbit_setuser:163 : found= 2025-04-15 14:50:29.113 | + lib/rpc_backend:rabbit_setuser:164 : '[' '' = stackrabbit ']' 2025-04-15 14:50:29.115 | + lib/rpc_backend:rabbit_setuser:168 : sudo rabbitmqctl add_user stackrabbit stackdb 2025-04-15 14:50:29.541 | Adding user "stackrabbit" ... 2025-04-15 14:50:29.547 | Done. Don't forget to grant the user permissions to some virtual hosts! See 'rabbitmqctl help set_permissions' to learn more. 2025-04-15 14:50:29.559 | + lib/rpc_backend:rabbit_setuser:171 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2025-04-15 14:50:29.984 | Setting permissions for user "stackrabbit" in vhost "/" ... 2025-04-15 14:50:30.001 | + lib/rpc_backend:restart_rpc_backend:92 : '[' 0 -ne 0 ']' 2025-04-15 14:50:30.003 | + lib/rpc_backend:restart_rpc_backend:97 : sudo rabbitmqctl change_password stackrabbit stackdb 2025-04-15 14:50:30.424 | Changing password for user "stackrabbit" ... 2025-04-15 14:50:30.442 | + lib/rpc_backend:restart_rpc_backend:99 : '[' 0 -ne 0 ']' 2025-04-15 14:50:30.444 | + lib/rpc_backend:restart_rpc_backend:103 : break 2025-04-15 14:50:30.446 | + lib/rpc_backend:restart_rpc_backend:106 : sudo rabbitmqctl delete_user guest 2025-04-15 14:50:30.870 | Deleting user "guest" ... 2025-04-15 14:50:30.887 | + stack.sh:main:863 : is_service_enabled mysql postgresql 2025-04-15 14:50:30.901 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:50:30.903 | + stack.sh:main:864 : install_database 2025-04-15 14:50:30.905 | + lib/database:install_database:118 : install_database_mysql 2025-04-15 14:50:30.907 | + lib/databases/mysql:install_database_mysql:197 : is_ubuntu 2025-04-15 14:50:30.909 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:50:30.911 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:50:30.912 | + lib/databases/mysql:install_database_mysql:200 : sudo debconf-set-selections 2025-04-15 14:50:31.028 | + lib/databases/mysql:install_database_mysql:210 : [[ ! -e /opt/stack/.my.cnf ]] 2025-04-15 14:50:31.030 | + lib/databases/mysql:install_database_mysql:211 : cat 2025-04-15 14:50:31.033 | + lib/databases/mysql:install_database_mysql:217 : is_ubuntu 2025-04-15 14:50:31.035 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:50:31.037 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:50:31.039 | + lib/databases/mysql:install_database_mysql:217 : '[' mariadb '!=' mariadb ']' 2025-04-15 14:50:31.041 | + lib/databases/mysql:install_database_mysql:220 : chmod 0600 /opt/stack/.my.cnf 2025-04-15 14:50:31.044 | + lib/databases/mysql:install_database_mysql:223 : [[ False == \T\r\u\e ]] 2025-04-15 14:50:31.046 | + stack.sh:main:866 : '[' -n mysql ']' 2025-04-15 14:50:31.048 | + stack.sh:main:867 : install_database_python 2025-04-15 14:50:31.050 | + lib/database:install_database_python:123 : install_database_python_mysql 2025-04-15 14:50:31.052 | + lib/databases/mysql:install_database_python_mysql:239 : pip_install_gr PyMySQL 2025-04-15 14:50:31.054 | + inc/python:pip_install_gr:94 : local name=PyMySQL 2025-04-15 14:50:31.056 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-15 14:50:31.058 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements PyMySQL 2025-04-15 14:50:31.060 | ++ inc/python:get_from_global_requirements:247 : local package=PyMySQL 2025-04-15 14:50:31.062 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-15 14:50:31.065 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^PyMySQL' /opt/stack//requirements/global-requirements.txt 2025-04-15 14:50:31.065 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-15 14:50:31.069 | ++ inc/python:get_from_global_requirements:249 : required_pkg='PyMySQL ' 2025-04-15 14:50:31.070 | ++ inc/python:get_from_global_requirements:250 : [[ PyMySQL == '' ]] 2025-04-15 14:50:31.072 | ++ inc/python:get_from_global_requirements:253 : echo PyMySQL 2025-04-15 14:50:31.074 | + inc/python:pip_install_gr:96 : clean_name=PyMySQL 2025-04-15 14:50:31.076 | + inc/python:pip_install_gr:97 : pip_install PyMySQL 2025-04-15 14:50:31.092 | Using python 3.10 to install PyMySQL 2025-04-15 14:50:31.096 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt PyMySQL 2025-04-15 14:50:31.985 | Collecting PyMySQL 2025-04-15 14:50:31.987 | Using cached PyMySQL-1.0.3-py3-none-any.whl.metadata (4.4 kB) 2025-04-15 14:50:31.992 | Using cached PyMySQL-1.0.3-py3-none-any.whl (43 kB) 2025-04-15 14:50:32.054 | Installing collected packages: PyMySQL 2025-04-15 14:50:32.091 | Successfully installed PyMySQL-1.0.3 2025-04-15 14:50:32.158 | + inc/python:pip_install:222 : result=0 2025-04-15 14:50:32.160 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 14:50:32.162 | + functions-common:time_stop:2400 : local name 2025-04-15 14:50:32.164 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:50:32.166 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:50:32.168 | + functions-common:time_stop:2403 : local total 2025-04-15 14:50:32.170 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:50:32.171 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 14:50:32.173 | + functions-common:time_stop:2407 : start_time=1744728631088 2025-04-15 14:50:32.175 | + functions-common:time_stop:2409 : [[ -z 1744728631088 ]] 2025-04-15 14:50:32.177 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:50:32.180 | + functions-common:time_stop:2412 : end_time=1744728632178 2025-04-15 14:50:32.182 | + functions-common:time_stop:2413 : elapsed_time=1090 2025-04-15 14:50:32.183 | + functions-common:time_stop:2414 : total=10001 2025-04-15 14:50:32.185 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:50:32.187 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11091 2025-04-15 14:50:32.189 | + inc/python:pip_install:225 : return 0 2025-04-15 14:50:32.190 | + lib/databases/mysql:install_database_python_mysql:240 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2025-04-15 14:50:32.192 | + lib/databases/mysql:install_database_python_mysql:242 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2025-04-15 14:50:32.194 | + lib/databases/mysql:install_database_python_mysql:243 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2025-04-15 14:50:32.195 | + stack.sh:main:870 : is_service_enabled neutron 2025-04-15 14:50:32.208 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:50:32.210 | + stack.sh:main:871 : install_neutron_agent_packages 2025-04-15 14:50:32.211 | + lib/neutron:install_neutron_agent_packages:546 : is_service_enabled q-l3 neutron-l3 2025-04-15 14:50:32.224 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:50:32.225 | + lib/neutron:install_neutron_agent_packages:547 : install_package radvd 2025-04-15 14:50:32.227 | + functions-common:install_package:1421 : update_package_repo 2025-04-15 14:50:32.229 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-15 14:50:32.231 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-15 14:50:32.233 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-15 14:50:32.235 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-15 14:50:32.237 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-15 14:50:32.239 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:50:32.240 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:50:32.242 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-15 14:50:32.244 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-15 14:50:32.247 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-15 14:50:32.248 | + functions-common:apt_get_update:1150 : return 2025-04-15 14:50:32.250 | + functions-common:install_package:1422 : real_install_package radvd 2025-04-15 14:50:32.252 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-15 14:50:32.254 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:50:32.256 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:50:32.258 | + functions-common:real_install_package:1410 : apt_get install radvd 2025-04-15 14:50:32.274 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2025-04-15 14:50:32.334 | Reading package lists... 2025-04-15 14:50:32.544 | Building dependency tree... 2025-04-15 14:50:32.545 | Reading state information... 2025-04-15 14:50:32.750 | radvd is already the newest version (1:2.18-3build2). 2025-04-15 14:50:32.751 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-15 14:50:32.755 | + functions-common:apt_get:1194 : result=0 2025-04-15 14:50:32.757 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-15 14:50:32.759 | + functions-common:time_stop:2400 : local name 2025-04-15 14:50:32.761 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:50:32.763 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:50:32.765 | + functions-common:time_stop:2403 : local total 2025-04-15 14:50:32.767 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:50:32.769 | + functions-common:time_stop:2406 : name=apt-get 2025-04-15 14:50:32.771 | + functions-common:time_stop:2407 : start_time=1744728632271 2025-04-15 14:50:32.773 | + functions-common:time_stop:2409 : [[ -z 1744728632271 ]] 2025-04-15 14:50:32.775 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:50:32.779 | + functions-common:time_stop:2412 : end_time=1744728632777 2025-04-15 14:50:32.781 | + functions-common:time_stop:2413 : elapsed_time=506 2025-04-15 14:50:32.782 | + functions-common:time_stop:2414 : total=37392 2025-04-15 14:50:32.784 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:50:32.786 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=37898 2025-04-15 14:50:32.788 | + functions-common:apt_get:1198 : return 0 2025-04-15 14:50:32.790 | + lib/neutron:install_neutron_agent_packages:550 : is_service_enabled q-agt neutron-agent q-dhcp neutron-dhcp q-l3 neutron-l3 2025-04-15 14:50:32.804 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:50:32.806 | + lib/neutron:install_neutron_agent_packages:551 : neutron_plugin_install_agent_packages 2025-04-15 14:50:32.808 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2025-04-15 14:50:32.810 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2025-04-15 14:50:32.812 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2025-04-15 14:50:32.827 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2025-04-15 14:50:32.829 | + functions-common:install_package:1421 : update_package_repo 2025-04-15 14:50:32.831 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-15 14:50:32.833 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-15 14:50:32.835 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-15 14:50:32.837 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-15 14:50:32.839 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-15 14:50:32.841 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:50:32.843 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:50:32.844 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-15 14:50:32.846 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-15 14:50:32.848 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-15 14:50:32.850 | + functions-common:apt_get_update:1150 : return 2025-04-15 14:50:32.852 | + functions-common:install_package:1422 : real_install_package fakeroot make openvswitch-switch 2025-04-15 14:50:32.854 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-15 14:50:32.856 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:50:32.858 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:50:32.859 | + functions-common:real_install_package:1410 : apt_get install fakeroot make openvswitch-switch 2025-04-15 14:50:32.874 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2025-04-15 14:50:32.935 | Reading package lists... 2025-04-15 14:50:33.151 | Building dependency tree... 2025-04-15 14:50:33.154 | Reading state information... 2025-04-15 14:50:33.381 | fakeroot is already the newest version (1.28-1ubuntu1). 2025-04-15 14:50:33.381 | fakeroot set to manually installed. 2025-04-15 14:50:33.381 | make is already the newest version (4.3-4.1build1). 2025-04-15 14:50:33.381 | make set to manually installed. 2025-04-15 14:50:33.381 | openvswitch-switch is already the newest version (2.17.9-0ubuntu0.22.04.1). 2025-04-15 14:50:33.381 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-15 14:50:33.384 | + functions-common:apt_get:1194 : result=0 2025-04-15 14:50:33.386 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-15 14:50:33.388 | + functions-common:time_stop:2400 : local name 2025-04-15 14:50:33.390 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:50:33.392 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:50:33.393 | + functions-common:time_stop:2403 : local total 2025-04-15 14:50:33.395 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:50:33.397 | + functions-common:time_stop:2406 : name=apt-get 2025-04-15 14:50:33.398 | + functions-common:time_stop:2407 : start_time=1744728632872 2025-04-15 14:50:33.400 | + functions-common:time_stop:2409 : [[ -z 1744728632872 ]] 2025-04-15 14:50:33.402 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:50:33.405 | + functions-common:time_stop:2412 : end_time=1744728633403 2025-04-15 14:50:33.407 | + functions-common:time_stop:2413 : elapsed_time=531 2025-04-15 14:50:33.409 | + functions-common:time_stop:2414 : total=37898 2025-04-15 14:50:33.410 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:50:33.412 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=38429 2025-04-15 14:50:33.414 | + functions-common:apt_get:1198 : return 0 2025-04-15 14:50:33.416 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2025-04-15 14:50:33.418 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:50:33.420 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:50:33.422 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2025-04-15 14:50:33.423 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2025-04-15 14:50:33.426 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2025-04-15 14:50:33.429 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=6.8.0-52-generic 2025-04-15 14:50:33.431 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2025-04-15 14:50:33.434 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 6.8.0-52-generic 2025-04-15 14:50:33.434 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2025-04-15 14:50:33.438 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=6.8 2025-04-15 14:50:33.440 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 6.8 '<' 3.13 2025-04-15 14:50:33.442 | + functions:vercmp:639 : local v1=6.8 2025-04-15 14:50:33.444 | + functions:vercmp:640 : local 'op=<' 2025-04-15 14:50:33.445 | + functions:vercmp:641 : local v2=3.13 2025-04-15 14:50:33.447 | + functions:vercmp:642 : local result 2025-04-15 14:50:33.450 | ++ functions:vercmp:646 : echo -e '6.8\n3.13' 2025-04-15 14:50:33.451 | ++ functions:vercmp:646 : sort -V 2025-04-15 14:50:33.451 | ++ functions:vercmp:646 : head -1 2025-04-15 14:50:33.454 | + functions:vercmp:646 : result=3.13 2025-04-15 14:50:33.456 | + functions:vercmp:648 : case $op in 2025-04-15 14:50:33.458 | + functions:vercmp:658 : '[' 6.8 '!=' 3.13 ']' 2025-04-15 14:50:33.460 | + functions:vercmp:658 : '[' 3.13 = 6.8 ']' 2025-04-15 14:50:33.461 | + functions:vercmp:659 : return 2025-04-15 14:50:33.463 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2025-04-15 14:50:33.465 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-15 14:50:33.467 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart openvswitch-switch 2025-04-15 14:50:33.933 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2025-04-15 14:50:33.935 | + inc/python:use_library_from_git:272 : local name=os-ken 2025-04-15 14:50:33.937 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:33.939 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:33.941 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-ken, ]] 2025-04-15 14:50:33.943 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:33.945 | + stack.sh:main:874 : is_service_enabled etcd3 2025-04-15 14:50:33.958 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:50:33.960 | + stack.sh:main:875 : install_etcd3 2025-04-15 14:50:33.962 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2025-04-15 14:50:33.962 | Installing etcd 2025-04-15 14:50:33.964 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack//bin 2025-04-15 14:50:33.973 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2025-04-15 14:50:33.982 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2025-04-15 14:50:33.984 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2025-04-15 14:50:33.992 | + lib/etcd3:install_etcd3:113 : local etcd_file 2025-04-15 14:50:33.995 | ++ lib/etcd3:install_etcd3:114 : get_extra_file https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-15 14:50:33.997 | ++ functions:get_extra_file:62 : local file_url=https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-15 14:50:34.000 | +++ functions:get_extra_file:64 : basename https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-15 14:50:34.003 | ++ functions:get_extra_file:64 : file_name=etcd-v3.4.27-linux-amd64.tar.gz 2025-04-15 14:50:34.004 | ++ functions:get_extra_file:65 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz != file* ]] 2025-04-15 14:50:34.006 | ++ functions:get_extra_file:67 : [[ ! -f /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz ]] 2025-04-15 14:50:34.009 | ++ functions:get_extra_file:68 : wget --progress=dot:giga -t 2 -c https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz -O /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-15 14:50:34.017 | --2025-04-15 14:50:34-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-15 14:50:34.023 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2025-04-15 14:50:34.024 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2025-04-15 14:50:34.053 | HTTP request sent, awaiting response... 200 OK 2025-04-15 14:50:34.053 | Length: 16171146 (15M) [application/gzip] 2025-04-15 14:50:34.053 | Saving to: ‘/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz’ 2025-04-15 14:50:34.060 | 2025-04-15 14:50:34.126 | 0K ........ ....... 100% 212M=0.07s 2025-04-15 14:50:34.126 | 2025-04-15 14:50:34.126 | 2025-04-15 14:50:34 (212 MB/s) - ‘/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz’ saved [16171146/16171146] 2025-04-15 14:50:34.126 | 2025-04-15 14:50:34.130 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2025-04-15 14:50:34.131 | ++ functions:get_extra_file:73 : echo /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-15 14:50:34.134 | ++ functions:get_extra_file:74 : return 2025-04-15 14:50:34.136 | + lib/etcd3:install_etcd3:114 : etcd_file=/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-15 14:50:34.138 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcd ']' 2025-04-15 14:50:34.140 | + lib/etcd3:install_etcd3:116 : echo 'a32d21e006252dbc3405b0645ba8468021ed41376974b573285927bf39b39eb9 /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz' 2025-04-15 14:50:34.142 | + lib/etcd3:install_etcd3:118 : sha256sum -c /opt/stack/devstack/files/etcd.sha256sum 2025-04-15 14:50:34.232 | /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz: OK 2025-04-15 14:50:34.234 | + lib/etcd3:install_etcd3:120 : tar xzvf /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz -C /opt/stack/devstack/files 2025-04-15 14:50:34.237 | etcd-v3.4.27-linux-amd64/ 2025-04-15 14:50:34.237 | etcd-v3.4.27-linux-amd64/READMEv2-etcdctl.md 2025-04-15 14:50:34.237 | etcd-v3.4.27-linux-amd64/etcdctl 2025-04-15 14:50:34.366 | etcd-v3.4.27-linux-amd64/README-etcdctl.md 2025-04-15 14:50:34.366 | etcd-v3.4.27-linux-amd64/Documentation/ 2025-04-15 14:50:34.366 | etcd-v3.4.27-linux-amd64/Documentation/demo.md 2025-04-15 14:50:34.367 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/ 2025-04-15 14:50:34.367 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/experimental_apis.md 2025-04-15 14:50:34.367 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/interacting_v3.md 2025-04-15 14:50:34.367 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/local_cluster.md 2025-04-15 14:50:34.367 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/ 2025-04-15 14:50:34.367 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2025-04-15 14:50:34.367 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2025-04-15 14:50:34.367 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2025-04-15 14:50:34.367 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2025-04-15 14:50:34.367 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2025-04-15 14:50:34.367 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2025-04-15 14:50:34.367 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/grpc_naming.md 2025-04-15 14:50:34.368 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/limit.md 2025-04-15 14:50:34.368 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2025-04-15 14:50:34.368 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/ 2025-04-15 14:50:34.368 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2025-04-15 14:50:34.368 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2025-04-15 14:50:34.368 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2025-04-15 14:50:34.368 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2025-04-15 14:50:34.368 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2025-04-15 14:50:34.368 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2025-04-15 14:50:34.368 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/README.md 2025-04-15 14:50:34.368 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2025-04-15 14:50:34.368 | etcd-v3.4.27-linux-amd64/Documentation/v2/ 2025-04-15 14:50:34.368 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/ 2025-04-15 14:50:34.368 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2025-04-15 14:50:34.368 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2025-04-15 14:50:34.368 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2025-04-15 14:50:34.368 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2025-04-15 14:50:34.368 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2025-04-15 14:50:34.368 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2025-04-15 14:50:34.368 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/README.md 2025-04-15 14:50:34.368 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2025-04-15 14:50:34.368 | etcd-v3.4.27-linux-amd64/Documentation/v2/clustering.md 2025-04-15 14:50:34.368 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_2.md 2025-04-15 14:50:34.368 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_3.md 2025-04-15 14:50:34.368 | etcd-v3.4.27-linux-amd64/Documentation/v2/authentication.md 2025-04-15 14:50:34.368 | etcd-v3.4.27-linux-amd64/Documentation/v2/metrics.md 2025-04-15 14:50:34.369 | etcd-v3.4.27-linux-amd64/Documentation/v2/auth_api.md 2025-04-15 14:50:34.369 | etcd-v3.4.27-linux-amd64/Documentation/v2/api_v3.md 2025-04-15 14:50:34.369 | etcd-v3.4.27-linux-amd64/Documentation/v2/platforms/ 2025-04-15 14:50:34.369 | etcd-v3.4.27-linux-amd64/Documentation/v2/platforms/freebsd.md 2025-04-15 14:50:34.369 | etcd-v3.4.27-linux-amd64/Documentation/v2/configuration.md 2025-04-15 14:50:34.369 | etcd-v3.4.27-linux-amd64/Documentation/v2/proxy.md 2025-04-15 14:50:34.369 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_1.md 2025-04-15 14:50:34.369 | etcd-v3.4.27-linux-amd64/Documentation/v2/glossary.md 2025-04-15 14:50:34.369 | etcd-v3.4.27-linux-amd64/Documentation/v2/security.md 2025-04-15 14:50:34.369 | etcd-v3.4.27-linux-amd64/Documentation/v2/tuning.md 2025-04-15 14:50:34.369 | etcd-v3.4.27-linux-amd64/Documentation/v2/admin_guide.md 2025-04-15 14:50:34.369 | etcd-v3.4.27-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2025-04-15 14:50:34.370 | etcd-v3.4.27-linux-amd64/Documentation/v2/runtime-reconf-design.md 2025-04-15 14:50:34.370 | etcd-v3.4.27-linux-amd64/Documentation/v2/libraries-and-tools.md 2025-04-15 14:50:34.370 | etcd-v3.4.27-linux-amd64/Documentation/v2/other_apis.md 2025-04-15 14:50:34.370 | etcd-v3.4.27-linux-amd64/Documentation/v2/faq.md 2025-04-15 14:50:34.370 | etcd-v3.4.27-linux-amd64/Documentation/v2/etcd_alert.rules 2025-04-15 14:50:34.370 | etcd-v3.4.27-linux-amd64/Documentation/v2/reporting_bugs.md 2025-04-15 14:50:34.370 | etcd-v3.4.27-linux-amd64/Documentation/v2/docker_guide.md 2025-04-15 14:50:34.370 | etcd-v3.4.27-linux-amd64/Documentation/v2/members_api.md 2025-04-15 14:50:34.370 | etcd-v3.4.27-linux-amd64/Documentation/v2/production-users.md 2025-04-15 14:50:34.370 | etcd-v3.4.27-linux-amd64/Documentation/v2/backward_compatibility.md 2025-04-15 14:50:34.370 | etcd-v3.4.27-linux-amd64/Documentation/v2/api.md 2025-04-15 14:50:34.370 | etcd-v3.4.27-linux-amd64/Documentation/v2/rfc/ 2025-04-15 14:50:34.370 | etcd-v3.4.27-linux-amd64/Documentation/v2/rfc/v3api.md 2025-04-15 14:50:34.370 | etcd-v3.4.27-linux-amd64/Documentation/v2/dev/ 2025-04-15 14:50:34.370 | etcd-v3.4.27-linux-amd64/Documentation/v2/dev/release.md 2025-04-15 14:50:34.370 | etcd-v3.4.27-linux-amd64/Documentation/v2/README.md 2025-04-15 14:50:34.370 | etcd-v3.4.27-linux-amd64/Documentation/v2/discovery_protocol.md 2025-04-15 14:50:34.370 | etcd-v3.4.27-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2025-04-15 14:50:34.370 | etcd-v3.4.27-linux-amd64/Documentation/v2/errorcode.md 2025-04-15 14:50:34.370 | etcd-v3.4.27-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2025-04-15 14:50:34.370 | etcd-v3.4.27-linux-amd64/Documentation/v2/runtime-configuration.md 2025-04-15 14:50:34.370 | etcd-v3.4.27-linux-amd64/Documentation/v2/branch_management.md 2025-04-15 14:50:34.370 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/ 2025-04-15 14:50:34.370 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/release.md 2025-04-15 14:50:34.370 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2025-04-15 14:50:34.370 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/logging.md 2025-04-15 14:50:34.370 | etcd-v3.4.27-linux-amd64/Documentation/metrics/ 2025-04-15 14:50:34.371 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.12 2025-04-15 14:50:34.371 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.13 2025-04-15 14:50:34.371 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.9 2025-04-15 14:50:34.371 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.0 2025-04-15 14:50:34.371 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.10 2025-04-15 14:50:34.371 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.6 2025-04-15 14:50:34.371 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.7 2025-04-15 14:50:34.371 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.3 2025-04-15 14:50:34.371 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.4 2025-04-15 14:50:34.371 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.12 2025-04-15 14:50:34.372 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.8 2025-04-15 14:50:34.372 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.1 2025-04-15 14:50:34.372 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.13 2025-04-15 14:50:34.372 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.17 2025-04-15 14:50:34.372 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.15 2025-04-15 14:50:34.372 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.6 2025-04-15 14:50:34.372 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.4 2025-04-15 14:50:34.372 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.22 2025-04-15 14:50:34.372 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.5 2025-04-15 14:50:34.372 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.7 2025-04-15 14:50:34.372 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.0 2025-04-15 14:50:34.372 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.10 2025-04-15 14:50:34.373 | etcd-v3.4.27-linux-amd64/Documentation/metrics/latest 2025-04-15 14:50:34.373 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.0 2025-04-15 14:50:34.373 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.16 2025-04-15 14:50:34.373 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.14 2025-04-15 14:50:34.373 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.20 2025-04-15 14:50:34.373 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.14 2025-04-15 14:50:34.373 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.20 2025-04-15 14:50:34.373 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.2 2025-04-15 14:50:34.374 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.4 2025-04-15 14:50:34.374 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.8 2025-04-15 14:50:34.374 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.3 2025-04-15 14:50:34.374 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.23 2025-04-15 14:50:34.374 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.19 2025-04-15 14:50:34.374 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.5 2025-04-15 14:50:34.374 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.18 2025-04-15 14:50:34.374 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.1 2025-04-15 14:50:34.375 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.9 2025-04-15 14:50:34.375 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.5 2025-04-15 14:50:34.375 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.1 2025-04-15 14:50:34.375 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.11 2025-04-15 14:50:34.375 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.18 2025-04-15 14:50:34.375 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.21 2025-04-15 14:50:34.375 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.7 2025-04-15 14:50:34.376 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.2 2025-04-15 14:50:34.376 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.19 2025-04-15 14:50:34.376 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.8 2025-04-15 14:50:34.376 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.10 2025-04-15 14:50:34.376 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.3 2025-04-15 14:50:34.376 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.17 2025-04-15 14:50:34.376 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.9 2025-04-15 14:50:34.376 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.11 2025-04-15 14:50:34.377 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.15 2025-04-15 14:50:34.377 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.2 2025-04-15 14:50:34.377 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.6 2025-04-15 14:50:34.377 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.24 2025-04-15 14:50:34.377 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.16 2025-04-15 14:50:34.377 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.25 2025-04-15 14:50:34.377 | etcd-v3.4.27-linux-amd64/Documentation/metrics.md 2025-04-15 14:50:34.377 | etcd-v3.4.27-linux-amd64/Documentation/platforms/ 2025-04-15 14:50:34.377 | etcd-v3.4.27-linux-amd64/Documentation/platforms/freebsd.md 2025-04-15 14:50:34.378 | etcd-v3.4.27-linux-amd64/Documentation/platforms/container-linux-systemd.md 2025-04-15 14:50:34.378 | etcd-v3.4.27-linux-amd64/Documentation/platforms/aws.md 2025-04-15 14:50:34.378 | etcd-v3.4.27-linux-amd64/Documentation/dl_build.md 2025-04-15 14:50:34.378 | etcd-v3.4.27-linux-amd64/Documentation/learning/ 2025-04-15 14:50:34.378 | etcd-v3.4.27-linux-amd64/Documentation/learning/data_model.md 2025-04-15 14:50:34.378 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/ 2025-04-15 14:50:34.378 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-07.png 2025-04-15 14:50:34.378 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-11.png 2025-04-15 14:50:34.379 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-04.png 2025-04-15 14:50:34.380 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-01.png 2025-04-15 14:50:34.381 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-02.png 2025-04-15 14:50:34.381 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-05.png 2025-04-15 14:50:34.382 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-13.png 2025-04-15 14:50:34.382 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-10.png 2025-04-15 14:50:34.383 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-06.png 2025-04-15 14:50:34.385 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-03.png 2025-04-15 14:50:34.386 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-08.png 2025-04-15 14:50:34.387 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-03.png 2025-04-15 14:50:34.387 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-01.png 2025-04-15 14:50:34.388 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-06.png 2025-04-15 14:50:34.388 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-02.png 2025-04-15 14:50:34.389 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-05.png 2025-04-15 14:50:34.390 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-09.png 2025-04-15 14:50:34.391 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/etcd.png 2025-04-15 14:50:34.391 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-08.png 2025-04-15 14:50:34.393 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-04.png 2025-04-15 14:50:34.394 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-12.png 2025-04-15 14:50:34.395 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-07.png 2025-04-15 14:50:34.395 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-09.png 2025-04-15 14:50:34.397 | etcd-v3.4.27-linux-amd64/Documentation/learning/glossary.md 2025-04-15 14:50:34.397 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-auth-v3.md 2025-04-15 14:50:34.397 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-learner.md 2025-04-15 14:50:34.397 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-client.md 2025-04-15 14:50:34.397 | etcd-v3.4.27-linux-amd64/Documentation/learning/api.md 2025-04-15 14:50:34.397 | etcd-v3.4.27-linux-amd64/Documentation/learning/why.md 2025-04-15 14:50:34.398 | etcd-v3.4.27-linux-amd64/Documentation/learning/api_guarantees.md 2025-04-15 14:50:34.398 | etcd-v3.4.27-linux-amd64/Documentation/docs.md 2025-04-15 14:50:34.398 | etcd-v3.4.27-linux-amd64/Documentation/triage/ 2025-04-15 14:50:34.398 | etcd-v3.4.27-linux-amd64/Documentation/triage/issues.md 2025-04-15 14:50:34.398 | etcd-v3.4.27-linux-amd64/Documentation/triage/PRs.md 2025-04-15 14:50:34.398 | etcd-v3.4.27-linux-amd64/Documentation/integrations.md 2025-04-15 14:50:34.398 | etcd-v3.4.27-linux-amd64/Documentation/tuning.md 2025-04-15 14:50:34.398 | etcd-v3.4.27-linux-amd64/Documentation/faq.md 2025-04-15 14:50:34.398 | etcd-v3.4.27-linux-amd64/Documentation/reporting_bugs.md 2025-04-15 14:50:34.398 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/ 2025-04-15 14:50:34.398 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/supported-platform.md 2025-04-15 14:50:34.398 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/clustering.md 2025-04-15 14:50:34.398 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2025-04-15 14:50:34.399 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/recovery.md 2025-04-15 14:50:34.399 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2025-04-15 14:50:34.399 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/gateway.md 2025-04-15 14:50:34.399 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/authentication.md 2025-04-15 14:50:34.399 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/v2-migration.md 2025-04-15 14:50:34.399 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/versioning.md 2025-04-15 14:50:34.399 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/configuration.md 2025-04-15 14:50:34.399 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/hardware.md 2025-04-15 14:50:34.400 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/grpc_proxy.md 2025-04-15 14:50:34.400 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/security.md 2025-04-15 14:50:34.400 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/performance.md 2025-04-15 14:50:34.400 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2025-04-15 14:50:34.400 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2025-04-15 14:50:34.400 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/monitoring.md 2025-04-15 14:50:34.400 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/maintenance.md 2025-04-15 14:50:34.400 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/container.md 2025-04-15 14:50:34.400 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/grafana.json 2025-04-15 14:50:34.400 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/runtime-configuration.md 2025-04-15 14:50:34.400 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/failures.md 2025-04-15 14:50:34.400 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/ 2025-04-15 14:50:34.401 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/mixin.libsonnet 2025-04-15 14:50:34.401 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/README.md 2025-04-15 14:50:34.401 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/test.yaml 2025-04-15 14:50:34.401 | etcd-v3.4.27-linux-amd64/Documentation/production-users.md 2025-04-15 14:50:34.401 | etcd-v3.4.27-linux-amd64/Documentation/rfc/ 2025-04-15 14:50:34.401 | etcd-v3.4.27-linux-amd64/Documentation/rfc/v3api.md 2025-04-15 14:50:34.401 | etcd-v3.4.27-linux-amd64/Documentation/README.md 2025-04-15 14:50:34.401 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/ 2025-04-15 14:50:34.401 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2025-04-15 14:50:34.401 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_5.md 2025-04-15 14:50:34.401 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2025-04-15 14:50:34.401 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2025-04-15 14:50:34.401 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2025-04-15 14:50:34.401 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2025-04-15 14:50:34.401 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2025-04-15 14:50:34.401 | etcd-v3.4.27-linux-amd64/Documentation/branch_management.md 2025-04-15 14:50:34.401 | etcd-v3.4.27-linux-amd64/README.md 2025-04-15 14:50:34.402 | etcd-v3.4.27-linux-amd64/etcd 2025-04-15 14:50:34.574 | + lib/etcd3:install_etcd3:121 : sudo cp /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcd /opt/stack//bin/etcd 2025-04-15 14:50:34.597 | + lib/etcd3:install_etcd3:122 : sudo cp /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcdctl /opt/stack//bin/etcdctl 2025-04-15 14:50:34.616 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack//bin/etcd ']' 2025-04-15 14:50:34.618 | + stack.sh:main:884 : is_service_enabled tls-proxy 2025-04-15 14:50:34.631 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:50:34.633 | + stack.sh:main:894 : install_dstat 2025-04-15 14:50:34.635 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2025-04-15 14:50:34.647 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:50:34.649 | + stack.sh:main:900 : echo_summary 'Installing OpenStack project source' 2025-04-15 14:50:34.651 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 14:50:34.653 | + stack.sh:echo_summary:461 : echo -e Installing OpenStack project source 2025-04-15 14:50:34.655 | + stack.sh:main:903 : install_libs 2025-04-15 14:50:34.657 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2025-04-15 14:50:34.659 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2025-04-15 14:50:34.660 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2025-04-15 14:50:34.662 | + inc/python:use_library_from_git:272 : local name=automaton 2025-04-15 14:50:34.664 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:34.666 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:34.667 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,automaton, ]] 2025-04-15 14:50:34.669 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:34.671 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2025-04-15 14:50:34.673 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2025-04-15 14:50:34.675 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2025-04-15 14:50:34.676 | + inc/python:use_library_from_git:272 : local name=castellan 2025-04-15 14:50:34.678 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:34.680 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:34.682 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,castellan, ]] 2025-04-15 14:50:34.683 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:34.685 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2025-04-15 14:50:34.687 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2025-04-15 14:50:34.689 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2025-04-15 14:50:34.690 | + inc/python:use_library_from_git:272 : local name=cliff 2025-04-15 14:50:34.692 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:34.694 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:34.696 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,cliff, ]] 2025-04-15 14:50:34.698 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:34.700 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2025-04-15 14:50:34.702 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2025-04-15 14:50:34.704 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2025-04-15 14:50:34.705 | + inc/python:use_library_from_git:272 : local name=cursive 2025-04-15 14:50:34.707 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:34.709 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:34.711 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,cursive, ]] 2025-04-15 14:50:34.713 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:34.714 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2025-04-15 14:50:34.716 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2025-04-15 14:50:34.718 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2025-04-15 14:50:34.720 | + inc/python:use_library_from_git:272 : local name=debtcollector 2025-04-15 14:50:34.722 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:34.724 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:34.726 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,debtcollector, ]] 2025-04-15 14:50:34.728 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:34.729 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2025-04-15 14:50:34.732 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2025-04-15 14:50:34.734 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2025-04-15 14:50:34.735 | + inc/python:use_library_from_git:272 : local name=futurist 2025-04-15 14:50:34.737 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:34.739 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:34.741 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,futurist, ]] 2025-04-15 14:50:34.743 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:34.745 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2025-04-15 14:50:34.747 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2025-04-15 14:50:34.749 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2025-04-15 14:50:34.750 | + inc/python:use_library_from_git:272 : local name=openstacksdk 2025-04-15 14:50:34.752 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:34.754 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:34.756 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,openstacksdk, ]] 2025-04-15 14:50:34.758 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:34.760 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2025-04-15 14:50:34.761 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2025-04-15 14:50:34.763 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2025-04-15 14:50:34.765 | + inc/python:use_library_from_git:272 : local name=osc-lib 2025-04-15 14:50:34.767 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:34.769 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:34.771 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osc-lib, ]] 2025-04-15 14:50:34.773 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:34.774 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2025-04-15 14:50:34.776 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2025-04-15 14:50:34.778 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2025-04-15 14:50:34.780 | + inc/python:use_library_from_git:272 : local name=osc-placement 2025-04-15 14:50:34.782 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:34.784 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:34.786 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osc-placement, ]] 2025-04-15 14:50:34.788 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:34.789 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2025-04-15 14:50:34.791 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2025-04-15 14:50:34.793 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2025-04-15 14:50:34.795 | + inc/python:use_library_from_git:272 : local name=os-client-config 2025-04-15 14:50:34.797 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:34.799 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:34.801 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-client-config, ]] 2025-04-15 14:50:34.802 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:34.804 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2025-04-15 14:50:34.806 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2025-04-15 14:50:34.808 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2025-04-15 14:50:34.810 | + inc/python:use_library_from_git:272 : local name=oslo.cache 2025-04-15 14:50:34.812 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:34.814 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:34.815 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.cache, ]] 2025-04-15 14:50:34.817 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:34.819 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2025-04-15 14:50:34.821 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2025-04-15 14:50:34.823 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2025-04-15 14:50:34.825 | + inc/python:use_library_from_git:272 : local name=oslo.concurrency 2025-04-15 14:50:34.826 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:34.828 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:34.830 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.concurrency, ]] 2025-04-15 14:50:34.832 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:34.834 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2025-04-15 14:50:34.836 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2025-04-15 14:50:34.837 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2025-04-15 14:50:34.839 | + inc/python:use_library_from_git:272 : local name=oslo.config 2025-04-15 14:50:34.841 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:34.843 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:34.845 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.config, ]] 2025-04-15 14:50:34.847 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:34.848 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2025-04-15 14:50:34.850 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2025-04-15 14:50:34.852 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2025-04-15 14:50:34.854 | + inc/python:use_library_from_git:272 : local name=oslo.context 2025-04-15 14:50:34.856 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:34.858 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:34.860 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.context, ]] 2025-04-15 14:50:34.862 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:34.864 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2025-04-15 14:50:34.866 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2025-04-15 14:50:34.868 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2025-04-15 14:50:34.870 | + inc/python:use_library_from_git:272 : local name=oslo.db 2025-04-15 14:50:34.872 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:34.874 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:34.875 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.db, ]] 2025-04-15 14:50:34.877 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:34.879 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2025-04-15 14:50:34.881 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2025-04-15 14:50:34.883 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2025-04-15 14:50:34.885 | + inc/python:use_library_from_git:272 : local name=oslo.i18n 2025-04-15 14:50:34.886 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:34.888 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:34.890 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.i18n, ]] 2025-04-15 14:50:34.892 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:34.894 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2025-04-15 14:50:34.896 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2025-04-15 14:50:34.898 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2025-04-15 14:50:34.899 | + inc/python:use_library_from_git:272 : local name=oslo.limit 2025-04-15 14:50:34.901 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:34.903 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:34.905 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.limit, ]] 2025-04-15 14:50:34.907 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:34.909 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2025-04-15 14:50:34.910 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2025-04-15 14:50:34.912 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2025-04-15 14:50:34.914 | + inc/python:use_library_from_git:272 : local name=oslo.log 2025-04-15 14:50:34.916 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:34.918 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:34.920 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.log, ]] 2025-04-15 14:50:34.922 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:34.923 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2025-04-15 14:50:34.925 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2025-04-15 14:50:34.927 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2025-04-15 14:50:34.929 | + inc/python:use_library_from_git:272 : local name=oslo.messaging 2025-04-15 14:50:34.931 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:34.933 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:34.935 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.messaging, ]] 2025-04-15 14:50:34.937 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:34.939 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2025-04-15 14:50:34.940 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2025-04-15 14:50:34.942 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2025-04-15 14:50:34.944 | + inc/python:use_library_from_git:272 : local name=oslo.middleware 2025-04-15 14:50:34.946 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:34.948 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:34.950 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.middleware, ]] 2025-04-15 14:50:34.951 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:34.953 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2025-04-15 14:50:34.955 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2025-04-15 14:50:34.957 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2025-04-15 14:50:34.959 | + inc/python:use_library_from_git:272 : local name=oslo.policy 2025-04-15 14:50:34.961 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:34.962 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:34.964 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.policy, ]] 2025-04-15 14:50:34.966 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:34.968 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2025-04-15 14:50:34.970 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2025-04-15 14:50:34.972 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2025-04-15 14:50:34.973 | + inc/python:use_library_from_git:272 : local name=oslo.privsep 2025-04-15 14:50:34.975 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:34.977 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:34.979 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.privsep, ]] 2025-04-15 14:50:34.981 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:34.983 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2025-04-15 14:50:34.984 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2025-04-15 14:50:34.986 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2025-04-15 14:50:34.988 | + inc/python:use_library_from_git:272 : local name=oslo.reports 2025-04-15 14:50:34.990 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:34.992 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:34.993 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.reports, ]] 2025-04-15 14:50:34.995 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:34.997 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2025-04-15 14:50:34.999 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2025-04-15 14:50:35.001 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2025-04-15 14:50:35.003 | + inc/python:use_library_from_git:272 : local name=oslo.rootwrap 2025-04-15 14:50:35.005 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:35.007 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:35.009 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.rootwrap, ]] 2025-04-15 14:50:35.011 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:35.012 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2025-04-15 14:50:35.014 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2025-04-15 14:50:35.016 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2025-04-15 14:50:35.018 | + inc/python:use_library_from_git:272 : local name=oslo.serialization 2025-04-15 14:50:35.020 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:35.022 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:35.023 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.serialization, ]] 2025-04-15 14:50:35.025 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:35.027 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2025-04-15 14:50:35.029 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2025-04-15 14:50:35.031 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2025-04-15 14:50:35.033 | + inc/python:use_library_from_git:272 : local name=oslo.service 2025-04-15 14:50:35.035 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:35.037 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:35.038 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.service, ]] 2025-04-15 14:50:35.040 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:35.042 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2025-04-15 14:50:35.044 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2025-04-15 14:50:35.046 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2025-04-15 14:50:35.048 | + inc/python:use_library_from_git:272 : local name=oslo.utils 2025-04-15 14:50:35.050 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:35.051 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:35.053 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.utils, ]] 2025-04-15 14:50:35.055 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:35.057 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2025-04-15 14:50:35.059 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2025-04-15 14:50:35.060 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2025-04-15 14:50:35.062 | + inc/python:use_library_from_git:272 : local name=oslo.versionedobjects 2025-04-15 14:50:35.064 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:35.066 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:35.068 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.versionedobjects, ]] 2025-04-15 14:50:35.070 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:35.072 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2025-04-15 14:50:35.073 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2025-04-15 14:50:35.075 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2025-04-15 14:50:35.077 | + inc/python:use_library_from_git:272 : local name=oslo.vmware 2025-04-15 14:50:35.079 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:35.081 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:35.083 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.vmware, ]] 2025-04-15 14:50:35.084 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:35.086 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2025-04-15 14:50:35.088 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2025-04-15 14:50:35.090 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2025-04-15 14:50:35.092 | + inc/python:use_library_from_git:272 : local name=osprofiler 2025-04-15 14:50:35.094 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:35.095 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:35.097 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osprofiler, ]] 2025-04-15 14:50:35.099 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:35.101 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2025-04-15 14:50:35.103 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2025-04-15 14:50:35.105 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2025-04-15 14:50:35.107 | + inc/python:use_library_from_git:272 : local name=pycadf 2025-04-15 14:50:35.108 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:35.110 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:35.112 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,pycadf, ]] 2025-04-15 14:50:35.114 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:35.116 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2025-04-15 14:50:35.118 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2025-04-15 14:50:35.119 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2025-04-15 14:50:35.121 | + inc/python:use_library_from_git:272 : local name=stevedore 2025-04-15 14:50:35.123 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:35.125 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:35.127 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,stevedore, ]] 2025-04-15 14:50:35.129 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:35.131 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2025-04-15 14:50:35.133 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2025-04-15 14:50:35.134 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2025-04-15 14:50:35.136 | + inc/python:use_library_from_git:272 : local name=taskflow 2025-04-15 14:50:35.138 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:35.140 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:35.142 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,taskflow, ]] 2025-04-15 14:50:35.144 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:35.145 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2025-04-15 14:50:35.147 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2025-04-15 14:50:35.149 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2025-04-15 14:50:35.151 | + inc/python:use_library_from_git:272 : local name=tooz 2025-04-15 14:50:35.153 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:35.155 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:35.156 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,tooz, ]] 2025-04-15 14:50:35.158 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:35.160 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2025-04-15 14:50:35.162 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2025-04-15 14:50:35.164 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2025-04-15 14:50:35.166 | + inc/python:use_library_from_git:272 : local name=os-brick 2025-04-15 14:50:35.168 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:35.170 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:35.172 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-brick, ]] 2025-04-15 14:50:35.174 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:35.175 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2025-04-15 14:50:35.177 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2025-04-15 14:50:35.179 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2025-04-15 14:50:35.181 | + inc/python:use_library_from_git:272 : local name=os-resource-classes 2025-04-15 14:50:35.183 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:35.185 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:35.186 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-resource-classes, ]] 2025-04-15 14:50:35.188 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:35.190 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2025-04-15 14:50:35.192 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2025-04-15 14:50:35.194 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2025-04-15 14:50:35.195 | + inc/python:use_library_from_git:272 : local name=os-traits 2025-04-15 14:50:35.198 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:35.199 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:35.201 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-traits, ]] 2025-04-15 14:50:35.203 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:35.205 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2025-04-15 14:50:35.207 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2025-04-15 14:50:35.208 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2025-04-15 14:50:35.210 | + inc/python:use_library_from_git:272 : local name=python-barbicanclient 2025-04-15 14:50:35.212 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:35.214 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:35.216 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-barbicanclient, ]] 2025-04-15 14:50:35.218 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:35.220 | + lib/libraries:install_libs:139 : pip_install etcd3 2025-04-15 14:50:35.235 | Using python 3.10 to install etcd3 2025-04-15 14:50:35.237 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt etcd3 2025-04-15 14:50:36.119 | Collecting etcd3 2025-04-15 14:50:36.119 | Using cached etcd3-0.12.0-py2.py3-none-any.whl 2025-04-15 14:50:36.783 | Collecting grpcio>=1.27.1 (from etcd3) 2025-04-15 14:50:36.785 | Using cached grpcio-1.54.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) 2025-04-15 14:50:37.002 | Collecting protobuf>=3.6.1 (from etcd3) 2025-04-15 14:50:37.005 | Using cached protobuf-4.22.3-cp37-abi3-manylinux2014_x86_64.whl.metadata (540 bytes) 2025-04-15 14:50:37.028 | Collecting six>=1.12.0 (from etcd3) 2025-04-15 14:50:37.029 | Using cached six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) 2025-04-15 14:50:37.062 | Collecting tenacity>=6.1.0 (from etcd3) 2025-04-15 14:50:37.063 | Using cached tenacity-6.3.1-py2.py3-none-any.whl.metadata (1.2 kB) 2025-04-15 14:50:37.079 | Using cached grpcio-1.54.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB) 2025-04-15 14:50:37.109 | Using cached protobuf-4.22.3-cp37-abi3-manylinux2014_x86_64.whl (302 kB) 2025-04-15 14:50:37.113 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2025-04-15 14:50:37.115 | Using cached tenacity-6.3.1-py2.py3-none-any.whl (36 kB) 2025-04-15 14:50:37.208 | Installing collected packages: six, protobuf, grpcio, tenacity, etcd3 2025-04-15 14:50:37.555 | Successfully installed etcd3-0.12.0 grpcio-1.54.0 protobuf-4.22.3 six-1.16.0 tenacity-6.3.1 2025-04-15 14:50:37.730 | + inc/python:pip_install:222 : result=0 2025-04-15 14:50:37.732 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 14:50:37.734 | + functions-common:time_stop:2400 : local name 2025-04-15 14:50:37.736 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:50:37.738 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:50:37.739 | + functions-common:time_stop:2403 : local total 2025-04-15 14:50:37.741 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:50:37.743 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 14:50:37.745 | + functions-common:time_stop:2407 : start_time=1744728635231 2025-04-15 14:50:37.747 | + functions-common:time_stop:2409 : [[ -z 1744728635231 ]] 2025-04-15 14:50:37.749 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:50:37.752 | + functions-common:time_stop:2412 : end_time=1744728637750 2025-04-15 14:50:37.754 | + functions-common:time_stop:2413 : elapsed_time=2519 2025-04-15 14:50:37.756 | + functions-common:time_stop:2414 : total=11091 2025-04-15 14:50:37.757 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:50:37.759 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=13610 2025-04-15 14:50:37.761 | + inc/python:pip_install:225 : return 0 2025-04-15 14:50:37.763 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2025-04-15 14:50:37.779 | Using python 3.10 to install etcd3gw 2025-04-15 14:50:37.781 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt etcd3gw 2025-04-15 14:50:38.670 | Collecting etcd3gw 2025-04-15 14:50:38.671 | Using cached etcd3gw-2.1.0-py3-none-any.whl.metadata (1.6 kB) 2025-04-15 14:50:38.703 | Collecting futurist>=0.16.0 (from etcd3gw) 2025-04-15 14:50:38.705 | Using cached futurist-2.4.1-py3-none-any.whl.metadata (2.1 kB) 2025-04-15 14:50:38.707 | Requirement already satisfied: pbr>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from etcd3gw) (5.11.1) 2025-04-15 14:50:38.748 | Collecting requests>=2.20.0 (from etcd3gw) 2025-04-15 14:50:38.750 | Using cached requests-2.28.2-py3-none-any.whl.metadata (4.6 kB) 2025-04-15 14:50:38.861 | Collecting charset-normalizer<4,>=2 (from requests>=2.20.0->etcd3gw) 2025-04-15 14:50:38.863 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (30 kB) 2025-04-15 14:50:38.890 | Collecting idna<4,>=2.5 (from requests>=2.20.0->etcd3gw) 2025-04-15 14:50:38.892 | Using cached idna-3.4-py3-none-any.whl.metadata (9.8 kB) 2025-04-15 14:50:38.948 | Collecting urllib3<1.27,>=1.21.1 (from requests>=2.20.0->etcd3gw) 2025-04-15 14:50:38.949 | Using cached urllib3-1.26.15-py2.py3-none-any.whl.metadata (48 kB) 2025-04-15 14:50:38.985 | Collecting certifi>=2017.4.17 (from requests>=2.20.0->etcd3gw) 2025-04-15 14:50:38.986 | Using cached certifi-2025.1.31-py3-none-any.whl.metadata (2.5 kB) 2025-04-15 14:50:39.011 | Using cached etcd3gw-2.1.0-py3-none-any.whl (22 kB) 2025-04-15 14:50:39.014 | Using cached futurist-2.4.1-py3-none-any.whl (36 kB) 2025-04-15 14:50:39.017 | Using cached requests-2.28.2-py3-none-any.whl (62 kB) 2025-04-15 14:50:39.019 | Using cached certifi-2025.1.31-py3-none-any.whl (166 kB) 2025-04-15 14:50:39.022 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB) 2025-04-15 14:50:39.026 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2025-04-15 14:50:39.029 | Using cached urllib3-1.26.15-py2.py3-none-any.whl (140 kB) 2025-04-15 14:50:39.133 | Installing collected packages: urllib3, idna, futurist, charset-normalizer, certifi, requests, etcd3gw 2025-04-15 14:50:39.442 | Successfully installed certifi-2025.1.31 charset-normalizer-3.1.0 etcd3gw-2.1.0 futurist-2.4.1 idna-3.4 requests-2.28.2 urllib3-1.26.15 2025-04-15 14:50:39.529 | + inc/python:pip_install:222 : result=0 2025-04-15 14:50:39.531 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 14:50:39.533 | + functions-common:time_stop:2400 : local name 2025-04-15 14:50:39.535 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:50:39.537 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:50:39.538 | + functions-common:time_stop:2403 : local total 2025-04-15 14:50:39.540 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:50:39.542 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 14:50:39.543 | + functions-common:time_stop:2407 : start_time=1744728637775 2025-04-15 14:50:39.545 | + functions-common:time_stop:2409 : [[ -z 1744728637775 ]] 2025-04-15 14:50:39.548 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:50:39.550 | + functions-common:time_stop:2412 : end_time=1744728639548 2025-04-15 14:50:39.552 | + functions-common:time_stop:2413 : elapsed_time=1773 2025-04-15 14:50:39.554 | + functions-common:time_stop:2414 : total=13610 2025-04-15 14:50:39.556 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:50:39.557 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=15383 2025-04-15 14:50:39.559 | + inc/python:pip_install:225 : return 0 2025-04-15 14:50:39.561 | + stack.sh:main:906 : install_apache_uwsgi 2025-04-15 14:50:39.563 | + lib/apache:install_apache_uwsgi:76 : local apxs=apxs2 2025-04-15 14:50:39.565 | + lib/apache:install_apache_uwsgi:77 : is_fedora 2025-04-15 14:50:39.567 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-15 14:50:39.569 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-15 14:50:39.571 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-15 14:50:39.573 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-15 14:50:39.575 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-15 14:50:39.577 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-15 14:50:39.579 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-15 14:50:39.580 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-15 14:50:39.582 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-15 14:50:39.584 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-15 14:50:39.586 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-15 14:50:39.588 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-15 14:50:39.590 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-15 14:50:39.591 | + lib/apache:install_apache_uwsgi:81 : is_ubuntu 2025-04-15 14:50:39.593 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:50:39.595 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:50:39.597 | + lib/apache:install_apache_uwsgi:82 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2025-04-15 14:50:39.599 | + lib/apache:install_apache_uwsgi:83 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-04-15 14:50:39.601 | + functions-common:install_package:1421 : update_package_repo 2025-04-15 14:50:39.602 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-15 14:50:39.604 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-15 14:50:39.606 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-15 14:50:39.608 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-15 14:50:39.610 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-15 14:50:39.612 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:50:39.613 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:50:39.615 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-15 14:50:39.617 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-15 14:50:39.619 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-15 14:50:39.621 | + functions-common:apt_get_update:1150 : return 2025-04-15 14:50:39.623 | + functions-common:install_package:1422 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-04-15 14:50:39.625 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-15 14:50:39.627 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:50:39.629 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:50:39.631 | + functions-common:real_install_package:1410 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-04-15 14:50:39.648 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-04-15 14:50:39.707 | Reading package lists... 2025-04-15 14:50:39.936 | Building dependency tree... 2025-04-15 14:50:39.938 | Reading state information... 2025-04-15 14:50:40.153 | uwsgi is already the newest version (2.0.20-4). 2025-04-15 14:50:40.153 | uwsgi-plugin-python3 is already the newest version (2.0.20-4). 2025-04-15 14:50:40.153 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.14). 2025-04-15 14:50:40.153 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-15 14:50:40.157 | + functions-common:apt_get:1194 : result=0 2025-04-15 14:50:40.159 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-15 14:50:40.161 | + functions-common:time_stop:2400 : local name 2025-04-15 14:50:40.163 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:50:40.165 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:50:40.167 | + functions-common:time_stop:2403 : local total 2025-04-15 14:50:40.169 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:50:40.171 | + functions-common:time_stop:2406 : name=apt-get 2025-04-15 14:50:40.172 | + functions-common:time_stop:2407 : start_time=1744728639645 2025-04-15 14:50:40.174 | + functions-common:time_stop:2409 : [[ -z 1744728639645 ]] 2025-04-15 14:50:40.177 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:50:40.180 | + functions-common:time_stop:2412 : end_time=1744728640177 2025-04-15 14:50:40.181 | + functions-common:time_stop:2413 : elapsed_time=532 2025-04-15 14:50:40.183 | + functions-common:time_stop:2414 : total=38429 2025-04-15 14:50:40.185 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:50:40.187 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=38961 2025-04-15 14:50:40.189 | + functions-common:apt_get:1198 : return 0 2025-04-15 14:50:40.190 | + lib/apache:install_apache_uwsgi:115 : is_ubuntu 2025-04-15 14:50:40.192 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:50:40.194 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:50:40.196 | + lib/apache:install_apache_uwsgi:117 : sudo a2enmod proxy 2025-04-15 14:50:40.232 | Enabling module proxy. 2025-04-15 14:50:40.240 | To activate the new configuration, you need to run: 2025-04-15 14:50:40.240 | systemctl restart apache2 2025-04-15 14:50:40.243 | + lib/apache:install_apache_uwsgi:118 : sudo a2enmod proxy_uwsgi 2025-04-15 14:50:40.275 | Considering dependency proxy for proxy_uwsgi: 2025-04-15 14:50:40.275 | Module proxy already enabled 2025-04-15 14:50:40.275 | Enabling module proxy_uwsgi. 2025-04-15 14:50:40.279 | To activate the new configuration, you need to run: 2025-04-15 14:50:40.279 | systemctl restart apache2 2025-04-15 14:50:40.283 | + lib/apache:install_apache_uwsgi:124 : restart_apache_server 2025-04-15 14:50:40.285 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-15 14:50:40.287 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-15 14:50:40.289 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-15 14:50:40.381 | + stack.sh:main:909 : install_keystoneauth 2025-04-15 14:50:40.383 | + lib/keystone:install_keystoneauth:503 : use_library_from_git keystoneauth 2025-04-15 14:50:40.385 | + inc/python:use_library_from_git:272 : local name=keystoneauth 2025-04-15 14:50:40.387 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:40.389 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:40.391 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,keystoneauth, ]] 2025-04-15 14:50:40.393 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:40.396 | + stack.sh:main:910 : install_keystoneclient 2025-04-15 14:50:40.398 | + lib/keystone:install_keystoneclient:511 : use_library_from_git python-keystoneclient 2025-04-15 14:50:40.399 | + inc/python:use_library_from_git:272 : local name=python-keystoneclient 2025-04-15 14:50:40.401 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:40.404 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:40.406 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-keystoneclient, ]] 2025-04-15 14:50:40.408 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:40.410 | + stack.sh:main:911 : install_glanceclient 2025-04-15 14:50:40.412 | + lib/glance:install_glanceclient:501 : use_library_from_git python-glanceclient 2025-04-15 14:50:40.413 | + inc/python:use_library_from_git:272 : local name=python-glanceclient 2025-04-15 14:50:40.415 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:40.417 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:40.419 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-glanceclient, ]] 2025-04-15 14:50:40.421 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:40.423 | + stack.sh:main:912 : install_cinderclient 2025-04-15 14:50:40.425 | + lib/cinder:install_cinderclient:571 : use_library_from_git python-brick-cinderclient-ext 2025-04-15 14:50:40.427 | + inc/python:use_library_from_git:272 : local name=python-brick-cinderclient-ext 2025-04-15 14:50:40.429 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:40.431 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:40.433 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2025-04-15 14:50:40.434 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:40.436 | + lib/cinder:install_cinderclient:576 : use_library_from_git python-cinderclient 2025-04-15 14:50:40.438 | + inc/python:use_library_from_git:272 : local name=python-cinderclient 2025-04-15 14:50:40.440 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:40.442 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:40.444 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-cinderclient, ]] 2025-04-15 14:50:40.446 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:40.448 | + stack.sh:main:913 : install_novaclient 2025-04-15 14:50:40.450 | + lib/nova:install_novaclient:911 : use_library_from_git python-novaclient 2025-04-15 14:50:40.451 | + inc/python:use_library_from_git:272 : local name=python-novaclient 2025-04-15 14:50:40.453 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:40.455 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:40.457 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-novaclient, ]] 2025-04-15 14:50:40.459 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:40.461 | + stack.sh:main:914 : is_service_enabled swift glance horizon 2025-04-15 14:50:40.474 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:50:40.476 | + stack.sh:main:915 : install_swiftclient 2025-04-15 14:50:40.478 | + lib/swift:install_swiftclient:730 : use_library_from_git python-swiftclient 2025-04-15 14:50:40.480 | + inc/python:use_library_from_git:272 : local name=python-swiftclient 2025-04-15 14:50:40.481 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:40.483 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:40.485 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-swiftclient, ]] 2025-04-15 14:50:40.487 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:40.489 | + stack.sh:main:917 : is_service_enabled neutron nova horizon 2025-04-15 14:50:40.502 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:50:40.504 | + stack.sh:main:918 : install_neutronclient 2025-04-15 14:50:40.506 | + lib/neutron:install_neutronclient:537 : use_library_from_git python-neutronclient 2025-04-15 14:50:40.508 | + inc/python:use_library_from_git:272 : local name=python-neutronclient 2025-04-15 14:50:40.510 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:40.512 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:40.514 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-neutronclient, ]] 2025-04-15 14:50:40.516 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:40.518 | + stack.sh:main:922 : install_keystonemiddleware 2025-04-15 14:50:40.519 | + lib/keystone:install_keystonemiddleware:521 : use_library_from_git keystonemiddleware 2025-04-15 14:50:40.521 | + inc/python:use_library_from_git:272 : local name=keystonemiddleware 2025-04-15 14:50:40.523 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:50:40.525 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:50:40.527 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,keystonemiddleware, ]] 2025-04-15 14:50:40.529 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:50:40.531 | + lib/keystone:install_keystonemiddleware:526 : pip_install_gr keystonemiddleware 2025-04-15 14:50:40.533 | + inc/python:pip_install_gr:94 : local name=keystonemiddleware 2025-04-15 14:50:40.535 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-15 14:50:40.537 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements keystonemiddleware 2025-04-15 14:50:40.539 | ++ inc/python:get_from_global_requirements:247 : local package=keystonemiddleware 2025-04-15 14:50:40.541 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-15 14:50:40.544 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^keystonemiddleware' /opt/stack//requirements/global-requirements.txt 2025-04-15 14:50:40.544 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-15 14:50:40.548 | ++ inc/python:get_from_global_requirements:249 : required_pkg='keystonemiddleware ' 2025-04-15 14:50:40.550 | ++ inc/python:get_from_global_requirements:250 : [[ keystonemiddleware == '' ]] 2025-04-15 14:50:40.551 | ++ inc/python:get_from_global_requirements:253 : echo keystonemiddleware 2025-04-15 14:50:40.554 | + inc/python:pip_install_gr:96 : clean_name=keystonemiddleware 2025-04-15 14:50:40.556 | + inc/python:pip_install_gr:97 : pip_install keystonemiddleware 2025-04-15 14:50:40.571 | Using python 3.10 to install keystonemiddleware 2025-04-15 14:50:40.573 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt keystonemiddleware 2025-04-15 14:50:41.479 | Collecting keystonemiddleware 2025-04-15 14:50:41.480 | Using cached keystonemiddleware-10.4.1-py3-none-any.whl.metadata (3.8 kB) 2025-04-15 14:50:41.536 | Collecting WebOb>=1.7.1 (from keystonemiddleware) 2025-04-15 14:50:41.537 | Using cached WebOb-1.8.7-py2.py3-none-any.whl.metadata (10 kB) 2025-04-15 14:50:41.576 | Collecting keystoneauth1>=3.12.0 (from keystonemiddleware) 2025-04-15 14:50:41.577 | Using cached keystoneauth1-5.3.0-py3-none-any.whl.metadata (3.8 kB) 2025-04-15 14:50:41.618 | Collecting oslo.cache>=1.26.0 (from keystonemiddleware) 2025-04-15 14:50:41.620 | Using cached oslo.cache-3.5.0-py3-none-any.whl.metadata (3.2 kB) 2025-04-15 14:50:41.671 | Collecting oslo.config>=5.2.0 (from keystonemiddleware) 2025-04-15 14:50:41.672 | Using cached oslo.config-9.2.0-py3-none-any.whl.metadata (3.1 kB) 2025-04-15 14:50:41.708 | Collecting oslo.context>=2.19.2 (from keystonemiddleware) 2025-04-15 14:50:41.709 | Using cached oslo.context-5.2.0-py3-none-any.whl.metadata (2.0 kB) 2025-04-15 14:50:41.739 | Collecting oslo.i18n>=3.15.3 (from keystonemiddleware) 2025-04-15 14:50:41.741 | Using cached oslo.i18n-6.1.1-py3-none-any.whl.metadata (2.0 kB) 2025-04-15 14:50:41.783 | Collecting oslo.log>=3.36.0 (from keystonemiddleware) 2025-04-15 14:50:41.784 | Using cached oslo.log-5.3.2-py3-none-any.whl.metadata (3.0 kB) 2025-04-15 14:50:41.818 | Collecting oslo.serialization!=2.19.1,>=2.18.0 (from keystonemiddleware) 2025-04-15 14:50:41.820 | Using cached oslo.serialization-5.2.1-py3-none-any.whl.metadata (2.2 kB) 2025-04-15 14:50:41.868 | Collecting oslo.utils>=3.33.0 (from keystonemiddleware) 2025-04-15 14:50:41.869 | Using cached oslo.utils-6.2.1-py3-none-any.whl.metadata (2.2 kB) 2025-04-15 14:50:41.871 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware) (5.11.1) 2025-04-15 14:50:41.896 | Collecting pycadf!=2.0.0,>=1.1.0 (from keystonemiddleware) 2025-04-15 14:50:41.898 | Using cached pycadf-3.1.1-py3-none-any.whl.metadata (2.1 kB) 2025-04-15 14:50:41.934 | Collecting python-keystoneclient>=3.20.0 (from keystonemiddleware) 2025-04-15 14:50:41.937 | Using cached python_keystoneclient-5.2.0-py3-none-any.whl.metadata (3.7 kB) 2025-04-15 14:50:41.941 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware) (2.28.2) 2025-04-15 14:50:41.986 | Collecting iso8601>=0.1.11 (from keystoneauth1>=3.12.0->keystonemiddleware) 2025-04-15 14:50:41.988 | Using cached iso8601-1.1.0-py3-none-any.whl.metadata (9.8 kB) 2025-04-15 14:50:42.007 | Collecting os-service-types>=1.2.0 (from keystoneauth1>=3.12.0->keystonemiddleware) 2025-04-15 14:50:42.009 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-04-15 14:50:42.042 | Collecting stevedore>=1.20.0 (from keystoneauth1>=3.12.0->keystonemiddleware) 2025-04-15 14:50:42.044 | Using cached stevedore-5.1.0-py3-none-any.whl.metadata (2.2 kB) 2025-04-15 14:50:42.088 | Collecting dogpile.cache>=1.1.5 (from oslo.cache>=1.26.0->keystonemiddleware) 2025-04-15 14:50:42.090 | Using cached dogpile.cache-1.1.8-py3-none-any.whl.metadata (5.0 kB) 2025-04-15 14:50:42.186 | Collecting PyYAML>=5.1 (from oslo.config>=5.2.0->keystonemiddleware) 2025-04-15 14:50:42.189 | Using cached PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (2.0 kB) 2025-04-15 14:50:42.216 | Collecting debtcollector>=1.2.0 (from oslo.config>=5.2.0->keystonemiddleware) 2025-04-15 14:50:42.218 | Using cached debtcollector-2.5.0-py3-none-any.whl.metadata (2.3 kB) 2025-04-15 14:50:42.245 | Collecting netaddr>=0.7.18 (from oslo.config>=5.2.0->keystonemiddleware) 2025-04-15 14:50:42.247 | Using cached netaddr-0.8.0-py2.py3-none-any.whl.metadata (4.9 kB) 2025-04-15 14:50:42.267 | Collecting rfc3986>=1.2.0 (from oslo.config>=5.2.0->keystonemiddleware) 2025-04-15 14:50:42.268 | Using cached rfc3986-2.0.0-py2.py3-none-any.whl.metadata (6.6 kB) 2025-04-15 14:50:42.372 | Collecting python-dateutil>=2.7.0 (from oslo.log>=3.36.0->keystonemiddleware) 2025-04-15 14:50:42.374 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl.metadata (8.2 kB) 2025-04-15 14:50:42.393 | Collecting pyinotify>=0.9.6 (from oslo.log>=3.36.0->keystonemiddleware) 2025-04-15 14:50:42.393 | Using cached pyinotify-0.9.6-py3-none-any.whl 2025-04-15 14:50:42.483 | Collecting msgpack>=0.5.2 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2025-04-15 14:50:42.485 | Using cached msgpack-1.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.8 kB) 2025-04-15 14:50:42.550 | Collecting pytz>=2013.6 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2025-04-15 14:50:42.552 | Using cached pytz-2023.3-py2.py3-none-any.whl.metadata (22 kB) 2025-04-15 14:50:42.578 | Collecting tzdata>=2022.4 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2025-04-15 14:50:42.580 | Using cached tzdata-2023.3-py2.py3-none-any.whl.metadata (1.4 kB) 2025-04-15 14:50:42.615 | Collecting netifaces>=0.10.4 (from oslo.utils>=3.33.0->keystonemiddleware) 2025-04-15 14:50:42.615 | Using cached netifaces-0.11.0-cp310-cp310-linux_x86_64.whl 2025-04-15 14:50:42.647 | Collecting packaging>=20.4 (from oslo.utils>=3.33.0->keystonemiddleware) 2025-04-15 14:50:42.649 | Using cached packaging-23.1-py3-none-any.whl.metadata (3.1 kB) 2025-04-15 14:50:42.703 | Collecting pyparsing>=2.1.0 (from oslo.utils>=3.33.0->keystonemiddleware) 2025-04-15 14:50:42.705 | Using cached pyparsing-3.0.9-py3-none-any.whl.metadata (4.2 kB) 2025-04-15 14:50:42.715 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from pycadf!=2.0.0,>=1.1.0->keystonemiddleware) (1.16.0) 2025-04-15 14:50:42.738 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware) (3.1.0) 2025-04-15 14:50:42.738 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware) (3.4) 2025-04-15 14:50:42.740 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware) (1.26.15) 2025-04-15 14:50:42.740 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware) (2025.1.31) 2025-04-15 14:50:42.884 | Collecting wrapt>=1.7.0 (from debtcollector>=1.2.0->oslo.config>=5.2.0->keystonemiddleware) 2025-04-15 14:50:42.887 | Using cached wrapt-1.15.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB) 2025-04-15 14:50:42.917 | Collecting decorator>=4.0.0 (from dogpile.cache>=1.1.5->oslo.cache>=1.26.0->keystonemiddleware) 2025-04-15 14:50:42.918 | Using cached decorator-5.1.1-py3-none-any.whl.metadata (4.0 kB) 2025-04-15 14:50:43.054 | Using cached keystonemiddleware-10.4.1-py3-none-any.whl (130 kB) 2025-04-15 14:50:43.057 | Using cached keystoneauth1-5.3.0-py3-none-any.whl (323 kB) 2025-04-15 14:50:43.062 | Using cached oslo.cache-3.5.0-py3-none-any.whl (70 kB) 2025-04-15 14:50:43.064 | Using cached oslo.config-9.2.0-py3-none-any.whl (128 kB) 2025-04-15 14:50:43.067 | Using cached oslo.context-5.2.0-py3-none-any.whl (20 kB) 2025-04-15 14:50:43.070 | Using cached oslo.i18n-6.1.1-py3-none-any.whl (46 kB) 2025-04-15 14:50:43.072 | Using cached oslo.log-5.3.2-py3-none-any.whl (76 kB) 2025-04-15 14:50:43.076 | Using cached oslo.serialization-5.2.1-py3-none-any.whl (26 kB) 2025-04-15 14:50:43.078 | Using cached oslo.utils-6.2.1-py3-none-any.whl (101 kB) 2025-04-15 14:50:43.082 | Using cached pycadf-3.1.1-py3-none-any.whl (39 kB) 2025-04-15 14:50:43.085 | Using cached python_keystoneclient-5.2.0-py3-none-any.whl (397 kB) 2025-04-15 14:50:43.089 | Using cached WebOb-1.8.7-py2.py3-none-any.whl (114 kB) 2025-04-15 14:50:43.093 | Using cached debtcollector-2.5.0-py3-none-any.whl (23 kB) 2025-04-15 14:50:43.096 | Using cached dogpile.cache-1.1.8-py3-none-any.whl (51 kB) 2025-04-15 14:50:43.098 | Using cached iso8601-1.1.0-py3-none-any.whl (9.9 kB) 2025-04-15 14:50:43.100 | Using cached msgpack-1.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316 kB) 2025-04-15 14:50:43.105 | Using cached netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB) 2025-04-15 14:50:43.129 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 2025-04-15 14:50:43.131 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2025-04-15 14:50:43.135 | Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) 2025-04-15 14:50:43.137 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2025-04-15 14:50:43.141 | Using cached pytz-2023.3-py2.py3-none-any.whl (502 kB) 2025-04-15 14:50:43.147 | Using cached PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (682 kB) 2025-04-15 14:50:43.153 | Using cached rfc3986-2.0.0-py2.py3-none-any.whl (31 kB) 2025-04-15 14:50:43.155 | Using cached stevedore-5.1.0-py3-none-any.whl (49 kB) 2025-04-15 14:50:43.158 | Using cached tzdata-2023.3-py2.py3-none-any.whl (341 kB) 2025-04-15 14:50:43.162 | Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB) 2025-04-15 14:50:43.164 | Using cached wrapt-1.15.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (78 kB) 2025-04-15 14:50:43.472 | Installing collected packages: pytz, pyinotify, netifaces, netaddr, msgpack, wrapt, WebOb, tzdata, stevedore, rfc3986, PyYAML, python-dateutil, pyparsing, packaging, oslo.i18n, os-service-types, iso8601, decorator, keystoneauth1, dogpile.cache, debtcollector, oslo.utils, oslo.context, oslo.config, oslo.serialization, python-keystoneclient, pycadf, oslo.log, oslo.cache, keystonemiddleware 2025-04-15 14:50:45.151 | Successfully installed PyYAML-6.0 WebOb-1.8.7 debtcollector-2.5.0 decorator-5.1.1 dogpile.cache-1.1.8 iso8601-1.1.0 keystoneauth1-5.3.0 keystonemiddleware-10.4.1 msgpack-1.0.5 netaddr-0.8.0 netifaces-0.11.0 os-service-types-1.7.0 oslo.cache-3.5.0 oslo.config-9.2.0 oslo.context-5.2.0 oslo.i18n-6.1.1 oslo.log-5.3.2 oslo.serialization-5.2.1 oslo.utils-6.2.1 packaging-23.1 pycadf-3.1.1 pyinotify-0.9.6 pyparsing-3.0.9 python-dateutil-2.8.2 python-keystoneclient-5.2.0 pytz-2023.3 rfc3986-2.0.0 stevedore-5.1.0 tzdata-2023.3 wrapt-1.15.0 2025-04-15 14:50:45.292 | + inc/python:pip_install:222 : result=0 2025-04-15 14:50:45.294 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 14:50:45.296 | + functions-common:time_stop:2400 : local name 2025-04-15 14:50:45.298 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:50:45.300 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:50:45.302 | + functions-common:time_stop:2403 : local total 2025-04-15 14:50:45.303 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:50:45.305 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 14:50:45.307 | + functions-common:time_stop:2407 : start_time=1744728640567 2025-04-15 14:50:45.308 | + functions-common:time_stop:2409 : [[ -z 1744728640567 ]] 2025-04-15 14:50:45.311 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:50:45.314 | + functions-common:time_stop:2412 : end_time=1744728645312 2025-04-15 14:50:45.316 | + functions-common:time_stop:2413 : elapsed_time=4745 2025-04-15 14:50:45.317 | + functions-common:time_stop:2414 : total=15383 2025-04-15 14:50:45.319 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:50:45.321 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=20128 2025-04-15 14:50:45.323 | + inc/python:pip_install:225 : return 0 2025-04-15 14:50:45.325 | + lib/keystone:install_keystonemiddleware:530 : pip_install_gr python-memcached 2025-04-15 14:50:45.327 | + inc/python:pip_install_gr:94 : local name=python-memcached 2025-04-15 14:50:45.329 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-15 14:50:45.331 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements python-memcached 2025-04-15 14:50:45.333 | ++ inc/python:get_from_global_requirements:247 : local package=python-memcached 2025-04-15 14:50:45.335 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-15 14:50:45.338 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^python-memcached' /opt/stack//requirements/global-requirements.txt 2025-04-15 14:50:45.338 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-15 14:50:45.342 | ++ inc/python:get_from_global_requirements:249 : required_pkg='python-memcached ' 2025-04-15 14:50:45.344 | ++ inc/python:get_from_global_requirements:250 : [[ python-memcached == '' ]] 2025-04-15 14:50:45.346 | ++ inc/python:get_from_global_requirements:253 : echo python-memcached 2025-04-15 14:50:45.349 | + inc/python:pip_install_gr:96 : clean_name=python-memcached 2025-04-15 14:50:45.350 | + inc/python:pip_install_gr:97 : pip_install python-memcached 2025-04-15 14:50:45.366 | Using python 3.10 to install python-memcached 2025-04-15 14:50:45.368 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt python-memcached 2025-04-15 14:50:46.256 | Collecting python-memcached 2025-04-15 14:50:46.257 | Using cached python_memcached-1.59-py2.py3-none-any.whl.metadata (2.1 kB) 2025-04-15 14:50:46.261 | Requirement already satisfied: six>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-memcached) (1.16.0) 2025-04-15 14:50:46.263 | Using cached python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2025-04-15 14:50:46.469 | Installing collected packages: python-memcached 2025-04-15 14:50:46.493 | Successfully installed python-memcached-1.59 2025-04-15 14:50:46.566 | + inc/python:pip_install:222 : result=0 2025-04-15 14:50:46.568 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 14:50:46.570 | + functions-common:time_stop:2400 : local name 2025-04-15 14:50:46.572 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:50:46.574 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:50:46.576 | + functions-common:time_stop:2403 : local total 2025-04-15 14:50:46.578 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:50:46.580 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 14:50:46.581 | + functions-common:time_stop:2407 : start_time=1744728645362 2025-04-15 14:50:46.583 | + functions-common:time_stop:2409 : [[ -z 1744728645362 ]] 2025-04-15 14:50:46.586 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:50:46.589 | + functions-common:time_stop:2412 : end_time=1744728646586 2025-04-15 14:50:46.590 | + functions-common:time_stop:2413 : elapsed_time=1224 2025-04-15 14:50:46.592 | + functions-common:time_stop:2414 : total=20128 2025-04-15 14:50:46.594 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:50:46.596 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=21352 2025-04-15 14:50:46.598 | + inc/python:pip_install:225 : return 0 2025-04-15 14:50:46.600 | + stack.sh:main:924 : is_service_enabled keystone 2025-04-15 14:50:46.613 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:50:46.615 | + stack.sh:main:925 : '[' 10.180.1.21 == 10.180.1.21 ']' 2025-04-15 14:50:46.617 | + stack.sh:main:926 : stack_install_service keystone 2025-04-15 14:50:46.619 | + lib/stack:stack_install_service:20 : local service=keystone 2025-04-15 14:50:46.621 | + lib/stack:stack_install_service:21 : type install_keystone 2025-04-15 14:50:46.623 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-15 14:50:46.624 | + lib/stack:stack_install_service:32 : install_keystone 2025-04-15 14:50:46.626 | + lib/keystone:install_keystone:536 : is_service_enabled ldap 2025-04-15 14:50:46.638 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:50:46.640 | + lib/keystone:install_keystone:540 : git_clone https://opendev.org/openstack/keystone.git /opt/stack//keystone stable/2023.2 2025-04-15 14:50:46.642 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/keystone.git 2025-04-15 14:50:46.644 | + functions-common:git_clone:573 : local git_dest=/opt/stack//keystone 2025-04-15 14:50:46.645 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-15 14:50:46.647 | + functions-common:git_clone:575 : local orig_dir 2025-04-15 14:50:46.649 | ++ functions-common:git_clone:576 : pwd 2025-04-15 14:50:46.651 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-15 14:50:46.653 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-15 14:50:46.655 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-15 14:50:46.667 | + functions-common:git_clone:579 : RECLONE=False 2025-04-15 14:50:46.668 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-15 14:50:46.670 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-15 14:50:46.672 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-15 14:50:46.674 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-15 14:50:46.674 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-15 14:50:46.677 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//keystone ]] 2025-04-15 14:50:46.679 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-15 14:50:46.681 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2025-04-15 14:50:46.682 | + functions-common:git_timed:680 : local count=0 2025-04-15 14:50:46.684 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 14:50:46.685 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 14:50:46.687 | + functions-common:git_timed:684 : timeout=0 2025-04-15 14:50:46.689 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 14:50:46.690 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 14:50:46.692 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:50:46.693 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:50:46.696 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:50:46.698 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728646696 2025-04-15 14:50:46.700 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2025-04-15 14:50:46.703 | Cloning into '/opt/stack//keystone'... 2025-04-15 14:50:49.117 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 14:50:49.119 | + functions-common:time_stop:2400 : local name 2025-04-15 14:50:49.121 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:50:49.122 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:50:49.124 | + functions-common:time_stop:2403 : local total 2025-04-15 14:50:49.126 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:50:49.127 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 14:50:49.129 | + functions-common:time_stop:2407 : start_time=1744728646696 2025-04-15 14:50:49.130 | + functions-common:time_stop:2409 : [[ -z 1744728646696 ]] 2025-04-15 14:50:49.133 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:50:49.135 | + functions-common:time_stop:2412 : end_time=1744728649133 2025-04-15 14:50:49.137 | + functions-common:time_stop:2413 : elapsed_time=2437 2025-04-15 14:50:49.138 | + functions-common:time_stop:2414 : total=12725 2025-04-15 14:50:49.140 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:50:49.142 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=15162 2025-04-15 14:50:49.143 | + functions-common:git_clone:614 : cd /opt/stack//keystone 2025-04-15 14:50:49.145 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-15 14:50:49.146 | + functions-common:git_timed:680 : local count=0 2025-04-15 14:50:49.148 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 14:50:49.149 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 14:50:49.151 | + functions-common:git_timed:684 : timeout=0 2025-04-15 14:50:49.152 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 14:50:49.154 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 14:50:49.156 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:50:49.157 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:50:49.160 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:50:49.162 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728649160 2025-04-15 14:50:49.164 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-15 14:50:51.670 | From https://opendev.org/openstack/keystone 2025-04-15 14:50:51.670 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-15 14:50:51.674 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 14:50:51.675 | + functions-common:time_stop:2400 : local name 2025-04-15 14:50:51.677 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:50:51.679 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:50:51.680 | + functions-common:time_stop:2403 : local total 2025-04-15 14:50:51.682 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:50:51.683 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 14:50:51.685 | + functions-common:time_stop:2407 : start_time=1744728649160 2025-04-15 14:50:51.687 | + functions-common:time_stop:2409 : [[ -z 1744728649160 ]] 2025-04-15 14:50:51.689 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:50:51.692 | + functions-common:time_stop:2412 : end_time=1744728651690 2025-04-15 14:50:51.693 | + functions-common:time_stop:2413 : elapsed_time=2530 2025-04-15 14:50:51.695 | + functions-common:time_stop:2414 : total=15162 2025-04-15 14:50:51.696 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:50:51.698 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=17692 2025-04-15 14:50:51.699 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-15 14:50:51.701 | + functions-common:git_timed:680 : local count=0 2025-04-15 14:50:51.703 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 14:50:51.704 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 14:50:51.706 | + functions-common:git_timed:684 : timeout=0 2025-04-15 14:50:51.707 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 14:50:51.709 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 14:50:51.711 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:50:51.712 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:50:51.714 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:50:51.717 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728651715 2025-04-15 14:50:51.718 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-15 14:50:51.811 | Note: switching to 'FETCH_HEAD'. 2025-04-15 14:50:51.811 | 2025-04-15 14:50:51.811 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-15 14:50:51.811 | changes and commit them, and you can discard any commits you make in this 2025-04-15 14:50:51.811 | state without impacting any branches by switching back to a branch. 2025-04-15 14:50:51.811 | 2025-04-15 14:50:51.811 | If you want to create a new branch to retain commits you create, you may 2025-04-15 14:50:51.811 | do so (now or later) by using -c with the switch command. Example: 2025-04-15 14:50:51.811 | 2025-04-15 14:50:51.811 | git switch -c 2025-04-15 14:50:51.811 | 2025-04-15 14:50:51.811 | Or undo this operation with: 2025-04-15 14:50:51.811 | 2025-04-15 14:50:51.811 | git switch - 2025-04-15 14:50:51.811 | 2025-04-15 14:50:51.811 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-15 14:50:51.811 | 2025-04-15 14:50:51.811 | HEAD is now at 13354bd Merge "Move OIDC job to check" into stable/2023.2 2025-04-15 14:50:51.813 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 14:50:51.815 | + functions-common:time_stop:2400 : local name 2025-04-15 14:50:51.817 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:50:51.819 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:50:51.820 | + functions-common:time_stop:2403 : local total 2025-04-15 14:50:51.822 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:50:51.823 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 14:50:51.825 | + functions-common:time_stop:2407 : start_time=1744728651715 2025-04-15 14:50:51.827 | + functions-common:time_stop:2409 : [[ -z 1744728651715 ]] 2025-04-15 14:50:51.829 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:50:51.831 | + functions-common:time_stop:2412 : end_time=1744728651829 2025-04-15 14:50:51.833 | + functions-common:time_stop:2413 : elapsed_time=114 2025-04-15 14:50:51.835 | + functions-common:time_stop:2414 : total=17692 2025-04-15 14:50:51.836 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:50:51.838 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=17806 2025-04-15 14:50:51.840 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//keystone 2025-04-15 14:50:51.850 | + functions-common:git_clone:655 : cd /opt/stack//keystone 2025-04-15 14:50:51.852 | + functions-common:git_clone:656 : git show --oneline 2025-04-15 14:50:51.852 | + functions-common:git_clone:656 : head -1 2025-04-15 14:50:51.854 | 13354bd Merge "Move OIDC job to check" into stable/2023.2 2025-04-15 14:50:51.856 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-15 14:50:51.858 | + lib/keystone:install_keystone:541 : setup_develop /opt/stack//keystone 2025-04-15 14:50:51.860 | + inc/python:setup_develop:360 : local bindep 2025-04-15 14:50:51.861 | + inc/python:setup_develop:361 : [[ /opt/stack//keystone == -bindep* ]] 2025-04-15 14:50:51.863 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//keystone 2025-04-15 14:50:51.865 | + inc/python:setup_develop:366 : local extras= 2025-04-15 14:50:51.866 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//keystone -e 2025-04-15 14:50:51.868 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-15 14:50:51.870 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//keystone == -bindep* ]] 2025-04-15 14:50:51.871 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//keystone 2025-04-15 14:50:51.873 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-15 14:50:51.875 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-15 14:50:51.878 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//keystone 2025-04-15 14:50:51.879 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-15 14:50:51.882 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/keystone 2025-04-15 14:50:51.883 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-15 14:50:51.885 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-15 14:50:51.888 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2025-04-15 14:50:51.892 | + inc/python:_setup_package_with_constraints_edit:407 : name=keystone 2025-04-15 14:50:51.894 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- keystone 2025-04-15 14:50:52.218 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/keystone -e 2025-04-15 14:50:52.220 | + inc/python:setup_package:440 : local bindep=0 2025-04-15 14:50:52.222 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-15 14:50:52.224 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-15 14:50:52.226 | + inc/python:setup_package:443 : [[ /opt/stack/keystone == -bindep* ]] 2025-04-15 14:50:52.228 | + inc/python:setup_package:448 : local project_dir=/opt/stack/keystone 2025-04-15 14:50:52.230 | + inc/python:setup_package:449 : local flags=-e 2025-04-15 14:50:52.232 | + inc/python:setup_package:450 : local extras= 2025-04-15 14:50:52.233 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-15 14:50:52.235 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-15 14:50:52.237 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-15 14:50:52.239 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-15 14:50:52.241 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-15 14:50:52.243 | + inc/python:setup_package:468 : pip_install -e /opt/stack/keystone 2025-04-15 14:50:52.258 | Using python 3.10 to install /opt/stack/keystone 2025-04-15 14:50:52.260 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/keystone 2025-04-15 14:50:53.035 | Obtaining file:///opt/stack/keystone 2025-04-15 14:50:53.038 | Preparing metadata (setup.py): started 2025-04-15 14:50:53.663 | Preparing metadata (setup.py): finished with status 'done' 2025-04-15 14:50:53.718 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.11.1) 2025-04-15 14:50:53.718 | Requirement already satisfied: WebOb>=1.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (1.8.7) 2025-04-15 14:50:53.819 | Collecting Flask!=0.11,>=1.0.2 (from keystone==0.0.1.dev11) 2025-04-15 14:50:53.821 | Using cached Flask-2.2.3-py3-none-any.whl.metadata (3.9 kB) 2025-04-15 14:50:53.847 | Collecting Flask-RESTful>=0.3.5 (from keystone==0.0.1.dev11) 2025-04-15 14:50:53.849 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl.metadata (912 bytes) 2025-04-15 14:50:54.081 | Collecting cryptography>=2.7 (from keystone==0.0.1.dev11) 2025-04-15 14:50:54.083 | Using cached cryptography-40.0.2-cp36-abi3-manylinux_2_28_x86_64.whl.metadata (5.4 kB) 2025-04-15 14:50:54.499 | Collecting SQLAlchemy>=1.4.0 (from keystone==0.0.1.dev11) 2025-04-15 14:50:54.501 | Using cached SQLAlchemy-1.4.41-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10.0 kB) 2025-04-15 14:50:54.504 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.1.0) 2025-04-15 14:50:54.528 | Collecting passlib>=1.7.0 (from keystone==0.0.1.dev11) 2025-04-15 14:50:54.530 | Using cached passlib-1.7.4-py2.py3-none-any.whl.metadata (1.7 kB) 2025-04-15 14:50:54.532 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.2.0) 2025-04-15 14:50:54.533 | Requirement already satisfied: keystonemiddleware>=7.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (10.4.1) 2025-04-15 14:50:54.597 | Collecting bcrypt>=3.1.3 (from keystone==0.0.1.dev11) 2025-04-15 14:50:54.599 | Using cached bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl.metadata (9.0 kB) 2025-04-15 14:50:54.660 | Collecting scrypt>=0.8.0 (from keystone==0.0.1.dev11) 2025-04-15 14:50:54.662 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.5 kB) 2025-04-15 14:50:54.664 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (3.5.0) 2025-04-15 14:50:54.665 | Requirement already satisfied: oslo.config>=6.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (9.2.0) 2025-04-15 14:50:54.665 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.2.0) 2025-04-15 14:50:54.724 | Collecting oslo.messaging>=5.29.0 (from keystone==0.0.1.dev11) 2025-04-15 14:50:54.727 | Using cached oslo.messaging-14.4.2-py3-none-any.whl.metadata (3.3 kB) 2025-04-15 14:50:54.774 | Collecting oslo.db>=6.0.0 (from keystone==0.0.1.dev11) 2025-04-15 14:50:54.776 | Using cached oslo.db-14.1.1-py3-none-any.whl.metadata (3.2 kB) 2025-04-15 14:50:54.778 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (6.1.1) 2025-04-15 14:50:54.779 | Requirement already satisfied: oslo.log>=3.44.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.3.2) 2025-04-15 14:50:54.814 | Collecting oslo.middleware>=3.31.0 (from keystone==0.0.1.dev11) 2025-04-15 14:50:54.816 | Using cached oslo.middleware-5.2.0-py3-none-any.whl.metadata (2.2 kB) 2025-04-15 14:50:54.862 | Collecting oslo.policy>=3.10.0 (from keystone==0.0.1.dev11) 2025-04-15 14:50:54.864 | Using cached oslo.policy-4.2.1-py3-none-any.whl.metadata (2.1 kB) 2025-04-15 14:50:54.866 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.2.1) 2025-04-15 14:50:54.890 | Collecting oslo.upgradecheck>=1.3.0 (from keystone==0.0.1.dev11) 2025-04-15 14:50:54.892 | Using cached oslo.upgradecheck-2.2.0-py3-none-any.whl.metadata (1.7 kB) 2025-04-15 14:50:54.894 | Requirement already satisfied: oslo.utils>=3.33.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (6.2.1) 2025-04-15 14:50:54.915 | Collecting oauthlib>=0.6.2 (from keystone==0.0.1.dev11) 2025-04-15 14:50:54.917 | Using cached oauthlib-3.2.2-py3-none-any.whl.metadata (7.5 kB) 2025-04-15 14:50:54.944 | Collecting pysaml2>=5.0.0 (from keystone==0.0.1.dev11) 2025-04-15 14:50:54.946 | Using cached pysaml2-7.3.1-py3-none-any.whl.metadata (7.1 kB) 2025-04-15 14:50:54.975 | Collecting PyJWT>=1.6.1 (from keystone==0.0.1.dev11) 2025-04-15 14:50:54.977 | Using cached PyJWT-2.6.0-py3-none-any.whl.metadata (4.0 kB) 2025-04-15 14:50:54.979 | Requirement already satisfied: dogpile.cache>=1.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (1.1.8) 2025-04-15 14:50:55.021 | Collecting jsonschema>=3.2.0 (from keystone==0.0.1.dev11) 2025-04-15 14:50:55.023 | Using cached jsonschema-4.17.3-py3-none-any.whl.metadata (7.9 kB) 2025-04-15 14:50:55.025 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (3.1.1) 2025-04-15 14:50:55.026 | Requirement already satisfied: msgpack>=0.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (1.0.5) 2025-04-15 14:50:55.055 | Collecting osprofiler>=1.4.0 (from keystone==0.0.1.dev11) 2025-04-15 14:50:55.057 | Using cached osprofiler-4.1.0-py3-none-any.whl.metadata (3.4 kB) 2025-04-15 14:50:55.059 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (2023.3) 2025-04-15 14:50:55.255 | Collecting cffi>=1.12 (from cryptography>=2.7->keystone==0.0.1.dev11) 2025-04-15 14:50:55.258 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.1 kB) 2025-04-15 14:50:55.263 | Requirement already satisfied: decorator>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from dogpile.cache>=1.0.2->keystone==0.0.1.dev11) (5.1.1) 2025-04-15 14:50:55.310 | Collecting Werkzeug>=2.2.2 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-15 14:50:55.311 | Using cached Werkzeug-2.2.3-py3-none-any.whl.metadata (4.4 kB) 2025-04-15 14:50:55.343 | Collecting Jinja2>=3.0 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-15 14:50:55.345 | Using cached Jinja2-3.1.2-py3-none-any.whl.metadata (3.5 kB) 2025-04-15 14:50:55.366 | Collecting itsdangerous>=2.0 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-15 14:50:55.368 | Using cached itsdangerous-2.1.2-py3-none-any.whl.metadata (2.9 kB) 2025-04-15 14:50:55.401 | Collecting click>=8.0 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-15 14:50:55.402 | Using cached click-8.1.3-py3-none-any.whl.metadata (3.2 kB) 2025-04-15 14:50:55.431 | Collecting aniso8601>=0.82 (from Flask-RESTful>=0.3.5->keystone==0.0.1.dev11) 2025-04-15 14:50:55.432 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl.metadata (23 kB) 2025-04-15 14:50:55.443 | Requirement already satisfied: six>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Flask-RESTful>=0.3.5->keystone==0.0.1.dev11) (1.16.0) 2025-04-15 14:50:55.488 | Collecting attrs>=17.4.0 (from jsonschema>=3.2.0->keystone==0.0.1.dev11) 2025-04-15 14:50:55.494 | Using cached attrs-23.1.0-py3-none-any.whl.metadata (11 kB) 2025-04-15 14:50:55.549 | Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 (from jsonschema>=3.2.0->keystone==0.0.1.dev11) 2025-04-15 14:50:55.555 | Using cached pyrsistent-0.19.3-py3-none-any.whl.metadata (27 kB) 2025-04-15 14:50:55.591 | Requirement already satisfied: keystoneauth1>=3.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (5.3.0) 2025-04-15 14:50:55.594 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (2.28.2) 2025-04-15 14:50:55.637 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev11) (6.0) 2025-04-15 14:50:55.637 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev11) (2.5.0) 2025-04-15 14:50:55.640 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev11) (0.8.0) 2025-04-15 14:50:55.640 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev11) (2.0.0) 2025-04-15 14:50:55.711 | Collecting alembic>=0.9.6 (from oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-04-15 14:50:55.713 | Using cached alembic-1.9.4-py3-none-any.whl.metadata (7.2 kB) 2025-04-15 14:50:55.733 | Collecting testresources>=2.0.0 (from oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-04-15 14:50:55.735 | Using cached testresources-2.0.1-py2.py3-none-any.whl.metadata (11 kB) 2025-04-15 14:50:55.753 | Collecting testscenarios>=0.4 (from oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-04-15 14:50:55.755 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl.metadata (12 kB) 2025-04-15 14:50:55.780 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=3.44.0->keystone==0.0.1.dev11) (2.8.2) 2025-04-15 14:50:55.781 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=3.44.0->keystone==0.0.1.dev11) (0.9.6) 2025-04-15 14:50:55.840 | Collecting amqp>=2.5.2 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-15 14:50:55.842 | Using cached amqp-5.1.1-py3-none-any.whl.metadata (8.9 kB) 2025-04-15 14:50:55.877 | Collecting cachetools>=2.0.0 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-15 14:50:55.880 | Using cached cachetools-5.3.0-py3-none-any.whl.metadata (5.2 kB) 2025-04-15 14:50:55.881 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) (2.4.1) 2025-04-15 14:50:55.937 | Collecting kombu>=4.6.6 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-15 14:50:55.939 | Using cached kombu-5.2.4-py3-none-any.whl.metadata (2.7 kB) 2025-04-15 14:50:55.961 | Collecting oslo.metrics>=0.2.1 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-15 14:50:55.963 | Using cached oslo.metrics-0.7.0-py3-none-any.whl.metadata (1.3 kB) 2025-04-15 14:50:56.010 | Collecting oslo.service!=1.28.1,>=1.24.0 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-15 14:50:56.012 | Using cached oslo.service-3.2.1-py3-none-any.whl.metadata (2.7 kB) 2025-04-15 14:50:56.049 | Collecting statsd>=3.2.1 (from oslo.middleware>=3.31.0->keystone==0.0.1.dev11) 2025-04-15 14:50:56.051 | Using cached statsd-4.0.1-py2.py3-none-any.whl.metadata (2.9 kB) 2025-04-15 14:50:56.068 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystone==0.0.1.dev11) (2023.3) 2025-04-15 14:50:56.101 | Collecting PrettyTable>=0.7.1 (from oslo.upgradecheck>=1.3.0->keystone==0.0.1.dev11) 2025-04-15 14:50:56.103 | Using cached prettytable-3.7.0-py3-none-any.whl.metadata (26 kB) 2025-04-15 14:50:56.124 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev11) (1.1.0) 2025-04-15 14:50:56.125 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev11) (0.11.0) 2025-04-15 14:50:56.126 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev11) (23.1) 2025-04-15 14:50:56.126 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev11) (3.0.9) 2025-04-15 14:50:56.188 | Collecting oslo.concurrency>=3.26.0 (from osprofiler>=1.4.0->keystone==0.0.1.dev11) 2025-04-15 14:50:56.189 | Using cached oslo.concurrency-5.2.0-py3-none-any.whl.metadata (2.0 kB) 2025-04-15 14:50:56.334 | Collecting defusedxml (from pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-04-15 14:50:56.335 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl.metadata (32 kB) 2025-04-15 14:50:56.362 | Collecting pyopenssl (from pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-04-15 14:50:56.364 | Using cached pyOpenSSL-23.1.1-py3-none-any.whl.metadata (10 kB) 2025-04-15 14:50:56.413 | Collecting xmlschema>=1.2.1 (from pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-04-15 14:50:56.414 | Using cached xmlschema-2.2.3-py3-none-any.whl.metadata (8.2 kB) 2025-04-15 14:50:56.665 | Collecting greenlet!=0.4.17 (from SQLAlchemy>=1.4.0->keystone==0.0.1.dev11) 2025-04-15 14:50:56.677 | Using cached greenlet-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB) 2025-04-15 14:50:56.756 | Collecting Mako (from alembic>=0.9.6->oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-04-15 14:50:56.759 | Using cached Mako-1.2.4-py3-none-any.whl.metadata (2.9 kB) 2025-04-15 14:50:56.791 | Collecting vine>=5.0.0 (from amqp>=2.5.2->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-15 14:50:56.792 | Using cached vine-5.0.0-py2.py3-none-any.whl.metadata (2.2 kB) 2025-04-15 14:50:56.868 | Collecting pycparser (from cffi>=1.12->cryptography>=2.7->keystone==0.0.1.dev11) 2025-04-15 14:50:56.870 | Using cached pycparser-2.21-py2.py3-none-any.whl.metadata (1.1 kB) 2025-04-15 14:50:56.892 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=6.8.0->keystone==0.0.1.dev11) (1.15.0) 2025-04-15 14:50:57.021 | Collecting MarkupSafe>=2.0 (from Jinja2>=3.0->Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-15 14:50:57.023 | Using cached MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.2 kB) 2025-04-15 14:50:57.057 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (1.7.0) 2025-04-15 14:50:57.142 | Collecting fasteners>=0.7.0 (from oslo.concurrency>=3.26.0->osprofiler>=1.4.0->keystone==0.0.1.dev11) 2025-04-15 14:50:57.144 | Using cached fasteners-0.18-py3-none-any.whl.metadata (4.9 kB) 2025-04-15 14:50:57.187 | Collecting prometheus-client>=0.6.0 (from oslo.metrics>=0.2.1->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-15 14:50:57.189 | Using cached prometheus_client-0.16.0-py3-none-any.whl.metadata (22 kB) 2025-04-15 14:50:57.243 | Collecting Paste>=2.0.2 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-15 14:50:57.245 | Using cached Paste-3.5.2-py2.py3-none-any.whl.metadata (4.5 kB) 2025-04-15 14:50:57.266 | Collecting PasteDeploy>=1.5.0 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-15 14:50:57.268 | Using cached PasteDeploy-3.0.1-py3-none-any.whl.metadata (2.6 kB) 2025-04-15 14:50:57.290 | Collecting Routes>=2.3.1 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-15 14:50:57.291 | Using cached Routes-2.5.1-py2.py3-none-any.whl.metadata (25 kB) 2025-04-15 14:50:57.336 | Collecting Yappi>=1.0 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-15 14:50:57.338 | Using cached yappi-1.4.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB) 2025-04-15 14:50:57.368 | Collecting eventlet>=0.25.2 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-15 14:50:57.370 | Using cached eventlet-0.33.3-py2.py3-none-any.whl.metadata (4.3 kB) 2025-04-15 14:50:57.371 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) (4.0.1) 2025-04-15 14:50:57.424 | Collecting wcwidth (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->keystone==0.0.1.dev11) 2025-04-15 14:50:57.426 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl.metadata (11 kB) 2025-04-15 14:50:57.505 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (3.1.0) 2025-04-15 14:50:57.506 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (3.4) 2025-04-15 14:50:57.506 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (1.26.15) 2025-04-15 14:50:57.507 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (2025.1.31) 2025-04-15 14:50:57.571 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=6.0.0->keystone==0.0.1.dev11) (2.6.0) 2025-04-15 14:50:57.663 | Collecting elementpath<5.0.0,>=4.0.0 (from xmlschema>=1.2.1->pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-04-15 14:50:57.665 | Using cached elementpath-4.1.1-py3-none-any.whl.metadata (6.6 kB) 2025-04-15 14:50:57.799 | Collecting dnspython>=1.15.0 (from eventlet>=0.25.2->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-15 14:50:57.801 | Using cached dnspython-2.3.0-py3-none-any.whl.metadata (5.2 kB) 2025-04-15 14:50:57.896 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) (69.1.1) 2025-04-15 14:50:58.048 | Collecting repoze.lru>=0.3 (from Routes>=2.3.1->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-15 14:50:58.050 | Using cached repoze.lru-0.7-py3-none-any.whl.metadata (1.1 kB) 2025-04-15 14:50:58.311 | Using cached bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (593 kB) 2025-04-15 14:50:58.316 | Using cached cryptography-40.0.2-cp36-abi3-manylinux_2_28_x86_64.whl (3.7 MB) 2025-04-15 14:50:58.337 | Using cached Flask-2.2.3-py3-none-any.whl (101 kB) 2025-04-15 14:50:58.340 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2025-04-15 14:50:58.342 | Using cached jsonschema-4.17.3-py3-none-any.whl (90 kB) 2025-04-15 14:50:58.345 | Using cached oauthlib-3.2.2-py3-none-any.whl (151 kB) 2025-04-15 14:50:58.348 | Using cached oslo.db-14.1.1-py3-none-any.whl (161 kB) 2025-04-15 14:50:58.351 | Using cached oslo.messaging-14.4.2-py3-none-any.whl (257 kB) 2025-04-15 14:50:58.365 | Using cached oslo.middleware-5.2.0-py3-none-any.whl (63 kB) 2025-04-15 14:50:58.368 | Using cached oslo.policy-4.2.1-py3-none-any.whl (88 kB) 2025-04-15 14:50:58.371 | Using cached oslo.upgradecheck-2.2.0-py3-none-any.whl (14 kB) 2025-04-15 14:50:58.373 | Using cached osprofiler-4.1.0-py3-none-any.whl (95 kB) 2025-04-15 14:50:58.376 | Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2025-04-15 14:50:58.381 | Using cached PyJWT-2.6.0-py3-none-any.whl (20 kB) 2025-04-15 14:50:58.384 | Using cached pysaml2-7.3.1-py3-none-any.whl (419 kB) 2025-04-15 14:50:58.388 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2025-04-15 14:50:58.395 | Using cached SQLAlchemy-1.4.41-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) 2025-04-15 14:50:58.406 | Using cached alembic-1.9.4-py3-none-any.whl (210 kB) 2025-04-15 14:50:58.410 | Using cached amqp-5.1.1-py3-none-any.whl (50 kB) 2025-04-15 14:50:58.412 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2025-04-15 14:50:58.415 | Using cached attrs-23.1.0-py3-none-any.whl (61 kB) 2025-04-15 14:50:58.418 | Using cached cachetools-5.3.0-py3-none-any.whl (9.3 kB) 2025-04-15 14:50:58.420 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) 2025-04-15 14:50:58.426 | Using cached click-8.1.3-py3-none-any.whl (96 kB) 2025-04-15 14:50:58.429 | Using cached greenlet-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (613 kB) 2025-04-15 14:50:58.435 | Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB) 2025-04-15 14:50:58.437 | Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) 2025-04-15 14:50:58.440 | Using cached kombu-5.2.4-py3-none-any.whl (189 kB) 2025-04-15 14:50:58.443 | Using cached oslo.concurrency-5.2.0-py3-none-any.whl (48 kB) 2025-04-15 14:50:58.453 | Using cached oslo.metrics-0.7.0-py3-none-any.whl (13 kB) 2025-04-15 14:50:58.455 | Using cached oslo.service-3.2.1-py3-none-any.whl (77 kB) 2025-04-15 14:50:58.458 | Using cached prettytable-3.7.0-py3-none-any.whl (27 kB) 2025-04-15 14:50:58.461 | Using cached pyrsistent-0.19.3-py3-none-any.whl (57 kB) 2025-04-15 14:50:58.463 | Using cached statsd-4.0.1-py2.py3-none-any.whl (13 kB) 2025-04-15 14:50:58.465 | Using cached testresources-2.0.1-py2.py3-none-any.whl (36 kB) 2025-04-15 14:50:58.468 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) 2025-04-15 14:50:58.470 | Using cached Werkzeug-2.2.3-py3-none-any.whl (233 kB) 2025-04-15 14:50:58.473 | Using cached xmlschema-2.2.3-py3-none-any.whl (355 kB) 2025-04-15 14:50:58.477 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2025-04-15 14:50:58.480 | Using cached pyOpenSSL-23.1.1-py3-none-any.whl (57 kB) 2025-04-15 14:50:58.483 | Using cached elementpath-4.1.1-py3-none-any.whl (216 kB) 2025-04-15 14:50:58.486 | Using cached eventlet-0.33.3-py2.py3-none-any.whl (226 kB) 2025-04-15 14:50:58.490 | Using cached fasteners-0.18-py3-none-any.whl (18 kB) 2025-04-15 14:50:58.493 | Using cached MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) 2025-04-15 14:50:58.495 | Using cached Paste-3.5.2-py2.py3-none-any.whl (593 kB) 2025-04-15 14:50:58.501 | Using cached PasteDeploy-3.0.1-py3-none-any.whl (16 kB) 2025-04-15 14:50:58.503 | Using cached prometheus_client-0.16.0-py3-none-any.whl (122 kB) 2025-04-15 14:50:58.505 | Using cached Routes-2.5.1-py2.py3-none-any.whl (40 kB) 2025-04-15 14:50:58.508 | Using cached vine-5.0.0-py2.py3-none-any.whl (9.4 kB) 2025-04-15 14:50:58.510 | Using cached yappi-1.4.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (78 kB) 2025-04-15 14:50:58.512 | Using cached Mako-1.2.4-py3-none-any.whl (78 kB) 2025-04-15 14:50:58.514 | Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) 2025-04-15 14:50:58.517 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl (29 kB) 2025-04-15 14:50:58.519 | Using cached dnspython-2.3.0-py3-none-any.whl (283 kB) 2025-04-15 14:50:58.523 | Using cached repoze.lru-0.7-py3-none-any.whl (10 kB) 2025-04-15 14:50:59.010 | Installing collected packages: Yappi, wcwidth, statsd, scrypt, repoze.lru, passlib, aniso8601, vine, testresources, Routes, pyrsistent, PyJWT, pycparser, prometheus-client, PrettyTable, PasteDeploy, Paste, oauthlib, MarkupSafe, itsdangerous, greenlet, fasteners, elementpath, dnspython, defusedxml, click, cachetools, bcrypt, attrs, xmlschema, Werkzeug, SQLAlchemy, Mako, jsonschema, Jinja2, eventlet, cffi, amqp, testscenarios, oslo.middleware, oslo.concurrency, kombu, Flask, cryptography, alembic, pyopenssl, osprofiler, oslo.policy, oslo.db, Flask-RESTful, pysaml2, oslo.upgradecheck, oslo.service, oslo.metrics, oslo.messaging, keystone 2025-04-15 14:51:03.286 | Running setup.py develop for keystone 2025-04-15 14:51:04.346 | Successfully installed Flask-2.2.3 Flask-RESTful-0.3.9 Jinja2-3.1.2 Mako-1.2.4 MarkupSafe-2.1.2 Paste-3.5.2 PasteDeploy-3.0.1 PrettyTable-3.7.0 PyJWT-2.6.0 Routes-2.5.1 SQLAlchemy-1.4.41 Werkzeug-2.2.3 Yappi-1.4.0 alembic-1.9.4 amqp-5.1.1 aniso8601-9.0.1 attrs-23.1.0 bcrypt-4.0.1 cachetools-5.3.0 cffi-1.15.1 click-8.1.3 cryptography-40.0.2 defusedxml-0.7.1 dnspython-2.3.0 elementpath-4.1.1 eventlet-0.33.3 fasteners-0.18 greenlet-2.0.2 itsdangerous-2.1.2 jsonschema-4.17.3 keystone-0.0.1.dev11 kombu-5.2.4 oauthlib-3.2.2 oslo.concurrency-5.2.0 oslo.db-14.1.1 oslo.messaging-14.4.2 oslo.metrics-0.7.0 oslo.middleware-5.2.0 oslo.policy-4.2.1 oslo.service-3.2.1 oslo.upgradecheck-2.2.0 osprofiler-4.1.0 passlib-1.7.4 prometheus-client-0.16.0 pycparser-2.21 pyopenssl-23.1.1 pyrsistent-0.19.3 pysaml2-7.3.1 repoze.lru-0.7 scrypt-0.8.20 statsd-4.0.1 testresources-2.0.1 testscenarios-0.5.0 vine-5.0.0 wcwidth-0.2.6 xmlschema-2.2.3 2025-04-15 14:51:04.679 | + inc/python:pip_install:222 : result=0 2025-04-15 14:51:04.681 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 14:51:04.683 | + functions-common:time_stop:2400 : local name 2025-04-15 14:51:04.685 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:51:04.687 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:51:04.689 | + functions-common:time_stop:2403 : local total 2025-04-15 14:51:04.690 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:51:04.692 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 14:51:04.694 | + functions-common:time_stop:2407 : start_time=1744728652254 2025-04-15 14:51:04.696 | + functions-common:time_stop:2409 : [[ -z 1744728652254 ]] 2025-04-15 14:51:04.698 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:51:04.701 | + functions-common:time_stop:2412 : end_time=1744728664699 2025-04-15 14:51:04.702 | + functions-common:time_stop:2413 : elapsed_time=12445 2025-04-15 14:51:04.704 | + functions-common:time_stop:2414 : total=21352 2025-04-15 14:51:04.706 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:51:04.707 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=33797 2025-04-15 14:51:04.710 | + inc/python:pip_install:225 : return 0 2025-04-15 14:51:04.711 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-15 14:51:04.713 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-15 14:51:04.715 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/keystone 2025-04-15 14:51:04.717 | + inc/python:use_library_from_git:272 : local name=/opt/stack/keystone 2025-04-15 14:51:04.719 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:51:04.721 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:51:04.723 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/keystone, ]] 2025-04-15 14:51:04.725 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:51:04.726 | + lib/keystone:install_keystone:543 : is_service_enabled ldap 2025-04-15 14:51:04.739 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:51:04.741 | + lib/keystone:install_keystone:547 : '[' uwsgi == mod_wsgi ']' 2025-04-15 14:51:04.743 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-15 14:51:04.745 | + stack.sh:main:927 : configure_keystone 2025-04-15 14:51:04.747 | + lib/keystone:configure_keystone:192 : sudo install -d -o stack /etc/keystone 2025-04-15 14:51:04.756 | + lib/keystone:configure_keystone:194 : [[ /etc/keystone != \/\o\p\t\/\s\t\a\c\k\/\/\k\e\y\s\t\o\n\e\/\e\t\c ]] 2025-04-15 14:51:04.759 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2025-04-15 14:51:04.762 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2025-04-15 14:51:04.774 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:51:04.776 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2025-04-15 14:51:04.801 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2025-04-15 14:51:04.825 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2025-04-15 14:51:04.849 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2025-04-15 14:51:04.873 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2025-04-15 14:51:04.897 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2025-04-15 14:51:04.921 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2025-04-15 14:51:04.944 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2025-04-15 14:51:04.967 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2025-04-15 14:51:04.968 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=keystone 2025-04-15 14:51:04.970 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/keystone/keystone.conf 2025-04-15 14:51:04.972 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=oslo_messaging_notifications 2025-04-15 14:51:04.974 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-15 14:51:04.976 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-15 14:51:04.988 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:51:04.990 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-15 14:51:04.992 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-15 14:51:04.994 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-15 14:51:05.005 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:51:05.007 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-15 14:51:05.010 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-15 14:51:05.034 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-15 14:51:05.036 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-15 14:51:05.038 | + lib/keystone:configure_keystone:215 : local service_port=5000 2025-04-15 14:51:05.040 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2025-04-15 14:51:05.052 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:51:05.054 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.180.1.21/identity 2025-04-15 14:51:05.078 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2025-04-15 14:51:05.080 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2025-04-15 14:51:05.104 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2025-04-15 14:51:05.106 | ++ lib/database:database_connection_url:134 : local db=keystone 2025-04-15 14:51:05.108 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2025-04-15 14:51:05.110 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=keystone 2025-04-15 14:51:05.112 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-15 14:51:05.114 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-15 14:51:05.116 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-15 14:51:05.128 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:51:05.130 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-15 14:51:05.131 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8&plugin=dbcounter' 2025-04-15 14:51:05.134 | + lib/keystone:configure_keystone:232 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8&plugin=dbcounter' 2025-04-15 14:51:05.158 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2025-04-15 14:51:05.160 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2025-04-15 14:51:05.162 | + functions:setup_logging:685 : setup_systemd_logging /etc/keystone/keystone.conf 2025-04-15 14:51:05.164 | + functions:setup_systemd_logging:700 : local conf_file=/etc/keystone/keystone.conf 2025-04-15 14:51:05.166 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-15 14:51:05.179 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-15 14:51:05.181 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-15 14:51:05.183 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-15 14:51:05.185 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-15 14:51:05.187 | + functions:setup_systemd_logging:713 : iniset /etc/keystone/keystone.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-15 14:51:05.209 | + functions:setup_systemd_logging:715 : iniset /etc/keystone/keystone.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2025-04-15 14:51:05.232 | + functions:setup_systemd_logging:716 : iniset /etc/keystone/keystone.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2025-04-15 14:51:05.255 | + functions:setup_systemd_logging:717 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-15 14:51:05.278 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2025-04-15 14:51:05.300 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2025-04-15 14:51:05.302 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /opt/stack/data/venv/bin/keystone-wsgi-public /identity 2025-04-15 14:51:05.304 | + lib/apache:write_uwsgi_config:241 : local file=/etc/keystone/keystone-uwsgi-public.ini 2025-04-15 14:51:05.306 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/keystone-wsgi-public 2025-04-15 14:51:05.307 | + lib/apache:write_uwsgi_config:243 : local url=/identity 2025-04-15 14:51:05.309 | + lib/apache:write_uwsgi_config:244 : local http= 2025-04-15 14:51:05.311 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-15 14:51:05.314 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/keystone-wsgi-public 2025-04-15 14:51:05.316 | + lib/apache:write_uwsgi_config:246 : name=keystone-wsgi-public 2025-04-15 14:51:05.318 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-15 14:51:05.320 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-15 14:51:05.330 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-15 14:51:05.330 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-15 14:51:05.336 | d /var/run/uwsgi 0755 stack root 2025-04-15 14:51:05.338 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-15 14:51:05.347 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2025-04-15 14:51:05.349 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2025-04-15 14:51:05.351 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2025-04-15 14:51:05.354 | + lib/apache:write_uwsgi_config:262 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /opt/stack/data/venv/bin/keystone-wsgi-public 2025-04-15 14:51:05.378 | + lib/apache:write_uwsgi_config:263 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2025-04-15 14:51:05.401 | + lib/apache:write_uwsgi_config:265 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2025-04-15 14:51:05.422 | + lib/apache:write_uwsgi_config:267 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2025-04-15 14:51:05.445 | + lib/apache:write_uwsgi_config:268 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2025-04-15 14:51:05.468 | + lib/apache:write_uwsgi_config:271 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 80 2025-04-15 14:51:05.491 | + lib/apache:write_uwsgi_config:272 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2025-04-15 14:51:05.513 | + lib/apache:write_uwsgi_config:273 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2025-04-15 14:51:05.535 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2025-04-15 14:51:05.557 | + lib/apache:write_uwsgi_config:277 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-04-15 14:51:05.579 | + lib/apache:write_uwsgi_config:279 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2025-04-15 14:51:05.601 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2025-04-15 14:51:05.623 | + lib/apache:write_uwsgi_config:283 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2025-04-15 14:51:05.646 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-04-15 14:51:05.647 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-04-15 14:51:05.650 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for keystone-wsgi-public 2025-04-15 14:51:05.652 | ++ lib/apache:apache_site_config_for:173 : local site=keystone-wsgi-public 2025-04-15 14:51:05.654 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-15 14:51:05.656 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:51:05.657 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:51:05.659 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2025-04-15 14:51:05.662 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2025-04-15 14:51:05.664 | + lib/apache:write_uwsgi_config:291 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2025-04-15 14:51:05.686 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2025-04-15 14:51:05.710 | + lib/apache:write_uwsgi_config:293 : echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 acquire=1 ' 2025-04-15 14:51:05.710 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2025-04-15 14:51:05.716 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 acquire=1 2025-04-15 14:51:05.719 | + lib/apache:write_uwsgi_config:294 : enable_apache_site keystone-wsgi-public 2025-04-15 14:51:05.721 | + lib/apache:enable_apache_site:190 : local site=keystone-wsgi-public 2025-04-15 14:51:05.723 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-15 14:51:05.725 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-15 14:51:05.727 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-15 14:51:05.729 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:51:05.731 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:51:05.732 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-15 14:51:05.734 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-15 14:51:05.736 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:51:05.738 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:51:05.740 | + lib/apache:enable_apache_site:194 : sudo a2ensite keystone-wsgi-public 2025-04-15 14:51:05.773 | Enabling site keystone-wsgi-public. 2025-04-15 14:51:05.776 | To activate the new configuration, you need to run: 2025-04-15 14:51:05.776 | systemctl reload apache2 2025-04-15 14:51:05.780 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-04-15 14:51:05.782 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-15 14:51:05.784 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-15 14:51:05.786 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-15 14:51:05.882 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2025-04-15 14:51:05.904 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2025-04-15 14:51:05.928 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2025-04-15 14:51:05.953 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2025-04-15 14:51:05.955 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2025-04-15 14:51:05.979 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2025-04-15 14:51:06.002 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2025-04-15 14:51:06.025 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf oslo_policy policy_file policy.yaml 2025-04-15 14:51:06.049 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2025-04-15 14:51:06.051 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2025-04-15 14:51:06.053 | + lib/keystone:configure_keystone:275 : iniset /etc/keystone/keystone.conf oslo_policy enforce_scope false 2025-04-15 14:51:06.076 | + lib/keystone:configure_keystone:276 : iniset /etc/keystone/keystone.conf oslo_policy enforce_new_defaults false 2025-04-15 14:51:06.099 | + stack.sh:main:931 : is_service_enabled swift 2025-04-15 14:51:06.112 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:51:06.114 | + stack.sh:main:945 : is_service_enabled g-api n-api 2025-04-15 14:51:06.127 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:51:06.129 | + stack.sh:main:947 : stack_install_service glance 2025-04-15 14:51:06.131 | + lib/stack:stack_install_service:20 : local service=glance 2025-04-15 14:51:06.133 | + lib/stack:stack_install_service:21 : type install_glance 2025-04-15 14:51:06.135 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-15 14:51:06.137 | + lib/stack:stack_install_service:32 : install_glance 2025-04-15 14:51:06.139 | + lib/glance:install_glance:510 : glance_store_extras=() 2025-04-15 14:51:06.141 | + lib/glance:install_glance:510 : local glance_store_extras 2025-04-15 14:51:06.143 | + lib/glance:install_glance:512 : is_service_enabled cinder 2025-04-15 14:51:06.156 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:51:06.158 | + lib/glance:install_glance:513 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2025-04-15 14:51:06.160 | + lib/glance:install_glance:516 : is_service_enabled swift 2025-04-15 14:51:06.173 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:51:06.175 | + lib/glance:install_glance:522 : use_library_from_git glance_store 2025-04-15 14:51:06.177 | + inc/python:use_library_from_git:272 : local name=glance_store 2025-04-15 14:51:06.179 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:51:06.181 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:51:06.183 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,glance_store, ]] 2025-04-15 14:51:06.185 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:51:06.187 | ++ lib/glance:install_glance:528 : join_extras cinder 2025-04-15 14:51:06.189 | ++ inc/python:join_extras:28 : local IFS=, 2025-04-15 14:51:06.191 | ++ inc/python:join_extras:29 : echo cinder 2025-04-15 14:51:06.193 | + lib/glance:install_glance:528 : pip_install_gr_extras glance-store cinder 2025-04-15 14:51:06.195 | + inc/python:pip_install_gr_extras:107 : local name=glance-store 2025-04-15 14:51:06.197 | + inc/python:pip_install_gr_extras:108 : local extras=cinder 2025-04-15 14:51:06.199 | + inc/python:pip_install_gr_extras:109 : local version_constraints 2025-04-15 14:51:06.202 | ++ inc/python:pip_install_gr_extras:110 : get_version_constraints_from_global_requirements glance-store 2025-04-15 14:51:06.204 | ++ inc/python:get_version_constraints_from_global_requirements:259 : local package=glance-store 2025-04-15 14:51:06.206 | ++ inc/python:get_version_constraints_from_global_requirements:260 : local required_pkg_version_constraint 2025-04-15 14:51:06.209 | +++ inc/python:get_version_constraints_from_global_requirements:262 : grep -i -h -o -P '^glance-store\K.*' /opt/stack//requirements/global-requirements.txt 2025-04-15 14:51:06.209 | +++ inc/python:get_version_constraints_from_global_requirements:262 : cut -d# -f1 2025-04-15 14:51:06.213 | ++ inc/python:get_version_constraints_from_global_requirements:262 : required_pkg_version_constraint='!=0.29.0 ' 2025-04-15 14:51:06.215 | ++ inc/python:get_version_constraints_from_global_requirements:263 : [[ !=0.29.0 == '' ]] 2025-04-15 14:51:06.217 | ++ inc/python:get_version_constraints_from_global_requirements:266 : echo '!=0.29.0' 2025-04-15 14:51:06.219 | + inc/python:pip_install_gr_extras:110 : version_constraints='!=0.29.0' 2025-04-15 14:51:06.221 | + inc/python:pip_install_gr_extras:111 : pip_install 'glance-store[cinder]!=0.29.0' 2025-04-15 14:51:06.237 | Using python 3.10 to install glance-store[cinder]!=0.29.0 2025-04-15 14:51:06.239 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt 'glance-store[cinder]!=0.29.0' 2025-04-15 14:51:07.161 | Collecting glance-store!=0.29.0 (from glance-store[cinder]!=0.29.0) 2025-04-15 14:51:07.163 | Using cached glance_store-4.6.1-py3-none-any.whl.metadata (4.4 kB) 2025-04-15 14:51:07.215 | Requirement already satisfied: eventlet!=0.18.3,!=0.20.1,>=0.18.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.33.3) 2025-04-15 14:51:07.216 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (4.17.3) 2025-04-15 14:51:07.217 | Requirement already satisfied: keystoneauth1>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.3.0) 2025-04-15 14:51:07.217 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.2.0) 2025-04-15 14:51:07.218 | Requirement already satisfied: oslo.config>=5.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (9.2.0) 2025-04-15 14:51:07.219 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (6.1.1) 2025-04-15 14:51:07.220 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.2.1) 2025-04-15 14:51:07.220 | Requirement already satisfied: oslo.utils>=4.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (6.2.1) 2025-04-15 14:51:07.221 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.2.0) 2025-04-15 14:51:07.222 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.28.2) 2025-04-15 14:51:07.222 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.1.0) 2025-04-15 14:51:07.277 | Collecting os-brick>=6.3.0 (from glance-store[cinder]!=0.29.0) 2025-04-15 14:51:07.280 | Using cached os_brick-6.4.2-py3-none-any.whl.metadata (1.5 kB) 2025-04-15 14:51:07.318 | Collecting oslo.privsep>=1.23.0 (from glance-store[cinder]!=0.29.0) 2025-04-15 14:51:07.319 | Using cached oslo.privsep-3.2.0-py3-none-any.whl.metadata (2.5 kB) 2025-04-15 14:51:07.354 | Collecting oslo.rootwrap>=5.8.0 (from glance-store[cinder]!=0.29.0) 2025-04-15 14:51:07.355 | Using cached oslo.rootwrap-7.1.0-py3-none-any.whl.metadata (2.0 kB) 2025-04-15 14:51:07.389 | Collecting python-cinderclient>=4.1.0 (from glance-store[cinder]!=0.29.0) 2025-04-15 14:51:07.391 | Using cached python_cinderclient-9.4.0-py3-none-any.whl.metadata (19 kB) 2025-04-15 14:51:07.398 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.3.0) 2025-04-15 14:51:07.398 | Requirement already satisfied: greenlet>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.0.2) 2025-04-15 14:51:07.399 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.16.0) 2025-04-15 14:51:07.417 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (23.1.0) 2025-04-15 14:51:07.418 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.19.3) 2025-04-15 14:51:07.443 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.1.0) 2025-04-15 14:51:07.444 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.7.0) 2025-04-15 14:51:07.444 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.11.1) 2025-04-15 14:51:07.488 | Collecting os-win>=5.7.0 (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) 2025-04-15 14:51:07.490 | Using cached os_win-5.9.0-py3-none-any.whl.metadata (3.4 kB) 2025-04-15 14:51:07.491 | Requirement already satisfied: oslo.context>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (5.2.0) 2025-04-15 14:51:07.492 | Requirement already satisfied: oslo.log>=4.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (5.3.2) 2025-04-15 14:51:07.500 | Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (3.2.1) 2025-04-15 14:51:07.501 | Requirement already satisfied: tenacity>=6.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (6.3.1) 2025-04-15 14:51:07.506 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.18) 2025-04-15 14:51:07.525 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (6.0) 2025-04-15 14:51:07.526 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.5.0) 2025-04-15 14:51:07.526 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.8.0) 2025-04-15 14:51:07.527 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.0.0) 2025-04-15 14:51:07.537 | Requirement already satisfied: cffi>=1.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (1.15.1) 2025-04-15 14:51:07.538 | Requirement already satisfied: msgpack>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (1.0.5) 2025-04-15 14:51:07.547 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2023.3) 2025-04-15 14:51:07.548 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2023.3) 2025-04-15 14:51:07.555 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.11.0) 2025-04-15 14:51:07.556 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (23.1) 2025-04-15 14:51:07.557 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (3.0.9) 2025-04-15 14:51:07.566 | Requirement already satisfied: PrettyTable>=0.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-cinderclient>=4.1.0->glance-store[cinder]!=0.29.0) (3.7.0) 2025-04-15 14:51:07.586 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (3.1.0) 2025-04-15 14:51:07.586 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (3.4) 2025-04-15 14:51:07.587 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.26.15) 2025-04-15 14:51:07.588 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2025.1.31) 2025-04-15 14:51:07.623 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.14.0->oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (2.21) 2025-04-15 14:51:07.634 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.15.0) 2025-04-15 14:51:07.756 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (2.8.2) 2025-04-15 14:51:07.758 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (0.9.6) 2025-04-15 14:51:07.772 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (3.5.2) 2025-04-15 14:51:07.773 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (3.0.1) 2025-04-15 14:51:07.773 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (2.5.1) 2025-04-15 14:51:07.774 | Requirement already satisfied: WebOb>=1.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (1.8.7) 2025-04-15 14:51:07.775 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (1.4.0) 2025-04-15 14:51:07.776 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (4.0.1) 2025-04-15 14:51:07.801 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.2->python-cinderclient>=4.1.0->glance-store[cinder]!=0.29.0) (0.2.6) 2025-04-15 14:51:07.909 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (69.1.1) 2025-04-15 14:51:07.950 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (0.7) 2025-04-15 14:51:08.064 | Using cached glance_store-4.6.1-py3-none-any.whl (242 kB) 2025-04-15 14:51:08.069 | Using cached os_brick-6.4.2-py3-none-any.whl (299 kB) 2025-04-15 14:51:08.074 | Using cached oslo.privsep-3.2.0-py3-none-any.whl (38 kB) 2025-04-15 14:51:08.076 | Using cached oslo.rootwrap-7.1.0-py3-none-any.whl (38 kB) 2025-04-15 14:51:08.079 | Using cached python_cinderclient-9.4.0-py3-none-any.whl (255 kB) 2025-04-15 14:51:08.082 | Using cached os_win-5.9.0-py3-none-any.whl (274 kB) 2025-04-15 14:51:08.452 | Installing collected packages: oslo.rootwrap, python-cinderclient, oslo.privsep, os-win, glance-store, os-brick 2025-04-15 14:51:09.291 | Successfully installed glance-store-4.6.1 os-brick-6.4.2 os-win-5.9.0 oslo.privsep-3.2.0 oslo.rootwrap-7.1.0 python-cinderclient-9.4.0 2025-04-15 14:51:09.393 | + inc/python:pip_install:222 : result=0 2025-04-15 14:51:09.395 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 14:51:09.397 | + functions-common:time_stop:2400 : local name 2025-04-15 14:51:09.399 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:51:09.401 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:51:09.403 | + functions-common:time_stop:2403 : local total 2025-04-15 14:51:09.405 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:51:09.407 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 14:51:09.409 | + functions-common:time_stop:2407 : start_time=1744728666233 2025-04-15 14:51:09.410 | + functions-common:time_stop:2409 : [[ -z 1744728666233 ]] 2025-04-15 14:51:09.413 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:51:09.416 | + functions-common:time_stop:2412 : end_time=1744728669414 2025-04-15 14:51:09.418 | + functions-common:time_stop:2413 : elapsed_time=3181 2025-04-15 14:51:09.420 | + functions-common:time_stop:2414 : total=33797 2025-04-15 14:51:09.422 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:51:09.423 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=36978 2025-04-15 14:51:09.425 | + inc/python:pip_install:225 : return 0 2025-04-15 14:51:09.427 | + lib/glance:install_glance:529 : copy_rootwrap /opt/stack/data/venv/etc/glance 2025-04-15 14:51:09.429 | + lib/glance:copy_rootwrap:238 : local source_path=/opt/stack/data/venv/etc/glance 2025-04-15 14:51:09.431 | + lib/glance:copy_rootwrap:240 : sudo install -d -o stack /etc/glance 2025-04-15 14:51:09.441 | + lib/glance:copy_rootwrap:241 : cp -r /opt/stack/data/venv/etc/glance/rootwrap.conf /opt/stack/data/venv/etc/glance/rootwrap.d /etc/glance/ 2025-04-15 14:51:09.444 | + lib/glance:install_glance:532 : git_clone https://opendev.org/openstack/glance.git /opt/stack//glance stable/2023.2 2025-04-15 14:51:09.446 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/glance.git 2025-04-15 14:51:09.448 | + functions-common:git_clone:573 : local git_dest=/opt/stack//glance 2025-04-15 14:51:09.450 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-15 14:51:09.451 | + functions-common:git_clone:575 : local orig_dir 2025-04-15 14:51:09.454 | ++ functions-common:git_clone:576 : pwd 2025-04-15 14:51:09.456 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-15 14:51:09.458 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-15 14:51:09.460 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-15 14:51:09.472 | + functions-common:git_clone:579 : RECLONE=False 2025-04-15 14:51:09.474 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-15 14:51:09.476 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-15 14:51:09.478 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-15 14:51:09.481 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-15 14:51:09.481 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-15 14:51:09.484 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//glance ]] 2025-04-15 14:51:09.486 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-15 14:51:09.488 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2025-04-15 14:51:09.490 | + functions-common:git_timed:680 : local count=0 2025-04-15 14:51:09.491 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 14:51:09.493 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 14:51:09.495 | + functions-common:git_timed:684 : timeout=0 2025-04-15 14:51:09.497 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 14:51:09.499 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 14:51:09.500 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:51:09.502 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:51:09.504 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:51:09.507 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728669505 2025-04-15 14:51:09.509 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2025-04-15 14:51:09.511 | Cloning into '/opt/stack//glance'... 2025-04-15 14:51:11.592 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 14:51:11.594 | + functions-common:time_stop:2400 : local name 2025-04-15 14:51:11.596 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:51:11.598 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:51:11.599 | + functions-common:time_stop:2403 : local total 2025-04-15 14:51:11.601 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:51:11.603 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 14:51:11.605 | + functions-common:time_stop:2407 : start_time=1744728669505 2025-04-15 14:51:11.606 | + functions-common:time_stop:2409 : [[ -z 1744728669505 ]] 2025-04-15 14:51:11.609 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:51:11.612 | + functions-common:time_stop:2412 : end_time=1744728671610 2025-04-15 14:51:11.613 | + functions-common:time_stop:2413 : elapsed_time=2105 2025-04-15 14:51:11.615 | + functions-common:time_stop:2414 : total=17806 2025-04-15 14:51:11.617 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:51:11.619 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=19911 2025-04-15 14:51:11.621 | + functions-common:git_clone:614 : cd /opt/stack//glance 2025-04-15 14:51:11.622 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-15 14:51:11.624 | + functions-common:git_timed:680 : local count=0 2025-04-15 14:51:11.626 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 14:51:11.628 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 14:51:11.630 | + functions-common:git_timed:684 : timeout=0 2025-04-15 14:51:11.631 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 14:51:11.633 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 14:51:11.635 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:51:11.637 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:51:11.639 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:51:11.642 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728671640 2025-04-15 14:51:11.644 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-15 14:51:13.483 | From https://opendev.org/openstack/glance 2025-04-15 14:51:13.483 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-15 14:51:13.488 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 14:51:13.490 | + functions-common:time_stop:2400 : local name 2025-04-15 14:51:13.492 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:51:13.494 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:51:13.495 | + functions-common:time_stop:2403 : local total 2025-04-15 14:51:13.497 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:51:13.499 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 14:51:13.501 | + functions-common:time_stop:2407 : start_time=1744728671640 2025-04-15 14:51:13.503 | + functions-common:time_stop:2409 : [[ -z 1744728671640 ]] 2025-04-15 14:51:13.506 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:51:13.508 | + functions-common:time_stop:2412 : end_time=1744728673506 2025-04-15 14:51:13.510 | + functions-common:time_stop:2413 : elapsed_time=1866 2025-04-15 14:51:13.512 | + functions-common:time_stop:2414 : total=19911 2025-04-15 14:51:13.514 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:51:13.515 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=21777 2025-04-15 14:51:13.517 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-15 14:51:13.519 | + functions-common:git_timed:680 : local count=0 2025-04-15 14:51:13.520 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 14:51:13.522 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 14:51:13.524 | + functions-common:git_timed:684 : timeout=0 2025-04-15 14:51:13.526 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 14:51:13.527 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 14:51:13.529 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:51:13.531 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:51:13.533 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:51:13.537 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728673534 2025-04-15 14:51:13.538 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-15 14:51:13.605 | Note: switching to 'FETCH_HEAD'. 2025-04-15 14:51:13.605 | 2025-04-15 14:51:13.605 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-15 14:51:13.605 | changes and commit them, and you can discard any commits you make in this 2025-04-15 14:51:13.605 | state without impacting any branches by switching back to a branch. 2025-04-15 14:51:13.605 | 2025-04-15 14:51:13.605 | If you want to create a new branch to retain commits you create, you may 2025-04-15 14:51:13.605 | do so (now or later) by using -c with the switch command. Example: 2025-04-15 14:51:13.605 | 2025-04-15 14:51:13.605 | git switch -c 2025-04-15 14:51:13.605 | 2025-04-15 14:51:13.605 | Or undo this operation with: 2025-04-15 14:51:13.605 | 2025-04-15 14:51:13.605 | git switch - 2025-04-15 14:51:13.605 | 2025-04-15 14:51:13.605 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-15 14:51:13.605 | 2025-04-15 14:51:13.606 | HEAD is now at 18453f8 Fixed typo in discovery.py 2025-04-15 14:51:13.609 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 14:51:13.610 | + functions-common:time_stop:2400 : local name 2025-04-15 14:51:13.612 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:51:13.614 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:51:13.616 | + functions-common:time_stop:2403 : local total 2025-04-15 14:51:13.617 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:51:13.620 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 14:51:13.621 | + functions-common:time_stop:2407 : start_time=1744728673534 2025-04-15 14:51:13.623 | + functions-common:time_stop:2409 : [[ -z 1744728673534 ]] 2025-04-15 14:51:13.626 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:51:13.629 | + functions-common:time_stop:2412 : end_time=1744728673627 2025-04-15 14:51:13.631 | + functions-common:time_stop:2413 : elapsed_time=93 2025-04-15 14:51:13.633 | + functions-common:time_stop:2414 : total=21777 2025-04-15 14:51:13.635 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:51:13.637 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=21870 2025-04-15 14:51:13.638 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//glance 2025-04-15 14:51:13.649 | + functions-common:git_clone:655 : cd /opt/stack//glance 2025-04-15 14:51:13.652 | + functions-common:git_clone:656 : git show --oneline 2025-04-15 14:51:13.652 | + functions-common:git_clone:656 : head -1 2025-04-15 14:51:13.654 | 18453f8 Fixed typo in discovery.py 2025-04-15 14:51:13.656 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-15 14:51:13.658 | + lib/glance:install_glance:534 : setup_develop /opt/stack//glance 2025-04-15 14:51:13.660 | + inc/python:setup_develop:360 : local bindep 2025-04-15 14:51:13.662 | + inc/python:setup_develop:361 : [[ /opt/stack//glance == -bindep* ]] 2025-04-15 14:51:13.664 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//glance 2025-04-15 14:51:13.666 | + inc/python:setup_develop:366 : local extras= 2025-04-15 14:51:13.668 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//glance -e 2025-04-15 14:51:13.670 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-15 14:51:13.672 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//glance == -bindep* ]] 2025-04-15 14:51:13.674 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//glance 2025-04-15 14:51:13.675 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-15 14:51:13.677 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-15 14:51:13.680 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//glance 2025-04-15 14:51:13.682 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-15 14:51:13.684 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/glance 2025-04-15 14:51:13.686 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-15 14:51:13.688 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-15 14:51:13.691 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2025-04-15 14:51:13.695 | + inc/python:_setup_package_with_constraints_edit:407 : name=glance 2025-04-15 14:51:13.697 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- glance 2025-04-15 14:51:14.021 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/glance -e 2025-04-15 14:51:14.023 | + inc/python:setup_package:440 : local bindep=0 2025-04-15 14:51:14.024 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-15 14:51:14.026 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-15 14:51:14.028 | + inc/python:setup_package:443 : [[ /opt/stack/glance == -bindep* ]] 2025-04-15 14:51:14.030 | + inc/python:setup_package:448 : local project_dir=/opt/stack/glance 2025-04-15 14:51:14.032 | + inc/python:setup_package:449 : local flags=-e 2025-04-15 14:51:14.033 | + inc/python:setup_package:450 : local extras= 2025-04-15 14:51:14.035 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-15 14:51:14.037 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-15 14:51:14.039 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-15 14:51:14.041 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-15 14:51:14.042 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-15 14:51:14.044 | + inc/python:setup_package:468 : pip_install -e /opt/stack/glance 2025-04-15 14:51:14.060 | Using python 3.10 to install /opt/stack/glance 2025-04-15 14:51:14.061 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/glance 2025-04-15 14:51:14.893 | Obtaining file:///opt/stack/glance 2025-04-15 14:51:14.894 | Preparing metadata (setup.py): started 2025-04-15 14:51:15.280 | Preparing metadata (setup.py): finished with status 'done' 2025-04-15 14:51:15.339 | Requirement already satisfied: pbr>=3.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.11.1) 2025-04-15 14:51:15.340 | Requirement already satisfied: defusedxml>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (0.7.1) 2025-04-15 14:51:15.340 | Requirement already satisfied: SQLAlchemy>=1.3.14 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (1.4.41) 2025-04-15 14:51:15.341 | Requirement already satisfied: eventlet>=0.33.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (0.33.3) 2025-04-15 14:51:15.341 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (3.0.1) 2025-04-15 14:51:15.343 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (2.5.1) 2025-04-15 14:51:15.343 | Requirement already satisfied: WebOb>=1.8.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (1.8.7) 2025-04-15 14:51:15.434 | Collecting sqlparse>=0.2.2 (from glance==0.0.1.dev13) 2025-04-15 14:51:15.436 | Using cached sqlparse-0.4.4-py3-none-any.whl.metadata (4.0 kB) 2025-04-15 14:51:15.438 | Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (1.9.4) 2025-04-15 14:51:15.463 | Collecting httplib2>=0.9.1 (from glance==0.0.1.dev13) 2025-04-15 14:51:15.465 | Using cached httplib2-0.22.0-py3-none-any.whl.metadata (2.6 kB) 2025-04-15 14:51:15.466 | Requirement already satisfied: oslo.config>=8.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (9.2.0) 2025-04-15 14:51:15.467 | Requirement already satisfied: oslo.concurrency>=4.5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.2.0) 2025-04-15 14:51:15.468 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.2.0) 2025-04-15 14:51:15.468 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (2.2.0) 2025-04-15 14:51:15.469 | Requirement already satisfied: oslo.utils>=4.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (6.2.1) 2025-04-15 14:51:15.470 | Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.1.0) 2025-04-15 14:51:15.470 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (2.4.1) 2025-04-15 14:51:15.514 | Collecting taskflow>=4.0.0 (from glance==0.0.1.dev13) 2025-04-15 14:51:15.519 | Using cached taskflow-5.4.0-py3-none-any.whl.metadata (5.1 kB) 2025-04-15 14:51:15.527 | Requirement already satisfied: keystoneauth1>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.3.0) 2025-04-15 14:51:15.527 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (10.4.1) 2025-04-15 14:51:15.549 | Collecting WSME>=0.8.0 (from glance==0.0.1.dev13) 2025-04-15 14:51:15.551 | Using cached WSME-0.12.1-py3-none-any.whl.metadata (3.7 kB) 2025-04-15 14:51:15.552 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (3.7.0) 2025-04-15 14:51:15.553 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (3.5.2) 2025-04-15 14:51:15.554 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (4.17.3) 2025-04-15 14:51:15.554 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.2.0) 2025-04-15 14:51:15.555 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (23.1.1) 2025-04-15 14:51:15.556 | Requirement already satisfied: oslo.db>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (14.1.1) 2025-04-15 14:51:15.557 | Requirement already satisfied: oslo.i18n>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (6.1.1) 2025-04-15 14:51:15.581 | Collecting oslo.limit>=1.6.0 (from glance==0.0.1.dev13) 2025-04-15 14:51:15.587 | Using cached oslo.limit-2.2.0-py3-none-any.whl.metadata (2.0 kB) 2025-04-15 14:51:15.591 | Requirement already satisfied: oslo.log>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.3.2) 2025-04-15 14:51:15.592 | Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (14.4.2) 2025-04-15 14:51:15.593 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.2.0) 2025-04-15 14:51:15.622 | Collecting oslo.reports>=1.18.0 (from glance==0.0.1.dev13) 2025-04-15 14:51:15.623 | Using cached oslo.reports-3.1.0-py3-none-any.whl.metadata (3.8 kB) 2025-04-15 14:51:15.625 | Requirement already satisfied: oslo.policy>=3.11.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (4.2.1) 2025-04-15 14:51:15.643 | Collecting retrying!=1.3.0,>=1.2.3 (from glance==0.0.1.dev13) 2025-04-15 14:51:15.644 | Using cached retrying-1.3.4-py3-none-any.whl.metadata (6.9 kB) 2025-04-15 14:51:15.646 | Requirement already satisfied: osprofiler>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (4.1.0) 2025-04-15 14:51:15.647 | Requirement already satisfied: glance-store>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (4.6.1) 2025-04-15 14:51:15.647 | Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (2.5.0) 2025-04-15 14:51:15.648 | Requirement already satisfied: cryptography>=2.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (40.0.2) 2025-04-15 14:51:15.666 | Collecting cursive>=0.2.1 (from glance==0.0.1.dev13) 2025-04-15 14:51:15.667 | Using cached cursive-0.2.3-py2.py3-none-any.whl.metadata (1.7 kB) 2025-04-15 14:51:15.669 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (1.1.0) 2025-04-15 14:51:15.669 | Requirement already satisfied: os-win>=4.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.9.0) 2025-04-15 14:51:15.702 | Collecting castellan>=0.17.0 (from glance==0.0.1.dev13) 2025-04-15 14:51:15.704 | Using cached castellan-4.3.0-py3-none-any.whl.metadata (1.9 kB) 2025-04-15 14:51:15.711 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=0.9.6->glance==0.0.1.dev13) (1.2.4) 2025-04-15 14:51:15.746 | Collecting python-barbicanclient>=4.5.2 (from castellan>=0.17.0->glance==0.0.1.dev13) 2025-04-15 14:51:15.747 | Using cached python_barbicanclient-5.6.1-py3-none-any.whl.metadata (11 kB) 2025-04-15 14:51:15.749 | Requirement already satisfied: requests!=2.20.0,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from castellan>=0.17.0->glance==0.0.1.dev13) (2.28.2) 2025-04-15 14:51:15.768 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.6.1->glance==0.0.1.dev13) (1.15.1) 2025-04-15 14:51:15.781 | Requirement already satisfied: oslo.serialization>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cursive>=0.2.1->glance==0.0.1.dev13) (5.2.1) 2025-04-15 14:51:15.785 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.19.0->glance==0.0.1.dev13) (1.15.0) 2025-04-15 14:51:15.792 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.33.3->glance==0.0.1.dev13) (2.3.0) 2025-04-15 14:51:15.793 | Requirement already satisfied: greenlet>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.33.3->glance==0.0.1.dev13) (2.0.2) 2025-04-15 14:51:15.793 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.33.3->glance==0.0.1.dev13) (1.16.0) 2025-04-15 14:51:15.834 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from httplib2>=0.9.1->glance==0.0.1.dev13) (3.0.9) 2025-04-15 14:51:15.855 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance==0.0.1.dev13) (23.1.0) 2025-04-15 14:51:15.856 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance==0.0.1.dev13) (0.19.3) 2025-04-15 14:51:15.882 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance==0.0.1.dev13) (1.7.0) 2025-04-15 14:51:15.905 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->glance==0.0.1.dev13) (3.5.0) 2025-04-15 14:51:15.908 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->glance==0.0.1.dev13) (3.1.1) 2025-04-15 14:51:15.922 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=4.5.1->glance==0.0.1.dev13) (0.18) 2025-04-15 14:51:15.942 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.1.0->glance==0.0.1.dev13) (6.0) 2025-04-15 14:51:15.942 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.1.0->glance==0.0.1.dev13) (0.8.0) 2025-04-15 14:51:15.946 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.1.0->glance==0.0.1.dev13) (2.0.0) 2025-04-15 14:51:15.992 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=5.0.0->glance==0.0.1.dev13) (2.0.1) 2025-04-15 14:51:15.993 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=5.0.0->glance==0.0.1.dev13) (0.5.0) 2025-04-15 14:51:16.052 | Collecting openstacksdk>=0.31.1 (from oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-15 14:51:16.054 | Using cached openstacksdk-1.5.1-py3-none-any.whl.metadata (9.4 kB) 2025-04-15 14:51:16.078 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.5.0->glance==0.0.1.dev13) (2.8.2) 2025-04-15 14:51:16.080 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.5.0->glance==0.0.1.dev13) (0.9.6) 2025-04-15 14:51:16.106 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (5.1.1) 2025-04-15 14:51:16.107 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (5.3.0) 2025-04-15 14:51:16.108 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (5.2.4) 2025-04-15 14:51:16.109 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (0.7.0) 2025-04-15 14:51:16.110 | Requirement already satisfied: oslo.service!=1.28.1,>=1.24.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (3.2.1) 2025-04-15 14:51:16.121 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev13) (3.1.2) 2025-04-15 14:51:16.125 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev13) (4.0.1) 2025-04-15 14:51:16.125 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev13) (4.0.1) 2025-04-15 14:51:16.265 | Collecting psutil>=3.2.2 (from oslo.reports>=1.18.0->glance==0.0.1.dev13) 2025-04-15 14:51:16.267 | Using cached psutil-5.9.5-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (21 kB) 2025-04-15 14:51:16.290 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev13) (0.11.0) 2025-04-15 14:51:16.291 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev13) (23.1) 2025-04-15 14:51:16.292 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev13) (2023.3) 2025-04-15 14:51:16.293 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev13) (2023.3) 2025-04-15 14:51:16.327 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->glance==0.0.1.dev13) (69.1.1) 2025-04-15 14:51:16.356 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->glance==0.0.1.dev13) (0.2.6) 2025-04-15 14:51:16.404 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->glance==0.0.1.dev13) (0.7) 2025-04-15 14:51:16.577 | Collecting automaton>=1.9.0 (from taskflow>=4.0.0->glance==0.0.1.dev13) 2025-04-15 14:51:16.579 | Using cached automaton-3.2.0-py3-none-any.whl.metadata (1.8 kB) 2025-04-15 14:51:16.618 | Collecting networkx>=2.1.0 (from taskflow>=4.0.0->glance==0.0.1.dev13) 2025-04-15 14:51:16.620 | Using cached networkx-3.1-py3-none-any.whl.metadata (5.3 kB) 2025-04-15 14:51:16.646 | Collecting pydot>=1.2.4 (from taskflow>=4.0.0->glance==0.0.1.dev13) 2025-04-15 14:51:16.648 | Using cached pydot-1.4.2-py2.py3-none-any.whl.metadata (8.0 kB) 2025-04-15 14:51:16.651 | Requirement already satisfied: tenacity>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from taskflow>=4.0.0->glance==0.0.1.dev13) (6.3.1) 2025-04-15 14:51:16.696 | Collecting simplegeneric (from WSME>=0.8.0->glance==0.0.1.dev13) 2025-04-15 14:51:16.696 | Using cached simplegeneric-0.8.1-py3-none-any.whl 2025-04-15 14:51:16.763 | Collecting importlib-metadata>=4.4 (from WSME>=0.8.0->glance==0.0.1.dev13) 2025-04-15 14:51:16.765 | Using cached importlib_metadata-6.0.1-py3-none-any.whl.metadata (5.0 kB) 2025-04-15 14:51:16.778 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (5.0.0) 2025-04-15 14:51:16.850 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.6.1->glance==0.0.1.dev13) (2.21) 2025-04-15 14:51:16.961 | Collecting zipp>=0.5 (from importlib-metadata>=4.4->WSME>=0.8.0->glance==0.0.1.dev13) 2025-04-15 14:51:16.963 | Using cached zipp-3.15.0-py3-none-any.whl.metadata (3.7 kB) 2025-04-15 14:51:16.978 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->glance==0.0.1.dev13) (2.1.2) 2025-04-15 14:51:17.095 | Collecting appdirs>=1.3.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-15 14:51:17.097 | Using cached appdirs-1.4.4-py2.py3-none-any.whl.metadata (9.0 kB) 2025-04-15 14:51:17.117 | Collecting requestsexceptions>=1.2.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-15 14:51:17.119 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl.metadata (1.2 kB) 2025-04-15 14:51:17.145 | Collecting jsonpatch!=1.20,>=1.16 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-15 14:51:17.147 | Using cached jsonpatch-1.32-py2.py3-none-any.whl.metadata (3.2 kB) 2025-04-15 14:51:17.149 | Requirement already satisfied: decorator>=4.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) (5.1.1) 2025-04-15 14:51:17.168 | Collecting jmespath>=0.9.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-15 14:51:17.172 | Using cached jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB) 2025-04-15 14:51:17.174 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) (1.1.8) 2025-04-15 14:51:17.233 | Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (0.16.0) 2025-04-15 14:51:17.247 | Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=1.10.0->cursive>=0.2.1->glance==0.0.1.dev13) (1.0.5) 2025-04-15 14:51:17.268 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (1.4.0) 2025-04-15 14:51:17.270 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (4.0.1) 2025-04-15 14:51:17.435 | Collecting cliff!=2.9.0,>=2.8.0 (from python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev13) 2025-04-15 14:51:17.437 | Using cached cliff-4.3.0-py3-none-any.whl.metadata (1.9 kB) 2025-04-15 14:51:17.526 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev13) (3.1.0) 2025-04-15 14:51:17.526 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev13) (3.4) 2025-04-15 14:51:17.530 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev13) (1.26.15) 2025-04-15 14:51:17.530 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev13) (2025.1.31) 2025-04-15 14:51:17.634 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=5.0.0->glance==0.0.1.dev13) (2.6.0) 2025-04-15 14:51:17.868 | Collecting autopage>=0.4.0 (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev13) 2025-04-15 14:51:17.870 | Using cached autopage-0.5.1-py3-none-any.whl.metadata (7.8 kB) 2025-04-15 14:51:17.920 | Collecting cmd2>=1.0.0 (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev13) 2025-04-15 14:51:17.923 | Using cached cmd2-2.4.3-py3-none-any.whl.metadata (12 kB) 2025-04-15 14:51:18.060 | Collecting jsonpointer>=1.9 (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-15 14:51:18.062 | Using cached jsonpointer-2.3-py2.py3-none-any.whl.metadata (2.5 kB) 2025-04-15 14:51:18.398 | Collecting pyperclip>=1.6 (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev13) 2025-04-15 14:51:18.398 | Using cached pyperclip-1.8.2-py3-none-any.whl 2025-04-15 14:51:18.462 | Using cached castellan-4.3.0-py3-none-any.whl (97 kB) 2025-04-15 14:51:18.466 | Using cached cursive-0.2.3-py2.py3-none-any.whl (43 kB) 2025-04-15 14:51:18.468 | Using cached httplib2-0.22.0-py3-none-any.whl (96 kB) 2025-04-15 14:51:18.471 | Using cached oslo.limit-2.2.0-py3-none-any.whl (20 kB) 2025-04-15 14:51:18.474 | Using cached oslo.reports-3.1.0-py3-none-any.whl (53 kB) 2025-04-15 14:51:18.477 | Using cached retrying-1.3.4-py3-none-any.whl (11 kB) 2025-04-15 14:51:18.487 | Using cached sqlparse-0.4.4-py3-none-any.whl (41 kB) 2025-04-15 14:51:18.490 | Using cached taskflow-5.4.0-py3-none-any.whl (493 kB) 2025-04-15 14:51:18.495 | Using cached WSME-0.12.1-py3-none-any.whl (59 kB) 2025-04-15 14:51:18.497 | Using cached automaton-3.2.0-py3-none-any.whl (22 kB) 2025-04-15 14:51:18.500 | Using cached importlib_metadata-6.0.1-py3-none-any.whl (21 kB) 2025-04-15 14:51:18.502 | Using cached networkx-3.1-py3-none-any.whl (2.1 MB) 2025-04-15 14:51:18.515 | Using cached openstacksdk-1.5.1-py3-none-any.whl (1.7 MB) 2025-04-15 14:51:18.526 | Using cached psutil-5.9.5-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (282 kB) 2025-04-15 14:51:18.531 | Using cached pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2025-04-15 14:51:18.533 | Using cached python_barbicanclient-5.6.1-py3-none-any.whl (89 kB) 2025-04-15 14:51:18.536 | Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) 2025-04-15 14:51:18.538 | Using cached cliff-4.3.0-py3-none-any.whl (80 kB) 2025-04-15 14:51:18.541 | Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2025-04-15 14:51:18.543 | Using cached jsonpatch-1.32-py2.py3-none-any.whl (12 kB) 2025-04-15 14:51:18.545 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 2025-04-15 14:51:18.547 | Using cached zipp-3.15.0-py3-none-any.whl (6.8 kB) 2025-04-15 14:51:18.549 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2025-04-15 14:51:18.552 | Using cached cmd2-2.4.3-py3-none-any.whl (147 kB) 2025-04-15 14:51:18.559 | Using cached jsonpointer-2.3-py2.py3-none-any.whl (7.8 kB) 2025-04-15 14:51:18.889 | Installing collected packages: simplegeneric, requestsexceptions, pyperclip, appdirs, zipp, sqlparse, retrying, pydot, psutil, networkx, jsonpointer, jmespath, httplib2, cmd2, autopage, jsonpatch, importlib-metadata, automaton, WSME, openstacksdk, cliff, taskflow, python-barbicanclient, oslo.reports, oslo.limit, castellan, cursive, glance 2025-04-15 14:51:22.036 | Running setup.py develop for glance 2025-04-15 14:51:23.244 | Successfully installed WSME-0.12.1 appdirs-1.4.4 automaton-3.2.0 autopage-0.5.1 castellan-4.3.0 cliff-4.3.0 cmd2-2.4.3 cursive-0.2.3 glance-0.0.1.dev13 httplib2-0.22.0 importlib-metadata-6.0.1 jmespath-1.0.1 jsonpatch-1.32 jsonpointer-2.3 networkx-3.1 openstacksdk-1.5.1 oslo.limit-2.2.0 oslo.reports-3.1.0 psutil-5.9.5 pydot-1.4.2 pyperclip-1.8.2 python-barbicanclient-5.6.1 requestsexceptions-1.4.0 retrying-1.3.4 simplegeneric-0.8.1 sqlparse-0.4.4 taskflow-5.4.0 zipp-3.15.0 2025-04-15 14:51:23.395 | + inc/python:pip_install:222 : result=0 2025-04-15 14:51:23.397 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 14:51:23.399 | + functions-common:time_stop:2400 : local name 2025-04-15 14:51:23.401 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:51:23.403 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:51:23.405 | + functions-common:time_stop:2403 : local total 2025-04-15 14:51:23.407 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:51:23.409 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 14:51:23.410 | + functions-common:time_stop:2407 : start_time=1744728674056 2025-04-15 14:51:23.412 | + functions-common:time_stop:2409 : [[ -z 1744728674056 ]] 2025-04-15 14:51:23.414 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:51:23.417 | + functions-common:time_stop:2412 : end_time=1744728683415 2025-04-15 14:51:23.419 | + functions-common:time_stop:2413 : elapsed_time=9359 2025-04-15 14:51:23.421 | + functions-common:time_stop:2414 : total=36978 2025-04-15 14:51:23.422 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:51:23.424 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=46337 2025-04-15 14:51:23.426 | + inc/python:pip_install:225 : return 0 2025-04-15 14:51:23.428 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-15 14:51:23.430 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-15 14:51:23.432 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/glance 2025-04-15 14:51:23.433 | + inc/python:use_library_from_git:272 : local name=/opt/stack/glance 2025-04-15 14:51:23.435 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:51:23.437 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:51:23.439 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/glance, ]] 2025-04-15 14:51:23.441 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:51:23.443 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-15 14:51:23.445 | + stack.sh:main:948 : configure_glance 2025-04-15 14:51:23.447 | + lib/glance:configure_glance:322 : sudo install -d -o stack /etc/glance /etc/glance/metadefs 2025-04-15 14:51:23.457 | + lib/glance:configure_glance:325 : local dburl 2025-04-15 14:51:23.459 | ++ lib/glance:configure_glance:326 : database_connection_url glance 2025-04-15 14:51:23.461 | ++ lib/database:database_connection_url:134 : local db=glance 2025-04-15 14:51:23.463 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2025-04-15 14:51:23.465 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=glance 2025-04-15 14:51:23.467 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-15 14:51:23.469 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-15 14:51:23.470 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-15 14:51:23.482 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:51:23.484 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-15 14:51:23.485 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2025-04-15 14:51:23.488 | + lib/glance:configure_glance:326 : dburl='mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2025-04-15 14:51:23.490 | + lib/glance:configure_glance:328 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2025-04-15 14:51:23.514 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2025-04-15 14:51:23.539 | + lib/glance:configure_glance:330 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2025-04-15 14:51:23.561 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2025-04-15 14:51:23.584 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2025-04-15 14:51:23.608 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2025-04-15 14:51:23.633 | + lib/glance:configure_glance:334 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2025-04-15 14:51:23.635 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/glance/glance-api.conf 2025-04-15 14:51:23.637 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=glance 2025-04-15 14:51:23.639 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-15 14:51:23.641 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2025-04-15 14:51:23.664 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2025-04-15 14:51:23.685 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-15 14:51:23.708 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2025-04-15 14:51:23.730 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken password nomoresecret 2025-04-15 14:51:23.752 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2025-04-15 14:51:23.774 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2025-04-15 14:51:23.796 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2025-04-15 14:51:23.818 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-15 14:51:23.840 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2025-04-15 14:51:23.862 | + lib/glance:configure_glance:335 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2025-04-15 14:51:23.886 | + lib/glance:configure_glance:336 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2025-04-15 14:51:23.887 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=glance 2025-04-15 14:51:23.889 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/glance/glance-api.conf 2025-04-15 14:51:23.891 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-15 14:51:23.893 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-15 14:51:23.895 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-15 14:51:23.907 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:51:23.909 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-15 14:51:23.911 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-15 14:51:23.913 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-15 14:51:23.925 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:51:23.926 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-15 14:51:23.929 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-15 14:51:23.951 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-15 14:51:23.953 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-15 14:51:23.955 | + lib/glance:configure_glance:337 : '[' vsphere = libvirt ']' 2025-04-15 14:51:23.956 | + lib/glance:configure_glance:341 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2025-04-15 14:51:23.979 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2025-04-15 14:51:24.001 | + lib/glance:configure_glance:345 : configure_glance_store False False 2025-04-15 14:51:24.003 | + lib/glance:configure_glance_store:251 : local use_cinder_for_glance=False 2025-04-15 14:51:24.005 | + lib/glance:configure_glance_store:252 : local glance_enable_multiple_stores=False 2025-04-15 14:51:24.006 | + lib/glance:configure_glance_store:253 : local be 2025-04-15 14:51:24.008 | + lib/glance:configure_glance_store:255 : [[ False == \F\a\l\s\e ]] 2025-04-15 14:51:24.010 | + lib/glance:configure_glance_store:257 : [[ False == \T\r\u\e ]] 2025-04-15 14:51:24.012 | + lib/glance:configure_glance_store:274 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2025-04-15 14:51:24.036 | + lib/glance:configure_glance:348 : '[' -n '' ']' 2025-04-15 14:51:24.038 | + lib/glance:configure_glance:351 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.180.1.21 2025-04-15 14:51:24.062 | + lib/glance:configure_glance:355 : [[ False == \F\a\l\s\e ]] 2025-04-15 14:51:24.064 | + lib/glance:configure_glance:357 : is_service_enabled s-proxy 2025-04-15 14:51:24.076 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:51:24.078 | + lib/glance:configure_glance:379 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.180.1.21/image 2025-04-15 14:51:24.100 | + lib/glance:configure_glance:381 : is_service_enabled tls-proxy 2025-04-15 14:51:24.112 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:51:24.114 | + lib/glance:configure_glance:387 : setup_logging /etc/glance/glance-api.conf 2025-04-15 14:51:24.116 | + functions:setup_logging:685 : setup_systemd_logging /etc/glance/glance-api.conf 2025-04-15 14:51:24.118 | + functions:setup_systemd_logging:700 : local conf_file=/etc/glance/glance-api.conf 2025-04-15 14:51:24.120 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-15 14:51:24.133 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-15 14:51:24.134 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-15 14:51:24.136 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-15 14:51:24.138 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-15 14:51:24.140 | + functions:setup_systemd_logging:713 : iniset /etc/glance/glance-api.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-15 14:51:24.163 | + functions:setup_systemd_logging:715 : iniset /etc/glance/glance-api.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2025-04-15 14:51:24.185 | + functions:setup_systemd_logging:716 : iniset /etc/glance/glance-api.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2025-04-15 14:51:24.207 | + functions:setup_systemd_logging:717 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-15 14:51:24.229 | + lib/glance:configure_glance:389 : cp -p /opt/stack//glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2025-04-15 14:51:24.232 | + lib/glance:configure_glance:392 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2025-04-15 14:51:24.258 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2025-04-15 14:51:24.281 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2025-04-15 14:51:24.305 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.180.1.21/identity 2025-04-15 14:51:24.328 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2025-04-15 14:51:24.350 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2025-04-15 14:51:24.373 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password nomoresecret 2025-04-15 14:51:24.398 | + lib/glance:configure_glance:401 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2025-04-15 14:51:24.423 | + lib/glance:configure_glance:404 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2025-04-15 14:51:24.449 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2025-04-15 14:51:24.474 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2025-04-15 14:51:24.497 | + lib/glance:configure_glance:408 : cp -p /opt/stack//glance/etc/schema-image.json /etc/glance/schema-image.json 2025-04-15 14:51:24.501 | + lib/glance:configure_glance:410 : cp -p /opt/stack//glance/etc/metadefs/cim-processor-allocation-setting-data.json /opt/stack//glance/etc/metadefs/cim-resource-allocation-setting-data.json /opt/stack//glance/etc/metadefs/cim-storage-allocation-setting-data.json /opt/stack//glance/etc/metadefs/cim-virtual-system-setting-data.json /opt/stack//glance/etc/metadefs/compute-aggr-disk-filter.json /opt/stack//glance/etc/metadefs/compute-aggr-iops-filter.json /opt/stack//glance/etc/metadefs/compute-aggr-num-instances.json /opt/stack//glance/etc/metadefs/compute-cpu-mode.json /opt/stack//glance/etc/metadefs/compute-cpu-pinning.json /opt/stack//glance/etc/metadefs/compute-guest-memory-backing.json /opt/stack//glance/etc/metadefs/compute-guest-shutdown.json /opt/stack//glance/etc/metadefs/compute-host-capabilities.json /opt/stack//glance/etc/metadefs/compute-hypervisor.json /opt/stack//glance/etc/metadefs/compute-instance-data.json /opt/stack//glance/etc/metadefs/compute-libvirt-image.json /opt/stack//glance/etc/metadefs/compute-libvirt.json /opt/stack//glance/etc/metadefs/compute-quota.json /opt/stack//glance/etc/metadefs/compute-randomgen.json /opt/stack//glance/etc/metadefs/compute-vcputopology.json /opt/stack//glance/etc/metadefs/compute-vmware-flavor.json /opt/stack//glance/etc/metadefs/compute-vmware.json /opt/stack//glance/etc/metadefs/compute-vmware-quota-flavor.json /opt/stack//glance/etc/metadefs/compute-vtpm-hw.json /opt/stack//glance/etc/metadefs/compute-vtpm.json /opt/stack//glance/etc/metadefs/compute-watchdog.json /opt/stack//glance/etc/metadefs/compute-xenapi.json /opt/stack//glance/etc/metadefs/glance-common-image-props.json /opt/stack//glance/etc/metadefs/image-signature-verification.json /opt/stack//glance/etc/metadefs/operating-system.json /opt/stack//glance/etc/metadefs/software-databases.json /opt/stack//glance/etc/metadefs/software-runtimes.json /opt/stack//glance/etc/metadefs/software-webservers.json /opt/stack//glance/etc/metadefs/storage-volume-type.json /etc/glance/metadefs 2025-04-15 14:51:24.505 | + lib/glance:configure_glance:412 : is_service_enabled tls-proxy 2025-04-15 14:51:24.518 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:51:24.520 | + lib/glance:configure_glance:420 : [[ False == False ]] 2025-04-15 14:51:24.522 | + lib/glance:configure_glance:421 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /opt/stack/data/venv/bin/glance-wsgi-api /image 2025-04-15 14:51:24.524 | + lib/apache:write_local_uwsgi_http_config:306 : local file=/etc/glance/glance-uwsgi.ini 2025-04-15 14:51:24.526 | + lib/apache:write_local_uwsgi_http_config:307 : local wsgi=/opt/stack/data/venv/bin/glance-wsgi-api 2025-04-15 14:51:24.527 | + lib/apache:write_local_uwsgi_http_config:308 : local url=/image 2025-04-15 14:51:24.530 | ++ lib/apache:write_local_uwsgi_http_config:309 : basename /opt/stack/data/venv/bin/glance-wsgi-api 2025-04-15 14:51:24.533 | + lib/apache:write_local_uwsgi_http_config:309 : name=glance-wsgi-api 2025-04-15 14:51:24.534 | + lib/apache:write_local_uwsgi_http_config:315 : rm -rf /etc/glance/glance-uwsgi.ini 2025-04-15 14:51:24.537 | + lib/apache:write_local_uwsgi_http_config:316 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/glance-wsgi-api 2025-04-15 14:51:24.562 | ++ lib/apache:write_local_uwsgi_http_config:317 : get_random_port 2025-04-15 14:51:24.564 | ++ functions:get_random_port:847 : read lower_port upper_port 2025-04-15 14:51:24.566 | ++ functions:get_random_port:848 : true 2025-04-15 14:51:24.567 | ++ functions:get_random_port:849 : (( port = upper_port )) 2025-04-15 14:51:24.569 | ++ functions:get_random_port:849 : (( port >= lower_port )) 2025-04-15 14:51:24.571 | ++ functions:get_random_port:850 : sudo lsof -i :60999 2025-04-15 14:51:24.609 | ++ functions:get_random_port:851 : [[ 1 > 0 ]] 2025-04-15 14:51:24.611 | ++ functions:get_random_port:852 : break 2 2025-04-15 14:51:24.613 | ++ functions:get_random_port:856 : echo 60999 2025-04-15 14:51:24.615 | + lib/apache:write_local_uwsgi_http_config:317 : port=60999 2025-04-15 14:51:24.617 | + lib/apache:write_local_uwsgi_http_config:318 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2025-04-15 14:51:24.639 | + lib/apache:write_local_uwsgi_http_config:319 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2025-04-15 14:51:24.661 | + lib/apache:write_local_uwsgi_http_config:321 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2025-04-15 14:51:24.682 | + lib/apache:write_local_uwsgi_http_config:323 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2025-04-15 14:51:24.704 | + lib/apache:write_local_uwsgi_http_config:324 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2025-04-15 14:51:24.725 | + lib/apache:write_local_uwsgi_http_config:325 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2025-04-15 14:51:24.747 | + lib/apache:write_local_uwsgi_http_config:326 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2025-04-15 14:51:24.768 | + lib/apache:write_local_uwsgi_http_config:328 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2025-04-15 14:51:24.790 | + lib/apache:write_local_uwsgi_http_config:330 : iniset /etc/glance/glance-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-04-15 14:51:24.812 | + lib/apache:write_local_uwsgi_http_config:333 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-15 14:51:24.834 | + lib/apache:write_local_uwsgi_http_config:335 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2025-04-15 14:51:24.857 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-15 14:51:24.894 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2025-04-15 14:51:24.919 | + lib/apache:write_local_uwsgi_http_config:340 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2025-04-15 14:51:24.941 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2025-04-15 14:51:24.963 | + lib/apache:write_local_uwsgi_http_config:342 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2025-04-15 14:51:24.985 | + lib/apache:write_local_uwsgi_http_config:343 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2025-04-15 14:51:25.007 | + lib/apache:write_local_uwsgi_http_config:344 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2025-04-15 14:51:25.028 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2025-04-15 14:51:25.050 | + lib/apache:write_local_uwsgi_http_config:348 : enable_apache_mod proxy 2025-04-15 14:51:25.052 | + lib/apache:enable_apache_mod:55 : local mod=proxy 2025-04-15 14:51:25.054 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-15 14:51:25.056 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:51:25.058 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:51:25.059 | + lib/apache:enable_apache_mod:60 : [[ proxy != \v\e\r\s\i\o\n ]] 2025-04-15 14:51:25.061 | + lib/apache:enable_apache_mod:60 : a2query -m proxy 2025-04-15 14:51:25.090 | proxy (enabled by site administrator) 2025-04-15 14:51:25.092 | + lib/apache:write_local_uwsgi_http_config:349 : enable_apache_mod proxy_http 2025-04-15 14:51:25.094 | + lib/apache:enable_apache_mod:55 : local mod=proxy_http 2025-04-15 14:51:25.095 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-15 14:51:25.097 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:51:25.099 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:51:25.101 | + lib/apache:enable_apache_mod:60 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2025-04-15 14:51:25.103 | + lib/apache:enable_apache_mod:60 : a2query -m proxy_http 2025-04-15 14:51:25.130 | No module matches proxy_http 2025-04-15 14:51:25.132 | + lib/apache:enable_apache_mod:61 : sudo a2enmod proxy_http 2025-04-15 14:51:25.164 | Considering dependency proxy for proxy_http: 2025-04-15 14:51:25.164 | Module proxy already enabled 2025-04-15 14:51:25.164 | Enabling module proxy_http. 2025-04-15 14:51:25.167 | To activate the new configuration, you need to run: 2025-04-15 14:51:25.167 | systemctl restart apache2 2025-04-15 14:51:25.171 | + lib/apache:enable_apache_mod:62 : restart_apache_server 2025-04-15 14:51:25.173 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-15 14:51:25.174 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-15 14:51:25.176 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-15 14:51:25.268 | + lib/apache:write_local_uwsgi_http_config:350 : local apache_conf= 2025-04-15 14:51:25.271 | ++ lib/apache:write_local_uwsgi_http_config:351 : apache_site_config_for glance-wsgi-api 2025-04-15 14:51:25.273 | ++ lib/apache:apache_site_config_for:173 : local site=glance-wsgi-api 2025-04-15 14:51:25.275 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-15 14:51:25.276 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:51:25.278 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:51:25.280 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-15 14:51:25.282 | + lib/apache:write_local_uwsgi_http_config:351 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-15 14:51:25.284 | + lib/apache:write_local_uwsgi_http_config:352 : echo 'KeepAlive Off' 2025-04-15 14:51:25.284 | + lib/apache:write_local_uwsgi_http_config:352 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-15 14:51:25.291 | KeepAlive Off 2025-04-15 14:51:25.294 | + lib/apache:write_local_uwsgi_http_config:353 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-15 14:51:25.294 | + lib/apache:write_local_uwsgi_http_config:353 : echo 'SetEnv proxy-sendchunked 1' 2025-04-15 14:51:25.300 | SetEnv proxy-sendchunked 1 2025-04-15 14:51:25.304 | + lib/apache:write_local_uwsgi_http_config:354 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 acquire=1 ' 2025-04-15 14:51:25.304 | + lib/apache:write_local_uwsgi_http_config:354 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-15 14:51:25.310 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 acquire=1 2025-04-15 14:51:25.313 | + lib/apache:write_local_uwsgi_http_config:355 : enable_apache_site glance-wsgi-api 2025-04-15 14:51:25.314 | + lib/apache:enable_apache_site:190 : local site=glance-wsgi-api 2025-04-15 14:51:25.316 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-15 14:51:25.318 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-15 14:51:25.320 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-15 14:51:25.321 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:51:25.323 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:51:25.325 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-15 14:51:25.326 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-15 14:51:25.328 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:51:25.330 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:51:25.332 | + lib/apache:enable_apache_site:194 : sudo a2ensite glance-wsgi-api 2025-04-15 14:51:25.363 | Enabling site glance-wsgi-api. 2025-04-15 14:51:25.367 | To activate the new configuration, you need to run: 2025-04-15 14:51:25.367 | systemctl reload apache2 2025-04-15 14:51:25.370 | + lib/apache:write_local_uwsgi_http_config:356 : restart_apache_server 2025-04-15 14:51:25.372 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-15 14:51:25.374 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-15 14:51:25.375 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-15 14:51:25.476 | ++ lib/glance:configure_glance:424 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2025-04-15 14:51:25.480 | + lib/glance:configure_glance:424 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2025-04-15 14:51:25.503 | + lib/glance:configure_glance:434 : [[ True == True ]] 2025-04-15 14:51:25.505 | + lib/glance:configure_glance:435 : iniset /etc/glance/glance-api.conf oslo_policy enforce_scope true 2025-04-15 14:51:25.529 | + lib/glance:configure_glance:436 : iniset /etc/glance/glance-api.conf oslo_policy enforce_new_defaults true 2025-04-15 14:51:25.552 | + lib/glance:configure_glance:437 : iniset /etc/glance/glance-api.conf DEFAULT enforce_secure_rbac true 2025-04-15 14:51:25.575 | + stack.sh:main:951 : is_service_enabled cinder 2025-04-15 14:51:25.588 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:51:25.590 | + stack.sh:main:953 : stack_install_service cinder 2025-04-15 14:51:25.592 | + lib/stack:stack_install_service:20 : local service=cinder 2025-04-15 14:51:25.594 | + lib/stack:stack_install_service:21 : type install_cinder 2025-04-15 14:51:25.596 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-15 14:51:25.598 | + lib/stack:stack_install_service:32 : install_cinder 2025-04-15 14:51:25.600 | + lib/cinder:install_cinder:516 : git_clone https://opendev.org/openstack/cinder.git /opt/stack//cinder stable/2023.2 2025-04-15 14:51:25.602 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/cinder.git 2025-04-15 14:51:25.603 | + functions-common:git_clone:573 : local git_dest=/opt/stack//cinder 2025-04-15 14:51:25.605 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-15 14:51:25.607 | + functions-common:git_clone:575 : local orig_dir 2025-04-15 14:51:25.609 | ++ functions-common:git_clone:576 : pwd 2025-04-15 14:51:25.613 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-15 14:51:25.614 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-15 14:51:25.617 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-15 14:51:25.629 | + functions-common:git_clone:579 : RECLONE=False 2025-04-15 14:51:25.631 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-15 14:51:25.633 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-15 14:51:25.635 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-15 14:51:25.637 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-15 14:51:25.638 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-15 14:51:25.641 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//cinder ]] 2025-04-15 14:51:25.643 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-15 14:51:25.645 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2025-04-15 14:51:25.647 | + functions-common:git_timed:680 : local count=0 2025-04-15 14:51:25.648 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 14:51:25.650 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 14:51:25.652 | + functions-common:git_timed:684 : timeout=0 2025-04-15 14:51:25.654 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 14:51:25.655 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 14:51:25.657 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:51:25.659 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:51:25.661 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:51:25.664 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728685662 2025-04-15 14:51:25.666 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2025-04-15 14:51:25.668 | Cloning into '/opt/stack//cinder'... 2025-04-15 14:51:29.025 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 14:51:29.027 | + functions-common:time_stop:2400 : local name 2025-04-15 14:51:29.029 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:51:29.031 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:51:29.033 | + functions-common:time_stop:2403 : local total 2025-04-15 14:51:29.035 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:51:29.036 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 14:51:29.038 | + functions-common:time_stop:2407 : start_time=1744728685662 2025-04-15 14:51:29.040 | + functions-common:time_stop:2409 : [[ -z 1744728685662 ]] 2025-04-15 14:51:29.042 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:51:29.045 | + functions-common:time_stop:2412 : end_time=1744728689043 2025-04-15 14:51:29.047 | + functions-common:time_stop:2413 : elapsed_time=3381 2025-04-15 14:51:29.049 | + functions-common:time_stop:2414 : total=21870 2025-04-15 14:51:29.050 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:51:29.052 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=25251 2025-04-15 14:51:29.054 | + functions-common:git_clone:614 : cd /opt/stack//cinder 2025-04-15 14:51:29.056 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-15 14:51:29.058 | + functions-common:git_timed:680 : local count=0 2025-04-15 14:51:29.060 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 14:51:29.061 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 14:51:29.063 | + functions-common:git_timed:684 : timeout=0 2025-04-15 14:51:29.065 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 14:51:29.067 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 14:51:29.069 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:51:29.070 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:51:29.073 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:51:29.076 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728689073 2025-04-15 14:51:29.077 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-15 14:51:32.229 | From https://opendev.org/openstack/cinder 2025-04-15 14:51:32.229 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-15 14:51:32.233 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 14:51:32.235 | + functions-common:time_stop:2400 : local name 2025-04-15 14:51:32.237 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:51:32.239 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:51:32.241 | + functions-common:time_stop:2403 : local total 2025-04-15 14:51:32.242 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:51:32.244 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 14:51:32.246 | + functions-common:time_stop:2407 : start_time=1744728689073 2025-04-15 14:51:32.248 | + functions-common:time_stop:2409 : [[ -z 1744728689073 ]] 2025-04-15 14:51:32.250 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:51:32.253 | + functions-common:time_stop:2412 : end_time=1744728692251 2025-04-15 14:51:32.255 | + functions-common:time_stop:2413 : elapsed_time=3178 2025-04-15 14:51:32.256 | + functions-common:time_stop:2414 : total=25251 2025-04-15 14:51:32.258 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:51:32.260 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=28429 2025-04-15 14:51:32.262 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-15 14:51:32.263 | + functions-common:git_timed:680 : local count=0 2025-04-15 14:51:32.265 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 14:51:32.267 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 14:51:32.269 | + functions-common:git_timed:684 : timeout=0 2025-04-15 14:51:32.270 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 14:51:32.272 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 14:51:32.274 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:51:32.276 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:51:32.278 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:51:32.281 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728692279 2025-04-15 14:51:32.283 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-15 14:51:32.527 | Note: switching to 'FETCH_HEAD'. 2025-04-15 14:51:32.527 | 2025-04-15 14:51:32.527 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-15 14:51:32.527 | changes and commit them, and you can discard any commits you make in this 2025-04-15 14:51:32.527 | state without impacting any branches by switching back to a branch. 2025-04-15 14:51:32.527 | 2025-04-15 14:51:32.527 | If you want to create a new branch to retain commits you create, you may 2025-04-15 14:51:32.527 | do so (now or later) by using -c with the switch command. Example: 2025-04-15 14:51:32.527 | 2025-04-15 14:51:32.527 | git switch -c 2025-04-15 14:51:32.527 | 2025-04-15 14:51:32.527 | Or undo this operation with: 2025-04-15 14:51:32.527 | 2025-04-15 14:51:32.527 | git switch - 2025-04-15 14:51:32.527 | 2025-04-15 14:51:32.527 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-15 14:51:32.527 | 2025-04-15 14:51:32.527 | HEAD is now at a73ff9f Merge "RBD: tpool.Proxy client object" into stable/2023.2 2025-04-15 14:51:32.531 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 14:51:32.533 | + functions-common:time_stop:2400 : local name 2025-04-15 14:51:32.535 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:51:32.537 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:51:32.539 | + functions-common:time_stop:2403 : local total 2025-04-15 14:51:32.540 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:51:32.542 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 14:51:32.544 | + functions-common:time_stop:2407 : start_time=1744728692279 2025-04-15 14:51:32.546 | + functions-common:time_stop:2409 : [[ -z 1744728692279 ]] 2025-04-15 14:51:32.548 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:51:32.551 | + functions-common:time_stop:2412 : end_time=1744728692549 2025-04-15 14:51:32.553 | + functions-common:time_stop:2413 : elapsed_time=270 2025-04-15 14:51:32.554 | + functions-common:time_stop:2414 : total=28429 2025-04-15 14:51:32.556 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:51:32.558 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=28699 2025-04-15 14:51:32.560 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//cinder 2025-04-15 14:51:32.570 | + functions-common:git_clone:655 : cd /opt/stack//cinder 2025-04-15 14:51:32.572 | + functions-common:git_clone:656 : git show --oneline 2025-04-15 14:51:32.573 | + functions-common:git_clone:656 : head -1 2025-04-15 14:51:32.575 | a73ff9f Merge "RBD: tpool.Proxy client object" into stable/2023.2 2025-04-15 14:51:32.577 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-15 14:51:32.579 | + lib/cinder:install_cinder:517 : setup_develop /opt/stack//cinder 2025-04-15 14:51:32.581 | + inc/python:setup_develop:360 : local bindep 2025-04-15 14:51:32.582 | + inc/python:setup_develop:361 : [[ /opt/stack//cinder == -bindep* ]] 2025-04-15 14:51:32.584 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//cinder 2025-04-15 14:51:32.586 | + inc/python:setup_develop:366 : local extras= 2025-04-15 14:51:32.588 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//cinder -e 2025-04-15 14:51:32.590 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-15 14:51:32.592 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//cinder == -bindep* ]] 2025-04-15 14:51:32.594 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//cinder 2025-04-15 14:51:32.596 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-15 14:51:32.598 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-15 14:51:32.600 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//cinder 2025-04-15 14:51:32.602 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-15 14:51:32.604 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/cinder 2025-04-15 14:51:32.606 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-15 14:51:32.608 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-15 14:51:32.611 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2025-04-15 14:51:32.615 | + inc/python:_setup_package_with_constraints_edit:407 : name=cinder 2025-04-15 14:51:32.616 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- cinder 2025-04-15 14:51:32.935 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/cinder -e 2025-04-15 14:51:32.937 | + inc/python:setup_package:440 : local bindep=0 2025-04-15 14:51:32.939 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-15 14:51:32.942 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-15 14:51:32.944 | + inc/python:setup_package:443 : [[ /opt/stack/cinder == -bindep* ]] 2025-04-15 14:51:32.946 | + inc/python:setup_package:448 : local project_dir=/opt/stack/cinder 2025-04-15 14:51:32.948 | + inc/python:setup_package:449 : local flags=-e 2025-04-15 14:51:32.950 | + inc/python:setup_package:450 : local extras= 2025-04-15 14:51:32.952 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-15 14:51:32.954 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-15 14:51:32.956 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-15 14:51:32.958 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-15 14:51:32.960 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-15 14:51:32.962 | + inc/python:setup_package:468 : pip_install -e /opt/stack/cinder 2025-04-15 14:51:32.978 | Using python 3.10 to install /opt/stack/cinder 2025-04-15 14:51:32.980 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/cinder 2025-04-15 14:51:33.789 | Obtaining file:///opt/stack/cinder 2025-04-15 14:51:33.789 | Preparing metadata (setup.py): started 2025-04-15 14:51:34.338 | Preparing metadata (setup.py): finished with status 'done' 2025-04-15 14:51:34.426 | Requirement already satisfied: pbr>=5.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.11.1) 2025-04-15 14:51:34.427 | Requirement already satisfied: decorator>=4.4.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.1.1) 2025-04-15 14:51:34.427 | Requirement already satisfied: eventlet!=0.32.0,>=0.30.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (0.33.3) 2025-04-15 14:51:34.432 | Requirement already satisfied: greenlet>=0.4.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (2.0.2) 2025-04-15 14:51:34.432 | Requirement already satisfied: httplib2>=0.18.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (0.22.0) 2025-04-15 14:51:34.432 | Requirement already satisfied: importlib_metadata>=3.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (6.0.1) 2025-04-15 14:51:34.432 | Requirement already satisfied: iso8601>=0.1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (1.1.0) 2025-04-15 14:51:34.432 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (4.17.3) 2025-04-15 14:51:34.432 | Requirement already satisfied: keystoneauth1>=4.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.3.0) 2025-04-15 14:51:34.432 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (10.4.1) 2025-04-15 14:51:34.764 | Collecting lxml>=4.5.2 (from cinder==0.0.1.dev23) 2025-04-15 14:51:34.773 | Using cached lxml-4.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (3.6 kB) 2025-04-15 14:51:34.804 | Collecting oauth2client>=4.1.3 (from cinder==0.0.1.dev23) 2025-04-15 14:51:34.806 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl.metadata (1.2 kB) 2025-04-15 14:51:34.808 | Requirement already satisfied: oslo.config>=8.3.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (9.2.0) 2025-04-15 14:51:34.809 | Requirement already satisfied: oslo.concurrency>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.2.0) 2025-04-15 14:51:34.810 | Requirement already satisfied: oslo.context>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.2.0) 2025-04-15 14:51:34.811 | Requirement already satisfied: oslo.db>=11.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (14.1.1) 2025-04-15 14:51:34.811 | Requirement already satisfied: oslo.log>=4.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.3.2) 2025-04-15 14:51:34.812 | Requirement already satisfied: oslo.messaging>=14.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (14.4.2) 2025-04-15 14:51:34.813 | Requirement already satisfied: oslo.middleware>=4.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.2.0) 2025-04-15 14:51:34.814 | Requirement already satisfied: oslo.policy>=3.8.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (4.2.1) 2025-04-15 14:51:34.815 | Requirement already satisfied: oslo.privsep>=2.6.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (3.2.0) 2025-04-15 14:51:34.815 | Requirement already satisfied: oslo.reports>=2.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (3.1.0) 2025-04-15 14:51:34.816 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (7.1.0) 2025-04-15 14:51:34.817 | Requirement already satisfied: oslo.serialization>=4.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.2.1) 2025-04-15 14:51:34.818 | Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (3.2.1) 2025-04-15 14:51:34.819 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (2.2.0) 2025-04-15 14:51:34.819 | Requirement already satisfied: oslo.utils>=4.12.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (6.2.1) 2025-04-15 14:51:34.856 | Collecting oslo.versionedobjects>=2.4.0 (from cinder==0.0.1.dev23) 2025-04-15 14:51:34.858 | Using cached oslo.versionedobjects-3.2.0-py3-none-any.whl.metadata (2.6 kB) 2025-04-15 14:51:34.860 | Requirement already satisfied: osprofiler>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (4.1.0) 2025-04-15 14:51:34.861 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (23.1) 2025-04-15 14:51:34.899 | Collecting paramiko>=2.7.2 (from cinder==0.0.1.dev23) 2025-04-15 14:51:34.901 | Using cached paramiko-3.1.0-py3-none-any.whl.metadata (4.3 kB) 2025-04-15 14:51:34.903 | Requirement already satisfied: Paste>=3.4.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (3.5.2) 2025-04-15 14:51:34.903 | Requirement already satisfied: PasteDeploy>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (3.0.1) 2025-04-15 14:51:34.904 | Requirement already satisfied: psutil>=5.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.9.5) 2025-04-15 14:51:34.905 | Requirement already satisfied: pyparsing>=2.4.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (3.0.9) 2025-04-15 14:51:34.906 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.6.1) 2025-04-15 14:51:34.939 | Collecting python-glanceclient>=3.2.2 (from cinder==0.0.1.dev23) 2025-04-15 14:51:34.942 | Using cached python_glanceclient-4.4.1-py3-none-any.whl.metadata (3.8 kB) 2025-04-15 14:51:34.943 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.2.0) 2025-04-15 14:51:34.983 | Collecting python-novaclient>=18.2.0 (from cinder==0.0.1.dev23) 2025-04-15 14:51:34.985 | Using cached python_novaclient-18.4.0-py3-none-any.whl.metadata (3.0 kB) 2025-04-15 14:51:35.014 | Collecting python-swiftclient>=3.10.1 (from cinder==0.0.1.dev23) 2025-04-15 14:51:35.022 | Using cached python_swiftclient-4.4.0-py3-none-any.whl.metadata (3.7 kB) 2025-04-15 14:51:35.024 | Requirement already satisfied: pytz>=2020.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (2023.3) 2025-04-15 14:51:35.025 | Requirement already satisfied: requests>=2.25.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (2.28.2) 2025-04-15 14:51:35.025 | Requirement already satisfied: Routes>=2.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (2.5.1) 2025-04-15 14:51:35.026 | Requirement already satisfied: taskflow>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.4.0) 2025-04-15 14:51:35.055 | Collecting rtslib-fb>=2.1.74 (from cinder==0.0.1.dev23) 2025-04-15 14:51:35.055 | Using cached rtslib_fb-2.1.75-py3-none-any.whl 2025-04-15 14:51:35.063 | Requirement already satisfied: six>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (1.16.0) 2025-04-15 14:51:35.064 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (1.4.41) 2025-04-15 14:51:35.064 | Requirement already satisfied: stevedore>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.1.0) 2025-04-15 14:51:35.085 | Collecting tabulate>=0.8.7 (from cinder==0.0.1.dev23) 2025-04-15 14:51:35.086 | Using cached tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-04-15 14:51:35.089 | Requirement already satisfied: tenacity>=6.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (6.3.1) 2025-04-15 14:51:35.090 | Requirement already satisfied: WebOb>=1.8.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (1.8.7) 2025-04-15 14:51:35.091 | Requirement already satisfied: oslo.i18n>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (6.1.1) 2025-04-15 14:51:35.154 | Collecting oslo.vmware>=3.10.0 (from cinder==0.0.1.dev23) 2025-04-15 14:51:35.168 | Using cached oslo.vmware-4.2.0-py3-none-any.whl.metadata (2.4 kB) 2025-04-15 14:51:35.184 | Requirement already satisfied: os-brick>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (6.4.2) 2025-04-15 14:51:35.186 | Requirement already satisfied: os-win>=5.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.9.0) 2025-04-15 14:51:35.294 | Collecting tooz>=2.8.0 (from cinder==0.0.1.dev23) 2025-04-15 14:51:35.296 | Using cached tooz-4.2.0-py3-none-any.whl.metadata (3.5 kB) 2025-04-15 14:51:35.388 | Collecting google-api-python-client>=1.11.0 (from cinder==0.0.1.dev23) 2025-04-15 14:51:35.391 | Using cached google_api_python_client-2.86.0-py2.py3-none-any.whl.metadata (6.6 kB) 2025-04-15 14:51:35.393 | Requirement already satisfied: castellan>=3.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (4.3.0) 2025-04-15 14:51:35.394 | Requirement already satisfied: cryptography>=3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (40.0.2) 2025-04-15 14:51:35.396 | Requirement already satisfied: cursive>=0.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (0.2.3) 2025-04-15 14:51:35.490 | Collecting zstd>=1.4.5.1 (from cinder==0.0.1.dev23) 2025-04-15 14:51:35.500 | Using cached zstd-1.5.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.9 kB) 2025-04-15 14:51:36.042 | Collecting boto3>=1.18.49 (from cinder==0.0.1.dev23) 2025-04-15 14:51:36.044 | Using cached boto3-1.26.118-py3-none-any.whl.metadata (7.0 kB) 2025-04-15 14:51:36.668 | Collecting botocore<1.30.0,>=1.29.118 (from boto3>=1.18.49->cinder==0.0.1.dev23) 2025-04-15 14:51:36.671 | Using cached botocore-1.29.118-py3-none-any.whl.metadata (5.9 kB) 2025-04-15 14:51:36.672 | Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from boto3>=1.18.49->cinder==0.0.1.dev23) (1.0.1) 2025-04-15 14:51:36.702 | Collecting s3transfer<0.7.0,>=0.6.0 (from boto3>=1.18.49->cinder==0.0.1.dev23) 2025-04-15 14:51:36.703 | Using cached s3transfer-0.6.0-py3-none-any.whl.metadata (1.6 kB) 2025-04-15 14:51:36.733 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=3.1->cinder==0.0.1.dev23) (1.15.1) 2025-04-15 14:51:36.747 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet!=0.32.0,>=0.30.1->cinder==0.0.1.dev23) (2.3.0) 2025-04-15 14:51:36.903 | Collecting google-auth<3.0.0dev,>=1.19.0 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev23) 2025-04-15 14:51:36.905 | Using cached google_auth-2.17.3-py2.py3-none-any.whl.metadata (4.3 kB) 2025-04-15 14:51:36.925 | Collecting google-auth-httplib2>=0.1.0 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev23) 2025-04-15 14:51:36.926 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl.metadata (2.1 kB) 2025-04-15 14:51:37.012 | Collecting google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev23) 2025-04-15 14:51:37.014 | Using cached google_api_core-2.11.0-py3-none-any.whl.metadata (2.6 kB) 2025-04-15 14:51:37.035 | Collecting uritemplate<5,>=3.0.1 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev23) 2025-04-15 14:51:37.036 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl.metadata (2.9 kB) 2025-04-15 14:51:37.070 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib_metadata>=3.1.1->cinder==0.0.1.dev23) (3.15.0) 2025-04-15 14:51:37.090 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev23) (23.1.0) 2025-04-15 14:51:37.091 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev23) (0.19.3) 2025-04-15 14:51:37.117 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=4.2.1->cinder==0.0.1.dev23) (1.7.0) 2025-04-15 14:51:37.140 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=9.1.0->cinder==0.0.1.dev23) (3.5.0) 2025-04-15 14:51:37.142 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=9.1.0->cinder==0.0.1.dev23) (3.1.1) 2025-04-15 14:51:37.227 | Collecting pyasn1>=0.1.7 (from oauth2client>=4.1.3->cinder==0.0.1.dev23) 2025-04-15 14:51:37.241 | Using cached pyasn1-0.4.8-py2.py3-none-any.whl.metadata (1.5 kB) 2025-04-15 14:51:37.274 | Collecting pyasn1-modules>=0.0.5 (from oauth2client>=4.1.3->cinder==0.0.1.dev23) 2025-04-15 14:51:37.276 | Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl.metadata (3.6 kB) 2025-04-15 14:51:37.303 | Collecting rsa>=3.1.4 (from oauth2client>=4.1.3->cinder==0.0.1.dev23) 2025-04-15 14:51:37.304 | Using cached rsa-4.9-py3-none-any.whl.metadata (4.2 kB) 2025-04-15 14:51:37.332 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=4.5.0->cinder==0.0.1.dev23) (0.18) 2025-04-15 14:51:37.354 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev23) (6.0) 2025-04-15 14:51:37.354 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev23) (2.5.0) 2025-04-15 14:51:37.355 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev23) (0.8.0) 2025-04-15 14:51:37.356 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev23) (2.0.0) 2025-04-15 14:51:37.382 | Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev23) (1.9.4) 2025-04-15 14:51:37.384 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev23) (2.0.1) 2025-04-15 14:51:37.384 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev23) (0.5.0) 2025-04-15 14:51:37.412 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.6.1->cinder==0.0.1.dev23) (2.8.2) 2025-04-15 14:51:37.413 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.6.1->cinder==0.0.1.dev23) (0.9.6) 2025-04-15 14:51:37.440 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (5.1.1) 2025-04-15 14:51:37.441 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (5.3.0) 2025-04-15 14:51:37.442 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (2.4.1) 2025-04-15 14:51:37.444 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (5.2.4) 2025-04-15 14:51:37.444 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (0.7.0) 2025-04-15 14:51:37.456 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev23) (3.1.2) 2025-04-15 14:51:37.457 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev23) (4.0.1) 2025-04-15 14:51:37.458 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev23) (4.0.1) 2025-04-15 14:51:37.480 | Requirement already satisfied: msgpack>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=2.6.2->cinder==0.0.1.dev23) (1.0.5) 2025-04-15 14:51:37.505 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=4.2.0->cinder==0.0.1.dev23) (2023.3) 2025-04-15 14:51:37.520 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev23) (1.4.0) 2025-04-15 14:51:37.521 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev23) (4.0.1) 2025-04-15 14:51:37.533 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev23) (3.7.0) 2025-04-15 14:51:37.545 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.12.1->cinder==0.0.1.dev23) (0.11.0) 2025-04-15 14:51:37.577 | Requirement already satisfied: defusedxml>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.vmware>=3.10.0->cinder==0.0.1.dev23) (0.7.1) 2025-04-15 14:51:37.604 | Collecting suds-community>=0.6 (from oslo.vmware>=3.10.0->cinder==0.0.1.dev23) 2025-04-15 14:51:37.606 | Using cached suds_community-1.1.2-py3-none-any.whl.metadata (1.7 kB) 2025-04-15 14:51:37.607 | Requirement already satisfied: urllib3>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.vmware>=3.10.0->cinder==0.0.1.dev23) (1.26.15) 2025-04-15 14:51:37.695 | Collecting pynacl>=1.5 (from paramiko>=2.7.2->cinder==0.0.1.dev23) 2025-04-15 14:51:37.697 | Using cached PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (8.6 kB) 2025-04-15 14:51:37.711 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=3.4.3->cinder==0.0.1.dev23) (69.1.1) 2025-04-15 14:51:37.777 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-barbicanclient>=5.0.1->cinder==0.0.1.dev23) (4.3.0) 2025-04-15 14:51:37.795 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=3.2.2->cinder==0.0.1.dev23) (23.1.1) 2025-04-15 14:51:37.820 | Collecting warlock>=1.2.0 (from python-glanceclient>=3.2.2->cinder==0.0.1.dev23) 2025-04-15 14:51:37.821 | Using cached warlock-2.0.1-py3-none-any.whl.metadata (3.9 kB) 2025-04-15 14:51:37.823 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=3.2.2->cinder==0.0.1.dev23) (1.15.0) 2025-04-15 14:51:37.908 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->cinder==0.0.1.dev23) (3.1.0) 2025-04-15 14:51:37.908 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->cinder==0.0.1.dev23) (3.4) 2025-04-15 14:51:37.909 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->cinder==0.0.1.dev23) (2025.1.31) 2025-04-15 14:51:37.926 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.4.1->cinder==0.0.1.dev23) (0.7) 2025-04-15 14:51:37.963 | Collecting pyudev>=0.16.1 (from rtslib-fb>=2.1.74->cinder==0.0.1.dev23) 2025-04-15 14:51:37.965 | Using cached pyudev-0.24.1-py3-none-any.whl.metadata (4.6 kB) 2025-04-15 14:51:38.114 | Requirement already satisfied: automaton>=1.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from taskflow>=4.5.0->cinder==0.0.1.dev23) (3.2.0) 2025-04-15 14:51:38.115 | Requirement already satisfied: networkx>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from taskflow>=4.5.0->cinder==0.0.1.dev23) (3.1) 2025-04-15 14:51:38.117 | Requirement already satisfied: pydot>=1.2.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from taskflow>=4.5.0->cinder==0.0.1.dev23) (1.4.2) 2025-04-15 14:51:38.201 | Collecting voluptuous>=0.8.9 (from tooz>=2.8.0->cinder==0.0.1.dev23) 2025-04-15 14:51:38.203 | Using cached voluptuous-0.13.1-py3-none-any.whl.metadata (20 kB) 2025-04-15 14:51:38.259 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==0.0.1.dev23) (1.2.4) 2025-04-15 14:51:38.275 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (5.0.0) 2025-04-15 14:51:38.406 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=3.1->cinder==0.0.1.dev23) (2.21) 2025-04-15 14:51:38.442 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev23) (0.5.1) 2025-04-15 14:51:38.442 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev23) (2.4.3) 2025-04-15 14:51:38.617 | Collecting googleapis-common-protos<2.0dev,>=1.56.2 (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5->google-api-python-client>=1.11.0->cinder==0.0.1.dev23) 2025-04-15 14:51:38.619 | Using cached googleapis_common_protos-1.59.0-py2.py3-none-any.whl.metadata (1.5 kB) 2025-04-15 14:51:38.621 | Requirement already satisfied: protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.19.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5->google-api-python-client>=1.11.0->cinder==0.0.1.dev23) (4.22.3) 2025-04-15 14:51:38.721 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->oslo.middleware>=4.1.1->cinder==0.0.1.dev23) (2.1.2) 2025-04-15 14:51:38.918 | Requirement already satisfied: dogpile.cache>=1.1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.cache>=1.26.0->keystonemiddleware>=9.1.0->cinder==0.0.1.dev23) (1.1.8) 2025-04-15 14:51:38.943 | Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (0.16.0) 2025-04-15 14:51:38.967 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev23) (0.2.6) 2025-04-15 14:51:39.564 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=11.0.0->cinder==0.0.1.dev23) (2.6.0) 2025-04-15 14:51:39.691 | Requirement already satisfied: jsonpatch<2,>=1 in /opt/stack/data/venv/lib/python3.10/site-packages (from warlock>=1.2.0->python-glanceclient>=3.2.2->cinder==0.0.1.dev23) (1.32) 2025-04-15 14:51:39.898 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev23) (1.8.2) 2025-04-15 14:51:39.973 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch<2,>=1->warlock>=1.2.0->python-glanceclient>=3.2.2->cinder==0.0.1.dev23) (2.3) 2025-04-15 14:51:40.245 | Using cached boto3-1.26.118-py3-none-any.whl (135 kB) 2025-04-15 14:51:40.248 | Using cached google_api_python_client-2.86.0-py2.py3-none-any.whl (11.3 MB) 2025-04-15 14:51:40.299 | Using cached lxml-4.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (7.1 MB) 2025-04-15 14:51:40.460 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2025-04-15 14:51:40.483 | Using cached oslo.versionedobjects-3.2.0-py3-none-any.whl (86 kB) 2025-04-15 14:51:40.500 | Using cached oslo.vmware-4.2.0-py3-none-any.whl (491 kB) 2025-04-15 14:51:40.505 | Using cached paramiko-3.1.0-py3-none-any.whl (211 kB) 2025-04-15 14:51:40.509 | Using cached python_glanceclient-4.4.1-py3-none-any.whl (205 kB) 2025-04-15 14:51:40.512 | Using cached python_novaclient-18.4.0-py3-none-any.whl (335 kB) 2025-04-15 14:51:40.517 | Using cached python_swiftclient-4.4.0-py3-none-any.whl (88 kB) 2025-04-15 14:51:40.520 | Using cached tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-04-15 14:51:40.522 | Using cached tooz-4.2.0-py3-none-any.whl (94 kB) 2025-04-15 14:51:40.525 | Using cached zstd-1.5.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB) 2025-04-15 14:51:40.536 | Using cached botocore-1.29.118-py3-none-any.whl (10.7 MB) 2025-04-15 14:51:40.586 | Using cached google_api_core-2.11.0-py3-none-any.whl (120 kB) 2025-04-15 14:51:40.590 | Using cached google_auth-2.17.3-py2.py3-none-any.whl (178 kB) 2025-04-15 14:51:40.593 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) 2025-04-15 14:51:40.595 | Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 2025-04-15 14:51:40.598 | Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl (181 kB) 2025-04-15 14:51:40.602 | Using cached PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB) 2025-04-15 14:51:40.607 | Using cached pyudev-0.24.1-py3-none-any.whl (62 kB) 2025-04-15 14:51:40.610 | Using cached rsa-4.9-py3-none-any.whl (34 kB) 2025-04-15 14:51:40.613 | Using cached s3transfer-0.6.0-py3-none-any.whl (79 kB) 2025-04-15 14:51:40.615 | Using cached suds_community-1.1.2-py3-none-any.whl (144 kB) 2025-04-15 14:51:40.618 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) 2025-04-15 14:51:40.620 | Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB) 2025-04-15 14:51:40.623 | Using cached warlock-2.0.1-py3-none-any.whl (9.8 kB) 2025-04-15 14:51:40.625 | Using cached googleapis_common_protos-1.59.0-py2.py3-none-any.whl (223 kB) 2025-04-15 14:51:41.172 | Installing collected packages: zstd, voluptuous, pyasn1, uritemplate, tabulate, suds-community, rsa, pyudev, pyasn1-modules, lxml, googleapis-common-protos, warlock, rtslib-fb, python-swiftclient, pynacl, oauth2client, google-auth, botocore, s3transfer, paramiko, google-auth-httplib2, google-api-core, tooz, python-novaclient, python-glanceclient, oslo.vmware, google-api-python-client, boto3, oslo.versionedobjects, cinder 2025-04-15 14:51:44.127 | Running setup.py develop for cinder 2025-04-15 14:51:45.594 | Successfully installed boto3-1.26.118 botocore-1.29.118 cinder-0.0.1.dev23 google-api-core-2.11.0 google-api-python-client-2.86.0 google-auth-2.17.3 google-auth-httplib2-0.1.0 googleapis-common-protos-1.59.0 lxml-4.9.2 oauth2client-4.1.3 oslo.versionedobjects-3.2.0 oslo.vmware-4.2.0 paramiko-3.1.0 pyasn1-0.4.8 pyasn1-modules-0.3.0 pynacl-1.5.0 python-glanceclient-4.4.1 python-novaclient-18.4.0 python-swiftclient-4.4.0 pyudev-0.24.1 rsa-4.9 rtslib-fb-2.1.75 s3transfer-0.6.0 suds-community-1.1.2 tabulate-0.9.0 tooz-4.2.0 uritemplate-4.1.1 voluptuous-0.13.1 warlock-2.0.1 zstd-1.5.5.1 2025-04-15 14:51:45.961 | + inc/python:pip_install:222 : result=0 2025-04-15 14:51:45.963 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 14:51:45.965 | + functions-common:time_stop:2400 : local name 2025-04-15 14:51:45.967 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:51:45.969 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:51:45.971 | + functions-common:time_stop:2403 : local total 2025-04-15 14:51:45.973 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:51:45.974 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 14:51:45.976 | + functions-common:time_stop:2407 : start_time=1744728692974 2025-04-15 14:51:45.978 | + functions-common:time_stop:2409 : [[ -z 1744728692974 ]] 2025-04-15 14:51:45.980 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:51:45.983 | + functions-common:time_stop:2412 : end_time=1744728705981 2025-04-15 14:51:45.985 | + functions-common:time_stop:2413 : elapsed_time=13007 2025-04-15 14:51:45.986 | + functions-common:time_stop:2414 : total=46337 2025-04-15 14:51:45.988 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:51:45.990 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=59344 2025-04-15 14:51:45.992 | + inc/python:pip_install:225 : return 0 2025-04-15 14:51:45.994 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-15 14:51:45.996 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-15 14:51:45.997 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/cinder 2025-04-15 14:51:45.999 | + inc/python:use_library_from_git:272 : local name=/opt/stack/cinder 2025-04-15 14:51:46.001 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:51:46.003 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:51:46.005 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/cinder, ]] 2025-04-15 14:51:46.007 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:51:46.009 | + lib/cinder:install_cinder:518 : [[ lioadm == \t\g\t\a\d\m ]] 2025-04-15 14:51:46.011 | + lib/cinder:install_cinder:520 : [[ lioadm == \l\i\o\a\d\m ]] 2025-04-15 14:51:46.013 | + lib/cinder:install_cinder:521 : is_ubuntu 2025-04-15 14:51:46.015 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:51:46.017 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:51:46.019 | + lib/cinder:install_cinder:523 : sudo mkdir -p /etc/target 2025-04-15 14:51:46.028 | + lib/cinder:install_cinder:525 : install_package targetcli-fb 2025-04-15 14:51:46.030 | + functions-common:install_package:1421 : update_package_repo 2025-04-15 14:51:46.032 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-15 14:51:46.034 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-15 14:51:46.036 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-15 14:51:46.038 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-15 14:51:46.040 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-15 14:51:46.042 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:51:46.043 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:51:46.045 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-15 14:51:46.047 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-15 14:51:46.049 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-15 14:51:46.051 | + functions-common:apt_get_update:1150 : return 2025-04-15 14:51:46.053 | + functions-common:install_package:1422 : real_install_package targetcli-fb 2025-04-15 14:51:46.055 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-15 14:51:46.057 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:51:46.058 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:51:46.060 | + functions-common:real_install_package:1410 : apt_get install targetcli-fb 2025-04-15 14:51:46.076 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install targetcli-fb 2025-04-15 14:51:46.137 | Reading package lists... 2025-04-15 14:51:46.357 | Building dependency tree... 2025-04-15 14:51:46.359 | Reading state information... 2025-04-15 14:51:46.576 | targetcli-fb is already the newest version (1:2.1.53-1ubuntu3). 2025-04-15 14:51:46.576 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-15 14:51:46.580 | + functions-common:apt_get:1194 : result=0 2025-04-15 14:51:46.582 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-15 14:51:46.584 | + functions-common:time_stop:2400 : local name 2025-04-15 14:51:46.587 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:51:46.589 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:51:46.591 | + functions-common:time_stop:2403 : local total 2025-04-15 14:51:46.593 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:51:46.595 | + functions-common:time_stop:2406 : name=apt-get 2025-04-15 14:51:46.597 | + functions-common:time_stop:2407 : start_time=1744728706074 2025-04-15 14:51:46.599 | + functions-common:time_stop:2409 : [[ -z 1744728706074 ]] 2025-04-15 14:51:46.602 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:51:46.605 | + functions-common:time_stop:2412 : end_time=1744728706603 2025-04-15 14:51:46.607 | + functions-common:time_stop:2413 : elapsed_time=529 2025-04-15 14:51:46.609 | + functions-common:time_stop:2414 : total=38961 2025-04-15 14:51:46.611 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:51:46.613 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=39490 2025-04-15 14:51:46.615 | + functions-common:apt_get:1198 : return 0 2025-04-15 14:51:46.617 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-15 14:51:46.619 | + stack.sh:main:954 : configure_cinder 2025-04-15 14:51:46.621 | + lib/cinder:configure_cinder:283 : sudo install -d -o stack -m 755 /etc/cinder 2025-04-15 14:51:46.631 | + lib/cinder:configure_cinder:285 : rm -f /etc/cinder/cinder.conf 2025-04-15 14:51:46.634 | + lib/cinder:configure_cinder:287 : configure_rootwrap cinder 2025-04-15 14:51:46.636 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2025-04-15 14:51:46.637 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2025-04-15 14:51:46.640 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2025-04-15 14:51:46.640 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2025-04-15 14:51:46.644 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2025-04-15 14:51:46.645 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2025-04-15 14:51:46.647 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/opt/stack/data/venv/bin 2025-04-15 14:51:46.649 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2025-04-15 14:51:46.651 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//cinder 2025-04-15 14:51:46.652 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//cinder/etc/cinder 2025-04-15 14:51:46.654 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/opt/stack/data/venv/bin/cinder-rootwrap 2025-04-15 14:51:46.656 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2025-04-15 14:51:46.664 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2025-04-15 14:51:46.673 | + inc/rootwrap:configure_rootwrap:57 : sudo install -o root -g root -m 644 /opt/stack//cinder/etc/cinder/rootwrap.d/volume.filters /etc/cinder/rootwrap.d 2025-04-15 14:51:46.683 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack//cinder/etc/cinder/rootwrap.conf /etc/cinder/rootwrap.conf 2025-04-15 14:51:46.691 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2025-04-15 14:51:46.700 | + inc/rootwrap:configure_rootwrap:66 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/cinder/rootwrap.conf 2025-04-15 14:51:46.710 | + inc/rootwrap:configure_rootwrap:69 : local tempfile 2025-04-15 14:51:46.712 | ++ inc/rootwrap:configure_rootwrap:70 : mktemp 2025-04-15 14:51:46.715 | + inc/rootwrap:configure_rootwrap:70 : tempfile=/tmp/tmp.VLqMwmnlrh 2025-04-15 14:51:46.717 | + inc/rootwrap:configure_rootwrap:72 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2025-04-15 14:51:46.719 | + inc/rootwrap:configure_rootwrap:73 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2025-04-15 14:51:46.721 | + inc/rootwrap:configure_rootwrap:74 : '[' -f /opt/stack/data/venv/bin/cinder-rootwrap-daemon ']' 2025-04-15 14:51:46.723 | + inc/rootwrap:configure_rootwrap:79 : chmod 0440 /tmp/tmp.VLqMwmnlrh 2025-04-15 14:51:46.726 | + inc/rootwrap:configure_rootwrap:80 : sudo chown root:root /tmp/tmp.VLqMwmnlrh 2025-04-15 14:51:46.735 | + inc/rootwrap:configure_rootwrap:81 : sudo mv /tmp/tmp.VLqMwmnlrh /etc/sudoers.d/cinder-rootwrap 2025-04-15 14:51:46.744 | ++ inc/rootwrap:configure_rootwrap:85 : dirname /opt/stack/data/venv/bin/cinder-rootwrap 2025-04-15 14:51:46.747 | + inc/rootwrap:configure_rootwrap:85 : add_sudo_secure_path /opt/stack/data/venv/bin 2025-04-15 14:51:46.749 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/opt/stack/data/venv/bin 2025-04-15 14:51:46.751 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2025-04-15 14:51:46.753 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2025-04-15 14:51:46.755 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2025-04-15 14:51:46.756 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /opt/stack/data/venv/bin ]] 2025-04-15 14:51:46.759 | + inc/rootwrap:add_sudo_secure_path:33 : echo 'Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin' 2025-04-15 14:51:46.759 | + inc/rootwrap:add_sudo_secure_path:33 : sudo tee /etc/sudoers.d/zz-secure-path 2025-04-15 14:51:46.766 | Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin 2025-04-15 14:51:46.768 | + inc/rootwrap:add_sudo_secure_path:34 : sudo chmod 400 /etc/sudoers.d/zz-secure-path 2025-04-15 14:51:46.778 | + inc/rootwrap:add_sudo_secure_path:35 : sudo chown root:root /etc/sudoers.d/zz-secure-path 2025-04-15 14:51:46.787 | + lib/cinder:configure_cinder:289 : [[ -f /opt/stack//cinder/etc/cinder/resource_filters.json ]] 2025-04-15 14:51:46.789 | + lib/cinder:configure_cinder:290 : cp -p /opt/stack//cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2025-04-15 14:51:46.792 | + lib/cinder:configure_cinder:293 : cp /opt/stack//cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2025-04-15 14:51:46.796 | + lib/cinder:configure_cinder:295 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2025-04-15 14:51:46.811 | + lib/cinder:configure_cinder:296 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2025-04-15 14:51:46.825 | + lib/cinder:configure_cinder:297 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2025-04-15 14:51:46.841 | + lib/cinder:configure_cinder:298 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2025-04-15 14:51:46.857 | + lib/cinder:configure_cinder:299 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2025-04-15 14:51:46.873 | + lib/cinder:configure_cinder:300 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2025-04-15 14:51:46.888 | + lib/cinder:configure_cinder:301 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2025-04-15 14:51:46.904 | + lib/cinder:configure_cinder:302 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2025-04-15 14:51:46.921 | + lib/cinder:configure_cinder:304 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2025-04-15 14:51:46.923 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2025-04-15 14:51:46.925 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=cinder 2025-04-15 14:51:46.927 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-15 14:51:46.929 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2025-04-15 14:51:46.956 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2025-04-15 14:51:46.983 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-15 14:51:47.010 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2025-04-15 14:51:47.035 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken password nomoresecret 2025-04-15 14:51:47.063 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2025-04-15 14:51:47.091 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2025-04-15 14:51:47.118 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2025-04-15 14:51:47.146 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-15 14:51:47.173 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2025-04-15 14:51:47.200 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2025-04-15 14:51:47.229 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2025-04-15 14:51:47.256 | ++ lib/cinder:configure_cinder:309 : database_connection_url cinder 2025-04-15 14:51:47.258 | ++ lib/database:database_connection_url:134 : local db=cinder 2025-04-15 14:51:47.260 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2025-04-15 14:51:47.262 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=cinder 2025-04-15 14:51:47.264 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-15 14:51:47.266 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-15 14:51:47.268 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-15 14:51:47.282 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:51:47.284 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-15 14:51:47.287 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' 2025-04-15 14:51:47.289 | + lib/cinder:configure_cinder:309 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' 2025-04-15 14:51:47.316 | + lib/cinder:configure_cinder:310 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2025-04-15 14:51:47.342 | + lib/cinder:configure_cinder:311 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2025-04-15 14:51:47.368 | + lib/cinder:configure_cinder:312 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2025-04-15 14:51:47.394 | + lib/cinder:configure_cinder:313 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2025-04-15 14:51:47.420 | + lib/cinder:configure_cinder:314 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2025-04-15 14:51:47.446 | + lib/cinder:configure_cinder:315 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2025-04-15 14:51:47.473 | + lib/cinder:configure_cinder:316 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.180.1.21 2025-04-15 14:51:47.498 | + lib/cinder:configure_cinder:317 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2025-04-15 14:51:47.525 | ++ lib/cinder:configure_cinder:318 : openssl rand -hex 16 2025-04-15 14:51:47.532 | + lib/cinder:configure_cinder:318 : iniset /etc/cinder/cinder.conf key_manager fixed_key f270983894bd8530469491331d96b08a 2025-04-15 14:51:47.558 | + lib/cinder:configure_cinder:319 : [[ -n '' ]] 2025-04-15 14:51:47.560 | + lib/cinder:configure_cinder:324 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2025-04-15 14:51:47.586 | + lib/cinder:configure_cinder:325 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2025-04-15 14:51:47.612 | + lib/cinder:configure_cinder:326 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2025-04-15 14:51:47.638 | + lib/cinder:configure_cinder:331 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2025-04-15 14:51:47.664 | + lib/cinder:configure_cinder:333 : iniset /etc/cinder/cinder.conf DEFAULT report_interval 120 2025-04-15 14:51:47.692 | + lib/cinder:configure_cinder:334 : iniset /etc/cinder/cinder.conf DEFAULT service_down_time 720 2025-04-15 14:51:47.717 | + lib/cinder:configure_cinder:336 : is_service_enabled c-vol 2025-04-15 14:51:47.731 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:51:47.733 | + lib/cinder:configure_cinder:336 : [[ -n vmdk:vsphere ]] 2025-04-15 14:51:47.735 | + lib/cinder:configure_cinder:337 : local enabled_backends= 2025-04-15 14:51:47.737 | + lib/cinder:configure_cinder:338 : local default_name= 2025-04-15 14:51:47.739 | + lib/cinder:configure_cinder:339 : local be be_name be_type 2025-04-15 14:51:47.740 | + lib/cinder:configure_cinder:340 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-04-15 14:51:47.743 | + lib/cinder:configure_cinder:341 : be_type=vmdk 2025-04-15 14:51:47.744 | + lib/cinder:configure_cinder:342 : be_name=vsphere 2025-04-15 14:51:47.746 | + lib/cinder:configure_cinder:343 : type configure_cinder_backend_vmdk 2025-04-15 14:51:47.748 | + lib/cinder:configure_cinder:344 : configure_cinder_backend_vmdk vsphere 2025-04-15 14:51:47.750 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:33 : local be_name=vsphere 2025-04-15 14:51:47.752 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:34 : iniset /etc/cinder/cinder.conf vsphere volume_backend_name vsphere 2025-04-15 14:51:47.779 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:35 : iniset /etc/cinder/cinder.conf vsphere volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2025-04-15 14:51:47.804 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:36 : iniset /etc/cinder/cinder.conf vsphere vmware_host_ip vc1.osci.c.eu-de-1.cloud.sap 2025-04-15 14:51:47.829 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:37 : iniset /etc/cinder/cinder.conf vsphere vmware_host_username Administrator@vsphere.local 2025-04-15 14:51:47.853 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:38 : iniset /etc/cinder/cinder.conf vsphere vmware_host_password 'VMware1!VMware1!' 2025-04-15 14:51:47.877 | + lib/cinder:configure_cinder:346 : [[ -z '' ]] 2025-04-15 14:51:47.879 | + lib/cinder:configure_cinder:347 : default_name=vsphere 2025-04-15 14:51:47.880 | + lib/cinder:configure_cinder:349 : enabled_backends+=vsphere, 2025-04-15 14:51:47.882 | + lib/cinder:configure_cinder:351 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends vsphere 2025-04-15 14:51:47.906 | + lib/cinder:configure_cinder:352 : [[ -n vsphere ]] 2025-04-15 14:51:47.908 | + lib/cinder:configure_cinder:353 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type vsphere 2025-04-15 14:51:47.933 | + lib/cinder:configure_cinder:355 : configure_cinder_image_volume_cache 2025-04-15 14:51:47.935 | + lib/cinder:configure_cinder_image_volume_cache:717 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2025-04-15 14:51:47.937 | + lib/cinder:configure_cinder_image_volume_cache:718 : local be_name=vsphere 2025-04-15 14:51:47.939 | + lib/cinder:configure_cinder_image_volume_cache:720 : iniset /etc/cinder/cinder.conf vsphere image_volume_cache_enabled True 2025-04-15 14:51:47.964 | + lib/cinder:configure_cinder_image_volume_cache:722 : [[ -n '' ]] 2025-04-15 14:51:47.966 | + lib/cinder:configure_cinder_image_volume_cache:726 : [[ -n '' ]] 2025-04-15 14:51:47.968 | + lib/cinder:configure_cinder:358 : is_service_enabled c-bak 2025-04-15 14:51:47.982 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:51:47.984 | + lib/cinder:configure_cinder:366 : is_service_enabled ceilometer 2025-04-15 14:51:47.998 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:51:48.000 | + lib/cinder:configure_cinder:370 : is_service_enabled tls-proxy 2025-04-15 14:51:48.014 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:51:48.017 | + lib/cinder:configure_cinder:384 : '[' False '!=' False ']' 2025-04-15 14:51:48.019 | + lib/cinder:configure_cinder:388 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2025-04-15 14:51:48.021 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=cinder 2025-04-15 14:51:48.023 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/cinder/cinder.conf 2025-04-15 14:51:48.025 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-15 14:51:48.027 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-15 14:51:48.029 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-15 14:51:48.043 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:51:48.045 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-15 14:51:48.047 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-15 14:51:48.050 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-15 14:51:48.064 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:51:48.065 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-15 14:51:48.068 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-15 14:51:48.096 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-15 14:51:48.099 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-15 14:51:48.101 | + lib/cinder:configure_cinder:391 : setup_logging /etc/cinder/cinder.conf True 2025-04-15 14:51:48.103 | + functions:setup_logging:685 : setup_systemd_logging /etc/cinder/cinder.conf 2025-04-15 14:51:48.105 | + functions:setup_systemd_logging:700 : local conf_file=/etc/cinder/cinder.conf 2025-04-15 14:51:48.109 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-15 14:51:48.123 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-15 14:51:48.126 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-15 14:51:48.128 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-15 14:51:48.130 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-15 14:51:48.132 | + functions:setup_systemd_logging:713 : iniset /etc/cinder/cinder.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-15 14:51:48.160 | + functions:setup_systemd_logging:715 : iniset /etc/cinder/cinder.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2025-04-15 14:51:48.186 | + functions:setup_systemd_logging:716 : iniset /etc/cinder/cinder.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2025-04-15 14:51:48.213 | + functions:setup_systemd_logging:717 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-15 14:51:48.237 | + lib/cinder:configure_cinder:393 : is_service_enabled c-api 2025-04-15 14:51:48.251 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:51:48.252 | + lib/cinder:configure_cinder:394 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /opt/stack/data/venv/bin/cinder-wsgi /volume 2025-04-15 14:51:48.254 | + lib/apache:write_uwsgi_config:241 : local file=/etc/cinder/cinder-api-uwsgi.ini 2025-04-15 14:51:48.256 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/cinder-wsgi 2025-04-15 14:51:48.258 | + lib/apache:write_uwsgi_config:243 : local url=/volume 2025-04-15 14:51:48.260 | + lib/apache:write_uwsgi_config:244 : local http= 2025-04-15 14:51:48.262 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-15 14:51:48.265 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/cinder-wsgi 2025-04-15 14:51:48.268 | + lib/apache:write_uwsgi_config:246 : name=cinder-wsgi 2025-04-15 14:51:48.270 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-15 14:51:48.272 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-15 14:51:48.282 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-15 14:51:48.282 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-15 14:51:48.291 | d /var/run/uwsgi 0755 stack root 2025-04-15 14:51:48.294 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-15 14:51:48.304 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2025-04-15 14:51:48.308 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2025-04-15 14:51:48.310 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2025-04-15 14:51:48.313 | + lib/apache:write_uwsgi_config:262 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/cinder-wsgi 2025-04-15 14:51:48.338 | + lib/apache:write_uwsgi_config:263 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2025-04-15 14:51:48.361 | + lib/apache:write_uwsgi_config:265 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2025-04-15 14:51:48.384 | + lib/apache:write_uwsgi_config:267 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2025-04-15 14:51:48.406 | + lib/apache:write_uwsgi_config:268 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2025-04-15 14:51:48.429 | + lib/apache:write_uwsgi_config:271 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-15 14:51:48.452 | + lib/apache:write_uwsgi_config:272 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2025-04-15 14:51:48.474 | + lib/apache:write_uwsgi_config:273 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2025-04-15 14:51:48.496 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2025-04-15 14:51:48.519 | + lib/apache:write_uwsgi_config:277 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-04-15 14:51:48.542 | + lib/apache:write_uwsgi_config:279 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2025-04-15 14:51:48.564 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-15 14:51:48.586 | + lib/apache:write_uwsgi_config:283 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2025-04-15 14:51:48.609 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-04-15 14:51:48.611 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-04-15 14:51:48.614 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for cinder-wsgi 2025-04-15 14:51:48.615 | ++ lib/apache:apache_site_config_for:173 : local site=cinder-wsgi 2025-04-15 14:51:48.617 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-15 14:51:48.619 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:51:48.621 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:51:48.622 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2025-04-15 14:51:48.625 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2025-04-15 14:51:48.627 | + lib/apache:write_uwsgi_config:291 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2025-04-15 14:51:48.650 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2025-04-15 14:51:48.673 | + lib/apache:write_uwsgi_config:293 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 acquire=1 ' 2025-04-15 14:51:48.673 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2025-04-15 14:51:48.680 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 acquire=1 2025-04-15 14:51:48.683 | + lib/apache:write_uwsgi_config:294 : enable_apache_site cinder-wsgi 2025-04-15 14:51:48.684 | + lib/apache:enable_apache_site:190 : local site=cinder-wsgi 2025-04-15 14:51:48.686 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-15 14:51:48.688 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-15 14:51:48.690 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-15 14:51:48.692 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:51:48.694 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:51:48.696 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-15 14:51:48.697 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-15 14:51:48.699 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:51:48.701 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:51:48.703 | + lib/apache:enable_apache_site:194 : sudo a2ensite cinder-wsgi 2025-04-15 14:51:48.737 | Enabling site cinder-wsgi. 2025-04-15 14:51:48.741 | To activate the new configuration, you need to run: 2025-04-15 14:51:48.741 | systemctl reload apache2 2025-04-15 14:51:48.744 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-04-15 14:51:48.746 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-15 14:51:48.748 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-15 14:51:48.750 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-15 14:51:48.838 | + lib/cinder:configure_cinder:397 : [[ -r /opt/stack/devstack/lib/cinder_plugins/vsphere ]] 2025-04-15 14:51:48.840 | + lib/cinder:configure_cinder:398 : configure_cinder_driver 2025-04-15 14:51:48.842 | + lib/cinder_plugins/vsphere:configure_cinder_driver:33 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_ip vc1.osci.c.eu-de-1.cloud.sap 2025-04-15 14:51:48.867 | + lib/cinder_plugins/vsphere:configure_cinder_driver:34 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_username Administrator@vsphere.local 2025-04-15 14:51:48.891 | + lib/cinder_plugins/vsphere:configure_cinder_driver:35 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_password 'VMware1!VMware1!' 2025-04-15 14:51:48.913 | + lib/cinder_plugins/vsphere:configure_cinder_driver:36 : iniset /etc/cinder/cinder.conf DEFAULT volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2025-04-15 14:51:48.937 | + lib/cinder:configure_cinder:401 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2025-04-15 14:51:48.959 | + lib/cinder:configure_cinder:403 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.180.1.21/image 2025-04-15 14:51:48.982 | + lib/cinder:configure_cinder:404 : is_service_enabled tls-proxy 2025-04-15 14:51:48.995 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:51:48.997 | + lib/cinder:configure_cinder:410 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2025-04-15 14:51:48.999 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2025-04-15 14:51:49.001 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-04-15 14:51:49.003 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2025-04-15 14:51:49.005 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova auth_type password 2025-04-15 14:51:49.030 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova interface public 2025-04-15 14:51:49.053 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova auth_url http://10.180.1.21/identity 2025-04-15 14:51:49.077 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf nova username nova 2025-04-15 14:51:49.099 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova password nomoresecret 2025-04-15 14:51:49.122 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2025-04-15 14:51:49.145 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf nova project_name service 2025-04-15 14:51:49.168 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2025-04-15 14:51:49.191 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2025-04-15 14:51:49.213 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2025-04-15 14:51:49.237 | + lib/cinder:configure_cinder:411 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2025-04-15 14:51:49.259 | + lib/cinder:configure_cinder:412 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2025-04-15 14:51:49.283 | + lib/cinder:configure_cinder:414 : [[ ! -z '' ]] 2025-04-15 14:51:49.285 | + lib/cinder:configure_cinder:416 : is_service_enabled etcd3 2025-04-15 14:51:49.297 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:51:49.299 | + lib/cinder:configure_cinder:419 : iniset /etc/cinder/cinder.conf coordination backend_url 'etcd3+http://10.180.1.21:2379?api_version=v3' 2025-04-15 14:51:49.323 | + lib/cinder:configure_cinder:422 : [[ False == True ]] 2025-04-15 14:51:49.325 | + lib/cinder:configure_cinder:422 : [[ False == True ]] 2025-04-15 14:51:49.327 | + lib/cinder:configure_cinder:426 : iniset /etc/cinder/cinder.conf oslo_policy enforce_scope false 2025-04-15 14:51:49.351 | + lib/cinder:configure_cinder:427 : iniset /etc/cinder/cinder.conf oslo_policy enforce_new_defaults false 2025-04-15 14:51:49.374 | + stack.sh:main:957 : is_service_enabled neutron 2025-04-15 14:51:49.388 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:51:49.389 | + stack.sh:main:959 : stack_install_service neutron 2025-04-15 14:51:49.392 | + lib/stack:stack_install_service:20 : local service=neutron 2025-04-15 14:51:49.393 | + lib/stack:stack_install_service:21 : type install_neutron 2025-04-15 14:51:49.395 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-15 14:51:49.397 | + lib/stack:stack_install_service:32 : install_neutron 2025-04-15 14:51:49.399 | + lib/neutron:install_neutron:522 : use_library_from_git neutron-lib 2025-04-15 14:51:49.401 | + inc/python:use_library_from_git:272 : local name=neutron-lib 2025-04-15 14:51:49.403 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:51:49.405 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:51:49.407 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,neutron-lib, ]] 2025-04-15 14:51:49.409 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:51:49.411 | + lib/neutron:install_neutron:527 : git_clone https://opendev.org/openstack/neutron.git /opt/stack//neutron stable/2023.2 2025-04-15 14:51:49.413 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/neutron.git 2025-04-15 14:51:49.415 | + functions-common:git_clone:573 : local git_dest=/opt/stack//neutron 2025-04-15 14:51:49.417 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-15 14:51:49.419 | + functions-common:git_clone:575 : local orig_dir 2025-04-15 14:51:49.421 | ++ functions-common:git_clone:576 : pwd 2025-04-15 14:51:49.423 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-15 14:51:49.425 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-15 14:51:49.427 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-15 14:51:49.440 | + functions-common:git_clone:579 : RECLONE=False 2025-04-15 14:51:49.442 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-15 14:51:49.444 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-15 14:51:49.446 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-15 14:51:49.448 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-15 14:51:49.448 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-15 14:51:49.452 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//neutron ]] 2025-04-15 14:51:49.454 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-15 14:51:49.456 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2025-04-15 14:51:49.458 | + functions-common:git_timed:680 : local count=0 2025-04-15 14:51:49.459 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 14:51:49.461 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 14:51:49.463 | + functions-common:git_timed:684 : timeout=0 2025-04-15 14:51:49.465 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 14:51:49.467 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 14:51:49.468 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:51:49.470 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:51:49.473 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:51:49.476 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728709474 2025-04-15 14:51:49.477 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2025-04-15 14:51:49.479 | Cloning into '/opt/stack//neutron'... 2025-04-15 14:51:55.435 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 14:51:55.437 | + functions-common:time_stop:2400 : local name 2025-04-15 14:51:55.439 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:51:55.441 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:51:55.443 | + functions-common:time_stop:2403 : local total 2025-04-15 14:51:55.444 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:51:55.446 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 14:51:55.448 | + functions-common:time_stop:2407 : start_time=1744728709474 2025-04-15 14:51:55.450 | + functions-common:time_stop:2409 : [[ -z 1744728709474 ]] 2025-04-15 14:51:55.452 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:51:55.455 | + functions-common:time_stop:2412 : end_time=1744728715454 2025-04-15 14:51:55.457 | + functions-common:time_stop:2413 : elapsed_time=5980 2025-04-15 14:51:55.459 | + functions-common:time_stop:2414 : total=28699 2025-04-15 14:51:55.461 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:51:55.463 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=34679 2025-04-15 14:51:55.465 | + functions-common:git_clone:614 : cd /opt/stack//neutron 2025-04-15 14:51:55.466 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-15 14:51:55.468 | + functions-common:git_timed:680 : local count=0 2025-04-15 14:51:55.470 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 14:51:55.472 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 14:51:55.474 | + functions-common:git_timed:684 : timeout=0 2025-04-15 14:51:55.476 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 14:51:55.478 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 14:51:55.480 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:51:55.482 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:51:55.484 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:51:55.487 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728715485 2025-04-15 14:51:55.489 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-15 14:51:58.926 | From https://opendev.org/openstack/neutron 2025-04-15 14:51:58.926 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-15 14:51:58.931 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 14:51:58.933 | + functions-common:time_stop:2400 : local name 2025-04-15 14:51:58.935 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:51:58.937 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:51:58.939 | + functions-common:time_stop:2403 : local total 2025-04-15 14:51:58.941 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:51:58.942 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 14:51:58.944 | + functions-common:time_stop:2407 : start_time=1744728715485 2025-04-15 14:51:58.946 | + functions-common:time_stop:2409 : [[ -z 1744728715485 ]] 2025-04-15 14:51:58.949 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:51:58.952 | + functions-common:time_stop:2412 : end_time=1744728718950 2025-04-15 14:51:58.954 | + functions-common:time_stop:2413 : elapsed_time=3465 2025-04-15 14:51:58.955 | + functions-common:time_stop:2414 : total=34679 2025-04-15 14:51:58.957 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:51:58.959 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=38144 2025-04-15 14:51:58.961 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-15 14:51:58.963 | + functions-common:git_timed:680 : local count=0 2025-04-15 14:51:58.965 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 14:51:58.966 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 14:51:58.968 | + functions-common:git_timed:684 : timeout=0 2025-04-15 14:51:58.970 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 14:51:58.972 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 14:51:58.974 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:51:58.976 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:51:58.978 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:51:58.981 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728718979 2025-04-15 14:51:58.983 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-15 14:51:59.241 | Note: switching to 'FETCH_HEAD'. 2025-04-15 14:51:59.241 | 2025-04-15 14:51:59.241 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-15 14:51:59.241 | changes and commit them, and you can discard any commits you make in this 2025-04-15 14:51:59.241 | state without impacting any branches by switching back to a branch. 2025-04-15 14:51:59.241 | 2025-04-15 14:51:59.241 | If you want to create a new branch to retain commits you create, you may 2025-04-15 14:51:59.241 | do so (now or later) by using -c with the switch command. Example: 2025-04-15 14:51:59.241 | 2025-04-15 14:51:59.241 | git switch -c 2025-04-15 14:51:59.241 | 2025-04-15 14:51:59.241 | Or undo this operation with: 2025-04-15 14:51:59.241 | 2025-04-15 14:51:59.241 | git switch - 2025-04-15 14:51:59.241 | 2025-04-15 14:51:59.241 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-15 14:51:59.241 | 2025-04-15 14:51:59.241 | HEAD is now at ab3b600 [OVN] Isolate test_ovn_client* Functional Tests 2025-04-15 14:51:59.245 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 14:51:59.248 | + functions-common:time_stop:2400 : local name 2025-04-15 14:51:59.249 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:51:59.251 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:51:59.253 | + functions-common:time_stop:2403 : local total 2025-04-15 14:51:59.255 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:51:59.257 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 14:51:59.259 | + functions-common:time_stop:2407 : start_time=1744728718979 2025-04-15 14:51:59.261 | + functions-common:time_stop:2409 : [[ -z 1744728718979 ]] 2025-04-15 14:51:59.263 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:51:59.266 | + functions-common:time_stop:2412 : end_time=1744728719264 2025-04-15 14:51:59.268 | + functions-common:time_stop:2413 : elapsed_time=285 2025-04-15 14:51:59.270 | + functions-common:time_stop:2414 : total=38144 2025-04-15 14:51:59.271 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:51:59.273 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=38429 2025-04-15 14:51:59.275 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//neutron 2025-04-15 14:51:59.285 | + functions-common:git_clone:655 : cd /opt/stack//neutron 2025-04-15 14:51:59.288 | + functions-common:git_clone:656 : git show --oneline 2025-04-15 14:51:59.288 | + functions-common:git_clone:656 : head -1 2025-04-15 14:51:59.291 | ab3b600 [OVN] Isolate test_ovn_client* Functional Tests 2025-04-15 14:51:59.293 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-15 14:51:59.295 | + lib/neutron:install_neutron:528 : setup_develop /opt/stack//neutron 2025-04-15 14:51:59.297 | + inc/python:setup_develop:360 : local bindep 2025-04-15 14:51:59.299 | + inc/python:setup_develop:361 : [[ /opt/stack//neutron == -bindep* ]] 2025-04-15 14:51:59.301 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//neutron 2025-04-15 14:51:59.303 | + inc/python:setup_develop:366 : local extras= 2025-04-15 14:51:59.305 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//neutron -e 2025-04-15 14:51:59.307 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-15 14:51:59.309 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//neutron == -bindep* ]] 2025-04-15 14:51:59.311 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//neutron 2025-04-15 14:51:59.313 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-15 14:51:59.314 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-15 14:51:59.317 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//neutron 2025-04-15 14:51:59.319 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-15 14:51:59.321 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/neutron 2025-04-15 14:51:59.323 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-15 14:51:59.325 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-15 14:51:59.328 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2025-04-15 14:51:59.332 | + inc/python:_setup_package_with_constraints_edit:407 : name=neutron 2025-04-15 14:51:59.334 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- neutron 2025-04-15 14:51:59.653 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/neutron -e 2025-04-15 14:51:59.656 | + inc/python:setup_package:440 : local bindep=0 2025-04-15 14:51:59.658 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-15 14:51:59.660 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-15 14:51:59.662 | + inc/python:setup_package:443 : [[ /opt/stack/neutron == -bindep* ]] 2025-04-15 14:51:59.664 | + inc/python:setup_package:448 : local project_dir=/opt/stack/neutron 2025-04-15 14:51:59.666 | + inc/python:setup_package:449 : local flags=-e 2025-04-15 14:51:59.668 | + inc/python:setup_package:450 : local extras= 2025-04-15 14:51:59.670 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-15 14:51:59.672 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-15 14:51:59.674 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-15 14:51:59.675 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-15 14:51:59.677 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-15 14:51:59.679 | + inc/python:setup_package:468 : pip_install -e /opt/stack/neutron 2025-04-15 14:51:59.695 | Using python 3.10 to install /opt/stack/neutron 2025-04-15 14:51:59.697 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/neutron 2025-04-15 14:52:00.521 | Obtaining file:///opt/stack/neutron 2025-04-15 14:52:00.521 | Preparing metadata (setup.py): started 2025-04-15 14:52:01.123 | Preparing metadata (setup.py): finished with status 'done' 2025-04-15 14:52:01.195 | Requirement already satisfied: pbr>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.11.1) 2025-04-15 14:52:01.195 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (3.5.2) 2025-04-15 14:52:01.196 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (3.0.1) 2025-04-15 14:52:01.199 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (2.5.1) 2025-04-15 14:52:01.199 | Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (2.5.0) 2025-04-15 14:52:01.199 | Requirement already satisfied: decorator>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.1.1) 2025-04-15 14:52:01.199 | Requirement already satisfied: eventlet>=0.26.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (0.33.3) 2025-04-15 14:52:01.315 | Collecting pecan>=1.4.0 (from neutron==0.0.1.dev17) 2025-04-15 14:52:01.315 | Using cached pecan-1.4.2-py3-none-any.whl 2025-04-15 14:52:01.324 | Requirement already satisfied: httplib2>=0.9.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (0.22.0) 2025-04-15 14:52:01.325 | Requirement already satisfied: requests>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (2.28.2) 2025-04-15 14:52:01.325 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (3.1.2) 2025-04-15 14:52:01.326 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (10.4.1) 2025-04-15 14:52:01.327 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (0.8.0) 2025-04-15 14:52:01.328 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (0.11.0) 2025-04-15 14:52:01.376 | Collecting neutron-lib>=3.8.1 (from neutron==0.0.1.dev17) 2025-04-15 14:52:01.378 | Using cached neutron_lib-3.8.2-py3-none-any.whl.metadata (2.3 kB) 2025-04-15 14:52:01.415 | Collecting python-neutronclient>=7.8.0 (from neutron==0.0.1.dev17) 2025-04-15 14:52:01.418 | Using cached python_neutronclient-11.0.0-py3-none-any.whl.metadata (3.0 kB) 2025-04-15 14:52:01.419 | Requirement already satisfied: tenacity>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (6.3.1) 2025-04-15 14:52:01.420 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (1.4.41) 2025-04-15 14:52:01.421 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (1.8.7) 2025-04-15 14:52:01.422 | Requirement already satisfied: keystoneauth1>=3.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.3.0) 2025-04-15 14:52:01.423 | Requirement already satisfied: alembic>=1.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (1.9.4) 2025-04-15 14:52:01.423 | Requirement already satisfied: stevedore>=2.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.1.0) 2025-04-15 14:52:01.424 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (3.5.0) 2025-04-15 14:52:01.425 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.2.0) 2025-04-15 14:52:01.426 | Requirement already satisfied: oslo.config>=9.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (9.2.0) 2025-04-15 14:52:01.426 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.2.0) 2025-04-15 14:52:01.427 | Requirement already satisfied: oslo.db>=4.44.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (14.1.1) 2025-04-15 14:52:01.428 | Requirement already satisfied: oslo.i18n>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (6.1.1) 2025-04-15 14:52:01.429 | Requirement already satisfied: oslo.log>=5.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.3.2) 2025-04-15 14:52:01.432 | Requirement already satisfied: oslo.messaging>=7.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (14.4.2) 2025-04-15 14:52:01.432 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.2.0) 2025-04-15 14:52:01.432 | Requirement already satisfied: oslo.policy>=3.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (4.2.1) 2025-04-15 14:52:01.433 | Requirement already satisfied: oslo.privsep>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (3.2.0) 2025-04-15 14:52:01.433 | Requirement already satisfied: oslo.reports>=1.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (3.1.0) 2025-04-15 14:52:01.433 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (7.1.0) 2025-04-15 14:52:01.434 | Requirement already satisfied: oslo.serialization>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.2.1) 2025-04-15 14:52:01.435 | Requirement already satisfied: oslo.service>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (3.2.1) 2025-04-15 14:52:01.436 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (2.2.0) 2025-04-15 14:52:01.437 | Requirement already satisfied: oslo.utils>=6.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (6.2.1) 2025-04-15 14:52:01.437 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (3.2.0) 2025-04-15 14:52:01.438 | Requirement already satisfied: osprofiler>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (4.1.0) 2025-04-15 14:52:01.471 | Collecting os-ken>=2.2.0 (from neutron==0.0.1.dev17) 2025-04-15 14:52:01.473 | Using cached os_ken-2.7.1-py3-none-any.whl.metadata (1.6 kB) 2025-04-15 14:52:01.495 | Collecting os-resource-classes>=1.1.0 (from neutron==0.0.1.dev17) 2025-04-15 14:52:01.497 | Using cached os_resource_classes-1.1.0-py3-none-any.whl.metadata (1.9 kB) 2025-04-15 14:52:01.523 | Collecting ovs>=2.10.0 (from neutron==0.0.1.dev17) 2025-04-15 14:52:01.524 | Using cached ovs-2.17.7-py3-none-any.whl 2025-04-15 14:52:01.568 | Collecting ovsdbapp>=2.2.1 (from neutron==0.0.1.dev17) 2025-04-15 14:52:01.569 | Using cached ovsdbapp-2.4.2-py3-none-any.whl.metadata (1.4 kB) 2025-04-15 14:52:01.571 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (23.1) 2025-04-15 14:52:01.572 | Requirement already satisfied: psutil>=5.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.9.5) 2025-04-15 14:52:01.599 | Collecting pyroute2>=0.7.3 (from neutron==0.0.1.dev17) 2025-04-15 14:52:01.601 | Using cached pyroute2-0.7.7-py3-none-any.whl.metadata (8.3 kB) 2025-04-15 14:52:01.603 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (23.1.1) 2025-04-15 14:52:01.604 | Requirement already satisfied: python-novaclient>=9.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (18.4.0) 2025-04-15 14:52:01.605 | Requirement already satisfied: openstacksdk>=0.31.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (1.5.1) 2025-04-15 14:52:01.635 | Collecting python-designateclient>=2.7.0 (from neutron==0.0.1.dev17) 2025-04-15 14:52:01.637 | Using cached python_designateclient-5.3.0-py3-none-any.whl.metadata (1.4 kB) 2025-04-15 14:52:01.672 | Collecting os-vif>=3.1.0 (from neutron==0.0.1.dev17) 2025-04-15 14:52:01.673 | Using cached os_vif-3.2.0-py3-none-any.whl.metadata (2.3 kB) 2025-04-15 14:52:01.675 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (2.4.1) 2025-04-15 14:52:01.677 | Requirement already satisfied: tooz>=1.58.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (4.2.0) 2025-04-15 14:52:01.681 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=1.6.5->neutron==0.0.1.dev17) (1.2.4) 2025-04-15 14:52:01.685 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.19.0->neutron==0.0.1.dev17) (1.15.0) 2025-04-15 14:52:01.690 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.26.1->neutron==0.0.1.dev17) (2.3.0) 2025-04-15 14:52:01.691 | Requirement already satisfied: greenlet>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.26.1->neutron==0.0.1.dev17) (2.0.2) 2025-04-15 14:52:01.692 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.26.1->neutron==0.0.1.dev17) (1.16.0) 2025-04-15 14:52:01.699 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from httplib2>=0.9.1->neutron==0.0.1.dev17) (3.0.9) 2025-04-15 14:52:01.703 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->neutron==0.0.1.dev17) (2.1.2) 2025-04-15 14:52:01.729 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev17) (1.1.0) 2025-04-15 14:52:01.729 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev17) (1.7.0) 2025-04-15 14:52:01.753 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->neutron==0.0.1.dev17) (3.1.1) 2025-04-15 14:52:01.754 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->neutron==0.0.1.dev17) (5.2.0) 2025-04-15 14:52:01.806 | Collecting os-traits>=0.9.0 (from neutron-lib>=3.8.1->neutron==0.0.1.dev17) 2025-04-15 14:52:01.809 | Using cached os_traits-3.0.0-py3-none-any.whl.metadata (1.7 kB) 2025-04-15 14:52:01.878 | Collecting setproctitle>=1.1.10 (from neutron-lib>=3.8.1->neutron==0.0.1.dev17) 2025-04-15 14:52:01.879 | Using cached setproctitle-1.3.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.8 kB) 2025-04-15 14:52:01.893 | Requirement already satisfied: PyYAML>=3.13 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev17) (6.0) 2025-04-15 14:52:01.897 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev17) (1.4.4) 2025-04-15 14:52:01.897 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev17) (1.4.0) 2025-04-15 14:52:01.897 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev17) (1.32) 2025-04-15 14:52:01.897 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev17) (1.0.1) 2025-04-15 14:52:01.897 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev17) (1.1.8) 2025-04-15 14:52:01.897 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev17) (40.0.2) 2025-04-15 14:52:01.906 | Requirement already satisfied: msgpack>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-ken>=2.2.0->neutron==0.0.1.dev17) (1.0.5) 2025-04-15 14:52:01.933 | Collecting ncclient>=0.6.13 (from os-ken>=2.2.0->neutron==0.0.1.dev17) 2025-04-15 14:52:01.933 | Using cached ncclient-0.6.13-py2.py3-none-any.whl 2025-04-15 14:52:02.011 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->neutron==0.0.1.dev17) (0.18) 2025-04-15 14:52:02.032 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=9.0.0->neutron==0.0.1.dev17) (2.0.0) 2025-04-15 14:52:02.058 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev17) (2.0.1) 2025-04-15 14:52:02.059 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev17) (0.5.0) 2025-04-15 14:52:02.085 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=5.3.0->neutron==0.0.1.dev17) (2.8.2) 2025-04-15 14:52:02.087 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=5.3.0->neutron==0.0.1.dev17) (0.9.6) 2025-04-15 14:52:02.112 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev17) (5.1.1) 2025-04-15 14:52:02.113 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev17) (5.3.0) 2025-04-15 14:52:02.114 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev17) (5.2.4) 2025-04-15 14:52:02.115 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev17) (0.7.0) 2025-04-15 14:52:02.126 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->neutron==0.0.1.dev17) (4.0.1) 2025-04-15 14:52:02.128 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->neutron==0.0.1.dev17) (4.0.1) 2025-04-15 14:52:02.147 | Requirement already satisfied: cffi>=1.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=2.3.0->neutron==0.0.1.dev17) (1.15.1) 2025-04-15 14:52:02.173 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->neutron==0.0.1.dev17) (2023.3) 2025-04-15 14:52:02.174 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->neutron==0.0.1.dev17) (2023.3) 2025-04-15 14:52:02.187 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=3.2.1->neutron==0.0.1.dev17) (1.4.0) 2025-04-15 14:52:02.188 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=3.2.1->neutron==0.0.1.dev17) (4.0.1) 2025-04-15 14:52:02.199 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev17) (3.7.0) 2025-04-15 14:52:02.283 | Collecting sortedcontainers (from ovs>=2.10.0->neutron==0.0.1.dev17) 2025-04-15 14:52:02.285 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 2025-04-15 14:52:02.317 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->neutron==0.0.1.dev17) (69.1.1) 2025-04-15 14:52:02.374 | Collecting logutils>=0.3 (from pecan>=1.4.0->neutron==0.0.1.dev17) 2025-04-15 14:52:02.375 | Using cached logutils-0.3.5-py3-none-any.whl 2025-04-15 14:52:02.436 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-designateclient>=2.7.0->neutron==0.0.1.dev17) (4.3.0) 2025-04-15 14:52:02.437 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-designateclient>=2.7.0->neutron==0.0.1.dev17) (4.17.3) 2025-04-15 14:52:02.469 | Collecting osc-lib>=1.8.0 (from python-designateclient>=2.7.0->neutron==0.0.1.dev17) 2025-04-15 14:52:02.476 | Using cached osc_lib-2.8.1-py3-none-any.whl.metadata (3.9 kB) 2025-04-15 14:52:02.531 | Collecting os-client-config>=1.28.0 (from python-neutronclient>=7.8.0->neutron==0.0.1.dev17) 2025-04-15 14:52:02.533 | Using cached os_client_config-2.1.0-py3-none-any.whl.metadata (2.2 kB) 2025-04-15 14:52:02.668 | Collecting simplejson>=3.5.1 (from python-neutronclient>=7.8.0->neutron==0.0.1.dev17) 2025-04-15 14:52:02.671 | Using cached simplejson-3.19.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.1 kB) 2025-04-15 14:52:02.738 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->neutron==0.0.1.dev17) (3.1.0) 2025-04-15 14:52:02.740 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->neutron==0.0.1.dev17) (3.4) 2025-04-15 14:52:02.740 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->neutron==0.0.1.dev17) (1.26.15) 2025-04-15 14:52:02.741 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->neutron==0.0.1.dev17) (2025.1.31) 2025-04-15 14:52:02.759 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->neutron==0.0.1.dev17) (0.7) 2025-04-15 14:52:02.907 | Requirement already satisfied: voluptuous>=0.8.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz>=1.58.0->neutron==0.0.1.dev17) (0.13.1) 2025-04-15 14:52:02.940 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=7.0.0->neutron==0.0.1.dev17) (5.0.0) 2025-04-15 14:52:03.012 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.14.0->oslo.privsep>=2.3.0->neutron==0.0.1.dev17) (2.21) 2025-04-15 14:52:03.045 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev17) (0.5.1) 2025-04-15 14:52:03.046 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev17) (2.4.3) 2025-04-15 14:52:03.047 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev17) (6.0.1) 2025-04-15 14:52:03.234 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.2->neutron==0.0.1.dev17) (2.3) 2025-04-15 14:52:03.268 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==0.0.1.dev17) (23.1.0) 2025-04-15 14:52:03.269 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==0.0.1.dev17) (0.19.3) 2025-04-15 14:52:03.390 | Requirement already satisfied: paramiko>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev17) (3.1.0) 2025-04-15 14:52:03.392 | Requirement already satisfied: lxml>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev17) (4.9.2) 2025-04-15 14:52:03.488 | Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging>=7.0.0->neutron==0.0.1.dev17) (0.16.0) 2025-04-15 14:52:03.510 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev17) (0.2.6) 2025-04-15 14:52:03.890 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=4.44.0->neutron==0.0.1.dev17) (2.6.0) 2025-04-15 14:52:04.125 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev17) (1.8.2) 2025-04-15 14:52:04.165 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev17) (3.15.0) 2025-04-15 14:52:04.239 | Requirement already satisfied: pynacl>=1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from paramiko>=1.15.0->ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev17) (1.5.0) 2025-04-15 14:52:04.478 | Using cached neutron_lib-3.8.2-py3-none-any.whl (601 kB) 2025-04-15 14:52:04.484 | Using cached os_ken-2.7.1-py3-none-any.whl (2.0 MB) 2025-04-15 14:52:04.497 | Using cached os_resource_classes-1.1.0-py3-none-any.whl (11 kB) 2025-04-15 14:52:04.500 | Using cached os_vif-3.2.0-py3-none-any.whl (112 kB) 2025-04-15 14:52:04.503 | Using cached ovsdbapp-2.4.2-py3-none-any.whl (139 kB) 2025-04-15 14:52:04.507 | Using cached pyroute2-0.7.7-py3-none-any.whl (456 kB) 2025-04-15 14:52:04.512 | Using cached python_designateclient-5.3.0-py3-none-any.whl (95 kB) 2025-04-15 14:52:04.515 | Using cached python_neutronclient-11.0.0-py3-none-any.whl (293 kB) 2025-04-15 14:52:04.520 | Using cached os_client_config-2.1.0-py3-none-any.whl (31 kB) 2025-04-15 14:52:04.522 | Using cached os_traits-3.0.0-py3-none-any.whl (41 kB) 2025-04-15 14:52:04.524 | Using cached osc_lib-2.8.1-py3-none-any.whl (89 kB) 2025-04-15 14:52:04.527 | Using cached setproctitle-1.3.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (30 kB) 2025-04-15 14:52:04.530 | Using cached simplejson-3.19.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (137 kB) 2025-04-15 14:52:04.536 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2025-04-15 14:52:04.952 | Installing collected packages: sortedcontainers, pyroute2, logutils, simplejson, setproctitle, ovs, os-traits, os-resource-classes, pecan, ovsdbapp, osc-lib, os-client-config, ncclient, python-neutronclient, python-designateclient, os-ken, os-vif, neutron-lib, neutron 2025-04-15 14:52:07.638 | Running setup.py develop for neutron 2025-04-15 14:52:09.092 | Successfully installed logutils-0.3.5 ncclient-0.6.13 neutron-0.0.1.dev17 neutron-lib-3.8.2 os-client-config-2.1.0 os-ken-2.7.1 os-resource-classes-1.1.0 os-traits-3.0.0 os-vif-3.2.0 osc-lib-2.8.1 ovs-2.17.7 ovsdbapp-2.4.2 pecan-1.4.2 pyroute2-0.7.7 python-designateclient-5.3.0 python-neutronclient-11.0.0 setproctitle-1.3.2 simplejson-3.19.1 sortedcontainers-2.4.0 2025-04-15 14:52:09.246 | + inc/python:pip_install:222 : result=0 2025-04-15 14:52:09.248 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 14:52:09.251 | + functions-common:time_stop:2400 : local name 2025-04-15 14:52:09.252 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:52:09.254 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:52:09.256 | + functions-common:time_stop:2403 : local total 2025-04-15 14:52:09.258 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:52:09.260 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 14:52:09.262 | + functions-common:time_stop:2407 : start_time=1744728719691 2025-04-15 14:52:09.263 | + functions-common:time_stop:2409 : [[ -z 1744728719691 ]] 2025-04-15 14:52:09.266 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:52:09.269 | + functions-common:time_stop:2412 : end_time=1744728729267 2025-04-15 14:52:09.271 | + functions-common:time_stop:2413 : elapsed_time=9576 2025-04-15 14:52:09.272 | + functions-common:time_stop:2414 : total=59344 2025-04-15 14:52:09.274 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:52:09.276 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=68920 2025-04-15 14:52:09.278 | + inc/python:pip_install:225 : return 0 2025-04-15 14:52:09.280 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-15 14:52:09.282 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-15 14:52:09.284 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/neutron 2025-04-15 14:52:09.286 | + inc/python:use_library_from_git:272 : local name=/opt/stack/neutron 2025-04-15 14:52:09.288 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:52:09.290 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:52:09.292 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/neutron, ]] 2025-04-15 14:52:09.294 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:52:09.296 | + lib/neutron:install_neutron:530 : [[ openvswitch == \o\v\n ]] 2025-04-15 14:52:09.298 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-15 14:52:09.300 | + stack.sh:main:962 : is_service_enabled nova 2025-04-15 14:52:09.313 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:52:09.315 | + stack.sh:main:964 : stack_install_service nova 2025-04-15 14:52:09.317 | + lib/stack:stack_install_service:20 : local service=nova 2025-04-15 14:52:09.319 | + lib/stack:stack_install_service:21 : type install_nova 2025-04-15 14:52:09.321 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-15 14:52:09.323 | + lib/stack:stack_install_service:32 : install_nova 2025-04-15 14:52:09.325 | + lib/nova:install_nova:922 : use_library_from_git os-vif 2025-04-15 14:52:09.327 | + inc/python:use_library_from_git:272 : local name=os-vif 2025-04-15 14:52:09.329 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:52:09.331 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:52:09.333 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-vif, ]] 2025-04-15 14:52:09.335 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:52:09.336 | + lib/nova:install_nova:927 : is_service_enabled n-cpu 2025-04-15 14:52:09.349 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:52:09.351 | + lib/nova:install_nova:931 : is_service_enabled n-novnc 2025-04-15 14:52:09.364 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:52:09.366 | + lib/nova:install_nova:958 : is_service_enabled n-spice 2025-04-15 14:52:09.379 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:52:09.380 | + lib/nova:install_nova:970 : git_clone https://opendev.org/openstack/nova.git /opt/stack//nova 40774c7f6cdb53f29cd679d4f0cd6479daef7012 2025-04-15 14:52:09.382 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/nova.git 2025-04-15 14:52:09.384 | + functions-common:git_clone:573 : local git_dest=/opt/stack//nova 2025-04-15 14:52:09.386 | + functions-common:git_clone:574 : local git_ref=40774c7f6cdb53f29cd679d4f0cd6479daef7012 2025-04-15 14:52:09.387 | + functions-common:git_clone:575 : local orig_dir 2025-04-15 14:52:09.389 | ++ functions-common:git_clone:576 : pwd 2025-04-15 14:52:09.392 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-15 14:52:09.393 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-15 14:52:09.396 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-15 14:52:09.408 | + functions-common:git_clone:579 : RECLONE=False 2025-04-15 14:52:09.410 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-15 14:52:09.411 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-15 14:52:09.413 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-15 14:52:09.415 | + functions-common:git_clone:593 : echo 40774c7f6cdb53f29cd679d4f0cd6479daef7012 2025-04-15 14:52:09.415 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-15 14:52:09.419 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//nova ]] 2025-04-15 14:52:09.421 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-15 14:52:09.423 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2025-04-15 14:52:09.425 | + functions-common:git_timed:680 : local count=0 2025-04-15 14:52:09.426 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 14:52:09.428 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 14:52:09.430 | + functions-common:git_timed:684 : timeout=0 2025-04-15 14:52:09.432 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 14:52:09.433 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 14:52:09.435 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:52:09.437 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:52:09.439 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:52:09.442 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728729440 2025-04-15 14:52:09.444 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2025-04-15 14:52:09.446 | Cloning into '/opt/stack//nova'... 2025-04-15 14:52:13.110 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 14:52:13.113 | + functions-common:time_stop:2400 : local name 2025-04-15 14:52:13.115 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:52:13.117 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:52:13.118 | + functions-common:time_stop:2403 : local total 2025-04-15 14:52:13.120 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:52:13.122 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 14:52:13.124 | + functions-common:time_stop:2407 : start_time=1744728729440 2025-04-15 14:52:13.125 | + functions-common:time_stop:2409 : [[ -z 1744728729440 ]] 2025-04-15 14:52:13.128 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:52:13.131 | + functions-common:time_stop:2412 : end_time=1744728733129 2025-04-15 14:52:13.133 | + functions-common:time_stop:2413 : elapsed_time=3689 2025-04-15 14:52:13.135 | + functions-common:time_stop:2414 : total=38429 2025-04-15 14:52:13.136 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:52:13.138 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=42118 2025-04-15 14:52:13.140 | + functions-common:git_clone:614 : cd /opt/stack//nova 2025-04-15 14:52:13.142 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin 40774c7f6cdb53f29cd679d4f0cd6479daef7012 2025-04-15 14:52:13.144 | + functions-common:git_timed:680 : local count=0 2025-04-15 14:52:13.146 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 14:52:13.148 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 14:52:13.149 | + functions-common:git_timed:684 : timeout=0 2025-04-15 14:52:13.151 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 14:52:13.153 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 14:52:13.155 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:52:13.157 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:52:13.159 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:52:13.162 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728733160 2025-04-15 14:52:13.164 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin 40774c7f6cdb53f29cd679d4f0cd6479daef7012 2025-04-15 14:52:19.886 | From https://opendev.org/openstack/nova 2025-04-15 14:52:19.886 | * branch 40774c7f6cdb53f29cd679d4f0cd6479daef7012 -> FETCH_HEAD 2025-04-15 14:52:19.920 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 14:52:19.922 | + functions-common:time_stop:2400 : local name 2025-04-15 14:52:19.924 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:52:19.925 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:52:19.927 | + functions-common:time_stop:2403 : local total 2025-04-15 14:52:19.929 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:52:19.930 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 14:52:19.932 | + functions-common:time_stop:2407 : start_time=1744728733160 2025-04-15 14:52:19.933 | + functions-common:time_stop:2409 : [[ -z 1744728733160 ]] 2025-04-15 14:52:19.936 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:52:19.939 | + functions-common:time_stop:2412 : end_time=1744728739937 2025-04-15 14:52:19.940 | + functions-common:time_stop:2413 : elapsed_time=6777 2025-04-15 14:52:19.942 | + functions-common:time_stop:2414 : total=42118 2025-04-15 14:52:19.944 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:52:19.945 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=48895 2025-04-15 14:52:19.947 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-15 14:52:19.949 | + functions-common:git_timed:680 : local count=0 2025-04-15 14:52:19.950 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 14:52:19.952 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 14:52:19.954 | + functions-common:git_timed:684 : timeout=0 2025-04-15 14:52:19.956 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 14:52:19.957 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 14:52:19.959 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:52:19.961 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:52:19.963 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:52:19.966 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728739964 2025-04-15 14:52:19.967 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-15 14:52:20.268 | Note: switching to 'FETCH_HEAD'. 2025-04-15 14:52:20.268 | 2025-04-15 14:52:20.268 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-15 14:52:20.268 | changes and commit them, and you can discard any commits you make in this 2025-04-15 14:52:20.268 | state without impacting any branches by switching back to a branch. 2025-04-15 14:52:20.268 | 2025-04-15 14:52:20.268 | If you want to create a new branch to retain commits you create, you may 2025-04-15 14:52:20.268 | do so (now or later) by using -c with the switch command. Example: 2025-04-15 14:52:20.268 | 2025-04-15 14:52:20.268 | git switch -c 2025-04-15 14:52:20.268 | 2025-04-15 14:52:20.268 | Or undo this operation with: 2025-04-15 14:52:20.268 | 2025-04-15 14:52:20.268 | git switch - 2025-04-15 14:52:20.268 | 2025-04-15 14:52:20.268 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-15 14:52:20.268 | 2025-04-15 14:52:20.268 | HEAD is now at 40774c7 [doc]Add `socket` option to [pci]alias numa_policy 2025-04-15 14:52:20.272 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 14:52:20.274 | + functions-common:time_stop:2400 : local name 2025-04-15 14:52:20.276 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:52:20.278 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:52:20.279 | + functions-common:time_stop:2403 : local total 2025-04-15 14:52:20.281 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:52:20.282 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 14:52:20.284 | + functions-common:time_stop:2407 : start_time=1744728739964 2025-04-15 14:52:20.286 | + functions-common:time_stop:2409 : [[ -z 1744728739964 ]] 2025-04-15 14:52:20.288 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:52:20.291 | + functions-common:time_stop:2412 : end_time=1744728740289 2025-04-15 14:52:20.293 | + functions-common:time_stop:2413 : elapsed_time=325 2025-04-15 14:52:20.294 | + functions-common:time_stop:2414 : total=48895 2025-04-15 14:52:20.296 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:52:20.297 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=49220 2025-04-15 14:52:20.299 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//nova 2025-04-15 14:52:20.309 | + functions-common:git_clone:655 : cd /opt/stack//nova 2025-04-15 14:52:20.311 | + functions-common:git_clone:656 : git show --oneline 2025-04-15 14:52:20.312 | + functions-common:git_clone:656 : head -1 2025-04-15 14:52:20.314 | 40774c7 [doc]Add `socket` option to [pci]alias numa_policy 2025-04-15 14:52:20.316 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-15 14:52:20.318 | + lib/nova:install_nova:971 : setup_develop /opt/stack//nova 2025-04-15 14:52:20.320 | + inc/python:setup_develop:360 : local bindep 2025-04-15 14:52:20.321 | + inc/python:setup_develop:361 : [[ /opt/stack//nova == -bindep* ]] 2025-04-15 14:52:20.323 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//nova 2025-04-15 14:52:20.325 | + inc/python:setup_develop:366 : local extras= 2025-04-15 14:52:20.327 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//nova -e 2025-04-15 14:52:20.329 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-15 14:52:20.331 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//nova == -bindep* ]] 2025-04-15 14:52:20.333 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//nova 2025-04-15 14:52:20.335 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-15 14:52:20.336 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-15 14:52:20.339 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//nova 2025-04-15 14:52:20.341 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-15 14:52:20.343 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/nova 2025-04-15 14:52:20.345 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-15 14:52:20.347 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-15 14:52:20.350 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2025-04-15 14:52:20.354 | + inc/python:_setup_package_with_constraints_edit:407 : name=nova 2025-04-15 14:52:20.355 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- nova 2025-04-15 14:52:20.673 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/nova -e 2025-04-15 14:52:20.675 | + inc/python:setup_package:440 : local bindep=0 2025-04-15 14:52:20.677 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-15 14:52:20.679 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-15 14:52:20.681 | + inc/python:setup_package:443 : [[ /opt/stack/nova == -bindep* ]] 2025-04-15 14:52:20.682 | + inc/python:setup_package:448 : local project_dir=/opt/stack/nova 2025-04-15 14:52:20.684 | + inc/python:setup_package:449 : local flags=-e 2025-04-15 14:52:20.686 | + inc/python:setup_package:450 : local extras= 2025-04-15 14:52:20.688 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-15 14:52:20.690 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-15 14:52:20.692 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-15 14:52:20.694 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-15 14:52:20.695 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-15 14:52:20.697 | + inc/python:setup_package:468 : pip_install -e /opt/stack/nova 2025-04-15 14:52:20.713 | Using python 3.10 to install /opt/stack/nova 2025-04-15 14:52:20.714 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/nova 2025-04-15 14:52:21.540 | Obtaining file:///opt/stack/nova 2025-04-15 14:52:21.540 | Preparing metadata (setup.py): started 2025-04-15 14:52:22.168 | Preparing metadata (setup.py): finished with status 'done' 2025-04-15 14:52:22.256 | Requirement already satisfied: pbr>=5.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (5.11.1) 2025-04-15 14:52:22.256 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (1.4.41) 2025-04-15 14:52:22.257 | Requirement already satisfied: decorator>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (5.1.1) 2025-04-15 14:52:22.260 | Requirement already satisfied: eventlet>=0.30.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (0.33.3) 2025-04-15 14:52:22.260 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.1.2) 2025-04-15 14:52:22.260 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (10.4.1) 2025-04-15 14:52:22.260 | Requirement already satisfied: lxml>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (4.9.2) 2025-04-15 14:52:22.261 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (2.5.1) 2025-04-15 14:52:22.262 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (40.0.2) 2025-04-15 14:52:22.262 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (1.8.7) 2025-04-15 14:52:22.263 | Requirement already satisfied: greenlet>=0.4.15 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (2.0.2) 2025-04-15 14:52:22.264 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.0.1) 2025-04-15 14:52:22.265 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.5.2) 2025-04-15 14:52:22.265 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.7.0) 2025-04-15 14:52:22.266 | Requirement already satisfied: alembic>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (1.9.4) 2025-04-15 14:52:22.267 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (0.8.0) 2025-04-15 14:52:22.268 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (0.11.0) 2025-04-15 14:52:22.269 | Requirement already satisfied: paramiko>=2.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.1.0) 2025-04-15 14:52:22.269 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (1.1.0) 2025-04-15 14:52:22.270 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (4.17.3) 2025-04-15 14:52:22.271 | Requirement already satisfied: python-cinderclient!=4.0.0,>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (9.4.0) 2025-04-15 14:52:22.272 | Requirement already satisfied: keystoneauth1>=3.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (5.3.0) 2025-04-15 14:52:22.272 | Requirement already satisfied: python-neutronclient>=7.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (11.0.0) 2025-04-15 14:52:22.273 | Requirement already satisfied: python-glanceclient>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (4.4.1) 2025-04-15 14:52:22.274 | Requirement already satisfied: requests>=2.25.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (2.28.2) 2025-04-15 14:52:22.275 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (5.1.0) 2025-04-15 14:52:22.367 | Collecting websockify>=0.9.0 (from nova==0.0.1.dev17) 2025-04-15 14:52:22.368 | Using cached websockify-0.10.0-py3-none-any.whl 2025-04-15 14:52:22.375 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.5.0) 2025-04-15 14:52:22.376 | Requirement already satisfied: oslo.concurrency>=5.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (5.2.0) 2025-04-15 14:52:22.376 | Requirement already satisfied: oslo.config>=8.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (9.2.0) 2025-04-15 14:52:22.377 | Requirement already satisfied: oslo.context>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (5.2.0) 2025-04-15 14:52:22.378 | Requirement already satisfied: oslo.log>=4.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (5.3.2) 2025-04-15 14:52:22.379 | Requirement already satisfied: oslo.limit>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (2.2.0) 2025-04-15 14:52:22.379 | Requirement already satisfied: oslo.reports>=1.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.1.0) 2025-04-15 14:52:22.380 | Requirement already satisfied: oslo.serialization>=4.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (5.2.1) 2025-04-15 14:52:22.381 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (2.2.0) 2025-04-15 14:52:22.383 | Requirement already satisfied: oslo.utils>=4.12.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (6.2.1) 2025-04-15 14:52:22.383 | Requirement already satisfied: oslo.db>=10.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (14.1.1) 2025-04-15 14:52:22.383 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (7.1.0) 2025-04-15 14:52:22.384 | Requirement already satisfied: oslo.messaging>=14.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (14.4.2) 2025-04-15 14:52:22.385 | Requirement already satisfied: oslo.policy>=3.11.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (4.2.1) 2025-04-15 14:52:22.386 | Requirement already satisfied: oslo.privsep>=2.6.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.2.0) 2025-04-15 14:52:22.387 | Requirement already satisfied: oslo.i18n>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (6.1.1) 2025-04-15 14:52:22.388 | Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.2.1) 2025-04-15 14:52:22.388 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (2.0.0) 2025-04-15 14:52:22.389 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (5.2.0) 2025-04-15 14:52:22.390 | Requirement already satisfied: psutil>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (5.9.5) 2025-04-15 14:52:22.391 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.2.0) 2025-04-15 14:52:22.392 | Requirement already satisfied: os-brick>=5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (6.4.2) 2025-04-15 14:52:22.393 | Requirement already satisfied: os-resource-classes>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (1.1.0) 2025-04-15 14:52:22.396 | Requirement already satisfied: os-traits>=2.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.0.0) 2025-04-15 14:52:22.396 | Requirement already satisfied: os-vif>=3.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.2.0) 2025-04-15 14:52:22.396 | Requirement already satisfied: castellan>=0.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (4.3.0) 2025-04-15 14:52:22.418 | Collecting microversion-parse>=0.2.1 (from nova==0.0.1.dev17) 2025-04-15 14:52:22.420 | Using cached microversion_parse-1.0.1-py3-none-any.whl.metadata (5.0 kB) 2025-04-15 14:52:22.422 | Requirement already satisfied: tooz>=1.58.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (4.2.0) 2025-04-15 14:52:22.423 | Requirement already satisfied: cursive>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (0.2.3) 2025-04-15 14:52:22.424 | Requirement already satisfied: retrying!=1.3.0,>=1.3.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (1.3.4) 2025-04-15 14:52:22.425 | Requirement already satisfied: os-service-types>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (1.7.0) 2025-04-15 14:52:22.426 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (2.8.2) 2025-04-15 14:52:22.426 | Requirement already satisfied: futurist>=1.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (2.4.1) 2025-04-15 14:52:22.427 | Requirement already satisfied: openstacksdk>=0.35.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (1.5.1) 2025-04-15 14:52:22.428 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (6.0) 2025-04-15 14:52:22.429 | Requirement already satisfied: packaging>=21.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (23.1) 2025-04-15 14:52:22.435 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=1.5.0->nova==0.0.1.dev17) (1.2.4) 2025-04-15 14:52:22.445 | Requirement already satisfied: python-barbicanclient>=4.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from castellan>=0.16.0->nova==0.0.1.dev17) (5.6.1) 2025-04-15 14:52:22.464 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.7->nova==0.0.1.dev17) (1.15.1) 2025-04-15 14:52:22.477 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.30.1->nova==0.0.1.dev17) (2.3.0) 2025-04-15 14:52:22.478 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.30.1->nova==0.0.1.dev17) (1.16.0) 2025-04-15 14:52:22.490 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->nova==0.0.1.dev17) (2.1.2) 2025-04-15 14:52:22.508 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->nova==0.0.1.dev17) (23.1.0) 2025-04-15 14:52:22.509 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->nova==0.0.1.dev17) (0.19.3) 2025-04-15 14:52:22.557 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.20.0->nova==0.0.1.dev17) (3.1.1) 2025-04-15 14:52:22.557 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.20.0->nova==0.0.1.dev17) (5.2.0) 2025-04-15 14:52:22.582 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev17) (1.4.4) 2025-04-15 14:52:22.583 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev17) (1.4.0) 2025-04-15 14:52:22.584 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev17) (1.32) 2025-04-15 14:52:22.585 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev17) (1.0.1) 2025-04-15 14:52:22.586 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev17) (1.1.8) 2025-04-15 14:52:22.597 | Requirement already satisfied: os-win>=5.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=5.2->nova==0.0.1.dev17) (5.9.0) 2025-04-15 14:52:22.599 | Requirement already satisfied: tenacity>=6.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=5.2->nova==0.0.1.dev17) (6.3.1) 2025-04-15 14:52:22.622 | Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-vif>=3.1.0->nova==0.0.1.dev17) (2.5.0) 2025-04-15 14:52:22.623 | Requirement already satisfied: ovsdbapp>=0.12.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-vif>=3.1.0->nova==0.0.1.dev17) (2.4.2) 2025-04-15 14:52:22.625 | Requirement already satisfied: pyroute2>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-vif>=3.1.0->nova==0.0.1.dev17) (0.7.7) 2025-04-15 14:52:22.652 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=5.0.1->nova==0.0.1.dev17) (0.18) 2025-04-15 14:52:22.722 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=10.0.0->nova==0.0.1.dev17) (2.0.1) 2025-04-15 14:52:22.723 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=10.0.0->nova==0.0.1.dev17) (0.5.0) 2025-04-15 14:52:22.761 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.6.1->nova==0.0.1.dev17) (0.9.6) 2025-04-15 14:52:22.788 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==0.0.1.dev17) (5.1.1) 2025-04-15 14:52:22.788 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==0.0.1.dev17) (5.3.0) 2025-04-15 14:52:22.791 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==0.0.1.dev17) (5.2.4) 2025-04-15 14:52:22.791 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==0.0.1.dev17) (0.7.0) 2025-04-15 14:52:22.802 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->nova==0.0.1.dev17) (4.0.1) 2025-04-15 14:52:22.804 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->nova==0.0.1.dev17) (4.0.1) 2025-04-15 14:52:22.827 | Requirement already satisfied: msgpack>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=2.6.2->nova==0.0.1.dev17) (1.0.5) 2025-04-15 14:52:22.854 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=4.2.0->nova==0.0.1.dev17) (2023.3) 2025-04-15 14:52:22.855 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=4.2.0->nova==0.0.1.dev17) (2023.3) 2025-04-15 14:52:22.869 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->nova==0.0.1.dev17) (1.4.0) 2025-04-15 14:52:22.870 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->nova==0.0.1.dev17) (4.0.1) 2025-04-15 14:52:22.894 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.12.1->nova==0.0.1.dev17) (3.0.9) 2025-04-15 14:52:22.939 | Requirement already satisfied: pynacl>=1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from paramiko>=2.7.1->nova==0.0.1.dev17) (1.5.0) 2025-04-15 14:52:22.951 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->nova==0.0.1.dev17) (69.1.1) 2025-04-15 14:52:22.989 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->nova==0.0.1.dev17) (0.2.6) 2025-04-15 14:52:23.052 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=2.8.0->nova==0.0.1.dev17) (23.1.1) 2025-04-15 14:52:23.053 | Requirement already satisfied: warlock>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=2.8.0->nova==0.0.1.dev17) (2.0.1) 2025-04-15 14:52:23.054 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=2.8.0->nova==0.0.1.dev17) (1.15.0) 2025-04-15 14:52:23.073 | Requirement already satisfied: cliff>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==0.0.1.dev17) (4.3.0) 2025-04-15 14:52:23.075 | Requirement already satisfied: os-client-config>=1.28.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==0.0.1.dev17) (2.1.0) 2025-04-15 14:52:23.075 | Requirement already satisfied: osc-lib>=1.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==0.0.1.dev17) (2.8.1) 2025-04-15 14:52:23.078 | Requirement already satisfied: simplejson>=3.5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==0.0.1.dev17) (3.19.1) 2025-04-15 14:52:23.108 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==0.0.1.dev17) (3.1.0) 2025-04-15 14:52:23.110 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==0.0.1.dev17) (3.4) 2025-04-15 14:52:23.110 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==0.0.1.dev17) (1.26.15) 2025-04-15 14:52:23.111 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==0.0.1.dev17) (2025.1.31) 2025-04-15 14:52:23.155 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->nova==0.0.1.dev17) (0.7) 2025-04-15 14:52:23.279 | Requirement already satisfied: voluptuous>=0.8.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz>=1.58.0->nova==0.0.1.dev17) (0.13.1) 2025-04-15 14:52:23.575 | Collecting numpy (from websockify>=0.9.0->nova==0.0.1.dev17) 2025-04-15 14:52:23.578 | Using cached numpy-1.24.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.6 kB) 2025-04-15 14:52:23.596 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=14.1.0->nova==0.0.1.dev17) (5.0.0) 2025-04-15 14:52:23.703 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.7->nova==0.0.1.dev17) (2.21) 2025-04-15 14:52:23.737 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.0.1.dev17) (0.5.1) 2025-04-15 14:52:23.741 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.0.1.dev17) (2.4.3) 2025-04-15 14:52:23.741 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.0.1.dev17) (6.0.1) 2025-04-15 14:52:23.884 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.35.0->nova==0.0.1.dev17) (2.3) 2025-04-15 14:52:24.032 | Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging>=14.1.0->nova==0.0.1.dev17) (0.16.0) 2025-04-15 14:52:24.052 | Requirement already satisfied: ovs>=2.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==0.0.1.dev17) (2.17.7) 2025-04-15 14:52:24.421 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=10.0.0->nova==0.0.1.dev17) (2.6.0) 2025-04-15 14:52:24.741 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.0.1.dev17) (1.8.2) 2025-04-15 14:52:24.782 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.0.1.dev17) (3.15.0) 2025-04-15 14:52:24.825 | Requirement already satisfied: sortedcontainers in /opt/stack/data/venv/lib/python3.10/site-packages (from ovs>=2.10.0->ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==0.0.1.dev17) (2.4.0) 2025-04-15 14:52:25.016 | Using cached microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2025-04-15 14:52:25.019 | Using cached numpy-1.24.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB) 2025-04-15 14:52:25.548 | Installing collected packages: numpy, microversion-parse, websockify, nova 2025-04-15 14:52:27.433 | Running setup.py develop for nova 2025-04-15 14:52:28.930 | Successfully installed microversion-parse-1.0.1 nova-0.0.1.dev17 numpy-1.24.2 websockify-0.10.0 2025-04-15 14:52:29.082 | + inc/python:pip_install:222 : result=0 2025-04-15 14:52:29.084 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 14:52:29.086 | + functions-common:time_stop:2400 : local name 2025-04-15 14:52:29.088 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:52:29.090 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:52:29.092 | + functions-common:time_stop:2403 : local total 2025-04-15 14:52:29.094 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:52:29.096 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 14:52:29.097 | + functions-common:time_stop:2407 : start_time=1744728740709 2025-04-15 14:52:29.099 | + functions-common:time_stop:2409 : [[ -z 1744728740709 ]] 2025-04-15 14:52:29.102 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:52:29.105 | + functions-common:time_stop:2412 : end_time=1744728749103 2025-04-15 14:52:29.106 | + functions-common:time_stop:2413 : elapsed_time=8394 2025-04-15 14:52:29.108 | + functions-common:time_stop:2414 : total=68920 2025-04-15 14:52:29.110 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:52:29.112 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=77314 2025-04-15 14:52:29.113 | + inc/python:pip_install:225 : return 0 2025-04-15 14:52:29.115 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-15 14:52:29.117 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-15 14:52:29.119 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/nova 2025-04-15 14:52:29.121 | + inc/python:use_library_from_git:272 : local name=/opt/stack/nova 2025-04-15 14:52:29.123 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:52:29.126 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:52:29.128 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/nova, ]] 2025-04-15 14:52:29.129 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:52:29.131 | + lib/nova:install_nova:972 : sudo install -D -m 0644 -o stack /opt/stack//nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2025-04-15 14:52:29.142 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-15 14:52:29.145 | + stack.sh:main:965 : configure_nova 2025-04-15 14:52:29.147 | + lib/nova:configure_nova:254 : sudo install -d -o stack /etc/nova 2025-04-15 14:52:29.156 | + lib/nova:configure_nova:256 : configure_rootwrap nova 2025-04-15 14:52:29.158 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2025-04-15 14:52:29.160 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2025-04-15 14:52:29.163 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2025-04-15 14:52:29.163 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2025-04-15 14:52:29.167 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2025-04-15 14:52:29.169 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2025-04-15 14:52:29.171 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/opt/stack/data/venv/bin 2025-04-15 14:52:29.173 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2025-04-15 14:52:29.175 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//nova 2025-04-15 14:52:29.177 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//nova/etc/nova 2025-04-15 14:52:29.178 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/opt/stack/data/venv/bin/nova-rootwrap 2025-04-15 14:52:29.180 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2025-04-15 14:52:29.189 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2025-04-15 14:52:29.198 | + inc/rootwrap:configure_rootwrap:57 : sudo install -o root -g root -m 644 /opt/stack//nova/etc/nova/rootwrap.d/compute.filters /etc/nova/rootwrap.d 2025-04-15 14:52:29.207 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack//nova/etc/nova/rootwrap.conf /etc/nova/rootwrap.conf 2025-04-15 14:52:29.216 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2025-04-15 14:52:29.225 | + inc/rootwrap:configure_rootwrap:66 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/nova/rootwrap.conf 2025-04-15 14:52:29.234 | + inc/rootwrap:configure_rootwrap:69 : local tempfile 2025-04-15 14:52:29.237 | ++ inc/rootwrap:configure_rootwrap:70 : mktemp 2025-04-15 14:52:29.240 | + inc/rootwrap:configure_rootwrap:70 : tempfile=/tmp/tmp.rq6XtPiisQ 2025-04-15 14:52:29.242 | + inc/rootwrap:configure_rootwrap:72 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2025-04-15 14:52:29.244 | + inc/rootwrap:configure_rootwrap:73 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2025-04-15 14:52:29.246 | + inc/rootwrap:configure_rootwrap:74 : '[' -f /opt/stack/data/venv/bin/nova-rootwrap-daemon ']' 2025-04-15 14:52:29.248 | + inc/rootwrap:configure_rootwrap:76 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2025-04-15 14:52:29.250 | + inc/rootwrap:configure_rootwrap:77 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2025-04-15 14:52:29.252 | + inc/rootwrap:configure_rootwrap:79 : chmod 0440 /tmp/tmp.rq6XtPiisQ 2025-04-15 14:52:29.255 | + inc/rootwrap:configure_rootwrap:80 : sudo chown root:root /tmp/tmp.rq6XtPiisQ 2025-04-15 14:52:29.264 | + inc/rootwrap:configure_rootwrap:81 : sudo mv /tmp/tmp.rq6XtPiisQ /etc/sudoers.d/nova-rootwrap 2025-04-15 14:52:29.273 | ++ inc/rootwrap:configure_rootwrap:85 : dirname /opt/stack/data/venv/bin/nova-rootwrap 2025-04-15 14:52:29.276 | + inc/rootwrap:configure_rootwrap:85 : add_sudo_secure_path /opt/stack/data/venv/bin 2025-04-15 14:52:29.278 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/opt/stack/data/venv/bin 2025-04-15 14:52:29.280 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2025-04-15 14:52:29.282 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2025-04-15 14:52:29.284 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2025-04-15 14:52:29.286 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /opt/stack/data/venv/bin ]] 2025-04-15 14:52:29.288 | + inc/rootwrap:add_sudo_secure_path:33 : echo 'Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin' 2025-04-15 14:52:29.288 | + inc/rootwrap:add_sudo_secure_path:33 : sudo tee /etc/sudoers.d/zz-secure-path 2025-04-15 14:52:29.295 | Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin 2025-04-15 14:52:29.298 | + inc/rootwrap:add_sudo_secure_path:34 : sudo chmod 400 /etc/sudoers.d/zz-secure-path 2025-04-15 14:52:29.307 | + inc/rootwrap:add_sudo_secure_path:35 : sudo chown root:root /etc/sudoers.d/zz-secure-path 2025-04-15 14:52:29.316 | + lib/nova:configure_nova:258 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ n-api ]] 2025-04-15 14:52:29.318 | + lib/nova:configure_nova:260 : cp /opt/stack//nova/etc/nova/api-paste.ini /etc/nova 2025-04-15 14:52:29.321 | + lib/nova:configure_nova:263 : is_service_enabled n-cpu 2025-04-15 14:52:29.334 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:52:29.336 | + lib/nova:configure_nova:361 : create_nova_conf 2025-04-15 14:52:29.338 | + lib/nova:create_nova_conf:435 : rm -f /opt/stack//nova/bin/nova.conf 2025-04-15 14:52:29.340 | + lib/nova:create_nova_conf:438 : rm -f /etc/nova/nova.conf 2025-04-15 14:52:29.343 | + lib/nova:create_nova_conf:439 : iniset /etc/nova/nova.conf DEFAULT debug True 2025-04-15 14:52:29.369 | + lib/nova:create_nova_conf:440 : '[' True == True ']' 2025-04-15 14:52:29.371 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2025-04-15 14:52:29.399 | + lib/nova:create_nova_conf:443 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2025-04-15 14:52:29.427 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2025-04-15 14:52:29.452 | + lib/nova:create_nova_conf:445 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2025-04-15 14:52:29.482 | + lib/nova:create_nova_conf:446 : iniset /etc/nova/nova.conf scheduler workers 2 2025-04-15 14:52:29.507 | + lib/nova:create_nova_conf:447 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2025-04-15 14:52:29.531 | + lib/nova:create_nova_conf:448 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.180.1.21 2025-04-15 14:52:29.553 | + lib/nova:create_nova_conf:449 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2025-04-15 14:52:29.575 | + lib/nova:create_nova_conf:450 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2025-04-15 14:52:29.596 | + lib/nova:create_nova_conf:451 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2025-04-15 14:52:29.617 | + lib/nova:create_nova_conf:452 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2025-04-15 14:52:29.639 | + lib/nova:create_nova_conf:454 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2025-04-15 14:52:29.662 | + lib/nova:create_nova_conf:456 : iniset /etc/nova/nova.conf DEFAULT report_interval 120 2025-04-15 14:52:29.684 | + lib/nova:create_nova_conf:457 : iniset /etc/nova/nova.conf DEFAULT service_down_time 720 2025-04-15 14:52:29.706 | + lib/nova:create_nova_conf:459 : is_fedora 2025-04-15 14:52:29.708 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-15 14:52:29.709 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-15 14:52:29.711 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-15 14:52:29.713 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-15 14:52:29.714 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-15 14:52:29.716 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-15 14:52:29.718 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-15 14:52:29.719 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-15 14:52:29.721 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-15 14:52:29.723 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-15 14:52:29.724 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-15 14:52:29.726 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-15 14:52:29.728 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-15 14:52:29.730 | + lib/nova:create_nova_conf:468 : is_service_enabled n-api n-cond n-sched 2025-04-15 14:52:29.742 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:52:29.743 | + lib/nova:create_nova_conf:472 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-15 14:52:29.745 | + lib/nova:create_nova_conf:473 : local db=nova_cell1 2025-04-15 14:52:29.747 | ++ lib/nova:create_nova_conf:481 : database_connection_url nova_cell1 2025-04-15 14:52:29.749 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2025-04-15 14:52:29.751 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2025-04-15 14:52:29.753 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell1 2025-04-15 14:52:29.754 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-15 14:52:29.756 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-15 14:52:29.758 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-15 14:52:29.769 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:52:29.771 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-15 14:52:29.773 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2025-04-15 14:52:29.775 | + lib/nova:create_nova_conf:481 : iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2025-04-15 14:52:29.800 | ++ lib/nova:create_nova_conf:482 : database_connection_url nova_api 2025-04-15 14:52:29.802 | ++ lib/database:database_connection_url:134 : local db=nova_api 2025-04-15 14:52:29.804 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2025-04-15 14:52:29.805 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_api 2025-04-15 14:52:29.807 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-15 14:52:29.809 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-15 14:52:29.811 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-15 14:52:29.823 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:52:29.825 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-15 14:52:29.826 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8&plugin=dbcounter' 2025-04-15 14:52:29.829 | + lib/nova:create_nova_conf:482 : iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8&plugin=dbcounter' 2025-04-15 14:52:29.852 | + lib/nova:create_nova_conf:487 : iniset /etc/nova/nova.conf cache enabled True 2025-04-15 14:52:29.877 | + lib/nova:create_nova_conf:488 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2025-04-15 14:52:29.898 | + lib/nova:create_nova_conf:489 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2025-04-15 14:52:29.921 | + lib/nova:create_nova_conf:492 : is_service_enabled n-api 2025-04-15 14:52:29.933 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:52:29.935 | + lib/nova:create_nova_conf:493 : is_service_enabled n-api-meta 2025-04-15 14:52:29.948 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:52:29.950 | ++ lib/nova:create_nova_conf:495 : echo osapi_compute,metadata 2025-04-15 14:52:29.950 | ++ lib/nova:create_nova_conf:495 : sed s/,metadata// 2025-04-15 14:52:29.954 | + lib/nova:create_nova_conf:495 : NOVA_ENABLED_APIS=osapi_compute 2025-04-15 14:52:29.956 | + lib/nova:create_nova_conf:497 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2025-04-15 14:52:29.978 | + lib/nova:create_nova_conf:498 : [[ True == \T\r\u\e ]] 2025-04-15 14:52:29.980 | + lib/nova:create_nova_conf:499 : iniset /etc/nova/nova.conf oslo_policy enforce_new_defaults True 2025-04-15 14:52:30.003 | + lib/nova:create_nova_conf:500 : iniset /etc/nova/nova.conf oslo_policy enforce_scope True 2025-04-15 14:52:30.026 | + lib/nova:create_nova_conf:505 : is_service_enabled tls-proxy 2025-04-15 14:52:30.038 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:52:30.039 | + lib/nova:create_nova_conf:511 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2025-04-15 14:52:30.041 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/nova/nova.conf 2025-04-15 14:52:30.043 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-04-15 14:52:30.045 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-15 14:52:30.046 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2025-04-15 14:52:30.070 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2025-04-15 14:52:30.092 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-15 14:52:30.114 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2025-04-15 14:52:30.136 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken password nomoresecret 2025-04-15 14:52:30.158 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2025-04-15 14:52:30.180 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2025-04-15 14:52:30.202 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2025-04-15 14:52:30.224 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-15 14:52:30.246 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2025-04-15 14:52:30.268 | + lib/nova:create_nova_conf:514 : is_service_enabled cinder 2025-04-15 14:52:30.280 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:52:30.282 | + lib/nova:create_nova_conf:515 : configure_cinder_access 2025-04-15 14:52:30.284 | + lib/nova:configure_cinder_access:642 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2025-04-15 14:52:30.308 | + lib/nova:configure_cinder_access:643 : iniset /etc/nova/nova.conf cinder auth_type password 2025-04-15 14:52:30.330 | + lib/nova:configure_cinder_access:644 : iniset /etc/nova/nova.conf cinder auth_url http://10.180.1.21/identity 2025-04-15 14:52:30.352 | + lib/nova:configure_cinder_access:651 : iniset /etc/nova/nova.conf cinder username nova 2025-04-15 14:52:30.374 | + lib/nova:configure_cinder_access:652 : iniset /etc/nova/nova.conf cinder password nomoresecret 2025-04-15 14:52:30.396 | + lib/nova:configure_cinder_access:653 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2025-04-15 14:52:30.418 | + lib/nova:configure_cinder_access:654 : iniset /etc/nova/nova.conf cinder project_name service 2025-04-15 14:52:30.441 | + lib/nova:configure_cinder_access:655 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2025-04-15 14:52:30.463 | + lib/nova:configure_cinder_access:656 : is_service_enabled tls-proxy 2025-04-15 14:52:30.475 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:52:30.477 | + lib/nova:create_nova_conf:518 : '[' -n /opt/stack/data/nova ']' 2025-04-15 14:52:30.478 | + lib/nova:create_nova_conf:519 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2025-04-15 14:52:30.501 | + lib/nova:create_nova_conf:520 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2025-04-15 14:52:30.525 | + lib/nova:create_nova_conf:522 : '[' -n /opt/stack/data/nova/instances ']' 2025-04-15 14:52:30.526 | + lib/nova:create_nova_conf:523 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2025-04-15 14:52:30.549 | + lib/nova:create_nova_conf:525 : '[' False '!=' False ']' 2025-04-15 14:52:30.551 | + lib/nova:create_nova_conf:528 : '[' False '!=' False ']' 2025-04-15 14:52:30.552 | + lib/nova:create_nova_conf:534 : is_fedora 2025-04-15 14:52:30.554 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-15 14:52:30.556 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-15 14:52:30.558 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-15 14:52:30.559 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-15 14:52:30.561 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-15 14:52:30.563 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-15 14:52:30.565 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-15 14:52:30.567 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-15 14:52:30.568 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-15 14:52:30.570 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-15 14:52:30.572 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-15 14:52:30.574 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-15 14:52:30.575 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-15 14:52:30.577 | + lib/nova:create_nova_conf:539 : setup_logging /etc/nova/nova.conf 2025-04-15 14:52:30.579 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova.conf 2025-04-15 14:52:30.581 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova.conf 2025-04-15 14:52:30.583 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-15 14:52:30.596 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-15 14:52:30.597 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-15 14:52:30.599 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-15 14:52:30.601 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-15 14:52:30.603 | + functions:setup_systemd_logging:713 : iniset /etc/nova/nova.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-15 14:52:30.626 | + functions:setup_systemd_logging:715 : iniset /etc/nova/nova.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2025-04-15 14:52:30.649 | + functions:setup_systemd_logging:716 : iniset /etc/nova/nova.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2025-04-15 14:52:30.671 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-15 14:52:30.693 | + lib/nova:create_nova_conf:541 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2025-04-15 14:52:30.717 | + lib/nova:create_nova_conf:543 : is_service_enabled n-api 2025-04-15 14:52:30.730 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:52:30.731 | + lib/nova:create_nova_conf:544 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /opt/stack/data/venv/bin/nova-api-wsgi /compute 2025-04-15 14:52:30.733 | + lib/apache:write_uwsgi_config:241 : local file=/etc/nova/nova-api-uwsgi.ini 2025-04-15 14:52:30.735 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/nova-api-wsgi 2025-04-15 14:52:30.737 | + lib/apache:write_uwsgi_config:243 : local url=/compute 2025-04-15 14:52:30.739 | + lib/apache:write_uwsgi_config:244 : local http= 2025-04-15 14:52:30.740 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-15 14:52:30.743 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/nova-api-wsgi 2025-04-15 14:52:30.745 | + lib/apache:write_uwsgi_config:246 : name=nova-api-wsgi 2025-04-15 14:52:30.747 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-15 14:52:30.749 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-15 14:52:30.759 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-15 14:52:30.759 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-15 14:52:30.765 | d /var/run/uwsgi 0755 stack root 2025-04-15 14:52:30.767 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-15 14:52:30.776 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2025-04-15 14:52:30.779 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2025-04-15 14:52:30.781 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/nova/nova-api-uwsgi.ini 2025-04-15 14:52:30.784 | + lib/apache:write_uwsgi_config:262 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/nova-api-wsgi 2025-04-15 14:52:30.809 | + lib/apache:write_uwsgi_config:263 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2025-04-15 14:52:30.831 | + lib/apache:write_uwsgi_config:265 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2025-04-15 14:52:30.854 | + lib/apache:write_uwsgi_config:267 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2025-04-15 14:52:30.876 | + lib/apache:write_uwsgi_config:268 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2025-04-15 14:52:30.898 | + lib/apache:write_uwsgi_config:271 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-15 14:52:30.921 | + lib/apache:write_uwsgi_config:272 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2025-04-15 14:52:30.943 | + lib/apache:write_uwsgi_config:273 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2025-04-15 14:52:30.965 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2025-04-15 14:52:30.987 | + lib/apache:write_uwsgi_config:277 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-04-15 14:52:31.009 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2025-04-15 14:52:31.031 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-15 14:52:31.053 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2025-04-15 14:52:31.075 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-04-15 14:52:31.077 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-04-15 14:52:31.079 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for nova-api-wsgi 2025-04-15 14:52:31.081 | ++ lib/apache:apache_site_config_for:173 : local site=nova-api-wsgi 2025-04-15 14:52:31.083 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-15 14:52:31.084 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:52:31.086 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:52:31.088 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2025-04-15 14:52:31.090 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2025-04-15 14:52:31.092 | + lib/apache:write_uwsgi_config:291 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2025-04-15 14:52:31.114 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2025-04-15 14:52:31.136 | + lib/apache:write_uwsgi_config:293 : echo 'ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 acquire=1 ' 2025-04-15 14:52:31.137 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2025-04-15 14:52:31.143 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 acquire=1 2025-04-15 14:52:31.146 | + lib/apache:write_uwsgi_config:294 : enable_apache_site nova-api-wsgi 2025-04-15 14:52:31.148 | + lib/apache:enable_apache_site:190 : local site=nova-api-wsgi 2025-04-15 14:52:31.150 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-15 14:52:31.151 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-15 14:52:31.153 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-15 14:52:31.155 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:52:31.157 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:52:31.159 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-15 14:52:31.160 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-15 14:52:31.162 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:52:31.164 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:52:31.166 | + lib/apache:enable_apache_site:194 : sudo a2ensite nova-api-wsgi 2025-04-15 14:52:31.198 | Enabling site nova-api-wsgi. 2025-04-15 14:52:31.201 | To activate the new configuration, you need to run: 2025-04-15 14:52:31.201 | systemctl reload apache2 2025-04-15 14:52:31.204 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-04-15 14:52:31.206 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-15 14:52:31.208 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-15 14:52:31.210 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-15 14:52:31.302 | + lib/nova:create_nova_conf:547 : is_service_enabled n-api-meta 2025-04-15 14:52:31.314 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:52:31.316 | + lib/nova:create_nova_conf:548 : write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /opt/stack/data/venv/bin/nova-metadata-wsgi '' 0.0.0.0:8775 2025-04-15 14:52:31.318 | + lib/apache:write_uwsgi_config:241 : local file=/etc/nova/nova-metadata-uwsgi.ini 2025-04-15 14:52:31.320 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/nova-metadata-wsgi 2025-04-15 14:52:31.321 | + lib/apache:write_uwsgi_config:243 : local url= 2025-04-15 14:52:31.323 | + lib/apache:write_uwsgi_config:244 : local http=0.0.0.0:8775 2025-04-15 14:52:31.325 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-15 14:52:31.328 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/nova-metadata-wsgi 2025-04-15 14:52:31.331 | + lib/apache:write_uwsgi_config:246 : name=nova-metadata-wsgi 2025-04-15 14:52:31.333 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-15 14:52:31.334 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-15 14:52:31.345 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-15 14:52:31.345 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-15 14:52:31.352 | d /var/run/uwsgi 0755 stack root 2025-04-15 14:52:31.354 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-15 14:52:31.362 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2025-04-15 14:52:31.365 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2025-04-15 14:52:31.367 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2025-04-15 14:52:31.370 | + lib/apache:write_uwsgi_config:262 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/nova-metadata-wsgi 2025-04-15 14:52:31.394 | + lib/apache:write_uwsgi_config:263 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2025-04-15 14:52:31.415 | + lib/apache:write_uwsgi_config:265 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2025-04-15 14:52:31.439 | + lib/apache:write_uwsgi_config:267 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2025-04-15 14:52:31.463 | + lib/apache:write_uwsgi_config:268 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2025-04-15 14:52:31.486 | + lib/apache:write_uwsgi_config:271 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-15 14:52:31.509 | + lib/apache:write_uwsgi_config:272 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2025-04-15 14:52:31.531 | + lib/apache:write_uwsgi_config:273 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2025-04-15 14:52:31.552 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2025-04-15 14:52:31.575 | + lib/apache:write_uwsgi_config:277 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-04-15 14:52:31.597 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2025-04-15 14:52:31.619 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-15 14:52:31.641 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2025-04-15 14:52:31.663 | + lib/apache:write_uwsgi_config:286 : [[ -n 0.0.0.0:8775 ]] 2025-04-15 14:52:31.665 | + lib/apache:write_uwsgi_config:287 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2025-04-15 14:52:31.687 | + lib/nova:create_nova_conf:551 : is_service_enabled ceilometer 2025-04-15 14:52:31.699 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:52:31.701 | + lib/nova:create_nova_conf:559 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2025-04-15 14:52:31.726 | ++ lib/nova:create_nova_conf:560 : get_notification_url 2025-04-15 14:52:31.728 | ++ lib/rpc_backend:get_notification_url:136 : local virtual_host= 2025-04-15 14:52:31.730 | ++ lib/rpc_backend:get_notification_url:137 : is_service_enabled rabbit 2025-04-15 14:52:31.743 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:52:31.745 | ++ lib/rpc_backend:get_notification_url:138 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-15 14:52:31.747 | + lib/nova:create_nova_conf:560 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-15 14:52:31.770 | + lib/nova:create_nova_conf:561 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2025-04-15 14:52:31.794 | + lib/nova:create_nova_conf:562 : iniset_rpc_backend nova /etc/nova/nova.conf 2025-04-15 14:52:31.796 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=nova 2025-04-15 14:52:31.798 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/nova/nova.conf 2025-04-15 14:52:31.800 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-15 14:52:31.802 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-15 14:52:31.804 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-15 14:52:31.816 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:52:31.819 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-15 14:52:31.821 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-15 14:52:31.823 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-15 14:52:31.835 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:52:31.837 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-15 14:52:31.839 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-15 14:52:31.862 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-15 14:52:31.864 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-15 14:52:31.865 | + lib/nova:create_nova_conf:564 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2025-04-15 14:52:31.888 | + lib/nova:create_nova_conf:565 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2025-04-15 14:52:31.910 | + lib/nova:create_nova_conf:567 : iniset /etc/nova/nova.conf conductor workers 2 2025-04-15 14:52:31.935 | + lib/nova:create_nova_conf:569 : is_service_enabled tls-proxy 2025-04-15 14:52:31.947 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:52:31.950 | + lib/nova:create_nova_conf:574 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2025-04-15 14:52:31.972 | + lib/nova:create_nova_conf:576 : '[' True == True ']' 2025-04-15 14:52:31.974 | + lib/nova:create_nova_conf:577 : init_nova_service_user_conf 2025-04-15 14:52:31.976 | + lib/nova:init_nova_service_user_conf:825 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2025-04-15 14:52:32.001 | + lib/nova:init_nova_service_user_conf:826 : iniset /etc/nova/nova.conf service_user auth_type password 2025-04-15 14:52:32.024 | + lib/nova:init_nova_service_user_conf:827 : iniset /etc/nova/nova.conf service_user auth_url http://10.180.1.21/identity 2025-04-15 14:52:32.047 | + lib/nova:init_nova_service_user_conf:828 : iniset /etc/nova/nova.conf service_user username nova 2025-04-15 14:52:32.070 | + lib/nova:init_nova_service_user_conf:829 : iniset /etc/nova/nova.conf service_user password nomoresecret 2025-04-15 14:52:32.092 | + lib/nova:init_nova_service_user_conf:830 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2025-04-15 14:52:32.114 | + lib/nova:init_nova_service_user_conf:831 : iniset /etc/nova/nova.conf service_user project_name service 2025-04-15 14:52:32.137 | + lib/nova:init_nova_service_user_conf:832 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2025-04-15 14:52:32.160 | + lib/nova:init_nova_service_user_conf:833 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2025-04-15 14:52:32.182 | + lib/nova:create_nova_conf:580 : is_service_enabled n-cond 2025-04-15 14:52:32.195 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:52:32.197 | ++ lib/nova:create_nova_conf:581 : seq 1 1 2025-04-15 14:52:32.200 | + lib/nova:create_nova_conf:581 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-04-15 14:52:32.202 | + lib/nova:create_nova_conf:582 : local conf 2025-04-15 14:52:32.204 | + lib/nova:create_nova_conf:583 : local vhost 2025-04-15 14:52:32.206 | ++ lib/nova:create_nova_conf:584 : conductor_conf 1 2025-04-15 14:52:32.208 | ++ lib/nova:conductor_conf:837 : local cell=1 2025-04-15 14:52:32.210 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2025-04-15 14:52:32.212 | + lib/nova:create_nova_conf:584 : conf=/etc/nova/nova_cell1.conf 2025-04-15 14:52:32.214 | + lib/nova:create_nova_conf:585 : vhost=nova_cell1 2025-04-15 14:52:32.216 | + lib/nova:create_nova_conf:587 : rm -f /etc/nova/nova_cell1.conf 2025-04-15 14:52:32.219 | ++ lib/nova:create_nova_conf:588 : database_connection_url nova_cell1 2025-04-15 14:52:32.221 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2025-04-15 14:52:32.223 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2025-04-15 14:52:32.225 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell1 2025-04-15 14:52:32.227 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-15 14:52:32.228 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-15 14:52:32.230 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-15 14:52:32.243 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:52:32.244 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-15 14:52:32.246 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2025-04-15 14:52:32.249 | + lib/nova:create_nova_conf:588 : iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2025-04-15 14:52:32.273 | + lib/nova:create_nova_conf:589 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2025-04-15 14:52:32.297 | + lib/nova:create_nova_conf:590 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2025-04-15 14:52:32.322 | + lib/nova:create_nova_conf:592 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-15 14:52:32.323 | + lib/nova:create_nova_conf:593 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT 2025-04-15 14:52:32.325 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=nova 2025-04-15 14:52:32.327 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/nova/nova_cell1.conf 2025-04-15 14:52:32.329 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-15 14:52:32.331 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-15 14:52:32.333 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-15 14:52:32.344 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:52:32.347 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-15 14:52:32.349 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-15 14:52:32.351 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-15 14:52:32.362 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:52:32.364 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-15 14:52:32.366 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-15 14:52:32.388 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-15 14:52:32.390 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-15 14:52:32.392 | + lib/nova:create_nova_conf:605 : setup_logging /etc/nova/nova_cell1.conf 2025-04-15 14:52:32.393 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova_cell1.conf 2025-04-15 14:52:32.395 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova_cell1.conf 2025-04-15 14:52:32.398 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-15 14:52:32.410 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-15 14:52:32.412 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-15 14:52:32.414 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-15 14:52:32.416 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-15 14:52:32.417 | + functions:setup_systemd_logging:713 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-15 14:52:32.440 | + functions:setup_systemd_logging:715 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2025-04-15 14:52:32.464 | + functions:setup_systemd_logging:716 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2025-04-15 14:52:32.487 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-15 14:52:32.510 | + lib/nova:create_nova_conf:612 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-15 14:52:32.511 | + lib/nova:create_nova_conf:613 : configure_console_proxies 2025-04-15 14:52:32.513 | + lib/nova:configure_console_proxies:727 : local conf=/etc/nova/nova.conf 2025-04-15 14:52:32.515 | + lib/nova:configure_console_proxies:728 : local offset=0 2025-04-15 14:52:32.517 | + lib/nova:configure_console_proxies:732 : offset=0 2025-04-15 14:52:32.518 | + lib/nova:configure_console_proxies:734 : is_service_enabled n-novnc 2025-04-15 14:52:32.531 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:52:32.532 | + lib/nova:configure_console_proxies:734 : '[' False '!=' False ']' 2025-04-15 14:52:32.534 | + lib/nova:configure_console_proxies:766 : is_service_enabled n-spice 2025-04-15 14:52:32.546 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:52:32.548 | + lib/nova:configure_console_proxies:771 : is_service_enabled n-sproxy 2025-04-15 14:52:32.561 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:52:32.562 | + lib/nova:configure_nova:363 : is_service_enabled n-cpu 2025-04-15 14:52:32.575 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:52:32.577 | + stack.sh:main:968 : is_service_enabled placement 2025-04-15 14:52:32.591 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:52:32.593 | + stack.sh:main:970 : stack_install_service placement 2025-04-15 14:52:32.595 | + lib/stack:stack_install_service:20 : local service=placement 2025-04-15 14:52:32.597 | + lib/stack:stack_install_service:21 : type install_placement 2025-04-15 14:52:32.599 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-15 14:52:32.601 | + lib/stack:stack_install_service:32 : install_placement 2025-04-15 14:52:32.603 | + lib/placement:install_placement:150 : install_apache_wsgi 2025-04-15 14:52:32.605 | + lib/apache:install_apache_wsgi:130 : is_ubuntu 2025-04-15 14:52:32.607 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:52:32.609 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:52:32.611 | + lib/apache:install_apache_wsgi:132 : install_package apache2 2025-04-15 14:52:32.613 | + functions-common:install_package:1421 : update_package_repo 2025-04-15 14:52:32.615 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-15 14:52:32.617 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-15 14:52:32.619 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-15 14:52:32.621 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-15 14:52:32.623 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-15 14:52:32.625 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:52:32.627 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:52:32.629 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-15 14:52:32.631 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-15 14:52:32.633 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-15 14:52:32.635 | + functions-common:apt_get_update:1150 : return 2025-04-15 14:52:32.637 | + functions-common:install_package:1422 : real_install_package apache2 2025-04-15 14:52:32.639 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-15 14:52:32.641 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:52:32.643 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:52:32.645 | + functions-common:real_install_package:1410 : apt_get install apache2 2025-04-15 14:52:32.661 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 2025-04-15 14:52:32.720 | Reading package lists... 2025-04-15 14:52:32.937 | Building dependency tree... 2025-04-15 14:52:32.941 | Reading state information... 2025-04-15 14:52:33.150 | apache2 is already the newest version (2.4.52-1ubuntu4.14). 2025-04-15 14:52:33.150 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-15 14:52:33.155 | + functions-common:apt_get:1194 : result=0 2025-04-15 14:52:33.157 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-15 14:52:33.159 | + functions-common:time_stop:2400 : local name 2025-04-15 14:52:33.161 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:52:33.164 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:52:33.166 | + functions-common:time_stop:2403 : local total 2025-04-15 14:52:33.167 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:52:33.169 | + functions-common:time_stop:2406 : name=apt-get 2025-04-15 14:52:33.171 | + functions-common:time_stop:2407 : start_time=1744728752659 2025-04-15 14:52:33.173 | + functions-common:time_stop:2409 : [[ -z 1744728752659 ]] 2025-04-15 14:52:33.176 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:52:33.179 | + functions-common:time_stop:2412 : end_time=1744728753177 2025-04-15 14:52:33.181 | + functions-common:time_stop:2413 : elapsed_time=518 2025-04-15 14:52:33.183 | + functions-common:time_stop:2414 : total=39490 2025-04-15 14:52:33.185 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:52:33.187 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=40008 2025-04-15 14:52:33.189 | + functions-common:apt_get:1198 : return 0 2025-04-15 14:52:33.191 | + lib/apache:install_apache_wsgi:133 : is_package_installed libapache2-mod-wsgi 2025-04-15 14:52:33.193 | + functions-common:is_package_installed:1430 : [[ -z libapache2-mod-wsgi ]] 2025-04-15 14:52:33.195 | + functions-common:is_package_installed:1434 : [[ -z deb ]] 2025-04-15 14:52:33.197 | + functions-common:is_package_installed:1438 : [[ deb = \d\e\b ]] 2025-04-15 14:52:33.199 | + functions-common:is_package_installed:1439 : dpkg -s libapache2-mod-wsgi 2025-04-15 14:52:33.213 | + lib/apache:install_apache_wsgi:136 : install_package libapache2-mod-wsgi-py3 2025-04-15 14:52:33.216 | + functions-common:install_package:1421 : update_package_repo 2025-04-15 14:52:33.218 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-15 14:52:33.220 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-15 14:52:33.222 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-15 14:52:33.224 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-15 14:52:33.226 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-15 14:52:33.228 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:52:33.230 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:52:33.233 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-15 14:52:33.234 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-15 14:52:33.236 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-15 14:52:33.239 | + functions-common:apt_get_update:1150 : return 2025-04-15 14:52:33.241 | + functions-common:install_package:1422 : real_install_package libapache2-mod-wsgi-py3 2025-04-15 14:52:33.243 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-15 14:52:33.245 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:52:33.247 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:52:33.249 | + functions-common:real_install_package:1410 : apt_get install libapache2-mod-wsgi-py3 2025-04-15 14:52:33.266 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install libapache2-mod-wsgi-py3 2025-04-15 14:52:33.325 | Reading package lists... 2025-04-15 14:52:33.535 | Building dependency tree... 2025-04-15 14:52:33.536 | Reading state information... 2025-04-15 14:52:33.746 | libapache2-mod-wsgi-py3 is already the newest version (4.9.0-1ubuntu0.1). 2025-04-15 14:52:33.746 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-15 14:52:33.750 | + functions-common:apt_get:1194 : result=0 2025-04-15 14:52:33.752 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-15 14:52:33.754 | + functions-common:time_stop:2400 : local name 2025-04-15 14:52:33.756 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:52:33.758 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:52:33.760 | + functions-common:time_stop:2403 : local total 2025-04-15 14:52:33.762 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:52:33.764 | + functions-common:time_stop:2406 : name=apt-get 2025-04-15 14:52:33.766 | + functions-common:time_stop:2407 : start_time=1744728753264 2025-04-15 14:52:33.768 | + functions-common:time_stop:2409 : [[ -z 1744728753264 ]] 2025-04-15 14:52:33.771 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:52:33.774 | + functions-common:time_stop:2412 : end_time=1744728753772 2025-04-15 14:52:33.776 | + functions-common:time_stop:2413 : elapsed_time=508 2025-04-15 14:52:33.778 | + functions-common:time_stop:2414 : total=40008 2025-04-15 14:52:33.781 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:52:33.783 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=40516 2025-04-15 14:52:33.785 | + functions-common:apt_get:1198 : return 0 2025-04-15 14:52:33.786 | + lib/apache:install_apache_wsgi:151 : enable_apache_mod wsgi 2025-04-15 14:52:33.788 | + lib/apache:enable_apache_mod:55 : local mod=wsgi 2025-04-15 14:52:33.791 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-15 14:52:33.793 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:52:33.795 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:52:33.797 | + lib/apache:enable_apache_mod:60 : [[ wsgi != \v\e\r\s\i\o\n ]] 2025-04-15 14:52:33.799 | + lib/apache:enable_apache_mod:60 : a2query -m wsgi 2025-04-15 14:52:33.828 | wsgi (enabled by maintainer script) 2025-04-15 14:52:33.830 | + lib/placement:install_placement:152 : pip_install_gr osc-placement 2025-04-15 14:52:33.832 | + inc/python:pip_install_gr:94 : local name=osc-placement 2025-04-15 14:52:33.834 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-15 14:52:33.837 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements osc-placement 2025-04-15 14:52:33.839 | ++ inc/python:get_from_global_requirements:247 : local package=osc-placement 2025-04-15 14:52:33.841 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-15 14:52:33.845 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^osc-placement' /opt/stack//requirements/global-requirements.txt 2025-04-15 14:52:33.845 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-15 14:52:33.849 | ++ inc/python:get_from_global_requirements:249 : required_pkg='osc-placement ' 2025-04-15 14:52:33.851 | ++ inc/python:get_from_global_requirements:250 : [[ osc-placement == '' ]] 2025-04-15 14:52:33.853 | ++ inc/python:get_from_global_requirements:253 : echo osc-placement 2025-04-15 14:52:33.856 | + inc/python:pip_install_gr:96 : clean_name=osc-placement 2025-04-15 14:52:33.857 | + inc/python:pip_install_gr:97 : pip_install osc-placement 2025-04-15 14:52:33.874 | Using python 3.10 to install osc-placement 2025-04-15 14:52:33.876 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt osc-placement 2025-04-15 14:52:34.817 | Collecting osc-placement 2025-04-15 14:52:34.818 | Using cached osc_placement-4.2.0-py3-none-any.whl.metadata (1.9 kB) 2025-04-15 14:52:34.844 | Requirement already satisfied: keystoneauth1>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (5.3.0) 2025-04-15 14:52:34.844 | Requirement already satisfied: osc-lib>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (2.8.1) 2025-04-15 14:52:34.845 | Requirement already satisfied: oslo.utils>=3.37.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (6.2.1) 2025-04-15 14:52:34.846 | Requirement already satisfied: pbr>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (5.11.1) 2025-04-15 14:52:34.847 | Requirement already satisfied: simplejson>=3.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (3.19.1) 2025-04-15 14:52:34.873 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (1.1.0) 2025-04-15 14:52:34.874 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (1.7.0) 2025-04-15 14:52:34.875 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (2.28.2) 2025-04-15 14:52:34.875 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (5.1.0) 2025-04-15 14:52:34.882 | Requirement already satisfied: cliff>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=1.2.0->osc-placement) (4.3.0) 2025-04-15 14:52:34.882 | Requirement already satisfied: openstacksdk>=0.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=1.2.0->osc-placement) (1.5.1) 2025-04-15 14:52:34.883 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=1.2.0->osc-placement) (6.1.1) 2025-04-15 14:52:34.891 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (2.5.0) 2025-04-15 14:52:34.892 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (0.8.0) 2025-04-15 14:52:34.892 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (0.11.0) 2025-04-15 14:52:34.893 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (23.1) 2025-04-15 14:52:34.893 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (3.0.9) 2025-04-15 14:52:34.894 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (2023.3) 2025-04-15 14:52:34.895 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (2023.3) 2025-04-15 14:52:34.903 | Requirement already satisfied: PrettyTable>=0.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.7.0) 2025-04-15 14:52:34.904 | Requirement already satisfied: PyYAML>=3.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (6.0) 2025-04-15 14:52:34.904 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.5.1) 2025-04-15 14:52:34.906 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (2.4.3) 2025-04-15 14:52:34.907 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (6.0.1) 2025-04-15 14:52:34.912 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.utils>=3.37.0->osc-placement) (1.15.0) 2025-04-15 14:52:34.926 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.4) 2025-04-15 14:52:34.927 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.0) 2025-04-15 14:52:34.928 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.32) 2025-04-15 14:52:34.929 | Requirement already satisfied: decorator>=4.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (5.1.1) 2025-04-15 14:52:34.930 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.0.1) 2025-04-15 14:52:34.931 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.1.8) 2025-04-15 14:52:34.931 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (40.0.2) 2025-04-15 14:52:34.953 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (3.1.0) 2025-04-15 14:52:34.954 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (3.4) 2025-04-15 14:52:34.955 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (1.26.15) 2025-04-15 14:52:34.955 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2025.1.31) 2025-04-15 14:52:34.995 | Requirement already satisfied: attrs>=16.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (23.1.0) 2025-04-15 14:52:34.996 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (1.8.2) 2025-04-15 14:52:34.997 | Requirement already satisfied: wcwidth>=0.1.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.2.6) 2025-04-15 14:52:35.017 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.15.1) 2025-04-15 14:52:35.051 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.15.0) 2025-04-15 14:52:35.058 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.3) 2025-04-15 14:52:35.117 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.21) 2025-04-15 14:52:35.156 | Using cached osc_placement-4.2.0-py3-none-any.whl (64 kB) 2025-04-15 14:52:35.972 | Installing collected packages: osc-placement 2025-04-15 14:52:36.046 | Successfully installed osc-placement-4.2.0 2025-04-15 14:52:36.144 | + inc/python:pip_install:222 : result=0 2025-04-15 14:52:36.147 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 14:52:36.149 | + functions-common:time_stop:2400 : local name 2025-04-15 14:52:36.152 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:52:36.154 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:52:36.156 | + functions-common:time_stop:2403 : local total 2025-04-15 14:52:36.158 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:52:36.160 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 14:52:36.162 | + functions-common:time_stop:2407 : start_time=1744728753870 2025-04-15 14:52:36.164 | + functions-common:time_stop:2409 : [[ -z 1744728753870 ]] 2025-04-15 14:52:36.167 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:52:36.170 | + functions-common:time_stop:2412 : end_time=1744728756167 2025-04-15 14:52:36.172 | + functions-common:time_stop:2413 : elapsed_time=2297 2025-04-15 14:52:36.174 | + functions-common:time_stop:2414 : total=77314 2025-04-15 14:52:36.176 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:52:36.178 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=79611 2025-04-15 14:52:36.180 | + inc/python:pip_install:225 : return 0 2025-04-15 14:52:36.182 | + lib/placement:install_placement:153 : git_clone https://opendev.org/openstack/placement.git /opt/stack//placement stable/2023.2 2025-04-15 14:52:36.184 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/placement.git 2025-04-15 14:52:36.186 | + functions-common:git_clone:573 : local git_dest=/opt/stack//placement 2025-04-15 14:52:36.188 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-15 14:52:36.190 | + functions-common:git_clone:575 : local orig_dir 2025-04-15 14:52:36.192 | ++ functions-common:git_clone:576 : pwd 2025-04-15 14:52:36.195 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-15 14:52:36.197 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-15 14:52:36.199 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-15 14:52:36.212 | + functions-common:git_clone:579 : RECLONE=False 2025-04-15 14:52:36.214 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-15 14:52:36.216 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-15 14:52:36.218 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-15 14:52:36.221 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-15 14:52:36.221 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-15 14:52:36.225 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//placement ]] 2025-04-15 14:52:36.227 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-15 14:52:36.229 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2025-04-15 14:52:36.231 | + functions-common:git_timed:680 : local count=0 2025-04-15 14:52:36.232 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 14:52:36.234 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 14:52:36.236 | + functions-common:git_timed:684 : timeout=0 2025-04-15 14:52:36.238 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 14:52:36.240 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 14:52:36.242 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:52:36.244 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:52:36.246 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:52:36.249 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728756247 2025-04-15 14:52:36.251 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2025-04-15 14:52:36.253 | Cloning into '/opt/stack//placement'... 2025-04-15 14:52:37.972 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 14:52:37.974 | + functions-common:time_stop:2400 : local name 2025-04-15 14:52:37.976 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:52:37.978 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:52:37.980 | + functions-common:time_stop:2403 : local total 2025-04-15 14:52:37.982 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:52:37.983 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 14:52:37.985 | + functions-common:time_stop:2407 : start_time=1744728756247 2025-04-15 14:52:37.987 | + functions-common:time_stop:2409 : [[ -z 1744728756247 ]] 2025-04-15 14:52:37.990 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:52:37.994 | + functions-common:time_stop:2412 : end_time=1744728757991 2025-04-15 14:52:37.995 | + functions-common:time_stop:2413 : elapsed_time=1744 2025-04-15 14:52:37.997 | + functions-common:time_stop:2414 : total=49220 2025-04-15 14:52:37.999 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:52:38.001 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=50964 2025-04-15 14:52:38.003 | + functions-common:git_clone:614 : cd /opt/stack//placement 2025-04-15 14:52:38.005 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-15 14:52:38.007 | + functions-common:git_timed:680 : local count=0 2025-04-15 14:52:38.009 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 14:52:38.010 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 14:52:38.012 | + functions-common:git_timed:684 : timeout=0 2025-04-15 14:52:38.014 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 14:52:38.016 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 14:52:38.018 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:52:38.020 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:52:38.022 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:52:38.025 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728758023 2025-04-15 14:52:38.027 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-15 14:52:39.592 | From https://opendev.org/openstack/placement 2025-04-15 14:52:39.592 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-15 14:52:39.596 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 14:52:39.598 | + functions-common:time_stop:2400 : local name 2025-04-15 14:52:39.600 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:52:39.602 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:52:39.604 | + functions-common:time_stop:2403 : local total 2025-04-15 14:52:39.605 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:52:39.607 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 14:52:39.609 | + functions-common:time_stop:2407 : start_time=1744728758023 2025-04-15 14:52:39.611 | + functions-common:time_stop:2409 : [[ -z 1744728758023 ]] 2025-04-15 14:52:39.613 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:52:39.616 | + functions-common:time_stop:2412 : end_time=1744728759614 2025-04-15 14:52:39.618 | + functions-common:time_stop:2413 : elapsed_time=1591 2025-04-15 14:52:39.619 | + functions-common:time_stop:2414 : total=50964 2025-04-15 14:52:39.621 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:52:39.623 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=52555 2025-04-15 14:52:39.625 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-15 14:52:39.627 | + functions-common:git_timed:680 : local count=0 2025-04-15 14:52:39.629 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 14:52:39.630 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 14:52:39.632 | + functions-common:git_timed:684 : timeout=0 2025-04-15 14:52:39.634 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 14:52:39.636 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 14:52:39.638 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:52:39.640 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:52:39.642 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:52:39.645 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728759643 2025-04-15 14:52:39.647 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-15 14:52:39.673 | Note: switching to 'FETCH_HEAD'. 2025-04-15 14:52:39.673 | 2025-04-15 14:52:39.673 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-15 14:52:39.673 | changes and commit them, and you can discard any commits you make in this 2025-04-15 14:52:39.673 | state without impacting any branches by switching back to a branch. 2025-04-15 14:52:39.673 | 2025-04-15 14:52:39.673 | If you want to create a new branch to retain commits you create, you may 2025-04-15 14:52:39.673 | do so (now or later) by using -c with the switch command. Example: 2025-04-15 14:52:39.673 | 2025-04-15 14:52:39.673 | git switch -c 2025-04-15 14:52:39.673 | 2025-04-15 14:52:39.673 | Or undo this operation with: 2025-04-15 14:52:39.673 | 2025-04-15 14:52:39.673 | git switch - 2025-04-15 14:52:39.673 | 2025-04-15 14:52:39.673 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-15 14:52:39.673 | 2025-04-15 14:52:39.673 | HEAD is now at d84f211 Add round-robin candidate generation strategy 2025-04-15 14:52:39.675 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 14:52:39.677 | + functions-common:time_stop:2400 : local name 2025-04-15 14:52:39.679 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:52:39.681 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:52:39.682 | + functions-common:time_stop:2403 : local total 2025-04-15 14:52:39.684 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:52:39.686 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 14:52:39.688 | + functions-common:time_stop:2407 : start_time=1744728759643 2025-04-15 14:52:39.690 | + functions-common:time_stop:2409 : [[ -z 1744728759643 ]] 2025-04-15 14:52:39.692 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:52:39.695 | + functions-common:time_stop:2412 : end_time=1744728759693 2025-04-15 14:52:39.697 | + functions-common:time_stop:2413 : elapsed_time=50 2025-04-15 14:52:39.699 | + functions-common:time_stop:2414 : total=52555 2025-04-15 14:52:39.701 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:52:39.703 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=52605 2025-04-15 14:52:39.704 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//placement 2025-04-15 14:52:39.714 | + functions-common:git_clone:655 : cd /opt/stack//placement 2025-04-15 14:52:39.717 | + functions-common:git_clone:656 : git show --oneline 2025-04-15 14:52:39.717 | + functions-common:git_clone:656 : head -1 2025-04-15 14:52:39.720 | d84f211 Add round-robin candidate generation strategy 2025-04-15 14:52:39.722 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-15 14:52:39.724 | + lib/placement:install_placement:154 : setup_develop /opt/stack//placement 2025-04-15 14:52:39.726 | + inc/python:setup_develop:360 : local bindep 2025-04-15 14:52:39.728 | + inc/python:setup_develop:361 : [[ /opt/stack//placement == -bindep* ]] 2025-04-15 14:52:39.730 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//placement 2025-04-15 14:52:39.732 | + inc/python:setup_develop:366 : local extras= 2025-04-15 14:52:39.734 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//placement -e 2025-04-15 14:52:39.736 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-15 14:52:39.737 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//placement == -bindep* ]] 2025-04-15 14:52:39.739 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//placement 2025-04-15 14:52:39.741 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-15 14:52:39.743 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-15 14:52:39.746 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//placement 2025-04-15 14:52:39.748 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-15 14:52:39.750 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/placement 2025-04-15 14:52:39.751 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-15 14:52:39.753 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-15 14:52:39.757 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2025-04-15 14:52:39.761 | + inc/python:_setup_package_with_constraints_edit:407 : name=openstack-placement 2025-04-15 14:52:39.763 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- openstack-placement 2025-04-15 14:52:40.088 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/placement -e 2025-04-15 14:52:40.090 | + inc/python:setup_package:440 : local bindep=0 2025-04-15 14:52:40.093 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-15 14:52:40.095 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-15 14:52:40.097 | + inc/python:setup_package:443 : [[ /opt/stack/placement == -bindep* ]] 2025-04-15 14:52:40.099 | + inc/python:setup_package:448 : local project_dir=/opt/stack/placement 2025-04-15 14:52:40.101 | + inc/python:setup_package:449 : local flags=-e 2025-04-15 14:52:40.103 | + inc/python:setup_package:450 : local extras= 2025-04-15 14:52:40.105 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-15 14:52:40.106 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-15 14:52:40.109 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-15 14:52:40.111 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-15 14:52:40.113 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-15 14:52:40.115 | + inc/python:setup_package:468 : pip_install -e /opt/stack/placement 2025-04-15 14:52:40.134 | Using python 3.10 to install /opt/stack/placement 2025-04-15 14:52:40.136 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/placement 2025-04-15 14:52:41.005 | Obtaining file:///opt/stack/placement 2025-04-15 14:52:41.005 | Preparing metadata (setup.py): started 2025-04-15 14:52:41.430 | Preparing metadata (setup.py): finished with status 'done' 2025-04-15 14:52:41.486 | Requirement already satisfied: pbr>=3.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (5.11.1) 2025-04-15 14:52:41.486 | Requirement already satisfied: SQLAlchemy>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (1.4.41) 2025-04-15 14:52:41.486 | Requirement already satisfied: keystonemiddleware>=4.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (10.4.1) 2025-04-15 14:52:41.487 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (2.5.1) 2025-04-15 14:52:41.488 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (1.8.7) 2025-04-15 14:52:41.489 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (4.17.3) 2025-04-15 14:52:41.489 | Requirement already satisfied: requests>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (2.28.2) 2025-04-15 14:52:41.490 | Requirement already satisfied: setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (69.1.1) 2025-04-15 14:52:41.491 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (5.2.0) 2025-04-15 14:52:41.492 | Requirement already satisfied: oslo.config>=6.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (9.2.0) 2025-04-15 14:52:41.493 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (5.2.0) 2025-04-15 14:52:41.494 | Requirement already satisfied: oslo.log>=4.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (5.3.2) 2025-04-15 14:52:41.494 | Requirement already satisfied: oslo.serialization>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (5.2.1) 2025-04-15 14:52:41.495 | Requirement already satisfied: oslo.utils>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (6.2.1) 2025-04-15 14:52:41.496 | Requirement already satisfied: oslo.db>=8.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (14.1.1) 2025-04-15 14:52:41.497 | Requirement already satisfied: oslo.policy>=3.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (4.2.1) 2025-04-15 14:52:41.500 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (5.2.0) 2025-04-15 14:52:41.500 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (2.2.0) 2025-04-15 14:52:41.500 | Requirement already satisfied: os-resource-classes>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (1.1.0) 2025-04-15 14:52:41.500 | Requirement already satisfied: os-traits>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (3.0.0) 2025-04-15 14:52:41.501 | Requirement already satisfied: microversion-parse>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (1.0.1) 2025-04-15 14:52:41.519 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->openstack-placement==0.1.0.dev12) (23.1.0) 2025-04-15 14:52:41.520 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->openstack-placement==0.1.0.dev12) (0.19.3) 2025-04-15 14:52:41.542 | Requirement already satisfied: keystoneauth1>=3.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (5.3.0) 2025-04-15 14:52:41.543 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (3.5.0) 2025-04-15 14:52:41.544 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (6.1.1) 2025-04-15 14:52:41.545 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (3.1.1) 2025-04-15 14:52:41.546 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (5.2.0) 2025-04-15 14:52:41.555 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->openstack-placement==0.1.0.dev12) (0.18) 2025-04-15 14:52:41.573 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==0.1.0.dev12) (6.0) 2025-04-15 14:52:41.574 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==0.1.0.dev12) (2.5.0) 2025-04-15 14:52:41.575 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==0.1.0.dev12) (0.8.0) 2025-04-15 14:52:41.576 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==0.1.0.dev12) (2.0.0) 2025-04-15 14:52:41.577 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==0.1.0.dev12) (5.1.0) 2025-04-15 14:52:41.598 | Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=8.6.0->openstack-placement==0.1.0.dev12) (1.9.4) 2025-04-15 14:52:41.599 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=8.6.0->openstack-placement==0.1.0.dev12) (2.0.1) 2025-04-15 14:52:41.600 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=8.6.0->openstack-placement==0.1.0.dev12) (0.5.0) 2025-04-15 14:52:41.619 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.3.0->openstack-placement==0.1.0.dev12) (2.8.2) 2025-04-15 14:52:41.621 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.3.0->openstack-placement==0.1.0.dev12) (0.9.6) 2025-04-15 14:52:41.628 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->openstack-placement==0.1.0.dev12) (3.1.2) 2025-04-15 14:52:41.629 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->openstack-placement==0.1.0.dev12) (4.0.1) 2025-04-15 14:52:41.630 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->openstack-placement==0.1.0.dev12) (4.0.1) 2025-04-15 14:52:41.642 | Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->openstack-placement==0.1.0.dev12) (1.0.5) 2025-04-15 14:52:41.644 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->openstack-placement==0.1.0.dev12) (2023.3) 2025-04-15 14:52:41.644 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->openstack-placement==0.1.0.dev12) (2023.3) 2025-04-15 14:52:41.650 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.upgradecheck>=1.3.0->openstack-placement==0.1.0.dev12) (3.7.0) 2025-04-15 14:52:41.658 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==0.1.0.dev12) (1.1.0) 2025-04-15 14:52:41.658 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==0.1.0.dev12) (0.11.0) 2025-04-15 14:52:41.659 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==0.1.0.dev12) (23.1) 2025-04-15 14:52:41.660 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==0.1.0.dev12) (3.0.9) 2025-04-15 14:52:41.672 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==0.1.0.dev12) (3.1.0) 2025-04-15 14:52:41.673 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==0.1.0.dev12) (3.4) 2025-04-15 14:52:41.674 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==0.1.0.dev12) (1.26.15) 2025-04-15 14:52:41.675 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==0.1.0.dev12) (2025.1.31) 2025-04-15 14:52:41.684 | Requirement already satisfied: six in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->openstack-placement==0.1.0.dev12) (1.16.0) 2025-04-15 14:52:41.684 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->openstack-placement==0.1.0.dev12) (0.7) 2025-04-15 14:52:41.790 | Requirement already satisfied: greenlet!=0.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from SQLAlchemy>=1.4.0->openstack-placement==0.1.0.dev12) (2.0.2) 2025-04-15 14:52:41.808 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=0.9.6->oslo.db>=8.6.0->openstack-placement==0.1.0.dev12) (1.2.4) 2025-04-15 14:52:41.853 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=6.7.0->openstack-placement==0.1.0.dev12) (1.15.0) 2025-04-15 14:52:41.884 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->openstack-placement==0.1.0.dev12) (2.1.2) 2025-04-15 14:52:41.911 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (1.7.0) 2025-04-15 14:52:41.950 | Requirement already satisfied: dogpile.cache>=1.1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.cache>=1.26.0->keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (1.1.8) 2025-04-15 14:52:41.973 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->openstack-placement==0.1.0.dev12) (0.2.6) 2025-04-15 14:52:42.100 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=8.6.0->openstack-placement==0.1.0.dev12) (2.6.0) 2025-04-15 14:52:42.141 | Requirement already satisfied: decorator>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from dogpile.cache>=1.1.5->oslo.cache>=1.26.0->keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (5.1.1) 2025-04-15 14:52:42.191 | Requirement already satisfied: fixtures>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from testtools->testscenarios>=0.4->oslo.db>=8.6.0->openstack-placement==0.1.0.dev12) (4.0.1) 2025-04-15 14:52:42.889 | Installing collected packages: openstack-placement 2025-04-15 14:52:42.890 | Running setup.py develop for openstack-placement 2025-04-15 14:52:43.816 | Successfully installed openstack-placement-0.1.0.dev12 2025-04-15 14:52:43.924 | + inc/python:pip_install:222 : result=0 2025-04-15 14:52:43.926 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 14:52:43.928 | + functions-common:time_stop:2400 : local name 2025-04-15 14:52:43.930 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:52:43.932 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:52:43.933 | + functions-common:time_stop:2403 : local total 2025-04-15 14:52:43.935 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:52:43.937 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 14:52:43.939 | + functions-common:time_stop:2407 : start_time=1744728760128 2025-04-15 14:52:43.941 | + functions-common:time_stop:2409 : [[ -z 1744728760128 ]] 2025-04-15 14:52:43.943 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:52:43.946 | + functions-common:time_stop:2412 : end_time=1744728763944 2025-04-15 14:52:43.948 | + functions-common:time_stop:2413 : elapsed_time=3816 2025-04-15 14:52:43.950 | + functions-common:time_stop:2414 : total=79611 2025-04-15 14:52:43.952 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:52:43.954 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=83427 2025-04-15 14:52:43.956 | + inc/python:pip_install:225 : return 0 2025-04-15 14:52:43.958 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-15 14:52:43.960 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-15 14:52:43.962 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/placement 2025-04-15 14:52:43.964 | + inc/python:use_library_from_git:272 : local name=/opt/stack/placement 2025-04-15 14:52:43.965 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:52:43.967 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:52:43.969 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/placement, ]] 2025-04-15 14:52:43.971 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:52:43.973 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-15 14:52:43.975 | + stack.sh:main:971 : configure_placement 2025-04-15 14:52:43.977 | + lib/placement:configure_placement:112 : sudo install -d -o stack /etc/placement 2025-04-15 14:52:43.987 | + lib/placement:configure_placement:113 : create_placement_conf 2025-04-15 14:52:43.989 | + lib/placement:create_placement_conf:102 : rm -f /etc/placement/placement.conf 2025-04-15 14:52:43.993 | ++ lib/placement:create_placement_conf:103 : database_connection_url placement 2025-04-15 14:52:43.995 | ++ lib/database:database_connection_url:134 : local db=placement 2025-04-15 14:52:43.997 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2025-04-15 14:52:43.999 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=placement 2025-04-15 14:52:44.001 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-15 14:52:44.003 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-15 14:52:44.005 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-15 14:52:44.018 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:52:44.020 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-15 14:52:44.022 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8&plugin=dbcounter' 2025-04-15 14:52:44.026 | + lib/placement:create_placement_conf:103 : iniset /etc/placement/placement.conf placement_database connection 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8&plugin=dbcounter' 2025-04-15 14:52:44.052 | + lib/placement:create_placement_conf:104 : iniset /etc/placement/placement.conf DEFAULT debug True 2025-04-15 14:52:44.078 | + lib/placement:create_placement_conf:105 : iniset /etc/placement/placement.conf api auth_strategy keystone 2025-04-15 14:52:44.104 | + lib/placement:create_placement_conf:106 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2025-04-15 14:52:44.106 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/placement/placement.conf 2025-04-15 14:52:44.108 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2025-04-15 14:52:44.110 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-15 14:52:44.112 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2025-04-15 14:52:44.139 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2025-04-15 14:52:44.163 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-15 14:52:44.188 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2025-04-15 14:52:44.212 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken password nomoresecret 2025-04-15 14:52:44.236 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2025-04-15 14:52:44.261 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2025-04-15 14:52:44.285 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2025-04-15 14:52:44.309 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-15 14:52:44.333 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2025-04-15 14:52:44.357 | + lib/placement:create_placement_conf:107 : setup_logging /etc/placement/placement.conf 2025-04-15 14:52:44.359 | + functions:setup_logging:685 : setup_systemd_logging /etc/placement/placement.conf 2025-04-15 14:52:44.361 | + functions:setup_systemd_logging:700 : local conf_file=/etc/placement/placement.conf 2025-04-15 14:52:44.364 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-15 14:52:44.378 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-15 14:52:44.380 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-15 14:52:44.382 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-15 14:52:44.384 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-15 14:52:44.386 | + functions:setup_systemd_logging:713 : iniset /etc/placement/placement.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-15 14:52:44.410 | + functions:setup_systemd_logging:715 : iniset /etc/placement/placement.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2025-04-15 14:52:44.433 | + functions:setup_systemd_logging:716 : iniset /etc/placement/placement.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2025-04-15 14:52:44.457 | + functions:setup_systemd_logging:717 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-15 14:52:44.481 | + lib/placement:configure_placement:115 : [[ uwsgi == \u\w\s\g\i ]] 2025-04-15 14:52:44.483 | + lib/placement:configure_placement:116 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /opt/stack/data/venv/bin/placement-api /placement 2025-04-15 14:52:44.485 | + lib/apache:write_uwsgi_config:241 : local file=/etc/placement/placement-uwsgi.ini 2025-04-15 14:52:44.487 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/placement-api 2025-04-15 14:52:44.489 | + lib/apache:write_uwsgi_config:243 : local url=/placement 2025-04-15 14:52:44.491 | + lib/apache:write_uwsgi_config:244 : local http= 2025-04-15 14:52:44.493 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-15 14:52:44.496 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/placement-api 2025-04-15 14:52:44.499 | + lib/apache:write_uwsgi_config:246 : name=placement-api 2025-04-15 14:52:44.501 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-15 14:52:44.503 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-15 14:52:44.513 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-15 14:52:44.513 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-15 14:52:44.519 | d /var/run/uwsgi 0755 stack root 2025-04-15 14:52:44.522 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-15 14:52:44.530 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2025-04-15 14:52:44.533 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/placement-api.socket 2025-04-15 14:52:44.535 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/placement/placement-uwsgi.ini 2025-04-15 14:52:44.538 | + lib/apache:write_uwsgi_config:262 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/placement-api 2025-04-15 14:52:44.564 | + lib/apache:write_uwsgi_config:263 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2025-04-15 14:52:44.587 | + lib/apache:write_uwsgi_config:265 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2025-04-15 14:52:44.614 | + lib/apache:write_uwsgi_config:267 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2025-04-15 14:52:44.637 | + lib/apache:write_uwsgi_config:268 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2025-04-15 14:52:44.662 | + lib/apache:write_uwsgi_config:271 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-15 14:52:44.686 | + lib/apache:write_uwsgi_config:272 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2025-04-15 14:52:44.709 | + lib/apache:write_uwsgi_config:273 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2025-04-15 14:52:44.734 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2025-04-15 14:52:44.759 | + lib/apache:write_uwsgi_config:277 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-04-15 14:52:44.783 | + lib/apache:write_uwsgi_config:279 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2025-04-15 14:52:44.809 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-15 14:52:44.834 | + lib/apache:write_uwsgi_config:283 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2025-04-15 14:52:44.858 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-04-15 14:52:44.860 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-04-15 14:52:44.863 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for placement-api 2025-04-15 14:52:44.865 | ++ lib/apache:apache_site_config_for:173 : local site=placement-api 2025-04-15 14:52:44.867 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-15 14:52:44.869 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:52:44.871 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:52:44.873 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/placement-api.conf 2025-04-15 14:52:44.875 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2025-04-15 14:52:44.877 | + lib/apache:write_uwsgi_config:291 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2025-04-15 14:52:44.901 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2025-04-15 14:52:44.926 | + lib/apache:write_uwsgi_config:293 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 acquire=1 ' 2025-04-15 14:52:44.926 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2025-04-15 14:52:44.933 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 acquire=1 2025-04-15 14:52:44.936 | + lib/apache:write_uwsgi_config:294 : enable_apache_site placement-api 2025-04-15 14:52:44.938 | + lib/apache:enable_apache_site:190 : local site=placement-api 2025-04-15 14:52:44.940 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-15 14:52:44.942 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-15 14:52:44.944 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-15 14:52:44.946 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:52:44.948 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:52:44.950 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-15 14:52:44.953 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-15 14:52:44.954 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:52:44.956 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:52:44.958 | + lib/apache:enable_apache_site:194 : sudo a2ensite placement-api 2025-04-15 14:52:44.990 | Enabling site placement-api. 2025-04-15 14:52:44.994 | To activate the new configuration, you need to run: 2025-04-15 14:52:44.994 | systemctl reload apache2 2025-04-15 14:52:44.998 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-04-15 14:52:45.000 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-15 14:52:45.002 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-15 14:52:45.004 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-15 14:52:45.107 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2025-04-15 14:52:45.109 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2025-04-15 14:52:45.111 | + lib/placement:configure_placement:124 : iniset /etc/placement/placement.conf oslo_policy enforce_new_defaults False 2025-04-15 14:52:45.137 | + lib/placement:configure_placement:125 : iniset /etc/placement/placement.conf oslo_policy enforce_scope False 2025-04-15 14:52:45.162 | + stack.sh:main:978 : is_service_enabled placement placement-client 2025-04-15 14:52:45.175 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:52:45.177 | + stack.sh:main:979 : is_service_enabled n-cpu 2025-04-15 14:52:45.191 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:52:45.193 | + stack.sh:main:979 : is_service_enabled n-sch 2025-04-15 14:52:45.206 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:52:45.208 | + stack.sh:main:980 : configure_placement_nova_compute 2025-04-15 14:52:45.210 | + lib/nova:configure_placement_nova_compute:629 : local conf=/etc/nova/nova.conf 2025-04-15 14:52:45.212 | + lib/nova:configure_placement_nova_compute:630 : iniset /etc/nova/nova.conf placement auth_type password 2025-04-15 14:52:45.237 | + lib/nova:configure_placement_nova_compute:631 : iniset /etc/nova/nova.conf placement auth_url http://10.180.1.21/identity 2025-04-15 14:52:45.261 | + lib/nova:configure_placement_nova_compute:632 : iniset /etc/nova/nova.conf placement username placement 2025-04-15 14:52:45.286 | + lib/nova:configure_placement_nova_compute:633 : iniset /etc/nova/nova.conf placement password nomoresecret 2025-04-15 14:52:45.309 | + lib/nova:configure_placement_nova_compute:634 : iniset /etc/nova/nova.conf placement user_domain_name Default 2025-04-15 14:52:45.333 | + lib/nova:configure_placement_nova_compute:635 : iniset /etc/nova/nova.conf placement project_name service 2025-04-15 14:52:45.357 | + lib/nova:configure_placement_nova_compute:636 : iniset /etc/nova/nova.conf placement project_domain_name Default 2025-04-15 14:52:45.382 | + lib/nova:configure_placement_nova_compute:637 : iniset /etc/nova/nova.conf placement region_name RegionOne 2025-04-15 14:52:45.407 | + stack.sh:main:984 : is_service_enabled horizon 2025-04-15 14:52:45.420 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:52:45.422 | + stack.sh:main:989 : is_service_enabled tls-proxy 2025-04-15 14:52:45.436 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:52:45.438 | + stack.sh:main:997 : run_phase stack install 2025-04-15 14:52:45.440 | + functions-common:run_phase:1828 : local mode=stack 2025-04-15 14:52:45.442 | + functions-common:run_phase:1829 : local phase=install 2025-04-15 14:52:45.444 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-15 14:52:45.446 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-15 14:52:45.448 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-15 14:52:45.450 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-15 14:52:45.452 | + functions-common:run_phase:1838 : local extra 2025-04-15 14:52:45.455 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-15 14:52:45.458 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-15 14:52:45.460 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-15 14:52:45.462 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-15 14:52:45.464 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack install 2025-04-15 14:52:45.466 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-15 14:52:45.478 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:52:45.480 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-15 14:52:45.482 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-15 14:52:45.484 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2025-04-15 14:52:45.486 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2025-04-15 14:52:45.488 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 14:52:45.490 | ++ stack.sh:echo_summary:461 : echo -e Installing Tempest 2025-04-15 14:52:45.492 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2025-04-15 14:52:45.494 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2025-04-15 14:52:45.538 | ++ inc/async:async_inner:63 : install_tempest 2025-04-15 14:52:45.567 | [3532 Async install_tempest:34224]: running: install_tempest 2025-04-15 14:52:45.570 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-15 14:52:45.572 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-15 14:52:45.574 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-15 14:52:45.576 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-15 14:52:45.579 | + functions-common:run_phase:1855 : run_plugins stack install 2025-04-15 14:52:45.581 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-15 14:52:45.583 | + functions-common:run_plugins:1815 : local phase=install 2025-04-15 14:52:45.585 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-15 14:52:45.587 | + functions-common:run_plugins:1818 : local plugin 2025-04-15 14:52:45.590 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-15 14:52:45.592 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-15 14:52:45.594 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-15 14:52:45.596 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack install 2025-04-15 14:52:45.598 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-15 14:52:45.601 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-15 14:52:45.603 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2025-04-15 14:52:45.605 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:9 : echo_summary 'Installing Networking-NSX-T' 2025-04-15 14:52:45.607 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 14:52:45.609 | ++ stack.sh:echo_summary:461 : echo -e Installing Networking-NSX-T 2025-04-15 14:52:45.611 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:10 : setup_develop /opt/stack//networking-nsx-t 2025-04-15 14:52:45.613 | ++ inc/python:setup_develop:360 : local bindep 2025-04-15 14:52:45.616 | ++ inc/python:setup_develop:361 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2025-04-15 14:52:45.618 | ++ inc/python:setup_develop:365 : local project_dir=/opt/stack//networking-nsx-t 2025-04-15 14:52:45.620 | ++ inc/python:setup_develop:366 : local extras= 2025-04-15 14:52:45.622 | ++ inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//networking-nsx-t -e 2025-04-15 14:52:45.624 | ++ inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-15 14:52:45.626 | ++ inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2025-04-15 14:52:45.628 | ++ inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//networking-nsx-t 2025-04-15 14:52:45.630 | ++ inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-15 14:52:45.632 | ++ inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-15 14:52:45.634 | +++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//networking-nsx-t 2025-04-15 14:52:45.636 | +++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-15 14:52:45.639 | ++ inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/networking-nsx-t 2025-04-15 14:52:45.641 | ++ inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-15 14:52:45.643 | ++ inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-15 14:52:45.645 | +++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/networking-nsx-t/setup.cfg 2025-04-15 14:52:45.650 | ++ inc/python:_setup_package_with_constraints_edit:407 : name=networking_nsxv3 2025-04-15 14:52:45.652 | ++ inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- networking_nsxv3 2025-04-15 14:52:45.974 | ++ inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/networking-nsx-t -e 2025-04-15 14:52:45.976 | ++ inc/python:setup_package:440 : local bindep=0 2025-04-15 14:52:45.978 | ++ inc/python:setup_package:441 : local bindep_flag= 2025-04-15 14:52:45.980 | ++ inc/python:setup_package:442 : local bindep_profiles= 2025-04-15 14:52:45.981 | ++ inc/python:setup_package:443 : [[ /opt/stack/networking-nsx-t == -bindep* ]] 2025-04-15 14:52:45.983 | ++ inc/python:setup_package:448 : local project_dir=/opt/stack/networking-nsx-t 2025-04-15 14:52:45.985 | ++ inc/python:setup_package:449 : local flags=-e 2025-04-15 14:52:45.987 | ++ inc/python:setup_package:450 : local extras= 2025-04-15 14:52:45.989 | ++ inc/python:setup_package:454 : [[ -n -e ]] 2025-04-15 14:52:45.991 | ++ inc/python:setup_package:454 : [[ -z '' ]] 2025-04-15 14:52:45.993 | ++ inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-15 14:52:45.995 | ++ inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-15 14:52:45.997 | ++ inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-15 14:52:45.999 | ++ inc/python:setup_package:468 : pip_install -e /opt/stack/networking-nsx-t 2025-04-15 14:52:46.015 | Using python 3.10 to install /opt/stack/networking-nsx-t 2025-04-15 14:52:46.017 | ++ inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/networking-nsx-t 2025-04-15 14:52:46.856 | Obtaining file:///opt/stack/networking-nsx-t 2025-04-15 14:52:46.857 | Preparing metadata (setup.py): started 2025-04-15 14:52:47.307 | Preparing metadata (setup.py): finished with status 'done' 2025-04-15 14:52:47.369 | Requirement already satisfied: pbr>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (5.11.1) 2025-04-15 14:52:47.470 | Collecting Babel>=1.3 (from networking_nsxv3==0.0.1.dev9) 2025-04-15 14:52:47.473 | Using cached Babel-2.12.1-py3-none-any.whl.metadata (1.3 kB) 2025-04-15 14:52:47.475 | Requirement already satisfied: neutron-lib>=1.13.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (3.8.2) 2025-04-15 14:52:47.476 | Requirement already satisfied: oslo.config>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (9.2.0) 2025-04-15 14:52:47.477 | Requirement already satisfied: oslo.i18n>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (6.1.1) 2025-04-15 14:52:47.477 | Requirement already satisfied: oslo.log>=1.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (5.3.2) 2025-04-15 14:52:47.478 | Requirement already satisfied: oslo.serialization>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (5.2.1) 2025-04-15 14:52:47.479 | Requirement already satisfied: oslo.utils>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (6.2.1) 2025-04-15 14:52:47.480 | Requirement already satisfied: oslo.service>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (3.2.1) 2025-04-15 14:52:47.480 | Requirement already satisfied: python-neutronclient in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (11.0.0) 2025-04-15 14:52:47.504 | Collecting ipaddress (from networking_nsxv3==0.0.1.dev9) 2025-04-15 14:52:47.507 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl.metadata (923 bytes) 2025-04-15 14:52:47.508 | Requirement already satisfied: netaddr in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (0.8.0) 2025-04-15 14:52:47.508 | Requirement already satisfied: tooz in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (4.2.0) 2025-04-15 14:52:47.533 | Collecting ratelimiter (from networking_nsxv3==0.0.1.dev9) 2025-04-15 14:52:47.536 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl.metadata (4.0 kB) 2025-04-15 14:52:47.537 | Requirement already satisfied: prometheus_client in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (0.16.0) 2025-04-15 14:52:47.538 | Requirement already satisfied: attrs in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (23.1.0) 2025-04-15 14:52:47.561 | Requirement already satisfied: SQLAlchemy>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.4.41) 2025-04-15 14:52:47.561 | Requirement already satisfied: WebOb>=1.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.8.7) 2025-04-15 14:52:47.562 | Requirement already satisfied: keystoneauth1>=3.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.3.0) 2025-04-15 14:52:47.563 | Requirement already satisfied: os-ken>=0.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (2.7.1) 2025-04-15 14:52:47.564 | Requirement already satisfied: os-traits>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (3.0.0) 2025-04-15 14:52:47.564 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.2.0) 2025-04-15 14:52:47.565 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.2.0) 2025-04-15 14:52:47.566 | Requirement already satisfied: oslo.db>=12.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (14.1.1) 2025-04-15 14:52:47.567 | Requirement already satisfied: oslo.messaging>=14.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (14.4.2) 2025-04-15 14:52:47.568 | Requirement already satisfied: oslo.policy>=3.6.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (4.2.1) 2025-04-15 14:52:47.569 | Requirement already satisfied: oslo.versionedobjects>=1.31.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (3.2.0) 2025-04-15 14:52:47.570 | Requirement already satisfied: osprofiler>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (4.1.0) 2025-04-15 14:52:47.571 | Requirement already satisfied: pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.4.2) 2025-04-15 14:52:47.572 | Requirement already satisfied: setproctitle>=1.1.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.3.2) 2025-04-15 14:52:47.573 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.1.0) 2025-04-15 14:52:47.593 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (6.0) 2025-04-15 14:52:47.594 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (2.5.0) 2025-04-15 14:52:47.595 | Requirement already satisfied: requests>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (2.28.2) 2025-04-15 14:52:47.595 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (2.0.0) 2025-04-15 14:52:47.617 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=1.8.0->networking_nsxv3==0.0.1.dev9) (2.8.2) 2025-04-15 14:52:47.619 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=1.8.0->networking_nsxv3==0.0.1.dev9) (0.9.6) 2025-04-15 14:52:47.624 | Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=1.4.0->networking_nsxv3==0.0.1.dev9) (1.0.5) 2025-04-15 14:52:47.625 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=1.4.0->networking_nsxv3==0.0.1.dev9) (2023.3) 2025-04-15 14:52:47.626 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=1.4.0->networking_nsxv3==0.0.1.dev9) (2023.3) 2025-04-15 14:52:47.637 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (3.5.2) 2025-04-15 14:52:47.638 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (3.0.1) 2025-04-15 14:52:47.638 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (2.5.1) 2025-04-15 14:52:47.639 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (1.4.0) 2025-04-15 14:52:47.640 | Requirement already satisfied: eventlet>=0.25.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (0.33.3) 2025-04-15 14:52:47.641 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (4.0.1) 2025-04-15 14:52:47.642 | Requirement already satisfied: greenlet>=0.4.15 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (2.0.2) 2025-04-15 14:52:47.650 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=2.0.0->networking_nsxv3==0.0.1.dev9) (1.1.0) 2025-04-15 14:52:47.651 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=2.0.0->networking_nsxv3==0.0.1.dev9) (0.11.0) 2025-04-15 14:52:47.652 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=2.0.0->networking_nsxv3==0.0.1.dev9) (23.1) 2025-04-15 14:52:47.652 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=2.0.0->networking_nsxv3==0.0.1.dev9) (3.0.9) 2025-04-15 14:52:47.696 | Requirement already satisfied: cliff>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev9) (4.3.0) 2025-04-15 14:52:47.698 | Requirement already satisfied: openstacksdk>=1.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.5.1) 2025-04-15 14:52:47.699 | Requirement already satisfied: os-client-config>=1.28.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev9) (2.1.0) 2025-04-15 14:52:47.699 | Requirement already satisfied: osc-lib>=1.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev9) (2.8.1) 2025-04-15 14:52:47.701 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev9) (5.2.0) 2025-04-15 14:52:47.702 | Requirement already satisfied: simplejson>=3.5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev9) (3.19.1) 2025-04-15 14:52:47.736 | Requirement already satisfied: fasteners>=0.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz->networking_nsxv3==0.0.1.dev9) (0.18) 2025-04-15 14:52:47.737 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz->networking_nsxv3==0.0.1.dev9) (2.4.1) 2025-04-15 14:52:47.739 | Requirement already satisfied: tenacity>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz->networking_nsxv3==0.0.1.dev9) (6.3.1) 2025-04-15 14:52:47.740 | Requirement already satisfied: voluptuous>=0.8.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz->networking_nsxv3==0.0.1.dev9) (0.13.1) 2025-04-15 14:52:47.748 | Requirement already satisfied: PrettyTable>=0.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (3.7.0) 2025-04-15 14:52:47.749 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (0.5.1) 2025-04-15 14:52:47.750 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (2.4.3) 2025-04-15 14:52:47.751 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (6.0.1) 2025-04-15 14:52:47.757 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (1.15.0) 2025-04-15 14:52:47.764 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.25.2->oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (2.3.0) 2025-04-15 14:52:47.765 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.25.2->oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (1.16.0) 2025-04-15 14:52:47.823 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.14.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.7.0) 2025-04-15 14:52:47.846 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.4.4) 2025-04-15 14:52:47.847 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.4.0) 2025-04-15 14:52:47.848 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.32) 2025-04-15 14:52:47.849 | Requirement already satisfied: decorator>=4.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (5.1.1) 2025-04-15 14:52:47.849 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.0.1) 2025-04-15 14:52:47.850 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.1.8) 2025-04-15 14:52:47.851 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (40.0.2) 2025-04-15 14:52:47.868 | Requirement already satisfied: ncclient>=0.6.13 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (0.6.13) 2025-04-15 14:52:47.869 | Requirement already satisfied: ovs>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (2.17.7) 2025-04-15 14:52:47.925 | Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=12.1.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.9.4) 2025-04-15 14:52:47.927 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=12.1.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (2.0.1) 2025-04-15 14:52:47.927 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=12.1.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (0.5.0) 2025-04-15 14:52:47.984 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.1.1) 2025-04-15 14:52:47.984 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.3.0) 2025-04-15 14:52:47.985 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.2.4) 2025-04-15 14:52:47.987 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (0.7.0) 2025-04-15 14:52:47.987 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.2.0) 2025-04-15 14:52:48.061 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (69.1.1) 2025-04-15 14:52:48.087 | Requirement already satisfied: Mako>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.2.4) 2025-04-15 14:52:48.088 | Requirement already satisfied: logutils>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (0.3.5) 2025-04-15 14:52:48.165 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (3.1.0) 2025-04-15 14:52:48.166 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (3.4) 2025-04-15 14:52:48.167 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (1.26.15) 2025-04-15 14:52:48.167 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (2025.1.31) 2025-04-15 14:52:48.193 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (0.7) 2025-04-15 14:52:48.384 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.0.0) 2025-04-15 14:52:48.471 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.8.2) 2025-04-15 14:52:48.471 | Requirement already satisfied: wcwidth>=0.1.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (0.2.6) 2025-04-15 14:52:48.500 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.7->openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.15.1) 2025-04-15 14:52:48.587 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (3.15.0) 2025-04-15 14:52:48.611 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (2.3) 2025-04-15 14:52:48.668 | Requirement already satisfied: MarkupSafe>=0.9.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from Mako>=0.4.0->pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (2.1.2) 2025-04-15 14:52:48.684 | Requirement already satisfied: paramiko>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (3.1.0) 2025-04-15 14:52:48.685 | Requirement already satisfied: lxml>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (4.9.2) 2025-04-15 14:52:48.734 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (3.1.2) 2025-04-15 14:52:48.734 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (4.0.1) 2025-04-15 14:52:48.737 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (4.0.1) 2025-04-15 14:52:48.751 | Requirement already satisfied: sortedcontainers in /opt/stack/data/venv/lib/python3.10/site-packages (from ovs>=2.8.0->os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (2.4.0) 2025-04-15 14:52:48.895 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=12.1.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (2.6.0) 2025-04-15 14:52:48.964 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (2.21) 2025-04-15 14:52:49.048 | Requirement already satisfied: pynacl>=1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from paramiko>=1.15.0->ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.5.0) 2025-04-15 14:52:49.214 | Using cached Babel-2.12.1-py3-none-any.whl (10.1 MB) 2025-04-15 14:52:49.260 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) 2025-04-15 14:52:49.262 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl (6.6 kB) 2025-04-15 14:52:49.781 | Installing collected packages: ratelimiter, ipaddress, Babel, networking_nsxv3 2025-04-15 14:52:50.213 | Running setup.py develop for networking_nsxv3 2025-04-15 14:52:51.426 | Successfully installed Babel-2.12.1 ipaddress-1.0.23 networking_nsxv3-0.0.1.dev9 ratelimiter-1.2.0.post0 2025-04-15 14:52:51.552 | ++ inc/python:pip_install:222 : result=0 2025-04-15 14:52:51.555 | ++ inc/python:pip_install:224 : time_stop pip_install 2025-04-15 14:52:51.557 | ++ functions-common:time_stop:2400 : local name 2025-04-15 14:52:51.559 | ++ functions-common:time_stop:2401 : local end_time 2025-04-15 14:52:51.561 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:52:51.563 | ++ functions-common:time_stop:2403 : local total 2025-04-15 14:52:51.565 | ++ functions-common:time_stop:2404 : local start_time 2025-04-15 14:52:51.567 | ++ functions-common:time_stop:2406 : name=pip_install 2025-04-15 14:52:51.569 | ++ functions-common:time_stop:2407 : start_time=1744728766011 2025-04-15 14:52:51.571 | ++ functions-common:time_stop:2409 : [[ -z 1744728766011 ]] 2025-04-15 14:52:51.574 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:52:51.577 | ++ functions-common:time_stop:2412 : end_time=1744728771575 2025-04-15 14:52:51.579 | ++ functions-common:time_stop:2413 : elapsed_time=5564 2025-04-15 14:52:51.581 | ++ functions-common:time_stop:2414 : total=83427 2025-04-15 14:52:51.583 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:52:51.589 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=88991 2025-04-15 14:52:51.589 | ++ inc/python:pip_install:225 : return 0 2025-04-15 14:52:51.589 | ++ inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-15 14:52:51.591 | ++ inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-15 14:52:51.593 | ++ inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/networking-nsx-t 2025-04-15 14:52:51.595 | ++ inc/python:use_library_from_git:272 : local name=/opt/stack/networking-nsx-t 2025-04-15 14:52:51.597 | ++ inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:52:51.599 | ++ inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:52:51.601 | ++ inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/networking-nsx-t, ]] 2025-04-15 14:52:51.603 | ++ inc/python:use_library_from_git:275 : return 1 2025-04-15 14:52:51.605 | + stack.sh:main:1000 : use_library_from_git python-openstackclient 2025-04-15 14:52:51.607 | + inc/python:use_library_from_git:272 : local name=python-openstackclient 2025-04-15 14:52:51.609 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 14:52:51.611 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 14:52:51.613 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-openstackclient, ]] 2025-04-15 14:52:51.615 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 14:52:51.617 | + stack.sh:main:1004 : pip_install_gr python-openstackclient 2025-04-15 14:52:51.619 | + inc/python:pip_install_gr:94 : local name=python-openstackclient 2025-04-15 14:52:51.621 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-15 14:52:51.624 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements python-openstackclient 2025-04-15 14:52:51.626 | ++ inc/python:get_from_global_requirements:247 : local package=python-openstackclient 2025-04-15 14:52:51.628 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-15 14:52:51.632 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^python-openstackclient' /opt/stack//requirements/global-requirements.txt 2025-04-15 14:52:51.632 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-15 14:52:51.636 | ++ inc/python:get_from_global_requirements:249 : required_pkg='python-openstackclient ' 2025-04-15 14:52:51.638 | ++ inc/python:get_from_global_requirements:250 : [[ python-openstackclient == '' ]] 2025-04-15 14:52:51.640 | ++ inc/python:get_from_global_requirements:253 : echo python-openstackclient 2025-04-15 14:52:51.642 | + inc/python:pip_install_gr:96 : clean_name=python-openstackclient 2025-04-15 14:52:51.644 | + inc/python:pip_install_gr:97 : pip_install python-openstackclient 2025-04-15 14:52:51.661 | Using python 3.10 to install python-openstackclient 2025-04-15 14:52:51.663 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt python-openstackclient 2025-04-15 14:52:52.646 | Collecting python-openstackclient 2025-04-15 14:52:52.648 | Using cached python_openstackclient-6.3.0-py3-none-any.whl.metadata (6.5 kB) 2025-04-15 14:52:52.658 | Requirement already satisfied: cliff>=3.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (4.3.0) 2025-04-15 14:52:52.659 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (40.0.2) 2025-04-15 14:52:52.660 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (1.1.0) 2025-04-15 14:52:52.660 | Requirement already satisfied: openstacksdk>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (1.5.1) 2025-04-15 14:52:52.661 | Requirement already satisfied: osc-lib>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (2.8.1) 2025-04-15 14:52:52.662 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (6.1.1) 2025-04-15 14:52:52.663 | Requirement already satisfied: oslo.utils>=3.33.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (6.2.1) 2025-04-15 14:52:52.663 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (5.11.1) 2025-04-15 14:52:52.664 | Requirement already satisfied: python-cinderclient>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (9.4.0) 2025-04-15 14:52:52.665 | Requirement already satisfied: python-keystoneclient>=3.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (5.2.0) 2025-04-15 14:52:52.666 | Requirement already satisfied: python-novaclient>=18.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (18.4.0) 2025-04-15 14:52:52.666 | Requirement already satisfied: stevedore>=2.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (5.1.0) 2025-04-15 14:52:52.671 | Requirement already satisfied: PrettyTable>=0.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (3.7.0) 2025-04-15 14:52:52.672 | Requirement already satisfied: PyYAML>=3.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (6.0) 2025-04-15 14:52:52.673 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (0.5.1) 2025-04-15 14:52:52.674 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (2.4.3) 2025-04-15 14:52:52.675 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (6.0.1) 2025-04-15 14:52:52.695 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.7->python-openstackclient) (1.15.1) 2025-04-15 14:52:52.706 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.4.4) 2025-04-15 14:52:52.707 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.4.0) 2025-04-15 14:52:52.708 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.32) 2025-04-15 14:52:52.709 | Requirement already satisfied: os-service-types>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.7.0) 2025-04-15 14:52:52.710 | Requirement already satisfied: keystoneauth1>=3.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (5.3.0) 2025-04-15 14:52:52.711 | Requirement already satisfied: decorator>=4.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (5.1.1) 2025-04-15 14:52:52.712 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.0.1) 2025-04-15 14:52:52.712 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (0.11.0) 2025-04-15 14:52:52.713 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.1.8) 2025-04-15 14:52:52.720 | Requirement already satisfied: simplejson>=3.5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=2.3.0->python-openstackclient) (3.19.1) 2025-04-15 14:52:52.729 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (2.5.0) 2025-04-15 14:52:52.730 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (0.8.0) 2025-04-15 14:52:52.731 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (23.1) 2025-04-15 14:52:52.732 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (3.0.9) 2025-04-15 14:52:52.732 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (2023.3) 2025-04-15 14:52:52.733 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (2023.3) 2025-04-15 14:52:52.743 | Requirement already satisfied: requests>=2.25.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-cinderclient>=3.3.0->python-openstackclient) (2.28.2) 2025-04-15 14:52:52.752 | Requirement already satisfied: oslo.config>=5.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (9.2.0) 2025-04-15 14:52:52.757 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (5.2.1) 2025-04-15 14:52:52.757 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (1.16.0) 2025-04-15 14:52:52.775 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.7->python-openstackclient) (2.21) 2025-04-15 14:52:52.800 | Requirement already satisfied: attrs>=16.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (23.1.0) 2025-04-15 14:52:52.801 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (1.8.2) 2025-04-15 14:52:52.802 | Requirement already satisfied: wcwidth>=0.1.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (0.2.6) 2025-04-15 14:52:52.808 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.utils>=3.33.0->python-openstackclient) (1.15.0) 2025-04-15 14:52:52.839 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff>=3.5.0->python-openstackclient) (3.15.0) 2025-04-15 14:52:52.848 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=1.4.0->python-openstackclient) (2.3) 2025-04-15 14:52:52.908 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->python-keystoneclient>=3.22.0->python-openstackclient) (2.0.0) 2025-04-15 14:52:52.916 | Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.0.5) 2025-04-15 14:52:52.957 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (3.1.0) 2025-04-15 14:52:52.958 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (3.4) 2025-04-15 14:52:52.959 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (1.26.15) 2025-04-15 14:52:52.959 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2025.1.31) 2025-04-15 14:52:53.111 | Using cached python_openstackclient-6.3.0-py3-none-any.whl (1.1 MB) 2025-04-15 14:52:54.009 | Installing collected packages: python-openstackclient 2025-04-15 14:52:54.885 | Successfully installed python-openstackclient-6.3.0 2025-04-15 14:52:55.002 | + inc/python:pip_install:222 : result=0 2025-04-15 14:52:55.004 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 14:52:55.006 | + functions-common:time_stop:2400 : local name 2025-04-15 14:52:55.008 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:52:55.010 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:52:55.013 | + functions-common:time_stop:2403 : local total 2025-04-15 14:52:55.015 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:52:55.017 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 14:52:55.018 | + functions-common:time_stop:2407 : start_time=1744728771657 2025-04-15 14:52:55.021 | + functions-common:time_stop:2409 : [[ -z 1744728771657 ]] 2025-04-15 14:52:55.023 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:52:55.027 | + functions-common:time_stop:2412 : end_time=1744728775025 2025-04-15 14:52:55.029 | + functions-common:time_stop:2413 : elapsed_time=3368 2025-04-15 14:52:55.031 | + functions-common:time_stop:2414 : total=88991 2025-04-15 14:52:55.033 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:52:55.035 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=92359 2025-04-15 14:52:55.037 | + inc/python:pip_install:225 : return 0 2025-04-15 14:52:55.039 | + stack.sh:main:1009 : install_oscwrap 2025-04-15 14:52:55.042 | ++ functions-common:install_oscwrap:2445 : mktemp 2025-04-15 14:52:55.046 | + functions-common:install_oscwrap:2445 : OSCWRAP_TIMER_FILE=/tmp/tmp.bCxfIvV04k 2025-04-15 14:52:55.048 | + functions-common:install_oscwrap:2448 : shopt -s expand_aliases 2025-04-15 14:52:55.050 | + functions-common:install_oscwrap:2451 : unalias -a 2025-04-15 14:52:55.052 | + functions-common:install_oscwrap:2453 : alias openstack=oscwrap 2025-04-15 14:52:55.054 | + stack.sh:main:1014 : [[ False != \F\a\l\s\e ]] 2025-04-15 14:52:55.056 | + stack.sh:main:1054 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-04-15 14:52:55.058 | + stack.sh:main:1062 : is_service_enabled mysql postgresql 2025-04-15 14:52:55.072 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:52:55.074 | + stack.sh:main:1063 : configure_database 2025-04-15 14:52:55.076 | + lib/database:configure_database:128 : configure_database_mysql 2025-04-15 14:52:55.078 | + lib/databases/mysql:configure_database_mysql:66 : local my_conf mysql slow_log my_client_conf 2025-04-15 14:52:55.080 | + lib/databases/mysql:configure_database_mysql:67 : echo_summary 'Configuring and starting MySQL' 2025-04-15 14:52:55.081 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 14:52:55.083 | + stack.sh:echo_summary:461 : echo -e Configuring and starting MySQL 2025-04-15 14:52:55.086 | + lib/databases/mysql:configure_database_mysql:69 : is_ubuntu 2025-04-15 14:52:55.087 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:52:55.089 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:52:55.091 | + lib/databases/mysql:configure_database_mysql:70 : my_conf=/etc/mysql/my.cnf 2025-04-15 14:52:55.093 | + lib/databases/mysql:configure_database_mysql:84 : is_ubuntu 2025-04-15 14:52:55.095 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:52:55.096 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:52:55.098 | + lib/databases/mysql:configure_database_mysql:85 : is_fips_enabled 2025-04-15 14:52:55.101 | ++ functions-common:is_fips_enabled:2516 : cat /proc/sys/crypto/fips_enabled 2025-04-15 14:52:55.102 | cat: /proc/sys/crypto/fips_enabled: No such file or directory 2025-04-15 14:52:55.104 | + functions-common:is_fips_enabled:2516 : fips= 2025-04-15 14:52:55.105 | + functions-common:is_fips_enabled:2517 : '[' '' == 1 ']' 2025-04-15 14:52:55.108 | ++ lib/databases/mysql:configure_database_mysql:93 : ipv6_unquote 0.0.0.0 2025-04-15 14:52:55.111 | ++ functions-common:ipv6_unquote:2198 : echo 0.0.0.0 2025-04-15 14:52:55.111 | ++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2025-04-15 14:52:55.115 | + lib/databases/mysql:configure_database_mysql:93 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2025-04-15 14:52:55.163 | + lib/databases/mysql:configure_database_mysql:96 : is_fedora 2025-04-15 14:52:55.166 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-15 14:52:55.168 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-15 14:52:55.170 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-15 14:52:55.172 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-15 14:52:55.173 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-15 14:52:55.175 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-15 14:52:55.177 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-15 14:52:55.179 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-15 14:52:55.181 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-15 14:52:55.183 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-15 14:52:55.184 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-15 14:52:55.186 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-15 14:52:55.188 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-15 14:52:55.190 | + lib/databases/mysql:configure_database_mysql:99 : is_ubuntu 2025-04-15 14:52:55.191 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:52:55.193 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:52:55.195 | + lib/databases/mysql:configure_database_mysql:101 : restart_service mariadb 2025-04-15 14:52:55.197 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-15 14:52:55.199 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart mariadb 2025-04-15 14:52:55.737 | + lib/databases/mysql:configure_database_mysql:110 : is_ubuntu 2025-04-15 14:52:55.739 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:52:55.741 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:52:55.743 | + lib/databases/mysql:configure_database_mysql:110 : [[ jammy == \j\a\m\m\y ]] 2025-04-15 14:52:55.745 | + lib/databases/mysql:configure_database_mysql:110 : '[' mariadb == mariadb ']' 2025-04-15 14:52:55.748 | + lib/databases/mysql:configure_database_mysql:116 : is_ubuntu 2025-04-15 14:52:55.750 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:52:55.752 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:52:55.754 | + lib/databases/mysql:configure_database_mysql:116 : '[' mariadb == mariadb ']' 2025-04-15 14:52:55.755 | + lib/databases/mysql:configure_database_mysql:117 : local 'cmd_args=-uroot -pstackdb ' 2025-04-15 14:52:55.757 | + lib/databases/mysql:configure_database_mysql:126 : is_ubuntu 2025-04-15 14:52:55.759 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:52:55.761 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:52:55.763 | + lib/databases/mysql:configure_database_mysql:126 : [[ ! jammy =~ bookworm|bullseye ]] 2025-04-15 14:52:55.765 | + lib/databases/mysql:configure_database_mysql:126 : '[' mariadb == mariadb ']' 2025-04-15 14:52:55.767 | + lib/databases/mysql:configure_database_mysql:127 : [[ jammy == \j\a\m\m\y ]] 2025-04-15 14:52:55.771 | + lib/databases/mysql:configure_database_mysql:130 : sudo mysql -e 'ALTER USER root@localhost IDENTIFIED VIA mysql_native_password USING PASSWORD('\''stackdb'\'');' 2025-04-15 14:52:55.787 | + lib/databases/mysql:configure_database_mysql:136 : is_ubuntu 2025-04-15 14:52:55.789 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:52:55.791 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:52:55.793 | + lib/databases/mysql:configure_database_mysql:136 : [[ jammy == \j\a\m\m\y ]] 2025-04-15 14:52:55.795 | + lib/databases/mysql:configure_database_mysql:136 : '[' mariadb == mariadb ']' 2025-04-15 14:52:55.797 | + lib/databases/mysql:configure_database_mysql:146 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2025-04-15 14:52:55.843 | + lib/databases/mysql:configure_database_mysql:147 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2025-04-15 14:52:55.887 | + lib/databases/mysql:configure_database_mysql:148 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2025-04-15 14:52:55.929 | + lib/databases/mysql:configure_database_mysql:150 : [[ False == \T\r\u\e ]] 2025-04-15 14:52:55.931 | + lib/databases/mysql:configure_database_mysql:170 : [[ True == \T\r\u\e ]] 2025-04-15 14:52:55.933 | + lib/databases/mysql:configure_database_mysql:171 : echo 'enabling MySQL performance counting' 2025-04-15 14:52:55.933 | enabling MySQL performance counting 2025-04-15 14:52:55.934 | + lib/databases/mysql:configure_database_mysql:174 : pip_install /opt/stack/devstack/tools/dbcounter 2025-04-15 14:52:55.951 | Using python 3.10 to install /opt/stack/devstack/tools/dbcounter 2025-04-15 14:52:55.953 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt /opt/stack/devstack/tools/dbcounter 2025-04-15 14:52:56.817 | Processing ./tools/dbcounter 2025-04-15 14:52:56.820 | Installing build dependencies: started 2025-04-15 14:53:01.457 | Installing build dependencies: finished with status 'done' 2025-04-15 14:53:01.458 | Getting requirements to build wheel: started 2025-04-15 14:53:01.649 | Getting requirements to build wheel: finished with status 'done' 2025-04-15 14:53:01.649 | Preparing metadata (pyproject.toml): started 2025-04-15 14:53:01.843 | Preparing metadata (pyproject.toml): finished with status 'done' 2025-04-15 14:53:01.843 | Building wheels for collected packages: dbcounter 2025-04-15 14:53:01.844 | Building wheel for dbcounter (pyproject.toml): started 2025-04-15 14:53:02.058 | Building wheel for dbcounter (pyproject.toml): finished with status 'done' 2025-04-15 14:53:02.059 | Created wheel for dbcounter: filename=dbcounter-0.1-py3-none-any.whl size=3228 sha256=5f0eda5cf24e2b72a8e5966307a7edfe89c9988ce1c4faf7c319552d8d35acb8 2025-04-15 14:53:02.059 | Stored in directory: /tmp/pip-ephem-wheel-cache-waynjrxo/wheels/e3/83/d0/d5edd61a93218f4a1789af99bf08ab7f0ad72cdcbde06f9d11 2025-04-15 14:53:02.061 | Successfully built dbcounter 2025-04-15 14:53:03.128 | Installing collected packages: dbcounter 2025-04-15 14:53:03.199 | Successfully installed dbcounter-0.1 2025-04-15 14:53:03.331 | + inc/python:pip_install:222 : result=0 2025-04-15 14:53:03.333 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 14:53:03.335 | + functions-common:time_stop:2400 : local name 2025-04-15 14:53:03.337 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:53:03.339 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:53:03.341 | + functions-common:time_stop:2403 : local total 2025-04-15 14:53:03.343 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:53:03.345 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 14:53:03.346 | + functions-common:time_stop:2407 : start_time=1744728775947 2025-04-15 14:53:03.349 | + functions-common:time_stop:2409 : [[ -z 1744728775947 ]] 2025-04-15 14:53:03.351 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:53:03.354 | + functions-common:time_stop:2412 : end_time=1744728783352 2025-04-15 14:53:03.356 | + functions-common:time_stop:2413 : elapsed_time=7405 2025-04-15 14:53:03.358 | + functions-common:time_stop:2414 : total=92359 2025-04-15 14:53:03.360 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:53:03.362 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=99764 2025-04-15 14:53:03.364 | + inc/python:pip_install:225 : return 0 2025-04-15 14:53:03.366 | + lib/databases/mysql:configure_database_mysql:177 : recreate_database stats 2025-04-15 14:53:03.368 | + lib/database:recreate_database:112 : local db=stats 2025-04-15 14:53:03.370 | + lib/database:recreate_database:113 : recreate_database_mysql stats 2025-04-15 14:53:03.372 | + lib/databases/mysql:recreate_database_mysql:60 : local db=stats 2025-04-15 14:53:03.374 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS stats;' 2025-04-15 14:53:03.383 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE stats CHARACTER SET utf8;' 2025-04-15 14:53:03.392 | + lib/databases/mysql:configure_database_mysql:178 : mysql -u root -pstackdb -h 127.0.0.1 -e 'CREATE TABLE queries (db VARCHAR(32), op VARCHAR(32), 2025-04-15 14:53:03.392 | count INT, PRIMARY KEY (db, op)) ENGINE MEMORY' stats 2025-04-15 14:53:03.470 | + lib/databases/mysql:configure_database_mysql:183 : [[ True == \T\r\u\e ]] 2025-04-15 14:53:03.472 | + lib/databases/mysql:configure_database_mysql:184 : iniset -sudo /etc/mysql/my.cnf mysqld read_buffer_size 64K 2025-04-15 14:53:03.515 | + lib/databases/mysql:configure_database_mysql:185 : iniset -sudo /etc/mysql/my.cnf mysqld innodb_buffer_pool_size 16M 2025-04-15 14:53:03.557 | + lib/databases/mysql:configure_database_mysql:186 : iniset -sudo /etc/mysql/my.cnf mysqld thread_stack 192K 2025-04-15 14:53:03.599 | + lib/databases/mysql:configure_database_mysql:187 : iniset -sudo /etc/mysql/my.cnf mysqld thread_cache_size 8 2025-04-15 14:53:03.642 | + lib/databases/mysql:configure_database_mysql:188 : iniset -sudo /etc/mysql/my.cnf mysqld tmp_table_size 8M 2025-04-15 14:53:03.687 | + lib/databases/mysql:configure_database_mysql:189 : iniset -sudo /etc/mysql/my.cnf mysqld sort_buffer_size 8M 2025-04-15 14:53:03.730 | + lib/databases/mysql:configure_database_mysql:190 : iniset -sudo /etc/mysql/my.cnf mysqld max_allowed_packet 8M 2025-04-15 14:53:03.772 | + lib/databases/mysql:configure_database_mysql:193 : restart_service mariadb 2025-04-15 14:53:03.774 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-15 14:53:03.779 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart mariadb 2025-04-15 14:53:04.336 | + stack.sh:main:1067 : save_stackenv 1067 2025-04-15 14:53:04.337 | + functions-common:save_stackenv:60 : local tag=1067 2025-04-15 14:53:04.340 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-04-15 14:53:04.344 | + functions-common:save_stackenv:62 : time_stamp=2025-04-15-145304 2025-04-15 14:53:04.346 | + functions-common:save_stackenv:63 : echo '# 2025-04-15-145304 1067' 2025-04-15 14:53:04.349 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 14:53:04.351 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-15 14:53:04.354 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 14:53:04.356 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-04-15 14:53:04.357 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 14:53:04.359 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-04-15 14:53:04.361 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 14:53:04.363 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2025-04-15 14:53:04.365 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 14:53:04.367 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-04-15 14:53:04.369 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 14:53:04.371 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-04-15 14:53:04.373 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 14:53:04.375 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-04-15-144909 2025-04-15 14:53:04.377 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 14:53:04.379 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-04-15 14:53:04.381 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 14:53:04.383 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-04-15 14:53:04.385 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 14:53:04.387 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-04-15 14:53:04.389 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 14:53:04.391 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-04-15 14:53:04.393 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 14:53:04.395 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-04-15 14:53:04.397 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 14:53:04.399 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-04-15 14:53:04.400 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 14:53:04.402 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-04-15 14:53:04.404 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 14:53:04.406 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-04-15 14:53:04.408 | + stack.sh:main:1079 : [[ False == \T\r\u\e ]] 2025-04-15 14:53:04.410 | + stack.sh:main:1093 : start_dstat 2025-04-15 14:53:04.412 | + lib/dstat:start_dstat:31 : run_process dstat '/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2025-04-15 14:53:04.414 | + functions-common:run_process:1654 : local service=dstat 2025-04-15 14:53:04.416 | + functions-common:run_process:1655 : local 'command=/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2025-04-15 14:53:04.418 | + functions-common:run_process:1656 : local group= 2025-04-15 14:53:04.420 | + functions-common:run_process:1657 : local user= 2025-04-15 14:53:04.422 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 14:53:04.424 | + functions-common:run_process:1660 : local name=dstat 2025-04-15 14:53:04.426 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 14:53:04.428 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 14:53:04.430 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:53:04.432 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:53:04.435 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:53:04.438 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728784435 2025-04-15 14:53:04.440 | + functions-common:run_process:1663 : is_service_enabled dstat 2025-04-15 14:53:04.453 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:53:04.455 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 14:53:04.457 | + functions-common:time_stop:2400 : local name 2025-04-15 14:53:04.459 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:53:04.461 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:53:04.463 | + functions-common:time_stop:2403 : local total 2025-04-15 14:53:04.465 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:53:04.467 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 14:53:04.469 | + functions-common:time_stop:2407 : start_time=1744728784435 2025-04-15 14:53:04.471 | + functions-common:time_stop:2409 : [[ -z 1744728784435 ]] 2025-04-15 14:53:04.474 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:53:04.477 | + functions-common:time_stop:2412 : end_time=1744728784475 2025-04-15 14:53:04.479 | + functions-common:time_stop:2413 : elapsed_time=40 2025-04-15 14:53:04.481 | + functions-common:time_stop:2414 : total=0 2025-04-15 14:53:04.483 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:53:04.485 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=40 2025-04-15 14:53:04.487 | + lib/dstat:start_dstat:36 : run_process memory_tracker /opt/stack/devstack/tools/memory_tracker.sh '' root 2025-04-15 14:53:04.488 | + functions-common:run_process:1654 : local service=memory_tracker 2025-04-15 14:53:04.490 | + functions-common:run_process:1655 : local command=/opt/stack/devstack/tools/memory_tracker.sh 2025-04-15 14:53:04.492 | + functions-common:run_process:1656 : local group= 2025-04-15 14:53:04.494 | + functions-common:run_process:1657 : local user=root 2025-04-15 14:53:04.496 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 14:53:04.498 | + functions-common:run_process:1660 : local name=memory_tracker 2025-04-15 14:53:04.500 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 14:53:04.502 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 14:53:04.504 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:53:04.506 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:53:04.509 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:53:04.512 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728784509 2025-04-15 14:53:04.514 | + functions-common:run_process:1663 : is_service_enabled memory_tracker 2025-04-15 14:53:04.527 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:53:04.529 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 14:53:04.531 | + functions-common:time_stop:2400 : local name 2025-04-15 14:53:04.533 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:53:04.534 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:53:04.536 | + functions-common:time_stop:2403 : local total 2025-04-15 14:53:04.538 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:53:04.540 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 14:53:04.542 | + functions-common:time_stop:2407 : start_time=1744728784509 2025-04-15 14:53:04.544 | + functions-common:time_stop:2409 : [[ -z 1744728784509 ]] 2025-04-15 14:53:04.547 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:53:04.550 | + functions-common:time_stop:2412 : end_time=1744728784548 2025-04-15 14:53:04.552 | + functions-common:time_stop:2413 : elapsed_time=39 2025-04-15 14:53:04.554 | + functions-common:time_stop:2414 : total=40 2025-04-15 14:53:04.556 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:53:04.558 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=79 2025-04-15 14:53:04.560 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2025-04-15 14:53:04.574 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:53:04.576 | + lib/dstat:start_dstat:47 : run_process file_tracker /opt/stack/devstack/tools/file_tracker.sh 2025-04-15 14:53:04.578 | + functions-common:run_process:1654 : local service=file_tracker 2025-04-15 14:53:04.580 | + functions-common:run_process:1655 : local command=/opt/stack/devstack/tools/file_tracker.sh 2025-04-15 14:53:04.582 | + functions-common:run_process:1656 : local group= 2025-04-15 14:53:04.584 | + functions-common:run_process:1657 : local user= 2025-04-15 14:53:04.586 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 14:53:04.588 | + functions-common:run_process:1660 : local name=file_tracker 2025-04-15 14:53:04.590 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 14:53:04.592 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 14:53:04.594 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:53:04.596 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:53:04.599 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:53:04.602 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728784600 2025-04-15 14:53:04.604 | + functions-common:run_process:1663 : is_service_enabled file_tracker 2025-04-15 14:53:04.618 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:53:04.620 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 14:53:04.622 | + functions-common:time_stop:2400 : local name 2025-04-15 14:53:04.624 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:53:04.626 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:53:04.628 | + functions-common:time_stop:2403 : local total 2025-04-15 14:53:04.630 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:53:04.632 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 14:53:04.634 | + functions-common:time_stop:2407 : start_time=1744728784600 2025-04-15 14:53:04.636 | + functions-common:time_stop:2409 : [[ -z 1744728784600 ]] 2025-04-15 14:53:04.639 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:53:04.642 | + functions-common:time_stop:2412 : end_time=1744728784639 2025-04-15 14:53:04.644 | + functions-common:time_stop:2413 : elapsed_time=39 2025-04-15 14:53:04.646 | + functions-common:time_stop:2414 : total=79 2025-04-15 14:53:04.648 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:53:04.650 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=118 2025-04-15 14:53:04.652 | + stack.sh:main:1097 : is_service_enabled tcpdump 2025-04-15 14:53:04.665 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:53:04.667 | + stack.sh:main:1105 : is_service_enabled etcd3 2025-04-15 14:53:04.681 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:53:04.683 | + stack.sh:main:1106 : start_etcd3 2025-04-15 14:53:04.685 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack//bin/etcd 2025-04-15 14:53:04.686 | + lib/etcd3:start_etcd3:42 : cmd+=' --name devstack --data-dir /opt/stack/data/etcd' 2025-04-15 14:53:04.688 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2025-04-15 14:53:04.690 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster devstack=http://10.180.1.21:2380' 2025-04-15 14:53:04.692 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.180.1.21:2380' 2025-04-15 14:53:04.695 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.180.1.21:2379' 2025-04-15 14:53:04.697 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2025-04-15 14:53:04.699 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2025-04-15 14:53:04.701 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.180.1.21:2379' 2025-04-15 14:53:04.703 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2025-04-15 14:53:04.705 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2025-04-15 14:53:04.707 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2025-04-15 14:53:04.709 | + lib/etcd3:start_etcd3:58 : write_user_unit_file devstack@etcd.service '/opt/stack//bin/etcd --name devstack --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster devstack=http://10.180.1.21:2380 --initial-advertise-peer-urls http://10.180.1.21:2380 --advertise-client-urls http://10.180.1.21:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.180.1.21:2379 --debug' '' root 2025-04-15 14:53:04.711 | + functions-common:write_user_unit_file:1518 : local service=devstack@etcd.service 2025-04-15 14:53:04.713 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack//bin/etcd --name devstack --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster devstack=http://10.180.1.21:2380 --initial-advertise-peer-urls http://10.180.1.21:2380 --advertise-client-urls http://10.180.1.21:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.180.1.21:2379 --debug' 2025-04-15 14:53:04.715 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-15 14:53:04.716 | + functions-common:write_user_unit_file:1521 : local user=root 2025-04-15 14:53:04.718 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-15 14:53:04.720 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-15 14:53:04.722 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-15 14:53:04.723 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@etcd.service 2025-04-15 14:53:04.725 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-15 14:53:04.728 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2025-04-15 14:53:04.779 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-15 14:53:04.829 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2025-04-15 14:53:04.870 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecStart '/opt/stack//bin/etcd --name devstack --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster devstack=http://10.180.1.21:2380 --initial-advertise-peer-urls http://10.180.1.21:2380 --advertise-client-urls http://10.180.1.21:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.180.1.21:2379 --debug' 2025-04-15 14:53:04.910 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2025-04-15 14:53:04.950 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2025-04-15 14:53:04.992 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-15 14:53:05.034 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-15 14:53:05.036 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-15 14:53:05.038 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2025-04-15 14:53:05.088 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-15 14:53:05.333 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2025-04-15 14:53:05.376 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2025-04-15 14:53:05.418 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2025-04-15 14:53:05.461 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2025-04-15 14:53:05.503 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2025-04-15 14:53:05.506 | ++ functions-common:is_arch:497 : uname -m 2025-04-15 14:53:05.509 | + functions-common:is_arch:497 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2025-04-15 14:53:05.511 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2025-04-15 14:53:05.746 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2025-04-15 14:53:05.755 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2025-04-15 14:53:05.994 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2025-04-15 14:53:07.064 | + stack.sh:main:1112 : is_service_enabled tls-proxy 2025-04-15 14:53:07.078 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:53:07.080 | + stack.sh:main:1117 : write_clouds_yaml 2025-04-15 14:53:07.082 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2025-04-15 14:53:07.085 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2025-04-15 14:53:07.088 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2025-04-15 14:53:07.098 | + functions-common:write_clouds_yaml:82 : sudo chown -R stack /etc/openstack 2025-04-15 14:53:07.107 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2025-04-15 14:53:07.109 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-04-15 14:53:07.111 | + functions-common:write_clouds_yaml:89 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username demo --os-password nomoresecret --os-project-name demo 2025-04-15 14:53:07.158 | The user clouds.yaml file didn't exist. 2025-04-15 14:53:07.166 | + functions-common:write_clouds_yaml:100 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-admin --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username admin --os-password nomoresecret --os-project-name admin 2025-04-15 14:53:07.221 | + functions-common:write_clouds_yaml:111 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-admin-demo --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username admin --os-password nomoresecret --os-project-name demo 2025-04-15 14:53:07.280 | + functions-common:write_clouds_yaml:122 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username alt_demo --os-password nomoresecret --os-project-name alt_demo 2025-04-15 14:53:07.340 | + functions-common:write_clouds_yaml:133 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt-member --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username alt_demo_member --os-password nomoresecret --os-project-name alt_demo 2025-04-15 14:53:07.402 | + functions-common:write_clouds_yaml:144 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt-reader --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username alt_demo_reader --os-password nomoresecret --os-project-name alt_demo 2025-04-15 14:53:07.467 | + functions-common:write_clouds_yaml:155 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-reader --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username demo_reader --os-password nomoresecret --os-project-name demo 2025-04-15 14:53:07.532 | + functions-common:write_clouds_yaml:166 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-admin --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username admin --os-password nomoresecret --os-system-scope all 2025-04-15 14:53:07.599 | + functions-common:write_clouds_yaml:177 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-member --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username system_member --os-password nomoresecret --os-system-scope all 2025-04-15 14:53:07.666 | + functions-common:write_clouds_yaml:188 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-reader --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username system_reader --os-password nomoresecret --os-system-scope all 2025-04-15 14:53:07.726 | ++ inc/async:async_inner:64 : rc=0 2025-04-15 14:53:07.737 | + functions-common:write_clouds_yaml:198 : cat 2025-04-15 14:53:07.741 | ++ functions-common:write_clouds_yaml:204 : eval echo '~stack' 2025-04-15 14:53:07.744 | +++ functions-common:write_clouds_yaml:204 : echo /opt/stack 2025-04-15 14:53:07.745 | [34224 Async install_tempest:34224]: finished successfully 2025-04-15 14:53:07.746 | + functions-common:write_clouds_yaml:204 : rm -f /opt/stack/.config/openstack/clouds.yaml 2025-04-15 14:53:07.750 | + stack.sh:main:1118 : export OS_CLOUD=devstack-admin 2025-04-15 14:53:07.752 | + stack.sh:main:1118 : OS_CLOUD=devstack-admin 2025-04-15 14:53:07.754 | + stack.sh:main:1120 : is_service_enabled keystone 2025-04-15 14:53:07.767 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:53:07.769 | + stack.sh:main:1121 : echo_summary 'Starting Keystone' 2025-04-15 14:53:07.771 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 14:53:07.773 | + stack.sh:echo_summary:461 : echo -e Starting Keystone 2025-04-15 14:53:07.775 | + stack.sh:main:1123 : '[' 10.180.1.21 == 10.180.1.21 ']' 2025-04-15 14:53:07.777 | + stack.sh:main:1124 : init_keystone 2025-04-15 14:53:07.779 | + lib/keystone:init_keystone:478 : is_service_enabled ldap 2025-04-15 14:53:07.791 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:53:07.793 | + lib/keystone:init_keystone:482 : [[ True == True ]] 2025-04-15 14:53:07.795 | + lib/keystone:init_keystone:484 : recreate_database keystone 2025-04-15 14:53:07.797 | + lib/database:recreate_database:112 : local db=keystone 2025-04-15 14:53:07.799 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2025-04-15 14:53:07.801 | + lib/databases/mysql:recreate_database_mysql:60 : local db=keystone 2025-04-15 14:53:07.803 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2025-04-15 14:53:07.812 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2025-04-15 14:53:07.821 | + lib/keystone:init_keystone:487 : time_start dbsync 2025-04-15 14:53:07.823 | + functions-common:time_start:2386 : local name=dbsync 2025-04-15 14:53:07.825 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:53:07.827 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:53:07.829 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:53:07.833 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728787831 2025-04-15 14:53:07.835 | + lib/keystone:init_keystone:489 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2025-04-15 14:53:09.444 | INFO dbcounter [-] Registered counter for database keystone 2025-04-15 14:53:09.452 | 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=36919) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-15 14:53:09.455 | DEBUG dbcounter [-] [36919] Writer thread running {{(pid=36919) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 14:53:09.460 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-15 14:53:09.460 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-15 14:53:09.488 | INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version. 2025-04-15 14:53:10.177 | DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=36919) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-15 14:53:10.178 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. 2025-04-15 14:53:10.178 | DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to e25ffa003242 {{(pid=36919) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 14:53:10.180 | INFO alembic.runtime.migration [-] Running upgrade e25ffa003242 -> 99de3849d860, Fix incorrect constraints. 2025-04-15 14:53:10.197 | DEBUG alembic.runtime.migration [-] update e25ffa003242 to 99de3849d860 {{(pid=36919) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 14:53:10.198 | INFO alembic.runtime.migration [-] Running upgrade 99de3849d860 -> c88cdce8f248, Remove duplicate constraints. 2025-04-15 14:53:10.207 | DEBUG alembic.runtime.migration [-] update 99de3849d860 to c88cdce8f248 {{(pid=36919) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 14:53:10.208 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. 2025-04-15 14:53:10.208 | DEBUG alembic.runtime.migration [-] new branch insert 29e87d24a316 {{(pid=36919) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-15 14:53:10.209 | INFO alembic.runtime.migration [-] Running upgrade 29e87d24a316 -> b4f8b3f584e0, Fix incorrect constraints. 2025-04-15 14:53:10.221 | DEBUG alembic.runtime.migration [-] update 29e87d24a316 to b4f8b3f584e0 {{(pid=36919) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 14:53:10.222 | INFO alembic.runtime.migration [-] Running upgrade b4f8b3f584e0 -> 11c3b243b4cb, Remove service_provider.relay_state_prefix server default. 2025-04-15 14:53:10.229 | DEBUG alembic.runtime.migration [-] update b4f8b3f584e0 to 11c3b243b4cb {{(pid=36919) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 14:53:10.489 | + lib/keystone:init_keystone:490 : time_stop dbsync 2025-04-15 14:53:10.492 | + functions-common:time_stop:2400 : local name 2025-04-15 14:53:10.494 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:53:10.496 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:53:10.498 | + functions-common:time_stop:2403 : local total 2025-04-15 14:53:10.500 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:53:10.502 | + functions-common:time_stop:2406 : name=dbsync 2025-04-15 14:53:10.504 | + functions-common:time_stop:2407 : start_time=1744728787831 2025-04-15 14:53:10.506 | + functions-common:time_stop:2409 : [[ -z 1744728787831 ]] 2025-04-15 14:53:10.509 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:53:10.512 | + functions-common:time_stop:2412 : end_time=1744728790509 2025-04-15 14:53:10.514 | + functions-common:time_stop:2413 : elapsed_time=2678 2025-04-15 14:53:10.516 | + functions-common:time_stop:2414 : total=0 2025-04-15 14:53:10.518 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:53:10.520 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2678 2025-04-15 14:53:10.522 | + lib/keystone:init_keystone:492 : [[ fernet == \f\e\r\n\e\t ]] 2025-04-15 14:53:10.524 | + lib/keystone:init_keystone:493 : rm -rf /etc/keystone/fernet-keys/ 2025-04-15 14:53:10.527 | + lib/keystone:init_keystone:494 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2025-04-15 14:53:12.019 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2025-04-15 14:53:12.019 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2025-04-15 14:53:12.019 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2025-04-15 14:53:12.020 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2025-04-15 14:53:12.020 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2025-04-15 14:53:12.020 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2025-04-15 14:53:12.020 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2025-04-15 14:53:12.020 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2025-04-15 14:53:12.020 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2025-04-15 14:53:12.241 | + lib/keystone:init_keystone:496 : rm -rf /etc/keystone/credential-keys/ 2025-04-15 14:53:12.244 | + lib/keystone:init_keystone:497 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2025-04-15 14:53:13.732 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2025-04-15 14:53:13.732 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2025-04-15 14:53:13.732 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2025-04-15 14:53:13.732 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2025-04-15 14:53:13.732 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2025-04-15 14:53:13.733 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2025-04-15 14:53:13.733 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2025-04-15 14:53:13.733 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2025-04-15 14:53:13.733 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2025-04-15 14:53:13.947 | + stack.sh:main:1125 : start_keystone 2025-04-15 14:53:13.950 | + lib/keystone:start_keystone:555 : local service_port=5000 2025-04-15 14:53:13.952 | + lib/keystone:start_keystone:556 : local auth_protocol=http 2025-04-15 14:53:13.954 | + lib/keystone:start_keystone:557 : is_service_enabled tls-proxy 2025-04-15 14:53:13.968 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:53:13.970 | + lib/keystone:start_keystone:562 : '[' uwsgi == mod_wsgi ']' 2025-04-15 14:53:13.973 | ++ lib/keystone:start_keystone:566 : which uwsgi 2025-04-15 14:53:13.976 | + lib/keystone:start_keystone:566 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2025-04-15 14:53:13.977 | + functions-common:run_process:1654 : local service=keystone 2025-04-15 14:53:13.979 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-15 14:53:13.981 | + functions-common:run_process:1656 : local group= 2025-04-15 14:53:13.983 | + functions-common:run_process:1657 : local user= 2025-04-15 14:53:13.985 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 14:53:13.987 | + functions-common:run_process:1660 : local name=keystone 2025-04-15 14:53:13.989 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 14:53:13.991 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 14:53:13.992 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:53:13.994 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:53:13.997 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:53:14.000 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728793998 2025-04-15 14:53:14.002 | + functions-common:run_process:1663 : is_service_enabled keystone 2025-04-15 14:53:14.013 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:53:14.015 | + functions-common:run_process:1664 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' '' 2025-04-15 14:53:14.017 | + functions-common:_run_under_systemd:1611 : local service=keystone 2025-04-15 14:53:14.019 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-15 14:53:14.021 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-15 14:53:14.023 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-15 14:53:14.024 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-15 14:53:14.026 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2025-04-15 14:53:14.027 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2025-04-15 14:53:14.029 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@keystone.service 2025-04-15 14:53:14.031 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-15 14:53:14.033 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-15 14:53:14.035 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-15 14:53:14.037 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-15 14:53:14.039 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2025-04-15 14:53:14.041 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-15 14:53:14.043 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini --venv /opt/stack/data/venv' 2025-04-15 14:53:14.045 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@keystone.service '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini --venv /opt/stack/data/venv' '' stack '' 2025-04-15 14:53:14.046 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@keystone.service 2025-04-15 14:53:14.048 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini --venv /opt/stack/data/venv' 2025-04-15 14:53:14.050 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-15 14:53:14.051 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-15 14:53:14.053 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-15 14:53:14.054 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@keystone.service 2025-04-15 14:53:14.056 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-15 14:53:14.059 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2025-04-15 14:53:14.107 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-15 14:53:14.154 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2025-04-15 14:53:14.194 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User stack 2025-04-15 14:53:14.234 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecStart '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini --venv /opt/stack/data/venv' 2025-04-15 14:53:14.274 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-15 14:53:14.314 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2025-04-15 14:53:14.353 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2025-04-15 14:53:14.393 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2025-04-15 14:53:14.433 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2025-04-15 14:53:14.474 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2025-04-15 14:53:14.516 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-15 14:53:14.518 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-15 14:53:14.520 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2025-04-15 14:53:14.570 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-15 14:53:14.804 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@keystone.service 2025-04-15 14:53:14.814 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2025-04-15 14:53:15.050 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@keystone.service 2025-04-15 14:53:15.111 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 14:53:15.113 | + functions-common:time_stop:2400 : local name 2025-04-15 14:53:15.115 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:53:15.117 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:53:15.119 | + functions-common:time_stop:2403 : local total 2025-04-15 14:53:15.121 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:53:15.123 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 14:53:15.125 | + functions-common:time_stop:2407 : start_time=1744728793998 2025-04-15 14:53:15.126 | + functions-common:time_stop:2409 : [[ -z 1744728793998 ]] 2025-04-15 14:53:15.129 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:53:15.133 | + functions-common:time_stop:2412 : end_time=1744728795130 2025-04-15 14:53:15.135 | + functions-common:time_stop:2413 : elapsed_time=1132 2025-04-15 14:53:15.137 | + functions-common:time_stop:2414 : total=118 2025-04-15 14:53:15.138 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:53:15.140 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1250 2025-04-15 14:53:15.142 | + lib/keystone:start_keystone:569 : echo 'Waiting for keystone to start...' 2025-04-15 14:53:15.142 | Waiting for keystone to start... 2025-04-15 14:53:15.144 | + lib/keystone:start_keystone:575 : local service_uri=http://10.180.1.21/identity/v3/ 2025-04-15 14:53:15.146 | + lib/keystone:start_keystone:577 : wait_for_service 60 http://10.180.1.21/identity/v3/ 2025-04-15 14:53:15.148 | + functions:wait_for_service:468 : local timeout=60 2025-04-15 14:53:15.150 | + functions:wait_for_service:469 : local url=http://10.180.1.21/identity/v3/ 2025-04-15 14:53:15.152 | + functions:wait_for_service:470 : local rval=0 2025-04-15 14:53:15.154 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-15 14:53:15.156 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-15 14:53:15.158 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:53:15.160 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:53:15.163 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:53:15.166 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728795164 2025-04-15 14:53:15.168 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-15 14:53:15.172 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/identity/v3/ 2025-04-15 14:53:17.423 | + :: : [[ 200 == 503 ]] 2025-04-15 14:53:17.424 | + :: : [[ 0 -eq 7 ]] 2025-04-15 14:53:17.427 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-15 14:53:17.429 | + functions-common:time_stop:2400 : local name 2025-04-15 14:53:17.431 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:53:17.433 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:53:17.435 | + functions-common:time_stop:2403 : local total 2025-04-15 14:53:17.436 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:53:17.438 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-15 14:53:17.440 | + functions-common:time_stop:2407 : start_time=1744728795164 2025-04-15 14:53:17.442 | + functions-common:time_stop:2409 : [[ -z 1744728795164 ]] 2025-04-15 14:53:17.445 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:53:17.448 | + functions-common:time_stop:2412 : end_time=1744728797446 2025-04-15 14:53:17.450 | + functions-common:time_stop:2413 : elapsed_time=2282 2025-04-15 14:53:17.452 | + functions-common:time_stop:2414 : total=0 2025-04-15 14:53:17.454 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:53:17.456 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2282 2025-04-15 14:53:17.457 | + functions:wait_for_service:478 : return 0 2025-04-15 14:53:17.459 | + lib/keystone:start_keystone:582 : is_service_enabled tls-proxy 2025-04-15 14:53:17.473 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:53:17.474 | + lib/keystone:start_keystone:587 : restart_service memcached 2025-04-15 14:53:17.476 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-15 14:53:17.478 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart memcached 2025-04-15 14:53:17.758 | + stack.sh:main:1126 : bootstrap_keystone 2025-04-15 14:53:17.759 | + lib/keystone:bootstrap_keystone:607 : /opt/stack/data/venv/bin/keystone-manage bootstrap --bootstrap-username admin --bootstrap-password nomoresecret --bootstrap-project-name admin --bootstrap-role-name admin --bootstrap-service-name keystone --bootstrap-region-id RegionOne --bootstrap-public-url http://10.180.1.21/identity 2025-04-15 14:53:19.279 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=37715) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 14:53:19.279 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=37715) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 14:53:19.281 | 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=37715) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 14:53:19.283 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=37715) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 14:53:19.291 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=37715) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 14:53:19.291 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=37715) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 14:53:19.307 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=37715) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 14:53:19.322 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=37715) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 14:53:19.322 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=37715) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 14:53:19.363 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=37715) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 14:53:19.363 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=37715) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 14:53:19.364 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=37715) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 14:53:19.364 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=37715) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 14:53:19.364 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=37715) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 14:53:19.364 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=37715) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 14:53:19.370 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=37715) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 14:53:19.370 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=37715) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 14:53:19.370 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=37715) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 14:53:19.370 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=37715) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 14:53:19.370 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=37715) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 14:53:19.371 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=37715) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 14:53:19.371 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=37715) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 14:53:19.374 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=37715) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 14:53:19.376 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=37715) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 14:53:19.376 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=37715) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 14:53:19.376 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=37715) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 14:53:19.376 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=37715) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 14:53:19.376 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=37715) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 14:53:19.376 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=37715) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 14:53:19.377 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=37715) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 14:53:19.402 | INFO dbcounter [-] Registered counter for database keystone 2025-04-15 14:53:19.410 | 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=37715) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-15 14:53:19.413 | DEBUG dbcounter [-] [37715] Writer thread running {{(pid=37715) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 14:53:19.567 | INFO keystone.cmd.bootstrap [None req-2e81b61e-2b53-48d5-91bc-cc7b6d0d03e2 None None] Created domain default 2025-04-15 14:53:19.589 | INFO keystone.cmd.bootstrap [None req-2e81b61e-2b53-48d5-91bc-cc7b6d0d03e2 None None] Created project admin 2025-04-15 14:53:19.604 | WARNING keystone.common.password_hashing [None req-2e81b61e-2b53-48d5-91bc-cc7b6d0d03e2 None None] Truncating password to algorithm specific maximum length 72 characters.: keystone.exception.UserNotFound: Could not find user: admin. 2025-04-15 14:53:19.604 | DEBUG passlib.handlers.bcrypt [None req-2e81b61e-2b53-48d5-91bc-cc7b6d0d03e2 None None] detected 'bcrypt' backend, version '4.0.1' {{(pid=37715) _load_backend_mixin /opt/stack/data/venv/lib/python3.10/site-packages/passlib/handlers/bcrypt.py:625}} 2025-04-15 14:53:19.606 | DEBUG passlib.handlers.bcrypt [None req-2e81b61e-2b53-48d5-91bc-cc7b6d0d03e2 None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=37715) _finalize_backend_mixin /opt/stack/data/venv/lib/python3.10/site-packages/passlib/handlers/bcrypt.py:406}} 2025-04-15 14:53:19.642 | INFO keystone.cmd.bootstrap [None req-2e81b61e-2b53-48d5-91bc-cc7b6d0d03e2 None None] Created user admin 2025-04-15 14:53:19.649 | INFO keystone.cmd.bootstrap [None req-2e81b61e-2b53-48d5-91bc-cc7b6d0d03e2 None None] Created role reader 2025-04-15 14:53:19.653 | INFO keystone.cmd.bootstrap [None req-2e81b61e-2b53-48d5-91bc-cc7b6d0d03e2 None None] Created role member 2025-04-15 14:53:19.664 | INFO keystone.cmd.bootstrap [None req-2e81b61e-2b53-48d5-91bc-cc7b6d0d03e2 None None] Created implied role where 632bb53b453944649ac0ddfca7ec66bb implies 87e5fafde44b4ea2996a375f5350596b 2025-04-15 14:53:19.668 | INFO keystone.cmd.bootstrap [None req-2e81b61e-2b53-48d5-91bc-cc7b6d0d03e2 None None] Created role manager 2025-04-15 14:53:19.676 | INFO keystone.cmd.bootstrap [None req-2e81b61e-2b53-48d5-91bc-cc7b6d0d03e2 None None] Created implied role where b4c7cc795daa420e8510d59f41e2dd97 implies 632bb53b453944649ac0ddfca7ec66bb 2025-04-15 14:53:19.681 | INFO keystone.cmd.bootstrap [None req-2e81b61e-2b53-48d5-91bc-cc7b6d0d03e2 None None] Created role admin 2025-04-15 14:53:19.689 | INFO keystone.cmd.bootstrap [None req-2e81b61e-2b53-48d5-91bc-cc7b6d0d03e2 None None] Created implied role where a8aecedea3094990ac5c6d5fa13c8555 implies b4c7cc795daa420e8510d59f41e2dd97 2025-04-15 14:53:19.697 | INFO keystone.cmd.bootstrap [None req-2e81b61e-2b53-48d5-91bc-cc7b6d0d03e2 None None] Created role service 2025-04-15 14:53:19.703 | INFO keystone.cmd.bootstrap [None req-2e81b61e-2b53-48d5-91bc-cc7b6d0d03e2 None None] Granted role admin on project admin to user admin. 2025-04-15 14:53:19.706 | INFO keystone.cmd.bootstrap [None req-2e81b61e-2b53-48d5-91bc-cc7b6d0d03e2 None None] Granted role admin on the system to user admin. 2025-04-15 14:53:19.711 | WARNING py.warnings [None req-2e81b61e-2b53-48d5-91bc-cc7b6d0d03e2 None None] /opt/stack/data/venv/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: RegionOne. To ensure interoperability, identifiers should be a valid uuid. 2025-04-15 14:53:19.711 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2025-04-15 14:53:19.711 |  2025-04-15 14:53:19.714 | INFO keystone.cmd.bootstrap [None req-2e81b61e-2b53-48d5-91bc-cc7b6d0d03e2 None None] Created region RegionOne 2025-04-15 14:53:19.731 | INFO keystone.cmd.bootstrap [None req-2e81b61e-2b53-48d5-91bc-cc7b6d0d03e2 None None] Created public endpoint http://10.180.1.21/identity 2025-04-15 14:53:20.029 | + lib/keystone:bootstrap_keystone:615 : '[' False == True ']' 2025-04-15 14:53:20.032 | + stack.sh:main:1129 : create_keystone_accounts 2025-04-15 14:53:20.034 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2025-04-15 14:53:20.036 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2025-04-15 14:53:21.553 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:53:21.556 | + lib/keystone:create_keystone_accounts:315 : admin_project=5a4ecdc8fa4e4b078442345c010e5680 2025-04-15 14:53:21.558 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2025-04-15 14:53:21.561 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2025-04-15 14:53:22.648 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:53:22.651 | + lib/keystone:create_keystone_accounts:317 : admin_user=072591c7ef194766b4296a94d73dcfee 2025-04-15 14:53:22.653 | + lib/keystone:create_keystone_accounts:319 : local admin_role=admin 2025-04-15 14:53:22.656 | + lib/keystone:create_keystone_accounts:320 : local member_role=member 2025-04-15 14:53:22.658 | + lib/keystone:create_keystone_accounts:321 : local reader_role=reader 2025-04-15 14:53:22.660 | + lib/keystone:create_keystone_accounts:323 : async_run ks-domain-role get_or_add_user_domain_role admin 072591c7ef194766b4296a94d73dcfee default 2025-04-15 14:53:22.724 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin 072591c7ef194766b4296a94d73dcfee default 2025-04-15 14:53:22.773 | [3532 Async ks-domain-role:37837]: running: get_or_add_user_domain_role admin 072591c7ef194766b4296a94d73dcfee default 2025-04-15 14:53:22.777 | + lib/keystone:create_keystone_accounts:326 : get_or_create_domain Default 2025-04-15 14:53:22.779 | + functions-common:get_or_create_domain:855 : local domain_id 2025-04-15 14:53:22.782 | ++ functions-common:get_or_create_domain:861 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2025-04-15 14:53:24.161 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:53:24.164 | + functions-common:get_or_create_domain:860 : domain_id=default 2025-04-15 14:53:24.166 | + functions-common:get_or_create_domain:861 : echo default 2025-04-15 14:53:24.166 | default 2025-04-15 14:53:24.168 | + lib/keystone:create_keystone_accounts:327 : async_run ks-project get_or_create_project service Default 2025-04-15 14:53:24.216 | + inc/async:async_inner:63 : get_or_create_project service Default 2025-04-15 14:53:24.246 | [3532 Async ks-project:37947]: running: get_or_create_project service Default 2025-04-15 14:53:24.248 | + lib/keystone:create_keystone_accounts:330 : async_run ks-service get_or_create_role service 2025-04-15 14:53:24.295 | + inc/async:async_inner:63 : get_or_create_role service 2025-04-15 14:53:24.324 | [3532 Async ks-service:38059]: running: get_or_create_role service 2025-04-15 14:53:24.326 | + lib/keystone:create_keystone_accounts:336 : async_run ks-reseller get_or_create_role ResellerAdmin 2025-04-15 14:53:24.373 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2025-04-15 14:53:24.402 | [3532 Async ks-reseller:38155]: running: get_or_create_role ResellerAdmin 2025-04-15 14:53:24.404 | + lib/keystone:create_keystone_accounts:340 : local another_role=anotherrole 2025-04-15 14:53:24.406 | + lib/keystone:create_keystone_accounts:341 : async_run ks-anotherrole get_or_create_role anotherrole 2025-04-15 14:53:24.452 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2025-04-15 14:53:24.482 | [3532 Async ks-anotherrole:38252]: running: get_or_create_role anotherrole 2025-04-15 14:53:24.484 | + lib/keystone:create_keystone_accounts:344 : local invis_project 2025-04-15 14:53:24.486 | ++ lib/keystone:create_keystone_accounts:345 : get_or_create_project invisible_to_admin default 2025-04-15 14:53:24.488 | ++ functions-common:get_or_create_project:905 : local project_id 2025-04-15 14:53:24.491 | +++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create invisible_to_admin --domain=default --or-show -f value -c id 2025-04-15 14:53:25.691 | + inc/async:async_inner:64 : rc=0 2025-04-15 14:53:25.709 | [37947 Async ks-project:37947]: finished successfully 2025-04-15 14:53:25.880 | + inc/async:async_inner:64 : rc=0 2025-04-15 14:53:25.901 | [38059 Async ks-service:38059]: finished successfully 2025-04-15 14:53:25.918 | + inc/async:async_inner:64 : rc=0 2025-04-15 14:53:25.937 | [38155 Async ks-reseller:38155]: finished successfully 2025-04-15 14:53:25.952 | + inc/async:async_inner:64 : rc=0 2025-04-15 14:53:25.970 | [38252 Async ks-anotherrole:38252]: finished successfully 2025-04-15 14:53:25.998 | + inc/async:async_inner:64 : rc=0 2025-04-15 14:53:26.016 | [37837 Async ks-domain-role:37837]: finished successfully 2025-04-15 14:53:26.074 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:53:26.077 | ++ functions-common:get_or_create_project:911 : project_id=b02eb935530244cb9921e02b593dc6b7 2025-04-15 14:53:26.078 | ++ functions-common:get_or_create_project:912 : echo b02eb935530244cb9921e02b593dc6b7 2025-04-15 14:53:26.081 | + lib/keystone:create_keystone_accounts:345 : invis_project=b02eb935530244cb9921e02b593dc6b7 2025-04-15 14:53:26.083 | + lib/keystone:create_keystone_accounts:348 : local demo_project 2025-04-15 14:53:26.086 | ++ lib/keystone:create_keystone_accounts:349 : get_or_create_project demo default 2025-04-15 14:53:26.088 | ++ functions-common:get_or_create_project:905 : local project_id 2025-04-15 14:53:26.090 | +++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create demo --domain=default --or-show -f value -c id 2025-04-15 14:53:27.321 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:53:27.324 | ++ functions-common:get_or_create_project:911 : project_id=8ffe87417342421797f08cf469811712 2025-04-15 14:53:27.326 | ++ functions-common:get_or_create_project:912 : echo 8ffe87417342421797f08cf469811712 2025-04-15 14:53:27.328 | + lib/keystone:create_keystone_accounts:349 : demo_project=8ffe87417342421797f08cf469811712 2025-04-15 14:53:27.330 | + lib/keystone:create_keystone_accounts:350 : local demo_user 2025-04-15 14:53:27.333 | ++ lib/keystone:create_keystone_accounts:352 : get_or_create_user demo nomoresecret default demo@example.com 2025-04-15 14:53:27.335 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-15 14:53:27.337 | ++ functions-common:get_or_create_user:883 : [[ ! -z demo@example.com ]] 2025-04-15 14:53:27.339 | ++ functions-common:get_or_create_user:884 : local email=--email=demo@example.com 2025-04-15 14:53:27.341 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create demo --password nomoresecret --domain=default --email=demo@example.com --or-show -f value -c id 2025-04-15 14:53:28.592 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:53:28.594 | ++ functions-common:get_or_create_user:898 : user_id=e137d7db26294602a87ae69b97bd2d87 2025-04-15 14:53:28.596 | ++ functions-common:get_or_create_user:899 : echo e137d7db26294602a87ae69b97bd2d87 2025-04-15 14:53:28.599 | + lib/keystone:create_keystone_accounts:352 : demo_user=e137d7db26294602a87ae69b97bd2d87 2025-04-15 14:53:28.601 | + lib/keystone:create_keystone_accounts:354 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2025-04-15 14:53:28.637 | [3532 Async ks-domain-role:37837]: Waiting for completion of get_or_add_user_domain_role admin 072591c7ef194766b4296a94d73dcfee default running on PID 37837 (6 other jobs running) 2025-04-15 14:53:28.654 | [3532 Async ks-domain-role:37837]: Signaling child to exit 2025-04-15 14:53:28.654 | WAKEUP 2025-04-15 14:53:28.670 | [3532 Async ks-domain-role:37837]: Signaled 2025-04-15 14:53:28.671 | + functions-common:get_or_add_user_domain_role:969 : local user_role_id 2025-04-15 14:53:28.671 | + functions-common:get_or_add_user_domain_role:973 : openstack --os-cloud devstack-system-admin role add admin --user 072591c7ef194766b4296a94d73dcfee --domain default 2025-04-15 14:53:28.671 | ++ functions-common:get_or_add_user_domain_role:980 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 072591c7ef194766b4296a94d73dcfee --domain default -c Role -f value 2025-04-15 14:53:28.671 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:53:28.671 | + functions-common:get_or_add_user_domain_role:980 : user_role_id=a8aecedea3094990ac5c6d5fa13c8555 2025-04-15 14:53:28.671 | + functions-common:get_or_add_user_domain_role:982 : echo a8aecedea3094990ac5c6d5fa13c8555 2025-04-15 14:53:28.671 | a8aecedea3094990ac5c6d5fa13c8555 2025-04-15 14:53:28.701 | [3532 Async ks-domain-role:37837]: finished get_or_add_user_domain_role admin 072591c7ef194766b4296a94d73dcfee default with result 0 in 3 seconds 2025-04-15 14:53:28.706 | Not waiting for async task ks-domain that we never started or has already been waited for 2025-04-15 14:53:28.730 | [3532 Async ks-project:37947]: Waiting for completion of get_or_create_project service Default running on PID 37947 (5 other jobs running) 2025-04-15 14:53:28.747 | [3532 Async ks-project:37947]: Signaling child to exit 2025-04-15 14:53:28.747 | WAKEUP 2025-04-15 14:53:28.763 | [3532 Async ks-project:37947]: Signaled 2025-04-15 14:53:28.764 | + functions-common:get_or_create_project:905 : local project_id 2025-04-15 14:53:28.764 | ++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create service --domain=Default --or-show -f value -c id 2025-04-15 14:53:28.764 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:53:28.764 | + functions-common:get_or_create_project:911 : project_id=0b0ad4c6cadd4dfca1db65ea2f1d6f55 2025-04-15 14:53:28.764 | + functions-common:get_or_create_project:912 : echo 0b0ad4c6cadd4dfca1db65ea2f1d6f55 2025-04-15 14:53:28.764 | 0b0ad4c6cadd4dfca1db65ea2f1d6f55 2025-04-15 14:53:28.795 | [3532 Async ks-project:37947]: finished get_or_create_project service Default with result 0 in 1 seconds 2025-04-15 14:53:28.821 | [3532 Async ks-service:38059]: Waiting for completion of get_or_create_role service running on PID 38059 (4 other jobs running) 2025-04-15 14:53:28.838 | [3532 Async ks-service:38059]: Signaling child to exit 2025-04-15 14:53:28.838 | WAKEUP 2025-04-15 14:53:28.854 | [3532 Async ks-service:38059]: Signaled 2025-04-15 14:53:28.855 | + functions-common:get_or_create_role:918 : local role_id 2025-04-15 14:53:28.855 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2025-04-15 14:53:28.855 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:53:28.855 | + functions-common:get_or_create_role:923 : role_id=03e931224fe44e6f83d2aa52b506f24c 2025-04-15 14:53:28.855 | + functions-common:get_or_create_role:924 : echo 03e931224fe44e6f83d2aa52b506f24c 2025-04-15 14:53:28.855 | 03e931224fe44e6f83d2aa52b506f24c 2025-04-15 14:53:28.885 | [3532 Async ks-service:38059]: finished get_or_create_role service with result 0 in 1 seconds 2025-04-15 14:53:28.911 | [3532 Async ks-reseller:38155]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 38155 (3 other jobs running) 2025-04-15 14:53:28.928 | [3532 Async ks-reseller:38155]: Signaling child to exit 2025-04-15 14:53:28.928 | WAKEUP 2025-04-15 14:53:28.943 | [3532 Async ks-reseller:38155]: Signaled 2025-04-15 14:53:28.944 | + functions-common:get_or_create_role:918 : local role_id 2025-04-15 14:53:28.944 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2025-04-15 14:53:28.944 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:53:28.944 | + functions-common:get_or_create_role:923 : role_id=f5af11dc1f2645b8b4f3ae4124054cc2 2025-04-15 14:53:28.944 | + functions-common:get_or_create_role:924 : echo f5af11dc1f2645b8b4f3ae4124054cc2 2025-04-15 14:53:28.944 | f5af11dc1f2645b8b4f3ae4124054cc2 2025-04-15 14:53:28.974 | [3532 Async ks-reseller:38155]: finished get_or_create_role ResellerAdmin with result 0 in 1 seconds 2025-04-15 14:53:28.999 | [3532 Async ks-anotherrole:38252]: Waiting for completion of get_or_create_role anotherrole running on PID 38252 (2 other jobs running) 2025-04-15 14:53:29.016 | [3532 Async ks-anotherrole:38252]: Signaling child to exit 2025-04-15 14:53:29.016 | WAKEUP 2025-04-15 14:53:29.032 | [3532 Async ks-anotherrole:38252]: Signaled 2025-04-15 14:53:29.033 | + functions-common:get_or_create_role:918 : local role_id 2025-04-15 14:53:29.033 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2025-04-15 14:53:29.033 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:53:29.033 | + functions-common:get_or_create_role:923 : role_id=b441c5300e2e4180b1acc3fc9241480a 2025-04-15 14:53:29.033 | + functions-common:get_or_create_role:924 : echo b441c5300e2e4180b1acc3fc9241480a 2025-04-15 14:53:29.033 | b441c5300e2e4180b1acc3fc9241480a 2025-04-15 14:53:29.063 | [3532 Async ks-anotherrole:38252]: finished get_or_create_role anotherrole with result 0 in 1 seconds 2025-04-15 14:53:29.066 | + inc/async:async_wait:197 : return 0 2025-04-15 14:53:29.068 | + lib/keystone:create_keystone_accounts:356 : async_run ks-demo-member get_or_add_user_project_role member e137d7db26294602a87ae69b97bd2d87 8ffe87417342421797f08cf469811712 2025-04-15 14:53:29.114 | + inc/async:async_inner:63 : get_or_add_user_project_role member e137d7db26294602a87ae69b97bd2d87 8ffe87417342421797f08cf469811712 2025-04-15 14:53:29.143 | [3532 Async ks-demo-member:39136]: running: get_or_add_user_project_role member e137d7db26294602a87ae69b97bd2d87 8ffe87417342421797f08cf469811712 2025-04-15 14:53:29.145 | + lib/keystone:create_keystone_accounts:358 : async_run ks-demo-admin get_or_add_user_project_role admin 072591c7ef194766b4296a94d73dcfee 8ffe87417342421797f08cf469811712 2025-04-15 14:53:29.192 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 072591c7ef194766b4296a94d73dcfee 8ffe87417342421797f08cf469811712 2025-04-15 14:53:29.221 | [3532 Async ks-demo-admin:39232]: running: get_or_add_user_project_role admin 072591c7ef194766b4296a94d73dcfee 8ffe87417342421797f08cf469811712 2025-04-15 14:53:29.223 | + lib/keystone:create_keystone_accounts:359 : async_run ks-demo-another get_or_add_user_project_role anotherrole e137d7db26294602a87ae69b97bd2d87 8ffe87417342421797f08cf469811712 2025-04-15 14:53:29.270 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole e137d7db26294602a87ae69b97bd2d87 8ffe87417342421797f08cf469811712 2025-04-15 14:53:29.299 | [3532 Async ks-demo-another:39329]: running: get_or_add_user_project_role anotherrole e137d7db26294602a87ae69b97bd2d87 8ffe87417342421797f08cf469811712 2025-04-15 14:53:29.301 | + lib/keystone:create_keystone_accounts:360 : async_run ks-demo-invis get_or_add_user_project_role member e137d7db26294602a87ae69b97bd2d87 b02eb935530244cb9921e02b593dc6b7 2025-04-15 14:53:29.347 | + inc/async:async_inner:63 : get_or_add_user_project_role member e137d7db26294602a87ae69b97bd2d87 b02eb935530244cb9921e02b593dc6b7 2025-04-15 14:53:29.380 | [3532 Async ks-demo-invis:39426]: running: get_or_add_user_project_role member e137d7db26294602a87ae69b97bd2d87 b02eb935530244cb9921e02b593dc6b7 2025-04-15 14:53:29.382 | + lib/keystone:create_keystone_accounts:363 : local demo_reader 2025-04-15 14:53:29.384 | ++ lib/keystone:create_keystone_accounts:365 : get_or_create_user demo_reader nomoresecret default demo_reader@example.com 2025-04-15 14:53:29.386 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-15 14:53:29.388 | ++ functions-common:get_or_create_user:883 : [[ ! -z demo_reader@example.com ]] 2025-04-15 14:53:29.391 | ++ functions-common:get_or_create_user:884 : local email=--email=demo_reader@example.com 2025-04-15 14:53:29.393 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create demo_reader --password nomoresecret --domain=default --email=demo_reader@example.com --or-show -f value -c id 2025-04-15 14:53:30.970 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:53:30.973 | ++ functions-common:get_or_create_user:898 : user_id=a1d15cdd832a4c4abe6c126bf4be75ea 2025-04-15 14:53:30.975 | ++ functions-common:get_or_create_user:899 : echo a1d15cdd832a4c4abe6c126bf4be75ea 2025-04-15 14:53:30.977 | + lib/keystone:create_keystone_accounts:365 : demo_reader=a1d15cdd832a4c4abe6c126bf4be75ea 2025-04-15 14:53:30.980 | + lib/keystone:create_keystone_accounts:367 : async_run ks-demo-reader get_or_add_user_project_role reader a1d15cdd832a4c4abe6c126bf4be75ea 8ffe87417342421797f08cf469811712 2025-04-15 14:53:31.030 | + inc/async:async_inner:63 : get_or_add_user_project_role reader a1d15cdd832a4c4abe6c126bf4be75ea 8ffe87417342421797f08cf469811712 2025-04-15 14:53:31.062 | [3532 Async ks-demo-reader:39601]: running: get_or_add_user_project_role reader a1d15cdd832a4c4abe6c126bf4be75ea 8ffe87417342421797f08cf469811712 2025-04-15 14:53:31.064 | + lib/keystone:create_keystone_accounts:370 : local alt_demo_project 2025-04-15 14:53:31.067 | ++ lib/keystone:create_keystone_accounts:371 : get_or_create_project alt_demo default 2025-04-15 14:53:31.069 | ++ functions-common:get_or_create_project:905 : local project_id 2025-04-15 14:53:31.072 | +++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create alt_demo --domain=default --or-show -f value -c id 2025-04-15 14:53:32.454 | + inc/async:async_inner:64 : rc=0 2025-04-15 14:53:32.476 | [39136 Async ks-demo-member:39136]: finished successfully 2025-04-15 14:53:32.669 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:53:32.672 | ++ functions-common:get_or_create_project:911 : project_id=045ab55165d8472eb564e552ec904e25 2025-04-15 14:53:32.674 | ++ functions-common:get_or_create_project:912 : echo 045ab55165d8472eb564e552ec904e25 2025-04-15 14:53:32.676 | + lib/keystone:create_keystone_accounts:371 : alt_demo_project=045ab55165d8472eb564e552ec904e25 2025-04-15 14:53:32.678 | + lib/keystone:create_keystone_accounts:373 : local alt_demo_user 2025-04-15 14:53:32.681 | ++ lib/keystone:create_keystone_accounts:375 : get_or_create_user alt_demo nomoresecret default alt_demo@example.com 2025-04-15 14:53:32.683 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-15 14:53:32.685 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo@example.com ]] 2025-04-15 14:53:32.687 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo@example.com 2025-04-15 14:53:32.689 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create alt_demo --password nomoresecret --domain=default --email=alt_demo@example.com --or-show -f value -c id 2025-04-15 14:53:32.883 | + inc/async:async_inner:64 : rc=0 2025-04-15 14:53:32.903 | [39232 Async ks-demo-admin:39232]: finished successfully 2025-04-15 14:53:33.210 | + inc/async:async_inner:64 : rc=0 2025-04-15 14:53:33.228 | [39426 Async ks-demo-invis:39426]: finished successfully 2025-04-15 14:53:33.255 | + inc/async:async_inner:64 : rc=0 2025-04-15 14:53:33.273 | [39329 Async ks-demo-another:39329]: finished successfully 2025-04-15 14:53:33.981 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:53:33.983 | ++ functions-common:get_or_create_user:898 : user_id=32e4b935437e4cbf9031ab674f026cbb 2025-04-15 14:53:33.986 | ++ functions-common:get_or_create_user:899 : echo 32e4b935437e4cbf9031ab674f026cbb 2025-04-15 14:53:33.988 | + lib/keystone:create_keystone_accounts:375 : alt_demo_user=32e4b935437e4cbf9031ab674f026cbb 2025-04-15 14:53:33.990 | + lib/keystone:create_keystone_accounts:377 : async_run ks-alt-admin get_or_add_user_project_role admin 32e4b935437e4cbf9031ab674f026cbb 045ab55165d8472eb564e552ec904e25 2025-04-15 14:53:34.039 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 32e4b935437e4cbf9031ab674f026cbb 045ab55165d8472eb564e552ec904e25 2025-04-15 14:53:34.068 | [3532 Async ks-alt-admin:39989]: running: get_or_add_user_project_role admin 32e4b935437e4cbf9031ab674f026cbb 045ab55165d8472eb564e552ec904e25 2025-04-15 14:53:34.070 | + lib/keystone:create_keystone_accounts:378 : async_run ks-alt-another get_or_add_user_project_role anotherrole 32e4b935437e4cbf9031ab674f026cbb 045ab55165d8472eb564e552ec904e25 2025-04-15 14:53:34.118 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 32e4b935437e4cbf9031ab674f026cbb 045ab55165d8472eb564e552ec904e25 2025-04-15 14:53:34.149 | [3532 Async ks-alt-another:40085]: running: get_or_add_user_project_role anotherrole 32e4b935437e4cbf9031ab674f026cbb 045ab55165d8472eb564e552ec904e25 2025-04-15 14:53:34.151 | + lib/keystone:create_keystone_accounts:381 : local alt_demo_member 2025-04-15 14:53:34.154 | ++ lib/keystone:create_keystone_accounts:383 : get_or_create_user alt_demo_member nomoresecret default alt_demo_member@example.com 2025-04-15 14:53:34.156 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-15 14:53:34.158 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo_member@example.com ]] 2025-04-15 14:53:34.160 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo_member@example.com 2025-04-15 14:53:34.162 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create alt_demo_member --password nomoresecret --domain=default --email=alt_demo_member@example.com --or-show -f value -c id 2025-04-15 14:53:34.669 | + inc/async:async_inner:64 : rc=0 2025-04-15 14:53:34.688 | [39601 Async ks-demo-reader:39601]: finished successfully 2025-04-15 14:53:35.471 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:53:35.474 | ++ functions-common:get_or_create_user:898 : user_id=bd140861981041cd971340fd737a8768 2025-04-15 14:53:35.476 | ++ functions-common:get_or_create_user:899 : echo bd140861981041cd971340fd737a8768 2025-04-15 14:53:35.479 | + lib/keystone:create_keystone_accounts:383 : alt_demo_member=bd140861981041cd971340fd737a8768 2025-04-15 14:53:35.481 | + lib/keystone:create_keystone_accounts:384 : async_run ks-alt-member-user get_or_add_user_project_role member bd140861981041cd971340fd737a8768 045ab55165d8472eb564e552ec904e25 2025-04-15 14:53:35.530 | + inc/async:async_inner:63 : get_or_add_user_project_role member bd140861981041cd971340fd737a8768 045ab55165d8472eb564e552ec904e25 2025-04-15 14:53:35.562 | [3532 Async ks-alt-member-user:40262]: running: get_or_add_user_project_role member bd140861981041cd971340fd737a8768 045ab55165d8472eb564e552ec904e25 2025-04-15 14:53:35.564 | + lib/keystone:create_keystone_accounts:387 : local alt_demo_reader 2025-04-15 14:53:35.567 | ++ lib/keystone:create_keystone_accounts:389 : get_or_create_user alt_demo_reader nomoresecret default alt_demo_reader@example.com 2025-04-15 14:53:35.569 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-15 14:53:35.571 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo_reader@example.com ]] 2025-04-15 14:53:35.574 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo_reader@example.com 2025-04-15 14:53:35.576 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create alt_demo_reader --password nomoresecret --domain=default --email=alt_demo_reader@example.com --or-show -f value -c id 2025-04-15 14:53:36.932 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:53:36.934 | ++ functions-common:get_or_create_user:898 : user_id=32151f0be57940e5ab9b622edd0e7662 2025-04-15 14:53:36.936 | ++ functions-common:get_or_create_user:899 : echo 32151f0be57940e5ab9b622edd0e7662 2025-04-15 14:53:36.938 | + lib/keystone:create_keystone_accounts:389 : alt_demo_reader=32151f0be57940e5ab9b622edd0e7662 2025-04-15 14:53:36.941 | + lib/keystone:create_keystone_accounts:390 : async_run ks-alt-reader-user get_or_add_user_project_role reader 32151f0be57940e5ab9b622edd0e7662 045ab55165d8472eb564e552ec904e25 2025-04-15 14:53:36.989 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 32151f0be57940e5ab9b622edd0e7662 045ab55165d8472eb564e552ec904e25 2025-04-15 14:53:37.022 | [3532 Async ks-alt-reader-user:40437]: running: get_or_add_user_project_role reader 32151f0be57940e5ab9b622edd0e7662 045ab55165d8472eb564e552ec904e25 2025-04-15 14:53:37.025 | ++ lib/keystone:create_keystone_accounts:397 : get_or_create_user system_member nomoresecret default system_member@example.com 2025-04-15 14:53:37.027 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-15 14:53:37.029 | ++ functions-common:get_or_create_user:883 : [[ ! -z system_member@example.com ]] 2025-04-15 14:53:37.031 | ++ functions-common:get_or_create_user:884 : local email=--email=system_member@example.com 2025-04-15 14:53:37.034 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create system_member --password nomoresecret --domain=default --email=system_member@example.com --or-show -f value -c id 2025-04-15 14:53:37.390 | + inc/async:async_inner:64 : rc=0 2025-04-15 14:53:37.409 | [39989 Async ks-alt-admin:39989]: finished successfully 2025-04-15 14:53:37.481 | + inc/async:async_inner:64 : rc=0 2025-04-15 14:53:37.500 | [40085 Async ks-alt-another:40085]: finished successfully 2025-04-15 14:53:38.316 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:53:38.318 | ++ functions-common:get_or_create_user:898 : user_id=ccc19d25c2ba4275aada9527d4ff1976 2025-04-15 14:53:38.320 | ++ functions-common:get_or_create_user:899 : echo ccc19d25c2ba4275aada9527d4ff1976 2025-04-15 14:53:38.323 | + lib/keystone:create_keystone_accounts:397 : system_member_user=ccc19d25c2ba4275aada9527d4ff1976 2025-04-15 14:53:38.324 | + lib/keystone:create_keystone_accounts:398 : async_run ks-system-member get_or_add_user_system_role member ccc19d25c2ba4275aada9527d4ff1976 all 2025-04-15 14:53:38.374 | + inc/async:async_inner:63 : get_or_add_user_system_role member ccc19d25c2ba4275aada9527d4ff1976 all 2025-04-15 14:53:38.408 | [3532 Async ks-system-member:40670]: running: get_or_add_user_system_role member ccc19d25c2ba4275aada9527d4ff1976 all 2025-04-15 14:53:38.411 | ++ lib/keystone:create_keystone_accounts:401 : get_or_create_user system_reader nomoresecret default system_reader@example.com 2025-04-15 14:53:38.413 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-15 14:53:38.415 | ++ functions-common:get_or_create_user:883 : [[ ! -z system_reader@example.com ]] 2025-04-15 14:53:38.417 | ++ functions-common:get_or_create_user:884 : local email=--email=system_reader@example.com 2025-04-15 14:53:38.420 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create system_reader --password nomoresecret --domain=default --email=system_reader@example.com --or-show -f value -c id 2025-04-15 14:53:38.927 | + inc/async:async_inner:64 : rc=0 2025-04-15 14:53:38.946 | [40262 Async ks-alt-member-user:40262]: finished successfully 2025-04-15 14:53:39.730 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:53:39.733 | ++ functions-common:get_or_create_user:898 : user_id=5e638667345a4a1eb12b074ce7aac92f 2025-04-15 14:53:39.735 | ++ functions-common:get_or_create_user:899 : echo 5e638667345a4a1eb12b074ce7aac92f 2025-04-15 14:53:39.738 | + lib/keystone:create_keystone_accounts:401 : system_reader_user=5e638667345a4a1eb12b074ce7aac92f 2025-04-15 14:53:39.740 | + lib/keystone:create_keystone_accounts:402 : async_run ks-system-reader get_or_add_user_system_role reader 5e638667345a4a1eb12b074ce7aac92f all 2025-04-15 14:53:39.794 | + inc/async:async_inner:63 : get_or_add_user_system_role reader 5e638667345a4a1eb12b074ce7aac92f all 2025-04-15 14:53:39.828 | [3532 Async ks-system-reader:40878]: running: get_or_add_user_system_role reader 5e638667345a4a1eb12b074ce7aac92f all 2025-04-15 14:53:39.831 | + lib/keystone:create_keystone_accounts:405 : local admin_group 2025-04-15 14:53:39.834 | ++ lib/keystone:create_keystone_accounts:407 : get_or_create_group admins default 'openstack admin group' 2025-04-15 14:53:39.836 | ++ functions-common:get_or_create_group:867 : local 'desc=openstack admin group' 2025-04-15 14:53:39.839 | ++ functions-common:get_or_create_group:868 : local group_id 2025-04-15 14:53:39.842 | +++ functions-common:get_or_create_group:877 : oscwrap --os-cloud devstack-system-admin group create admins --domain default --description 'openstack admin group' --or-show -f value -c id 2025-04-15 14:53:40.077 | + inc/async:async_inner:64 : rc=0 2025-04-15 14:53:40.096 | [40437 Async ks-alt-reader-user:40437]: finished successfully 2025-04-15 14:53:41.177 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:53:41.179 | ++ functions-common:get_or_create_group:875 : group_id=e681217e7710442db9c3be1f34b11065 2025-04-15 14:53:41.182 | ++ functions-common:get_or_create_group:876 : echo e681217e7710442db9c3be1f34b11065 2025-04-15 14:53:41.184 | + lib/keystone:create_keystone_accounts:407 : admin_group=e681217e7710442db9c3be1f34b11065 2025-04-15 14:53:41.186 | + lib/keystone:create_keystone_accounts:408 : local non_admin_group 2025-04-15 14:53:41.188 | ++ lib/keystone:create_keystone_accounts:410 : get_or_create_group nonadmins default 'non-admin group' 2025-04-15 14:53:41.191 | ++ functions-common:get_or_create_group:867 : local 'desc=non-admin group' 2025-04-15 14:53:41.193 | ++ functions-common:get_or_create_group:868 : local group_id 2025-04-15 14:53:41.195 | +++ functions-common:get_or_create_group:877 : oscwrap --os-cloud devstack-system-admin group create nonadmins --domain default --description 'non-admin group' --or-show -f value -c id 2025-04-15 14:53:42.476 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:53:42.479 | ++ functions-common:get_or_create_group:875 : group_id=0d39b77b919449c2a9731e0fe0a6f569 2025-04-15 14:53:42.481 | ++ functions-common:get_or_create_group:876 : echo 0d39b77b919449c2a9731e0fe0a6f569 2025-04-15 14:53:42.483 | + lib/keystone:create_keystone_accounts:410 : non_admin_group=0d39b77b919449c2a9731e0fe0a6f569 2025-04-15 14:53:42.486 | + lib/keystone:create_keystone_accounts:412 : async_run ks-group-memberdemo get_or_add_group_project_role member 0d39b77b919449c2a9731e0fe0a6f569 8ffe87417342421797f08cf469811712 2025-04-15 14:53:42.535 | + inc/async:async_inner:63 : get_or_add_group_project_role member 0d39b77b919449c2a9731e0fe0a6f569 8ffe87417342421797f08cf469811712 2025-04-15 14:53:42.563 | [3532 Async ks-group-memberdemo:41145]: running: get_or_add_group_project_role member 0d39b77b919449c2a9731e0fe0a6f569 8ffe87417342421797f08cf469811712 2025-04-15 14:53:42.565 | + lib/keystone:create_keystone_accounts:413 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole 0d39b77b919449c2a9731e0fe0a6f569 8ffe87417342421797f08cf469811712 2025-04-15 14:53:42.614 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 0d39b77b919449c2a9731e0fe0a6f569 8ffe87417342421797f08cf469811712 2025-04-15 14:53:42.644 | [3532 Async ks-group-anotherdemo:41224]: running: get_or_add_group_project_role anotherrole 0d39b77b919449c2a9731e0fe0a6f569 8ffe87417342421797f08cf469811712 2025-04-15 14:53:42.646 | + lib/keystone:create_keystone_accounts:414 : async_run ks-group-memberalt get_or_add_group_project_role member 0d39b77b919449c2a9731e0fe0a6f569 045ab55165d8472eb564e552ec904e25 2025-04-15 14:53:42.694 | + inc/async:async_inner:63 : get_or_add_group_project_role member 0d39b77b919449c2a9731e0fe0a6f569 045ab55165d8472eb564e552ec904e25 2025-04-15 14:53:42.728 | [3532 Async ks-group-memberalt:41304]: running: get_or_add_group_project_role member 0d39b77b919449c2a9731e0fe0a6f569 045ab55165d8472eb564e552ec904e25 2025-04-15 14:53:42.733 | + lib/keystone:create_keystone_accounts:415 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole 0d39b77b919449c2a9731e0fe0a6f569 045ab55165d8472eb564e552ec904e25 2025-04-15 14:53:42.763 | + inc/async:async_inner:64 : rc=0 2025-04-15 14:53:42.783 | [40670 Async ks-system-member:40670]: finished successfully 2025-04-15 14:53:42.785 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 0d39b77b919449c2a9731e0fe0a6f569 045ab55165d8472eb564e552ec904e25 2025-04-15 14:53:42.817 | [3532 Async ks-group-anotheralt:41428]: running: get_or_add_group_project_role anotherrole 0d39b77b919449c2a9731e0fe0a6f569 045ab55165d8472eb564e552ec904e25 2025-04-15 14:53:42.820 | + lib/keystone:create_keystone_accounts:416 : async_run ks-group-admin get_or_add_group_project_role admin e681217e7710442db9c3be1f34b11065 5a4ecdc8fa4e4b078442345c010e5680 2025-04-15 14:53:42.867 | + inc/async:async_inner:63 : get_or_add_group_project_role admin e681217e7710442db9c3be1f34b11065 5a4ecdc8fa4e4b078442345c010e5680 2025-04-15 14:53:42.902 | [3532 Async ks-group-admin:41523]: running: get_or_add_group_project_role admin e681217e7710442db9c3be1f34b11065 5a4ecdc8fa4e4b078442345c010e5680 2025-04-15 14:53:42.904 | + lib/keystone:create_keystone_accounts:418 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader 2025-04-15 14:53:42.941 | [3532 Async ks-demo-member:39136]: Waiting for completion of get_or_add_user_project_role member e137d7db26294602a87ae69b97bd2d87 8ffe87417342421797f08cf469811712 running on PID 39136 (17 other jobs running) 2025-04-15 14:53:42.959 | [3532 Async ks-demo-member:39136]: Signaling child to exit 2025-04-15 14:53:42.959 | WAKEUP 2025-04-15 14:53:42.975 | [3532 Async ks-demo-member:39136]: Signaled 2025-04-15 14:53:42.976 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 14:53:42.976 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 14:53:42.976 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-15 14:53:42.976 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 14:53:42.976 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 14:53:42.976 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-15 14:53:42.976 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-15 14:53:42.976 | ++ functions-common:_get_domain_args:940 : echo 2025-04-15 14:53:42.976 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-15 14:53:42.976 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user e137d7db26294602a87ae69b97bd2d87 --project 8ffe87417342421797f08cf469811712 2025-04-15 14:53:42.976 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user e137d7db26294602a87ae69b97bd2d87 --project 8ffe87417342421797f08cf469811712 -c Role -f value 2025-04-15 14:53:42.976 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:53:42.976 | + functions-common:get_or_add_user_project_role:962 : user_role_id=632bb53b453944649ac0ddfca7ec66bb 2025-04-15 14:53:42.976 | + functions-common:get_or_add_user_project_role:963 : echo 632bb53b453944649ac0ddfca7ec66bb 2025-04-15 14:53:42.976 | 632bb53b453944649ac0ddfca7ec66bb 2025-04-15 14:53:43.007 | [3532 Async ks-demo-member:39136]: finished get_or_add_user_project_role member e137d7db26294602a87ae69b97bd2d87 8ffe87417342421797f08cf469811712 with result 0 in 3 seconds 2025-04-15 14:53:43.033 | [3532 Async ks-demo-admin:39232]: Waiting for completion of get_or_add_user_project_role admin 072591c7ef194766b4296a94d73dcfee 8ffe87417342421797f08cf469811712 running on PID 39232 (16 other jobs running) 2025-04-15 14:53:43.051 | [3532 Async ks-demo-admin:39232]: Signaling child to exit 2025-04-15 14:53:43.051 | WAKEUP 2025-04-15 14:53:43.067 | [3532 Async ks-demo-admin:39232]: Signaled 2025-04-15 14:53:43.068 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 14:53:43.068 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 14:53:43.068 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-15 14:53:43.068 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 14:53:43.068 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 14:53:43.068 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-15 14:53:43.068 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-15 14:53:43.068 | ++ functions-common:_get_domain_args:940 : echo 2025-04-15 14:53:43.068 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-15 14:53:43.068 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user 072591c7ef194766b4296a94d73dcfee --project 8ffe87417342421797f08cf469811712 2025-04-15 14:53:43.068 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 072591c7ef194766b4296a94d73dcfee --project 8ffe87417342421797f08cf469811712 -c Role -f value 2025-04-15 14:53:43.068 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:53:43.068 | + functions-common:get_or_add_user_project_role:962 : user_role_id=a8aecedea3094990ac5c6d5fa13c8555 2025-04-15 14:53:43.068 | + functions-common:get_or_add_user_project_role:963 : echo a8aecedea3094990ac5c6d5fa13c8555 2025-04-15 14:53:43.068 | a8aecedea3094990ac5c6d5fa13c8555 2025-04-15 14:53:43.100 | [3532 Async ks-demo-admin:39232]: finished get_or_add_user_project_role admin 072591c7ef194766b4296a94d73dcfee 8ffe87417342421797f08cf469811712 with result 0 in 3 seconds 2025-04-15 14:53:43.126 | [3532 Async ks-demo-another:39329]: Waiting for completion of get_or_add_user_project_role anotherrole e137d7db26294602a87ae69b97bd2d87 8ffe87417342421797f08cf469811712 running on PID 39329 (15 other jobs running) 2025-04-15 14:53:43.144 | [3532 Async ks-demo-another:39329]: Signaling child to exit 2025-04-15 14:53:43.145 | WAKEUP 2025-04-15 14:53:43.160 | [3532 Async ks-demo-another:39329]: Signaled 2025-04-15 14:53:43.161 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 14:53:43.161 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 14:53:43.161 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-15 14:53:43.161 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 14:53:43.161 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 14:53:43.161 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-15 14:53:43.161 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-15 14:53:43.161 | ++ functions-common:_get_domain_args:940 : echo 2025-04-15 14:53:43.161 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-15 14:53:43.161 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add anotherrole --user e137d7db26294602a87ae69b97bd2d87 --project 8ffe87417342421797f08cf469811712 2025-04-15 14:53:43.161 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user e137d7db26294602a87ae69b97bd2d87 --project 8ffe87417342421797f08cf469811712 -c Role -f value 2025-04-15 14:53:43.162 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:53:43.162 | + functions-common:get_or_add_user_project_role:962 : user_role_id=b441c5300e2e4180b1acc3fc9241480a 2025-04-15 14:53:43.162 | + functions-common:get_or_add_user_project_role:963 : echo b441c5300e2e4180b1acc3fc9241480a 2025-04-15 14:53:43.162 | b441c5300e2e4180b1acc3fc9241480a 2025-04-15 14:53:43.193 | [3532 Async ks-demo-another:39329]: finished get_or_add_user_project_role anotherrole e137d7db26294602a87ae69b97bd2d87 8ffe87417342421797f08cf469811712 with result 0 in 4 seconds 2025-04-15 14:53:43.219 | [3532 Async ks-demo-invis:39426]: Waiting for completion of get_or_add_user_project_role member e137d7db26294602a87ae69b97bd2d87 b02eb935530244cb9921e02b593dc6b7 running on PID 39426 (14 other jobs running) 2025-04-15 14:53:43.236 | [3532 Async ks-demo-invis:39426]: Signaling child to exit 2025-04-15 14:53:43.237 | WAKEUP 2025-04-15 14:53:43.252 | [3532 Async ks-demo-invis:39426]: Signaled 2025-04-15 14:53:43.253 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 14:53:43.253 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 14:53:43.253 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-15 14:53:43.253 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 14:53:43.253 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 14:53:43.253 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-15 14:53:43.253 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-15 14:53:43.253 | ++ functions-common:_get_domain_args:940 : echo 2025-04-15 14:53:43.253 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-15 14:53:43.253 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user e137d7db26294602a87ae69b97bd2d87 --project b02eb935530244cb9921e02b593dc6b7 2025-04-15 14:53:43.253 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user e137d7db26294602a87ae69b97bd2d87 --project b02eb935530244cb9921e02b593dc6b7 -c Role -f value 2025-04-15 14:53:43.253 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:53:43.253 | + functions-common:get_or_add_user_project_role:962 : user_role_id=632bb53b453944649ac0ddfca7ec66bb 2025-04-15 14:53:43.253 | + functions-common:get_or_add_user_project_role:963 : echo 632bb53b453944649ac0ddfca7ec66bb 2025-04-15 14:53:43.253 | 632bb53b453944649ac0ddfca7ec66bb 2025-04-15 14:53:43.284 | [3532 Async ks-demo-invis:39426]: finished get_or_add_user_project_role member e137d7db26294602a87ae69b97bd2d87 b02eb935530244cb9921e02b593dc6b7 with result 0 in 3 seconds 2025-04-15 14:53:43.310 | [3532 Async ks-demo-reader:39601]: Waiting for completion of get_or_add_user_project_role reader a1d15cdd832a4c4abe6c126bf4be75ea 8ffe87417342421797f08cf469811712 running on PID 39601 (13 other jobs running) 2025-04-15 14:53:43.327 | [3532 Async ks-demo-reader:39601]: Signaling child to exit 2025-04-15 14:53:43.328 | WAKEUP 2025-04-15 14:53:43.344 | [3532 Async ks-demo-reader:39601]: Signaled 2025-04-15 14:53:43.345 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 14:53:43.345 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 14:53:43.345 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-15 14:53:43.345 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 14:53:43.345 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 14:53:43.345 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-15 14:53:43.345 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-15 14:53:43.345 | ++ functions-common:_get_domain_args:940 : echo 2025-04-15 14:53:43.345 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-15 14:53:43.345 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add reader --user a1d15cdd832a4c4abe6c126bf4be75ea --project 8ffe87417342421797f08cf469811712 2025-04-15 14:53:43.346 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user a1d15cdd832a4c4abe6c126bf4be75ea --project 8ffe87417342421797f08cf469811712 -c Role -f value 2025-04-15 14:53:43.346 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:53:43.346 | + functions-common:get_or_add_user_project_role:962 : user_role_id=87e5fafde44b4ea2996a375f5350596b 2025-04-15 14:53:43.346 | + functions-common:get_or_add_user_project_role:963 : echo 87e5fafde44b4ea2996a375f5350596b 2025-04-15 14:53:43.346 | 87e5fafde44b4ea2996a375f5350596b 2025-04-15 14:53:43.377 | [3532 Async ks-demo-reader:39601]: finished get_or_add_user_project_role reader a1d15cdd832a4c4abe6c126bf4be75ea 8ffe87417342421797f08cf469811712 with result 0 in 3 seconds 2025-04-15 14:53:43.380 | + inc/async:async_wait:197 : return 0 2025-04-15 14:53:43.382 | + lib/keystone:create_keystone_accounts:419 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2025-04-15 14:53:43.427 | [3532 Async ks-alt-admin:39989]: Waiting for completion of get_or_add_user_project_role admin 32e4b935437e4cbf9031ab674f026cbb 045ab55165d8472eb564e552ec904e25 running on PID 39989 (12 other jobs running) 2025-04-15 14:53:43.452 | [3532 Async ks-alt-admin:39989]: Signaling child to exit 2025-04-15 14:53:43.453 | WAKEUP 2025-04-15 14:53:43.466 | [3532 Async ks-alt-admin:39989]: Signaled 2025-04-15 14:53:43.468 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 14:53:43.468 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 14:53:43.468 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-15 14:53:43.468 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 14:53:43.468 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 14:53:43.468 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-15 14:53:43.468 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-15 14:53:43.468 | ++ functions-common:_get_domain_args:940 : echo 2025-04-15 14:53:43.468 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-15 14:53:43.468 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user 32e4b935437e4cbf9031ab674f026cbb --project 045ab55165d8472eb564e552ec904e25 2025-04-15 14:53:43.468 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 32e4b935437e4cbf9031ab674f026cbb --project 045ab55165d8472eb564e552ec904e25 -c Role -f value 2025-04-15 14:53:43.468 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:53:43.468 | + functions-common:get_or_add_user_project_role:962 : user_role_id=a8aecedea3094990ac5c6d5fa13c8555 2025-04-15 14:53:43.468 | + functions-common:get_or_add_user_project_role:963 : echo a8aecedea3094990ac5c6d5fa13c8555 2025-04-15 14:53:43.468 | a8aecedea3094990ac5c6d5fa13c8555 2025-04-15 14:53:43.503 | [3532 Async ks-alt-admin:39989]: finished get_or_add_user_project_role admin 32e4b935437e4cbf9031ab674f026cbb 045ab55165d8472eb564e552ec904e25 with result 0 in 3 seconds 2025-04-15 14:53:43.530 | [3532 Async ks-alt-another:40085]: Waiting for completion of get_or_add_user_project_role anotherrole 32e4b935437e4cbf9031ab674f026cbb 045ab55165d8472eb564e552ec904e25 running on PID 40085 (11 other jobs running) 2025-04-15 14:53:43.547 | [3532 Async ks-alt-another:40085]: Signaling child to exit 2025-04-15 14:53:43.547 | WAKEUP 2025-04-15 14:53:43.568 | [3532 Async ks-alt-another:40085]: Signaled 2025-04-15 14:53:43.568 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 14:53:43.569 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 14:53:43.569 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-15 14:53:43.569 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 14:53:43.569 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 14:53:43.569 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-15 14:53:43.569 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-15 14:53:43.569 | ++ functions-common:_get_domain_args:940 : echo 2025-04-15 14:53:43.569 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-15 14:53:43.569 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add anotherrole --user 32e4b935437e4cbf9031ab674f026cbb --project 045ab55165d8472eb564e552ec904e25 2025-04-15 14:53:43.569 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 32e4b935437e4cbf9031ab674f026cbb --project 045ab55165d8472eb564e552ec904e25 -c Role -f value 2025-04-15 14:53:43.569 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:53:43.569 | + functions-common:get_or_add_user_project_role:962 : user_role_id=b441c5300e2e4180b1acc3fc9241480a 2025-04-15 14:53:43.569 | + functions-common:get_or_add_user_project_role:963 : echo b441c5300e2e4180b1acc3fc9241480a 2025-04-15 14:53:43.569 | b441c5300e2e4180b1acc3fc9241480a 2025-04-15 14:53:43.614 | [3532 Async ks-alt-another:40085]: finished get_or_add_user_project_role anotherrole 32e4b935437e4cbf9031ab674f026cbb 045ab55165d8472eb564e552ec904e25 with result 0 in 3 seconds 2025-04-15 14:53:43.645 | [3532 Async ks-alt-member-user:40262]: Waiting for completion of get_or_add_user_project_role member bd140861981041cd971340fd737a8768 045ab55165d8472eb564e552ec904e25 running on PID 40262 (10 other jobs running) 2025-04-15 14:53:43.669 | [3532 Async ks-alt-member-user:40262]: Signaling child to exit 2025-04-15 14:53:43.669 | WAKEUP 2025-04-15 14:53:43.686 | [3532 Async ks-alt-member-user:40262]: Signaled 2025-04-15 14:53:43.687 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 14:53:43.687 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 14:53:43.687 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-15 14:53:43.687 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 14:53:43.687 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 14:53:43.687 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-15 14:53:43.687 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-15 14:53:43.687 | ++ functions-common:_get_domain_args:940 : echo 2025-04-15 14:53:43.687 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-15 14:53:43.687 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user bd140861981041cd971340fd737a8768 --project 045ab55165d8472eb564e552ec904e25 2025-04-15 14:53:43.687 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user bd140861981041cd971340fd737a8768 --project 045ab55165d8472eb564e552ec904e25 -c Role -f value 2025-04-15 14:53:43.687 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:53:43.687 | + functions-common:get_or_add_user_project_role:962 : user_role_id=632bb53b453944649ac0ddfca7ec66bb 2025-04-15 14:53:43.687 | + functions-common:get_or_add_user_project_role:963 : echo 632bb53b453944649ac0ddfca7ec66bb 2025-04-15 14:53:43.687 | 632bb53b453944649ac0ddfca7ec66bb 2025-04-15 14:53:43.726 | [3532 Async ks-alt-member-user:40262]: finished get_or_add_user_project_role member bd140861981041cd971340fd737a8768 045ab55165d8472eb564e552ec904e25 with result 0 in 3 seconds 2025-04-15 14:53:43.756 | [3532 Async ks-alt-reader-user:40437]: Waiting for completion of get_or_add_user_project_role reader 32151f0be57940e5ab9b622edd0e7662 045ab55165d8472eb564e552ec904e25 running on PID 40437 (9 other jobs running) 2025-04-15 14:53:43.778 | [3532 Async ks-alt-reader-user:40437]: Signaling child to exit 2025-04-15 14:53:43.779 | WAKEUP 2025-04-15 14:53:43.796 | [3532 Async ks-alt-reader-user:40437]: Signaled 2025-04-15 14:53:43.798 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 14:53:43.798 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 14:53:43.798 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-15 14:53:43.798 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 14:53:43.798 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 14:53:43.798 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-15 14:53:43.798 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-15 14:53:43.798 | ++ functions-common:_get_domain_args:940 : echo 2025-04-15 14:53:43.798 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-15 14:53:43.798 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add reader --user 32151f0be57940e5ab9b622edd0e7662 --project 045ab55165d8472eb564e552ec904e25 2025-04-15 14:53:43.798 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 32151f0be57940e5ab9b622edd0e7662 --project 045ab55165d8472eb564e552ec904e25 -c Role -f value 2025-04-15 14:53:43.798 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:53:43.798 | + functions-common:get_or_add_user_project_role:962 : user_role_id=87e5fafde44b4ea2996a375f5350596b 2025-04-15 14:53:43.798 | + functions-common:get_or_add_user_project_role:963 : echo 87e5fafde44b4ea2996a375f5350596b 2025-04-15 14:53:43.798 | 87e5fafde44b4ea2996a375f5350596b 2025-04-15 14:53:43.833 | [3532 Async ks-alt-reader-user:40437]: finished get_or_add_user_project_role reader 32151f0be57940e5ab9b622edd0e7662 045ab55165d8472eb564e552ec904e25 with result 0 in 3 seconds 2025-04-15 14:53:43.836 | + inc/async:async_wait:197 : return 0 2025-04-15 14:53:43.838 | + lib/keystone:create_keystone_accounts:420 : async_wait ks-system-member ks-system-reader 2025-04-15 14:53:43.882 | [3532 Async ks-system-member:40670]: Waiting for completion of get_or_add_user_system_role member ccc19d25c2ba4275aada9527d4ff1976 all running on PID 40670 (8 other jobs running) 2025-04-15 14:53:43.908 | [3532 Async ks-system-member:40670]: Signaling child to exit 2025-04-15 14:53:43.908 | WAKEUP 2025-04-15 14:53:43.926 | [3532 Async ks-system-member:40670]: Signaled 2025-04-15 14:53:43.927 | + functions-common:get_or_add_user_system_role:988 : local user_role_id 2025-04-15 14:53:43.927 | + functions-common:get_or_add_user_system_role:989 : local domain_args 2025-04-15 14:53:43.927 | ++ functions-common:get_or_add_user_system_role:991 : _get_domain_args 2025-04-15 14:53:43.927 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 14:53:43.927 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 14:53:43.927 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-15 14:53:43.927 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-15 14:53:43.927 | ++ functions-common:_get_domain_args:940 : echo 2025-04-15 14:53:43.927 | + functions-common:get_or_add_user_system_role:991 : domain_args= 2025-04-15 14:53:43.927 | ++ functions-common:get_or_add_user_system_role:999 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user ccc19d25c2ba4275aada9527d4ff1976 --system all -f value -c Role 2025-04-15 14:53:43.927 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:53:43.927 | + functions-common:get_or_add_user_system_role:999 : user_role_id= 2025-04-15 14:53:43.927 | + functions-common:get_or_add_user_system_role:1000 : [[ -z '' ]] 2025-04-15 14:53:43.927 | + functions-common:get_or_add_user_system_role:1002 : openstack --os-cloud devstack-system-admin role add member --user ccc19d25c2ba4275aada9527d4ff1976 --system all 2025-04-15 14:53:43.927 | ++ functions-common:get_or_add_user_system_role:1011 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user ccc19d25c2ba4275aada9527d4ff1976 --system all -f value -c Role 2025-04-15 14:53:43.927 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:53:43.927 | + functions-common:get_or_add_user_system_role:1011 : user_role_id= 2025-04-15 14:53:43.927 | + functions-common:get_or_add_user_system_role:1013 : echo 2025-04-15 14:53:43.927 | 2025-04-15 14:53:43.966 | [3532 Async ks-system-member:40670]: finished get_or_add_user_system_role member ccc19d25c2ba4275aada9527d4ff1976 all with result 0 in 4 seconds 2025-04-15 14:53:43.995 | [3532 Async ks-system-reader:40878]: Waiting for completion of get_or_add_user_system_role reader 5e638667345a4a1eb12b074ce7aac92f all running on PID 40878 (7 other jobs running) 2025-04-15 14:53:44.015 | [3532 Async ks-system-reader:40878]: Signaling child to exit 2025-04-15 14:53:44.256 | + inc/async:async_inner:64 : rc=0 2025-04-15 14:53:44.274 | [40878 Async ks-system-reader:40878]: finished successfully 2025-04-15 14:53:44.291 | WAKEUP 2025-04-15 14:53:44.308 | [3532 Async ks-system-reader:40878]: Signaled 2025-04-15 14:53:44.308 | + functions-common:get_or_add_user_system_role:988 : local user_role_id 2025-04-15 14:53:44.308 | + functions-common:get_or_add_user_system_role:989 : local domain_args 2025-04-15 14:53:44.308 | ++ functions-common:get_or_add_user_system_role:991 : _get_domain_args 2025-04-15 14:53:44.308 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 14:53:44.308 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 14:53:44.308 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-15 14:53:44.308 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-15 14:53:44.308 | ++ functions-common:_get_domain_args:940 : echo 2025-04-15 14:53:44.308 | + functions-common:get_or_add_user_system_role:991 : domain_args= 2025-04-15 14:53:44.308 | ++ functions-common:get_or_add_user_system_role:999 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 5e638667345a4a1eb12b074ce7aac92f --system all -f value -c Role 2025-04-15 14:53:44.308 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:53:44.308 | + functions-common:get_or_add_user_system_role:999 : user_role_id= 2025-04-15 14:53:44.308 | + functions-common:get_or_add_user_system_role:1000 : [[ -z '' ]] 2025-04-15 14:53:44.308 | + functions-common:get_or_add_user_system_role:1002 : openstack --os-cloud devstack-system-admin role add reader --user 5e638667345a4a1eb12b074ce7aac92f --system all 2025-04-15 14:53:44.308 | ++ functions-common:get_or_add_user_system_role:1011 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 5e638667345a4a1eb12b074ce7aac92f --system all -f value -c Role 2025-04-15 14:53:44.308 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:53:44.308 | + functions-common:get_or_add_user_system_role:1011 : user_role_id=87e5fafde44b4ea2996a375f5350596b 2025-04-15 14:53:44.308 | + functions-common:get_or_add_user_system_role:1013 : echo 87e5fafde44b4ea2996a375f5350596b 2025-04-15 14:53:44.308 | 87e5fafde44b4ea2996a375f5350596b 2025-04-15 14:53:44.340 | [3532 Async ks-system-reader:40878]: finished get_or_add_user_system_role reader 5e638667345a4a1eb12b074ce7aac92f all with result 0 in 4 seconds 2025-04-15 14:53:44.344 | + inc/async:async_wait:197 : return 0 2025-04-15 14:53:44.346 | + lib/keystone:create_keystone_accounts:421 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2025-04-15 14:53:44.383 | [3532 Async ks-group-memberdemo:41145]: Waiting for completion of get_or_add_group_project_role member 0d39b77b919449c2a9731e0fe0a6f569 8ffe87417342421797f08cf469811712 running on PID 41145 (6 other jobs running) 2025-04-15 14:53:44.400 | [3532 Async ks-group-memberdemo:41145]: Signaling child to exit 2025-04-15 14:53:45.856 | + inc/async:async_inner:64 : rc=0 2025-04-15 14:53:45.877 | [41145 Async ks-group-memberdemo:41145]: finished successfully 2025-04-15 14:53:45.895 | WAKEUP 2025-04-15 14:53:45.914 | [3532 Async ks-group-memberdemo:41145]: Signaled 2025-04-15 14:53:45.915 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-15 14:53:45.915 | + functions-common:get_or_add_group_project_role:1023 : openstack role add member --group 0d39b77b919449c2a9731e0fe0a6f569 --project 8ffe87417342421797f08cf469811712 2025-04-15 14:53:45.915 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 0d39b77b919449c2a9731e0fe0a6f569 --project 8ffe87417342421797f08cf469811712 -f value -c Role 2025-04-15 14:53:45.915 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:53:45.915 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=632bb53b453944649ac0ddfca7ec66bb 2025-04-15 14:53:45.915 | + functions-common:get_or_add_group_project_role:1032 : echo 632bb53b453944649ac0ddfca7ec66bb 2025-04-15 14:53:45.915 | 632bb53b453944649ac0ddfca7ec66bb 2025-04-15 14:53:45.935 | + inc/async:async_inner:64 : rc=0 2025-04-15 14:53:45.948 | [3532 Async ks-group-memberdemo:41145]: finished get_or_add_group_project_role member 0d39b77b919449c2a9731e0fe0a6f569 8ffe87417342421797f08cf469811712 with result 0 in 3 seconds 2025-04-15 14:53:45.955 | [41224 Async ks-group-anotherdemo:41224]: finished successfully 2025-04-15 14:53:45.977 | [3532 Async ks-group-anotherdemo:41224]: Waiting for completion of get_or_add_group_project_role anotherrole 0d39b77b919449c2a9731e0fe0a6f569 8ffe87417342421797f08cf469811712 running on PID 41224 (5 other jobs running) 2025-04-15 14:53:45.997 | [3532 Async ks-group-anotherdemo:41224]: Signaling child to exit 2025-04-15 14:53:45.997 | WAKEUP 2025-04-15 14:53:46.011 | [3532 Async ks-group-anotherdemo:41224]: Signaled 2025-04-15 14:53:46.012 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-15 14:53:46.012 | + functions-common:get_or_add_group_project_role:1023 : openstack role add anotherrole --group 0d39b77b919449c2a9731e0fe0a6f569 --project 8ffe87417342421797f08cf469811712 2025-04-15 14:53:46.012 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 0d39b77b919449c2a9731e0fe0a6f569 --project 8ffe87417342421797f08cf469811712 -f value -c Role 2025-04-15 14:53:46.012 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:53:46.012 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=b441c5300e2e4180b1acc3fc9241480a 2025-04-15 14:53:46.012 | + functions-common:get_or_add_group_project_role:1032 : echo b441c5300e2e4180b1acc3fc9241480a 2025-04-15 14:53:46.012 | b441c5300e2e4180b1acc3fc9241480a 2025-04-15 14:53:46.046 | [3532 Async ks-group-anotherdemo:41224]: finished get_or_add_group_project_role anotherrole 0d39b77b919449c2a9731e0fe0a6f569 8ffe87417342421797f08cf469811712 with result 0 in 3 seconds 2025-04-15 14:53:46.075 | [3532 Async ks-group-memberalt:41304]: Waiting for completion of get_or_add_group_project_role member 0d39b77b919449c2a9731e0fe0a6f569 045ab55165d8472eb564e552ec904e25 running on PID 41304 (4 other jobs running) 2025-04-15 14:53:46.095 | [3532 Async ks-group-memberalt:41304]: Signaling child to exit 2025-04-15 14:53:46.186 | + inc/async:async_inner:64 : rc=0 2025-04-15 14:53:46.205 | [41304 Async ks-group-memberalt:41304]: finished successfully 2025-04-15 14:53:46.222 | WAKEUP 2025-04-15 14:53:46.239 | [3532 Async ks-group-memberalt:41304]: Signaled 2025-04-15 14:53:46.240 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-15 14:53:46.240 | + functions-common:get_or_add_group_project_role:1023 : openstack role add member --group 0d39b77b919449c2a9731e0fe0a6f569 --project 045ab55165d8472eb564e552ec904e25 2025-04-15 14:53:46.240 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 0d39b77b919449c2a9731e0fe0a6f569 --project 045ab55165d8472eb564e552ec904e25 -f value -c Role 2025-04-15 14:53:46.241 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:53:46.241 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=632bb53b453944649ac0ddfca7ec66bb 2025-04-15 14:53:46.241 | + functions-common:get_or_add_group_project_role:1032 : echo 632bb53b453944649ac0ddfca7ec66bb 2025-04-15 14:53:46.241 | 632bb53b453944649ac0ddfca7ec66bb 2025-04-15 14:53:46.246 | + inc/async:async_inner:64 : rc=0 2025-04-15 14:53:46.255 | + inc/async:async_inner:64 : rc=0 2025-04-15 14:53:46.265 | [41428 Async ks-group-anotheralt:41428]: finished successfully 2025-04-15 14:53:46.274 | [41523 Async ks-group-admin:41523]: finished successfully 2025-04-15 14:53:46.276 | [3532 Async ks-group-memberalt:41304]: finished get_or_add_group_project_role member 0d39b77b919449c2a9731e0fe0a6f569 045ab55165d8472eb564e552ec904e25 with result 0 in 3 seconds 2025-04-15 14:53:46.302 | [3532 Async ks-group-anotheralt:41428]: Waiting for completion of get_or_add_group_project_role anotherrole 0d39b77b919449c2a9731e0fe0a6f569 045ab55165d8472eb564e552ec904e25 running on PID 41428 (3 other jobs running) 2025-04-15 14:53:46.320 | [3532 Async ks-group-anotheralt:41428]: Signaling child to exit 2025-04-15 14:53:46.320 | WAKEUP 2025-04-15 14:53:46.336 | [3532 Async ks-group-anotheralt:41428]: Signaled 2025-04-15 14:53:46.337 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-15 14:53:46.337 | + functions-common:get_or_add_group_project_role:1023 : openstack role add anotherrole --group 0d39b77b919449c2a9731e0fe0a6f569 --project 045ab55165d8472eb564e552ec904e25 2025-04-15 14:53:46.337 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 0d39b77b919449c2a9731e0fe0a6f569 --project 045ab55165d8472eb564e552ec904e25 -f value -c Role 2025-04-15 14:53:46.337 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:53:46.337 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=b441c5300e2e4180b1acc3fc9241480a 2025-04-15 14:53:46.337 | + functions-common:get_or_add_group_project_role:1032 : echo b441c5300e2e4180b1acc3fc9241480a 2025-04-15 14:53:46.337 | b441c5300e2e4180b1acc3fc9241480a 2025-04-15 14:53:46.370 | [3532 Async ks-group-anotheralt:41428]: finished get_or_add_group_project_role anotherrole 0d39b77b919449c2a9731e0fe0a6f569 045ab55165d8472eb564e552ec904e25 with result 0 in 3 seconds 2025-04-15 14:53:46.399 | [3532 Async ks-group-admin:41523]: Waiting for completion of get_or_add_group_project_role admin e681217e7710442db9c3be1f34b11065 5a4ecdc8fa4e4b078442345c010e5680 running on PID 41523 (2 other jobs running) 2025-04-15 14:53:46.417 | [3532 Async ks-group-admin:41523]: Signaling child to exit 2025-04-15 14:53:46.417 | WAKEUP 2025-04-15 14:53:46.433 | [3532 Async ks-group-admin:41523]: Signaled 2025-04-15 14:53:46.434 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-15 14:53:46.434 | + functions-common:get_or_add_group_project_role:1023 : openstack role add admin --group e681217e7710442db9c3be1f34b11065 --project 5a4ecdc8fa4e4b078442345c010e5680 2025-04-15 14:53:46.434 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group e681217e7710442db9c3be1f34b11065 --project 5a4ecdc8fa4e4b078442345c010e5680 -f value -c Role 2025-04-15 14:53:46.434 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:53:46.434 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=a8aecedea3094990ac5c6d5fa13c8555 2025-04-15 14:53:46.434 | + functions-common:get_or_add_group_project_role:1032 : echo a8aecedea3094990ac5c6d5fa13c8555 2025-04-15 14:53:46.434 | a8aecedea3094990ac5c6d5fa13c8555 2025-04-15 14:53:46.467 | [3532 Async ks-group-admin:41523]: finished get_or_add_group_project_role admin e681217e7710442db9c3be1f34b11065 5a4ecdc8fa4e4b078442345c010e5680 with result 0 in 3 seconds 2025-04-15 14:53:46.471 | + inc/async:async_wait:197 : return 0 2025-04-15 14:53:46.473 | + lib/keystone:create_keystone_accounts:423 : is_service_enabled ldap 2025-04-15 14:53:46.487 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:53:46.489 | + stack.sh:main:1130 : is_service_enabled nova 2025-04-15 14:53:46.503 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:53:46.505 | + stack.sh:main:1131 : async_runfunc create_nova_accounts 2025-04-15 14:53:46.507 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2025-04-15 14:53:46.554 | + inc/async:async_inner:63 : create_nova_accounts 2025-04-15 14:53:46.584 | [3532 Async create_nova_accounts:43373]: running: create_nova_accounts 2025-04-15 14:53:46.586 | + stack.sh:main:1133 : is_service_enabled glance 2025-04-15 14:53:46.599 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:53:46.602 | + stack.sh:main:1134 : async_runfunc create_glance_accounts 2025-04-15 14:53:46.604 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2025-04-15 14:53:46.654 | + inc/async:async_inner:63 : create_glance_accounts 2025-04-15 14:53:46.684 | [3532 Async create_glance_accounts:43496]: running: create_glance_accounts 2025-04-15 14:53:46.686 | + stack.sh:main:1136 : is_service_enabled cinder 2025-04-15 14:53:46.701 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:53:46.703 | + stack.sh:main:1137 : async_runfunc create_cinder_accounts 2025-04-15 14:53:46.705 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2025-04-15 14:53:46.753 | + inc/async:async_inner:63 : create_cinder_accounts 2025-04-15 14:53:46.786 | [3532 Async create_cinder_accounts:43635]: running: create_cinder_accounts 2025-04-15 14:53:46.788 | + stack.sh:main:1139 : is_service_enabled neutron 2025-04-15 14:53:46.803 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:53:46.806 | + stack.sh:main:1140 : async_runfunc create_neutron_accounts 2025-04-15 14:53:46.808 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2025-04-15 14:53:46.858 | + inc/async:async_inner:63 : create_neutron_accounts 2025-04-15 14:53:46.890 | [3532 Async create_neutron_accounts:43778]: running: create_neutron_accounts 2025-04-15 14:53:46.893 | + stack.sh:main:1142 : is_service_enabled swift 2025-04-15 14:53:46.908 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:53:46.910 | + stack.sh:main:1151 : is_service_enabled horizon 2025-04-15 14:53:46.925 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:53:46.927 | + stack.sh:main:1156 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2025-04-15 14:53:46.966 | [3532 Async create_nova_accounts:43373]: Waiting for completion of create_nova_accounts running on PID 43373 (5 other jobs running) 2025-04-15 14:53:46.985 | [3532 Async create_nova_accounts:43373]: Signaling child to exit 2025-04-15 14:53:59.347 | + inc/async:async_inner:64 : rc=0 2025-04-15 14:53:59.366 | [43778 Async create_neutron_accounts:43778]: finished successfully 2025-04-15 14:54:07.569 | + inc/async:async_inner:64 : rc=0 2025-04-15 14:54:07.588 | [43635 Async create_cinder_accounts:43635]: finished successfully 2025-04-15 14:54:08.058 | + inc/async:async_inner:64 : rc=0 2025-04-15 14:54:08.076 | [43373 Async create_nova_accounts:43373]: finished successfully 2025-04-15 14:54:08.093 | WAKEUP 2025-04-15 14:54:08.109 | [3532 Async create_nova_accounts:43373]: Signaled 2025-04-15 14:54:08.110 | + lib/nova:create_nova_accounts:378 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ n-api ]] 2025-04-15 14:54:08.110 | + lib/nova:create_nova_accounts:382 : create_service_user nova admin 2025-04-15 14:54:08.110 | + lib/keystone:create_service_user:436 : get_or_create_user nova nomoresecret Default 2025-04-15 14:54:08.110 | + functions-common:get_or_create_user:882 : local user_id 2025-04-15 14:54:08.110 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-15 14:54:08.110 | + functions-common:get_or_create_user:886 : local email= 2025-04-15 14:54:08.110 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create nova --password nomoresecret --domain=Default --or-show -f value -c id 2025-04-15 14:54:08.110 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:54:08.110 | + functions-common:get_or_create_user:898 : user_id=18c544065fc64536b02df137d7b0911c 2025-04-15 14:54:08.111 | + functions-common:get_or_create_user:899 : echo 18c544065fc64536b02df137d7b0911c 2025-04-15 14:54:08.111 | 18c544065fc64536b02df137d7b0911c 2025-04-15 14:54:08.111 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service nova service Default Default 2025-04-15 14:54:08.111 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 14:54:08.111 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 14:54:08.111 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-15 14:54:08.111 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 14:54:08.111 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 14:54:08.111 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-15 14:54:08.111 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-15 14:54:08.111 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-15 14:54:08.111 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-15 14:54:08.111 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-15 14:54:08.111 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-15 14:54:08.111 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user nova --project service --user-domain Default --project-domain Default 2025-04-15 14:54:08.111 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user nova --project service --user-domain Default --project-domain Default -c Role -f value 2025-04-15 14:54:08.111 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:54:08.111 | + functions-common:get_or_add_user_project_role:962 : user_role_id=03e931224fe44e6f83d2aa52b506f24c 2025-04-15 14:54:08.111 | + functions-common:get_or_add_user_project_role:963 : echo 03e931224fe44e6f83d2aa52b506f24c 2025-04-15 14:54:08.111 | 03e931224fe44e6f83d2aa52b506f24c 2025-04-15 14:54:08.111 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2025-04-15 14:54:08.111 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin nova service Default Default 2025-04-15 14:54:08.111 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 14:54:08.111 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 14:54:08.111 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-15 14:54:08.111 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 14:54:08.111 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 14:54:08.111 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-15 14:54:08.111 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-15 14:54:08.111 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-15 14:54:08.111 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-15 14:54:08.111 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-15 14:54:08.111 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-15 14:54:08.111 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user nova --project service --user-domain Default --project-domain Default 2025-04-15 14:54:08.111 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default -c Role -f value 2025-04-15 14:54:08.111 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:54:08.111 | + functions-common:get_or_add_user_project_role:962 : user_role_id=a8aecedea3094990ac5c6d5fa13c8555 2025-04-15 14:54:08.111 | + functions-common:get_or_add_user_project_role:963 : echo a8aecedea3094990ac5c6d5fa13c8555 2025-04-15 14:54:08.111 | a8aecedea3094990ac5c6d5fa13c8555 2025-04-15 14:54:08.111 | + lib/nova:create_nova_accounts:384 : local nova_api_url 2025-04-15 14:54:08.111 | + lib/nova:create_nova_accounts:385 : [[ True == \F\a\l\s\e ]] 2025-04-15 14:54:08.111 | + lib/nova:create_nova_accounts:388 : nova_api_url=http://10.180.1.21/compute 2025-04-15 14:54:08.111 | + lib/nova:create_nova_accounts:391 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2025-04-15 14:54:08.111 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-15 14:54:08.111 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2025-04-15 14:54:08.111 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create compute_legacy --name nova_legacy '--description=Nova Compute Service (Legacy 2.0)' -f value -c id 2025-04-15 14:54:08.111 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:54:08.111 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-15 14:54:08.111 | 40400eaae5ed46d7981b6f1d4bed658f' 2025-04-15 14:54:08.111 | + functions-common:get_or_create_service:1050 : echo 40400eaae5ed46d7981b6f1d4bed658f 2025-04-15 14:54:08.111 | 40400eaae5ed46d7981b6f1d4bed658f 2025-04-15 14:54:08.111 | + lib/nova:create_nova_accounts:393 : get_or_create_endpoint compute_legacy RegionOne 'http://10.180.1.21/compute/v2/$(project_id)s' 2025-04-15 14:54:08.111 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-15 14:54:08.111 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface compute_legacy public 'http://10.180.1.21/compute/v2/$(project_id)s' RegionOne 2025-04-15 14:54:08.111 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-15 14:54:08.111 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value 2025-04-15 14:54:08.111 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:54:08.111 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-15 14:54:08.111 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-15 14:54:08.111 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create compute_legacy public 'http://10.180.1.21/compute/v2/$(project_id)s' --region RegionOne -f value -c id 2025-04-15 14:54:08.111 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:54:08.111 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=76222d3bd0f34e6b9982d80aeae9dc8d 2025-04-15 14:54:08.111 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 76222d3bd0f34e6b9982d80aeae9dc8d 2025-04-15 14:54:08.111 | + functions-common:get_or_create_endpoint:1083 : public_id=76222d3bd0f34e6b9982d80aeae9dc8d 2025-04-15 14:54:08.111 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-15 14:54:08.111 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-15 14:54:08.111 | + functions-common:get_or_create_endpoint:1092 : echo 76222d3bd0f34e6b9982d80aeae9dc8d 2025-04-15 14:54:08.111 | 76222d3bd0f34e6b9982d80aeae9dc8d 2025-04-15 14:54:08.111 | + lib/nova:create_nova_accounts:397 : get_or_create_service nova compute 'Nova Compute Service' 2025-04-15 14:54:08.111 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-15 14:54:08.111 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2025-04-15 14:54:08.111 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create compute --name nova '--description=Nova Compute Service' -f value -c id 2025-04-15 14:54:08.111 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:54:08.111 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-15 14:54:08.111 | e19c02f4b46b4f559aa367df804bcb1f' 2025-04-15 14:54:08.111 | + functions-common:get_or_create_service:1050 : echo e19c02f4b46b4f559aa367df804bcb1f 2025-04-15 14:54:08.111 | e19c02f4b46b4f559aa367df804bcb1f 2025-04-15 14:54:08.111 | + lib/nova:create_nova_accounts:399 : get_or_create_endpoint compute RegionOne http://10.180.1.21/compute/v2.1 2025-04-15 14:54:08.111 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-15 14:54:08.111 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface compute public http://10.180.1.21/compute/v2.1 RegionOne 2025-04-15 14:54:08.111 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-15 14:54:08.111 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute --interface public --region RegionOne -c ID -f value 2025-04-15 14:54:08.111 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:54:08.111 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-15 14:54:08.111 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-15 14:54:08.111 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create compute public http://10.180.1.21/compute/v2.1 --region RegionOne -f value -c id 2025-04-15 14:54:08.111 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:54:08.111 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=bc536c0da52248b885c1b2b8bc9ea23e 2025-04-15 14:54:08.111 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo bc536c0da52248b885c1b2b8bc9ea23e 2025-04-15 14:54:08.111 | + functions-common:get_or_create_endpoint:1083 : public_id=bc536c0da52248b885c1b2b8bc9ea23e 2025-04-15 14:54:08.111 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-15 14:54:08.111 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-15 14:54:08.111 | + functions-common:get_or_create_endpoint:1092 : echo bc536c0da52248b885c1b2b8bc9ea23e 2025-04-15 14:54:08.111 | bc536c0da52248b885c1b2b8bc9ea23e 2025-04-15 14:54:08.111 | + lib/nova:create_nova_accounts:404 : is_service_enabled n-api 2025-04-15 14:54:08.111 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:54:08.111 | + lib/nova:create_nova_accounts:406 : is_service_enabled swift 2025-04-15 14:54:08.111 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:54:08.111 | + lib/nova:create_nova_accounts:414 : is_service_enabled s3api 2025-04-15 14:54:08.111 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:54:08.111 | + lib/nova:create_nova_accounts:425 : is_service_enabled n-api 2025-04-15 14:54:08.111 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:54:08.111 | + lib/nova:create_nova_accounts:426 : [[ False = True ]] 2025-04-15 14:54:08.143 | [3532 Async create_nova_accounts:43373]: finished create_nova_accounts with result 0 in 21 seconds 2025-04-15 14:54:08.169 | [3532 Async create_glance_accounts:43496]: Waiting for completion of create_glance_accounts running on PID 43496 (4 other jobs running) 2025-04-15 14:54:08.186 | [3532 Async create_glance_accounts:43496]: Signaling child to exit 2025-04-15 14:54:09.305 | + inc/async:async_inner:64 : rc=0 2025-04-15 14:54:09.324 | [43496 Async create_glance_accounts:43496]: finished successfully 2025-04-15 14:54:09.342 | WAKEUP 2025-04-15 14:54:09.358 | [3532 Async create_glance_accounts:43496]: Signaled 2025-04-15 14:54:09.359 | + lib/glance:create_glance_accounts:454 : is_service_enabled g-api 2025-04-15 14:54:09.359 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:54:09.359 | + lib/glance:create_glance_accounts:456 : create_service_user glance 2025-04-15 14:54:09.359 | + lib/keystone:create_service_user:436 : get_or_create_user glance nomoresecret Default 2025-04-15 14:54:09.359 | + functions-common:get_or_create_user:882 : local user_id 2025-04-15 14:54:09.359 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-15 14:54:09.359 | + functions-common:get_or_create_user:886 : local email= 2025-04-15 14:54:09.359 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create glance --password nomoresecret --domain=Default --or-show -f value -c id 2025-04-15 14:54:09.359 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:54:09.359 | + functions-common:get_or_create_user:898 : user_id=1db7981da0f4447b814ec03383766d6a 2025-04-15 14:54:09.359 | + functions-common:get_or_create_user:899 : echo 1db7981da0f4447b814ec03383766d6a 2025-04-15 14:54:09.359 | 1db7981da0f4447b814ec03383766d6a 2025-04-15 14:54:09.359 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service glance service Default Default 2025-04-15 14:54:09.359 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 14:54:09.359 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 14:54:09.359 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-15 14:54:09.359 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 14:54:09.359 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 14:54:09.359 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-15 14:54:09.359 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-15 14:54:09.359 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-15 14:54:09.359 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-15 14:54:09.359 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-15 14:54:09.359 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-15 14:54:09.359 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user glance --project service --user-domain Default --project-domain Default 2025-04-15 14:54:09.359 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance --project service --user-domain Default --project-domain Default -c Role -f value 2025-04-15 14:54:09.359 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:54:09.359 | + functions-common:get_or_add_user_project_role:962 : user_role_id=03e931224fe44e6f83d2aa52b506f24c 2025-04-15 14:54:09.359 | + functions-common:get_or_add_user_project_role:963 : echo 03e931224fe44e6f83d2aa52b506f24c 2025-04-15 14:54:09.359 | 03e931224fe44e6f83d2aa52b506f24c 2025-04-15 14:54:09.359 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-04-15 14:54:09.359 | + lib/glance:create_glance_accounts:459 : is_service_enabled s-proxy 2025-04-15 14:54:09.359 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:54:09.359 | + lib/glance:create_glance_accounts:463 : get_or_create_service glance image 'Glance Image Service' 2025-04-15 14:54:09.359 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-15 14:54:09.359 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2025-04-15 14:54:09.359 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create image --name glance '--description=Glance Image Service' -f value -c id 2025-04-15 14:54:09.359 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:54:09.359 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-15 14:54:09.359 | e83faa42893749ada256f5b28265207a' 2025-04-15 14:54:09.359 | + functions-common:get_or_create_service:1050 : echo e83faa42893749ada256f5b28265207a 2025-04-15 14:54:09.359 | e83faa42893749ada256f5b28265207a 2025-04-15 14:54:09.359 | + lib/glance:create_glance_accounts:465 : get_or_create_endpoint image RegionOne http://10.180.1.21/image 2025-04-15 14:54:09.359 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-15 14:54:09.359 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface image public http://10.180.1.21/image RegionOne 2025-04-15 14:54:09.359 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-15 14:54:09.359 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service image --interface public --region RegionOne -c ID -f value 2025-04-15 14:54:09.359 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:54:09.359 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-15 14:54:09.359 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-15 14:54:09.359 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create image public http://10.180.1.21/image --region RegionOne -f value -c id 2025-04-15 14:54:09.359 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:54:09.359 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=da07c5ec91544ef5b520fb03f99868d5 2025-04-15 14:54:09.359 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo da07c5ec91544ef5b520fb03f99868d5 2025-04-15 14:54:09.359 | + functions-common:get_or_create_endpoint:1083 : public_id=da07c5ec91544ef5b520fb03f99868d5 2025-04-15 14:54:09.359 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-15 14:54:09.359 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-15 14:54:09.359 | + functions-common:get_or_create_endpoint:1092 : echo da07c5ec91544ef5b520fb03f99868d5 2025-04-15 14:54:09.359 | da07c5ec91544ef5b520fb03f99868d5 2025-04-15 14:54:09.359 | ++ lib/glance:create_glance_accounts:470 : get_or_create_domain Default 2025-04-15 14:54:09.359 | ++ functions-common:get_or_create_domain:855 : local domain_id 2025-04-15 14:54:09.359 | +++ functions-common:get_or_create_domain:861 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2025-04-15 14:54:09.359 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:54:09.359 | ++ functions-common:get_or_create_domain:860 : domain_id=default 2025-04-15 14:54:09.359 | ++ functions-common:get_or_create_domain:861 : echo default 2025-04-15 14:54:09.359 | + lib/glance:create_glance_accounts:470 : service_domain_id=default 2025-04-15 14:54:09.359 | + lib/glance:create_glance_accounts:471 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2025-04-15 14:54:09.359 | + lib/glance:create_glance_accounts:472 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2025-04-15 14:54:09.359 | + lib/glance:create_glance_accounts:474 : [[ True = True ]] 2025-04-15 14:54:09.359 | + lib/glance:create_glance_accounts:475 : configure_glance_quotas 2025-04-15 14:54:09.359 | + lib/glance:configure_glance_quotas:293 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 2000 --region RegionOne image_size_total 2025-04-15 14:54:09.359 | +---------------+----------------------------------+ 2025-04-15 14:54:09.359 | | Field | Value | 2025-04-15 14:54:09.359 | +---------------+----------------------------------+ 2025-04-15 14:54:09.359 | | default_limit | 2000 | 2025-04-15 14:54:09.359 | | description | None | 2025-04-15 14:54:09.359 | | id | 6796adfb11294528b1d3ad4738cd197a | 2025-04-15 14:54:09.359 | | region_id | RegionOne | 2025-04-15 14:54:09.359 | | resource_name | image_size_total | 2025-04-15 14:54:09.359 | | service_id | e83faa42893749ada256f5b28265207a | 2025-04-15 14:54:09.360 | +---------------+----------------------------------+ 2025-04-15 14:54:09.360 | + lib/glance:configure_glance_quotas:295 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 2000 --region RegionOne image_stage_total 2025-04-15 14:54:09.360 | +---------------+----------------------------------+ 2025-04-15 14:54:09.360 | | Field | Value | 2025-04-15 14:54:09.360 | +---------------+----------------------------------+ 2025-04-15 14:54:09.360 | | default_limit | 2000 | 2025-04-15 14:54:09.360 | | description | None | 2025-04-15 14:54:09.360 | | id | b1129417da0e440983e953020a9a0c40 | 2025-04-15 14:54:09.360 | | region_id | RegionOne | 2025-04-15 14:54:09.360 | | resource_name | image_stage_total | 2025-04-15 14:54:09.360 | | service_id | e83faa42893749ada256f5b28265207a | 2025-04-15 14:54:09.360 | +---------------+----------------------------------+ 2025-04-15 14:54:09.360 | + lib/glance:configure_glance_quotas:297 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 100 --region RegionOne image_count_total 2025-04-15 14:54:09.360 | +---------------+----------------------------------+ 2025-04-15 14:54:09.360 | | Field | Value | 2025-04-15 14:54:09.360 | +---------------+----------------------------------+ 2025-04-15 14:54:09.360 | | default_limit | 100 | 2025-04-15 14:54:09.360 | | description | None | 2025-04-15 14:54:09.360 | | id | 251de4bddcb642019c0b93452a9df213 | 2025-04-15 14:54:09.360 | | region_id | RegionOne | 2025-04-15 14:54:09.360 | | resource_name | image_count_total | 2025-04-15 14:54:09.360 | | service_id | e83faa42893749ada256f5b28265207a | 2025-04-15 14:54:09.360 | +---------------+----------------------------------+ 2025-04-15 14:54:09.360 | + lib/glance:configure_glance_quotas:299 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 100 --region RegionOne image_count_uploading 2025-04-15 14:54:09.360 | +---------------+----------------------------------+ 2025-04-15 14:54:09.360 | | Field | Value | 2025-04-15 14:54:09.360 | +---------------+----------------------------------+ 2025-04-15 14:54:09.360 | | default_limit | 100 | 2025-04-15 14:54:09.360 | | description | None | 2025-04-15 14:54:09.360 | | id | 0d7f1ac4b970435d9ca6c7bdb590eeb6 | 2025-04-15 14:54:09.360 | | region_id | RegionOne | 2025-04-15 14:54:09.360 | | resource_name | image_count_uploading | 2025-04-15 14:54:09.360 | | service_id | e83faa42893749ada256f5b28265207a | 2025-04-15 14:54:09.360 | +---------------+----------------------------------+ 2025-04-15 14:54:09.360 | + lib/glance:configure_glance_quotas:303 : iniset /etc/glance/glance-api.conf DEFAULT use_keystone_limits True 2025-04-15 14:54:09.360 | + lib/glance:configure_glance_quotas:306 : iniset /etc/glance/glance-api.conf oslo_limit user_domain_name Default 2025-04-15 14:54:09.360 | + lib/glance:configure_glance_quotas:307 : iniset /etc/glance/glance-api.conf oslo_limit password nomoresecret 2025-04-15 14:54:09.360 | + lib/glance:configure_glance_quotas:308 : iniset /etc/glance/glance-api.conf oslo_limit username glance 2025-04-15 14:54:09.360 | + lib/glance:configure_glance_quotas:309 : iniset /etc/glance/glance-api.conf oslo_limit auth_type password 2025-04-15 14:54:09.360 | + lib/glance:configure_glance_quotas:310 : iniset /etc/glance/glance-api.conf oslo_limit auth_url http://10.180.1.21/identity 2025-04-15 14:54:09.360 | + lib/glance:configure_glance_quotas:311 : iniset /etc/glance/glance-api.conf oslo_limit system_scope all 2025-04-15 14:54:09.360 | ++ lib/glance:configure_glance_quotas:312 : oscwrap --os-cloud devstack-system-admin endpoint list --service glance -f value -c ID 2025-04-15 14:54:09.360 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:54:09.360 | + lib/glance:configure_glance_quotas:312 : iniset /etc/glance/glance-api.conf oslo_limit endpoint_id da07c5ec91544ef5b520fb03f99868d5 2025-04-15 14:54:09.360 | + lib/glance:configure_glance_quotas:316 : openstack --os-cloud devstack-system-admin role add --user glance --user-domain Default --system all reader 2025-04-15 14:54:09.390 | [3532 Async create_glance_accounts:43496]: finished create_glance_accounts with result 0 in 22 seconds 2025-04-15 14:54:09.416 | [3532 Async create_cinder_accounts:43635]: Waiting for completion of create_cinder_accounts running on PID 43635 (3 other jobs running) 2025-04-15 14:54:09.433 | [3532 Async create_cinder_accounts:43635]: Signaling child to exit 2025-04-15 14:54:09.433 | WAKEUP 2025-04-15 14:54:09.449 | [3532 Async create_cinder_accounts:43635]: Signaled 2025-04-15 14:54:09.449 | + lib/cinder:create_cinder_accounts:441 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ c-api ]] 2025-04-15 14:54:09.449 | + lib/cinder:create_cinder_accounts:443 : local extra_role= 2025-04-15 14:54:09.449 | + lib/cinder:create_cinder_accounts:446 : is_service_enabled barbican 2025-04-15 14:54:09.450 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:54:09.450 | + lib/cinder:create_cinder_accounts:450 : create_service_user cinder 2025-04-15 14:54:09.450 | + lib/keystone:create_service_user:436 : get_or_create_user cinder nomoresecret Default 2025-04-15 14:54:09.450 | + functions-common:get_or_create_user:882 : local user_id 2025-04-15 14:54:09.450 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-15 14:54:09.450 | + functions-common:get_or_create_user:886 : local email= 2025-04-15 14:54:09.450 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create cinder --password nomoresecret --domain=Default --or-show -f value -c id 2025-04-15 14:54:09.450 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:54:09.450 | + functions-common:get_or_create_user:898 : user_id=45e1d170f9664883a613afe838ced6ec 2025-04-15 14:54:09.450 | + functions-common:get_or_create_user:899 : echo 45e1d170f9664883a613afe838ced6ec 2025-04-15 14:54:09.450 | 45e1d170f9664883a613afe838ced6ec 2025-04-15 14:54:09.450 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service cinder service Default Default 2025-04-15 14:54:09.450 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 14:54:09.450 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 14:54:09.450 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-15 14:54:09.450 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 14:54:09.450 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 14:54:09.450 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-15 14:54:09.450 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-15 14:54:09.450 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-15 14:54:09.450 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-15 14:54:09.450 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-15 14:54:09.450 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-15 14:54:09.450 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user cinder --project service --user-domain Default --project-domain Default 2025-04-15 14:54:09.450 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default -c Role -f value 2025-04-15 14:54:09.450 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:54:09.450 | + functions-common:get_or_add_user_project_role:962 : user_role_id=03e931224fe44e6f83d2aa52b506f24c 2025-04-15 14:54:09.450 | + functions-common:get_or_add_user_project_role:963 : echo 03e931224fe44e6f83d2aa52b506f24c 2025-04-15 14:54:09.450 | 03e931224fe44e6f83d2aa52b506f24c 2025-04-15 14:54:09.450 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-04-15 14:54:09.450 | + lib/cinder:create_cinder_accounts:453 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2025-04-15 14:54:09.450 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-15 14:54:09.450 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2025-04-15 14:54:09.450 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create block-storage --name cinder '--description=Cinder Volume Service' -f value -c id 2025-04-15 14:54:09.450 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:54:09.450 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-15 14:54:09.450 | 2a5d929f5f744151964c427d4a99e035' 2025-04-15 14:54:09.450 | + functions-common:get_or_create_service:1050 : echo 2a5d929f5f744151964c427d4a99e035 2025-04-15 14:54:09.450 | 2a5d929f5f744151964c427d4a99e035 2025-04-15 14:54:09.450 | + lib/cinder:create_cinder_accounts:454 : '[' True == False ']' 2025-04-15 14:54:09.450 | + lib/cinder:create_cinder_accounts:467 : get_or_create_endpoint block-storage RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2025-04-15 14:54:09.450 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-15 14:54:09.450 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface block-storage public 'http://10.180.1.21/volume/v3/$(project_id)s' RegionOne 2025-04-15 14:54:09.450 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-15 14:54:09.450 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service block-storage --interface public --region RegionOne -c ID -f value 2025-04-15 14:54:09.450 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:54:09.450 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-15 14:54:09.450 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-15 14:54:09.450 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create block-storage public 'http://10.180.1.21/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2025-04-15 14:54:09.450 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:54:09.450 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=f4e695640d724d49b89ca7a0e509d2a7 2025-04-15 14:54:09.450 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo f4e695640d724d49b89ca7a0e509d2a7 2025-04-15 14:54:09.450 | + functions-common:get_or_create_endpoint:1083 : public_id=f4e695640d724d49b89ca7a0e509d2a7 2025-04-15 14:54:09.450 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-15 14:54:09.450 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-15 14:54:09.450 | + functions-common:get_or_create_endpoint:1092 : echo f4e695640d724d49b89ca7a0e509d2a7 2025-04-15 14:54:09.450 | f4e695640d724d49b89ca7a0e509d2a7 2025-04-15 14:54:09.450 | + lib/cinder:create_cinder_accounts:471 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2025-04-15 14:54:09.450 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-15 14:54:09.450 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2025-04-15 14:54:09.450 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create volumev3 --name cinderv3 '--description=Cinder Volume Service V3' -f value -c id 2025-04-15 14:54:09.450 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:54:09.450 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-15 14:54:09.450 | 0960548a4bdb49d8bcd759c9a264c054' 2025-04-15 14:54:09.450 | + functions-common:get_or_create_service:1050 : echo 0960548a4bdb49d8bcd759c9a264c054 2025-04-15 14:54:09.450 | 0960548a4bdb49d8bcd759c9a264c054 2025-04-15 14:54:09.450 | + lib/cinder:create_cinder_accounts:473 : get_or_create_endpoint volumev3 RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2025-04-15 14:54:09.450 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-15 14:54:09.450 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface volumev3 public 'http://10.180.1.21/volume/v3/$(project_id)s' RegionOne 2025-04-15 14:54:09.450 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-15 14:54:09.450 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service volumev3 --interface public --region RegionOne -c ID -f value 2025-04-15 14:54:09.450 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:54:09.450 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-15 14:54:09.450 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-15 14:54:09.450 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create volumev3 public 'http://10.180.1.21/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2025-04-15 14:54:09.450 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:54:09.450 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=e84b75b986e74d8183c67ec482799f52 2025-04-15 14:54:09.450 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo e84b75b986e74d8183c67ec482799f52 2025-04-15 14:54:09.450 | + functions-common:get_or_create_endpoint:1083 : public_id=e84b75b986e74d8183c67ec482799f52 2025-04-15 14:54:09.450 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-15 14:54:09.450 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-15 14:54:09.450 | + functions-common:get_or_create_endpoint:1092 : echo e84b75b986e74d8183c67ec482799f52 2025-04-15 14:54:09.451 | e84b75b986e74d8183c67ec482799f52 2025-04-15 14:54:09.451 | + lib/cinder:create_cinder_accounts:478 : configure_cinder_internal_tenant 2025-04-15 14:54:09.451 | ++ lib/cinder:configure_cinder_internal_tenant:709 : get_or_create_project service 2025-04-15 14:54:09.451 | ++ functions-common:get_or_create_project:905 : local project_id 2025-04-15 14:54:09.451 | +++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create service --domain= --or-show -f value -c id 2025-04-15 14:54:09.451 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:54:09.451 | ++ functions-common:get_or_create_project:911 : project_id=0b0ad4c6cadd4dfca1db65ea2f1d6f55 2025-04-15 14:54:09.451 | ++ functions-common:get_or_create_project:912 : echo 0b0ad4c6cadd4dfca1db65ea2f1d6f55 2025-04-15 14:54:09.451 | + lib/cinder:configure_cinder_internal_tenant:709 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id 0b0ad4c6cadd4dfca1db65ea2f1d6f55 2025-04-15 14:54:09.451 | ++ lib/cinder:configure_cinder_internal_tenant:710 : get_or_create_user cinder 2025-04-15 14:54:09.451 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-15 14:54:09.451 | ++ functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-15 14:54:09.451 | ++ functions-common:get_or_create_user:886 : local email= 2025-04-15 14:54:09.451 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create cinder --password '' --domain= --or-show -f value -c id 2025-04-15 14:54:09.451 | No password was supplied, authentication will fail when a user does not have a password. 2025-04-15 14:54:09.451 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:54:09.451 | ++ functions-common:get_or_create_user:898 : user_id=45e1d170f9664883a613afe838ced6ec 2025-04-15 14:54:09.451 | ++ functions-common:get_or_create_user:899 : echo 45e1d170f9664883a613afe838ced6ec 2025-04-15 14:54:09.451 | + lib/cinder:configure_cinder_internal_tenant:710 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 45e1d170f9664883a613afe838ced6ec 2025-04-15 14:54:09.481 | [3532 Async create_cinder_accounts:43635]: finished create_cinder_accounts with result 0 in 20 seconds 2025-04-15 14:54:09.484 | + inc/async:async_wait:197 : return 0 2025-04-15 14:54:09.486 | + stack.sh:main:1157 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2025-04-15 14:54:09.523 | [3532 Async create_neutron_accounts:43778]: Waiting for completion of create_neutron_accounts running on PID 43778 (2 other jobs running) 2025-04-15 14:54:09.541 | [3532 Async create_neutron_accounts:43778]: Signaling child to exit 2025-04-15 14:54:09.541 | WAKEUP 2025-04-15 14:54:09.557 | [3532 Async create_neutron_accounts:43778]: Signaled 2025-04-15 14:54:09.558 | + lib/neutron:create_neutron_accounts:488 : local neutron_url 2025-04-15 14:54:09.558 | + lib/neutron:create_neutron_accounts:489 : '[' False == True ']' 2025-04-15 14:54:09.558 | + lib/neutron:create_neutron_accounts:492 : neutron_url=http://10.180.1.21:9696/ 2025-04-15 14:54:09.558 | + lib/neutron:create_neutron_accounts:494 : '[' '!' -z networking ']' 2025-04-15 14:54:09.558 | + lib/neutron:create_neutron_accounts:495 : neutron_url=http://10.180.1.21:9696/networking 2025-04-15 14:54:09.558 | + lib/neutron:create_neutron_accounts:498 : is_service_enabled q-svc neutron-api 2025-04-15 14:54:09.558 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:54:09.558 | + lib/neutron:create_neutron_accounts:500 : create_service_user neutron 2025-04-15 14:54:09.558 | + lib/keystone:create_service_user:436 : get_or_create_user neutron nomoresecret Default 2025-04-15 14:54:09.558 | + functions-common:get_or_create_user:882 : local user_id 2025-04-15 14:54:09.558 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-15 14:54:09.558 | + functions-common:get_or_create_user:886 : local email= 2025-04-15 14:54:09.558 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create neutron --password nomoresecret --domain=Default --or-show -f value -c id 2025-04-15 14:54:09.558 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:54:09.558 | + functions-common:get_or_create_user:898 : user_id=f358be82f59f4ddeb0c1463151397b94 2025-04-15 14:54:09.558 | + functions-common:get_or_create_user:899 : echo f358be82f59f4ddeb0c1463151397b94 2025-04-15 14:54:09.558 | f358be82f59f4ddeb0c1463151397b94 2025-04-15 14:54:09.558 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service neutron service Default Default 2025-04-15 14:54:09.558 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 14:54:09.558 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 14:54:09.558 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-15 14:54:09.558 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 14:54:09.558 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 14:54:09.558 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-15 14:54:09.558 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-15 14:54:09.558 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-15 14:54:09.558 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-15 14:54:09.558 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-15 14:54:09.558 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-15 14:54:09.558 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user neutron --project service --user-domain Default --project-domain Default 2025-04-15 14:54:09.558 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default -c Role -f value 2025-04-15 14:54:09.558 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:54:09.558 | + functions-common:get_or_add_user_project_role:962 : user_role_id=03e931224fe44e6f83d2aa52b506f24c 2025-04-15 14:54:09.558 | + functions-common:get_or_add_user_project_role:963 : echo 03e931224fe44e6f83d2aa52b506f24c 2025-04-15 14:54:09.558 | 03e931224fe44e6f83d2aa52b506f24c 2025-04-15 14:54:09.558 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-04-15 14:54:09.558 | + lib/neutron:create_neutron_accounts:502 : get_or_create_service neutron network 'Neutron Service' 2025-04-15 14:54:09.558 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-15 14:54:09.558 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2025-04-15 14:54:09.558 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create network --name neutron '--description=Neutron Service' -f value -c id 2025-04-15 14:54:09.558 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:54:09.558 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-15 14:54:09.558 | 8f5d3cd107e94be299d278e91128d31f' 2025-04-15 14:54:09.558 | + functions-common:get_or_create_service:1050 : echo 8f5d3cd107e94be299d278e91128d31f 2025-04-15 14:54:09.558 | 8f5d3cd107e94be299d278e91128d31f 2025-04-15 14:54:09.558 | + lib/neutron:create_neutron_accounts:504 : get_or_create_endpoint network RegionOne http://10.180.1.21:9696/networking 2025-04-15 14:54:09.558 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-15 14:54:09.558 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface network public http://10.180.1.21:9696/networking RegionOne 2025-04-15 14:54:09.558 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-15 14:54:09.558 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service network --interface public --region RegionOne -c ID -f value 2025-04-15 14:54:09.558 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:54:09.558 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-15 14:54:09.558 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-15 14:54:09.558 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create network public http://10.180.1.21:9696/networking --region RegionOne -f value -c id 2025-04-15 14:54:09.558 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:54:09.558 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=01b70cb3ded54373b31c5fe717a6370b 2025-04-15 14:54:09.558 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 01b70cb3ded54373b31c5fe717a6370b 2025-04-15 14:54:09.558 | + functions-common:get_or_create_endpoint:1083 : public_id=01b70cb3ded54373b31c5fe717a6370b 2025-04-15 14:54:09.558 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-15 14:54:09.558 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-15 14:54:09.559 | + functions-common:get_or_create_endpoint:1092 : echo 01b70cb3ded54373b31c5fe717a6370b 2025-04-15 14:54:09.559 | 01b70cb3ded54373b31c5fe717a6370b 2025-04-15 14:54:09.589 | [3532 Async create_neutron_accounts:43778]: finished create_neutron_accounts with result 0 in 12 seconds 2025-04-15 14:54:09.594 | Not waiting for async task create_swift_accounts that we never started or has already been waited for 2025-04-15 14:54:09.598 | Not waiting for async task configure_horizon that we never started or has already been waited for 2025-04-15 14:54:09.601 | + inc/async:async_wait:197 : return 0 2025-04-15 14:54:09.603 | + stack.sh:main:1163 : is_service_enabled mysql postgresql 2025-04-15 14:54:09.617 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:54:09.619 | + stack.sh:main:1163 : is_service_enabled glance 2025-04-15 14:54:09.633 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:54:09.635 | + stack.sh:main:1164 : echo_summary 'Configuring Glance' 2025-04-15 14:54:09.638 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 14:54:09.640 | + stack.sh:echo_summary:461 : echo -e Configuring Glance 2025-04-15 14:54:09.642 | + stack.sh:main:1165 : async_runfunc init_glance 2025-04-15 14:54:09.644 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2025-04-15 14:54:09.691 | + inc/async:async_inner:63 : init_glance 2025-04-15 14:54:09.721 | [3532 Async init_glance:46058]: running: init_glance 2025-04-15 14:54:09.723 | + stack.sh:main:1172 : is_service_enabled neutron 2025-04-15 14:54:09.738 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:54:09.740 | + stack.sh:main:1173 : echo_summary 'Configuring Neutron' 2025-04-15 14:54:09.743 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 14:54:09.745 | + stack.sh:echo_summary:461 : echo -e Configuring Neutron 2025-04-15 14:54:09.747 | + stack.sh:main:1175 : configure_neutron 2025-04-15 14:54:09.749 | + lib/neutron:configure_neutron:380 : _configure_neutron_common 2025-04-15 14:54:09.751 | + lib/neutron:_configure_neutron_common:858 : _create_neutron_conf_dir 2025-04-15 14:54:09.753 | + lib/neutron:_create_neutron_conf_dir:851 : sudo install -d -o stack /etc/neutron 2025-04-15 14:54:09.763 | + lib/neutron:_configure_neutron_common:861 : cd /opt/stack//neutron 2025-04-15 14:54:09.765 | + lib/neutron:_configure_neutron_common:861 : exec ./tools/generate_config_file_samples.sh 2025-04-15 14:54:14.092 | + inc/async:async_inner:64 : rc=0 2025-04-15 14:54:14.112 | [46058 Async init_glance:46058]: finished successfully 2025-04-15 14:54:27.958 | + lib/neutron:_configure_neutron_common:863 : cp /opt/stack//neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2025-04-15 14:54:27.961 | + lib/neutron:_configure_neutron_common:865 : Q_POLICY_FILE=/etc/neutron/policy.json 2025-04-15 14:54:27.963 | + lib/neutron:_configure_neutron_common:869 : '[' -f /opt/stack//neutron/etc/policy.json ']' 2025-04-15 14:54:27.965 | + lib/neutron:_configure_neutron_common:873 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2025-04-15 14:54:27.967 | + lib/neutron:_configure_neutron_common:878 : neutron_plugin_configure_common 2025-04-15 14:54:27.969 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2025-04-15 14:54:27.971 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2025-04-15 14:54:27.973 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2025-04-15 14:54:27.975 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : neutron_service_plugin_class_add router 2025-04-15 14:54:27.976 | + lib/neutron:neutron_service_plugin_class_add:1036 : local service_plugin_class=router 2025-04-15 14:54:27.978 | + lib/neutron:neutron_service_plugin_class_add:1037 : [[ '' == '' ]] 2025-04-15 14:54:27.980 | + lib/neutron:neutron_service_plugin_class_add:1038 : Q_SERVICE_PLUGIN_CLASSES=router 2025-04-15 14:54:27.982 | + lib/neutron:_configure_neutron_common:880 : [[ etc/neutron/plugins/ml2 == '' ]] 2025-04-15 14:54:27.984 | + lib/neutron:_configure_neutron_common:880 : [[ ml2_conf.ini == '' ]] 2025-04-15 14:54:27.985 | + lib/neutron:_configure_neutron_common:880 : [[ ml2 == '' ]] 2025-04-15 14:54:27.987 | + lib/neutron:_configure_neutron_common:885 : mkdir -p /etc/neutron/plugins/ml2 2025-04-15 14:54:27.991 | + lib/neutron:_configure_neutron_common:886 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 14:54:27.992 | + lib/neutron:_configure_neutron_common:889 : NEUTRON_CORE_PLUGIN_CONF=etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 14:54:27.994 | + lib/neutron:_configure_neutron_common:892 : '[' -f /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2025-04-15 14:54:27.996 | + lib/neutron:_configure_neutron_common:893 : cp /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 14:54:28.000 | ++ lib/neutron:_configure_neutron_common:898 : database_connection_url neutron 2025-04-15 14:54:28.002 | ++ lib/database:database_connection_url:134 : local db=neutron 2025-04-15 14:54:28.004 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2025-04-15 14:54:28.005 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=neutron 2025-04-15 14:54:28.007 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-15 14:54:28.009 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-15 14:54:28.011 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-15 14:54:28.023 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:54:28.025 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-15 14:54:28.027 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2025-04-15 14:54:28.029 | + lib/neutron:_configure_neutron_common:898 : iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2025-04-15 14:54:28.054 | + lib/neutron:_configure_neutron_common:899 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2025-04-15 14:54:28.078 | + lib/neutron:_configure_neutron_common:900 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2025-04-15 14:54:28.103 | + lib/neutron:_configure_neutron_common:901 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2025-04-15 14:54:28.127 | + lib/neutron:_configure_neutron_common:902 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2025-04-15 14:54:28.151 | + lib/neutron:_configure_neutron_common:905 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2025-04-15 14:54:28.175 | + lib/neutron:_configure_neutron_common:907 : '[' vsphere = fake ']' 2025-04-15 14:54:28.177 | + lib/neutron:_configure_neutron_common:917 : setup_logging /etc/neutron/neutron.conf 2025-04-15 14:54:28.179 | + functions:setup_logging:685 : setup_systemd_logging /etc/neutron/neutron.conf 2025-04-15 14:54:28.181 | + functions:setup_systemd_logging:700 : local conf_file=/etc/neutron/neutron.conf 2025-04-15 14:54:28.183 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-15 14:54:28.196 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-15 14:54:28.198 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-15 14:54:28.200 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-15 14:54:28.201 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-15 14:54:28.203 | + functions:setup_systemd_logging:713 : iniset /etc/neutron/neutron.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-15 14:54:28.227 | + functions:setup_systemd_logging:715 : iniset /etc/neutron/neutron.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2025-04-15 14:54:28.251 | + functions:setup_systemd_logging:716 : iniset /etc/neutron/neutron.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2025-04-15 14:54:28.274 | + functions:setup_systemd_logging:717 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-15 14:54:28.299 | + lib/neutron:_configure_neutron_common:919 : is_service_enabled tls-proxy 2025-04-15 14:54:28.311 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:54:28.313 | + lib/neutron:_configure_neutron_common:925 : _neutron_setup_rootwrap 2025-04-15 14:54:28.315 | + lib/neutron:_neutron_setup_rootwrap:1071 : [[ True == \F\a\l\s\e ]] 2025-04-15 14:54:28.317 | + lib/neutron:_neutron_setup_rootwrap:1075 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2025-04-15 14:54:28.319 | + lib/neutron:_neutron_setup_rootwrap:1076 : [[ -d /etc/neutron/rootwrap.d ]] 2025-04-15 14:54:28.321 | + lib/neutron:_neutron_setup_rootwrap:1080 : neutron_deploy_rootwrap_filters /opt/stack//neutron 2025-04-15 14:54:28.323 | + lib/neutron:neutron_deploy_rootwrap_filters:1061 : [[ True == \F\a\l\s\e ]] 2025-04-15 14:54:28.325 | + lib/neutron:neutron_deploy_rootwrap_filters:1064 : local srcdir=/opt/stack//neutron 2025-04-15 14:54:28.327 | + lib/neutron:neutron_deploy_rootwrap_filters:1065 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2025-04-15 14:54:28.336 | + lib/neutron:neutron_deploy_rootwrap_filters:1066 : sudo install -o root -m 644 /opt/stack//neutron/etc/neutron/rootwrap.d/rootwrap.filters /etc/neutron/rootwrap.d/ 2025-04-15 14:54:28.345 | + lib/neutron:_neutron_setup_rootwrap:1084 : test -r /opt/stack//neutron/etc/neutron/rootwrap.conf 2025-04-15 14:54:28.347 | + lib/neutron:_neutron_setup_rootwrap:1087 : sudo install -o root -g root -m 644 /opt/stack//neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf 2025-04-15 14:54:28.356 | + lib/neutron:_neutron_setup_rootwrap:1089 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2025-04-15 14:54:28.371 | + lib/neutron:_neutron_setup_rootwrap:1093 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/neutron/rootwrap.conf 2025-04-15 14:54:28.381 | + lib/neutron:_neutron_setup_rootwrap:1096 : ROOTWRAP_SUDOER_CMD='/opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2025-04-15 14:54:28.383 | + lib/neutron:_neutron_setup_rootwrap:1097 : ROOTWRAP_DAEMON_SUDOER_CMD='/opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-15 14:54:28.386 | ++ lib/neutron:_neutron_setup_rootwrap:1100 : mktemp 2025-04-15 14:54:28.389 | + lib/neutron:_neutron_setup_rootwrap:1100 : TEMPFILE=/tmp/tmp.Uw0DAWDiNc 2025-04-15 14:54:28.391 | + lib/neutron:_neutron_setup_rootwrap:1101 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2025-04-15 14:54:28.393 | + lib/neutron:_neutron_setup_rootwrap:1102 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-15 14:54:28.395 | + lib/neutron:_neutron_setup_rootwrap:1103 : chmod 0440 /tmp/tmp.Uw0DAWDiNc 2025-04-15 14:54:28.398 | + lib/neutron:_neutron_setup_rootwrap:1104 : sudo chown root:root /tmp/tmp.Uw0DAWDiNc 2025-04-15 14:54:28.407 | + lib/neutron:_neutron_setup_rootwrap:1105 : sudo mv /tmp/tmp.Uw0DAWDiNc /etc/sudoers.d/neutron-rootwrap 2025-04-15 14:54:28.416 | + lib/neutron:_neutron_setup_rootwrap:1108 : configure_root_helper_options /etc/neutron/neutron.conf 2025-04-15 14:54:28.418 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/neutron.conf 2025-04-15 14:54:28.420 | + lib/neutron:configure_root_helper_options:1113 : iniset /etc/neutron/neutron.conf agent root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-15 14:54:28.444 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-04-15 14:54:28.446 | + lib/neutron:configure_root_helper_options:1115 : iniset /etc/neutron/neutron.conf agent root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-15 14:54:28.470 | + lib/neutron:configure_neutron:381 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2025-04-15 14:54:28.472 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=neutron 2025-04-15 14:54:28.474 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/neutron/neutron.conf 2025-04-15 14:54:28.476 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-15 14:54:28.478 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-15 14:54:28.480 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-15 14:54:28.494 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:54:28.497 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-15 14:54:28.499 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-15 14:54:28.500 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-15 14:54:28.515 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:54:28.516 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-15 14:54:28.519 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-15 14:54:28.544 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-15 14:54:28.546 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-15 14:54:28.548 | + lib/neutron:configure_neutron:383 : is_service_enabled q-metering neutron-metering 2025-04-15 14:54:28.561 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:54:28.563 | + lib/neutron:configure_neutron:386 : is_service_enabled q-agt neutron-agent 2025-04-15 14:54:28.576 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:54:28.578 | + lib/neutron:configure_neutron:387 : _configure_neutron_plugin_agent 2025-04-15 14:54:28.580 | + lib/neutron:_configure_neutron_plugin_agent:983 : configure_root_helper_options /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 14:54:28.582 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 14:54:28.584 | + lib/neutron:configure_root_helper_options:1113 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-15 14:54:28.610 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-04-15 14:54:28.612 | + lib/neutron:configure_root_helper_options:1115 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-15 14:54:28.636 | + lib/neutron:_configure_neutron_plugin_agent:984 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2025-04-15 14:54:28.662 | + lib/neutron:_configure_neutron_plugin_agent:987 : neutron_plugin_configure_plugin_agent 2025-04-15 14:54:28.664 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2025-04-15 14:54:28.666 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2025-04-15 14:54:28.668 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2025-04-15 14:54:29.913 | INFO neutron.common.config [-] Logging enabled! 2025-04-15 14:54:29.913 | INFO neutron.common.config [-] /opt/stack/data/venv/bin/neutron-ovs-cleanup version 0.0.1.dev17 2025-04-15 14:54:29.914 | DEBUG neutron.common.config [-] command line: /opt/stack/data/venv/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=47027) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2025-04-15 14:54:29.914 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2025-04-15 14:54:29.915 | 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/tmpbn3495le/privsep.sock'] 2025-04-15 14:54:30.755 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap 2025-04-15 14:54:30.755 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmpbn3495le/privsep.sock {{(pid=47027) __init__ /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:362}} 2025-04-15 14:54:30.756 | INFO oslo.privsep.daemon [-] privsep daemon starting 2025-04-15 14:54:30.756 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0 2025-04-15 14:54:30.756 | INFO oslo.privsep.daemon [-] privsep process running with capabilities (eff/prm/inh): CAP_NET_ADMIN|CAP_SYS_ADMIN/CAP_NET_ADMIN|CAP_SYS_ADMIN/none 2025-04-15 14:54:30.756 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 47038 2025-04-15 14:54:30.756 | DEBUG oslo.privsep.daemon [-] privsep: reply[dbc36f00-22cf-4568-96e2-d8e132da9533]: (2,) {{(pid=47038) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-15 14:54:30.847 | 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=47038) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:384}} 2025-04-15 14:54:30.856 | 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=47038) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:422}} 2025-04-15 14:54:30.856 | DEBUG oslo.privsep.daemon [-] privsep: reply[e6df096f-bc78-468d-aa7c-7aba92f9f229]: (4, ('a2e3a320-aaf5-4e51-840d-f23d107c2d44\n', '')) {{(pid=47038) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-15 14:54:30.941 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=47027) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-15 14:54:30.941 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=47027) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-15 14:54:30.941 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=47027) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-15 14:54:30.941 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=47027) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-15 14:54:30.941 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=47027) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-15 14:54:30.941 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=47027) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-15 14:54:30.976 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2025-04-15 14:54:30.976 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=47027) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2025-04-15 14:54:30.976 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=47027) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2025-04-15 14:54:30.978 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2025-04-15 14:54:31.268 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2025-04-15 14:54:31.270 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2025-04-15 14:54:31.273 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2025-04-15 14:54:31.275 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-04-15 14:54:31.277 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2025-04-15 14:54:31.291 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:41 : sudo ovs-vsctl --no-wait br-set-external-id br-int bridge-id br-int 2025-04-15 14:54:31.304 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2025-04-15 14:54:31.306 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:88 : [[ True == \T\r\u\e ]] 2025-04-15 14:54:31.309 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:89 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver openvswitch 2025-04-15 14:54:31.335 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:90 : running_in_container 2025-04-15 14:54:31.338 | ++ functions:running_in_container:804 : systemd-detect-virt --container 2025-04-15 14:54:31.343 | + functions:running_in_container:804 : [[ none != \n\o\n\e ]] 2025-04-15 14:54:31.346 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:91 : enable_kernel_bridge_firewall 2025-04-15 14:54:31.348 | + functions:enable_kernel_bridge_firewall:813 : sudo modprobe bridge 2025-04-15 14:54:31.373 | + functions:enable_kernel_bridge_firewall:816 : sudo modprobe br_netfilter 2025-04-15 14:54:31.386 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2025-04-15 14:54:31.388 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2025-04-15 14:54:31.395 | net.bridge.bridge-nf-call-iptables = 1 2025-04-15 14:54:31.398 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2025-04-15 14:54:31.400 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2025-04-15 14:54:31.406 | net.bridge.bridge-nf-call-ip6tables = 1 2025-04-15 14:54:31.409 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ false == \T\r\u\e ]] 2025-04-15 14:54:31.411 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ default != '' ]] 2025-04-15 14:54:31.413 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-ex != '' ]] 2025-04-15 14:54:31.415 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ '' == '' ]] 2025-04-15 14:54:31.417 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:50 : OVS_BRIDGE_MAPPINGS=default:br-ex 2025-04-15 14:54:31.420 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-ex 2025-04-15 14:54:31.422 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2025-04-15 14:54:31.424 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2025-04-15 14:54:31.426 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-04-15 14:54:31.428 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2025-04-15 14:54:31.440 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ default:br-ex != '' ]] 2025-04-15 14:54:31.442 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:57 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs bridge_mappings default:br-ex 2025-04-15 14:54:31.497 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/opt/stack/data/venv/bin/neutron-openvswitch-agent 2025-04-15 14:54:31.499 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2025-04-15 14:54:31.526 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2025-04-15 14:54:31.568 | + lib/neutron:configure_neutron:389 : is_service_enabled q-dhcp neutron-dhcp 2025-04-15 14:54:31.582 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:54:31.584 | + lib/neutron:configure_neutron:390 : _configure_neutron_dhcp_agent 2025-04-15 14:54:31.586 | + lib/neutron:_configure_neutron_dhcp_agent:930 : cp /opt/stack//neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2025-04-15 14:54:31.590 | + lib/neutron:_configure_neutron_dhcp_agent:932 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2025-04-15 14:54:31.614 | + lib/neutron:_configure_neutron_dhcp_agent:934 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2025-04-15 14:54:31.640 | + lib/neutron:_configure_neutron_dhcp_agent:935 : configure_root_helper_options /etc/neutron/dhcp_agent.ini 2025-04-15 14:54:31.642 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/dhcp_agent.ini 2025-04-15 14:54:31.644 | + lib/neutron:configure_root_helper_options:1113 : iniset /etc/neutron/dhcp_agent.ini agent root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-15 14:54:31.669 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-04-15 14:54:31.672 | + lib/neutron:configure_root_helper_options:1115 : iniset /etc/neutron/dhcp_agent.ini agent root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-15 14:54:31.697 | + lib/neutron:_configure_neutron_dhcp_agent:937 : is_service_enabled q-l3 neutron-l3 2025-04-15 14:54:31.710 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:54:31.712 | + lib/neutron:_configure_neutron_dhcp_agent:948 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2025-04-15 14:54:31.714 | + lib/neutron:_neutron_setup_interface_driver:1123 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2025-04-15 14:54:31.739 | + lib/neutron:_neutron_setup_interface_driver:1125 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2025-04-15 14:54:31.741 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2025-04-15 14:54:31.743 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2025-04-15 14:54:31.768 | + lib/neutron:_configure_neutron_dhcp_agent:950 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2025-04-15 14:54:31.770 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2025-04-15 14:54:31.772 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2025-04-15 14:54:31.774 | + lib/neutron:configure_neutron:392 : is_service_enabled q-l3 neutron-l3 2025-04-15 14:54:31.788 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:54:31.790 | + lib/neutron:configure_neutron:393 : _configure_neutron_l3_agent 2025-04-15 14:54:31.792 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:120 : cp /opt/stack//neutron/etc/l3_agent.ini.sample /etc/neutron/l3_agent.ini 2025-04-15 14:54:31.796 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2025-04-15 14:54:31.820 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:123 : iniset /etc/neutron/l3_agent.ini AGENT root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-15 14:54:31.847 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : [[ True == \T\r\u\e ]] 2025-04-15 14:54:31.849 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:125 : iniset /etc/neutron/l3_agent.ini AGENT root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-15 14:54:31.873 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:128 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2025-04-15 14:54:31.875 | + lib/neutron:_neutron_setup_interface_driver:1123 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2025-04-15 14:54:31.900 | + lib/neutron:_neutron_setup_interface_driver:1125 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2025-04-15 14:54:31.902 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2025-04-15 14:54:31.904 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2025-04-15 14:54:31.928 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:130 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2025-04-15 14:54:31.930 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2025-04-15 14:54:31.932 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2025-04-15 14:54:31.934 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:99 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2025-04-15 14:54:33.190 | INFO neutron.common.config [-] Logging enabled! 2025-04-15 14:54:33.190 | INFO neutron.common.config [-] /opt/stack/data/venv/bin/neutron-ovs-cleanup version 0.0.1.dev17 2025-04-15 14:54:33.190 | DEBUG neutron.common.config [-] command line: /opt/stack/data/venv/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=47583) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2025-04-15 14:54:33.216 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=47583) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-15 14:54:33.216 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=47583) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-15 14:54:33.216 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=47583) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-15 14:54:33.216 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=47583) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-15 14:54:33.216 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=47583) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-15 14:54:33.216 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=47583) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-15 14:54:33.252 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2025-04-15 14:54:33.253 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=47583) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2025-04-15 14:54:33.256 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=47583) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2025-04-15 14:54:33.256 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2025-04-15 14:54:33.495 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:100 : [[ False = \T\r\u\e ]] 2025-04-15 14:54:33.497 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:108 : _neutron_ovs_base_add_public_bridge 2025-04-15 14:54:33.499 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:114 : _neutron_ovs_base_add_bridge br-ex 2025-04-15 14:54:33.501 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2025-04-15 14:54:33.503 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2025-04-15 14:54:33.505 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-04-15 14:54:33.507 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2025-04-15 14:54:33.520 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:115 : set_mtu br-ex 8950 2025-04-15 14:54:33.522 | + functions:set_mtu:796 : local dev=br-ex 2025-04-15 14:54:33.524 | + functions:set_mtu:797 : local mtu=8950 2025-04-15 14:54:33.526 | + functions:set_mtu:798 : sudo ip link set mtu 8950 dev br-ex 2025-04-15 14:54:33.536 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:109 : sudo ovs-vsctl br-set-external-id br-ex bridge-id br-ex 2025-04-15 14:54:33.548 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:132 : _configure_public_network_connectivity 2025-04-15 14:54:33.550 | + lib/neutron:_configure_public_network_connectivity:787 : [[ -n ens224 ]] 2025-04-15 14:54:33.552 | + lib/neutron:_configure_public_network_connectivity:788 : _move_neutron_addresses_route ens224 br-ex True False inet 2025-04-15 14:54:33.554 | + lib/neutron:_move_neutron_addresses_route:728 : local from_intf=ens224 2025-04-15 14:54:33.556 | + lib/neutron:_move_neutron_addresses_route:729 : local to_intf=br-ex 2025-04-15 14:54:33.558 | + lib/neutron:_move_neutron_addresses_route:730 : local add_ovs_port=True 2025-04-15 14:54:33.560 | + lib/neutron:_move_neutron_addresses_route:731 : local del_ovs_port=False 2025-04-15 14:54:33.562 | + lib/neutron:_move_neutron_addresses_route:732 : local af=inet 2025-04-15 14:54:33.564 | + lib/neutron:_move_neutron_addresses_route:734 : [[ -n ens224 ]] 2025-04-15 14:54:33.566 | + lib/neutron:_move_neutron_addresses_route:734 : [[ -n br-ex ]] 2025-04-15 14:54:33.568 | + lib/neutron:_move_neutron_addresses_route:740 : local IP_REPLACE= 2025-04-15 14:54:33.570 | + lib/neutron:_move_neutron_addresses_route:741 : local IP_DEL= 2025-04-15 14:54:33.572 | + lib/neutron:_move_neutron_addresses_route:742 : local IP_UP= 2025-04-15 14:54:33.573 | + lib/neutron:_move_neutron_addresses_route:743 : local DEFAULT_ROUTE_GW 2025-04-15 14:54:33.576 | ++ lib/neutron:_move_neutron_addresses_route:744 : ip -f inet r 2025-04-15 14:54:33.576 | ++ lib/neutron:_move_neutron_addresses_route:744 : awk '/default.+ens224\s/ { print $3; exit }' 2025-04-15 14:54:33.581 | + lib/neutron:_move_neutron_addresses_route:744 : DEFAULT_ROUTE_GW= 2025-04-15 14:54:33.583 | + lib/neutron:_move_neutron_addresses_route:745 : local ADD_OVS_PORT= 2025-04-15 14:54:33.585 | + lib/neutron:_move_neutron_addresses_route:746 : local DEL_OVS_PORT= 2025-04-15 14:54:33.587 | + lib/neutron:_move_neutron_addresses_route:747 : local ARP_CMD= 2025-04-15 14:54:33.590 | ++ lib/neutron:_move_neutron_addresses_route:749 : ip -f inet a s dev ens224 scope global primary 2025-04-15 14:54:33.590 | ++ lib/neutron:_move_neutron_addresses_route:749 : grep inet 2025-04-15 14:54:33.590 | ++ lib/neutron:_move_neutron_addresses_route:749 : awk '{ print $2, $3, $4; exit }' 2025-04-15 14:54:33.596 | + lib/neutron:_move_neutron_addresses_route:749 : IP_BRD= 2025-04-15 14:54:33.597 | + lib/neutron:_move_neutron_addresses_route:751 : '[' '' '!=' '' ']' 2025-04-15 14:54:33.599 | + lib/neutron:_move_neutron_addresses_route:755 : [[ True == \T\r\u\e ]] 2025-04-15 14:54:33.601 | + lib/neutron:_move_neutron_addresses_route:756 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-ex ens224' 2025-04-15 14:54:33.603 | + lib/neutron:_move_neutron_addresses_route:759 : [[ False == \T\r\u\e ]] 2025-04-15 14:54:33.605 | + lib/neutron:_move_neutron_addresses_route:763 : [[ '' != '' ]] 2025-04-15 14:54:33.607 | + lib/neutron:_move_neutron_addresses_route:775 : sudo ovs-vsctl --may-exist add-port br-ex ens224 2025-04-15 14:54:33.620 | ++ lib/neutron:_configure_public_network_connectivity:790 : ip -f inet6 a s dev ens224 2025-04-15 14:54:33.621 | ++ lib/neutron:_configure_public_network_connectivity:790 : grep -c global 2025-04-15 14:54:33.625 | + lib/neutron:_configure_public_network_connectivity:790 : [[ 0 != 0 ]] 2025-04-15 14:54:33.627 | + lib/neutron:configure_neutron:395 : is_service_enabled q-meta neutron-metadata-agent 2025-04-15 14:54:33.641 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:54:33.643 | + lib/neutron:configure_neutron:396 : _configure_neutron_metadata_agent 2025-04-15 14:54:33.645 | + lib/neutron:_configure_neutron_metadata_agent:955 : cp /opt/stack//neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2025-04-15 14:54:33.648 | + lib/neutron:_configure_neutron_metadata_agent:957 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2025-04-15 14:54:33.672 | + lib/neutron:_configure_neutron_metadata_agent:958 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.180.1.21 2025-04-15 14:54:33.696 | + lib/neutron:_configure_neutron_metadata_agent:959 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2025-04-15 14:54:33.720 | + lib/neutron:_configure_neutron_metadata_agent:960 : configure_root_helper_options /etc/neutron/metadata_agent.ini 2025-04-15 14:54:33.722 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/metadata_agent.ini 2025-04-15 14:54:33.724 | + lib/neutron:configure_root_helper_options:1113 : iniset /etc/neutron/metadata_agent.ini agent root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-15 14:54:33.749 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-04-15 14:54:33.751 | + lib/neutron:configure_root_helper_options:1115 : iniset /etc/neutron/metadata_agent.ini agent root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-15 14:54:33.775 | + lib/neutron:configure_neutron:399 : [[ legacy != \l\e\g\a\c\y ]] 2025-04-15 14:54:33.777 | + lib/neutron:configure_neutron:402 : is_service_enabled ceilometer 2025-04-15 14:54:33.790 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:54:33.793 | + lib/neutron:configure_neutron:406 : [[ openvswitch == \o\v\n ]] 2025-04-15 14:54:33.795 | + lib/neutron:configure_neutron:412 : is_service_enabled q-placement neutron-placement 2025-04-15 14:54:33.810 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:54:33.812 | + lib/neutron:configure_neutron:415 : is_service_enabled q-trunk neutron-trunk 2025-04-15 14:54:33.826 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:54:33.828 | + lib/neutron:configure_neutron:418 : is_service_enabled q-qos neutron-qos 2025-04-15 14:54:33.842 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:54:33.844 | + lib/neutron:configure_neutron:425 : is_service_enabled neutron-segments 2025-04-15 14:54:33.858 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:54:33.860 | + lib/neutron:configure_neutron:431 : is_service_enabled q-agt neutron-agent q-svc neutron-api 2025-04-15 14:54:33.874 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:54:33.876 | + lib/neutron:configure_neutron:432 : _configure_neutron_service 2025-04-15 14:54:33.878 | + lib/neutron:_configure_neutron_service:1002 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2025-04-15 14:54:33.880 | + lib/neutron:_configure_neutron_service:1003 : cp /opt/stack//neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2025-04-15 14:54:33.883 | + lib/neutron:_configure_neutron_service:1005 : [[ -n networking ]] 2025-04-15 14:54:33.885 | + lib/neutron:_configure_neutron_service:1006 : _replace_api_paste_composite 2025-04-15 14:54:33.887 | + lib/neutron:_replace_api_paste_composite:991 : local sep 2025-04-15 14:54:33.890 | ++ lib/neutron:_replace_api_paste_composite:992 : echo -ne '\x01' 2025-04-15 14:54:33.893 | + lib/neutron:_replace_api_paste_composite:992 : sep=$'\001' 2025-04-15 14:54:33.895 | + lib/neutron:_replace_api_paste_composite:994 : sed -i -e 's/\/\: neutronversions_composite/\/networking\/\: neutronversions_composite/' /etc/neutron/api-paste.ini 2025-04-15 14:54:33.899 | + lib/neutron:_replace_api_paste_composite:995 : sed -i -e 's/\/healthcheck\: healthcheck/\/networking\/healthcheck\: healthcheck/' /etc/neutron/api-paste.ini 2025-04-15 14:54:33.902 | + lib/neutron:_replace_api_paste_composite:996 : sed -i -e 's/\/v2.0\: neutronapi_v2_0/\/networking\/v2.0\: neutronapi_v2_0/' /etc/neutron/api-paste.ini 2025-04-15 14:54:33.906 | + lib/neutron:_configure_neutron_service:1010 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2025-04-15 14:54:33.931 | + lib/neutron:_configure_neutron_service:1012 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2025-04-15 14:54:33.957 | + lib/neutron:_configure_neutron_service:1013 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2025-04-15 14:54:33.982 | + lib/neutron:_configure_neutron_service:1015 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2025-04-15 14:54:34.008 | + lib/neutron:_configure_neutron_service:1016 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2025-04-15 14:54:34.010 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-04-15 14:54:34.012 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=neutron 2025-04-15 14:54:34.014 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-15 14:54:34.016 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2025-04-15 14:54:34.040 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2025-04-15 14:54:34.065 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-15 14:54:34.090 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2025-04-15 14:54:34.115 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken password nomoresecret 2025-04-15 14:54:34.141 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2025-04-15 14:54:34.165 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2025-04-15 14:54:34.190 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2025-04-15 14:54:34.214 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-15 14:54:34.239 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2025-04-15 14:54:34.263 | + lib/neutron:_configure_neutron_service:1019 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2025-04-15 14:54:34.290 | + lib/neutron:_configure_neutron_service:1020 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2025-04-15 14:54:34.315 | + lib/neutron:_configure_neutron_service:1022 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2025-04-15 14:54:34.318 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-04-15 14:54:34.320 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-04-15 14:54:34.322 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2025-04-15 14:54:34.324 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova auth_type password 2025-04-15 14:54:34.350 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova interface public 2025-04-15 14:54:34.374 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova auth_url http://10.180.1.21/identity 2025-04-15 14:54:34.399 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf nova username nova 2025-04-15 14:54:34.424 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova password nomoresecret 2025-04-15 14:54:34.449 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2025-04-15 14:54:34.474 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf nova project_name service 2025-04-15 14:54:34.499 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2025-04-15 14:54:34.524 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2025-04-15 14:54:34.549 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2025-04-15 14:54:34.573 | + lib/neutron:_configure_neutron_service:1025 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement 2025-04-15 14:54:34.575 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-04-15 14:54:34.577 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2025-04-15 14:54:34.579 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=placement 2025-04-15 14:54:34.581 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf placement auth_type password 2025-04-15 14:54:34.606 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf placement interface public 2025-04-15 14:54:34.632 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf placement auth_url http://10.180.1.21/identity 2025-04-15 14:54:34.657 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf placement username placement 2025-04-15 14:54:34.681 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf placement password nomoresecret 2025-04-15 14:54:34.706 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf placement user_domain_name Default 2025-04-15 14:54:34.731 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf placement project_name service 2025-04-15 14:54:34.756 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf placement project_domain_name Default 2025-04-15 14:54:34.781 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem 2025-04-15 14:54:34.808 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 2025-04-15 14:54:34.835 | + lib/neutron:_configure_neutron_service:1028 : neutron_plugin_configure_service 2025-04-15 14:54:34.837 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ geneve != \l\o\c\a\l ]] 2025-04-15 14:54:34.839 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2025-04-15 14:54:34.842 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2025-04-15 14:54:34.844 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2025-04-15 14:54:34.845 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ default != '' ]] 2025-04-15 14:54:34.847 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=default 2025-04-15 14:54:34.849 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 2:999 != '' ]] 2025-04-15 14:54:34.851 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=default:2:999 2025-04-15 14:54:34.853 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ default:2:999 != '' ]] 2025-04-15 14:54:34.855 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2025-04-15 14:54:34.857 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2025-04-15 14:54:34.859 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n default ]] 2025-04-15 14:54:34.861 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2025-04-15 14:54:34.863 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n default ]] 2025-04-15 14:54:34.865 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=default, 2025-04-15 14:54:34.867 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n default ]] 2025-04-15 14:54:34.869 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ default != \d\e\f\a\u\l\t ]] 2025-04-15 14:54:34.871 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:114 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group=True 2025-04-15 14:54:34.873 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 14:54:34.876 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=securitygroup 2025-04-15 14:54:34.877 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=enable_security_group=True 2025-04-15 14:54:34.879 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z enable_security_group=True ']' 2025-04-15 14:54:34.881 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-15 14:54:34.883 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2025-04-15 14:54:34.908 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:116 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=ovn 2025-04-15 14:54:34.910 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 14:54:34.913 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-15 14:54:34.915 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=ovn 2025-04-15 14:54:34.916 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=ovn ']' 2025-04-15 14:54:34.918 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-15 14:54:34.920 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers ovn 2025-04-15 14:54:34.944 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:117 : [[ ovn == *\l\i\n\u\x\b\r\i\d\g\e* ]] 2025-04-15 14:54:34.946 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:120 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version=4 2025-04-15 14:54:34.948 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 14:54:34.950 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-15 14:54:34.952 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=overlay_ip_version=4 2025-04-15 14:54:34.953 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z overlay_ip_version=4 ']' 2025-04-15 14:54:34.955 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-15 14:54:34.957 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2025-04-15 14:54:34.981 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 : [[ -n '' ]] 2025-04-15 14:54:34.983 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:126 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers=port_security 2025-04-15 14:54:34.985 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 14:54:34.987 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-15 14:54:34.989 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2025-04-15 14:54:34.991 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2025-04-15 14:54:34.993 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-15 14:54:34.996 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2025-04-15 14:54:35.019 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:128 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types=geneve 2025-04-15 14:54:35.021 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 14:54:35.023 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-15 14:54:35.025 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=geneve 2025-04-15 14:54:35.027 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=geneve ']' 2025-04-15 14:54:35.029 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-15 14:54:35.031 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types geneve 2025-04-15 14:54:35.056 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:130 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges=1:1000 2025-04-15 14:54:35.057 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 14:54:35.059 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2025-04-15 14:54:35.061 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2025-04-15 14:54:35.063 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2025-04-15 14:54:35.065 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-15 14:54:35.067 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges 1:1000 2025-04-15 14:54:35.091 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:132 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges=1:1000 2025-04-15 14:54:35.092 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 14:54:35.094 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2025-04-15 14:54:35.096 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2025-04-15 14:54:35.098 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2025-04-15 14:54:35.100 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-15 14:54:35.102 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2025-04-15 14:54:35.126 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:134 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks=default, 2025-04-15 14:54:35.127 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 14:54:35.129 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2025-04-15 14:54:35.131 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=default, 2025-04-15 14:54:35.133 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=default, ']' 2025-04-15 14:54:35.136 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-15 14:54:35.138 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks default, 2025-04-15 14:54:35.162 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:136 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges=default:2:999 2025-04-15 14:54:35.164 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 14:54:35.165 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2025-04-15 14:54:35.167 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=default:2:999 2025-04-15 14:54:35.169 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=default:2:999 ']' 2025-04-15 14:54:35.171 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-15 14:54:35.173 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges default:2:999 2025-04-15 14:54:35.197 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:138 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges=1:1000 2025-04-15 14:54:35.199 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 14:54:35.201 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2025-04-15 14:54:35.203 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2025-04-15 14:54:35.205 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2025-04-15 14:54:35.207 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-15 14:54:35.209 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2025-04-15 14:54:35.233 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:140 : [[ legacy != \l\e\g\a\c\y ]] 2025-04-15 14:54:35.235 | + lib/neutron:configure_neutron:435 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2025-04-15 14:54:35.260 | + lib/neutron:configure_neutron:439 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2025-04-15 14:54:35.286 | + lib/neutron:configure_neutron:441 : '[' False == True ']' 2025-04-15 14:54:35.288 | + stack.sh:main:1178 : is_service_enabled mysql postgresql 2025-04-15 14:54:35.302 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:54:35.304 | + stack.sh:main:1178 : is_service_enabled neutron 2025-04-15 14:54:35.317 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:54:35.319 | + stack.sh:main:1179 : async_runfunc init_neutron 2025-04-15 14:54:35.321 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2025-04-15 14:54:35.369 | + inc/async:async_inner:63 : init_neutron 2025-04-15 14:54:35.399 | [3532 Async init_neutron:49400]: running: init_neutron 2025-04-15 14:54:35.401 | + stack.sh:main:1187 : is_service_enabled q-dhcp 2025-04-15 14:54:35.416 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:54:35.419 | ++ stack.sh:main:1191 : pidof NetworkManager 2025-04-15 14:54:35.431 | ++ stack.sh:main:1191 : true 2025-04-15 14:54:35.433 | + stack.sh:main:1191 : netman_pid= 2025-04-15 14:54:35.435 | + stack.sh:main:1192 : '[' -z '' ']' 2025-04-15 14:54:35.437 | + stack.sh:main:1193 : sudo killall dnsmasq 2025-04-15 14:54:35.448 | dnsmasq: no process found 2025-04-15 14:54:35.452 | + stack.sh:main:1193 : true 2025-04-15 14:54:35.454 | + stack.sh:main:1198 : clean_iptables 2025-04-15 14:54:35.457 | + lib/nova:clean_iptables:189 : sudo iptables -S -v 2025-04-15 14:54:35.457 | + lib/nova:clean_iptables:189 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-15 14:54:35.458 | + lib/nova:clean_iptables:189 : grep nova 2025-04-15 14:54:35.458 | + lib/nova:clean_iptables:189 : awk '{print "sudo iptables",$0}' 2025-04-15 14:54:35.458 | + lib/nova:clean_iptables:189 : bash 2025-04-15 14:54:35.458 | + lib/nova:clean_iptables:189 : grep '\-A' 2025-04-15 14:54:35.459 | + lib/nova:clean_iptables:189 : sed s/-A/-D/g 2025-04-15 14:54:35.483 | + lib/nova:clean_iptables:191 : sudo iptables -S -v -t nat 2025-04-15 14:54:35.483 | + lib/nova:clean_iptables:191 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-15 14:54:35.483 | + lib/nova:clean_iptables:191 : grep nova 2025-04-15 14:54:35.483 | + lib/nova:clean_iptables:191 : grep '\-A' 2025-04-15 14:54:35.484 | + lib/nova:clean_iptables:191 : sed s/-A/-D/g 2025-04-15 14:54:35.484 | + lib/nova:clean_iptables:191 : bash 2025-04-15 14:54:35.485 | + lib/nova:clean_iptables:191 : awk '{print "sudo iptables -t nat",$0}' 2025-04-15 14:54:35.494 | + lib/nova:clean_iptables:193 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-15 14:54:35.494 | + lib/nova:clean_iptables:193 : grep nova 2025-04-15 14:54:35.494 | + lib/nova:clean_iptables:193 : sudo iptables -S -v 2025-04-15 14:54:35.495 | + lib/nova:clean_iptables:193 : grep '\-N' 2025-04-15 14:54:35.495 | + lib/nova:clean_iptables:193 : sed s/-N/-X/g 2025-04-15 14:54:35.495 | + lib/nova:clean_iptables:193 : bash 2025-04-15 14:54:35.496 | + lib/nova:clean_iptables:193 : awk '{print "sudo iptables",$0}' 2025-04-15 14:54:35.505 | + lib/nova:clean_iptables:195 : grep '\-N' 2025-04-15 14:54:35.505 | + lib/nova:clean_iptables:195 : grep nova 2025-04-15 14:54:35.505 | + lib/nova:clean_iptables:195 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-15 14:54:35.505 | + lib/nova:clean_iptables:195 : sudo iptables -S -v -t nat 2025-04-15 14:54:35.507 | + lib/nova:clean_iptables:195 : sed s/-N/-X/g 2025-04-15 14:54:35.508 | + lib/nova:clean_iptables:195 : awk '{print "sudo iptables -t nat",$0}' 2025-04-15 14:54:35.509 | + lib/nova:clean_iptables:195 : bash 2025-04-15 14:54:35.517 | + stack.sh:main:1201 : sudo sysctl -w net.ipv4.ip_forward=1 2025-04-15 14:54:35.523 | net.ipv4.ip_forward = 1 2025-04-15 14:54:35.527 | + stack.sh:main:1206 : is_service_enabled nova neutron 2025-04-15 14:54:35.542 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:54:35.544 | + stack.sh:main:1207 : configure_os_vif 2025-04-15 14:54:35.546 | + lib/os-vif:configure_os_vif:16 : [[ -e /etc/nova/nova.conf ]] 2025-04-15 14:54:35.548 | + lib/os-vif:configure_os_vif:17 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2025-04-15 14:54:35.575 | + lib/os-vif:configure_os_vif:19 : [[ -e /etc/neutron/neutron.conf ]] 2025-04-15 14:54:35.577 | + lib/os-vif:configure_os_vif:20 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2025-04-15 14:54:35.604 | + stack.sh:main:1213 : is_service_enabled swift 2025-04-15 14:54:35.618 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:54:35.620 | + stack.sh:main:1222 : is_service_enabled cinder 2025-04-15 14:54:35.634 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:54:35.636 | + stack.sh:main:1223 : echo_summary 'Configuring Cinder' 2025-04-15 14:54:35.639 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 14:54:35.641 | + stack.sh:echo_summary:461 : echo -e Configuring Cinder 2025-04-15 14:54:35.643 | + stack.sh:main:1224 : async_runfunc init_cinder 2025-04-15 14:54:35.645 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2025-04-15 14:54:35.693 | + inc/async:async_inner:63 : init_cinder 2025-04-15 14:54:35.725 | [3532 Async init_cinder:49752]: running: init_cinder 2025-04-15 14:54:35.727 | + stack.sh:main:1230 : is_service_enabled placement 2025-04-15 14:54:35.742 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:54:35.745 | + stack.sh:main:1231 : echo_summary 'Configuring placement' 2025-04-15 14:54:35.747 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 14:54:35.750 | + stack.sh:echo_summary:461 : echo -e Configuring placement 2025-04-15 14:54:35.755 | + stack.sh:main:1232 : async_runfunc init_placement 2025-04-15 14:54:35.757 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2025-04-15 14:54:35.812 | + inc/async:async_inner:63 : init_placement 2025-04-15 14:54:35.846 | [3532 Async init_placement:49899]: running: init_placement 2025-04-15 14:54:35.848 | + stack.sh:main:1236 : async_wait init_neutron 2025-04-15 14:54:35.886 | [3532 Async init_neutron:49400]: Waiting for completion of init_neutron running on PID 49400 (5 other jobs running) 2025-04-15 14:54:35.904 | [3532 Async init_neutron:49400]: Signaling child to exit 2025-04-15 14:54:39.276 | + inc/async:async_inner:64 : rc=0 2025-04-15 14:54:39.298 | [49752 Async init_cinder:49752]: finished successfully 2025-04-15 14:54:44.684 | + inc/async:async_inner:64 : rc=0 2025-04-15 14:54:44.705 | [49400 Async init_neutron:49400]: finished successfully 2025-04-15 14:54:44.723 | WAKEUP 2025-04-15 14:54:44.740 | [3532 Async init_neutron:49400]: Signaled 2025-04-15 14:54:44.741 | + lib/neutron:init_neutron:511 : recreate_database neutron 2025-04-15 14:54:44.741 | + lib/database:recreate_database:112 : local db=neutron 2025-04-15 14:54:44.741 | + lib/database:recreate_database:113 : recreate_database_mysql neutron 2025-04-15 14:54:44.741 | + lib/databases/mysql:recreate_database_mysql:60 : local db=neutron 2025-04-15 14:54:44.741 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2025-04-15 14:54:44.741 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2025-04-15 14:54:44.741 | + lib/neutron:init_neutron:512 : time_start dbsync 2025-04-15 14:54:44.741 | + functions-common:time_start:2386 : local name=dbsync 2025-04-15 14:54:44.741 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:54:44.741 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:54:44.741 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:54:44.741 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728875409 2025-04-15 14:54:44.741 | + lib/neutron:init_neutron:514 : /opt/stack/data/venv/bin/neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2025-04-15 14:54:44.741 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project" 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade 34cf8b009713 -> I43e0b669096 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade I43e0b669096 -> 4e6e655746f6 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade 4e6e655746f6 -> 659cbedf30a1 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade 659cbedf30a1 -> 21ff98fabab1 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade 21ff98fabab1 -> 5881373af7f5 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade 5881373af7f5 -> fc153938cdc1 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade fc153938cdc1 -> 93f394357a27 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade 93f394357a27 -> 6f1145bff34c 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade 6f1145bff34c -> 682c319773d7 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade 682c319773d7 -> 0aefee21cd87 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade 0aefee21cd87 -> b1199a3adbef 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade b1199a3adbef -> c33da356b165 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade c33da356b165 -> 89c58a70ceba 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2025-04-15 14:54:44.742 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2025-04-15 14:54:44.742 | Running upgrade for neutron ... 2025-04-15 14:54:44.742 | OK 2025-04-15 14:54:44.742 | + lib/neutron:init_neutron:515 : time_stop dbsync 2025-04-15 14:54:44.742 | + functions-common:time_stop:2400 : local name 2025-04-15 14:54:44.742 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:54:44.742 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:54:44.742 | + functions-common:time_stop:2403 : local total 2025-04-15 14:54:44.742 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:54:44.742 | + functions-common:time_stop:2406 : name=dbsync 2025-04-15 14:54:44.742 | + functions-common:time_stop:2407 : start_time=1744728875409 2025-04-15 14:54:44.742 | + functions-common:time_stop:2409 : [[ -z 1744728875409 ]] 2025-04-15 14:54:44.742 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:54:44.742 | + functions-common:time_stop:2412 : end_time=1744728884670 2025-04-15 14:54:44.742 | + functions-common:time_stop:2413 : elapsed_time=9261 2025-04-15 14:54:44.742 | + functions-common:time_stop:2414 : total=2678 2025-04-15 14:54:44.742 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:54:44.742 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11939 2025-04-15 14:54:44.773 | [3532 Async init_neutron:49400]: finished init_neutron with result 0 in 9 seconds 2025-04-15 14:54:44.777 | + inc/async:async_wait:197 : return 0 2025-04-15 14:54:44.780 | + stack.sh:main:1237 : async_wait init_placement 2025-04-15 14:54:44.818 | [3532 Async init_placement:49899]: Waiting for completion of init_placement running on PID 49899 (4 other jobs running) 2025-04-15 14:54:44.836 | [3532 Async init_placement:49899]: Signaling child to exit 2025-04-15 14:54:52.515 | + inc/async:async_inner:64 : rc=0 2025-04-15 14:54:52.534 | [49899 Async init_placement:49899]: finished successfully 2025-04-15 14:54:52.551 | WAKEUP 2025-04-15 14:54:52.567 | [3532 Async init_placement:49899]: Signaled 2025-04-15 14:54:52.568 | + lib/placement:init_placement:143 : recreate_database placement 2025-04-15 14:54:52.568 | + lib/database:recreate_database:112 : local db=placement 2025-04-15 14:54:52.568 | + lib/database:recreate_database:113 : recreate_database_mysql placement 2025-04-15 14:54:52.568 | + lib/databases/mysql:recreate_database_mysql:60 : local db=placement 2025-04-15 14:54:52.568 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2025-04-15 14:54:52.568 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2025-04-15 14:54:52.568 | + lib/placement:init_placement:144 : /opt/stack/data/venv/bin/placement-manage db sync 2025-04-15 14:54:52.568 | + lib/placement:init_placement:145 : create_placement_accounts 2025-04-15 14:54:52.568 | + lib/placement:create_placement_accounts:132 : create_service_user placement admin 2025-04-15 14:54:52.568 | + lib/keystone:create_service_user:436 : get_or_create_user placement nomoresecret Default 2025-04-15 14:54:52.568 | + functions-common:get_or_create_user:882 : local user_id 2025-04-15 14:54:52.568 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-15 14:54:52.568 | + functions-common:get_or_create_user:886 : local email= 2025-04-15 14:54:52.568 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create placement --password nomoresecret --domain=Default --or-show -f value -c id 2025-04-15 14:54:52.568 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:54:52.568 | + functions-common:get_or_create_user:898 : user_id=4320c983b42c42a38edc6f811e889433 2025-04-15 14:54:52.568 | + functions-common:get_or_create_user:899 : echo 4320c983b42c42a38edc6f811e889433 2025-04-15 14:54:52.568 | 4320c983b42c42a38edc6f811e889433 2025-04-15 14:54:52.568 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service placement service Default Default 2025-04-15 14:54:52.568 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 14:54:52.568 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 14:54:52.568 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-15 14:54:52.568 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 14:54:52.568 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 14:54:52.568 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-15 14:54:52.568 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-15 14:54:52.568 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-15 14:54:52.568 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-15 14:54:52.568 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-15 14:54:52.568 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-15 14:54:52.568 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user placement --project service --user-domain Default --project-domain Default 2025-04-15 14:54:52.568 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user placement --project service --user-domain Default --project-domain Default -c Role -f value 2025-04-15 14:54:52.568 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:54:52.568 | + functions-common:get_or_add_user_project_role:962 : user_role_id=03e931224fe44e6f83d2aa52b506f24c 2025-04-15 14:54:52.568 | + functions-common:get_or_add_user_project_role:963 : echo 03e931224fe44e6f83d2aa52b506f24c 2025-04-15 14:54:52.568 | 03e931224fe44e6f83d2aa52b506f24c 2025-04-15 14:54:52.568 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2025-04-15 14:54:52.568 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin placement service Default Default 2025-04-15 14:54:52.568 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 14:54:52.568 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 14:54:52.568 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-15 14:54:52.568 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 14:54:52.568 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 14:54:52.569 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-15 14:54:52.569 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-15 14:54:52.569 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-15 14:54:52.569 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-15 14:54:52.569 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-15 14:54:52.569 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-15 14:54:52.569 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user placement --project service --user-domain Default --project-domain Default 2025-04-15 14:54:52.569 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user placement --project service --user-domain Default --project-domain Default -c Role -f value 2025-04-15 14:54:52.569 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:54:52.569 | + functions-common:get_or_add_user_project_role:962 : user_role_id=a8aecedea3094990ac5c6d5fa13c8555 2025-04-15 14:54:52.569 | + functions-common:get_or_add_user_project_role:963 : echo a8aecedea3094990ac5c6d5fa13c8555 2025-04-15 14:54:52.569 | a8aecedea3094990ac5c6d5fa13c8555 2025-04-15 14:54:52.569 | + lib/placement:create_placement_accounts:133 : local placement_api_url=http://10.180.1.21/placement 2025-04-15 14:54:52.569 | + lib/placement:create_placement_accounts:134 : get_or_create_service placement placement 'Placement Service' 2025-04-15 14:54:52.569 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-15 14:54:52.569 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show placement -f value -c id 2025-04-15 14:54:52.569 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create placement --name placement '--description=Placement Service' -f value -c id 2025-04-15 14:54:52.569 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:54:52.569 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-15 14:54:52.569 | 5f0007a0bf524653894a5c7d67366d43' 2025-04-15 14:54:52.569 | + functions-common:get_or_create_service:1050 : echo 5f0007a0bf524653894a5c7d67366d43 2025-04-15 14:54:52.569 | 5f0007a0bf524653894a5c7d67366d43 2025-04-15 14:54:52.569 | + lib/placement:create_placement_accounts:136 : get_or_create_endpoint placement RegionOne http://10.180.1.21/placement 2025-04-15 14:54:52.569 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-15 14:54:52.569 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface placement public http://10.180.1.21/placement RegionOne 2025-04-15 14:54:52.569 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-15 14:54:52.569 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service placement --interface public --region RegionOne -c ID -f value 2025-04-15 14:54:52.569 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:54:52.569 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-15 14:54:52.569 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-15 14:54:52.569 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create placement public http://10.180.1.21/placement --region RegionOne -f value -c id 2025-04-15 14:54:52.569 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:54:52.569 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=8a372fa3b03b496a99fabdc2cf6df948 2025-04-15 14:54:52.569 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 8a372fa3b03b496a99fabdc2cf6df948 2025-04-15 14:54:52.569 | + functions-common:get_or_create_endpoint:1083 : public_id=8a372fa3b03b496a99fabdc2cf6df948 2025-04-15 14:54:52.569 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-15 14:54:52.569 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-15 14:54:52.569 | + functions-common:get_or_create_endpoint:1092 : echo 8a372fa3b03b496a99fabdc2cf6df948 2025-04-15 14:54:52.569 | 8a372fa3b03b496a99fabdc2cf6df948 2025-04-15 14:54:52.600 | [3532 Async init_placement:49899]: finished init_placement with result 0 in 16 seconds 2025-04-15 14:54:52.603 | + inc/async:async_wait:197 : return 0 2025-04-15 14:54:52.605 | + stack.sh:main:1238 : async_wait init_glance 2025-04-15 14:54:52.643 | [3532 Async init_glance:46058]: Waiting for completion of init_glance running on PID 46058 (3 other jobs running) 2025-04-15 14:54:52.661 | [3532 Async init_glance:46058]: Signaling child to exit 2025-04-15 14:54:52.661 | WAKEUP 2025-04-15 14:54:52.677 | [3532 Async init_glance:46058]: Signaled 2025-04-15 14:54:52.678 | + lib/glance:init_glance:484 : rm -rf /opt/stack/data/glance/images 2025-04-15 14:54:52.678 | + lib/glance:init_glance:485 : mkdir -p /opt/stack/data/glance/images 2025-04-15 14:54:52.678 | + lib/glance:init_glance:488 : recreate_database glance 2025-04-15 14:54:52.678 | + lib/database:recreate_database:112 : local db=glance 2025-04-15 14:54:52.678 | + lib/database:recreate_database:113 : recreate_database_mysql glance 2025-04-15 14:54:52.678 | + lib/databases/mysql:recreate_database_mysql:60 : local db=glance 2025-04-15 14:54:52.678 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2025-04-15 14:54:52.678 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2025-04-15 14:54:52.678 | + lib/glance:init_glance:490 : time_start dbsync 2025-04-15 14:54:52.678 | + functions-common:time_start:2386 : local name=dbsync 2025-04-15 14:54:52.678 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:54:52.678 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:54:52.678 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:54:52.678 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728849738 2025-04-15 14:54:52.678 | + lib/glance:init_glance:492 : /opt/stack/data/venv/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2025-04-15 14:54:52.678 | INFO dbcounter [-] Registered counter for database glance 2025-04-15 14:54:52.678 | 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=46146) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-15 14:54:52.678 | DEBUG dbcounter [-] [46146] Writer thread running {{(pid=46146) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 14:54:52.678 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-15 14:54:52.678 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-15 14:54:52.679 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-15 14:54:52.679 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-15 14:54:52.679 | INFO dbcounter [-] Registered counter for database glance 2025-04-15 14:54:52.679 | 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=46146) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-15 14:54:52.679 | DEBUG dbcounter [-] [46146] Writer thread running {{(pid=46146) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 14:54:52.679 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-15 14:54:52.679 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-15 14:54:52.679 | INFO alembic.runtime.migration [-] Running upgrade -> liberty, liberty initial 2025-04-15 14:54:52.679 | DEBUG alembic.runtime.migration [-] new branch insert liberty {{(pid=46146) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-15 14:54:52.679 | INFO alembic.runtime.migration [-] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2025-04-15 14:54:52.679 | DEBUG alembic.runtime.migration [-] update liberty to mitaka01 {{(pid=46146) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 14:54:52.679 | INFO alembic.runtime.migration [-] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2025-04-15 14:54:52.679 | DEBUG alembic.runtime.migration [-] update mitaka01 to mitaka02 {{(pid=46146) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 14:54:52.679 | INFO alembic.runtime.migration [-] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2025-04-15 14:54:52.679 | DEBUG alembic.runtime.migration [-] update mitaka02 to ocata_expand01 {{(pid=46146) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 14:54:52.679 | INFO alembic.runtime.migration [-] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2025-04-15 14:54:52.679 | DEBUG alembic.runtime.migration [-] update ocata_expand01 to pike_expand01 {{(pid=46146) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 14:54:52.679 | INFO alembic.runtime.migration [-] Running upgrade pike_expand01 -> queens_expand01 2025-04-15 14:54:52.679 | DEBUG alembic.runtime.migration [-] update pike_expand01 to queens_expand01 {{(pid=46146) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 14:54:52.679 | INFO alembic.runtime.migration [-] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2025-04-15 14:54:52.679 | DEBUG alembic.runtime.migration [-] update queens_expand01 to rocky_expand01 {{(pid=46146) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 14:54:52.679 | INFO alembic.runtime.migration [-] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2025-04-15 14:54:52.679 | DEBUG alembic.runtime.migration [-] update rocky_expand01 to rocky_expand02 {{(pid=46146) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 14:54:52.679 | INFO alembic.runtime.migration [-] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2025-04-15 14:54:52.679 | DEBUG alembic.runtime.migration [-] update rocky_expand02 to train_expand01 {{(pid=46146) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 14:54:52.679 | INFO alembic.runtime.migration [-] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2025-04-15 14:54:52.679 | DEBUG alembic.runtime.migration [-] update train_expand01 to ussuri_expand01 {{(pid=46146) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 14:54:52.679 | INFO alembic.runtime.migration [-] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2025-04-15 14:54:52.679 | DEBUG alembic.runtime.migration [-] update ussuri_expand01 to wallaby_expand01 {{(pid=46146) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 14:54:52.679 | INFO alembic.runtime.migration [-] Running upgrade wallaby_expand01 -> xena_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-15 14:54:52.679 | DEBUG alembic.runtime.migration [-] update wallaby_expand01 to xena_expand01 {{(pid=46146) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 14:54:52.679 | INFO alembic.runtime.migration [-] Running upgrade xena_expand01 -> yoga_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-15 14:54:52.679 | DEBUG alembic.runtime.migration [-] update xena_expand01 to yoga_expand01 {{(pid=46146) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 14:54:52.679 | INFO alembic.runtime.migration [-] Running upgrade yoga_expand01 -> zed_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-15 14:54:52.679 | DEBUG alembic.runtime.migration [-] update yoga_expand01 to zed_expand01 {{(pid=46146) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 14:54:52.679 | INFO alembic.runtime.migration [-] Running upgrade zed_expand01 -> 2023_1_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-15 14:54:52.679 | DEBUG alembic.runtime.migration [-] update zed_expand01 to 2023_1_expand01 {{(pid=46146) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 14:54:52.679 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-15 14:54:52.679 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-15 14:54:52.679 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-15 14:54:52.679 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-15 14:54:52.679 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-15 14:54:52.679 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-15 14:54:52.679 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-15 14:54:52.679 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-15 14:54:52.679 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-15 14:54:52.679 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-15 14:54:52.679 | INFO alembic.runtime.migration [-] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2025-04-15 14:54:52.679 | DEBUG alembic.runtime.migration [-] new branch insert ocata_contract01 {{(pid=46146) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-15 14:54:52.679 | INFO alembic.runtime.migration [-] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2025-04-15 14:54:52.679 | DEBUG alembic.runtime.migration [-] update ocata_contract01 to pike_contract01 {{(pid=46146) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 14:54:52.679 | INFO alembic.runtime.migration [-] Running upgrade pike_contract01 -> queens_contract01 2025-04-15 14:54:52.679 | DEBUG alembic.runtime.migration [-] update pike_contract01 to queens_contract01 {{(pid=46146) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 14:54:52.679 | INFO alembic.runtime.migration [-] Running upgrade queens_contract01 -> rocky_contract01 2025-04-15 14:54:52.679 | DEBUG alembic.runtime.migration [-] update queens_contract01 to rocky_contract01 {{(pid=46146) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 14:54:52.679 | INFO alembic.runtime.migration [-] Running upgrade rocky_contract01 -> rocky_contract02 2025-04-15 14:54:52.679 | DEBUG alembic.runtime.migration [-] update rocky_contract01 to rocky_contract02 {{(pid=46146) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 14:54:52.679 | INFO alembic.runtime.migration [-] Running upgrade rocky_contract02 -> train_contract01 2025-04-15 14:54:52.679 | DEBUG alembic.runtime.migration [-] update rocky_contract02 to train_contract01 {{(pid=46146) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 14:54:52.679 | INFO alembic.runtime.migration [-] Running upgrade train_contract01 -> ussuri_contract01 2025-04-15 14:54:52.679 | DEBUG alembic.runtime.migration [-] update train_contract01 to ussuri_contract01 {{(pid=46146) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 14:54:52.679 | INFO alembic.runtime.migration [-] Running upgrade ussuri_contract01 -> wallaby_contract01 2025-04-15 14:54:52.679 | DEBUG alembic.runtime.migration [-] update ussuri_contract01 to wallaby_contract01 {{(pid=46146) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 14:54:52.679 | INFO alembic.runtime.migration [-] Running upgrade wallaby_contract01 -> xena_contract01 2025-04-15 14:54:52.679 | DEBUG alembic.runtime.migration [-] update wallaby_contract01 to xena_contract01 {{(pid=46146) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 14:54:52.679 | INFO alembic.runtime.migration [-] Running upgrade xena_contract01 -> yoga_contract01 2025-04-15 14:54:52.680 | DEBUG alembic.runtime.migration [-] update xena_contract01 to yoga_contract01 {{(pid=46146) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 14:54:52.680 | INFO alembic.runtime.migration [-] Running upgrade yoga_contract01 -> zed_contract01 2025-04-15 14:54:52.680 | DEBUG alembic.runtime.migration [-] update yoga_contract01 to zed_contract01 {{(pid=46146) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 14:54:52.680 | INFO alembic.runtime.migration [-] Running upgrade zed_contract01 -> 2023_1_contract01 2025-04-15 14:54:52.680 | DEBUG alembic.runtime.migration [-] merge, delete ['zed_contract01'], update 2023_1_expand01 to 2023_1_contract01 {{(pid=46146) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:837}} 2025-04-15 14:54:52.680 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-15 14:54:52.680 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-15 14:54:52.680 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-15 14:54:52.680 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-15 14:54:52.680 | Upgraded database to: 2023_1_expand01, current revision(s): 2023_1_expand01 2025-04-15 14:54:52.680 | Database migration is up to date. No migration needed. 2025-04-15 14:54:52.680 | Upgraded database to: 2023_1_contract01, current revision(s): 2023_1_contract01 2025-04-15 14:54:52.680 | Database is synced successfully. 2025-04-15 14:54:52.680 | + lib/glance:init_glance:495 : /opt/stack/data/venv/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2025-04-15 14:54:52.680 | INFO dbcounter [-] Registered counter for database glance 2025-04-15 14:54:52.680 | 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=46182) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-15 14:54:52.680 | DEBUG dbcounter [-] [46182] Writer thread running {{(pid=46182) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 14:54:52.680 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2025-04-15 14:54:52.680 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2025-04-15 14:54:52.680 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2025-04-15 14:54:52.680 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2025-04-15 14:54:52.680 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2025-04-15 14:54:52.680 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2025-04-15 14:54:52.680 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2025-04-15 14:54:52.680 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2025-04-15 14:54:52.680 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2025-04-15 14:54:52.680 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2025-04-15 14:54:52.680 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2025-04-15 14:54:52.680 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2025-04-15 14:54:52.680 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2025-04-15 14:54:52.680 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2025-04-15 14:54:52.680 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2025-04-15 14:54:52.680 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2025-04-15 14:54:52.680 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-mode.json loaded to database. 2025-04-15 14:54:52.680 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2025-04-15 14:54:52.680 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2025-04-15 14:54:52.680 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2025-04-15 14:54:52.680 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2025-04-15 14:54:52.680 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2025-04-15 14:54:52.680 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2025-04-15 14:54:52.680 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2025-04-15 14:54:52.680 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2025-04-15 14:54:52.680 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm-hw.json loaded to database. 2025-04-15 14:54:52.680 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2025-04-15 14:54:52.680 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2025-04-15 14:54:52.680 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2025-04-15 14:54:52.680 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2025-04-15 14:54:52.680 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm.json loaded to database. 2025-04-15 14:54:52.680 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2025-04-15 14:54:52.680 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2025-04-15 14:54:52.680 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2025-04-15 14:54:52.680 | + lib/glance:init_glance:496 : time_stop dbsync 2025-04-15 14:54:52.680 | + functions-common:time_stop:2400 : local name 2025-04-15 14:54:52.680 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:54:52.680 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:54:52.680 | + functions-common:time_stop:2403 : local total 2025-04-15 14:54:52.680 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:54:52.680 | + functions-common:time_stop:2406 : name=dbsync 2025-04-15 14:54:52.680 | + functions-common:time_stop:2407 : start_time=1744728849738 2025-04-15 14:54:52.680 | + functions-common:time_stop:2409 : [[ -z 1744728849738 ]] 2025-04-15 14:54:52.680 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:54:52.680 | + functions-common:time_stop:2412 : end_time=1744728854079 2025-04-15 14:54:52.680 | + functions-common:time_stop:2413 : elapsed_time=4341 2025-04-15 14:54:52.680 | + functions-common:time_stop:2414 : total=2678 2025-04-15 14:54:52.680 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:54:52.680 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=7019 2025-04-15 14:54:52.710 | [3532 Async init_glance:46058]: finished init_glance with result 0 in 4 seconds 2025-04-15 14:54:52.713 | + inc/async:async_wait:197 : return 0 2025-04-15 14:54:52.715 | + stack.sh:main:1239 : async_wait init_swift 2025-04-15 14:54:52.731 | Not waiting for async task init_swift that we never started or has already been waited for 2025-04-15 14:54:52.733 | + inc/async:async_wait:197 : return 0 2025-04-15 14:54:52.735 | + stack.sh:main:1240 : async_wait init_cinder 2025-04-15 14:54:52.773 | [3532 Async init_cinder:49752]: Waiting for completion of init_cinder running on PID 49752 (2 other jobs running) 2025-04-15 14:54:52.791 | [3532 Async init_cinder:49752]: Signaling child to exit 2025-04-15 14:54:52.791 | WAKEUP 2025-04-15 14:54:52.807 | [3532 Async init_cinder:49752]: Signaled 2025-04-15 14:54:52.808 | + lib/cinder:init_cinder:484 : is_service_enabled mysql postgresql 2025-04-15 14:54:52.808 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:54:52.808 | + lib/cinder:init_cinder:486 : recreate_database cinder 2025-04-15 14:54:52.808 | + lib/database:recreate_database:112 : local db=cinder 2025-04-15 14:54:52.808 | + lib/database:recreate_database:113 : recreate_database_mysql cinder 2025-04-15 14:54:52.808 | + lib/databases/mysql:recreate_database_mysql:60 : local db=cinder 2025-04-15 14:54:52.808 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2025-04-15 14:54:52.808 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2025-04-15 14:54:52.808 | + lib/cinder:init_cinder:488 : time_start dbsync 2025-04-15 14:54:52.808 | + functions-common:time_start:2386 : local name=dbsync 2025-04-15 14:54:52.808 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:54:52.808 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:54:52.808 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:54:52.808 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728875746 2025-04-15 14:54:52.808 | + lib/cinder:init_cinder:490 : /opt/stack/data/venv/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2025-04-15 14:54:52.809 | INFO dbcounter [-] Registered counter for database cinder 2025-04-15 14:54:52.809 | 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=49854) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-15 14:54:52.809 | DEBUG dbcounter [-] [49854] Writer thread running {{(pid=49854) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 14:54:52.809 | INFO cinder.db.migration [-] Applying migration(s) 2025-04-15 14:54:52.809 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-15 14:54:52.809 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-15 14:54:52.809 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2025-04-15 14:54:52.809 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=49854) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-15 14:54:52.809 | INFO alembic.runtime.migration [-] Running upgrade 921e1a36b076 -> c92a3e68beed, Make shared_targets nullable 2025-04-15 14:54:52.809 | DEBUG alembic.runtime.migration [-] update 921e1a36b076 to c92a3e68beed {{(pid=49854) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 14:54:52.809 | INFO alembic.runtime.migration [-] Running upgrade c92a3e68beed -> daa98075b90d, Add resource indexes 2025-04-15 14:54:52.809 | INFO dbcounter [-] Registered counter for database cinder 2025-04-15 14:54:52.809 | 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=49854) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-15 14:54:52.809 | DEBUG dbcounter [-] [49854] Writer thread running {{(pid=49854) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 14:54:52.809 | DEBUG alembic.runtime.migration [-] update c92a3e68beed to daa98075b90d {{(pid=49854) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 14:54:52.809 | INFO alembic.runtime.migration [-] Running upgrade daa98075b90d -> 89aa6f9639f9, Drop legacy migrate_version table 2025-04-15 14:54:52.809 | DEBUG alembic.runtime.migration [-] update daa98075b90d to 89aa6f9639f9 {{(pid=49854) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 14:54:52.809 | INFO cinder.db.migration [-] Migration(s) applied 2025-04-15 14:54:52.809 | + lib/cinder:init_cinder:491 : time_stop dbsync 2025-04-15 14:54:52.809 | + functions-common:time_stop:2400 : local name 2025-04-15 14:54:52.809 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:54:52.809 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:54:52.809 | + functions-common:time_stop:2403 : local total 2025-04-15 14:54:52.809 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:54:52.809 | + functions-common:time_stop:2406 : name=dbsync 2025-04-15 14:54:52.809 | + functions-common:time_stop:2407 : start_time=1744728875746 2025-04-15 14:54:52.809 | + functions-common:time_stop:2409 : [[ -z 1744728875746 ]] 2025-04-15 14:54:52.809 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:54:52.809 | + functions-common:time_stop:2412 : end_time=1744728879213 2025-04-15 14:54:52.809 | + functions-common:time_stop:2413 : elapsed_time=3467 2025-04-15 14:54:52.809 | + functions-common:time_stop:2414 : total=2678 2025-04-15 14:54:52.809 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:54:52.809 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6145 2025-04-15 14:54:52.809 | + lib/cinder:init_cinder:494 : is_service_enabled c-vol 2025-04-15 14:54:52.809 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:54:52.809 | + lib/cinder:init_cinder:494 : [[ -n vmdk:vsphere ]] 2025-04-15 14:54:52.809 | + lib/cinder:init_cinder:495 : local be be_name be_type 2025-04-15 14:54:52.809 | + lib/cinder:init_cinder:496 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-04-15 14:54:52.809 | + lib/cinder:init_cinder:497 : be_type=vmdk 2025-04-15 14:54:52.809 | + lib/cinder:init_cinder:498 : be_name=vsphere 2025-04-15 14:54:52.809 | + lib/cinder:init_cinder:499 : type init_cinder_backend_vmdk 2025-04-15 14:54:52.809 | + lib/cinder:init_cinder:505 : is_service_enabled c-bak 2025-04-15 14:54:52.809 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:54:52.809 | + lib/cinder:init_cinder:511 : mkdir -p /opt/stack/data/cinder/volumes 2025-04-15 14:54:52.840 | [3532 Async init_cinder:49752]: finished init_cinder with result 0 in 3 seconds 2025-04-15 14:54:52.844 | + inc/async:async_wait:197 : return 0 2025-04-15 14:54:52.846 | + stack.sh:main:1245 : is_service_enabled nova 2025-04-15 14:54:52.860 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:54:52.862 | + stack.sh:main:1246 : echo_summary 'Configuring Nova' 2025-04-15 14:54:52.865 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 14:54:52.867 | + stack.sh:echo_summary:461 : echo -e Configuring Nova 2025-04-15 14:54:52.870 | + stack.sh:main:1247 : init_nova 2025-04-15 14:54:52.872 | + lib/nova:init_nova:858 : is_service_enabled mysql postgresql 2025-04-15 14:54:52.887 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:54:52.889 | + lib/nova:init_nova:858 : is_service_enabled n-api 2025-04-15 14:54:52.902 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:54:52.905 | + lib/nova:init_nova:860 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-15 14:54:52.907 | + lib/nova:init_nova:866 : recreate_database nova_cell0 2025-04-15 14:54:52.909 | + lib/database:recreate_database:112 : local db=nova_cell0 2025-04-15 14:54:52.911 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell0 2025-04-15 14:54:52.913 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_cell0 2025-04-15 14:54:52.915 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2025-04-15 14:54:52.924 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2025-04-15 14:54:52.933 | ++ lib/nova:init_nova:871 : seq 1 1 2025-04-15 14:54:52.937 | + lib/nova:init_nova:871 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-04-15 14:54:52.939 | ++ lib/nova:init_nova:872 : conductor_conf 1 2025-04-15 14:54:52.942 | ++ lib/nova:conductor_conf:837 : local cell=1 2025-04-15 14:54:52.944 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2025-04-15 14:54:52.946 | + lib/nova:init_nova:872 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-04-15 14:54:52.994 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-04-15 14:54:53.023 | [3532 Async nova-cell-1:51068]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-04-15 14:54:53.025 | + lib/nova:init_nova:875 : recreate_database nova_api 2025-04-15 14:54:53.027 | + lib/database:recreate_database:112 : local db=nova_api 2025-04-15 14:54:53.029 | + lib/database:recreate_database:113 : recreate_database_mysql nova_api 2025-04-15 14:54:53.031 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_api 2025-04-15 14:54:53.033 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2025-04-15 14:54:53.042 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2025-04-15 14:54:53.050 | + lib/nova:init_nova:876 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2025-04-15 14:54:53.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-15 14:54:55.187 | INFO dbcounter [-] Registered counter for database nova_api 2025-04-15 14:54:55.198 | DEBUG dbcounter [-] [51135] Writer thread running {{(pid=51135) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 14:54:55.201 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-15 14:54:55.201 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-15 14:54:55.226 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version 2025-04-15 14:54:56.257 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=51135) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-15 14:54:56.258 | INFO alembic.runtime.migration [-] Running upgrade d67eeaabee36 -> b30f573d3377, Remove unused build_requests columns 2025-04-15 14:54:56.471 | DEBUG alembic.runtime.migration [-] update d67eeaabee36 to b30f573d3377 {{(pid=51135) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 14:54:56.473 | INFO alembic.runtime.migration [-] Running upgrade b30f573d3377 -> cdeec0c85668, Drop legacy migrate_version table 2025-04-15 14:54:56.475 | DEBUG alembic.runtime.migration [-] update b30f573d3377 to cdeec0c85668 {{(pid=51135) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 14:54:56.872 | ++ lib/nova:init_nova:880 : database_connection_url nova_cell0 2025-04-15 14:54:56.875 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2025-04-15 14:54:56.877 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2025-04-15 14:54:56.879 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell0 2025-04-15 14:54:56.881 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-15 14:54:56.884 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-15 14:54:56.886 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-15 14:54:56.900 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:54:56.903 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-15 14:54:56.905 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2025-04-15 14:54:56.907 | + lib/nova:init_nova:880 : /opt/stack/data/venv/bin/nova-manage cell_v2 map_cell0 --database_connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2025-04-15 14:54:57.404 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-15 14:54:58.463 | + inc/async:async_inner:64 : rc=0 2025-04-15 14:54:58.482 | [51068 Async nova-cell-1:51068]: finished successfully 2025-04-15 14:54:58.677 | INFO dbcounter [None req-f9f782b0-df2d-40fe-be7a-a86bc3c1e008 None None] Registered counter for database nova_api 2025-04-15 14:54:58.687 | DEBUG dbcounter [-] [51191] Writer thread running {{(pid=51191) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 14:54:59.040 | ++ lib/nova:init_nova:883 : seq 0 1 2025-04-15 14:54:59.044 | + lib/nova:init_nova:883 : for i in $(seq 0 $NOVA_NUM_CELLS) 2025-04-15 14:54:59.046 | + lib/nova:init_nova:884 : async_wait nova-cell-0 2025-04-15 14:54:59.062 | Not waiting for async task nova-cell-0 that we never started or has already been waited for 2025-04-15 14:54:59.064 | + inc/async:async_wait:197 : return 0 2025-04-15 14:54:59.066 | + lib/nova:init_nova:883 : for i in $(seq 0 $NOVA_NUM_CELLS) 2025-04-15 14:54:59.068 | + lib/nova:init_nova:884 : async_wait nova-cell-1 2025-04-15 14:54:59.105 | [3532 Async nova-cell-1:51068]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 51068 (2 other jobs running) 2025-04-15 14:54:59.122 | [3532 Async nova-cell-1:51068]: Signaling child to exit 2025-04-15 14:54:59.122 | WAKEUP 2025-04-15 14:54:59.138 | [3532 Async nova-cell-1:51068]: Signaled 2025-04-15 14:54:59.139 | + lib/nova:init_nova_db:848 : local dbname=nova_cell1 2025-04-15 14:54:59.139 | + lib/nova:init_nova_db:849 : local conffile=/etc/nova/nova_cell1.conf 2025-04-15 14:54:59.139 | + lib/nova:init_nova_db:850 : recreate_database nova_cell1 2025-04-15 14:54:59.139 | + lib/database:recreate_database:112 : local db=nova_cell1 2025-04-15 14:54:59.139 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell1 2025-04-15 14:54:59.139 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_cell1 2025-04-15 14:54:59.139 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2025-04-15 14:54:59.139 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2025-04-15 14:54:59.139 | + lib/nova:init_nova_db:851 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell 2025-04-15 14:54:59.139 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-15 14:54:59.139 | INFO dbcounter [-] Registered counter for database nova_cell1 2025-04-15 14:54:59.139 | DEBUG dbcounter [-] [51121] Writer thread running {{(pid=51121) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 14:54:59.139 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-15 14:54:59.139 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-15 14:54:59.139 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2025-04-15 14:54:59.139 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=51121) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-15 14:54:59.139 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2025-04-15 14:54:59.139 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=51121) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 14:54:59.139 | INFO alembic.runtime.migration [-] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2025-04-15 14:54:59.139 | DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=51121) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 14:54:59.139 | INFO alembic.runtime.migration [-] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2025-04-15 14:54:59.139 | DEBUG alembic.runtime.migration [-] update ccb0fa1a2252 to 960aac0e09ea {{(pid=51121) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 14:54:59.139 | INFO alembic.runtime.migration [-] Running upgrade 960aac0e09ea -> 1b91788ec3a6, Drop legacy migrate_version table 2025-04-15 14:54:59.139 | DEBUG alembic.runtime.migration [-] update 960aac0e09ea to 1b91788ec3a6 {{(pid=51121) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 14:54:59.139 | INFO alembic.runtime.migration [-] Running upgrade 1b91788ec3a6 -> 1acf2c98e646, Add compute_id to instance 2025-04-15 14:54:59.139 | DEBUG alembic.runtime.migration [-] update 1b91788ec3a6 to 1acf2c98e646 {{(pid=51121) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 14:54:59.171 | [3532 Async nova-cell-1:51068]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 5 seconds 2025-04-15 14:54:59.174 | + inc/async:async_wait:197 : return 0 2025-04-15 14:54:59.176 | + lib/nova:init_nova:887 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-15 14:54:59.178 | + lib/nova:init_nova:889 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf db sync 2025-04-15 14:54:59.620 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-15 14:55:00.816 | INFO dbcounter [None req-28d88530-a862-4fb0-a5ee-156c7d04c4e0 None None] Registered counter for database nova_api 2025-04-15 14:55:00.827 | DEBUG dbcounter [-] [51374] Writer thread running {{(pid=51374) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 14:55:00.853 | INFO dbcounter [None req-28d88530-a862-4fb0-a5ee-156c7d04c4e0 None None] Registered counter for database nova_cell0 2025-04-15 14:55:00.858 | DEBUG dbcounter [-] [51374] Writer thread running {{(pid=51374) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 14:55:00.861 | INFO alembic.runtime.migration [None req-28d88530-a862-4fb0-a5ee-156c7d04c4e0 None None] Context impl MySQLImpl. 2025-04-15 14:55:00.861 | INFO alembic.runtime.migration [None req-28d88530-a862-4fb0-a5ee-156c7d04c4e0 None None] Will assume non-transactional DDL. 2025-04-15 14:55:00.875 | INFO alembic.runtime.migration [None req-28d88530-a862-4fb0-a5ee-156c7d04c4e0 None None] Running upgrade -> 8f2f1571d55b, Initial version 2025-04-15 14:55:03.238 | DEBUG alembic.runtime.migration [None req-28d88530-a862-4fb0-a5ee-156c7d04c4e0 None None] new branch insert 8f2f1571d55b {{(pid=51374) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-15 14:55:03.241 | INFO alembic.runtime.migration [None req-28d88530-a862-4fb0-a5ee-156c7d04c4e0 None None] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2025-04-15 14:55:03.274 | DEBUG alembic.runtime.migration [None req-28d88530-a862-4fb0-a5ee-156c7d04c4e0 None None] update 8f2f1571d55b to 16f1fbcab42b {{(pid=51374) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 14:55:03.276 | INFO alembic.runtime.migration [None req-28d88530-a862-4fb0-a5ee-156c7d04c4e0 None None] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2025-04-15 14:55:03.346 | DEBUG alembic.runtime.migration [None req-28d88530-a862-4fb0-a5ee-156c7d04c4e0 None None] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=51374) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 14:55:03.347 | INFO alembic.runtime.migration [None req-28d88530-a862-4fb0-a5ee-156c7d04c4e0 None None] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2025-04-15 14:55:03.372 | DEBUG alembic.runtime.migration [None req-28d88530-a862-4fb0-a5ee-156c7d04c4e0 None None] update ccb0fa1a2252 to 960aac0e09ea {{(pid=51374) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 14:55:03.377 | INFO alembic.runtime.migration [None req-28d88530-a862-4fb0-a5ee-156c7d04c4e0 None None] Running upgrade 960aac0e09ea -> 1b91788ec3a6, Drop legacy migrate_version table 2025-04-15 14:55:03.380 | DEBUG alembic.runtime.migration [None req-28d88530-a862-4fb0-a5ee-156c7d04c4e0 None None] update 960aac0e09ea to 1b91788ec3a6 {{(pid=51374) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 14:55:03.382 | INFO alembic.runtime.migration [None req-28d88530-a862-4fb0-a5ee-156c7d04c4e0 None None] Running upgrade 1b91788ec3a6 -> 1acf2c98e646, Add compute_id to instance 2025-04-15 14:55:03.524 | DEBUG alembic.runtime.migration [None req-28d88530-a862-4fb0-a5ee-156c7d04c4e0 None None] update 1b91788ec3a6 to 1acf2c98e646 {{(pid=51374) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 14:55:03.527 | INFO dbcounter [None req-28d88530-a862-4fb0-a5ee-156c7d04c4e0 None None] Registered counter for database nova_cell1 2025-04-15 14:55:03.532 | DEBUG dbcounter [-] [51374] Writer thread running {{(pid=51374) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 14:55:03.534 | INFO alembic.runtime.migration [None req-28d88530-a862-4fb0-a5ee-156c7d04c4e0 None None] Context impl MySQLImpl. 2025-04-15 14:55:03.535 | INFO alembic.runtime.migration [None req-28d88530-a862-4fb0-a5ee-156c7d04c4e0 None None] Will assume non-transactional DDL. 2025-04-15 14:55:03.880 | + lib/nova:init_nova:894 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2025-04-15 14:55:04.328 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-15 14:55:05.522 | Running batches of 50 until complete 2025-04-15 14:55:05.522 | INFO dbcounter [None req-0372761c-e915-4d90-b52c-839df977c666 None None] Registered counter for database nova_cell1 2025-04-15 14:55:05.532 | DEBUG dbcounter [-] [51394] Writer thread running {{(pid=51394) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 14:55:05.592 | INFO dbcounter [None req-0372761c-e915-4d90-b52c-839df977c666 None None] Registered counter for database nova_api 2025-04-15 14:55:05.595 | DEBUG dbcounter [-] [51394] Writer thread running {{(pid=51394) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 14:55:05.680 | INFO dbcounter [None req-0372761c-e915-4d90-b52c-839df977c666 None None] Registered counter for database nova_cell0 2025-04-15 14:55:05.684 | DEBUG dbcounter [-] [51394] Writer thread running {{(pid=51394) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 14:55:05.729 | +-------------------------------------+--------------+-----------+ 2025-04-15 14:55:05.729 | | Migration | Total Needed | Completed | 2025-04-15 14:55:05.729 | +-------------------------------------+--------------+-----------+ 2025-04-15 14:55:05.729 | | fill_virtual_interface_list | 0 | 0 | 2025-04-15 14:55:05.729 | | migrate_empty_ratio | 0 | 0 | 2025-04-15 14:55:05.729 | | migrate_quota_classes_to_api_db | 0 | 0 | 2025-04-15 14:55:05.729 | | migrate_quota_limits_to_api_db | 0 | 0 | 2025-04-15 14:55:05.729 | | migration_migrate_to_uuid | 0 | 0 | 2025-04-15 14:55:05.729 | | populate_dev_uuids | 0 | 0 | 2025-04-15 14:55:05.729 | | populate_instance_compute_id | 0 | 0 | 2025-04-15 14:55:05.729 | | populate_missing_availability_zones | 0 | 0 | 2025-04-15 14:55:05.729 | | populate_queued_for_delete | 0 | 0 | 2025-04-15 14:55:05.729 | | populate_user_id | 0 | 0 | 2025-04-15 14:55:05.729 | | populate_uuids | 0 | 0 | 2025-04-15 14:55:05.729 | +-------------------------------------+--------------+-----------+ 2025-04-15 14:55:06.081 | ++ lib/nova:init_nova:897 : seq 1 1 2025-04-15 14:55:06.085 | + lib/nova:init_nova:897 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-04-15 14:55:06.088 | ++ lib/nova:init_nova:898 : conductor_conf 1 2025-04-15 14:55:06.090 | ++ lib/nova:conductor_conf:837 : local cell=1 2025-04-15 14:55:06.092 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2025-04-15 14:55:06.095 | + lib/nova:init_nova:898 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf --config-file /etc/nova/nova_cell1.conf cell_v2 create_cell --name cell1 2025-04-15 14:55:06.546 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-15 14:55:07.739 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2025-04-15 14:55:07.739 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2025-04-15 14:55:07.739 | INFO dbcounter [None req-d0b7cef7-86c4-44d5-9eaa-ee52e2dc537c None None] Registered counter for database nova_api 2025-04-15 14:55:07.750 | DEBUG dbcounter [-] [51412] Writer thread running {{(pid=51412) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 14:55:08.101 | + lib/nova:init_nova:902 : create_nova_keys_dir 2025-04-15 14:55:08.103 | + lib/nova:create_nova_keys_dir:844 : sudo install -d -o stack /opt/stack/data/nova /opt/stack/data/nova/keys 2025-04-15 14:55:08.114 | + lib/nova:init_nova:904 : [[ '' == \L\V\M ]] 2025-04-15 14:55:08.116 | + stack.sh:main:1249 : async_runfunc configure_neutron_nova 2025-04-15 14:55:08.118 | + inc/async:async_runfunc:116 : async_run configure_neutron_nova configure_neutron_nova 2025-04-15 14:55:08.169 | + inc/async:async_inner:63 : configure_neutron_nova 2025-04-15 14:55:08.200 | [3532 Async configure_neutron_nova:51469]: running: configure_neutron_nova 2025-04-15 14:55:08.202 | + stack.sh:main:1257 : run_phase stack post-config 2025-04-15 14:55:08.205 | + functions-common:run_phase:1828 : local mode=stack 2025-04-15 14:55:08.206 | + functions-common:run_phase:1829 : local phase=post-config 2025-04-15 14:55:08.209 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-15 14:55:08.211 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-15 14:55:08.213 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-15 14:55:08.216 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-15 14:55:08.218 | + functions-common:run_phase:1838 : local extra 2025-04-15 14:55:08.221 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-15 14:55:08.224 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-15 14:55:08.226 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-15 14:55:08.229 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-15 14:55:08.231 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack post-config 2025-04-15 14:55:08.233 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-15 14:55:08.246 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:55:08.249 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-15 14:55:08.251 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-15 14:55:08.254 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2025-04-15 14:55:08.256 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-15 14:55:08.258 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-15 14:55:08.260 | ++ extras.d/80-tempest.sh:source:12 : : 2025-04-15 14:55:08.262 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-15 14:55:08.264 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-15 14:55:08.267 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-15 14:55:08.269 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-15 14:55:08.271 | + functions-common:run_phase:1855 : run_plugins stack post-config 2025-04-15 14:55:08.273 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-15 14:55:08.275 | + functions-common:run_plugins:1815 : local phase=post-config 2025-04-15 14:55:08.278 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-15 14:55:08.280 | + functions-common:run_plugins:1818 : local plugin 2025-04-15 14:55:08.282 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-15 14:55:08.285 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-15 14:55:08.287 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-15 14:55:08.289 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack post-config 2025-04-15 14:55:08.291 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-15 14:55:08.293 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-15 14:55:08.296 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2025-04-15 14:55:08.298 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-15 14:55:08.300 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-15 14:55:08.302 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:13 : echo_summary 'Configuring Networking-NSX-T' 2025-04-15 14:55:08.304 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 14:55:08.306 | ++ stack.sh:echo_summary:461 : echo -e Configuring Networking-NSX-T 2025-04-15 14:55:08.309 | + stack.sh:main:1265 : merge_config_group /opt/stack/devstack/local.conf post-config 2025-04-15 14:55:08.311 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-15 14:55:08.313 | + inc/meta-config:merge_config_group:171 : shift 2025-04-15 14:55:08.315 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2025-04-15 14:55:08.318 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-15 14:55:08.320 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-15 14:55:08.322 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-15 14:55:08.324 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-config 2025-04-15 14:55:08.327 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-15 14:55:08.329 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2025-04-15 14:55:08.332 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-15 14:55:08.334 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2025-04-15 14:55:08.334 | /^\[\[.+\|.*\]\]/ { 2025-04-15 14:55:08.334 | gsub("[][]", "", $1); 2025-04-15 14:55:08.334 | split($1, a, "|"); 2025-04-15 14:55:08.334 | if (a[1] == matchgroup) 2025-04-15 14:55:08.334 | print a[2] 2025-04-15 14:55:08.334 | } 2025-04-15 14:55:08.334 | ' /opt/stack/devstack/local.conf 2025-04-15 14:55:08.339 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-15 14:55:08.341 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-15 14:55:08.343 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-15 14:55:08.346 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2025-04-15 14:55:08.348 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2025-04-15 14:55:08.351 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2025-04-15 14:55:08.353 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2025-04-15 14:55:08.356 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2025-04-15 14:55:08.360 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2025-04-15 14:55:08.362 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2025-04-15 14:55:08.364 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2025-04-15 14:55:08.367 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-15 14:55:08.369 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-15 14:55:08.371 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2025-04-15 14:55:08.373 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-15 14:55:08.376 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2025-04-15 14:55:08.378 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2025-04-15 14:55:08.381 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2025-04-15 14:55:08.383 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2025-04-15 14:55:08.386 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2025-04-15 14:55:08.386 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2025-04-15 14:55:08.386 | BEGIN { 2025-04-15 14:55:08.387 | section = "" 2025-04-15 14:55:08.387 | last_section = "" 2025-04-15 14:55:08.387 | section_count = 0 2025-04-15 14:55:08.387 | } 2025-04-15 14:55:08.387 | /^\[.+\]/ { 2025-04-15 14:55:08.387 | gsub("[][]", "", $1); 2025-04-15 14:55:08.387 | section=$1 2025-04-15 14:55:08.387 | next 2025-04-15 14:55:08.387 | } 2025-04-15 14:55:08.387 | /^ *\#/ { 2025-04-15 14:55:08.387 | next 2025-04-15 14:55:08.387 | } 2025-04-15 14:55:08.387 | /^[^ \t]+/ { 2025-04-15 14:55:08.387 | # get offset of first = in $0 2025-04-15 14:55:08.387 | eq_idx = index($0, "=") 2025-04-15 14:55:08.387 | # extract attr & value from $0 2025-04-15 14:55:08.387 | attr = substr($0, 1, eq_idx - 1) 2025-04-15 14:55:08.387 | value = substr($0, eq_idx + 1) 2025-04-15 14:55:08.387 | # only need to strip trailing whitespace from attr 2025-04-15 14:55:08.387 | sub(/[ \t]*$/, "", attr) 2025-04-15 14:55:08.387 | # need to strip leading & trailing whitespace from value 2025-04-15 14:55:08.387 | sub(/^[ \t]*/, "", value) 2025-04-15 14:55:08.387 | sub(/[ \t]*$/, "", value) 2025-04-15 14:55:08.387 | 2025-04-15 14:55:08.387 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-15 14:55:08.387 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-15 14:55:08.387 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-15 14:55:08.387 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-15 14:55:08.387 | if (! (section, attr) in cfg_attr_count) { 2025-04-15 14:55:08.387 | if (section != last_section) { 2025-04-15 14:55:08.387 | cfg_section[section_count++] = section 2025-04-15 14:55:08.387 | last_section = section 2025-04-15 14:55:08.387 | } 2025-04-15 14:55:08.387 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-15 14:55:08.387 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-15 14:55:08.387 | 2025-04-15 14:55:08.387 | cfg_attr[section, attr, 0] = value 2025-04-15 14:55:08.387 | cfg_attr_count[section, attr] = 1 2025-04-15 14:55:08.387 | } else { 2025-04-15 14:55:08.387 | lno = cfg_attr_count[section, attr]++ 2025-04-15 14:55:08.387 | cfg_attr[section, attr, lno] = value 2025-04-15 14:55:08.387 | } 2025-04-15 14:55:08.387 | } 2025-04-15 14:55:08.387 | END { 2025-04-15 14:55:08.387 | # Process each section in order 2025-04-15 14:55:08.387 | for (sno = 0; sno < section_count; sno++) { 2025-04-15 14:55:08.387 | section = cfg_section[sno] 2025-04-15 14:55:08.387 | # The ini routines simply append a config item immediately 2025-04-15 14:55:08.387 | # after the section header. To keep the same order as defined 2025-04-15 14:55:08.387 | # in local.conf, invoke the ini routines in the reverse order 2025-04-15 14:55:08.387 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-15 14:55:08.387 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-15 14:55:08.387 | if (cfg_attr_count[section, attr] == 1) 2025-04-15 14:55:08.387 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-15 14:55:08.387 | else { 2025-04-15 14:55:08.387 | # For multiline, invoke the ini routines in the reverse order 2025-04-15 14:55:08.387 | count = cfg_attr_count[section, attr] 2025-04-15 14:55:08.387 | print "inidelete " configfile " " section " " attr 2025-04-15 14:55:08.387 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-15 14:55:08.387 | for (l = count -2; l >= 0; l--) 2025-04-15 14:55:08.387 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-15 14:55:08.387 | } 2025-04-15 14:55:08.387 | } 2025-04-15 14:55:08.387 | } 2025-04-15 14:55:08.387 | } 2025-04-15 14:55:08.387 | ' 2025-04-15 14:55:08.387 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 14:55:08.389 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-15 14:55:08.389 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-15 14:55:08.391 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-15 14:55:08.393 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2025-04-15 14:55:08.395 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-15 14:55:08.397 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2025-04-15 14:55:08.399 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2025-04-15 14:55:08.399 | BEGIN { group = "" } 2025-04-15 14:55:08.399 | /^\[\[.+\|.*\]\]/ { 2025-04-15 14:55:08.399 | gsub("[][]", "", $1); 2025-04-15 14:55:08.399 | split($1, a, "|"); 2025-04-15 14:55:08.399 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-15 14:55:08.399 | group=a[1] 2025-04-15 14:55:08.399 | } else { 2025-04-15 14:55:08.399 | group="" 2025-04-15 14:55:08.399 | } 2025-04-15 14:55:08.399 | next 2025-04-15 14:55:08.399 | } 2025-04-15 14:55:08.399 | { 2025-04-15 14:55:08.399 | if (group != "") 2025-04-15 14:55:08.399 | print $0 2025-04-15 14:55:08.399 | } 2025-04-15 14:55:08.399 | ' /opt/stack/devstack/local.conf 2025-04-15 14:55:08.404 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF neutron service_metadata_proxy "True"' 2025-04-15 14:55:08.407 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2025-04-15 14:55:08.432 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 14:55:08.435 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-15 14:55:08.437 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-15 14:55:08.440 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-15 14:55:08.443 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2025-04-15 14:55:08.445 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2025-04-15 14:55:08.448 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2025-04-15 14:55:08.450 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2025-04-15 14:55:08.453 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2025-04-15 14:55:08.457 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2025-04-15 14:55:08.458 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2025-04-15 14:55:08.461 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2025-04-15 14:55:08.464 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-15 14:55:08.466 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-15 14:55:08.468 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2025-04-15 14:55:08.470 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-15 14:55:08.473 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2025-04-15 14:55:08.475 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2025-04-15 14:55:08.477 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2025-04-15 14:55:08.480 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2025-04-15 14:55:08.483 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2025-04-15 14:55:08.483 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 14:55:08.483 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2025-04-15 14:55:08.484 | BEGIN { 2025-04-15 14:55:08.484 | section = "" 2025-04-15 14:55:08.484 | last_section = "" 2025-04-15 14:55:08.484 | section_count = 0 2025-04-15 14:55:08.484 | } 2025-04-15 14:55:08.484 | /^\[.+\]/ { 2025-04-15 14:55:08.484 | gsub("[][]", "", $1); 2025-04-15 14:55:08.484 | section=$1 2025-04-15 14:55:08.484 | next 2025-04-15 14:55:08.484 | } 2025-04-15 14:55:08.484 | /^ *\#/ { 2025-04-15 14:55:08.484 | next 2025-04-15 14:55:08.484 | } 2025-04-15 14:55:08.484 | /^[^ \t]+/ { 2025-04-15 14:55:08.484 | # get offset of first = in $0 2025-04-15 14:55:08.484 | eq_idx = index($0, "=") 2025-04-15 14:55:08.484 | # extract attr & value from $0 2025-04-15 14:55:08.484 | attr = substr($0, 1, eq_idx - 1) 2025-04-15 14:55:08.484 | value = substr($0, eq_idx + 1) 2025-04-15 14:55:08.484 | # only need to strip trailing whitespace from attr 2025-04-15 14:55:08.484 | sub(/[ \t]*$/, "", attr) 2025-04-15 14:55:08.484 | # need to strip leading & trailing whitespace from value 2025-04-15 14:55:08.484 | sub(/^[ \t]*/, "", value) 2025-04-15 14:55:08.484 | sub(/[ \t]*$/, "", value) 2025-04-15 14:55:08.484 | 2025-04-15 14:55:08.484 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-15 14:55:08.484 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-15 14:55:08.484 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-15 14:55:08.484 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-15 14:55:08.484 | if (! (section, attr) in cfg_attr_count) { 2025-04-15 14:55:08.484 | if (section != last_section) { 2025-04-15 14:55:08.484 | cfg_section[section_count++] = section 2025-04-15 14:55:08.484 | last_section = section 2025-04-15 14:55:08.484 | } 2025-04-15 14:55:08.484 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-15 14:55:08.484 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-15 14:55:08.484 | 2025-04-15 14:55:08.484 | cfg_attr[section, attr, 0] = value 2025-04-15 14:55:08.484 | cfg_attr_count[section, attr] = 1 2025-04-15 14:55:08.484 | } else { 2025-04-15 14:55:08.484 | lno = cfg_attr_count[section, attr]++ 2025-04-15 14:55:08.484 | cfg_attr[section, attr, lno] = value 2025-04-15 14:55:08.484 | } 2025-04-15 14:55:08.484 | } 2025-04-15 14:55:08.484 | END { 2025-04-15 14:55:08.484 | # Process each section in order 2025-04-15 14:55:08.484 | for (sno = 0; sno < section_count; sno++) { 2025-04-15 14:55:08.484 | section = cfg_section[sno] 2025-04-15 14:55:08.484 | # The ini routines simply append a config item immediately 2025-04-15 14:55:08.484 | # after the section header. To keep the same order as defined 2025-04-15 14:55:08.484 | # in local.conf, invoke the ini routines in the reverse order 2025-04-15 14:55:08.484 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-15 14:55:08.484 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-15 14:55:08.484 | if (cfg_attr_count[section, attr] == 1) 2025-04-15 14:55:08.484 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-15 14:55:08.484 | else { 2025-04-15 14:55:08.484 | # For multiline, invoke the ini routines in the reverse order 2025-04-15 14:55:08.484 | count = cfg_attr_count[section, attr] 2025-04-15 14:55:08.484 | print "inidelete " configfile " " section " " attr 2025-04-15 14:55:08.484 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-15 14:55:08.484 | for (l = count -2; l >= 0; l--) 2025-04-15 14:55:08.484 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-15 14:55:08.484 | } 2025-04-15 14:55:08.484 | } 2025-04-15 14:55:08.484 | } 2025-04-15 14:55:08.484 | } 2025-04-15 14:55:08.484 | ' 2025-04-15 14:55:08.485 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-15 14:55:08.486 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-15 14:55:08.487 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-15 14:55:08.489 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2025-04-15 14:55:08.492 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-15 14:55:08.494 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2025-04-15 14:55:08.496 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2025-04-15 14:55:08.496 | BEGIN { group = "" } 2025-04-15 14:55:08.496 | /^\[\[.+\|.*\]\]/ { 2025-04-15 14:55:08.496 | gsub("[][]", "", $1); 2025-04-15 14:55:08.496 | split($1, a, "|"); 2025-04-15 14:55:08.496 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-15 14:55:08.496 | group=a[1] 2025-04-15 14:55:08.496 | } else { 2025-04-15 14:55:08.496 | group="" 2025-04-15 14:55:08.496 | } 2025-04-15 14:55:08.496 | next 2025-04-15 14:55:08.496 | } 2025-04-15 14:55:08.496 | { 2025-04-15 14:55:08.496 | if (group != "") 2025-04-15 14:55:08.496 | print $0 2025-04-15 14:55:08.496 | } 2025-04-15 14:55:08.496 | ' /opt/stack/devstack/local.conf 2025-04-15 14:55:08.501 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF vsphere vmware_insecure "True"' 2025-04-15 14:55:08.503 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf vsphere vmware_insecure True 2025-04-15 14:55:08.506 | + inc/async:async_inner:64 : rc=0 2025-04-15 14:55:08.525 | [51469 Async configure_neutron_nova:51469]: finished successfully 2025-04-15 14:55:08.527 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 14:55:08.530 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-15 14:55:08.532 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-15 14:55:08.534 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-15 14:55:08.537 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2025-04-15 14:55:08.539 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2025-04-15 14:55:08.541 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2025-04-15 14:55:08.543 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2025-04-15 14:55:08.546 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2025-04-15 14:55:08.549 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2025-04-15 14:55:08.551 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2025-04-15 14:55:08.554 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2025-04-15 14:55:08.556 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-15 14:55:08.558 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-15 14:55:08.560 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2025-04-15 14:55:08.562 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-15 14:55:08.565 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2025-04-15 14:55:08.567 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2025-04-15 14:55:08.570 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2025-04-15 14:55:08.571 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2025-04-15 14:55:08.574 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2025-04-15 14:55:08.575 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2025-04-15 14:55:08.575 | BEGIN { 2025-04-15 14:55:08.575 | section = "" 2025-04-15 14:55:08.575 | last_section = "" 2025-04-15 14:55:08.575 | section_count = 0 2025-04-15 14:55:08.575 | } 2025-04-15 14:55:08.575 | /^\[.+\]/ { 2025-04-15 14:55:08.575 | gsub("[][]", "", $1); 2025-04-15 14:55:08.575 | section=$1 2025-04-15 14:55:08.575 | next 2025-04-15 14:55:08.575 | } 2025-04-15 14:55:08.575 | /^ *\#/ { 2025-04-15 14:55:08.575 | next 2025-04-15 14:55:08.575 | } 2025-04-15 14:55:08.575 | /^[^ \t]+/ { 2025-04-15 14:55:08.575 | # get offset of first = in $0 2025-04-15 14:55:08.575 | eq_idx = index($0, "=") 2025-04-15 14:55:08.575 | # extract attr & value from $0 2025-04-15 14:55:08.575 | attr = substr($0, 1, eq_idx - 1) 2025-04-15 14:55:08.575 | value = substr($0, eq_idx + 1) 2025-04-15 14:55:08.575 | # only need to strip trailing whitespace from attr 2025-04-15 14:55:08.575 | sub(/[ \t]*$/, "", attr) 2025-04-15 14:55:08.575 | # need to strip leading & trailing whitespace from value 2025-04-15 14:55:08.575 | sub(/^[ \t]*/, "", value) 2025-04-15 14:55:08.575 | sub(/[ \t]*$/, "", value) 2025-04-15 14:55:08.575 | 2025-04-15 14:55:08.575 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-15 14:55:08.575 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-15 14:55:08.575 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-15 14:55:08.575 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-15 14:55:08.575 | if (! (section, attr) in cfg_attr_count) { 2025-04-15 14:55:08.575 | if (section != last_section) { 2025-04-15 14:55:08.575 | cfg_section[section_count++] = section 2025-04-15 14:55:08.575 | last_section = section 2025-04-15 14:55:08.575 | } 2025-04-15 14:55:08.575 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-15 14:55:08.575 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-15 14:55:08.575 | 2025-04-15 14:55:08.575 | cfg_attr[section, attr, 0] = value 2025-04-15 14:55:08.575 | cfg_attr_count[section, attr] = 1 2025-04-15 14:55:08.575 | } else { 2025-04-15 14:55:08.575 | lno = cfg_attr_count[section, attr]++ 2025-04-15 14:55:08.575 | cfg_attr[section, attr, lno] = value 2025-04-15 14:55:08.575 | } 2025-04-15 14:55:08.575 | } 2025-04-15 14:55:08.575 | END { 2025-04-15 14:55:08.575 | # Process each section in order 2025-04-15 14:55:08.575 | for (sno = 0; sno < section_count; sno++) { 2025-04-15 14:55:08.575 | section = cfg_section[sno] 2025-04-15 14:55:08.575 | # The ini routines simply append a config item immediately 2025-04-15 14:55:08.575 | # after the section header. To keep the same order as defined 2025-04-15 14:55:08.575 | # in local.conf, invoke the ini routines in the reverse order 2025-04-15 14:55:08.575 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-15 14:55:08.575 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-15 14:55:08.575 | if (cfg_attr_count[section, attr] == 1) 2025-04-15 14:55:08.575 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-15 14:55:08.575 | else { 2025-04-15 14:55:08.575 | # For multiline, invoke the ini routines in the reverse order 2025-04-15 14:55:08.575 | count = cfg_attr_count[section, attr] 2025-04-15 14:55:08.575 | print "inidelete " configfile " " section " " attr 2025-04-15 14:55:08.575 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-15 14:55:08.575 | for (l = count -2; l >= 0; l--) 2025-04-15 14:55:08.575 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-15 14:55:08.575 | } 2025-04-15 14:55:08.575 | } 2025-04-15 14:55:08.575 | } 2025-04-15 14:55:08.575 | } 2025-04-15 14:55:08.575 | ' 2025-04-15 14:55:08.575 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 14:55:08.577 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-15 14:55:08.577 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-15 14:55:08.579 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-15 14:55:08.581 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2025-04-15 14:55:08.583 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-15 14:55:08.585 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2025-04-15 14:55:08.587 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2025-04-15 14:55:08.588 | BEGIN { group = "" } 2025-04-15 14:55:08.588 | /^\[\[.+\|.*\]\]/ { 2025-04-15 14:55:08.588 | gsub("[][]", "", $1); 2025-04-15 14:55:08.588 | split($1, a, "|"); 2025-04-15 14:55:08.588 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-15 14:55:08.588 | group=a[1] 2025-04-15 14:55:08.588 | } else { 2025-04-15 14:55:08.588 | group="" 2025-04-15 14:55:08.588 | } 2025-04-15 14:55:08.588 | next 2025-04-15 14:55:08.588 | } 2025-04-15 14:55:08.588 | { 2025-04-15 14:55:08.588 | if (group != "") 2025-04-15 14:55:08.588 | print $0 2025-04-15 14:55:08.588 | } 2025-04-15 14:55:08.588 | ' /opt/stack/devstack/local.conf 2025-04-15 14:55:08.592 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF DEFAULT global_physnet_mtu "8950"' 2025-04-15 14:55:08.594 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf DEFAULT global_physnet_mtu 8950 2025-04-15 14:55:08.618 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 14:55:08.620 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF experimental linuxbridge "true"' 2025-04-15 14:55:08.622 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf experimental linuxbridge true 2025-04-15 14:55:08.647 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 14:55:08.650 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-15 14:55:08.652 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-15 14:55:08.654 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-15 14:55:08.657 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2025-04-15 14:55:08.659 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 14:55:08.661 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 14:55:08.663 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2025-04-15 14:55:08.666 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 14:55:08.669 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2025-04-15 14:55:08.672 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2025-04-15 14:55:08.674 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2025-04-15 14:55:08.676 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-15 14:55:08.678 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-15 14:55:08.680 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2025-04-15 14:55:08.682 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-15 14:55:08.686 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2025-04-15 14:55:08.687 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 14:55:08.690 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 14:55:08.693 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2025-04-15 14:55:08.695 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 14:55:08.695 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2025-04-15 14:55:08.695 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2025-04-15 14:55:08.695 | BEGIN { 2025-04-15 14:55:08.695 | section = "" 2025-04-15 14:55:08.695 | last_section = "" 2025-04-15 14:55:08.696 | section_count = 0 2025-04-15 14:55:08.696 | } 2025-04-15 14:55:08.696 | /^\[.+\]/ { 2025-04-15 14:55:08.696 | gsub("[][]", "", $1); 2025-04-15 14:55:08.696 | section=$1 2025-04-15 14:55:08.696 | next 2025-04-15 14:55:08.696 | } 2025-04-15 14:55:08.696 | /^ *\#/ { 2025-04-15 14:55:08.696 | next 2025-04-15 14:55:08.696 | } 2025-04-15 14:55:08.696 | /^[^ \t]+/ { 2025-04-15 14:55:08.696 | # get offset of first = in $0 2025-04-15 14:55:08.696 | eq_idx = index($0, "=") 2025-04-15 14:55:08.696 | # extract attr & value from $0 2025-04-15 14:55:08.696 | attr = substr($0, 1, eq_idx - 1) 2025-04-15 14:55:08.696 | value = substr($0, eq_idx + 1) 2025-04-15 14:55:08.696 | # only need to strip trailing whitespace from attr 2025-04-15 14:55:08.696 | sub(/[ \t]*$/, "", attr) 2025-04-15 14:55:08.696 | # need to strip leading & trailing whitespace from value 2025-04-15 14:55:08.696 | sub(/^[ \t]*/, "", value) 2025-04-15 14:55:08.696 | sub(/[ \t]*$/, "", value) 2025-04-15 14:55:08.696 | 2025-04-15 14:55:08.696 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-15 14:55:08.696 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-15 14:55:08.696 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-15 14:55:08.696 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-15 14:55:08.696 | if (! (section, attr) in cfg_attr_count) { 2025-04-15 14:55:08.696 | if (section != last_section) { 2025-04-15 14:55:08.696 | cfg_section[section_count++] = section 2025-04-15 14:55:08.696 | last_section = section 2025-04-15 14:55:08.696 | } 2025-04-15 14:55:08.696 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-15 14:55:08.696 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-15 14:55:08.696 | 2025-04-15 14:55:08.696 | cfg_attr[section, attr, 0] = value 2025-04-15 14:55:08.696 | cfg_attr_count[section, attr] = 1 2025-04-15 14:55:08.696 | } else { 2025-04-15 14:55:08.696 | lno = cfg_attr_count[section, attr]++ 2025-04-15 14:55:08.696 | cfg_attr[section, attr, lno] = value 2025-04-15 14:55:08.696 | } 2025-04-15 14:55:08.696 | } 2025-04-15 14:55:08.696 | END { 2025-04-15 14:55:08.696 | # Process each section in order 2025-04-15 14:55:08.696 | for (sno = 0; sno < section_count; sno++) { 2025-04-15 14:55:08.696 | section = cfg_section[sno] 2025-04-15 14:55:08.696 | # The ini routines simply append a config item immediately 2025-04-15 14:55:08.696 | # after the section header. To keep the same order as defined 2025-04-15 14:55:08.696 | # in local.conf, invoke the ini routines in the reverse order 2025-04-15 14:55:08.696 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-15 14:55:08.696 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-15 14:55:08.696 | if (cfg_attr_count[section, attr] == 1) 2025-04-15 14:55:08.696 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-15 14:55:08.696 | else { 2025-04-15 14:55:08.696 | # For multiline, invoke the ini routines in the reverse order 2025-04-15 14:55:08.696 | count = cfg_attr_count[section, attr] 2025-04-15 14:55:08.696 | print "inidelete " configfile " " section " " attr 2025-04-15 14:55:08.696 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-15 14:55:08.696 | for (l = count -2; l >= 0; l--) 2025-04-15 14:55:08.696 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-15 14:55:08.696 | } 2025-04-15 14:55:08.696 | } 2025-04-15 14:55:08.696 | } 2025-04-15 14:55:08.696 | } 2025-04-15 14:55:08.696 | ' 2025-04-15 14:55:08.697 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-15 14:55:08.698 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-15 14:55:08.700 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-15 14:55:08.702 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2025-04-15 14:55:08.704 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-15 14:55:08.706 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2025-04-15 14:55:08.708 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2025-04-15 14:55:08.708 | BEGIN { group = "" } 2025-04-15 14:55:08.708 | /^\[\[.+\|.*\]\]/ { 2025-04-15 14:55:08.708 | gsub("[][]", "", $1); 2025-04-15 14:55:08.708 | split($1, a, "|"); 2025-04-15 14:55:08.708 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-15 14:55:08.708 | group=a[1] 2025-04-15 14:55:08.708 | } else { 2025-04-15 14:55:08.708 | group="" 2025-04-15 14:55:08.708 | } 2025-04-15 14:55:08.708 | next 2025-04-15 14:55:08.708 | } 2025-04-15 14:55:08.708 | { 2025-04-15 14:55:08.708 | if (group != "") 2025-04-15 14:55:08.708 | print $0 2025-04-15 14:55:08.708 | } 2025-04-15 14:55:08.708 | ' /opt/stack/devstack/local.conf 2025-04-15 14:55:08.713 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 mechanism_drivers "nsxv3,openvswitch,logger"' 2025-04-15 14:55:08.715 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers nsxv3,openvswitch,logger 2025-04-15 14:55:08.739 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 14:55:08.742 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 overlay_ip_version "4"' 2025-04-15 14:55:08.744 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2025-04-15 14:55:08.768 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 14:55:08.770 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 extension_drivers "port_security"' 2025-04-15 14:55:08.773 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2025-04-15 14:55:08.798 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 14:55:08.801 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 tenant_network_types "vlan"' 2025-04-15 14:55:08.803 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2025-04-15 14:55:08.829 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 14:55:08.831 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 path_mtu "8950"' 2025-04-15 14:55:08.833 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 path_mtu 8950 2025-04-15 14:55:08.857 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 14:55:08.859 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 type_drivers "vlan"' 2025-04-15 14:55:08.861 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 type_drivers vlan 2025-04-15 14:55:08.885 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 14:55:08.887 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2_type_vlan network_vlan_ranges "default:2:999,public:1000:2000"' 2025-04-15 14:55:08.890 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges default:2:999,public:1000:2000 2025-04-15 14:55:08.915 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 14:55:08.917 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup firewall_driver "noop"' 2025-04-15 14:55:08.919 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver noop 2025-04-15 14:55:08.945 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 14:55:08.947 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2025-04-15 14:55:08.949 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2025-04-15 14:55:08.975 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 14:55:08.977 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-15 14:55:08.979 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-15 14:55:08.982 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-15 14:55:08.984 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /etc/neutron/dhcp_agent.ini' 2025-04-15 14:55:08.987 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/dhcp_agent.ini 2025-04-15 14:55:08.989 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/dhcp_agent.ini 2025-04-15 14:55:08.991 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2025-04-15 14:55:08.994 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/dhcp_agent.ini 2025-04-15 14:55:08.997 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2025-04-15 14:55:08.999 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2025-04-15 14:55:09.002 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2025-04-15 14:55:09.004 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-15 14:55:09.006 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-15 14:55:09.008 | + inc/meta-config:merge_config_file:85 : local configfile=/etc/neutron/dhcp_agent.ini 2025-04-15 14:55:09.010 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-15 14:55:09.013 | ++ inc/meta-config:merge_config_file:91 : eval echo /etc/neutron/dhcp_agent.ini 2025-04-15 14:55:09.015 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/dhcp_agent.ini 2025-04-15 14:55:09.017 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/dhcp_agent.ini 2025-04-15 14:55:09.019 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/dhcp_agent.ini ']' 2025-04-15 14:55:09.022 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2025-04-15 14:55:09.023 | + inc/meta-config:merge_config_file:97 : awk -v configfile=/etc/neutron/dhcp_agent.ini ' 2025-04-15 14:55:09.023 | BEGIN { 2025-04-15 14:55:09.023 | section = "" 2025-04-15 14:55:09.023 | last_section = "" 2025-04-15 14:55:09.023 | section_count = 0 2025-04-15 14:55:09.023 | } 2025-04-15 14:55:09.023 | /^\[.+\]/ { 2025-04-15 14:55:09.023 | gsub("[][]", "", $1); 2025-04-15 14:55:09.023 | section=$1 2025-04-15 14:55:09.023 | next 2025-04-15 14:55:09.023 | } 2025-04-15 14:55:09.023 | /^ *\#/ { 2025-04-15 14:55:09.023 | next 2025-04-15 14:55:09.023 | } 2025-04-15 14:55:09.023 | /^[^ \t]+/ { 2025-04-15 14:55:09.023 | # get offset of first = in $0 2025-04-15 14:55:09.023 | eq_idx = index($0, "=") 2025-04-15 14:55:09.023 | # extract attr & value from $0 2025-04-15 14:55:09.023 | attr = substr($0, 1, eq_idx - 1) 2025-04-15 14:55:09.023 | value = substr($0, eq_idx + 1) 2025-04-15 14:55:09.023 | # only need to strip trailing whitespace from attr 2025-04-15 14:55:09.023 | sub(/[ \t]*$/, "", attr) 2025-04-15 14:55:09.023 | # need to strip leading & trailing whitespace from value 2025-04-15 14:55:09.023 | sub(/^[ \t]*/, "", value) 2025-04-15 14:55:09.023 | sub(/[ \t]*$/, "", value) 2025-04-15 14:55:09.023 | 2025-04-15 14:55:09.023 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-15 14:55:09.023 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-15 14:55:09.023 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-15 14:55:09.023 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-15 14:55:09.023 | if (! (section, attr) in cfg_attr_count) { 2025-04-15 14:55:09.023 | if (section != last_section) { 2025-04-15 14:55:09.023 | cfg_section[section_count++] = section 2025-04-15 14:55:09.023 | last_section = section 2025-04-15 14:55:09.023 | } 2025-04-15 14:55:09.023 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-15 14:55:09.023 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-15 14:55:09.023 | 2025-04-15 14:55:09.023 | cfg_attr[section, attr, 0] = value 2025-04-15 14:55:09.023 | cfg_attr_count[section, attr] = 1 2025-04-15 14:55:09.023 | } else { 2025-04-15 14:55:09.023 | lno = cfg_attr_count[section, attr]++ 2025-04-15 14:55:09.023 | cfg_attr[section, attr, lno] = value 2025-04-15 14:55:09.023 | } 2025-04-15 14:55:09.023 | } 2025-04-15 14:55:09.023 | END { 2025-04-15 14:55:09.023 | # Process each section in order 2025-04-15 14:55:09.023 | for (sno = 0; sno < section_count; sno++) { 2025-04-15 14:55:09.023 | section = cfg_section[sno] 2025-04-15 14:55:09.023 | # The ini routines simply append a config item immediately 2025-04-15 14:55:09.023 | # after the section header. To keep the same order as defined 2025-04-15 14:55:09.024 | # in local.conf, invoke the ini routines in the reverse order 2025-04-15 14:55:09.024 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-15 14:55:09.024 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-15 14:55:09.024 | if (cfg_attr_count[section, attr] == 1) 2025-04-15 14:55:09.024 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-15 14:55:09.024 | else { 2025-04-15 14:55:09.024 | # For multiline, invoke the ini routines in the reverse order 2025-04-15 14:55:09.024 | count = cfg_attr_count[section, attr] 2025-04-15 14:55:09.024 | print "inidelete " configfile " " section " " attr 2025-04-15 14:55:09.024 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-15 14:55:09.024 | for (l = count -2; l >= 0; l--) 2025-04-15 14:55:09.024 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-15 14:55:09.024 | } 2025-04-15 14:55:09.024 | } 2025-04-15 14:55:09.024 | } 2025-04-15 14:55:09.024 | } 2025-04-15 14:55:09.024 | ' 2025-04-15 14:55:09.024 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 14:55:09.025 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-15 14:55:09.025 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-15 14:55:09.027 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-15 14:55:09.029 | + inc/meta-config:get_meta_section:35 : local configfile=/etc/neutron/dhcp_agent.ini 2025-04-15 14:55:09.031 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-15 14:55:09.033 | + inc/meta-config:get_meta_section:38 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2025-04-15 14:55:09.035 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v configfile=/etc/neutron/dhcp_agent.ini ' 2025-04-15 14:55:09.035 | BEGIN { group = "" } 2025-04-15 14:55:09.035 | /^\[\[.+\|.*\]\]/ { 2025-04-15 14:55:09.035 | gsub("[][]", "", $1); 2025-04-15 14:55:09.035 | split($1, a, "|"); 2025-04-15 14:55:09.035 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-15 14:55:09.035 | group=a[1] 2025-04-15 14:55:09.035 | } else { 2025-04-15 14:55:09.035 | group="" 2025-04-15 14:55:09.035 | } 2025-04-15 14:55:09.035 | next 2025-04-15 14:55:09.035 | } 2025-04-15 14:55:09.035 | { 2025-04-15 14:55:09.035 | if (group != "") 2025-04-15 14:55:09.035 | print $0 2025-04-15 14:55:09.035 | } 2025-04-15 14:55:09.035 | ' /opt/stack/devstack/local.conf 2025-04-15 14:55:09.039 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_dns_servers "147.204.9.200, 147.204.9.201"' 2025-04-15 14:55:09.041 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_dns_servers '147.204.9.200, 147.204.9.201' 2025-04-15 14:55:09.065 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 14:55:09.067 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver "openvswitch"' 2025-04-15 14:55:09.069 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2025-04-15 14:55:09.094 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 14:55:09.096 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata "True"' 2025-04-15 14:55:09.098 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata True 2025-04-15 14:55:09.122 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 14:55:09.124 | + stack.sh:main:1274 : is_service_enabled swift 2025-04-15 14:55:09.139 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:55:09.141 | + stack.sh:main:1282 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-15 14:55:09.143 | + stack.sh:main:1283 : is_service_enabled cinder 2025-04-15 14:55:09.157 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:55:09.159 | + stack.sh:main:1284 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-15 14:55:09.186 | + stack.sh:main:1287 : async_wait configure_neutron_nova 2025-04-15 14:55:09.223 | [3532 Async configure_neutron_nova:51469]: Waiting for completion of configure_neutron_nova running on PID 51469 (2 other jobs running) 2025-04-15 14:55:09.240 | [3532 Async configure_neutron_nova:51469]: Signaling child to exit 2025-04-15 14:55:09.240 | WAKEUP 2025-04-15 14:55:09.256 | [3532 Async configure_neutron_nova:51469]: Signaled 2025-04-15 14:55:09.257 | + lib/neutron:configure_neutron_nova:447 : create_nova_conf_neutron /etc/nova/nova.conf 2025-04-15 14:55:09.257 | + lib/neutron:create_nova_conf_neutron:458 : local conf=/etc/nova/nova.conf 2025-04-15 14:55:09.257 | + lib/neutron:create_nova_conf_neutron:459 : iniset /etc/nova/nova.conf neutron auth_type password 2025-04-15 14:55:09.257 | + lib/neutron:create_nova_conf_neutron:460 : iniset /etc/nova/nova.conf neutron auth_url http://10.180.1.21/identity 2025-04-15 14:55:09.257 | + lib/neutron:create_nova_conf_neutron:461 : iniset /etc/nova/nova.conf neutron username neutron 2025-04-15 14:55:09.257 | + lib/neutron:create_nova_conf_neutron:462 : iniset /etc/nova/nova.conf neutron password nomoresecret 2025-04-15 14:55:09.257 | + lib/neutron:create_nova_conf_neutron:463 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2025-04-15 14:55:09.257 | + lib/neutron:create_nova_conf_neutron:464 : iniset /etc/nova/nova.conf neutron project_name service 2025-04-15 14:55:09.257 | + lib/neutron:create_nova_conf_neutron:465 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2025-04-15 14:55:09.257 | + lib/neutron:create_nova_conf_neutron:466 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2025-04-15 14:55:09.257 | + lib/neutron:create_nova_conf_neutron:467 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2025-04-15 14:55:09.257 | + lib/neutron:create_nova_conf_neutron:470 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2025-04-15 14:55:09.257 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2025-04-15 14:55:09.257 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:119 : : 2025-04-15 14:55:09.257 | + lib/neutron:create_nova_conf_neutron:472 : is_service_enabled q-meta neutron-metadata-agent 2025-04-15 14:55:09.257 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:55:09.257 | + lib/neutron:create_nova_conf_neutron:473 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2025-04-15 14:55:09.257 | + lib/neutron:create_nova_conf_neutron:476 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2025-04-15 14:55:09.257 | + lib/neutron:create_nova_conf_neutron:477 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2025-04-15 14:55:09.257 | + lib/neutron:configure_neutron_nova:448 : [[ singleconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2025-04-15 14:55:09.288 | [3532 Async configure_neutron_nova:51469]: finished configure_neutron_nova with result 0 in 0 seconds 2025-04-15 14:55:09.291 | + inc/async:async_wait:197 : return 0 2025-04-15 14:55:09.293 | + stack.sh:main:1293 : is_service_enabled nova 2025-04-15 14:55:09.307 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:55:09.309 | + stack.sh:main:1294 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-15 14:55:09.335 | + stack.sh:main:1295 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-15 14:55:09.362 | + stack.sh:main:1299 : is_service_enabled n-api 2025-04-15 14:55:09.376 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:55:09.378 | + stack.sh:main:1300 : echo_summary 'Starting Nova API' 2025-04-15 14:55:09.380 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 14:55:09.382 | + stack.sh:echo_summary:461 : echo -e Starting Nova API 2025-04-15 14:55:09.384 | + stack.sh:main:1301 : start_nova_api 2025-04-15 14:55:09.386 | + lib/nova:start_nova_api:978 : local service_port=8774 2025-04-15 14:55:09.388 | + lib/nova:start_nova_api:979 : local service_protocol=http 2025-04-15 14:55:09.390 | + lib/nova:start_nova_api:980 : local nova_url 2025-04-15 14:55:09.393 | + lib/nova:start_nova_api:981 : is_service_enabled tls-proxy 2025-04-15 14:55:09.406 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:55:09.408 | + lib/nova:start_nova_api:987 : local old_path=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-15 14:55:09.410 | + lib/nova:start_nova_api:988 : export PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-15 14:55:09.412 | + lib/nova:start_nova_api:988 : PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-15 14:55:09.414 | + lib/nova:start_nova_api:990 : '[' True == False ']' 2025-04-15 14:55:09.417 | ++ lib/nova:start_nova_api:998 : which uwsgi 2025-04-15 14:55:09.420 | + lib/nova:start_nova_api:998 : run_process n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-15 14:55:09.422 | + functions-common:run_process:1654 : local service=n-api 2025-04-15 14:55:09.424 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-15 14:55:09.426 | + functions-common:run_process:1656 : local group= 2025-04-15 14:55:09.428 | + functions-common:run_process:1657 : local user= 2025-04-15 14:55:09.431 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 14:55:09.433 | + functions-common:run_process:1660 : local name=n-api 2025-04-15 14:55:09.435 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 14:55:09.437 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 14:55:09.439 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:55:09.441 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:55:09.443 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:55:09.446 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728909444 2025-04-15 14:55:09.448 | + functions-common:run_process:1663 : is_service_enabled n-api 2025-04-15 14:55:09.461 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:55:09.463 | + functions-common:run_process:1664 : _run_under_systemd n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' '' '' 2025-04-15 14:55:09.466 | + functions-common:_run_under_systemd:1611 : local service=n-api 2025-04-15 14:55:09.468 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-15 14:55:09.470 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-15 14:55:09.472 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-15 14:55:09.474 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-15 14:55:09.476 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2025-04-15 14:55:09.478 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2025-04-15 14:55:09.480 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-api.service 2025-04-15 14:55:09.482 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-15 14:55:09.484 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-15 14:55:09.486 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-15 14:55:09.488 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-15 14:55:09.490 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2025-04-15 14:55:09.492 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-15 14:55:09.494 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-15 14:55:09.496 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@n-api.service '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2025-04-15 14:55:09.498 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@n-api.service 2025-04-15 14:55:09.500 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-15 14:55:09.502 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-15 14:55:09.503 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-15 14:55:09.505 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-15 14:55:09.507 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@n-api.service 2025-04-15 14:55:09.509 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-15 14:55:09.512 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@n-api.service Unit Description 'Devstack devstack@n-api.service' 2025-04-15 14:55:09.560 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Environment '"PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-15 14:55:09.608 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service 2025-04-15 14:55:09.649 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User stack 2025-04-15 14:55:09.690 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-15 14:55:09.731 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-15 14:55:09.773 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2025-04-15 14:55:09.815 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2025-04-15 14:55:09.855 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2025-04-15 14:55:09.895 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2025-04-15 14:55:09.936 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2025-04-15 14:55:09.977 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-15 14:55:09.979 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-15 14:55:09.981 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2025-04-15 14:55:10.029 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-15 14:55:10.290 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-api.service 2025-04-15 14:55:10.299 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2025-04-15 14:55:10.539 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-api.service 2025-04-15 14:55:10.589 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 14:55:10.591 | + functions-common:time_stop:2400 : local name 2025-04-15 14:55:10.593 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:55:10.595 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:55:10.597 | + functions-common:time_stop:2403 : local total 2025-04-15 14:55:10.599 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:55:10.602 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 14:55:10.603 | + functions-common:time_stop:2407 : start_time=1744728909444 2025-04-15 14:55:10.605 | + functions-common:time_stop:2409 : [[ -z 1744728909444 ]] 2025-04-15 14:55:10.609 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:55:10.612 | + functions-common:time_stop:2412 : end_time=1744728910609 2025-04-15 14:55:10.614 | + functions-common:time_stop:2413 : elapsed_time=1165 2025-04-15 14:55:10.616 | + functions-common:time_stop:2414 : total=1250 2025-04-15 14:55:10.618 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:55:10.620 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2415 2025-04-15 14:55:10.622 | + lib/nova:start_nova_api:999 : nova_url=http://10.180.1.21/compute/v2.1/ 2025-04-15 14:55:10.624 | + lib/nova:start_nova_api:1002 : echo 'Waiting for nova-api to start...' 2025-04-15 14:55:10.624 | Waiting for nova-api to start... 2025-04-15 14:55:10.626 | + lib/nova:start_nova_api:1003 : wait_for_service 60 http://10.180.1.21/compute/v2.1/ 2025-04-15 14:55:10.628 | + functions:wait_for_service:468 : local timeout=60 2025-04-15 14:55:10.630 | + functions:wait_for_service:469 : local url=http://10.180.1.21/compute/v2.1/ 2025-04-15 14:55:10.632 | + functions:wait_for_service:470 : local rval=0 2025-04-15 14:55:10.634 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-15 14:55:10.636 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-15 14:55:10.638 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:55:10.640 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:55:10.643 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:55:10.646 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728910644 2025-04-15 14:55:10.649 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-15 14:55:10.652 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/compute/v2.1/ 2025-04-15 14:55:13.240 | + :: : [[ 200 == 503 ]] 2025-04-15 14:55:13.242 | + :: : [[ 0 -eq 7 ]] 2025-04-15 14:55:13.245 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-15 14:55:13.247 | + functions-common:time_stop:2400 : local name 2025-04-15 14:55:13.249 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:55:13.251 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:55:13.253 | + functions-common:time_stop:2403 : local total 2025-04-15 14:55:13.255 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:55:13.257 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-15 14:55:13.259 | + functions-common:time_stop:2407 : start_time=1744728910644 2025-04-15 14:55:13.261 | + functions-common:time_stop:2409 : [[ -z 1744728910644 ]] 2025-04-15 14:55:13.264 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:55:13.267 | + functions-common:time_stop:2412 : end_time=1744728913265 2025-04-15 14:55:13.269 | + functions-common:time_stop:2413 : elapsed_time=2621 2025-04-15 14:55:13.271 | + functions-common:time_stop:2414 : total=2282 2025-04-15 14:55:13.273 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:55:13.275 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=4903 2025-04-15 14:55:13.277 | + functions:wait_for_service:478 : return 0 2025-04-15 14:55:13.279 | + lib/nova:start_nova_api:1007 : export PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-15 14:55:13.281 | + lib/nova:start_nova_api:1007 : PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-15 14:55:13.284 | + stack.sh:main:1304 : is_service_enabled ovn-controller ovn-controller-vtep 2025-04-15 14:55:13.298 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:55:13.300 | + stack.sh:main:1309 : is_service_enabled neutron-api 2025-04-15 14:55:13.313 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:55:13.315 | + stack.sh:main:1312 : is_service_enabled q-svc 2025-04-15 14:55:13.328 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:55:13.330 | + stack.sh:main:1313 : echo_summary 'Starting Neutron' 2025-04-15 14:55:13.332 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 14:55:13.334 | + stack.sh:echo_summary:461 : echo -e Starting Neutron 2025-04-15 14:55:13.337 | + stack.sh:main:1314 : configure_neutron_after_post_config 2025-04-15 14:55:13.339 | + lib/neutron:configure_neutron_after_post_config:557 : [[ router != '' ]] 2025-04-15 14:55:13.341 | + lib/neutron:configure_neutron_after_post_config:558 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router 2025-04-15 14:55:13.366 | + lib/neutron:configure_neutron_after_post_config:560 : configure_rbac_policies 2025-04-15 14:55:13.368 | + lib/neutron:configure_rbac_policies:566 : [[ False == \T\r\u\e ]] 2025-04-15 14:55:13.370 | + lib/neutron:configure_rbac_policies:566 : [[ False == True ]] 2025-04-15 14:55:13.372 | + lib/neutron:configure_rbac_policies:570 : iniset /etc/neutron/neutron.conf oslo_policy enforce_new_defaults False 2025-04-15 14:55:13.398 | + lib/neutron:configure_rbac_policies:571 : iniset /etc/neutron/neutron.conf oslo_policy enforce_scope False 2025-04-15 14:55:13.424 | + stack.sh:main:1315 : start_neutron_service_and_check 2025-04-15 14:55:13.427 | + lib/neutron:start_neutron_service_and_check:600 : local service_port=9696 2025-04-15 14:55:13.428 | + lib/neutron:start_neutron_service_and_check:601 : local service_protocol=http 2025-04-15 14:55:13.431 | + lib/neutron:start_neutron_service_and_check:602 : local cfg_file_options 2025-04-15 14:55:13.433 | + lib/neutron:start_neutron_service_and_check:603 : local neutron_url 2025-04-15 14:55:13.436 | ++ lib/neutron:start_neutron_service_and_check:605 : determine_config_files neutron-server 2025-04-15 14:55:13.438 | ++ lib/neutron:determine_config_files:366 : local opts= 2025-04-15 14:55:13.441 | ++ lib/neutron:determine_config_files:367 : case "$1" in 2025-04-15 14:55:13.444 | +++ lib/neutron:determine_config_files:368 : _determine_config_server 2025-04-15 14:55:13.446 | +++ lib/neutron:_determine_config_server:336 : [[ '' != '' ]] 2025-04-15 14:55:13.448 | +++ lib/neutron:_determine_config_server:343 : [[ 0 > 0 ]] 2025-04-15 14:55:13.450 | +++ lib/neutron:_determine_config_server:350 : local cfg_file 2025-04-15 14:55:13.452 | +++ lib/neutron:_determine_config_server:351 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-15 14:55:13.454 | +++ lib/neutron:_determine_config_server:355 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-15 14:55:13.457 | ++ lib/neutron:determine_config_files:368 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-15 14:55:13.459 | ++ lib/neutron:determine_config_files:371 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2025-04-15 14:55:13.461 | ++ lib/neutron:determine_config_files:374 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-15 14:55:13.463 | + lib/neutron:start_neutron_service_and_check:605 : cfg_file_options='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-15 14:55:13.466 | + lib/neutron:start_neutron_service_and_check:607 : is_service_enabled tls-proxy 2025-04-15 14:55:13.479 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:55:13.481 | + lib/neutron:start_neutron_service_and_check:612 : '[' False == True ']' 2025-04-15 14:55:13.483 | + lib/neutron:start_neutron_service_and_check:619 : run_process q-svc '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-15 14:55:13.485 | + functions-common:run_process:1654 : local service=q-svc 2025-04-15 14:55:13.487 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-15 14:55:13.489 | + functions-common:run_process:1656 : local group= 2025-04-15 14:55:13.491 | + functions-common:run_process:1657 : local user= 2025-04-15 14:55:13.494 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 14:55:13.496 | + functions-common:run_process:1660 : local name=q-svc 2025-04-15 14:55:13.498 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 14:55:13.500 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 14:55:13.502 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:55:13.504 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:55:13.507 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:55:13.510 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728913507 2025-04-15 14:55:13.512 | + functions-common:run_process:1663 : is_service_enabled q-svc 2025-04-15 14:55:13.525 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:55:13.528 | + functions-common:run_process:1664 : _run_under_systemd q-svc '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' '' 2025-04-15 14:55:13.529 | + functions-common:_run_under_systemd:1611 : local service=q-svc 2025-04-15 14:55:13.532 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-15 14:55:13.534 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-15 14:55:13.536 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-15 14:55:13.538 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-15 14:55:13.540 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2025-04-15 14:55:13.542 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2025-04-15 14:55:13.544 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-svc.service 2025-04-15 14:55:13.546 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-15 14:55:13.548 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-15 14:55:13.550 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-15 14:55:13.552 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-15 14:55:13.554 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2025-04-15 14:55:13.556 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@q-svc.service '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' stack '' 2025-04-15 14:55:13.558 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-svc.service 2025-04-15 14:55:13.560 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-15 14:55:13.562 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-15 14:55:13.564 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-15 14:55:13.565 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-15 14:55:13.567 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-15 14:55:13.569 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-15 14:55:13.571 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2025-04-15 14:55:13.573 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-15 14:55:13.576 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' 2025-04-15 14:55:13.624 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-15 14:55:13.671 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User stack 2025-04-15 14:55:13.711 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecStart '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-15 14:55:13.752 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2025-04-15 14:55:13.793 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2025-04-15 14:55:13.834 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-15 14:55:13.874 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-15 14:55:13.876 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-15 14:55:13.878 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2025-04-15 14:55:13.926 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-15 14:55:14.165 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-svc.service 2025-04-15 14:55:14.175 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2025-04-15 14:55:14.409 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-svc.service 2025-04-15 14:55:14.436 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 14:55:14.438 | + functions-common:time_stop:2400 : local name 2025-04-15 14:55:14.440 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:55:14.442 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:55:14.444 | + functions-common:time_stop:2403 : local total 2025-04-15 14:55:14.446 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:55:14.448 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 14:55:14.450 | + functions-common:time_stop:2407 : start_time=1744728913507 2025-04-15 14:55:14.453 | + functions-common:time_stop:2409 : [[ -z 1744728913507 ]] 2025-04-15 14:55:14.456 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:55:14.459 | + functions-common:time_stop:2412 : end_time=1744728914457 2025-04-15 14:55:14.461 | + functions-common:time_stop:2413 : elapsed_time=950 2025-04-15 14:55:14.464 | + functions-common:time_stop:2414 : total=2415 2025-04-15 14:55:14.465 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:55:14.468 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3365 2025-04-15 14:55:14.470 | + lib/neutron:start_neutron_service_and_check:620 : neutron_url=http://10.180.1.21:9696/ 2025-04-15 14:55:14.472 | + lib/neutron:start_neutron_service_and_check:622 : is_service_enabled tls-proxy 2025-04-15 14:55:14.487 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:55:14.489 | + lib/neutron:start_neutron_service_and_check:626 : '[' '!' -z networking ']' 2025-04-15 14:55:14.491 | + lib/neutron:start_neutron_service_and_check:627 : neutron_url=http://10.180.1.21:9696/networking 2025-04-15 14:55:14.494 | + lib/neutron:start_neutron_service_and_check:629 : echo 'Waiting for Neutron to start...' 2025-04-15 14:55:14.494 | Waiting for Neutron to start... 2025-04-15 14:55:14.496 | + lib/neutron:start_neutron_service_and_check:631 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2025-04-15 14:55:14.498 | + lib/neutron:start_neutron_service_and_check:632 : test_with_retry 'wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 'Neutron did not start' 60 2025-04-15 14:55:14.500 | + functions-common:test_with_retry:2338 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2025-04-15 14:55:14.502 | + functions-common:test_with_retry:2339 : local 'failmsg=Neutron did not start' 2025-04-15 14:55:14.504 | + functions-common:test_with_retry:2340 : local until=60 2025-04-15 14:55:14.506 | + functions-common:test_with_retry:2341 : local sleep=0.5 2025-04-15 14:55:14.508 | + functions-common:test_with_retry:2343 : time_start test_with_retry 2025-04-15 14:55:14.510 | + functions-common:time_start:2386 : local name=test_with_retry 2025-04-15 14:55:14.512 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:55:14.514 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:55:14.517 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:55:14.521 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728914518 2025-04-15 14:55:14.523 | + functions-common:test_with_retry:2344 : timeout 60 sh -c 'while ! wget --no-proxy -q -O- http://10.180.1.21:9696/networking; do sleep 0.5; done' 2025-04-15 14:55:17.560 | {"versions": [{"id": "v2.0", "status": "CURRENT", "links": [{"rel": "self", "href": "http://10.180.1.21:9696/networking/v2.0/"}]}]}+ functions-common:test_with_retry:2347 : time_stop test_with_retry 2025-04-15 14:55:17.563 | + functions-common:time_stop:2400 : local name 2025-04-15 14:55:17.565 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:55:17.567 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:55:17.569 | + functions-common:time_stop:2403 : local total 2025-04-15 14:55:17.571 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:55:17.574 | + functions-common:time_stop:2406 : name=test_with_retry 2025-04-15 14:55:17.576 | + functions-common:time_stop:2407 : start_time=1744728914518 2025-04-15 14:55:17.578 | + functions-common:time_stop:2409 : [[ -z 1744728914518 ]] 2025-04-15 14:55:17.581 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:55:17.585 | + functions-common:time_stop:2412 : end_time=1744728917583 2025-04-15 14:55:17.587 | + functions-common:time_stop:2413 : elapsed_time=3065 2025-04-15 14:55:17.589 | + functions-common:time_stop:2414 : total=0 2025-04-15 14:55:17.592 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:55:17.594 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3065 2025-04-15 14:55:17.596 | + stack.sh:main:1320 : is_service_enabled placement 2025-04-15 14:55:17.612 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:55:17.615 | + stack.sh:main:1321 : echo_summary 'Starting Placement' 2025-04-15 14:55:17.617 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 14:55:17.619 | + stack.sh:echo_summary:461 : echo -e Starting Placement 2025-04-15 14:55:17.621 | + stack.sh:main:1322 : start_placement 2025-04-15 14:55:17.623 | + lib/placement:start_placement:173 : start_placement_api 2025-04-15 14:55:17.625 | + lib/placement:start_placement_api:159 : [[ uwsgi == \u\w\s\g\i ]] 2025-04-15 14:55:17.628 | ++ lib/placement:start_placement_api:160 : which uwsgi 2025-04-15 14:55:17.632 | + lib/placement:start_placement_api:160 : run_process placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-15 14:55:17.635 | + functions-common:run_process:1654 : local service=placement-api 2025-04-15 14:55:17.637 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-15 14:55:17.639 | + functions-common:run_process:1656 : local group= 2025-04-15 14:55:17.641 | + functions-common:run_process:1657 : local user= 2025-04-15 14:55:17.643 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 14:55:17.645 | + functions-common:run_process:1660 : local name=placement-api 2025-04-15 14:55:17.648 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 14:55:17.650 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 14:55:17.653 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:55:17.655 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:55:17.658 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:55:17.661 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728917659 2025-04-15 14:55:17.663 | + functions-common:run_process:1663 : is_service_enabled placement-api 2025-04-15 14:55:17.678 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:55:17.680 | + functions-common:run_process:1664 : _run_under_systemd placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' '' 2025-04-15 14:55:17.683 | + functions-common:_run_under_systemd:1611 : local service=placement-api 2025-04-15 14:55:17.685 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-15 14:55:17.687 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-15 14:55:17.689 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-15 14:55:17.692 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-15 14:55:17.694 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2025-04-15 14:55:17.696 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2025-04-15 14:55:17.699 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@placement-api.service 2025-04-15 14:55:17.701 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-15 14:55:17.704 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-15 14:55:17.706 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-15 14:55:17.708 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-15 14:55:17.710 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2025-04-15 14:55:17.712 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-15 14:55:17.714 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-15 14:55:17.716 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@placement-api.service '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2025-04-15 14:55:17.718 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@placement-api.service 2025-04-15 14:55:17.720 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-15 14:55:17.722 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-15 14:55:17.724 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-15 14:55:17.726 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-15 14:55:17.728 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2025-04-15 14:55:17.730 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-15 14:55:17.733 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Unit Description 'Devstack devstack@placement-api.service' 2025-04-15 14:55:17.782 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-15 14:55:17.832 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service 2025-04-15 14:55:17.874 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User stack 2025-04-15 14:55:17.914 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-15 14:55:17.955 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-15 14:55:17.996 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2025-04-15 14:55:18.038 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2025-04-15 14:55:18.079 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2025-04-15 14:55:18.120 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2025-04-15 14:55:18.163 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2025-04-15 14:55:18.205 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-15 14:55:18.207 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-15 14:55:18.209 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2025-04-15 14:55:18.257 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-15 14:55:18.490 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@placement-api.service 2025-04-15 14:55:18.499 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2025-04-15 14:55:18.740 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@placement-api.service 2025-04-15 14:55:18.792 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 14:55:18.795 | + functions-common:time_stop:2400 : local name 2025-04-15 14:55:18.797 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:55:18.799 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:55:18.801 | + functions-common:time_stop:2403 : local total 2025-04-15 14:55:18.803 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:55:18.805 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 14:55:18.807 | + functions-common:time_stop:2407 : start_time=1744728917659 2025-04-15 14:55:18.809 | + functions-common:time_stop:2409 : [[ -z 1744728917659 ]] 2025-04-15 14:55:18.812 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:55:18.815 | + functions-common:time_stop:2412 : end_time=1744728918813 2025-04-15 14:55:18.817 | + functions-common:time_stop:2413 : elapsed_time=1154 2025-04-15 14:55:18.819 | + functions-common:time_stop:2414 : total=3365 2025-04-15 14:55:18.821 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:55:18.823 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=4519 2025-04-15 14:55:18.825 | + lib/placement:start_placement_api:166 : echo 'Waiting for placement-api to start...' 2025-04-15 14:55:18.825 | Waiting for placement-api to start... 2025-04-15 14:55:18.827 | + lib/placement:start_placement_api:167 : wait_for_service 60 http://10.180.1.21/placement 2025-04-15 14:55:18.829 | + functions:wait_for_service:468 : local timeout=60 2025-04-15 14:55:18.832 | + functions:wait_for_service:469 : local url=http://10.180.1.21/placement 2025-04-15 14:55:18.834 | + functions:wait_for_service:470 : local rval=0 2025-04-15 14:55:18.836 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-15 14:55:18.838 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-15 14:55:18.840 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:55:18.843 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:55:18.845 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:55:18.849 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728918847 2025-04-15 14:55:18.852 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-15 14:55:18.856 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/placement 2025-04-15 14:55:20.004 | + :: : [[ 200 == 503 ]] 2025-04-15 14:55:20.005 | + :: : [[ 0 -eq 7 ]] 2025-04-15 14:55:20.007 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-15 14:55:20.010 | + functions-common:time_stop:2400 : local name 2025-04-15 14:55:20.012 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:55:20.014 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:55:20.016 | + functions-common:time_stop:2403 : local total 2025-04-15 14:55:20.018 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:55:20.020 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-15 14:55:20.022 | + functions-common:time_stop:2407 : start_time=1744728918847 2025-04-15 14:55:20.024 | + functions-common:time_stop:2409 : [[ -z 1744728918847 ]] 2025-04-15 14:55:20.026 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:55:20.030 | + functions-common:time_stop:2412 : end_time=1744728920028 2025-04-15 14:55:20.032 | + functions-common:time_stop:2413 : elapsed_time=1181 2025-04-15 14:55:20.034 | + functions-common:time_stop:2414 : total=4903 2025-04-15 14:55:20.036 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:55:20.038 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6084 2025-04-15 14:55:20.040 | + functions:wait_for_service:478 : return 0 2025-04-15 14:55:20.042 | + stack.sh:main:1325 : is_service_enabled neutron 2025-04-15 14:55:20.056 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:55:20.058 | + stack.sh:main:1326 : start_neutron 2025-04-15 14:55:20.060 | + lib/neutron:start_neutron:636 : start_l2_agent 2025-04-15 14:55:20.062 | + lib/neutron:start_l2_agent:643 : run_process q-agt '/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-15 14:55:20.064 | + functions-common:run_process:1654 : local service=q-agt 2025-04-15 14:55:20.066 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-15 14:55:20.068 | + functions-common:run_process:1656 : local group= 2025-04-15 14:55:20.071 | + functions-common:run_process:1657 : local user= 2025-04-15 14:55:20.073 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 14:55:20.075 | + functions-common:run_process:1660 : local name=q-agt 2025-04-15 14:55:20.077 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 14:55:20.079 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 14:55:20.081 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:55:20.083 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:55:20.086 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:55:20.089 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728920087 2025-04-15 14:55:20.091 | + functions-common:run_process:1663 : is_service_enabled q-agt 2025-04-15 14:55:20.105 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:55:20.107 | + functions-common:run_process:1664 : _run_under_systemd q-agt '/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' '' 2025-04-15 14:55:20.110 | + functions-common:_run_under_systemd:1611 : local service=q-agt 2025-04-15 14:55:20.112 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-15 14:55:20.114 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-15 14:55:20.116 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-15 14:55:20.118 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-15 14:55:20.120 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2025-04-15 14:55:20.122 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2025-04-15 14:55:20.124 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-agt.service 2025-04-15 14:55:20.126 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-15 14:55:20.128 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-15 14:55:20.130 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-15 14:55:20.133 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-15 14:55:20.135 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2025-04-15 14:55:20.137 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@q-agt.service '/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' stack '' 2025-04-15 14:55:20.139 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-agt.service 2025-04-15 14:55:20.141 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-15 14:55:20.143 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-15 14:55:20.145 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-15 14:55:20.147 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-15 14:55:20.149 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-15 14:55:20.151 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-15 14:55:20.153 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2025-04-15 14:55:20.155 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-15 14:55:20.158 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Unit Description 'Devstack devstack@q-agt.service' 2025-04-15 14:55:20.206 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-15 14:55:20.256 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User stack 2025-04-15 14:55:20.296 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecStart '/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-15 14:55:20.336 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2025-04-15 14:55:20.377 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2025-04-15 14:55:20.418 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-15 14:55:20.459 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-15 14:55:20.461 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-15 14:55:20.463 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2025-04-15 14:55:20.512 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-15 14:55:20.753 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-agt.service 2025-04-15 14:55:20.763 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2025-04-15 14:55:21.003 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-agt.service 2025-04-15 14:55:21.032 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 14:55:21.035 | + functions-common:time_stop:2400 : local name 2025-04-15 14:55:21.037 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:55:21.039 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:55:21.041 | + functions-common:time_stop:2403 : local total 2025-04-15 14:55:21.043 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:55:21.045 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 14:55:21.048 | + functions-common:time_stop:2407 : start_time=1744728920087 2025-04-15 14:55:21.049 | + functions-common:time_stop:2409 : [[ -z 1744728920087 ]] 2025-04-15 14:55:21.052 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:55:21.056 | + functions-common:time_stop:2412 : end_time=1744728921054 2025-04-15 14:55:21.058 | + functions-common:time_stop:2413 : elapsed_time=967 2025-04-15 14:55:21.060 | + functions-common:time_stop:2414 : total=4519 2025-04-15 14:55:21.063 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:55:21.065 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5486 2025-04-15 14:55:21.067 | + lib/neutron:start_l2_agent:645 : is_provider_network 2025-04-15 14:55:21.069 | + functions-common:is_provider_network:2249 : '[' '' == True ']' 2025-04-15 14:55:21.071 | + functions-common:is_provider_network:2252 : return 1 2025-04-15 14:55:21.073 | + lib/neutron:start_neutron:637 : start_other_agents 2025-04-15 14:55:21.075 | + lib/neutron:start_other_agents:661 : run_process q-dhcp '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-15 14:55:21.078 | + functions-common:run_process:1654 : local service=q-dhcp 2025-04-15 14:55:21.080 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-15 14:55:21.082 | + functions-common:run_process:1656 : local group= 2025-04-15 14:55:21.083 | + functions-common:run_process:1657 : local user= 2025-04-15 14:55:21.086 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 14:55:21.087 | + functions-common:run_process:1660 : local name=q-dhcp 2025-04-15 14:55:21.089 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 14:55:21.091 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 14:55:21.093 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:55:21.095 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:55:21.098 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:55:21.101 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728921099 2025-04-15 14:55:21.103 | + functions-common:run_process:1663 : is_service_enabled q-dhcp 2025-04-15 14:55:21.117 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:55:21.119 | + functions-common:run_process:1664 : _run_under_systemd q-dhcp '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' '' '' 2025-04-15 14:55:21.121 | + functions-common:_run_under_systemd:1611 : local service=q-dhcp 2025-04-15 14:55:21.123 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-15 14:55:21.125 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-15 14:55:21.127 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-15 14:55:21.129 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-15 14:55:21.131 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ sudo ]] 2025-04-15 14:55:21.133 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ ^/ ]] 2025-04-15 14:55:21.135 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-dhcp.service 2025-04-15 14:55:21.137 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-15 14:55:21.139 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-15 14:55:21.141 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-15 14:55:21.143 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-15 14:55:21.145 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ uwsgi ]] 2025-04-15 14:55:21.147 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@q-dhcp.service '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' stack '' 2025-04-15 14:55:21.149 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-dhcp.service 2025-04-15 14:55:21.151 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-15 14:55:21.153 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-15 14:55:21.155 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-15 14:55:21.157 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-15 14:55:21.159 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-15 14:55:21.161 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-15 14:55:21.163 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2025-04-15 14:55:21.165 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-15 14:55:21.169 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Unit Description 'Devstack devstack@q-dhcp.service' 2025-04-15 14:55:21.219 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-15 14:55:21.268 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User stack 2025-04-15 14:55:21.310 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecStart '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-15 14:55:21.351 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2025-04-15 14:55:21.394 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2025-04-15 14:55:21.436 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-15 14:55:21.482 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-15 14:55:21.484 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-15 14:55:21.486 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2025-04-15 14:55:21.538 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-15 14:55:21.801 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-dhcp.service 2025-04-15 14:55:21.810 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2025-04-15 14:55:22.045 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-dhcp.service 2025-04-15 14:55:22.072 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 14:55:22.075 | + functions-common:time_stop:2400 : local name 2025-04-15 14:55:22.077 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:55:22.079 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:55:22.082 | + functions-common:time_stop:2403 : local total 2025-04-15 14:55:22.084 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:55:22.086 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 14:55:22.088 | + functions-common:time_stop:2407 : start_time=1744728921099 2025-04-15 14:55:22.090 | + functions-common:time_stop:2409 : [[ -z 1744728921099 ]] 2025-04-15 14:55:22.093 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:55:22.097 | + functions-common:time_stop:2412 : end_time=1744728922094 2025-04-15 14:55:22.099 | + functions-common:time_stop:2413 : elapsed_time=995 2025-04-15 14:55:22.101 | + functions-common:time_stop:2414 : total=5486 2025-04-15 14:55:22.103 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:55:22.105 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6481 2025-04-15 14:55:22.108 | ++ lib/neutron:start_other_agents:663 : determine_config_files neutron-l3-agent 2025-04-15 14:55:22.110 | ++ lib/neutron:determine_config_files:366 : local opts= 2025-04-15 14:55:22.112 | ++ lib/neutron:determine_config_files:367 : case "$1" in 2025-04-15 14:55:22.115 | +++ lib/neutron:determine_config_files:369 : _determine_config_l3 2025-04-15 14:55:22.117 | +++ lib/neutron:_determine_config_l3:359 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-15 14:55:22.119 | +++ lib/neutron:_determine_config_l3:360 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-15 14:55:22.122 | ++ lib/neutron:determine_config_files:369 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-15 14:55:22.124 | ++ lib/neutron:determine_config_files:371 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2025-04-15 14:55:22.126 | ++ lib/neutron:determine_config_files:374 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-15 14:55:22.128 | + lib/neutron:start_other_agents:663 : run_process q-l3 '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-15 14:55:22.131 | + functions-common:run_process:1654 : local service=q-l3 2025-04-15 14:55:22.133 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-15 14:55:22.135 | + functions-common:run_process:1656 : local group= 2025-04-15 14:55:22.137 | + functions-common:run_process:1657 : local user= 2025-04-15 14:55:22.139 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 14:55:22.141 | + functions-common:run_process:1660 : local name=q-l3 2025-04-15 14:55:22.143 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 14:55:22.145 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 14:55:22.147 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:55:22.149 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:55:22.152 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:55:22.155 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728922152 2025-04-15 14:55:22.157 | + functions-common:run_process:1663 : is_service_enabled q-l3 2025-04-15 14:55:22.171 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:55:22.173 | + functions-common:run_process:1664 : _run_under_systemd q-l3 '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' '' '' 2025-04-15 14:55:22.175 | + functions-common:_run_under_systemd:1611 : local service=q-l3 2025-04-15 14:55:22.177 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-15 14:55:22.180 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-15 14:55:22.182 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-15 14:55:22.184 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-15 14:55:22.186 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ sudo ]] 2025-04-15 14:55:22.188 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ ^/ ]] 2025-04-15 14:55:22.190 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-l3.service 2025-04-15 14:55:22.192 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-15 14:55:22.194 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-15 14:55:22.196 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-15 14:55:22.198 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-15 14:55:22.200 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ uwsgi ]] 2025-04-15 14:55:22.202 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@q-l3.service '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' stack '' 2025-04-15 14:55:22.204 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-l3.service 2025-04-15 14:55:22.206 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-15 14:55:22.208 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-15 14:55:22.210 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-15 14:55:22.212 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-15 14:55:22.214 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-15 14:55:22.216 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-15 14:55:22.218 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2025-04-15 14:55:22.220 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-15 14:55:22.224 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Unit Description 'Devstack devstack@q-l3.service' 2025-04-15 14:55:22.276 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-15 14:55:22.327 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User stack 2025-04-15 14:55:22.368 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecStart '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-15 14:55:22.410 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2025-04-15 14:55:22.453 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2025-04-15 14:55:22.496 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-15 14:55:22.543 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-15 14:55:22.545 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-15 14:55:22.547 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2025-04-15 14:55:22.600 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-15 14:55:22.853 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-l3.service 2025-04-15 14:55:22.865 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2025-04-15 14:55:23.122 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-l3.service 2025-04-15 14:55:23.151 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 14:55:23.153 | + functions-common:time_stop:2400 : local name 2025-04-15 14:55:23.156 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:55:23.160 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:55:23.164 | + functions-common:time_stop:2403 : local total 2025-04-15 14:55:23.166 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:55:23.170 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 14:55:23.170 | + functions-common:time_stop:2407 : start_time=1744728922152 2025-04-15 14:55:23.175 | + functions-common:time_stop:2409 : [[ -z 1744728922152 ]] 2025-04-15 14:55:23.177 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:55:23.185 | + functions-common:time_stop:2412 : end_time=1744728923179 2025-04-15 14:55:23.187 | + functions-common:time_stop:2413 : elapsed_time=1027 2025-04-15 14:55:23.191 | + functions-common:time_stop:2414 : total=6481 2025-04-15 14:55:23.193 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:55:23.198 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=7508 2025-04-15 14:55:23.200 | + lib/neutron:start_other_agents:665 : run_process q-meta '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-15 14:55:23.202 | + functions-common:run_process:1654 : local service=q-meta 2025-04-15 14:55:23.204 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-15 14:55:23.207 | + functions-common:run_process:1656 : local group= 2025-04-15 14:55:23.209 | + functions-common:run_process:1657 : local user= 2025-04-15 14:55:23.211 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 14:55:23.213 | + functions-common:run_process:1660 : local name=q-meta 2025-04-15 14:55:23.215 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 14:55:23.217 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 14:55:23.219 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:55:23.221 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:55:23.224 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:55:23.227 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728923224 2025-04-15 14:55:23.229 | + functions-common:run_process:1663 : is_service_enabled q-meta 2025-04-15 14:55:23.243 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:55:23.245 | + functions-common:run_process:1664 : _run_under_systemd q-meta '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' '' '' 2025-04-15 14:55:23.247 | + functions-common:_run_under_systemd:1611 : local service=q-meta 2025-04-15 14:55:23.249 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-15 14:55:23.251 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-15 14:55:23.253 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-15 14:55:23.255 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-15 14:55:23.257 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ sudo ]] 2025-04-15 14:55:23.259 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ ^/ ]] 2025-04-15 14:55:23.261 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-meta.service 2025-04-15 14:55:23.263 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-15 14:55:23.265 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-15 14:55:23.267 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-15 14:55:23.269 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-15 14:55:23.271 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ uwsgi ]] 2025-04-15 14:55:23.274 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@q-meta.service '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' stack '' 2025-04-15 14:55:23.276 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-meta.service 2025-04-15 14:55:23.278 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-15 14:55:23.279 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-15 14:55:23.281 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-15 14:55:23.283 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-15 14:55:23.285 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-15 14:55:23.287 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-15 14:55:23.289 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2025-04-15 14:55:23.291 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-15 14:55:23.294 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Unit Description 'Devstack devstack@q-meta.service' 2025-04-15 14:55:23.346 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-15 14:55:23.396 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User stack 2025-04-15 14:55:23.438 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecStart '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-15 14:55:23.481 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2025-04-15 14:55:23.524 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2025-04-15 14:55:23.567 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-15 14:55:23.611 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-15 14:55:23.613 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-15 14:55:23.615 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2025-04-15 14:55:23.667 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-15 14:55:23.910 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-meta.service 2025-04-15 14:55:23.919 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2025-04-15 14:55:24.191 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-meta.service 2025-04-15 14:55:24.217 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 14:55:24.219 | + functions-common:time_stop:2400 : local name 2025-04-15 14:55:24.221 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:55:24.223 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:55:24.225 | + functions-common:time_stop:2403 : local total 2025-04-15 14:55:24.227 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:55:24.229 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 14:55:24.231 | + functions-common:time_stop:2407 : start_time=1744728923224 2025-04-15 14:55:24.234 | + functions-common:time_stop:2409 : [[ -z 1744728923224 ]] 2025-04-15 14:55:24.236 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:55:24.240 | + functions-common:time_stop:2412 : end_time=1744728924237 2025-04-15 14:55:24.242 | + functions-common:time_stop:2413 : elapsed_time=1013 2025-04-15 14:55:24.244 | + functions-common:time_stop:2414 : total=7508 2025-04-15 14:55:24.246 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:55:24.248 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8521 2025-04-15 14:55:24.250 | + lib/neutron:start_other_agents:666 : run_process q-metering '/opt/stack/data/venv/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2025-04-15 14:55:24.252 | + functions-common:run_process:1654 : local service=q-metering 2025-04-15 14:55:24.254 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2025-04-15 14:55:24.256 | + functions-common:run_process:1656 : local group= 2025-04-15 14:55:24.258 | + functions-common:run_process:1657 : local user= 2025-04-15 14:55:24.260 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 14:55:24.262 | + functions-common:run_process:1660 : local name=q-metering 2025-04-15 14:55:24.264 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 14:55:24.266 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 14:55:24.269 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:55:24.270 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:55:24.273 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:55:24.277 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728924274 2025-04-15 14:55:24.279 | + functions-common:run_process:1663 : is_service_enabled q-metering 2025-04-15 14:55:24.292 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:55:24.294 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 14:55:24.297 | + functions-common:time_stop:2400 : local name 2025-04-15 14:55:24.299 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:55:24.300 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:55:24.302 | + functions-common:time_stop:2403 : local total 2025-04-15 14:55:24.304 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:55:24.306 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 14:55:24.308 | + functions-common:time_stop:2407 : start_time=1744728924274 2025-04-15 14:55:24.310 | + functions-common:time_stop:2409 : [[ -z 1744728924274 ]] 2025-04-15 14:55:24.312 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:55:24.316 | + functions-common:time_stop:2412 : end_time=1744728924314 2025-04-15 14:55:24.318 | + functions-common:time_stop:2413 : elapsed_time=40 2025-04-15 14:55:24.320 | + functions-common:time_stop:2414 : total=8521 2025-04-15 14:55:24.322 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:55:24.324 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8561 2025-04-15 14:55:24.326 | + stack.sh:main:1329 : is_service_enabled q-svc 2025-04-15 14:55:24.340 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:55:24.342 | + stack.sh:main:1329 : [[ True == \T\r\u\e ]] 2025-04-15 14:55:24.344 | + stack.sh:main:1330 : echo_summary 'Creating initial neutron network elements' 2025-04-15 14:55:24.346 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 14:55:24.348 | + stack.sh:echo_summary:461 : echo -e Creating initial neutron network elements 2025-04-15 14:55:24.350 | + stack.sh:main:1333 : type -p neutron_plugin_create_initial_networks 2025-04-15 14:55:24.352 | + stack.sh:main:1336 : create_neutron_initial_network 2025-04-15 14:55:24.354 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:157 : type -p neutron_plugin_create_initial_network_profile 2025-04-15 14:55:24.356 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:161 : is_networking_extension_supported auto-allocated-topology 2025-04-15 14:55:24.358 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=auto-allocated-topology 2025-04-15 14:55:24.361 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2025-04-15 14:55:25.792 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:55:25.795 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-15 14:55:25.795 | address-scope 2025-04-15 14:55:25.795 | router-admin-state-down-before-update 2025-04-15 14:55:25.795 | agent 2025-04-15 14:55:25.795 | agent-resources-synced 2025-04-15 14:55:25.795 | allowed-address-pairs 2025-04-15 14:55:25.795 | auto-allocated-topology 2025-04-15 14:55:25.795 | availability_zone 2025-04-15 14:55:25.795 | availability_zone_filter 2025-04-15 14:55:25.795 | default-subnetpools 2025-04-15 14:55:25.795 | dhcp_agent_scheduler 2025-04-15 14:55:25.795 | dvr 2025-04-15 14:55:25.795 | empty-string-filtering 2025-04-15 14:55:25.795 | external-net 2025-04-15 14:55:25.795 | extra_dhcp_opt 2025-04-15 14:55:25.795 | extraroute 2025-04-15 14:55:25.795 | extraroute-atomic 2025-04-15 14:55:25.795 | filter-validation 2025-04-15 14:55:25.796 | floating-ip-port-forwarding-detail 2025-04-15 14:55:25.796 | fip-port-details 2025-04-15 14:55:25.796 | flavors 2025-04-15 14:55:25.796 | floatingip-pools 2025-04-15 14:55:25.796 | ip-substring-filtering 2025-04-15 14:55:25.796 | router 2025-04-15 14:55:25.796 | ext-gw-mode 2025-04-15 14:55:25.796 | l3-ha 2025-04-15 14:55:25.796 | l3-flavors 2025-04-15 14:55:25.796 | l3-port-ip-change-not-allowed 2025-04-15 14:55:25.796 | l3_agent_scheduler 2025-04-15 14:55:25.796 | multi-provider 2025-04-15 14:55:25.796 | net-mtu 2025-04-15 14:55:25.796 | net-mtu-writable 2025-04-15 14:55:25.796 | network_availability_zone 2025-04-15 14:55:25.796 | network_ha 2025-04-15 14:55:25.796 | network-ip-availability 2025-04-15 14:55:25.796 | pagination 2025-04-15 14:55:25.796 | port-device-profile 2025-04-15 14:55:25.796 | port-mac-override 2025-04-15 14:55:25.796 | port-mac-address-regenerate 2025-04-15 14:55:25.796 | port-numa-affinity-policy 2025-04-15 14:55:25.796 | binding 2025-04-15 14:55:25.796 | binding-extended 2025-04-15 14:55:25.796 | port-security 2025-04-15 14:55:25.796 | project-id 2025-04-15 14:55:25.796 | provider 2025-04-15 14:55:25.796 | quota-check-limit 2025-04-15 14:55:25.796 | quotas 2025-04-15 14:55:25.796 | quota_details 2025-04-15 14:55:25.796 | rbac-policies 2025-04-15 14:55:25.796 | rbac-address-group 2025-04-15 14:55:25.796 | rbac-address-scope 2025-04-15 14:55:25.796 | rbac-security-groups 2025-04-15 14:55:25.796 | rbac-subnetpool 2025-04-15 14:55:25.796 | revision-if-match 2025-04-15 14:55:25.796 | standard-attr-revisions 2025-04-15 14:55:25.796 | router_availability_zone 2025-04-15 14:55:25.796 | security-groups-default-rules 2025-04-15 14:55:25.796 | security-groups-normalized-cidr 2025-04-15 14:55:25.796 | port-security-groups-filtering 2025-04-15 14:55:25.796 | security-groups-remote-address-group 2025-04-15 14:55:25.796 | security-groups-shared-filtering 2025-04-15 14:55:25.796 | security-group 2025-04-15 14:55:25.796 | service-type 2025-04-15 14:55:25.796 | sorting 2025-04-15 14:55:25.796 | standard-attr-description 2025-04-15 14:55:25.796 | stateful-security-group 2025-04-15 14:55:25.796 | subnet_onboard 2025-04-15 14:55:25.796 | subnet-service-types 2025-04-15 14:55:25.796 | subnet_allocation 2025-04-15 14:55:25.796 | subnetpool-prefix-ops 2025-04-15 14:55:25.796 | standard-attr-tag 2025-04-15 14:55:25.796 | standard-attr-timestamp 2025-04-15 14:55:25.796 | nsxt-ops' 2025-04-15 14:55:25.798 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-15 14:55:25.798 | address-scope 2025-04-15 14:55:25.798 | router-admin-state-down-before-update 2025-04-15 14:55:25.798 | agent 2025-04-15 14:55:25.798 | agent-resources-synced 2025-04-15 14:55:25.798 | allowed-address-pairs 2025-04-15 14:55:25.798 | auto-allocated-topology 2025-04-15 14:55:25.798 | availability_zone 2025-04-15 14:55:25.798 | availability_zone_filter 2025-04-15 14:55:25.798 | default-subnetpools 2025-04-15 14:55:25.798 | dhcp_agent_scheduler 2025-04-15 14:55:25.798 | dvr 2025-04-15 14:55:25.798 | empty-string-filtering 2025-04-15 14:55:25.798 | external-net 2025-04-15 14:55:25.798 | extra_dhcp_opt 2025-04-15 14:55:25.798 | extraroute 2025-04-15 14:55:25.798 | extraroute-atomic 2025-04-15 14:55:25.798 | filter-validation 2025-04-15 14:55:25.798 | floating-ip-port-forwarding-detail 2025-04-15 14:55:25.798 | fip-port-details 2025-04-15 14:55:25.798 | flavors 2025-04-15 14:55:25.798 | floatingip-pools 2025-04-15 14:55:25.798 | ip-substring-filtering 2025-04-15 14:55:25.798 | router 2025-04-15 14:55:25.798 | ext-gw-mode 2025-04-15 14:55:25.798 | l3-ha 2025-04-15 14:55:25.798 | l3-flavors 2025-04-15 14:55:25.798 | l3-port-ip-change-not-allowed 2025-04-15 14:55:25.798 | l3_agent_scheduler 2025-04-15 14:55:25.798 | multi-provider 2025-04-15 14:55:25.798 | net-mtu 2025-04-15 14:55:25.798 | net-mtu-writable 2025-04-15 14:55:25.798 | network_availability_zone 2025-04-15 14:55:25.798 | network_ha 2025-04-15 14:55:25.798 | network-ip-availability 2025-04-15 14:55:25.798 | pagination 2025-04-15 14:55:25.798 | port-device-profile 2025-04-15 14:55:25.798 | port-mac-override 2025-04-15 14:55:25.798 | port-mac-address-regenerate 2025-04-15 14:55:25.798 | port-numa-affinity-policy 2025-04-15 14:55:25.798 | binding 2025-04-15 14:55:25.798 | binding-extended 2025-04-15 14:55:25.798 | port-security 2025-04-15 14:55:25.798 | project-id 2025-04-15 14:55:25.798 | provider 2025-04-15 14:55:25.798 | quota-check-limit 2025-04-15 14:55:25.798 | quotas 2025-04-15 14:55:25.798 | quota_details 2025-04-15 14:55:25.798 | rbac-policies 2025-04-15 14:55:25.798 | rbac-address-group 2025-04-15 14:55:25.798 | rbac-address-scope 2025-04-15 14:55:25.798 | rbac-security-groups 2025-04-15 14:55:25.798 | rbac-subnetpool 2025-04-15 14:55:25.798 | revision-if-match 2025-04-15 14:55:25.798 | standard-attr-revisions 2025-04-15 14:55:25.798 | router_availability_zone 2025-04-15 14:55:25.798 | security-groups-default-rules 2025-04-15 14:55:25.798 | security-groups-normalized-cidr 2025-04-15 14:55:25.798 | port-security-groups-filtering 2025-04-15 14:55:25.798 | security-groups-remote-address-group 2025-04-15 14:55:25.798 | security-groups-shared-filtering 2025-04-15 14:55:25.798 | security-group 2025-04-15 14:55:25.798 | service-type 2025-04-15 14:55:25.798 | sorting 2025-04-15 14:55:25.798 | standard-attr-description 2025-04-15 14:55:25.798 | stateful-security-group 2025-04-15 14:55:25.798 | subnet_onboard 2025-04-15 14:55:25.798 | subnet-service-types 2025-04-15 14:55:25.798 | subnet_allocation 2025-04-15 14:55:25.798 | subnetpool-prefix-ops 2025-04-15 14:55:25.798 | standard-attr-tag 2025-04-15 14:55:25.798 | standard-attr-timestamp 2025-04-15 14:55:25.798 | nsxt-ops =~ auto-allocated-topology ]] 2025-04-15 14:55:25.800 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-15 14:55:25.802 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:162 : [[ True == \T\r\u\e ]] 2025-04-15 14:55:25.804 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:163 : [[ 4 =~ 4.* ]] 2025-04-15 14:55:25.807 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:164 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet pool create shared-default-subnetpool-v4 --default-prefix-length 26 --pool-prefix 192.168.128.0/17 --share --default -f value -c id 2025-04-15 14:55:27.007 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:55:27.010 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:164 : SUBNETPOOL_V4_ID=3e90c94a-3bdb-4e37-bc1b-4561b8ceb905 2025-04-15 14:55:27.013 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : [[ 4 =~ .*6 ]] 2025-04-15 14:55:27.015 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:172 : is_provider_network 2025-04-15 14:55:27.017 | + functions-common:is_provider_network:2249 : '[' '' == True ']' 2025-04-15 14:55:27.019 | + functions-common:is_provider_network:2252 : return 1 2025-04-15 14:55:27.022 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:202 : oscwrap --os-cloud devstack --os-region RegionOne network create private -f value -c id 2025-04-15 14:55:28.676 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:55:28.678 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:202 : NET_ID=eedc2402-804a-4ea7-9baf-883257a7f69f 2025-04-15 14:55:28.680 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:203 : die_if_not_set 203 NET_ID 'Failure creating NET_ID for private' 2025-04-15 14:55:28.682 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-15 14:55:28.696 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:205 : [[ 4 =~ 4.* ]] 2025-04-15 14:55:28.699 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:207 : _neutron_create_private_subnet_v4 2025-04-15 14:55:28.701 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:254 : '[' -z 3e90c94a-3bdb-4e37-bc1b-4561b8ceb905 ']' 2025-04-15 14:55:28.704 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:257 : local 'subnet_params=--ip-version 4 ' 2025-04-15 14:55:28.705 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:258 : [[ -n '' ]] 2025-04-15 14:55:28.707 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:262 : subnet_params+='--subnet-pool 3e90c94a-3bdb-4e37-bc1b-4561b8ceb905 ' 2025-04-15 14:55:28.710 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:263 : subnet_params+=' ' 2025-04-15 14:55:28.712 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:264 : subnet_params+='--network eedc2402-804a-4ea7-9baf-883257a7f69f private-subnet' 2025-04-15 14:55:28.714 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:265 : local subnet_id 2025-04-15 14:55:28.716 | +++ 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 3e90c94a-3bdb-4e37-bc1b-4561b8ceb905 --network eedc2402-804a-4ea7-9baf-883257a7f69f private-subnet -f value -c id 2025-04-15 14:55:30.157 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:55:30.160 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:266 : subnet_id=f8f02388-b5c2-4fd3-9f5e-d90c3be4cddc 2025-04-15 14:55:30.162 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:267 : die_if_not_set 267 subnet_id 'Failure creating private IPv4 subnet' 2025-04-15 14:55:30.165 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2025-04-15 14:55:30.178 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:268 : echo f8f02388-b5c2-4fd3-9f5e-d90c3be4cddc 2025-04-15 14:55:30.181 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:207 : SUBNET_ID=f8f02388-b5c2-4fd3-9f5e-d90c3be4cddc 2025-04-15 14:55:30.183 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : [[ 4 =~ .*6 ]] 2025-04-15 14:55:30.185 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:216 : is_networking_extension_supported router 2025-04-15 14:55:30.187 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=router 2025-04-15 14:55:30.190 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2025-04-15 14:55:31.405 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:55:31.407 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-15 14:55:31.407 | address-scope 2025-04-15 14:55:31.407 | router-admin-state-down-before-update 2025-04-15 14:55:31.407 | agent 2025-04-15 14:55:31.407 | agent-resources-synced 2025-04-15 14:55:31.407 | allowed-address-pairs 2025-04-15 14:55:31.407 | auto-allocated-topology 2025-04-15 14:55:31.407 | availability_zone 2025-04-15 14:55:31.407 | availability_zone_filter 2025-04-15 14:55:31.407 | default-subnetpools 2025-04-15 14:55:31.407 | dhcp_agent_scheduler 2025-04-15 14:55:31.407 | dvr 2025-04-15 14:55:31.407 | empty-string-filtering 2025-04-15 14:55:31.407 | external-net 2025-04-15 14:55:31.407 | extra_dhcp_opt 2025-04-15 14:55:31.407 | extraroute 2025-04-15 14:55:31.407 | extraroute-atomic 2025-04-15 14:55:31.407 | filter-validation 2025-04-15 14:55:31.407 | floating-ip-port-forwarding-detail 2025-04-15 14:55:31.407 | fip-port-details 2025-04-15 14:55:31.407 | flavors 2025-04-15 14:55:31.407 | floatingip-pools 2025-04-15 14:55:31.407 | ip-substring-filtering 2025-04-15 14:55:31.407 | router 2025-04-15 14:55:31.407 | ext-gw-mode 2025-04-15 14:55:31.407 | l3-ha 2025-04-15 14:55:31.407 | l3-flavors 2025-04-15 14:55:31.407 | l3-port-ip-change-not-allowed 2025-04-15 14:55:31.407 | l3_agent_scheduler 2025-04-15 14:55:31.407 | multi-provider 2025-04-15 14:55:31.407 | net-mtu 2025-04-15 14:55:31.407 | net-mtu-writable 2025-04-15 14:55:31.407 | network_availability_zone 2025-04-15 14:55:31.407 | network_ha 2025-04-15 14:55:31.407 | network-ip-availability 2025-04-15 14:55:31.407 | pagination 2025-04-15 14:55:31.407 | port-device-profile 2025-04-15 14:55:31.407 | port-mac-override 2025-04-15 14:55:31.407 | port-mac-address-regenerate 2025-04-15 14:55:31.407 | port-numa-affinity-policy 2025-04-15 14:55:31.407 | binding 2025-04-15 14:55:31.407 | binding-extended 2025-04-15 14:55:31.407 | port-security 2025-04-15 14:55:31.407 | project-id 2025-04-15 14:55:31.407 | provider 2025-04-15 14:55:31.407 | quota-check-limit 2025-04-15 14:55:31.407 | quotas 2025-04-15 14:55:31.407 | quota_details 2025-04-15 14:55:31.407 | rbac-policies 2025-04-15 14:55:31.407 | rbac-address-group 2025-04-15 14:55:31.407 | rbac-address-scope 2025-04-15 14:55:31.408 | rbac-security-groups 2025-04-15 14:55:31.408 | rbac-subnetpool 2025-04-15 14:55:31.408 | revision-if-match 2025-04-15 14:55:31.408 | standard-attr-revisions 2025-04-15 14:55:31.408 | router_availability_zone 2025-04-15 14:55:31.408 | security-groups-default-rules 2025-04-15 14:55:31.408 | security-groups-normalized-cidr 2025-04-15 14:55:31.408 | port-security-groups-filtering 2025-04-15 14:55:31.408 | security-groups-remote-address-group 2025-04-15 14:55:31.408 | security-groups-shared-filtering 2025-04-15 14:55:31.408 | security-group 2025-04-15 14:55:31.408 | service-type 2025-04-15 14:55:31.408 | sorting 2025-04-15 14:55:31.408 | standard-attr-description 2025-04-15 14:55:31.408 | stateful-security-group 2025-04-15 14:55:31.408 | subnet_onboard 2025-04-15 14:55:31.408 | subnet-service-types 2025-04-15 14:55:31.408 | subnet_allocation 2025-04-15 14:55:31.408 | subnetpool-prefix-ops 2025-04-15 14:55:31.408 | standard-attr-tag 2025-04-15 14:55:31.408 | standard-attr-timestamp 2025-04-15 14:55:31.408 | nsxt-ops' 2025-04-15 14:55:31.410 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-15 14:55:31.410 | address-scope 2025-04-15 14:55:31.410 | router-admin-state-down-before-update 2025-04-15 14:55:31.410 | agent 2025-04-15 14:55:31.410 | agent-resources-synced 2025-04-15 14:55:31.410 | allowed-address-pairs 2025-04-15 14:55:31.410 | auto-allocated-topology 2025-04-15 14:55:31.410 | availability_zone 2025-04-15 14:55:31.410 | availability_zone_filter 2025-04-15 14:55:31.410 | default-subnetpools 2025-04-15 14:55:31.410 | dhcp_agent_scheduler 2025-04-15 14:55:31.410 | dvr 2025-04-15 14:55:31.410 | empty-string-filtering 2025-04-15 14:55:31.410 | external-net 2025-04-15 14:55:31.410 | extra_dhcp_opt 2025-04-15 14:55:31.410 | extraroute 2025-04-15 14:55:31.410 | extraroute-atomic 2025-04-15 14:55:31.410 | filter-validation 2025-04-15 14:55:31.411 | floating-ip-port-forwarding-detail 2025-04-15 14:55:31.411 | fip-port-details 2025-04-15 14:55:31.411 | flavors 2025-04-15 14:55:31.411 | floatingip-pools 2025-04-15 14:55:31.411 | ip-substring-filtering 2025-04-15 14:55:31.411 | router 2025-04-15 14:55:31.411 | ext-gw-mode 2025-04-15 14:55:31.411 | l3-ha 2025-04-15 14:55:31.411 | l3-flavors 2025-04-15 14:55:31.411 | l3-port-ip-change-not-allowed 2025-04-15 14:55:31.411 | l3_agent_scheduler 2025-04-15 14:55:31.411 | multi-provider 2025-04-15 14:55:31.411 | net-mtu 2025-04-15 14:55:31.411 | net-mtu-writable 2025-04-15 14:55:31.411 | network_availability_zone 2025-04-15 14:55:31.411 | network_ha 2025-04-15 14:55:31.411 | network-ip-availability 2025-04-15 14:55:31.411 | pagination 2025-04-15 14:55:31.411 | port-device-profile 2025-04-15 14:55:31.411 | port-mac-override 2025-04-15 14:55:31.411 | port-mac-address-regenerate 2025-04-15 14:55:31.411 | port-numa-affinity-policy 2025-04-15 14:55:31.411 | binding 2025-04-15 14:55:31.411 | binding-extended 2025-04-15 14:55:31.411 | port-security 2025-04-15 14:55:31.411 | project-id 2025-04-15 14:55:31.411 | provider 2025-04-15 14:55:31.411 | quota-check-limit 2025-04-15 14:55:31.411 | quotas 2025-04-15 14:55:31.411 | quota_details 2025-04-15 14:55:31.411 | rbac-policies 2025-04-15 14:55:31.411 | rbac-address-group 2025-04-15 14:55:31.411 | rbac-address-scope 2025-04-15 14:55:31.411 | rbac-security-groups 2025-04-15 14:55:31.411 | rbac-subnetpool 2025-04-15 14:55:31.411 | revision-if-match 2025-04-15 14:55:31.411 | standard-attr-revisions 2025-04-15 14:55:31.411 | router_availability_zone 2025-04-15 14:55:31.411 | security-groups-default-rules 2025-04-15 14:55:31.411 | security-groups-normalized-cidr 2025-04-15 14:55:31.411 | port-security-groups-filtering 2025-04-15 14:55:31.411 | security-groups-remote-address-group 2025-04-15 14:55:31.411 | security-groups-shared-filtering 2025-04-15 14:55:31.411 | security-group 2025-04-15 14:55:31.411 | service-type 2025-04-15 14:55:31.411 | sorting 2025-04-15 14:55:31.411 | standard-attr-description 2025-04-15 14:55:31.411 | stateful-security-group 2025-04-15 14:55:31.411 | subnet_onboard 2025-04-15 14:55:31.411 | subnet-service-types 2025-04-15 14:55:31.411 | subnet_allocation 2025-04-15 14:55:31.411 | subnetpool-prefix-ops 2025-04-15 14:55:31.411 | standard-attr-tag 2025-04-15 14:55:31.411 | standard-attr-timestamp 2025-04-15 14:55:31.411 | nsxt-ops =~ router ]] 2025-04-15 14:55:31.413 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-15 14:55:31.415 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:216 : is_networking_extension_supported external-net 2025-04-15 14:55:31.418 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=external-net 2025-04-15 14:55:31.421 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2025-04-15 14:55:32.578 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:55:32.581 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-15 14:55:32.581 | address-scope 2025-04-15 14:55:32.581 | router-admin-state-down-before-update 2025-04-15 14:55:32.581 | agent 2025-04-15 14:55:32.581 | agent-resources-synced 2025-04-15 14:55:32.581 | allowed-address-pairs 2025-04-15 14:55:32.581 | auto-allocated-topology 2025-04-15 14:55:32.581 | availability_zone 2025-04-15 14:55:32.581 | availability_zone_filter 2025-04-15 14:55:32.581 | default-subnetpools 2025-04-15 14:55:32.581 | dhcp_agent_scheduler 2025-04-15 14:55:32.581 | dvr 2025-04-15 14:55:32.581 | empty-string-filtering 2025-04-15 14:55:32.581 | external-net 2025-04-15 14:55:32.581 | extra_dhcp_opt 2025-04-15 14:55:32.581 | extraroute 2025-04-15 14:55:32.581 | extraroute-atomic 2025-04-15 14:55:32.581 | filter-validation 2025-04-15 14:55:32.581 | floating-ip-port-forwarding-detail 2025-04-15 14:55:32.581 | fip-port-details 2025-04-15 14:55:32.581 | flavors 2025-04-15 14:55:32.581 | floatingip-pools 2025-04-15 14:55:32.581 | ip-substring-filtering 2025-04-15 14:55:32.581 | router 2025-04-15 14:55:32.581 | ext-gw-mode 2025-04-15 14:55:32.581 | l3-ha 2025-04-15 14:55:32.581 | l3-flavors 2025-04-15 14:55:32.581 | l3-port-ip-change-not-allowed 2025-04-15 14:55:32.581 | l3_agent_scheduler 2025-04-15 14:55:32.581 | multi-provider 2025-04-15 14:55:32.581 | net-mtu 2025-04-15 14:55:32.581 | net-mtu-writable 2025-04-15 14:55:32.581 | network_availability_zone 2025-04-15 14:55:32.581 | network_ha 2025-04-15 14:55:32.581 | network-ip-availability 2025-04-15 14:55:32.581 | pagination 2025-04-15 14:55:32.581 | port-device-profile 2025-04-15 14:55:32.581 | port-mac-override 2025-04-15 14:55:32.581 | port-mac-address-regenerate 2025-04-15 14:55:32.581 | port-numa-affinity-policy 2025-04-15 14:55:32.581 | binding 2025-04-15 14:55:32.581 | binding-extended 2025-04-15 14:55:32.581 | port-security 2025-04-15 14:55:32.581 | project-id 2025-04-15 14:55:32.581 | provider 2025-04-15 14:55:32.581 | quota-check-limit 2025-04-15 14:55:32.581 | quotas 2025-04-15 14:55:32.581 | quota_details 2025-04-15 14:55:32.581 | rbac-policies 2025-04-15 14:55:32.581 | rbac-address-group 2025-04-15 14:55:32.581 | rbac-address-scope 2025-04-15 14:55:32.581 | rbac-security-groups 2025-04-15 14:55:32.581 | rbac-subnetpool 2025-04-15 14:55:32.581 | revision-if-match 2025-04-15 14:55:32.581 | standard-attr-revisions 2025-04-15 14:55:32.581 | router_availability_zone 2025-04-15 14:55:32.581 | security-groups-default-rules 2025-04-15 14:55:32.581 | security-groups-normalized-cidr 2025-04-15 14:55:32.581 | port-security-groups-filtering 2025-04-15 14:55:32.581 | security-groups-remote-address-group 2025-04-15 14:55:32.581 | security-groups-shared-filtering 2025-04-15 14:55:32.581 | security-group 2025-04-15 14:55:32.581 | service-type 2025-04-15 14:55:32.581 | sorting 2025-04-15 14:55:32.581 | standard-attr-description 2025-04-15 14:55:32.581 | stateful-security-group 2025-04-15 14:55:32.581 | subnet_onboard 2025-04-15 14:55:32.581 | subnet-service-types 2025-04-15 14:55:32.581 | subnet_allocation 2025-04-15 14:55:32.581 | subnetpool-prefix-ops 2025-04-15 14:55:32.581 | standard-attr-tag 2025-04-15 14:55:32.581 | standard-attr-timestamp 2025-04-15 14:55:32.581 | nsxt-ops' 2025-04-15 14:55:32.584 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-15 14:55:32.584 | address-scope 2025-04-15 14:55:32.584 | router-admin-state-down-before-update 2025-04-15 14:55:32.584 | agent 2025-04-15 14:55:32.584 | agent-resources-synced 2025-04-15 14:55:32.584 | allowed-address-pairs 2025-04-15 14:55:32.584 | auto-allocated-topology 2025-04-15 14:55:32.584 | availability_zone 2025-04-15 14:55:32.584 | availability_zone_filter 2025-04-15 14:55:32.584 | default-subnetpools 2025-04-15 14:55:32.584 | dhcp_agent_scheduler 2025-04-15 14:55:32.584 | dvr 2025-04-15 14:55:32.584 | empty-string-filtering 2025-04-15 14:55:32.584 | external-net 2025-04-15 14:55:32.584 | extra_dhcp_opt 2025-04-15 14:55:32.584 | extraroute 2025-04-15 14:55:32.584 | extraroute-atomic 2025-04-15 14:55:32.584 | filter-validation 2025-04-15 14:55:32.584 | floating-ip-port-forwarding-detail 2025-04-15 14:55:32.584 | fip-port-details 2025-04-15 14:55:32.584 | flavors 2025-04-15 14:55:32.584 | floatingip-pools 2025-04-15 14:55:32.584 | ip-substring-filtering 2025-04-15 14:55:32.584 | router 2025-04-15 14:55:32.584 | ext-gw-mode 2025-04-15 14:55:32.584 | l3-ha 2025-04-15 14:55:32.584 | l3-flavors 2025-04-15 14:55:32.584 | l3-port-ip-change-not-allowed 2025-04-15 14:55:32.584 | l3_agent_scheduler 2025-04-15 14:55:32.584 | multi-provider 2025-04-15 14:55:32.584 | net-mtu 2025-04-15 14:55:32.584 | net-mtu-writable 2025-04-15 14:55:32.584 | network_availability_zone 2025-04-15 14:55:32.584 | network_ha 2025-04-15 14:55:32.584 | network-ip-availability 2025-04-15 14:55:32.584 | pagination 2025-04-15 14:55:32.584 | port-device-profile 2025-04-15 14:55:32.584 | port-mac-override 2025-04-15 14:55:32.584 | port-mac-address-regenerate 2025-04-15 14:55:32.584 | port-numa-affinity-policy 2025-04-15 14:55:32.584 | binding 2025-04-15 14:55:32.584 | binding-extended 2025-04-15 14:55:32.584 | port-security 2025-04-15 14:55:32.584 | project-id 2025-04-15 14:55:32.584 | provider 2025-04-15 14:55:32.584 | quota-check-limit 2025-04-15 14:55:32.584 | quotas 2025-04-15 14:55:32.584 | quota_details 2025-04-15 14:55:32.584 | rbac-policies 2025-04-15 14:55:32.584 | rbac-address-group 2025-04-15 14:55:32.584 | rbac-address-scope 2025-04-15 14:55:32.584 | rbac-security-groups 2025-04-15 14:55:32.584 | rbac-subnetpool 2025-04-15 14:55:32.584 | revision-if-match 2025-04-15 14:55:32.584 | standard-attr-revisions 2025-04-15 14:55:32.584 | router_availability_zone 2025-04-15 14:55:32.584 | security-groups-default-rules 2025-04-15 14:55:32.584 | security-groups-normalized-cidr 2025-04-15 14:55:32.584 | port-security-groups-filtering 2025-04-15 14:55:32.584 | security-groups-remote-address-group 2025-04-15 14:55:32.584 | security-groups-shared-filtering 2025-04-15 14:55:32.584 | security-group 2025-04-15 14:55:32.584 | service-type 2025-04-15 14:55:32.584 | sorting 2025-04-15 14:55:32.584 | standard-attr-description 2025-04-15 14:55:32.584 | stateful-security-group 2025-04-15 14:55:32.584 | subnet_onboard 2025-04-15 14:55:32.584 | subnet-service-types 2025-04-15 14:55:32.584 | subnet_allocation 2025-04-15 14:55:32.584 | subnetpool-prefix-ops 2025-04-15 14:55:32.584 | standard-attr-tag 2025-04-15 14:55:32.585 | standard-attr-timestamp 2025-04-15 14:55:32.585 | nsxt-ops =~ external-net ]] 2025-04-15 14:55:32.586 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-15 14:55:32.588 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:218 : [[ True == \T\r\u\e ]] 2025-04-15 14:55:32.590 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:220 : oscwrap --os-cloud devstack --os-region RegionOne router create router1 -f value -c id 2025-04-15 14:55:33.799 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:55:33.802 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:220 : ROUTER_ID=40537815-f01b-4a01-ae0d-4ef20dddd623 2025-04-15 14:55:33.805 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:221 : die_if_not_set 221 ROUTER_ID 'Failure creating router router1' 2025-04-15 14:55:33.807 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-15 14:55:33.821 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : EXTERNAL_NETWORK_FLAGS=--external 2025-04-15 14:55:33.823 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:229 : is_networking_extension_supported auto-allocated-topology 2025-04-15 14:55:33.825 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=auto-allocated-topology 2025-04-15 14:55:33.827 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2025-04-15 14:55:34.988 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:55:34.991 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-15 14:55:34.991 | address-scope 2025-04-15 14:55:34.991 | router-admin-state-down-before-update 2025-04-15 14:55:34.991 | agent 2025-04-15 14:55:34.991 | agent-resources-synced 2025-04-15 14:55:34.992 | allowed-address-pairs 2025-04-15 14:55:34.992 | auto-allocated-topology 2025-04-15 14:55:34.992 | availability_zone 2025-04-15 14:55:34.992 | availability_zone_filter 2025-04-15 14:55:34.992 | default-subnetpools 2025-04-15 14:55:34.992 | dhcp_agent_scheduler 2025-04-15 14:55:34.992 | dvr 2025-04-15 14:55:34.992 | empty-string-filtering 2025-04-15 14:55:34.992 | external-net 2025-04-15 14:55:34.992 | extra_dhcp_opt 2025-04-15 14:55:34.992 | extraroute 2025-04-15 14:55:34.992 | extraroute-atomic 2025-04-15 14:55:34.992 | filter-validation 2025-04-15 14:55:34.992 | floating-ip-port-forwarding-detail 2025-04-15 14:55:34.992 | fip-port-details 2025-04-15 14:55:34.992 | flavors 2025-04-15 14:55:34.992 | floatingip-pools 2025-04-15 14:55:34.992 | ip-substring-filtering 2025-04-15 14:55:34.992 | router 2025-04-15 14:55:34.992 | ext-gw-mode 2025-04-15 14:55:34.992 | l3-ha 2025-04-15 14:55:34.992 | l3-flavors 2025-04-15 14:55:34.992 | l3-port-ip-change-not-allowed 2025-04-15 14:55:34.992 | l3_agent_scheduler 2025-04-15 14:55:34.992 | multi-provider 2025-04-15 14:55:34.992 | net-mtu 2025-04-15 14:55:34.992 | net-mtu-writable 2025-04-15 14:55:34.992 | network_availability_zone 2025-04-15 14:55:34.992 | network_ha 2025-04-15 14:55:34.992 | network-ip-availability 2025-04-15 14:55:34.992 | pagination 2025-04-15 14:55:34.992 | port-device-profile 2025-04-15 14:55:34.992 | port-mac-override 2025-04-15 14:55:34.993 | port-mac-address-regenerate 2025-04-15 14:55:34.993 | port-numa-affinity-policy 2025-04-15 14:55:34.993 | binding 2025-04-15 14:55:34.993 | binding-extended 2025-04-15 14:55:34.993 | port-security 2025-04-15 14:55:34.993 | project-id 2025-04-15 14:55:34.993 | provider 2025-04-15 14:55:34.993 | quota-check-limit 2025-04-15 14:55:34.993 | quotas 2025-04-15 14:55:34.993 | quota_details 2025-04-15 14:55:34.993 | rbac-policies 2025-04-15 14:55:34.993 | rbac-address-group 2025-04-15 14:55:34.993 | rbac-address-scope 2025-04-15 14:55:34.993 | rbac-security-groups 2025-04-15 14:55:34.993 | rbac-subnetpool 2025-04-15 14:55:34.993 | revision-if-match 2025-04-15 14:55:34.993 | standard-attr-revisions 2025-04-15 14:55:34.993 | router_availability_zone 2025-04-15 14:55:34.993 | security-groups-default-rules 2025-04-15 14:55:34.993 | security-groups-normalized-cidr 2025-04-15 14:55:34.993 | port-security-groups-filtering 2025-04-15 14:55:34.993 | security-groups-remote-address-group 2025-04-15 14:55:34.993 | security-groups-shared-filtering 2025-04-15 14:55:34.993 | security-group 2025-04-15 14:55:34.993 | service-type 2025-04-15 14:55:34.993 | sorting 2025-04-15 14:55:34.993 | standard-attr-description 2025-04-15 14:55:34.993 | stateful-security-group 2025-04-15 14:55:34.993 | subnet_onboard 2025-04-15 14:55:34.993 | subnet-service-types 2025-04-15 14:55:34.993 | subnet_allocation 2025-04-15 14:55:34.993 | subnetpool-prefix-ops 2025-04-15 14:55:34.993 | standard-attr-tag 2025-04-15 14:55:34.993 | standard-attr-timestamp 2025-04-15 14:55:34.993 | nsxt-ops' 2025-04-15 14:55:34.993 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-15 14:55:34.993 | address-scope 2025-04-15 14:55:34.993 | router-admin-state-down-before-update 2025-04-15 14:55:34.993 | agent 2025-04-15 14:55:34.993 | agent-resources-synced 2025-04-15 14:55:34.993 | allowed-address-pairs 2025-04-15 14:55:34.993 | auto-allocated-topology 2025-04-15 14:55:34.993 | availability_zone 2025-04-15 14:55:34.993 | availability_zone_filter 2025-04-15 14:55:34.993 | default-subnetpools 2025-04-15 14:55:34.993 | dhcp_agent_scheduler 2025-04-15 14:55:34.993 | dvr 2025-04-15 14:55:34.993 | empty-string-filtering 2025-04-15 14:55:34.993 | external-net 2025-04-15 14:55:34.993 | extra_dhcp_opt 2025-04-15 14:55:34.993 | extraroute 2025-04-15 14:55:34.993 | extraroute-atomic 2025-04-15 14:55:34.993 | filter-validation 2025-04-15 14:55:34.993 | floating-ip-port-forwarding-detail 2025-04-15 14:55:34.994 | fip-port-details 2025-04-15 14:55:34.994 | flavors 2025-04-15 14:55:34.994 | floatingip-pools 2025-04-15 14:55:34.994 | ip-substring-filtering 2025-04-15 14:55:34.994 | router 2025-04-15 14:55:34.994 | ext-gw-mode 2025-04-15 14:55:34.994 | l3-ha 2025-04-15 14:55:34.994 | l3-flavors 2025-04-15 14:55:34.994 | l3-port-ip-change-not-allowed 2025-04-15 14:55:34.994 | l3_agent_scheduler 2025-04-15 14:55:34.994 | multi-provider 2025-04-15 14:55:34.994 | net-mtu 2025-04-15 14:55:34.994 | net-mtu-writable 2025-04-15 14:55:34.994 | network_availability_zone 2025-04-15 14:55:34.994 | network_ha 2025-04-15 14:55:34.994 | network-ip-availability 2025-04-15 14:55:34.994 | pagination 2025-04-15 14:55:34.994 | port-device-profile 2025-04-15 14:55:34.994 | port-mac-override 2025-04-15 14:55:34.994 | port-mac-address-regenerate 2025-04-15 14:55:34.994 | port-numa-affinity-policy 2025-04-15 14:55:34.994 | binding 2025-04-15 14:55:34.994 | binding-extended 2025-04-15 14:55:34.994 | port-security 2025-04-15 14:55:34.994 | project-id 2025-04-15 14:55:34.994 | provider 2025-04-15 14:55:34.994 | quota-check-limit 2025-04-15 14:55:34.994 | quotas 2025-04-15 14:55:34.994 | quota_details 2025-04-15 14:55:34.994 | rbac-policies 2025-04-15 14:55:34.994 | rbac-address-group 2025-04-15 14:55:34.994 | rbac-address-scope 2025-04-15 14:55:34.994 | rbac-security-groups 2025-04-15 14:55:34.994 | rbac-subnetpool 2025-04-15 14:55:34.994 | revision-if-match 2025-04-15 14:55:34.994 | standard-attr-revisions 2025-04-15 14:55:34.994 | router_availability_zone 2025-04-15 14:55:34.994 | security-groups-default-rules 2025-04-15 14:55:34.994 | security-groups-normalized-cidr 2025-04-15 14:55:34.994 | port-security-groups-filtering 2025-04-15 14:55:34.994 | security-groups-remote-address-group 2025-04-15 14:55:34.994 | security-groups-shared-filtering 2025-04-15 14:55:34.994 | security-group 2025-04-15 14:55:34.994 | service-type 2025-04-15 14:55:34.994 | sorting 2025-04-15 14:55:34.994 | standard-attr-description 2025-04-15 14:55:34.994 | stateful-security-group 2025-04-15 14:55:34.994 | subnet_onboard 2025-04-15 14:55:34.994 | subnet-service-types 2025-04-15 14:55:34.994 | subnet_allocation 2025-04-15 14:55:34.994 | subnetpool-prefix-ops 2025-04-15 14:55:34.994 | standard-attr-tag 2025-04-15 14:55:34.994 | standard-attr-timestamp 2025-04-15 14:55:34.994 | nsxt-ops =~ auto-allocated-topology ]] 2025-04-15 14:55:34.996 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-15 14:55:34.998 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:230 : EXTERNAL_NETWORK_FLAGS='--external --default' 2025-04-15 14:55:35.000 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:233 : '[' True = True ']' 2025-04-15 14:55:35.003 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : oscwrap --os-cloud devstack-admin --os-region RegionOne network create public --external --default --provider-network-type vlan --provider-segment 1001 --provider-physical-network default -f value -c id 2025-04-15 14:55:36.319 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:55:36.322 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : EXT_NET_ID=f579e065-8c4b-4f1c-b8ac-da459a775315 2025-04-15 14:55:36.325 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:238 : die_if_not_set 238 EXT_NET_ID 'Failure creating EXT_NET_ID for public' 2025-04-15 14:55:36.327 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-15 14:55:36.340 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:240 : [[ 4 =~ 4.* ]] 2025-04-15 14:55:36.343 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:242 : _neutron_configure_router_v4 2025-04-15 14:55:36.345 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router add subnet 40537815-f01b-4a01-ae0d-4ef20dddd623 f8f02388-b5c2-4fd3-9f5e-d90c3be4cddc 2025-04-15 14:55:38.487 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:323 : local id_and_ext_gw_ip 2025-04-15 14:55:38.490 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:324 : _neutron_create_public_subnet_v4 f579e065-8c4b-4f1c-b8ac-da459a775315 2025-04-15 14:55:38.493 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:294 : local 'subnet_params=--ip-version 4 ' 2025-04-15 14:55:38.495 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:295 : subnet_params+='--allocation-pool start=10.180.180.128,end=10.180.180.254 ' 2025-04-15 14:55:38.497 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : [[ -n 10.180.180.1 ]] 2025-04-15 14:55:38.499 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:297 : subnet_params+='--gateway 10.180.180.1 ' 2025-04-15 14:55:38.500 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:299 : subnet_params+='--network f579e065-8c4b-4f1c-b8ac-da459a775315 --subnet-range 10.180.180.0/24 --no-dhcp ' 2025-04-15 14:55:38.502 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:300 : subnet_params+=public-subnet 2025-04-15 14:55:38.504 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:301 : local id_and_ext_gw_ip 2025-04-15 14:55:38.508 | +++ 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 f579e065-8c4b-4f1c-b8ac-da459a775315 --subnet-range 10.180.180.0/24 --no-dhcp public-subnet 2025-04-15 14:55:38.508 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 : grep -e gateway_ip -e ' id ' 2025-04-15 14:55:39.945 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:55:39.949 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | 2025-04-15 14:55:39.949 | | id | 9e7a321d-fdf1-4636-9340-3ce7ee295ed2 |' 2025-04-15 14:55:39.951 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:303 : die_if_not_set 303 id_and_ext_gw_ip 'Failure creating public IPv4 subnet' 2025-04-15 14:55:39.952 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2025-04-15 14:55:39.964 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:304 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 9e7a321d-fdf1-4636-9340-3ce7ee295ed2 '|' 2025-04-15 14:55:39.967 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:324 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | | id | 9e7a321d-fdf1-4636-9340-3ce7ee295ed2 |' 2025-04-15 14:55:39.968 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:325 : local ext_gw_ip 2025-04-15 14:55:39.971 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 9e7a321d-fdf1-4636-9340-3ce7ee295ed2 '|' 2025-04-15 14:55:39.972 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : get_field 2 2025-04-15 14:55:39.973 | ++ functions-common:get_field:789 : local data field 2025-04-15 14:55:39.975 | ++ functions-common:get_field:790 : read data 2025-04-15 14:55:39.977 | ++ functions-common:get_field:791 : '[' 2 -lt 0 ']' 2025-04-15 14:55:39.978 | ++ functions-common:get_field:794 : field='$3' 2025-04-15 14:55:39.981 | ++ functions-common:get_field:796 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2025-04-15 14:55:39.981 | ++ functions-common:get_field:796 : echo '| gateway_ip | 10.180.180.1 | | id | 9e7a321d-fdf1-4636-9340-3ce7ee295ed2 |' 2025-04-15 14:55:39.986 | ++ functions-common:get_field:790 : read data 2025-04-15 14:55:39.988 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : ext_gw_ip=10.180.180.1 2025-04-15 14:55:39.992 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 9e7a321d-fdf1-4636-9340-3ce7ee295ed2 '|' 2025-04-15 14:55:39.992 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : get_field 5 2025-04-15 14:55:39.994 | ++ functions-common:get_field:789 : local data field 2025-04-15 14:55:39.996 | ++ functions-common:get_field:790 : read data 2025-04-15 14:55:39.998 | ++ functions-common:get_field:791 : '[' 5 -lt 0 ']' 2025-04-15 14:55:40.000 | ++ functions-common:get_field:794 : field='$6' 2025-04-15 14:55:40.002 | ++ functions-common:get_field:796 : echo '| gateway_ip | 10.180.180.1 | | id | 9e7a321d-fdf1-4636-9340-3ce7ee295ed2 |' 2025-04-15 14:55:40.002 | ++ functions-common:get_field:796 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2025-04-15 14:55:40.007 | ++ functions-common:get_field:790 : read data 2025-04-15 14:55:40.010 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : PUB_SUBNET_ID=9e7a321d-fdf1-4636-9340-3ce7ee295ed2 2025-04-15 14:55:40.012 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:329 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router set --external-gateway f579e065-8c4b-4f1c-b8ac-da459a775315 40537815-f01b-4a01-ae0d-4ef20dddd623 2025-04-15 14:55:42.108 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:332 : [[ openvswitch == \o\v\n ]] 2025-04-15 14:55:42.111 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:332 : is_service_enabled q-l3 neutron-l3 2025-04-15 14:55:42.123 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:55:42.125 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:334 : local ext_gw_interface=none 2025-04-15 14:55:42.127 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:335 : is_neutron_ovs_base_plugin 2025-04-15 14:55:42.129 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:23 : return 0 2025-04-15 14:55:42.131 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:336 : _neutron_get_ext_gw_interface 2025-04-15 14:55:42.133 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:144 : [[ False == \T\r\u\e ]] 2025-04-15 14:55:42.135 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:149 : sudo ovs-vsctl set Bridge br-ex other_config:disable-in-band=true 2025-04-15 14:55:42.147 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:151 : echo br-ex 2025-04-15 14:55:42.150 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:336 : ext_gw_interface=br-ex 2025-04-15 14:55:42.151 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:348 : [[ br-ex != \n\o\n\e ]] 2025-04-15 14:55:42.153 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:349 : local cidr_len=24 2025-04-15 14:55:42.155 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : local 'testcmd=ip -o link | grep -q br-ex' 2025-04-15 14:55:42.157 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:351 : test_with_retry 'ip -o link | grep -q br-ex' 'br-ex creation failed' 2025-04-15 14:55:42.158 | + functions-common:test_with_retry:2338 : local 'testcmd=ip -o link | grep -q br-ex' 2025-04-15 14:55:42.160 | + functions-common:test_with_retry:2339 : local 'failmsg=br-ex creation failed' 2025-04-15 14:55:42.163 | + functions-common:test_with_retry:2340 : local until=10 2025-04-15 14:55:42.165 | + functions-common:test_with_retry:2341 : local sleep=0.5 2025-04-15 14:55:42.167 | + functions-common:test_with_retry:2343 : time_start test_with_retry 2025-04-15 14:55:42.169 | + functions-common:time_start:2386 : local name=test_with_retry 2025-04-15 14:55:42.171 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:55:42.173 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:55:42.176 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:55:42.179 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728942177 2025-04-15 14:55:42.181 | + functions-common:test_with_retry:2344 : timeout 10 sh -c 'while ! ip -o link | grep -q br-ex; do sleep 0.5; done' 2025-04-15 14:55:42.186 | + functions-common:test_with_retry:2347 : time_stop test_with_retry 2025-04-15 14:55:42.188 | + functions-common:time_stop:2400 : local name 2025-04-15 14:55:42.189 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:55:42.191 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:55:42.194 | + functions-common:time_stop:2403 : local total 2025-04-15 14:55:42.196 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:55:42.197 | + functions-common:time_stop:2406 : name=test_with_retry 2025-04-15 14:55:42.199 | + functions-common:time_stop:2407 : start_time=1744728942177 2025-04-15 14:55:42.201 | + functions-common:time_stop:2409 : [[ -z 1744728942177 ]] 2025-04-15 14:55:42.204 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:55:42.207 | + functions-common:time_stop:2412 : end_time=1744728942204 2025-04-15 14:55:42.208 | + functions-common:time_stop:2413 : elapsed_time=27 2025-04-15 14:55:42.210 | + functions-common:time_stop:2414 : total=3065 2025-04-15 14:55:42.212 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:55:42.214 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3092 2025-04-15 14:55:42.218 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : ip addr show dev br-ex 2025-04-15 14:55:42.218 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : grep -c 10.180.180.1 2025-04-15 14:55:42.222 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ 0 == 0 ]] 2025-04-15 14:55:42.224 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ True == \F\a\l\s\e ]] 2025-04-15 14:55:42.226 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ False == \T\r\u\e ]] 2025-04-15 14:55:42.228 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ False == \T\r\u\e ]] 2025-04-15 14:55:42.232 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : cut -f2 '-d'\''' 2025-04-15 14:55:42.232 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : oscwrap --os-cloud devstack-admin --os-region RegionOne port list -c 'Fixed IP Addresses' --device-owner network:router_gateway 2025-04-15 14:55:42.232 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : awk -Fip_address '{ print $2 }' 2025-04-15 14:55:42.232 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : tr '\n' ' ' 2025-04-15 14:55:43.391 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:55:43.394 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : ROUTER_GW_IP=' 10.180.180.177 ' 2025-04-15 14:55:43.396 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:357 : die_if_not_set 357 ROUTER_GW_IP 'Failure retrieving ROUTER_GW_IP' 2025-04-15 14:55:43.399 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-15 14:55:43.412 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:359 : _neutron_set_router_id 2025-04-15 14:55:43.415 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:137 : [[ True == \F\a\l\s\e ]] 2025-04-15 14:55:43.416 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:245 : [[ 4 =~ .*6 ]] 2025-04-15 14:55:43.419 | + stack.sh:main:1341 : is_service_enabled nova 2025-04-15 14:55:43.434 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:55:43.436 | + stack.sh:main:1342 : echo_summary 'Starting Nova' 2025-04-15 14:55:43.438 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 14:55:43.440 | + stack.sh:echo_summary:461 : echo -e Starting Nova 2025-04-15 14:55:43.442 | + stack.sh:main:1343 : start_nova 2025-04-15 14:55:43.444 | + lib/nova:start_nova:1184 : start_nova_rest 2025-04-15 14:55:43.447 | + lib/nova:start_nova_rest:1093 : local old_path=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-15 14:55:43.449 | + lib/nova:start_nova_rest:1094 : export PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-15 14:55:43.451 | + lib/nova:start_nova_rest:1094 : PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-15 14:55:43.453 | + lib/nova:start_nova_rest:1096 : local compute_cell_conf=/etc/nova/nova.conf 2025-04-15 14:55:43.455 | + lib/nova:start_nova_rest:1098 : run_process n-sch '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-15 14:55:43.457 | + functions-common:run_process:1654 : local service=n-sch 2025-04-15 14:55:43.459 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-15 14:55:43.461 | + functions-common:run_process:1656 : local group= 2025-04-15 14:55:43.463 | + functions-common:run_process:1657 : local user= 2025-04-15 14:55:43.465 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 14:55:43.467 | + functions-common:run_process:1660 : local name=n-sch 2025-04-15 14:55:43.469 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 14:55:43.472 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 14:55:43.474 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:55:43.476 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:55:43.480 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:55:43.483 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728943480 2025-04-15 14:55:43.485 | + functions-common:run_process:1663 : is_service_enabled n-sch 2025-04-15 14:55:43.499 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:55:43.501 | + functions-common:run_process:1664 : _run_under_systemd n-sch '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' '' '' 2025-04-15 14:55:43.503 | + functions-common:_run_under_systemd:1611 : local service=n-sch 2025-04-15 14:55:43.505 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-15 14:55:43.507 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-15 14:55:43.509 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-15 14:55:43.511 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-15 14:55:43.513 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2025-04-15 14:55:43.515 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2025-04-15 14:55:43.517 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-sch.service 2025-04-15 14:55:43.520 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-15 14:55:43.522 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-15 14:55:43.524 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-15 14:55:43.526 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-15 14:55:43.528 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2025-04-15 14:55:43.531 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@n-sch.service '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' stack '' 2025-04-15 14:55:43.532 | + functions-common:write_user_unit_file:1518 : local service=devstack@n-sch.service 2025-04-15 14:55:43.534 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-15 14:55:43.536 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-15 14:55:43.538 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-15 14:55:43.540 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-15 14:55:43.542 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-15 14:55:43.544 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-15 14:55:43.546 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2025-04-15 14:55:43.548 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-15 14:55:43.551 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Unit Description 'Devstack devstack@n-sch.service' 2025-04-15 14:55:43.600 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service Environment '"PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-15 14:55:43.649 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User stack 2025-04-15 14:55:43.690 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecStart '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-15 14:55:43.732 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2025-04-15 14:55:43.773 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2025-04-15 14:55:43.816 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-15 14:55:43.858 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-15 14:55:43.859 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-15 14:55:43.862 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2025-04-15 14:55:43.911 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-15 14:55:44.156 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-sch.service 2025-04-15 14:55:44.165 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2025-04-15 14:55:44.409 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-sch.service 2025-04-15 14:55:44.437 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 14:55:44.439 | + functions-common:time_stop:2400 : local name 2025-04-15 14:55:44.441 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:55:44.444 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:55:44.446 | + functions-common:time_stop:2403 : local total 2025-04-15 14:55:44.448 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:55:44.450 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 14:55:44.453 | + functions-common:time_stop:2407 : start_time=1744728943480 2025-04-15 14:55:44.455 | + functions-common:time_stop:2409 : [[ -z 1744728943480 ]] 2025-04-15 14:55:44.457 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:55:44.461 | + functions-common:time_stop:2412 : end_time=1744728944458 2025-04-15 14:55:44.463 | + functions-common:time_stop:2413 : elapsed_time=978 2025-04-15 14:55:44.465 | + functions-common:time_stop:2414 : total=8561 2025-04-15 14:55:44.467 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:55:44.469 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9539 2025-04-15 14:55:44.471 | + lib/nova:start_nova_rest:1099 : '[' True == False ']' 2025-04-15 14:55:44.474 | ++ lib/nova:start_nova_rest:1102 : which uwsgi 2025-04-15 14:55:44.478 | + lib/nova:start_nova_rest:1102 : run_process n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-15 14:55:44.480 | + functions-common:run_process:1654 : local service=n-api-meta 2025-04-15 14:55:44.482 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-15 14:55:44.484 | + functions-common:run_process:1656 : local group= 2025-04-15 14:55:44.486 | + functions-common:run_process:1657 : local user= 2025-04-15 14:55:44.488 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 14:55:44.490 | + functions-common:run_process:1660 : local name=n-api-meta 2025-04-15 14:55:44.492 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 14:55:44.494 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 14:55:44.496 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:55:44.498 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:55:44.500 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:55:44.504 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728944502 2025-04-15 14:55:44.506 | + functions-common:run_process:1663 : is_service_enabled n-api-meta 2025-04-15 14:55:44.520 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:55:44.522 | + functions-common:run_process:1664 : _run_under_systemd n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' '' '' 2025-04-15 14:55:44.524 | + functions-common:_run_under_systemd:1611 : local service=n-api-meta 2025-04-15 14:55:44.526 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-15 14:55:44.528 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-15 14:55:44.530 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-15 14:55:44.532 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-15 14:55:44.534 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] 2025-04-15 14:55:44.536 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2025-04-15 14:55:44.538 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-api-meta.service 2025-04-15 14:55:44.540 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-15 14:55:44.542 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-15 14:55:44.544 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-15 14:55:44.546 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-15 14:55:44.548 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] 2025-04-15 14:55:44.550 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-15 14:55:44.552 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-15 14:55:44.554 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@n-api-meta.service '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2025-04-15 14:55:44.556 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@n-api-meta.service 2025-04-15 14:55:44.558 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-15 14:55:44.561 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-15 14:55:44.562 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-15 14:55:44.564 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-15 14:55:44.566 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2025-04-15 14:55:44.568 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-15 14:55:44.571 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Unit Description 'Devstack devstack@n-api-meta.service' 2025-04-15 14:55:44.623 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Environment '"PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-15 14:55:44.672 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service SyslogIdentifier devstack@n-api-meta.service 2025-04-15 14:55:44.714 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User stack 2025-04-15 14:55:44.758 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecStart '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-15 14:55:44.808 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-15 14:55:44.868 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2025-04-15 14:55:44.913 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2025-04-15 14:55:44.959 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2025-04-15 14:55:45.008 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2025-04-15 14:55:45.061 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2025-04-15 14:55:45.107 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-15 14:55:45.111 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-15 14:55:45.114 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Install WantedBy multi-user.target 2025-04-15 14:55:45.171 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-15 14:55:45.425 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-api-meta.service 2025-04-15 14:55:45.435 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. 2025-04-15 14:55:45.684 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-api-meta.service 2025-04-15 14:55:45.748 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 14:55:45.750 | + functions-common:time_stop:2400 : local name 2025-04-15 14:55:45.752 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:55:45.755 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:55:45.757 | + functions-common:time_stop:2403 : local total 2025-04-15 14:55:45.759 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:55:45.761 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 14:55:45.764 | + functions-common:time_stop:2407 : start_time=1744728944502 2025-04-15 14:55:45.766 | + functions-common:time_stop:2409 : [[ -z 1744728944502 ]] 2025-04-15 14:55:45.768 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:55:45.772 | + functions-common:time_stop:2412 : end_time=1744728945769 2025-04-15 14:55:45.774 | + functions-common:time_stop:2413 : elapsed_time=1267 2025-04-15 14:55:45.776 | + functions-common:time_stop:2414 : total=9539 2025-04-15 14:55:45.778 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:55:45.780 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10806 2025-04-15 14:55:45.782 | + lib/nova:start_nova_rest:1105 : export PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-15 14:55:45.784 | + lib/nova:start_nova_rest:1105 : PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-15 14:55:45.787 | + lib/nova:start_nova:1185 : start_nova_console_proxies 2025-04-15 14:55:45.789 | + lib/nova:start_nova_console_proxies:1120 : local old_path=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-15 14:55:45.791 | + lib/nova:start_nova_console_proxies:1122 : export PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-15 14:55:45.793 | + lib/nova:start_nova_console_proxies:1122 : PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-15 14:55:45.795 | + lib/nova:start_nova_console_proxies:1124 : local api_cell_conf=/etc/nova/nova.conf 2025-04-15 14:55:45.797 | + lib/nova:start_nova_console_proxies:1126 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-15 14:55:45.799 | + lib/nova:start_nova_console_proxies:1127 : run_process n-novnc '/opt/stack/data/venv/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2025-04-15 14:55:45.801 | + functions-common:run_process:1654 : local service=n-novnc 2025-04-15 14:55:45.803 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2025-04-15 14:55:45.805 | + functions-common:run_process:1656 : local group= 2025-04-15 14:55:45.807 | + functions-common:run_process:1657 : local user= 2025-04-15 14:55:45.809 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 14:55:45.811 | + functions-common:run_process:1660 : local name=n-novnc 2025-04-15 14:55:45.813 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 14:55:45.816 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 14:55:45.818 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:55:45.819 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:55:45.822 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:55:45.825 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728945823 2025-04-15 14:55:45.827 | + functions-common:run_process:1663 : is_service_enabled n-novnc 2025-04-15 14:55:45.841 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:55:45.843 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 14:55:45.845 | + functions-common:time_stop:2400 : local name 2025-04-15 14:55:45.847 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:55:45.849 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:55:45.851 | + functions-common:time_stop:2403 : local total 2025-04-15 14:55:45.853 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:55:45.855 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 14:55:45.857 | + functions-common:time_stop:2407 : start_time=1744728945823 2025-04-15 14:55:45.859 | + functions-common:time_stop:2409 : [[ -z 1744728945823 ]] 2025-04-15 14:55:45.861 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:55:45.865 | + functions-common:time_stop:2412 : end_time=1744728945862 2025-04-15 14:55:45.866 | + functions-common:time_stop:2413 : elapsed_time=39 2025-04-15 14:55:45.869 | + functions-common:time_stop:2414 : total=10806 2025-04-15 14:55:45.871 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:55:45.873 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10845 2025-04-15 14:55:45.875 | + lib/nova:start_nova_console_proxies:1128 : run_process n-spice '/opt/stack/data/venv/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2025-04-15 14:55:45.878 | + functions-common:run_process:1654 : local service=n-spice 2025-04-15 14:55:45.880 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2025-04-15 14:55:45.882 | + functions-common:run_process:1656 : local group= 2025-04-15 14:55:45.883 | + functions-common:run_process:1657 : local user= 2025-04-15 14:55:45.885 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 14:55:45.887 | + functions-common:run_process:1660 : local name=n-spice 2025-04-15 14:55:45.890 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 14:55:45.892 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 14:55:45.894 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:55:45.896 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:55:45.899 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:55:45.902 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728945900 2025-04-15 14:55:45.904 | + functions-common:run_process:1663 : is_service_enabled n-spice 2025-04-15 14:55:45.918 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:55:45.920 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 14:55:45.922 | + functions-common:time_stop:2400 : local name 2025-04-15 14:55:45.924 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:55:45.926 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:55:45.928 | + functions-common:time_stop:2403 : local total 2025-04-15 14:55:45.930 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:55:45.932 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 14:55:45.935 | + functions-common:time_stop:2407 : start_time=1744728945900 2025-04-15 14:55:45.937 | + functions-common:time_stop:2409 : [[ -z 1744728945900 ]] 2025-04-15 14:55:45.939 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:55:45.942 | + functions-common:time_stop:2412 : end_time=1744728945940 2025-04-15 14:55:45.944 | + functions-common:time_stop:2413 : elapsed_time=40 2025-04-15 14:55:45.946 | + functions-common:time_stop:2414 : total=10845 2025-04-15 14:55:45.948 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:55:45.951 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10885 2025-04-15 14:55:45.953 | + lib/nova:start_nova_console_proxies:1129 : run_process n-sproxy '/opt/stack/data/venv/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2025-04-15 14:55:45.955 | + functions-common:run_process:1654 : local service=n-sproxy 2025-04-15 14:55:45.957 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2025-04-15 14:55:45.959 | + functions-common:run_process:1656 : local group= 2025-04-15 14:55:45.961 | + functions-common:run_process:1657 : local user= 2025-04-15 14:55:45.963 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 14:55:45.965 | + functions-common:run_process:1660 : local name=n-sproxy 2025-04-15 14:55:45.967 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 14:55:45.969 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 14:55:45.971 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:55:45.973 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:55:45.976 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:55:45.980 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728945977 2025-04-15 14:55:45.982 | + functions-common:run_process:1663 : is_service_enabled n-sproxy 2025-04-15 14:55:45.997 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:55:46.000 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 14:55:46.002 | + functions-common:time_stop:2400 : local name 2025-04-15 14:55:46.007 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:55:46.009 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:55:46.012 | + functions-common:time_stop:2403 : local total 2025-04-15 14:55:46.012 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:55:46.015 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 14:55:46.018 | + functions-common:time_stop:2407 : start_time=1744728945977 2025-04-15 14:55:46.020 | + functions-common:time_stop:2409 : [[ -z 1744728945977 ]] 2025-04-15 14:55:46.024 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:55:46.027 | + functions-common:time_stop:2412 : end_time=1744728946024 2025-04-15 14:55:46.029 | + functions-common:time_stop:2413 : elapsed_time=47 2025-04-15 14:55:46.031 | + functions-common:time_stop:2414 : total=10885 2025-04-15 14:55:46.033 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:55:46.035 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10932 2025-04-15 14:55:46.037 | + lib/nova:start_nova_console_proxies:1141 : export PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-15 14:55:46.039 | + lib/nova:start_nova_console_proxies:1141 : PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-15 14:55:46.041 | + lib/nova:start_nova:1186 : start_nova_conductor 2025-04-15 14:55:46.044 | + lib/nova:start_nova_conductor:1154 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-15 14:55:46.046 | + lib/nova:start_nova_conductor:1155 : echo 'Starting nova-conductor in a cellsv1-compatible way' 2025-04-15 14:55:46.046 | Starting nova-conductor in a cellsv1-compatible way 2025-04-15 14:55:46.048 | + lib/nova:start_nova_conductor:1156 : run_process n-cond '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-15 14:55:46.050 | + functions-common:run_process:1654 : local service=n-cond 2025-04-15 14:55:46.052 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-15 14:55:46.054 | + functions-common:run_process:1656 : local group= 2025-04-15 14:55:46.056 | + functions-common:run_process:1657 : local user= 2025-04-15 14:55:46.058 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 14:55:46.060 | + functions-common:run_process:1660 : local name=n-cond 2025-04-15 14:55:46.062 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 14:55:46.065 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 14:55:46.066 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:55:46.069 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:55:46.071 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:55:46.075 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728946072 2025-04-15 14:55:46.077 | + functions-common:run_process:1663 : is_service_enabled n-cond 2025-04-15 14:55:46.090 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:55:46.092 | + functions-common:run_process:1664 : _run_under_systemd n-cond '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' '' '' '' 2025-04-15 14:55:46.094 | + functions-common:_run_under_systemd:1611 : local service=n-cond 2025-04-15 14:55:46.096 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-15 14:55:46.099 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-15 14:55:46.101 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-15 14:55:46.103 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-15 14:55:46.105 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2025-04-15 14:55:46.107 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2025-04-15 14:55:46.110 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-cond.service 2025-04-15 14:55:46.112 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-15 14:55:46.114 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-15 14:55:46.116 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-15 14:55:46.118 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-15 14:55:46.121 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2025-04-15 14:55:46.123 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@n-cond.service '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' '' stack '' 2025-04-15 14:55:46.125 | + functions-common:write_user_unit_file:1518 : local service=devstack@n-cond.service 2025-04-15 14:55:46.127 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-15 14:55:46.130 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-15 14:55:46.132 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-15 14:55:46.135 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-15 14:55:46.142 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-15 14:55:46.144 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-15 14:55:46.145 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@n-cond.service 2025-04-15 14:55:46.147 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-15 14:55:46.150 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Unit Description 'Devstack devstack@n-cond.service' 2025-04-15 14:55:46.210 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-15 14:55:46.260 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service User stack 2025-04-15 14:55:46.307 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecStart '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-15 14:55:46.349 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service KillMode process 2025-04-15 14:55:46.390 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service TimeoutStopSec 300 2025-04-15 14:55:46.431 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-15 14:55:46.474 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-15 14:55:46.476 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-15 14:55:46.478 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Install WantedBy multi-user.target 2025-04-15 14:55:46.529 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-15 14:55:46.784 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-cond.service 2025-04-15 14:55:46.795 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond.service → /etc/systemd/system/devstack@n-cond.service. 2025-04-15 14:55:47.037 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-cond.service 2025-04-15 14:55:47.063 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 14:55:47.065 | + functions-common:time_stop:2400 : local name 2025-04-15 14:55:47.067 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:55:47.069 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:55:47.071 | + functions-common:time_stop:2403 : local total 2025-04-15 14:55:47.073 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:55:47.075 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 14:55:47.077 | + functions-common:time_stop:2407 : start_time=1744728946072 2025-04-15 14:55:47.079 | + functions-common:time_stop:2409 : [[ -z 1744728946072 ]] 2025-04-15 14:55:47.083 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:55:47.086 | + functions-common:time_stop:2412 : end_time=1744728947084 2025-04-15 14:55:47.088 | + functions-common:time_stop:2413 : elapsed_time=1012 2025-04-15 14:55:47.090 | + functions-common:time_stop:2414 : total=10932 2025-04-15 14:55:47.092 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:55:47.095 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11944 2025-04-15 14:55:47.097 | + lib/nova:start_nova_conductor:1157 : return 2025-04-15 14:55:47.099 | + lib/nova:start_nova:1187 : start_nova_compute 2025-04-15 14:55:47.102 | + lib/nova:start_nova_compute:1014 : local old_path=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-15 14:55:47.104 | + lib/nova:start_nova_compute:1015 : export PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-15 14:55:47.106 | + lib/nova:start_nova_compute:1015 : PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-15 14:55:47.109 | + lib/nova:start_nova_compute:1017 : local compute_cell_conf=/etc/nova/nova.conf 2025-04-15 14:55:47.111 | + lib/nova:start_nova_compute:1020 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2025-04-15 14:55:47.115 | + lib/nova:start_nova_compute:1022 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2025-04-15 14:55:47.118 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-15 14:55:47.120 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-15 14:55:47.122 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2025-04-15 14:55:47.125 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-15 14:55:47.128 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2025-04-15 14:55:47.130 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2025-04-15 14:55:47.133 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2025-04-15 14:55:47.135 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2025-04-15 14:55:47.139 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 14:55:47.139 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2025-04-15 14:55:47.139 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2025-04-15 14:55:47.139 | BEGIN { 2025-04-15 14:55:47.139 | section = "" 2025-04-15 14:55:47.139 | last_section = "" 2025-04-15 14:55:47.139 | section_count = 0 2025-04-15 14:55:47.139 | } 2025-04-15 14:55:47.139 | /^\[.+\]/ { 2025-04-15 14:55:47.139 | gsub("[][]", "", $1); 2025-04-15 14:55:47.139 | section=$1 2025-04-15 14:55:47.139 | next 2025-04-15 14:55:47.139 | } 2025-04-15 14:55:47.140 | /^ *\#/ { 2025-04-15 14:55:47.140 | next 2025-04-15 14:55:47.140 | } 2025-04-15 14:55:47.140 | /^[^ \t]+/ { 2025-04-15 14:55:47.140 | # get offset of first = in $0 2025-04-15 14:55:47.140 | eq_idx = index($0, "=") 2025-04-15 14:55:47.140 | # extract attr & value from $0 2025-04-15 14:55:47.140 | attr = substr($0, 1, eq_idx - 1) 2025-04-15 14:55:47.140 | value = substr($0, eq_idx + 1) 2025-04-15 14:55:47.140 | # only need to strip trailing whitespace from attr 2025-04-15 14:55:47.140 | sub(/[ \t]*$/, "", attr) 2025-04-15 14:55:47.140 | # need to strip leading & trailing whitespace from value 2025-04-15 14:55:47.140 | sub(/^[ \t]*/, "", value) 2025-04-15 14:55:47.140 | sub(/[ \t]*$/, "", value) 2025-04-15 14:55:47.140 | 2025-04-15 14:55:47.140 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-15 14:55:47.140 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-15 14:55:47.140 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-15 14:55:47.140 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-15 14:55:47.140 | if (! (section, attr) in cfg_attr_count) { 2025-04-15 14:55:47.140 | if (section != last_section) { 2025-04-15 14:55:47.140 | cfg_section[section_count++] = section 2025-04-15 14:55:47.140 | last_section = section 2025-04-15 14:55:47.140 | } 2025-04-15 14:55:47.140 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-15 14:55:47.140 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-15 14:55:47.140 | 2025-04-15 14:55:47.140 | cfg_attr[section, attr, 0] = value 2025-04-15 14:55:47.140 | cfg_attr_count[section, attr] = 1 2025-04-15 14:55:47.140 | } else { 2025-04-15 14:55:47.140 | lno = cfg_attr_count[section, attr]++ 2025-04-15 14:55:47.140 | cfg_attr[section, attr, lno] = value 2025-04-15 14:55:47.140 | } 2025-04-15 14:55:47.140 | } 2025-04-15 14:55:47.140 | END { 2025-04-15 14:55:47.140 | # Process each section in order 2025-04-15 14:55:47.140 | for (sno = 0; sno < section_count; sno++) { 2025-04-15 14:55:47.140 | section = cfg_section[sno] 2025-04-15 14:55:47.140 | # The ini routines simply append a config item immediately 2025-04-15 14:55:47.140 | # after the section header. To keep the same order as defined 2025-04-15 14:55:47.140 | # in local.conf, invoke the ini routines in the reverse order 2025-04-15 14:55:47.140 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-15 14:55:47.140 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-15 14:55:47.140 | if (cfg_attr_count[section, attr] == 1) 2025-04-15 14:55:47.140 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-15 14:55:47.140 | else { 2025-04-15 14:55:47.140 | # For multiline, invoke the ini routines in the reverse order 2025-04-15 14:55:47.140 | count = cfg_attr_count[section, attr] 2025-04-15 14:55:47.140 | print "inidelete " configfile " " section " " attr 2025-04-15 14:55:47.140 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-15 14:55:47.140 | for (l = count -2; l >= 0; l--) 2025-04-15 14:55:47.140 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-15 14:55:47.140 | } 2025-04-15 14:55:47.140 | } 2025-04-15 14:55:47.140 | } 2025-04-15 14:55:47.140 | } 2025-04-15 14:55:47.140 | ' 2025-04-15 14:55:47.141 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-15 14:55:47.141 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-15 14:55:47.143 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-15 14:55:47.145 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2025-04-15 14:55:47.148 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-15 14:55:47.151 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2025-04-15 14:55:47.153 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2025-04-15 14:55:47.153 | BEGIN { group = "" } 2025-04-15 14:55:47.153 | /^\[\[.+\|.*\]\]/ { 2025-04-15 14:55:47.153 | gsub("[][]", "", $1); 2025-04-15 14:55:47.153 | split($1, a, "|"); 2025-04-15 14:55:47.153 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-15 14:55:47.153 | group=a[1] 2025-04-15 14:55:47.153 | } else { 2025-04-15 14:55:47.153 | group="" 2025-04-15 14:55:47.153 | } 2025-04-15 14:55:47.153 | next 2025-04-15 14:55:47.153 | } 2025-04-15 14:55:47.153 | { 2025-04-15 14:55:47.153 | if (group != "") 2025-04-15 14:55:47.153 | print $0 2025-04-15 14:55:47.153 | } 2025-04-15 14:55:47.153 | ' /opt/stack/devstack/local.conf 2025-04-15 14:55:47.159 | + lib/nova:start_nova_compute:1024 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-15 14:55:47.161 | + lib/nova:start_nova_compute:1027 : echo 'Skipping multi-cell conductor fleet setup' 2025-04-15 14:55:47.161 | Skipping multi-cell conductor fleet setup 2025-04-15 14:55:47.163 | + lib/nova:start_nova_compute:1039 : inidelete /etc/nova/nova-cpu.conf database connection 2025-04-15 14:55:47.180 | + lib/nova:start_nova_compute:1040 : inidelete /etc/nova/nova-cpu.conf api_database connection 2025-04-15 14:55:47.199 | + lib/nova:start_nova_compute:1045 : configure_console_compute 2025-04-15 14:55:47.201 | + lib/nova:configure_console_compute:672 : local offset 2025-04-15 14:55:47.203 | + lib/nova:configure_console_compute:673 : offset=0 2025-04-15 14:55:47.205 | + lib/nova:configure_console_compute:677 : local default_proxyclient_addr 2025-04-15 14:55:47.208 | ++ lib/nova:configure_console_compute:678 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2025-04-15 14:55:47.227 | + lib/nova:configure_console_compute:678 : default_proxyclient_addr=10.180.1.21 2025-04-15 14:55:47.229 | + lib/nova:configure_console_compute:682 : is_service_enabled n-cpu 2025-04-15 14:55:47.245 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:55:47.248 | + lib/nova:configure_console_compute:698 : is_service_enabled n-novnc 2025-04-15 14:55:47.262 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:55:47.264 | + lib/nova:configure_console_compute:698 : '[' False '!=' False ']' 2025-04-15 14:55:47.266 | + lib/nova:configure_console_compute:706 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2025-04-15 14:55:47.295 | + lib/nova:configure_console_compute:709 : is_service_enabled n-spice 2025-04-15 14:55:47.310 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:55:47.312 | + lib/nova:configure_console_compute:719 : is_service_enabled n-sproxy 2025-04-15 14:55:47.326 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:55:47.328 | + lib/nova:start_nova_compute:1049 : iniset /etc/nova/nova-cpu.conf DEFAULT reimage_timeout_per_gb 60 2025-04-15 14:55:47.355 | + lib/nova:start_nova_compute:1052 : '[' -n '' ']' 2025-04-15 14:55:47.358 | + lib/nova:start_nova_compute:1057 : [[ vsphere == \l\i\b\v\i\r\t ]] 2025-04-15 14:55:47.360 | + lib/nova:start_nova_compute:1061 : [[ vsphere = \l\i\b\v\i\r\t ]] 2025-04-15 14:55:47.362 | + lib/nova:start_nova_compute:1066 : [[ vsphere = \l\x\d ]] 2025-04-15 14:55:47.364 | + lib/nova:start_nova_compute:1068 : [[ vsphere = \d\o\c\k\e\r ]] 2025-04-15 14:55:47.366 | + lib/nova:start_nova_compute:1068 : [[ vsphere = \z\u\n ]] 2025-04-15 14:55:47.368 | + lib/nova:start_nova_compute:1070 : [[ vsphere = \f\a\k\e ]] 2025-04-15 14:55:47.371 | + lib/nova:start_nova_compute:1081 : is_service_enabled n-cpu 2025-04-15 14:55:47.387 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:55:47.389 | + lib/nova:start_nova_compute:1084 : run_process n-cpu '/opt/stack/data/venv/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2025-04-15 14:55:47.391 | + functions-common:run_process:1654 : local service=n-cpu 2025-04-15 14:55:47.394 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2025-04-15 14:55:47.396 | + functions-common:run_process:1656 : local group= 2025-04-15 14:55:47.398 | + functions-common:run_process:1657 : local user= 2025-04-15 14:55:47.401 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 14:55:47.403 | + functions-common:run_process:1660 : local name=n-cpu 2025-04-15 14:55:47.405 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 14:55:47.408 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 14:55:47.410 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:55:47.412 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:55:47.415 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:55:47.419 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728947417 2025-04-15 14:55:47.422 | + functions-common:run_process:1663 : is_service_enabled n-cpu 2025-04-15 14:55:47.438 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:55:47.440 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 14:55:47.442 | + functions-common:time_stop:2400 : local name 2025-04-15 14:55:47.445 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:55:47.447 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:55:47.450 | + functions-common:time_stop:2403 : local total 2025-04-15 14:55:47.452 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:55:47.454 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 14:55:47.457 | + functions-common:time_stop:2407 : start_time=1744728947417 2025-04-15 14:55:47.459 | + functions-common:time_stop:2409 : [[ -z 1744728947417 ]] 2025-04-15 14:55:47.462 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:55:47.465 | + functions-common:time_stop:2412 : end_time=1744728947463 2025-04-15 14:55:47.467 | + functions-common:time_stop:2413 : elapsed_time=46 2025-04-15 14:55:47.469 | + functions-common:time_stop:2414 : total=11944 2025-04-15 14:55:47.471 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:55:47.474 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11990 2025-04-15 14:55:47.476 | + lib/nova:start_nova_compute:1087 : export PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-15 14:55:47.478 | + lib/nova:start_nova_compute:1087 : PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-15 14:55:47.481 | + lib/nova:start_nova:1188 : is_service_enabled n-api 2025-04-15 14:55:47.496 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:55:47.498 | + lib/nova:start_nova:1190 : echo 'Dumping cells_v2 mapping' 2025-04-15 14:55:47.498 | Dumping cells_v2 mapping 2025-04-15 14:55:47.501 | + lib/nova:start_nova:1191 : /opt/stack/data/venv/bin/nova-manage cell_v2 list_cells --verbose 2025-04-15 14:55:48.095 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-15 14:55:49.324 | INFO dbcounter [None req-d242ed91-1210-4786-9b23-390dfb1b22ff None None] Registered counter for database nova_api 2025-04-15 14:55:49.335 | DEBUG dbcounter [-] [60538] Writer thread running {{(pid=60538) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 14:55:49.360 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2025-04-15 14:55:49.360 | | Name | UUID | Transport URL | Database Connection | Disabled | 2025-04-15 14:55:49.360 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2025-04-15 14:55:49.360 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter | False | 2025-04-15 14:55:49.360 | | cell1 | 72680e90-e10e-4c19-9caa-82e1bd453e3e | rabbit://stackrabbit:stackdb@10.180.1.21:5672/ | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter | False | 2025-04-15 14:55:49.360 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2025-04-15 14:55:49.679 | + stack.sh:main:1344 : async_runfunc create_flavors 2025-04-15 14:55:49.681 | + inc/async:async_runfunc:116 : async_run create_flavors create_flavors 2025-04-15 14:55:49.731 | + inc/async:async_inner:63 : create_flavors 2025-04-15 14:55:49.761 | [3532 Async create_flavors:60605]: running: create_flavors 2025-04-15 14:55:49.764 | + stack.sh:main:1346 : is_service_enabled cinder 2025-04-15 14:55:49.778 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:55:49.780 | + stack.sh:main:1347 : echo_summary 'Starting Cinder' 2025-04-15 14:55:49.782 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 14:55:49.784 | + stack.sh:echo_summary:461 : echo -e Starting Cinder 2025-04-15 14:55:49.787 | + stack.sh:main:1348 : start_cinder 2025-04-15 14:55:49.789 | + lib/cinder:start_cinder:595 : local service_port=8776 2025-04-15 14:55:49.791 | + lib/cinder:start_cinder:596 : local service_protocol=http 2025-04-15 14:55:49.793 | + lib/cinder:start_cinder:597 : local cinder_url 2025-04-15 14:55:49.796 | + lib/cinder:start_cinder:598 : is_service_enabled tls-proxy 2025-04-15 14:55:49.810 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:55:49.812 | + lib/cinder:start_cinder:602 : '[' lioadm = tgtadm ']' 2025-04-15 14:55:49.814 | + lib/cinder:start_cinder:617 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ c-api ]] 2025-04-15 14:55:49.816 | + lib/cinder:start_cinder:618 : '[' True == False ']' 2025-04-15 14:55:49.819 | ++ lib/cinder:start_cinder:626 : which uwsgi 2025-04-15 14:55:49.822 | + lib/cinder:start_cinder:626 : run_process c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-15 14:55:49.824 | + functions-common:run_process:1654 : local service=c-api 2025-04-15 14:55:49.826 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-15 14:55:49.829 | + functions-common:run_process:1656 : local group= 2025-04-15 14:55:49.831 | + functions-common:run_process:1657 : local user= 2025-04-15 14:55:49.833 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 14:55:49.835 | + functions-common:run_process:1660 : local name=c-api 2025-04-15 14:55:49.837 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 14:55:49.839 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 14:55:49.841 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:55:49.843 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:55:49.846 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:55:49.849 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728949847 2025-04-15 14:55:49.851 | + functions-common:run_process:1663 : is_service_enabled c-api 2025-04-15 14:55:49.864 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:55:49.866 | + functions-common:run_process:1664 : _run_under_systemd c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' '' '' 2025-04-15 14:55:49.868 | + functions-common:_run_under_systemd:1611 : local service=c-api 2025-04-15 14:55:49.870 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-15 14:55:49.872 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-15 14:55:49.874 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-15 14:55:49.875 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-15 14:55:49.877 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2025-04-15 14:55:49.879 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2025-04-15 14:55:49.881 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-api.service 2025-04-15 14:55:49.883 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-15 14:55:49.885 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-15 14:55:49.887 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-15 14:55:49.889 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-15 14:55:49.891 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2025-04-15 14:55:49.893 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-15 14:55:49.895 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-15 14:55:49.898 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@c-api.service '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2025-04-15 14:55:49.899 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@c-api.service 2025-04-15 14:55:49.901 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-15 14:55:49.903 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-15 14:55:49.905 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-15 14:55:49.907 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-15 14:55:49.909 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@c-api.service 2025-04-15 14:55:49.910 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-15 14:55:49.913 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@c-api.service Unit Description 'Devstack devstack@c-api.service' 2025-04-15 14:55:49.963 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-15 14:55:50.011 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service SyslogIdentifier devstack@c-api.service 2025-04-15 14:55:50.052 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User stack 2025-04-15 14:55:50.094 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-15 14:55:50.136 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-15 14:55:50.178 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2025-04-15 14:55:50.219 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2025-04-15 14:55:50.259 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2025-04-15 14:55:50.300 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2025-04-15 14:55:50.342 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2025-04-15 14:55:50.383 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-15 14:55:50.385 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-15 14:55:50.387 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target 2025-04-15 14:55:50.436 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-15 14:55:50.691 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-api.service 2025-04-15 14:55:50.701 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2025-04-15 14:55:50.944 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-api.service 2025-04-15 14:55:51.002 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 14:55:51.004 | + functions-common:time_stop:2400 : local name 2025-04-15 14:55:51.006 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:55:51.008 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:55:51.010 | + functions-common:time_stop:2403 : local total 2025-04-15 14:55:51.012 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:55:51.014 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 14:55:51.016 | + functions-common:time_stop:2407 : start_time=1744728949847 2025-04-15 14:55:51.018 | + functions-common:time_stop:2409 : [[ -z 1744728949847 ]] 2025-04-15 14:55:51.021 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:55:51.024 | + functions-common:time_stop:2412 : end_time=1744728951022 2025-04-15 14:55:51.026 | + functions-common:time_stop:2413 : elapsed_time=1175 2025-04-15 14:55:51.028 | + functions-common:time_stop:2414 : total=11990 2025-04-15 14:55:51.030 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:55:51.032 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=13165 2025-04-15 14:55:51.034 | + lib/cinder:start_cinder:627 : cinder_url=http://10.180.1.21/volume/v3 2025-04-15 14:55:51.036 | + lib/cinder:start_cinder:631 : echo 'Waiting for Cinder API to start...' 2025-04-15 14:55:51.036 | Waiting for Cinder API to start... 2025-04-15 14:55:51.038 | + lib/cinder:start_cinder:632 : wait_for_service 60 http://10.180.1.21/volume/v3 2025-04-15 14:55:51.041 | + functions:wait_for_service:468 : local timeout=60 2025-04-15 14:55:51.043 | + functions:wait_for_service:469 : local url=http://10.180.1.21/volume/v3 2025-04-15 14:55:51.045 | + functions:wait_for_service:470 : local rval=0 2025-04-15 14:55:51.047 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-15 14:55:51.049 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-15 14:55:51.051 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:55:51.053 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:55:51.056 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:55:51.059 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728951057 2025-04-15 14:55:51.061 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-15 14:55:51.065 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/volume/v3 2025-04-15 14:55:52.956 | + :: : [[ 401 == 503 ]] 2025-04-15 14:55:52.957 | + :: : [[ 0 -eq 7 ]] 2025-04-15 14:55:52.961 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-15 14:55:52.963 | + functions-common:time_stop:2400 : local name 2025-04-15 14:55:52.965 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:55:52.967 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:55:52.969 | + functions-common:time_stop:2403 : local total 2025-04-15 14:55:52.971 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:55:52.973 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-15 14:55:52.975 | + functions-common:time_stop:2407 : start_time=1744728951057 2025-04-15 14:55:52.977 | + functions-common:time_stop:2409 : [[ -z 1744728951057 ]] 2025-04-15 14:55:52.980 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:55:52.983 | + functions-common:time_stop:2412 : end_time=1744728952981 2025-04-15 14:55:52.985 | + functions-common:time_stop:2413 : elapsed_time=1924 2025-04-15 14:55:52.988 | + functions-common:time_stop:2414 : total=6084 2025-04-15 14:55:52.990 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:55:52.992 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8008 2025-04-15 14:55:52.994 | + functions:wait_for_service:478 : return 0 2025-04-15 14:55:52.996 | + lib/cinder:start_cinder:636 : run_process c-sch '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-15 14:55:52.998 | + functions-common:run_process:1654 : local service=c-sch 2025-04-15 14:55:53.000 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-15 14:55:53.003 | + functions-common:run_process:1656 : local group= 2025-04-15 14:55:53.005 | + functions-common:run_process:1657 : local user= 2025-04-15 14:55:53.007 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 14:55:53.009 | + functions-common:run_process:1660 : local name=c-sch 2025-04-15 14:55:53.011 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 14:55:53.013 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 14:55:53.015 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:55:53.017 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:55:53.020 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:55:53.024 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728953021 2025-04-15 14:55:53.026 | + functions-common:run_process:1663 : is_service_enabled c-sch 2025-04-15 14:55:53.040 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:55:53.042 | + functions-common:run_process:1664 : _run_under_systemd c-sch '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' '' '' 2025-04-15 14:55:53.044 | + functions-common:_run_under_systemd:1611 : local service=c-sch 2025-04-15 14:55:53.046 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-15 14:55:53.048 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-15 14:55:53.050 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-15 14:55:53.052 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-15 14:55:53.054 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2025-04-15 14:55:53.057 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2025-04-15 14:55:53.059 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-sch.service 2025-04-15 14:55:53.061 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-15 14:55:53.063 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-15 14:55:53.065 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-15 14:55:53.067 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-15 14:55:53.069 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2025-04-15 14:55:53.071 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@c-sch.service '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' stack '' 2025-04-15 14:55:53.073 | + functions-common:write_user_unit_file:1518 : local service=devstack@c-sch.service 2025-04-15 14:55:53.075 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-15 14:55:53.077 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-15 14:55:53.079 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-15 14:55:53.081 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-15 14:55:53.083 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-15 14:55:53.085 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-15 14:55:53.087 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2025-04-15 14:55:53.089 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-15 14:55:53.092 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Unit Description 'Devstack devstack@c-sch.service' 2025-04-15 14:55:53.142 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-15 14:55:53.191 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User stack 2025-04-15 14:55:53.233 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecStart '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-15 14:55:53.276 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2025-04-15 14:55:53.319 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2025-04-15 14:55:53.361 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-15 14:55:53.404 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-15 14:55:53.406 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-15 14:55:53.408 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2025-04-15 14:55:53.459 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-15 14:55:53.728 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-sch.service 2025-04-15 14:55:53.737 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2025-04-15 14:55:53.988 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-sch.service 2025-04-15 14:55:54.018 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 14:55:54.020 | + functions-common:time_stop:2400 : local name 2025-04-15 14:55:54.023 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:55:54.027 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:55:54.030 | + functions-common:time_stop:2403 : local total 2025-04-15 14:55:54.034 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:55:54.036 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 14:55:54.039 | + functions-common:time_stop:2407 : start_time=1744728953021 2025-04-15 14:55:54.042 | + functions-common:time_stop:2409 : [[ -z 1744728953021 ]] 2025-04-15 14:55:54.045 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:55:54.050 | + functions-common:time_stop:2412 : end_time=1744728954046 2025-04-15 14:55:54.054 | + functions-common:time_stop:2413 : elapsed_time=1025 2025-04-15 14:55:54.056 | + functions-common:time_stop:2414 : total=13165 2025-04-15 14:55:54.058 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:55:54.062 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=14190 2025-04-15 14:55:54.066 | + lib/cinder:start_cinder:641 : malloc_tuning='MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-15 14:55:54.068 | + lib/cinder:start_cinder:642 : run_process c-bak '/opt/stack/data/venv/bin/cinder-backup --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-15 14:55:54.070 | + functions-common:run_process:1654 : local service=c-bak 2025-04-15 14:55:54.072 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2025-04-15 14:55:54.074 | + functions-common:run_process:1656 : local group= 2025-04-15 14:55:54.076 | + functions-common:run_process:1657 : local user= 2025-04-15 14:55:54.078 | + functions-common:run_process:1658 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-15 14:55:54.080 | + functions-common:run_process:1660 : local name=c-bak 2025-04-15 14:55:54.082 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 14:55:54.084 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 14:55:54.086 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:55:54.088 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:55:54.092 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:55:54.095 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728954092 2025-04-15 14:55:54.097 | + functions-common:run_process:1663 : is_service_enabled c-bak 2025-04-15 14:55:54.111 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:55:54.113 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 14:55:54.115 | + functions-common:time_stop:2400 : local name 2025-04-15 14:55:54.117 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:55:54.120 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:55:54.121 | + functions-common:time_stop:2403 : local total 2025-04-15 14:55:54.124 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:55:54.126 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 14:55:54.128 | + functions-common:time_stop:2407 : start_time=1744728954092 2025-04-15 14:55:54.130 | + functions-common:time_stop:2409 : [[ -z 1744728954092 ]] 2025-04-15 14:55:54.133 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:55:54.137 | + functions-common:time_stop:2412 : end_time=1744728954134 2025-04-15 14:55:54.139 | + functions-common:time_stop:2413 : elapsed_time=42 2025-04-15 14:55:54.142 | + functions-common:time_stop:2414 : total=14190 2025-04-15 14:55:54.144 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:55:54.146 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=14232 2025-04-15 14:55:54.148 | + lib/cinder:start_cinder:643 : run_process c-vol '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-15 14:55:54.150 | + functions-common:run_process:1654 : local service=c-vol 2025-04-15 14:55:54.152 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-15 14:55:54.155 | + functions-common:run_process:1656 : local group= 2025-04-15 14:55:54.157 | + functions-common:run_process:1657 : local user= 2025-04-15 14:55:54.159 | + functions-common:run_process:1658 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-15 14:55:54.161 | + functions-common:run_process:1660 : local name=c-vol 2025-04-15 14:55:54.163 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 14:55:54.168 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 14:55:54.171 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:55:54.176 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:55:54.179 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:55:54.184 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728954180 2025-04-15 14:55:54.186 | + functions-common:run_process:1663 : is_service_enabled c-vol 2025-04-15 14:55:54.205 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:55:54.209 | + functions-common:run_process:1664 : _run_under_systemd c-vol '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-15 14:55:54.211 | + functions-common:_run_under_systemd:1611 : local service=c-vol 2025-04-15 14:55:54.214 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-15 14:55:54.219 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-15 14:55:54.220 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-15 14:55:54.223 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-15 14:55:54.225 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ sudo ]] 2025-04-15 14:55:54.227 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2025-04-15 14:55:54.229 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-vol.service 2025-04-15 14:55:54.232 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-15 14:55:54.235 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-15 14:55:54.237 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-15 14:55:54.239 | + functions-common:_run_under_systemd:1623 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-15 14:55:54.241 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2025-04-15 14:55:54.243 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@c-vol.service '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' stack 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-15 14:55:54.245 | + functions-common:write_user_unit_file:1518 : local service=devstack@c-vol.service 2025-04-15 14:55:54.247 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-15 14:55:54.249 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-15 14:55:54.251 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-15 14:55:54.253 | + functions-common:write_user_unit_file:1522 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-15 14:55:54.255 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-15 14:55:54.257 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-15 14:55:54.259 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@c-vol.service 2025-04-15 14:55:54.261 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-15 14:55:54.265 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Unit Description 'Devstack devstack@c-vol.service' 2025-04-15 14:55:54.315 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-15 14:55:54.365 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service User stack 2025-04-15 14:55:54.408 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecStart '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-15 14:55:54.452 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service KillMode process 2025-04-15 14:55:54.497 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service TimeoutStopSec 300 2025-04-15 14:55:54.539 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-15 14:55:54.583 | + functions-common:write_user_unit_file:1537 : [[ -n MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144 ]] 2025-04-15 14:55:54.585 | + functions-common:write_user_unit_file:1538 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service Environment 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-15 14:55:54.632 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-15 14:55:54.634 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Install WantedBy multi-user.target 2025-04-15 14:55:54.683 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-15 14:55:54.942 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-vol.service 2025-04-15 14:55:54.952 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-vol.service → /etc/systemd/system/devstack@c-vol.service. 2025-04-15 14:55:55.206 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-vol.service 2025-04-15 14:55:55.233 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 14:55:55.235 | + functions-common:time_stop:2400 : local name 2025-04-15 14:55:55.237 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:55:55.240 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:55:55.242 | + functions-common:time_stop:2403 : local total 2025-04-15 14:55:55.244 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:55:55.246 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 14:55:55.249 | + functions-common:time_stop:2407 : start_time=1744728954180 2025-04-15 14:55:55.251 | + functions-common:time_stop:2409 : [[ -z 1744728954180 ]] 2025-04-15 14:55:55.254 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:55:55.258 | + functions-common:time_stop:2412 : end_time=1744728955256 2025-04-15 14:55:55.260 | + functions-common:time_stop:2413 : elapsed_time=1076 2025-04-15 14:55:55.262 | + functions-common:time_stop:2414 : total=14232 2025-04-15 14:55:55.264 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:55:55.266 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=15308 2025-04-15 14:55:55.269 | + stack.sh:main:1349 : create_volume_types 2025-04-15 14:55:55.271 | + lib/cinder:create_volume_types:678 : is_service_enabled c-api 2025-04-15 14:55:55.286 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:55:55.289 | + lib/cinder:create_volume_types:678 : [[ -n vmdk:vsphere ]] 2025-04-15 14:55:55.291 | + lib/cinder:create_volume_types:679 : local be be_name 2025-04-15 14:55:55.293 | + lib/cinder:create_volume_types:680 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-04-15 14:55:55.295 | + lib/cinder:create_volume_types:681 : be_name=vsphere 2025-04-15 14:55:55.298 | + lib/cinder:create_volume_types:682 : create_one_type vsphere volume_backend_name vsphere 2025-04-15 14:55:55.300 | + lib/cinder:create_one_type:659 : type_name=vsphere 2025-04-15 14:55:55.302 | + lib/cinder:create_one_type:660 : property_key=volume_backend_name 2025-04-15 14:55:55.304 | + lib/cinder:create_one_type:661 : property_value=vsphere 2025-04-15 14:55:55.306 | + lib/cinder:create_one_type:663 : is_service_enabled keystone 2025-04-15 14:55:55.321 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:55:55.324 | + lib/cinder:create_one_type:664 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=vsphere vsphere 2025-04-15 14:55:57.215 | +-------------+--------------------------------------+ 2025-04-15 14:55:57.215 | | Field | Value | 2025-04-15 14:55:57.215 | +-------------+--------------------------------------+ 2025-04-15 14:55:57.215 | | description | None | 2025-04-15 14:55:57.215 | | id | f47030d7-0ad2-4d99-b90a-daae46b15a55 | 2025-04-15 14:55:57.215 | | is_public | True | 2025-04-15 14:55:57.215 | | name | vsphere | 2025-04-15 14:55:57.215 | | properties | volume_backend_name='vsphere' | 2025-04-15 14:55:57.215 | +-------------+--------------------------------------+ 2025-04-15 14:55:57.357 | + lib/cinder:create_volume_types:685 : [[ False == \T\r\u\e ]] 2025-04-15 14:55:57.359 | + lib/cinder:create_volume_types:692 : [[ False == \T\r\u\e ]] 2025-04-15 14:55:57.361 | + stack.sh:main:1354 : [[ False == \T\r\u\e ]] 2025-04-15 14:55:57.363 | + stack.sh:main:1362 : is_service_enabled glance 2025-04-15 14:55:57.378 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:55:57.381 | + stack.sh:main:1363 : echo_summary 'Starting Glance' 2025-04-15 14:55:57.383 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 14:55:57.385 | + stack.sh:echo_summary:461 : echo -e Starting Glance 2025-04-15 14:55:57.387 | + stack.sh:main:1364 : start_glance 2025-04-15 14:55:57.390 | + lib/glance:start_glance:609 : local service_protocol=http 2025-04-15 14:55:57.392 | + lib/glance:start_glance:610 : is_service_enabled tls-proxy 2025-04-15 14:55:57.407 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:55:57.409 | + lib/glance:start_glance:616 : [[ False == False ]] 2025-04-15 14:55:57.411 | ++ lib/glance:start_glance:617 : which uwsgi 2025-04-15 14:55:57.415 | + lib/glance:start_glance:617 : run_process g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-15 14:55:57.417 | + functions-common:run_process:1654 : local service=g-api 2025-04-15 14:55:57.422 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-15 14:55:57.424 | + functions-common:run_process:1656 : local group= 2025-04-15 14:55:57.426 | + functions-common:run_process:1657 : local user= 2025-04-15 14:55:57.429 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 14:55:57.431 | + functions-common:run_process:1660 : local name=g-api 2025-04-15 14:55:57.433 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 14:55:57.435 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 14:55:57.437 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:55:57.439 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:55:57.441 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:55:57.445 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728957443 2025-04-15 14:55:57.447 | + functions-common:run_process:1663 : is_service_enabled g-api 2025-04-15 14:55:57.462 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:55:57.464 | + functions-common:run_process:1664 : _run_under_systemd g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' '' '' 2025-04-15 14:55:57.466 | + functions-common:_run_under_systemd:1611 : local service=g-api 2025-04-15 14:55:57.468 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-15 14:55:57.470 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-15 14:55:57.472 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-15 14:55:57.475 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-15 14:55:57.477 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2025-04-15 14:55:57.479 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2025-04-15 14:55:57.481 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@g-api.service 2025-04-15 14:55:57.483 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-15 14:55:57.486 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-15 14:55:57.488 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-15 14:55:57.490 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-15 14:55:57.492 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2025-04-15 14:55:57.494 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-15 14:55:57.496 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-15 14:55:57.498 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@g-api.service '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2025-04-15 14:55:57.500 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@g-api.service 2025-04-15 14:55:57.502 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-15 14:55:57.504 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-15 14:55:57.506 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-15 14:55:57.508 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-15 14:55:57.510 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@g-api.service 2025-04-15 14:55:57.512 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-15 14:55:57.515 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@g-api.service Unit Description 'Devstack devstack@g-api.service' 2025-04-15 14:55:57.565 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-15 14:55:57.615 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service SyslogIdentifier devstack@g-api.service 2025-04-15 14:55:57.661 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User stack 2025-04-15 14:55:57.705 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-15 14:55:57.749 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-15 14:55:57.793 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2025-04-15 14:55:57.837 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2025-04-15 14:55:57.884 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2025-04-15 14:55:57.927 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2025-04-15 14:55:57.969 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2025-04-15 14:55:58.010 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-15 14:55:58.013 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-15 14:55:58.015 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target 2025-04-15 14:55:58.066 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-15 14:55:58.354 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@g-api.service 2025-04-15 14:55:58.364 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2025-04-15 14:55:58.628 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@g-api.service 2025-04-15 14:55:58.693 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 14:55:58.695 | + functions-common:time_stop:2400 : local name 2025-04-15 14:55:58.697 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:55:58.699 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:55:58.701 | + functions-common:time_stop:2403 : local total 2025-04-15 14:55:58.703 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:55:58.705 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 14:55:58.710 | + functions-common:time_stop:2407 : start_time=1744728957443 2025-04-15 14:55:58.712 | + functions-common:time_stop:2409 : [[ -z 1744728957443 ]] 2025-04-15 14:55:58.714 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:55:58.719 | + functions-common:time_stop:2412 : end_time=1744728958716 2025-04-15 14:55:58.722 | + functions-common:time_stop:2413 : elapsed_time=1273 2025-04-15 14:55:58.722 | + functions-common:time_stop:2414 : total=15308 2025-04-15 14:55:58.724 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:55:58.729 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=16581 2025-04-15 14:55:58.731 | + lib/glance:start_glance:622 : is_service_enabled g-api-r 2025-04-15 14:55:58.745 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:55:58.747 | + lib/glance:start_glance:627 : echo 'Waiting for g-api (10.180.1.21) to start...' 2025-04-15 14:55:58.747 | Waiting for g-api (10.180.1.21) to start... 2025-04-15 14:55:58.749 | + lib/glance:start_glance:628 : wait_for_service 60 http://10.180.1.21/image 2025-04-15 14:55:58.751 | + functions:wait_for_service:468 : local timeout=60 2025-04-15 14:55:58.753 | + functions:wait_for_service:469 : local url=http://10.180.1.21/image 2025-04-15 14:55:58.756 | + functions:wait_for_service:470 : local rval=0 2025-04-15 14:55:58.758 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-15 14:55:58.760 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-15 14:55:58.762 | + functions-common:time_start:2387 : local start_time= 2025-04-15 14:55:58.764 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:55:58.767 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:55:58.770 | + functions-common:time_start:2391 : _TIME_START[$name]=1744728958768 2025-04-15 14:55:58.773 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-15 14:55:58.776 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/image 2025-04-15 14:56:00.710 | + :: : [[ 300 == 503 ]] 2025-04-15 14:56:00.711 | + :: : [[ 0 -eq 7 ]] 2025-04-15 14:56:00.715 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-15 14:56:00.717 | + functions-common:time_stop:2400 : local name 2025-04-15 14:56:00.719 | + functions-common:time_stop:2401 : local end_time 2025-04-15 14:56:00.721 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:56:00.724 | + functions-common:time_stop:2403 : local total 2025-04-15 14:56:00.726 | + functions-common:time_stop:2404 : local start_time 2025-04-15 14:56:00.728 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-15 14:56:00.730 | + functions-common:time_stop:2407 : start_time=1744728958768 2025-04-15 14:56:00.732 | + functions-common:time_stop:2409 : [[ -z 1744728958768 ]] 2025-04-15 14:56:00.735 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:56:00.739 | + functions-common:time_stop:2412 : end_time=1744728960736 2025-04-15 14:56:00.741 | + functions-common:time_stop:2413 : elapsed_time=1968 2025-04-15 14:56:00.743 | + functions-common:time_stop:2414 : total=8008 2025-04-15 14:56:00.745 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:56:00.747 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9976 2025-04-15 14:56:00.749 | + functions:wait_for_service:478 : return 0 2025-04-15 14:56:00.751 | + stack.sh:main:1378 : is_service_enabled mysql postgresql 2025-04-15 14:56:00.766 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:56:00.769 | + stack.sh:main:1378 : is_service_enabled glance 2025-04-15 14:56:00.784 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:56:00.786 | + stack.sh:main:1379 : echo_summary 'Uploading images' 2025-04-15 14:56:00.788 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 14:56:00.790 | + stack.sh:echo_summary:461 : echo -e Uploading images 2025-04-15 14:56:00.792 | + stack.sh:main:1381 : for image_url in ${IMAGE_URLS//,/ } 2025-04-15 14:56:00.794 | + stack.sh:main:1382 : upload_image 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-15 14:56:00.796 | + functions:upload_image:132 : local 'image_url=https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-15 14:56:00.798 | + functions:upload_image:134 : local image image_fname image_name 2025-04-15 14:56:00.800 | + functions:upload_image:136 : local max_attempts=5 2025-04-15 14:56:00.802 | + functions:upload_image:139 : mkdir -p /opt/stack/devstack/files/images 2025-04-15 14:56:00.805 | ++ functions:upload_image:140 : basename 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-15 14:56:00.808 | + functions:upload_image:140 : image_fname='cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-15 14:56:00.810 | + functions:upload_image:141 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk != file* ]] 2025-04-15 14:56:00.812 | + functions:upload_image:143 : [[ ! -f /opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk ]] 2025-04-15 14:56:00.814 | ++ functions:upload_image:144 : seq 5 2025-04-15 14:56:00.828 | + functions:upload_image:144 : for attempt in `seq $max_attempts` 2025-04-15 14:56:00.828 | + functions:upload_image:145 : local rc=0 2025-04-15 14:56:00.828 | + functions:upload_image:146 : wget --progress=dot:giga -c 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' -O '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-15 14:56:00.828 | --2025-04-15 14:56:00-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk 2025-04-15 14:56:00.831 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2025-04-15 14:56:00.832 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2025-04-15 14:56:00.864 | HTTP request sent, awaiting response... 200 OK 2025-04-15 14:56:00.864 | Length: 21318656 (20M) [application/octet-stream] 2025-04-15 14:56:00.864 | Saving to: ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ 2025-04-15 14:56:00.875 | 2025-04-15 14:56:01.009 | 0K ........ ........ .... 100% 140M=0.1s 2025-04-15 14:56:01.009 | 2025-04-15 14:56:01.009 | 2025-04-15 14:56:01 (140 MB/s) - ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ saved [21318656/21318656] 2025-04-15 14:56:01.009 | 2025-04-15 14:56:01.013 | + functions:upload_image:147 : [[ 0 -ne 0 ]] 2025-04-15 14:56:01.015 | + functions:upload_image:155 : break 2025-04-15 14:56:01.017 | + functions:upload_image:159 : image='/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-15 14:56:01.019 | + functions:upload_image:173 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ openvz ]] 2025-04-15 14:56:01.021 | + functions:upload_image:180 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ \.vmdk ]] 2025-04-15 14:56:01.023 | + functions:upload_image:181 : image_name='cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-04-15 14:56:01.025 | + functions:upload_image:194 : local vmdk_disktype= 2025-04-15 14:56:01.027 | + functions:upload_image:195 : local vmdk_net_adapter=e1000 2025-04-15 14:56:01.029 | + functions:upload_image:196 : local path_len 2025-04-15 14:56:01.030 | + functions:upload_image:199 : local vmdk_adapter_type 2025-04-15 14:56:01.034 | ++ functions:upload_image:200 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-15 14:56:01.034 | ++ functions:upload_image:200 : grep -a -F -m 1 'ddb.adapterType =' '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-15 14:56:01.038 | + functions:upload_image:200 : vmdk_adapter_type='ddb.adapterType = "ide"' 2025-04-15 14:56:01.039 | + functions:upload_image:201 : vmdk_adapter_type='ide"' 2025-04-15 14:56:01.041 | + functions:upload_image:202 : vmdk_adapter_type=ide 2025-04-15 14:56:01.043 | + functions:upload_image:205 : local vmdk_create_type 2025-04-15 14:56:01.046 | ++ functions:upload_image:206 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-15 14:56:01.046 | ++ functions:upload_image:206 : grep -a -F -m 1 createType= '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-15 14:56:01.050 | + functions:upload_image:206 : vmdk_create_type='createType="streamOptimized"' 2025-04-15 14:56:01.052 | + functions:upload_image:207 : vmdk_create_type='streamOptimized"' 2025-04-15 14:56:01.054 | + functions:upload_image:208 : vmdk_create_type=streamOptimized 2025-04-15 14:56:01.055 | + functions:upload_image:211 : descriptor_data_pair_msg='Monolithic flat and VMFS disks should use a descriptor-data pair.' 2025-04-15 14:56:01.057 | + functions:upload_image:212 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\S\p\a\r\s\e ]] 2025-04-15 14:56:01.059 | + functions:upload_image:214 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\F\l\a\t ]] 2025-04-15 14:56:01.061 | + functions:upload_image:214 : [[ streamOptimized = \v\m\f\s ]] 2025-04-15 14:56:01.063 | + functions:upload_image:242 : [[ streamOptimized = \s\t\r\e\a\m\O\p\t\i\m\i\z\e\d ]] 2025-04-15 14:56:01.065 | + functions:upload_image:243 : vmdk_disktype=streamOptimized 2025-04-15 14:56:01.068 | ++ functions:upload_image:283 : grep -oP '(?<=-)(?!.*-).*[:;].*[:;].*$' 2025-04-15 14:56:01.068 | ++ functions:upload_image:283 : echo 'cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-04-15 14:56:01.072 | + functions:upload_image:283 : property_string='sparse;paraVirtual;vmxnet3' 2025-04-15 14:56:01.073 | + functions:upload_image:284 : IFS=':;' 2025-04-15 14:56:01.075 | + functions:upload_image:284 : read -a props 2025-04-15 14:56:01.077 | + functions:upload_image:285 : vmdk_disktype=sparse 2025-04-15 14:56:01.079 | + functions:upload_image:286 : vmdk_adapter_type=paraVirtual 2025-04-15 14:56:01.081 | + functions:upload_image:287 : vmdk_net_adapter=vmxnet3 2025-04-15 14:56:01.083 | + functions:upload_image:289 : _upload_image 'cirros-d240228-sparse;paraVirtual;vmxnet3' bare vmdk '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2025-04-15 14:56:01.085 | + functions:_upload_image:104 : local 'image_name=cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-04-15 14:56:01.087 | + functions:_upload_image:105 : shift 2025-04-15 14:56:01.088 | + functions:_upload_image:106 : local container=bare 2025-04-15 14:56:01.090 | + functions:_upload_image:107 : shift 2025-04-15 14:56:01.092 | + functions:_upload_image:108 : local disk=vmdk 2025-04-15 14:56:01.093 | + functions:_upload_image:109 : shift 2025-04-15 14:56:01.095 | + functions:_upload_image:110 : local 'image=/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-15 14:56:01.097 | + functions:_upload_image:111 : shift 2025-04-15 14:56:01.099 | + functions:_upload_image:112 : local properties 2025-04-15 14:56:01.100 | + functions:_upload_image:113 : local useimport 2025-04-15 14:56:01.103 | ++ functions:_upload_image:115 : _image_properties_to_arg vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2025-04-15 14:56:01.105 | ++ functions:_image_properties_to_arg:87 : local result= 2025-04-15 14:56:01.107 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-04-15 14:56:01.108 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_disktype=sparse' 2025-04-15 14:56:01.110 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-04-15 14:56:01.112 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_adaptertype=paraVirtual' 2025-04-15 14:56:01.113 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-04-15 14:56:01.115 | ++ functions:_image_properties_to_arg:89 : result+=' --property hw_vif_model=vmxnet3' 2025-04-15 14:56:01.117 | ++ functions:_image_properties_to_arg:91 : echo --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2025-04-15 14:56:01.119 | + functions:_upload_image:115 : properties='--property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3' 2025-04-15 14:56:01.120 | + functions:_upload_image:117 : [[ False == \T\r\u\e ]] 2025-04-15 14:56:01.122 | + functions:_upload_image:121 : openstack --os-cloud=devstack-admin --os-region-name=RegionOne image create 'cirros-d240228-sparse;paraVirtual;vmxnet3' --public --container-format bare --disk-format vmdk --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2025-04-15 14:56:03.331 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-04-15 14:56:03.331 | | Field | Value | 2025-04-15 14:56:03.331 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-04-15 14:56:03.331 | | container_format | bare | 2025-04-15 14:56:03.331 | | created_at | 2025-04-15T14:56:02Z | 2025-04-15 14:56:03.331 | | disk_format | vmdk | 2025-04-15 14:56:03.331 | | file | /v2/images/13c369d1-6ecf-4ea9-ad58-89c54e154782/file | 2025-04-15 14:56:03.331 | | id | 13c369d1-6ecf-4ea9-ad58-89c54e154782 | 2025-04-15 14:56:03.331 | | min_disk | 0 | 2025-04-15 14:56:03.331 | | min_ram | 0 | 2025-04-15 14:56:03.331 | | name | cirros-d240228-sparse;paraVirtual;vmxnet3 | 2025-04-15 14:56:03.331 | | owner | 5a4ecdc8fa4e4b078442345c010e5680 | 2025-04-15 14:56:03.331 | | properties | hw_vif_model='vmxnet3', os_hidden='False', owner_specified.openstack.md5='', owner_specified.openstack.object='images/cirros-d240228-sparse;paraVirtual;vmxnet3', owner_specified.openstack.sha256='', vmware_adaptertype='paraVirtual', vmware_disktype='sparse' | 2025-04-15 14:56:03.331 | | protected | False | 2025-04-15 14:56:03.331 | | schema | /v2/schemas/image | 2025-04-15 14:56:03.331 | | status | queued | 2025-04-15 14:56:03.331 | | tags | | 2025-04-15 14:56:03.331 | | updated_at | 2025-04-15T14:56:02Z | 2025-04-15 14:56:03.331 | | visibility | public | 2025-04-15 14:56:03.331 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-04-15 14:56:03.468 | + functions:upload_image:291 : return 2025-04-15 14:56:03.470 | + stack.sh:main:1386 : async_wait create_flavors 2025-04-15 14:56:03.511 | [3532 Async create_flavors:60605]: Waiting for completion of create_flavors running on PID 60605 (2 other jobs running) 2025-04-15 14:56:03.529 | [3532 Async create_flavors:60605]: Signaling child to exit 2025-04-15 14:56:04.295 | + inc/async:async_inner:64 : rc=0 2025-04-15 14:56:04.314 | [60605 Async create_flavors:60605]: finished successfully 2025-04-15 14:56:04.331 | WAKEUP 2025-04-15 14:56:04.349 | [3532 Async create_flavors:60605]: Signaled 2025-04-15 14:56:04.350 | + lib/nova:create_flavors:1255 : is_service_enabled n-api 2025-04-15 14:56:04.350 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:56:04.350 | + lib/nova:create_flavors:1256 : openstack --os-region-name=RegionOne flavor list 2025-04-15 14:56:04.350 | + lib/nova:create_flavors:1256 : grep -q ds512M 2025-04-15 14:56:04.350 | + lib/nova:create_flavors:1258 : openstack --os-region-name=RegionOne flavor create --id c1 --ram 256 --disk 1 --vcpus 1 --property hw_rng:allowed=True cirros256 2025-04-15 14:56:04.350 | +----------------------------+-----------------------+ 2025-04-15 14:56:04.350 | | Field | Value | 2025-04-15 14:56:04.350 | +----------------------------+-----------------------+ 2025-04-15 14:56:04.350 | | OS-FLV-DISABLED:disabled | False | 2025-04-15 14:56:04.350 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-15 14:56:04.350 | | description | None | 2025-04-15 14:56:04.350 | | disk | 1 | 2025-04-15 14:56:04.350 | | id | c1 | 2025-04-15 14:56:04.350 | | name | cirros256 | 2025-04-15 14:56:04.350 | | os-flavor-access:is_public | True | 2025-04-15 14:56:04.350 | | properties | hw_rng:allowed='True' | 2025-04-15 14:56:04.350 | | ram | 256 | 2025-04-15 14:56:04.350 | | rxtx_factor | 1.0 | 2025-04-15 14:56:04.350 | | swap | 0 | 2025-04-15 14:56:04.350 | | vcpus | 1 | 2025-04-15 14:56:04.350 | +----------------------------+-----------------------+ 2025-04-15 14:56:04.350 | + lib/nova:create_flavors:1259 : openstack --os-region-name=RegionOne flavor create --id d1 --ram 512 --disk 5 --vcpus 1 --property hw_rng:allowed=True ds512M 2025-04-15 14:56:04.350 | +----------------------------+-----------------------+ 2025-04-15 14:56:04.350 | | Field | Value | 2025-04-15 14:56:04.350 | +----------------------------+-----------------------+ 2025-04-15 14:56:04.350 | | OS-FLV-DISABLED:disabled | False | 2025-04-15 14:56:04.350 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-15 14:56:04.350 | | description | None | 2025-04-15 14:56:04.350 | | disk | 5 | 2025-04-15 14:56:04.350 | | id | d1 | 2025-04-15 14:56:04.350 | | name | ds512M | 2025-04-15 14:56:04.350 | | os-flavor-access:is_public | True | 2025-04-15 14:56:04.350 | | properties | hw_rng:allowed='True' | 2025-04-15 14:56:04.350 | | ram | 512 | 2025-04-15 14:56:04.350 | | rxtx_factor | 1.0 | 2025-04-15 14:56:04.350 | | swap | 0 | 2025-04-15 14:56:04.350 | | vcpus | 1 | 2025-04-15 14:56:04.350 | +----------------------------+-----------------------+ 2025-04-15 14:56:04.350 | + lib/nova:create_flavors:1260 : openstack --os-region-name=RegionOne flavor create --id d2 --ram 1024 --disk 10 --vcpus 1 --property hw_rng:allowed=True ds1G 2025-04-15 14:56:04.350 | +----------------------------+-----------------------+ 2025-04-15 14:56:04.350 | | Field | Value | 2025-04-15 14:56:04.350 | +----------------------------+-----------------------+ 2025-04-15 14:56:04.350 | | OS-FLV-DISABLED:disabled | False | 2025-04-15 14:56:04.350 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-15 14:56:04.350 | | description | None | 2025-04-15 14:56:04.350 | | disk | 10 | 2025-04-15 14:56:04.350 | | id | d2 | 2025-04-15 14:56:04.350 | | name | ds1G | 2025-04-15 14:56:04.350 | | os-flavor-access:is_public | True | 2025-04-15 14:56:04.350 | | properties | hw_rng:allowed='True' | 2025-04-15 14:56:04.350 | | ram | 1024 | 2025-04-15 14:56:04.350 | | rxtx_factor | 1.0 | 2025-04-15 14:56:04.350 | | swap | 0 | 2025-04-15 14:56:04.350 | | vcpus | 1 | 2025-04-15 14:56:04.350 | +----------------------------+-----------------------+ 2025-04-15 14:56:04.350 | + lib/nova:create_flavors:1261 : openstack --os-region-name=RegionOne flavor create --id d3 --ram 2048 --disk 10 --vcpus 2 --property hw_rng:allowed=True ds2G 2025-04-15 14:56:04.350 | +----------------------------+-----------------------+ 2025-04-15 14:56:04.350 | | Field | Value | 2025-04-15 14:56:04.350 | +----------------------------+-----------------------+ 2025-04-15 14:56:04.350 | | OS-FLV-DISABLED:disabled | False | 2025-04-15 14:56:04.350 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-15 14:56:04.350 | | description | None | 2025-04-15 14:56:04.350 | | disk | 10 | 2025-04-15 14:56:04.350 | | id | d3 | 2025-04-15 14:56:04.350 | | name | ds2G | 2025-04-15 14:56:04.350 | | os-flavor-access:is_public | True | 2025-04-15 14:56:04.350 | | properties | hw_rng:allowed='True' | 2025-04-15 14:56:04.350 | | ram | 2048 | 2025-04-15 14:56:04.350 | | rxtx_factor | 1.0 | 2025-04-15 14:56:04.350 | | swap | 0 | 2025-04-15 14:56:04.350 | | vcpus | 2 | 2025-04-15 14:56:04.350 | +----------------------------+-----------------------+ 2025-04-15 14:56:04.350 | + lib/nova:create_flavors:1262 : openstack --os-region-name=RegionOne flavor create --id d4 --ram 4096 --disk 20 --vcpus 4 --property hw_rng:allowed=True ds4G 2025-04-15 14:56:04.350 | +----------------------------+-----------------------+ 2025-04-15 14:56:04.350 | | Field | Value | 2025-04-15 14:56:04.350 | +----------------------------+-----------------------+ 2025-04-15 14:56:04.350 | | OS-FLV-DISABLED:disabled | False | 2025-04-15 14:56:04.350 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-15 14:56:04.350 | | description | None | 2025-04-15 14:56:04.350 | | disk | 20 | 2025-04-15 14:56:04.351 | | id | d4 | 2025-04-15 14:56:04.351 | | name | ds4G | 2025-04-15 14:56:04.351 | | os-flavor-access:is_public | True | 2025-04-15 14:56:04.351 | | properties | hw_rng:allowed='True' | 2025-04-15 14:56:04.351 | | ram | 4096 | 2025-04-15 14:56:04.351 | | rxtx_factor | 1.0 | 2025-04-15 14:56:04.351 | | swap | 0 | 2025-04-15 14:56:04.351 | | vcpus | 4 | 2025-04-15 14:56:04.351 | +----------------------------+-----------------------+ 2025-04-15 14:56:04.351 | + lib/nova:create_flavors:1265 : grep -q m1.tiny 2025-04-15 14:56:04.351 | + lib/nova:create_flavors:1265 : openstack --os-region-name=RegionOne flavor list 2025-04-15 14:56:04.351 | + lib/nova:create_flavors:1266 : openstack --os-region-name=RegionOne flavor create --id 1 --ram 512 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.tiny 2025-04-15 14:56:04.351 | +----------------------------+-----------------------+ 2025-04-15 14:56:04.351 | | Field | Value | 2025-04-15 14:56:04.351 | +----------------------------+-----------------------+ 2025-04-15 14:56:04.351 | | OS-FLV-DISABLED:disabled | False | 2025-04-15 14:56:04.351 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-15 14:56:04.351 | | description | None | 2025-04-15 14:56:04.351 | | disk | 1 | 2025-04-15 14:56:04.351 | | id | 1 | 2025-04-15 14:56:04.351 | | name | m1.tiny | 2025-04-15 14:56:04.351 | | os-flavor-access:is_public | True | 2025-04-15 14:56:04.351 | | properties | hw_rng:allowed='True' | 2025-04-15 14:56:04.351 | | ram | 512 | 2025-04-15 14:56:04.351 | | rxtx_factor | 1.0 | 2025-04-15 14:56:04.351 | | swap | 0 | 2025-04-15 14:56:04.351 | | vcpus | 1 | 2025-04-15 14:56:04.351 | +----------------------------+-----------------------+ 2025-04-15 14:56:04.351 | + lib/nova:create_flavors:1267 : openstack --os-region-name=RegionOne flavor create --id 2 --ram 2048 --disk 20 --vcpus 1 --property hw_rng:allowed=True m1.small 2025-04-15 14:56:04.351 | +----------------------------+-----------------------+ 2025-04-15 14:56:04.351 | | Field | Value | 2025-04-15 14:56:04.351 | +----------------------------+-----------------------+ 2025-04-15 14:56:04.351 | | OS-FLV-DISABLED:disabled | False | 2025-04-15 14:56:04.351 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-15 14:56:04.351 | | description | None | 2025-04-15 14:56:04.351 | | disk | 20 | 2025-04-15 14:56:04.351 | | id | 2 | 2025-04-15 14:56:04.351 | | name | m1.small | 2025-04-15 14:56:04.351 | | os-flavor-access:is_public | True | 2025-04-15 14:56:04.351 | | properties | hw_rng:allowed='True' | 2025-04-15 14:56:04.351 | | ram | 2048 | 2025-04-15 14:56:04.351 | | rxtx_factor | 1.0 | 2025-04-15 14:56:04.351 | | swap | 0 | 2025-04-15 14:56:04.351 | | vcpus | 1 | 2025-04-15 14:56:04.351 | +----------------------------+-----------------------+ 2025-04-15 14:56:04.351 | + lib/nova:create_flavors:1268 : openstack --os-region-name=RegionOne flavor create --id 3 --ram 4096 --disk 40 --vcpus 2 --property hw_rng:allowed=True m1.medium 2025-04-15 14:56:04.351 | +----------------------------+-----------------------+ 2025-04-15 14:56:04.351 | | Field | Value | 2025-04-15 14:56:04.351 | +----------------------------+-----------------------+ 2025-04-15 14:56:04.351 | | OS-FLV-DISABLED:disabled | False | 2025-04-15 14:56:04.351 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-15 14:56:04.351 | | description | None | 2025-04-15 14:56:04.351 | | disk | 40 | 2025-04-15 14:56:04.351 | | id | 3 | 2025-04-15 14:56:04.351 | | name | m1.medium | 2025-04-15 14:56:04.351 | | os-flavor-access:is_public | True | 2025-04-15 14:56:04.351 | | properties | hw_rng:allowed='True' | 2025-04-15 14:56:04.351 | | ram | 4096 | 2025-04-15 14:56:04.351 | | rxtx_factor | 1.0 | 2025-04-15 14:56:04.351 | | swap | 0 | 2025-04-15 14:56:04.351 | | vcpus | 2 | 2025-04-15 14:56:04.351 | +----------------------------+-----------------------+ 2025-04-15 14:56:04.351 | + lib/nova:create_flavors:1269 : openstack --os-region-name=RegionOne flavor create --id 4 --ram 8192 --disk 80 --vcpus 4 --property hw_rng:allowed=True m1.large 2025-04-15 14:56:04.351 | +----------------------------+-----------------------+ 2025-04-15 14:56:04.351 | | Field | Value | 2025-04-15 14:56:04.351 | +----------------------------+-----------------------+ 2025-04-15 14:56:04.351 | | OS-FLV-DISABLED:disabled | False | 2025-04-15 14:56:04.351 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-15 14:56:04.351 | | description | None | 2025-04-15 14:56:04.351 | | disk | 80 | 2025-04-15 14:56:04.351 | | id | 4 | 2025-04-15 14:56:04.351 | | name | m1.large | 2025-04-15 14:56:04.352 | | os-flavor-access:is_public | True | 2025-04-15 14:56:04.352 | | properties | hw_rng:allowed='True' | 2025-04-15 14:56:04.352 | | ram | 8192 | 2025-04-15 14:56:04.352 | | rxtx_factor | 1.0 | 2025-04-15 14:56:04.352 | | swap | 0 | 2025-04-15 14:56:04.352 | | vcpus | 4 | 2025-04-15 14:56:04.352 | +----------------------------+-----------------------+ 2025-04-15 14:56:04.352 | + lib/nova:create_flavors:1270 : openstack --os-region-name=RegionOne flavor create --id 5 --ram 16384 --disk 160 --vcpus 8 --property hw_rng:allowed=True m1.xlarge 2025-04-15 14:56:04.352 | +----------------------------+-----------------------+ 2025-04-15 14:56:04.352 | | Field | Value | 2025-04-15 14:56:04.352 | +----------------------------+-----------------------+ 2025-04-15 14:56:04.352 | | OS-FLV-DISABLED:disabled | False | 2025-04-15 14:56:04.352 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-15 14:56:04.352 | | description | None | 2025-04-15 14:56:04.352 | | disk | 160 | 2025-04-15 14:56:04.352 | | id | 5 | 2025-04-15 14:56:04.352 | | name | m1.xlarge | 2025-04-15 14:56:04.352 | | os-flavor-access:is_public | True | 2025-04-15 14:56:04.352 | | properties | hw_rng:allowed='True' | 2025-04-15 14:56:04.352 | | ram | 16384 | 2025-04-15 14:56:04.352 | | rxtx_factor | 1.0 | 2025-04-15 14:56:04.352 | | swap | 0 | 2025-04-15 14:56:04.352 | | vcpus | 8 | 2025-04-15 14:56:04.352 | +----------------------------+-----------------------+ 2025-04-15 14:56:04.384 | [3532 Async create_flavors:60605]: finished create_flavors with result 0 in 14 seconds 2025-04-15 14:56:04.387 | + inc/async:async_wait:197 : return 0 2025-04-15 14:56:04.389 | + stack.sh:main:1388 : is_service_enabled horizon 2025-04-15 14:56:04.402 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:56:04.405 | + stack.sh:main:1402 : is_service_enabled nova 2025-04-15 14:56:04.418 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:56:04.420 | + stack.sh:main:1402 : is_service_enabled keystone 2025-04-15 14:56:04.434 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:56:04.436 | + stack.sh:main:1403 : USERRC_PARAMS='-PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret' 2025-04-15 14:56:04.438 | + stack.sh:main:1405 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-04-15 14:56:04.440 | + stack.sh:main:1409 : /opt/stack/devstack/tools/create_userrc.sh -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2025-04-15 14:56:04.443 | + opt/stack/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2025-04-15 14:56:04.444 | ++ opt/stack/devstack/tools/create_userrc.sh:main:80 : getopt -o hPAp:u:r:C: -l os-username:,os-password:,os-tenant-id:,os-tenant-name:,os-project-name:,os-project-id:,os-project-domain-id:,os-project-domain-name:,os-user-domain-id:,os-user-domain-name:,os-auth-url:,target-dir:,heat-url:,skip-project:,os-cacert:,help,debug -- -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2025-04-15 14:56:04.446 | + opt/stack/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/opt/stack/devstack/accrc'\'' --os-password '\''nomoresecret'\'' --' 2025-04-15 14:56:04.447 | + opt/stack/devstack/tools/create_userrc.sh:main:84 : eval set -- -P -A --target-dir ''\''/opt/stack/devstack/accrc'\''' --os-password ''\''nomoresecret'\''' -- 2025-04-15 14:56:04.448 | ++ opt/stack/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /opt/stack/devstack/accrc --os-password nomoresecret -- 2025-04-15 14:56:04.449 | + opt/stack/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2025-04-15 14:56:04.450 | + opt/stack/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2025-04-15 14:56:04.451 | + opt/stack/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2025-04-15 14:56:04.452 | + opt/stack/devstack/tools/create_userrc.sh:main:92 : MODE= 2025-04-15 14:56:04.453 | + opt/stack/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2025-04-15 14:56:04.454 | + opt/stack/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2025-04-15 14:56:04.456 | + opt/stack/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2025-04-15 14:56:04.457 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 7 -gt 0 ']' 2025-04-15 14:56:04.458 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-15 14:56:04.459 | + opt/stack/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2025-04-15 14:56:04.460 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-15 14:56:04.461 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 6 -gt 0 ']' 2025-04-15 14:56:04.462 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-15 14:56:04.463 | + opt/stack/devstack/tools/create_userrc.sh:main:118 : MODE=all 2025-04-15 14:56:04.464 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-15 14:56:04.465 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2025-04-15 14:56:04.466 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-15 14:56:04.467 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/opt/stack/devstack/accrc 2025-04-15 14:56:04.468 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : shift 2025-04-15 14:56:04.469 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-15 14:56:04.470 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2025-04-15 14:56:04.471 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-15 14:56:04.472 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : export OS_PASSWORD=nomoresecret 2025-04-15 14:56:04.473 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : OS_PASSWORD=nomoresecret 2025-04-15 14:56:04.474 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : shift 2025-04-15 14:56:04.475 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-15 14:56:04.476 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2025-04-15 14:56:04.477 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-15 14:56:04.478 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : shift 2025-04-15 14:56:04.480 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : break 2025-04-15 14:56:04.481 | + opt/stack/devstack/tools/create_userrc.sh:main:129 : '[' -z nomoresecret ']' 2025-04-15 14:56:04.482 | + opt/stack/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2025-04-15 14:56:04.483 | + opt/stack/devstack/tools/create_userrc.sh:main:142 : '[' -z '' -a '' ']' 2025-04-15 14:56:04.484 | + opt/stack/devstack/tools/create_userrc.sh:main:146 : '[' -z '' -a -z '' ']' 2025-04-15 14:56:04.485 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : export OS_PROJECT_NAME=admin 2025-04-15 14:56:04.486 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : OS_PROJECT_NAME=admin 2025-04-15 14:56:04.487 | + opt/stack/devstack/tools/create_userrc.sh:main:150 : '[' -z '' ']' 2025-04-15 14:56:04.488 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : export OS_USERNAME=admin 2025-04-15 14:56:04.489 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : OS_USERNAME=admin 2025-04-15 14:56:04.490 | + opt/stack/devstack/tools/create_userrc.sh:main:154 : '[' -z '' ']' 2025-04-15 14:56:04.491 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : export OS_AUTH_URL=http://localhost:5000/v3/ 2025-04-15 14:56:04.492 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : OS_AUTH_URL=http://localhost:5000/v3/ 2025-04-15 14:56:04.493 | + opt/stack/devstack/tools/create_userrc.sh:main:158 : '[' -z '' -a -z '' ']' 2025-04-15 14:56:04.495 | + opt/stack/devstack/tools/create_userrc.sh:main:160 : OS_USER_DOMAIN_ID=default 2025-04-15 14:56:04.496 | + opt/stack/devstack/tools/create_userrc.sh:main:163 : '[' -z '' -a -z '' ']' 2025-04-15 14:56:04.497 | + opt/stack/devstack/tools/create_userrc.sh:main:165 : OS_PROJECT_DOMAIN_ID=default 2025-04-15 14:56:04.498 | + opt/stack/devstack/tools/create_userrc.sh:main:168 : USER_PASS=nomoresecret 2025-04-15 14:56:04.499 | + opt/stack/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2025-04-15 14:56:04.500 | + opt/stack/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2025-04-15 14:56:04.501 | + opt/stack/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2025-04-15 14:56:04.503 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2025-04-15 14:56:04.503 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep -v service 2025-04-15 14:56:04.503 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep ,True 2025-04-15 14:56:04.503 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : IFS=, 2025-04-15 14:56:04.504 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2025-04-15 14:56:05.312 | Failed to discover available identity versions when contacting http://localhost:5000/v3/. Attempting to parse version from URL. 2025-04-15 14:56:05.313 | Unable to establish connection to http://localhost:5000/v3/auth/tokens: HTTPConnectionPool(host='localhost', port=5000): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2025-04-15 14:56:05.433 | + stack.sh:main:1414 : save_stackenv 2025-04-15 14:56:05.435 | + functions-common:save_stackenv:60 : local tag= 2025-04-15 14:56:05.438 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-04-15 14:56:05.442 | + functions-common:save_stackenv:62 : time_stamp=2025-04-15-145605 2025-04-15 14:56:05.444 | + functions-common:save_stackenv:63 : echo '# 2025-04-15-145605 ' 2025-04-15 14:56:05.447 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 14:56:05.449 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-15 14:56:05.450 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 14:56:05.453 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-04-15 14:56:05.455 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 14:56:05.457 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-04-15 14:56:05.459 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 14:56:05.460 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2025-04-15 14:56:05.463 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 14:56:05.465 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-04-15 14:56:05.466 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 14:56:05.468 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-04-15 14:56:05.470 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 14:56:05.472 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-04-15-144909 2025-04-15 14:56:05.474 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 14:56:05.476 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-04-15 14:56:05.477 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 14:56:05.480 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-04-15 14:56:05.481 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 14:56:05.483 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-04-15 14:56:05.485 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 14:56:05.487 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-04-15 14:56:05.489 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 14:56:05.491 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-04-15 14:56:05.493 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 14:56:05.495 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-04-15 14:56:05.497 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 14:56:05.499 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-04-15 14:56:05.501 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 14:56:05.503 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-04-15 14:56:05.505 | + stack.sh:main:1425 : merge_config_group /opt/stack/devstack/local.conf extra 2025-04-15 14:56:05.507 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-15 14:56:05.509 | + inc/meta-config:merge_config_group:171 : shift 2025-04-15 14:56:05.510 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2025-04-15 14:56:05.512 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-15 14:56:05.514 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-15 14:56:05.516 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-15 14:56:05.519 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf extra 2025-04-15 14:56:05.521 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-15 14:56:05.523 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2025-04-15 14:56:05.525 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-15 14:56:05.528 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2025-04-15 14:56:05.528 | /^\[\[.+\|.*\]\]/ { 2025-04-15 14:56:05.528 | gsub("[][]", "", $1); 2025-04-15 14:56:05.528 | split($1, a, "|"); 2025-04-15 14:56:05.528 | if (a[1] == matchgroup) 2025-04-15 14:56:05.528 | print a[2] 2025-04-15 14:56:05.528 | } 2025-04-15 14:56:05.528 | ' /opt/stack/devstack/local.conf 2025-04-15 14:56:05.532 | + stack.sh:main:1432 : run_phase stack extra 2025-04-15 14:56:05.534 | + functions-common:run_phase:1828 : local mode=stack 2025-04-15 14:56:05.536 | + functions-common:run_phase:1829 : local phase=extra 2025-04-15 14:56:05.538 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-15 14:56:05.540 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-15 14:56:05.542 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-15 14:56:05.544 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-15 14:56:05.546 | + functions-common:run_phase:1838 : local extra 2025-04-15 14:56:05.549 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-15 14:56:05.552 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-15 14:56:05.554 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-15 14:56:05.556 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-15 14:56:05.558 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack extra 2025-04-15 14:56:05.560 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-15 14:56:05.574 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:56:05.575 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-15 14:56:05.578 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-15 14:56:05.580 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2025-04-15 14:56:05.582 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-15 14:56:05.584 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-15 14:56:05.586 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-04-15 14:56:05.588 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2025-04-15 14:56:05.590 | ++ extras.d/80-tempest.sh:source:15 : : 2025-04-15 14:56:05.592 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-15 14:56:05.594 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-15 14:56:05.596 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-15 14:56:05.598 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-15 14:56:05.600 | + functions-common:run_phase:1855 : run_plugins stack extra 2025-04-15 14:56:05.602 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-15 14:56:05.604 | + functions-common:run_plugins:1815 : local phase=extra 2025-04-15 14:56:05.606 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-15 14:56:05.608 | + functions-common:run_plugins:1818 : local plugin 2025-04-15 14:56:05.610 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-15 14:56:05.612 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-15 14:56:05.614 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-15 14:56:05.616 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack extra 2025-04-15 14:56:05.618 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-15 14:56:05.620 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-15 14:56:05.622 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2025-04-15 14:56:05.624 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-15 14:56:05.626 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-15 14:56:05.628 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-04-15 14:56:05.630 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ extra == \e\x\t\r\a ]] 2025-04-15 14:56:05.633 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:17 : echo_summary 'Initializing Networking-NSX-T' 2025-04-15 14:56:05.635 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 14:56:05.636 | ++ stack.sh:echo_summary:461 : echo -e Initializing Networking-NSX-T 2025-04-15 14:56:05.639 | + stack.sh:main:1440 : merge_config_group /opt/stack/devstack/local.conf post-extra 2025-04-15 14:56:05.641 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-15 14:56:05.643 | + inc/meta-config:merge_config_group:171 : shift 2025-04-15 14:56:05.645 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2025-04-15 14:56:05.647 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-15 14:56:05.649 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-15 14:56:05.651 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-15 14:56:05.653 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-extra 2025-04-15 14:56:05.655 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-15 14:56:05.658 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2025-04-15 14:56:05.660 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-15 14:56:05.662 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2025-04-15 14:56:05.662 | /^\[\[.+\|.*\]\]/ { 2025-04-15 14:56:05.662 | gsub("[][]", "", $1); 2025-04-15 14:56:05.662 | split($1, a, "|"); 2025-04-15 14:56:05.662 | if (a[1] == matchgroup) 2025-04-15 14:56:05.662 | print a[2] 2025-04-15 14:56:05.662 | } 2025-04-15 14:56:05.662 | ' /opt/stack/devstack/local.conf 2025-04-15 14:56:05.667 | + stack.sh:main:1449 : is_service_enabled n-cpu 2025-04-15 14:56:05.680 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:56:05.682 | + stack.sh:main:1454 : service_check 2025-04-15 14:56:05.685 | + functions-common:service_check:1693 : local service 2025-04-15 14:56:05.687 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 14:56:05.688 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@key.service 2025-04-15 14:56:05.697 | Failed to get unit file state for devstack@key.service: No such file or directory 2025-04-15 14:56:05.701 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 14:56:05.703 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-api.service 2025-04-15 14:56:05.712 | enabled 2025-04-15 14:56:05.715 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-api.service --no-pager 2025-04-15 14:56:05.742 | ● devstack@n-api.service - Devstack devstack@n-api.service 2025-04-15 14:56:05.742 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2025-04-15 14:56:05.742 | Active: active (running) since Tue 2025-04-15 14:55:10 UTC; 55s ago 2025-04-15 14:56:05.742 | Main PID: 53987 (uwsgi) 2025-04-15 14:56:05.742 | Status: "uWSGI is ready" 2025-04-15 14:56:05.742 | Tasks: 3 (limit: 19125) 2025-04-15 14:56:05.742 | Memory: 226.3M 2025-04-15 14:56:05.742 | CPU: 6.166s 2025-04-15 14:56:05.742 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2025-04-15 14:56:05.743 | ├─53987 "nova-apiuWSGI master" 2025-04-15 14:56:05.743 | ├─53988 "nova-apiuWSGI worker 1" 2025-04-15 14:56:05.743 | └─53989 "nova-apiuWSGI worker 2" 2025-04-15 14:56:05.743 | 2025-04-15 14:56:05.743 | Apr 15 14:56:03 devstack devstack@n-api.service[53988]: [pid: 53988|app: 0|req: 16/32] 10.180.1.21 () {64 vars in 1332 bytes} [Tue Apr 15 14:56:03 2025] POST /compute/v2.1/flavors/4/os-extra_specs => generated 43 bytes in 17 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2025-04-15 14:56:05.743 | Apr 15 14:56:04 devstack devstack@n-api.service[53989]: DEBUG nova.api.openstack.wsgi [None req-eb94d0de-3964-45a7-81cd-c217cb908dad admin admin] Calling method '>' {{(pid=53989) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:513}} 2025-04-15 14:56:05.743 | Apr 15 14:56:04 devstack devstack@n-api.service[53989]: INFO nova.api.openstack.requestlog [None req-eb94d0de-3964-45a7-81cd-c217cb908dad admin admin] 10.180.1.21 "GET /compute/v2.1" status: 200 len: 388 microversion: 2.1 time: 0.000928 2025-04-15 14:56:05.743 | Apr 15 14:56:04 devstack devstack@n-api.service[53989]: [pid: 53989|app: 0|req: 17/33] 10.180.1.21 () {54 vars in 930 bytes} [Tue Apr 15 14:56:04 2025] GET /compute/v2.1 => generated 388 bytes in 1 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2025-04-15 14:56:05.743 | Apr 15 14:56:04 devstack devstack@n-api.service[53988]: DEBUG nova.api.openstack.wsgi [None req-43a4c78d-b8f7-4d1a-b003-72e4cb3d21d7 admin admin] Action: 'create', calling method: >, body: {"flavor": {"name": "m1.xlarge", "disk": 160, "id": "5", "swap": 0, "os-flavor-access:is_public": true, "ram": 16384, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "vcpus": 8}} {{(pid=53988) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2025-04-15 14:56:05.743 | Apr 15 14:56:04 devstack devstack@n-api.service[53988]: INFO nova.api.openstack.requestlog [None req-43a4c78d-b8f7-4d1a-b003-72e4cb3d21d7 admin admin] 10.180.1.21 "POST /compute/v2.1/flavors" status: 200 len: 408 microversion: 2.61 time: 0.035437 2025-04-15 14:56:05.743 | Apr 15 14:56:04 devstack devstack@n-api.service[53988]: [pid: 53988|app: 0|req: 17/34] 10.180.1.21 () {64 vars in 1282 bytes} [Tue Apr 15 14:56:04 2025] POST /compute/v2.1/flavors => generated 408 bytes in 36 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) 2025-04-15 14:56:05.743 | Apr 15 14:56:04 devstack devstack@n-api.service[53989]: DEBUG nova.api.openstack.wsgi [None req-aa447993-ac71-4092-a97f-9e7b6f499369 admin admin] Action: 'create', calling method: >, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=53989) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2025-04-15 14:56:05.743 | Apr 15 14:56:04 devstack devstack@n-api.service[53989]: INFO nova.api.openstack.requestlog [None req-aa447993-ac71-4092-a97f-9e7b6f499369 admin admin] 10.180.1.21 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.61 time: 0.015222 2025-04-15 14:56:05.743 | Apr 15 14:56:04 devstack devstack@n-api.service[53989]: [pid: 53989|app: 0|req: 18/35] 10.180.1.21 () {64 vars in 1332 bytes} [Tue Apr 15 14:56:04 2025] POST /compute/v2.1/flavors/5/os-extra_specs => generated 43 bytes in 16 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2025-04-15 14:56:05.746 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 14:56:05.748 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-cond.service 2025-04-15 14:56:05.757 | enabled 2025-04-15 14:56:05.760 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-cond.service --no-pager 2025-04-15 14:56:05.771 | ● devstack@n-cond.service - Devstack devstack@n-cond.service 2025-04-15 14:56:05.771 | Loaded: loaded (/etc/systemd/system/devstack@n-cond.service; enabled; vendor preset: enabled) 2025-04-15 14:56:05.771 | Active: active (running) since Tue 2025-04-15 14:55:47 UTC; 18s ago 2025-04-15 14:56:05.771 | Main PID: 60134 (nova-conductor) 2025-04-15 14:56:05.771 | Tasks: 3 (limit: 19125) 2025-04-15 14:56:05.771 | Memory: 142.3M 2025-04-15 14:56:05.771 | CPU: 2.127s 2025-04-15 14:56:05.771 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond.service 2025-04-15 14:56:05.771 | ├─60134 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-04-15 14:56:05.772 | ├─60553 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-04-15 14:56:05.772 | └─60554 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-04-15 14:56:05.772 | 2025-04-15 14:56:05.772 | Apr 15 14:55:48 devstack nova-conductor[60134]: DEBUG oslo_service.service [None req-0cf23c07-a916-4abf-ad00-58d3ee05454f None None] oslo_limit.version = None {{(pid=60134) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 14:56:05.772 | Apr 15 14:55:48 devstack nova-conductor[60134]: DEBUG oslo_service.service [None req-0cf23c07-a916-4abf-ad00-58d3ee05454f None None] oslo_reports.file_event_handler = None {{(pid=60134) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 14:56:05.772 | Apr 15 14:55:48 devstack nova-conductor[60134]: DEBUG oslo_service.service [None req-0cf23c07-a916-4abf-ad00-58d3ee05454f None None] oslo_reports.file_event_handler_interval = 1 {{(pid=60134) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 14:56:05.772 | Apr 15 14:55:48 devstack nova-conductor[60134]: DEBUG oslo_service.service [None req-0cf23c07-a916-4abf-ad00-58d3ee05454f None None] oslo_reports.log_dir = None {{(pid=60134) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 14:56:05.772 | Apr 15 14:55:48 devstack nova-conductor[60134]: DEBUG oslo_service.service [None req-0cf23c07-a916-4abf-ad00-58d3ee05454f None None] ******************************************************************************** {{(pid=60134) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-04-15 14:56:05.772 | Apr 15 14:55:58 devstack nova-conductor[60134]: DEBUG dbcounter [-] [60134] Writing DB stats nova_api:SELECT=3 {{(pid=60134) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 14:56:05.772 | Apr 15 14:55:58 devstack nova-conductor[60134]: DEBUG dbcounter [-] [60134] Writing DB stats nova_cell1:SELECT=3 {{(pid=60134) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 14:56:05.772 | Apr 15 14:55:58 devstack nova-conductor[60134]: DEBUG dbcounter [-] [60134] Writing DB stats nova_cell0:SELECT=3 {{(pid=60134) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 14:56:05.772 | Apr 15 14:56:03 devstack nova-conductor[60553]: DEBUG dbcounter [-] [60553] Writing DB stats nova_cell1:SELECT=12,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=60553) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 14:56:05.772 | Apr 15 14:56:03 devstack nova-conductor[60554]: DEBUG dbcounter [-] [60554] Writing DB stats nova_cell1:SELECT=10,nova_cell1:INSERT=1 {{(pid=60554) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 14:56:05.775 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 14:56:05.777 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-sch.service 2025-04-15 14:56:05.785 | enabled 2025-04-15 14:56:05.788 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-sch.service --no-pager 2025-04-15 14:56:05.800 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2025-04-15 14:56:05.800 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2025-04-15 14:56:05.800 | Active: active (running) since Tue 2025-04-15 14:55:44 UTC; 21s ago 2025-04-15 14:56:05.800 | Main PID: 58835 (nova-scheduler) 2025-04-15 14:56:05.800 | Tasks: 3 (limit: 19125) 2025-04-15 14:56:05.800 | Memory: 142.0M 2025-04-15 14:56:05.800 | CPU: 2.097s 2025-04-15 14:56:05.800 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2025-04-15 14:56:05.800 | ├─58835 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-04-15 14:56:05.800 | ├─59799 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-04-15 14:56:05.800 | └─59805 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-04-15 14:56:05.800 | 2025-04-15 14:56:05.800 | Apr 15 14:55:46 devstack nova-scheduler[58835]: DEBUG oslo_service.service [None req-34de70a0-ff04-476d-9f95-546c21bc503b None None] oslo_limit.version = None {{(pid=58835) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 14:56:05.800 | Apr 15 14:55:46 devstack nova-scheduler[58835]: DEBUG oslo_service.service [None req-34de70a0-ff04-476d-9f95-546c21bc503b None None] oslo_reports.file_event_handler = None {{(pid=58835) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 14:56:05.800 | Apr 15 14:55:46 devstack nova-scheduler[58835]: DEBUG oslo_service.service [None req-34de70a0-ff04-476d-9f95-546c21bc503b None None] oslo_reports.file_event_handler_interval = 1 {{(pid=58835) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 14:56:05.800 | Apr 15 14:55:46 devstack nova-scheduler[58835]: DEBUG oslo_service.service [None req-34de70a0-ff04-476d-9f95-546c21bc503b None None] oslo_reports.log_dir = None {{(pid=58835) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 14:56:05.800 | Apr 15 14:55:46 devstack nova-scheduler[58835]: DEBUG oslo_service.service [None req-34de70a0-ff04-476d-9f95-546c21bc503b None None] ******************************************************************************** {{(pid=58835) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-04-15 14:56:05.800 | Apr 15 14:55:56 devstack nova-scheduler[58835]: DEBUG dbcounter [-] [58835] Writing DB stats nova_api:SELECT=7 {{(pid=58835) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 14:56:05.800 | Apr 15 14:55:56 devstack nova-scheduler[58835]: DEBUG dbcounter [-] [58835] Writing DB stats nova_cell1:SELECT=5 {{(pid=58835) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 14:56:05.800 | Apr 15 14:55:56 devstack nova-scheduler[58835]: DEBUG dbcounter [-] [58835] Writing DB stats nova_cell0:SELECT=3 {{(pid=58835) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 14:56:05.800 | Apr 15 14:56:01 devstack nova-scheduler[59799]: DEBUG dbcounter [-] [59799] Writing DB stats nova_cell1:SELECT=10,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=59799) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 14:56:05.800 | Apr 15 14:56:01 devstack nova-scheduler[59805]: DEBUG dbcounter [-] [59805] Writing DB stats nova_cell1:SELECT=7,nova_cell1:UPDATE=1 {{(pid=59805) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 14:56:05.803 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 14:56:05.805 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-api-meta.service 2025-04-15 14:56:05.814 | enabled 2025-04-15 14:56:05.817 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-api-meta.service --no-pager 2025-04-15 14:56:05.827 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2025-04-15 14:56:05.828 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2025-04-15 14:56:05.828 | Active: active (running) since Tue 2025-04-15 14:55:45 UTC; 20s ago 2025-04-15 14:56:05.828 | Main PID: 59436 (uwsgi) 2025-04-15 14:56:05.828 | Status: "uWSGI is ready" 2025-04-15 14:56:05.828 | Tasks: 4 (limit: 19125) 2025-04-15 14:56:05.828 | Memory: 188.6M 2025-04-15 14:56:05.828 | CPU: 3.983s 2025-04-15 14:56:05.828 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2025-04-15 14:56:05.828 | ├─59436 "nova-api-metauWSGI master" 2025-04-15 14:56:05.828 | ├─59437 "nova-api-metauWSGI worker 1" 2025-04-15 14:56:05.828 | ├─59438 "nova-api-metauWSGI worker 2" 2025-04-15 14:56:05.828 | └─59439 "nova-api-metauWSGI http 1" 2025-04-15 14:56:05.828 | 2025-04-15 14:56:05.828 | Apr 15 14:55:47 devstack devstack@n-api-meta.service[59438]: INFO dbcounter [None req-f375ddb6-1642-4cf6-9126-9826d3c2e7c0 None None] Registered counter for database nova_cell1 2025-04-15 14:56:05.828 | Apr 15 14:55:47 devstack devstack@n-api-meta.service[59438]: DEBUG oslo_db.sqlalchemy.engines [None req-f375ddb6-1642-4cf6-9126-9826d3c2e7c0 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=59438) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-15 14:56:05.828 | Apr 15 14:55:47 devstack devstack@n-api-meta.service[59438]: DEBUG dbcounter [-] [59438] Writer thread running {{(pid=59438) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 14:56:05.828 | Apr 15 14:55:47 devstack devstack@n-api-meta.service[59437]: INFO dbcounter [None req-682f902d-b81c-4d30-bc5a-f9a31650f24f None None] Registered counter for database nova_cell1 2025-04-15 14:56:05.828 | Apr 15 14:55:47 devstack devstack@n-api-meta.service[59437]: DEBUG oslo_db.sqlalchemy.engines [None req-682f902d-b81c-4d30-bc5a-f9a31650f24f 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=59437) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-15 14:56:05.828 | Apr 15 14:55:47 devstack devstack@n-api-meta.service[59437]: DEBUG dbcounter [-] [59437] Writer thread running {{(pid=59437) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 14:56:05.828 | Apr 15 14:55:47 devstack devstack@n-api-meta.service[59438]: WARNING nova.api.metadata.handler [None req-f375ddb6-1642-4cf6-9126-9826d3c2e7c0 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2025-04-15 14:56:05.828 | Apr 15 14:55:47 devstack devstack@n-api-meta.service[59437]: WARNING nova.api.metadata.handler [None req-682f902d-b81c-4d30-bc5a-f9a31650f24f None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2025-04-15 14:56:05.828 | Apr 15 14:55:47 devstack devstack@n-api-meta.service[59438]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x5c7f8f11a100 pid: 59438 (default app) 2025-04-15 14:56:05.828 | Apr 15 14:55:47 devstack devstack@n-api-meta.service[59437]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x5c7f8f11a100 pid: 59437 (default app) 2025-04-15 14:56:05.831 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 14:56:05.833 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@placement-api.service 2025-04-15 14:56:05.841 | enabled 2025-04-15 14:56:05.844 | + functions-common:service_check:1700 : sudo systemctl status devstack@placement-api.service --no-pager 2025-04-15 14:56:05.856 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2025-04-15 14:56:05.856 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2025-04-15 14:56:05.856 | Active: active (running) since Tue 2025-04-15 14:55:18 UTC; 47s ago 2025-04-15 14:56:05.856 | Main PID: 55383 (uwsgi) 2025-04-15 14:56:05.856 | Status: "uWSGI is ready" 2025-04-15 14:56:05.856 | Tasks: 5 (limit: 19125) 2025-04-15 14:56:05.856 | Memory: 136.8M 2025-04-15 14:56:05.856 | CPU: 2.440s 2025-04-15 14:56:05.856 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2025-04-15 14:56:05.856 | ├─55383 "placementuWSGI master" 2025-04-15 14:56:05.856 | ├─55384 "placementuWSGI worker 1" 2025-04-15 14:56:05.856 | └─55385 "placementuWSGI worker 2" 2025-04-15 14:56:05.856 | 2025-04-15 14:56:05.856 | Apr 15 14:55:20 devstack devstack@placement-api.service[55385]: DEBUG oslo_concurrency.lockutils [-] Releasing lock "resource_classes_sync" {{(pid=55385) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:333}} 2025-04-15 14:56:05.856 | Apr 15 14:55:20 devstack devstack@placement-api.service[55385]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x5e8aa7a43b70 pid: 55385 (default app) 2025-04-15 14:56:05.856 | Apr 15 14:55:29 devstack devstack@placement-api.service[55384]: DEBUG dbcounter [-] [55384] Writing DB stats placement:SELECT=5,placement:INSERT=2,placement:SET=1 {{(pid=55384) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 14:56:05.856 | Apr 15 14:55:30 devstack devstack@placement-api.service[55385]: DEBUG dbcounter [-] [55385] Writing DB stats placement:SELECT=7,placement:INSERT=1 {{(pid=55385) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 14:56:05.856 | Apr 15 14:55:46 devstack devstack@placement-api.service[55384]: DEBUG placement.requestlog [None req-23e5cffa-c5bc-4b45-b281-46e3f03db953 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=55384) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2025-04-15 14:56:05.856 | Apr 15 14:55:46 devstack devstack@placement-api.service[55384]: INFO placement.requestlog [None req-23e5cffa-c5bc-4b45-b281-46e3f03db953 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2025-04-15 14:56:05.856 | Apr 15 14:55:46 devstack devstack@placement-api.service[55384]: [pid: 55384|app: 0|req: 2/2] 10.180.1.21 () {54 vars in 917 bytes} [Tue Apr 15 14:55:46 2025] GET /placement => generated 136 bytes in 1 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2025-04-15 14:56:05.856 | Apr 15 14:55:48 devstack devstack@placement-api.service[55385]: DEBUG placement.requestlog [None req-26c93e23-cdb9-4424-bd81-844cddd25f90 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=55385) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2025-04-15 14:56:05.856 | Apr 15 14:55:48 devstack devstack@placement-api.service[55385]: INFO placement.requestlog [None req-26c93e23-cdb9-4424-bd81-844cddd25f90 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2025-04-15 14:56:05.856 | Apr 15 14:55:48 devstack devstack@placement-api.service[55385]: [pid: 55385|app: 0|req: 1/3] 10.180.1.21 () {54 vars in 917 bytes} [Tue Apr 15 14:55:48 2025] GET /placement => generated 136 bytes in 7 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2025-04-15 14:56:05.859 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 14:56:05.861 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@placement-client.service 2025-04-15 14:56:05.869 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2025-04-15 14:56:05.872 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 14:56:05.874 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@g-api.service 2025-04-15 14:56:05.882 | enabled 2025-04-15 14:56:05.885 | + functions-common:service_check:1700 : sudo systemctl status devstack@g-api.service --no-pager 2025-04-15 14:56:05.896 | ● devstack@g-api.service - Devstack devstack@g-api.service 2025-04-15 14:56:05.896 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2025-04-15 14:56:05.896 | Active: active (running) since Tue 2025-04-15 14:55:58 UTC; 7s ago 2025-04-15 14:56:05.896 | Main PID: 62991 (uwsgi) 2025-04-15 14:56:05.896 | Status: "uWSGI is ready" 2025-04-15 14:56:05.896 | Tasks: 9 (limit: 19125) 2025-04-15 14:56:05.896 | Memory: 223.5M 2025-04-15 14:56:05.896 | CPU: 4.479s 2025-04-15 14:56:05.896 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2025-04-15 14:56:05.896 | ├─62991 "glance-apiuWSGI master" 2025-04-15 14:56:05.896 | ├─62992 "glance-apiuWSGI worker 1" 2025-04-15 14:56:05.896 | └─62993 "glance-apiuWSGI worker 2" 2025-04-15 14:56:05.896 | 2025-04-15 14:56:05.896 | Apr 15 14:56:02 devstack devstack@g-api.service[62993]: DEBUG glance.api.middleware.version_negotiation [None req-85302d79-fdcc-4a07-98bb-c452d9c06aed None None] new path /v2/images/13c369d1-6ecf-4ea9-ad58-89c54e154782/file {{(pid=62993) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} 2025-04-15 14:56:05.896 | Apr 15 14:56:02 devstack devstack@g-api.service[62993]: INFO dbcounter [None req-2639aee6-8052-4337-b06d-b2c599e88842 admin admin] Registered counter for database glance 2025-04-15 14:56:05.896 | Apr 15 14:56:02 devstack devstack@g-api.service[62993]: DEBUG oslo_db.sqlalchemy.engines [None req-2639aee6-8052-4337-b06d-b2c599e88842 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=62993) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-15 14:56:05.896 | Apr 15 14:56:02 devstack devstack@g-api.service[62993]: DEBUG dbcounter [-] [62993] Writer thread running {{(pid=62993) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 14:56:05.896 | Apr 15 14:56:02 devstack devstack@g-api.service[62993]: INFO glance.api.v2.image_data [None req-2639aee6-8052-4337-b06d-b2c599e88842 admin admin] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2025-04-15 14:56:05.897 | Apr 15 14:56:03 devstack devstack@g-api.service[62993]: DEBUG glance.location [None req-2639aee6-8052-4337-b06d-b2c599e88842 admin admin] Enabling in-flight format inspection for vmdk {{(pid=62993) set_data /opt/stack/glance/glance/location.py:592}} 2025-04-15 14:56:05.897 | Apr 15 14:56:03 devstack devstack@g-api.service[62993]: DEBUG glance_store._drivers.filesystem [None req-2639aee6-8052-4337-b06d-b2c599e88842 admin admin] Wrote 21318656 bytes to /opt/stack/data/glance/images/13c369d1-6ecf-4ea9-ad58-89c54e154782 with checksum 879b8eacf4b511d84bac79c7fe0e0d0a and multihash 7b454ad71f0f894fcc55e4d1f50ee446a570ffa34406e3026d1af22a43e4d61724db145f5ac4ee3c321289b7638b2a429cce605dfa25c96800748e00a61d3051 {{(pid=62993) add /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/_drivers/filesystem.py:773}} 2025-04-15 14:56:05.897 | Apr 15 14:56:03 devstack devstack@g-api.service[62993]: INFO glance.location [None req-2639aee6-8052-4337-b06d-b2c599e88842 admin admin] Image format matched and virtual size computed: 117440512 2025-04-15 14:56:05.897 | Apr 15 14:56:03 devstack devstack@g-api.service[62993]: DEBUG glance_store.backend [None req-2639aee6-8052-4337-b06d-b2c599e88842 admin admin] Skipping store.set_acls... not implemented. {{(pid=62993) set_acls /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:508}} 2025-04-15 14:56:05.897 | Apr 15 14:56:03 devstack devstack@g-api.service[62993]: [pid: 62993|app: 0|req: 3/4] 127.0.0.1 () {40 vars in 860 bytes} [Tue Apr 15 14:56:02 2025] PUT /v2/images/13c369d1-6ecf-4ea9-ad58-89c54e154782/file => generated 0 bytes in 749 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) 2025-04-15 14:56:05.899 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 14:56:05.901 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-sch.service 2025-04-15 14:56:05.910 | enabled 2025-04-15 14:56:05.913 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-sch.service --no-pager 2025-04-15 14:56:05.924 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2025-04-15 14:56:05.924 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2025-04-15 14:56:05.924 | Active: active (running) since Tue 2025-04-15 14:55:54 UTC; 11s ago 2025-04-15 14:56:05.924 | Main PID: 61765 (cinder-schedule) 2025-04-15 14:56:05.924 | Tasks: 1 (limit: 19125) 2025-04-15 14:56:05.924 | Memory: 93.8M 2025-04-15 14:56:05.924 | CPU: 1.777s 2025-04-15 14:56:05.924 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2025-04-15 14:56:05.924 | └─61765 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2025-04-15 14:56:05.924 | 2025-04-15 14:56:05.924 | Apr 15 14:55:55 devstack cinder-scheduler[61765]: DEBUG oslo_service.service [None req-2800c62c-b183-44fe-98bd-de33fdf55545 None None] nova.token_auth_url = None {{(pid=61765) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 14:56:05.924 | Apr 15 14:55:55 devstack cinder-scheduler[61765]: DEBUG oslo_service.service [None req-2800c62c-b183-44fe-98bd-de33fdf55545 None None] ******************************************************************************** {{(pid=61765) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-04-15 14:56:05.924 | Apr 15 14:55:55 devstack cinder-scheduler[61765]: INFO cinder.service [-] Starting cinder-scheduler node (version 0.0.1) 2025-04-15 14:56:05.924 | Apr 15 14:55:55 devstack cinder-scheduler[61765]: INFO cinder.manager [None req-eb4e15a1-58f5-4dbb-8f4c-cd610f7d7143 None None] Initiating service 1 cleanup 2025-04-15 14:56:05.924 | Apr 15 14:55:55 devstack cinder-scheduler[61765]: INFO cinder.manager [None req-eb4e15a1-58f5-4dbb-8f4c-cd610f7d7143 None None] Service 1 cleanup completed. 2025-04-15 14:56:05.924 | Apr 15 14:55:55 devstack cinder-scheduler[61765]: DEBUG cinder.service [None req-eb4e15a1-58f5-4dbb-8f4c-cd610f7d7143 None None] Creating RPC server for service cinder-scheduler {{(pid=61765) start /opt/stack/cinder/cinder/service.py:239}} 2025-04-15 14:56:05.924 | Apr 15 14:55:55 devstack cinder-scheduler[61765]: DEBUG cinder.service [None req-eb4e15a1-58f5-4dbb-8f4c-cd610f7d7143 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=61765) start /opt/stack/cinder/cinder/service.py:245}} 2025-04-15 14:56:05.924 | Apr 15 14:55:59 devstack cinder-scheduler[61765]: DEBUG cinder.scheduler.host_manager [None req-1400b398-2c3f-49cf-b680-2f96cd2bed58 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=61765) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:628}} 2025-04-15 14:56:05.924 | Apr 15 14:55:59 devstack cinder-scheduler[61765]: DEBUG cinder.scheduler.host_manager [None req-1400b398-2c3f-49cf-b680-2f96cd2bed58 None None] Updating capabilities for devstack@vsphere#vsphere: {'volume_backend_name': 'vsphere', 'vendor_name': 'VMware', 'driver_version': '3.4.4', 'storage_protocol': 'vmdk', 'reserved_percentage': 0, 'total_capacity_gb': 'unknown', 'free_capacity_gb': 'unknown', 'shared_targets': False, 'allocated_capacity_gb': 0, 'filter_function': None, 'goodness_function': None, 'timestamp': datetime.datetime(2025, 4, 15, 14, 55, 59, 405450)} {{(pid=61765) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:415}} 2025-04-15 14:56:05.924 | Apr 15 14:55:59 devstack cinder-scheduler[61765]: DEBUG cinder.utils [None req-1400b398-2c3f-49cf-b680-2f96cd2bed58 None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=61765) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:879}} 2025-04-15 14:56:05.927 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 14:56:05.929 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-api.service 2025-04-15 14:56:05.938 | enabled 2025-04-15 14:56:05.941 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-api.service --no-pager 2025-04-15 14:56:05.952 | ● devstack@c-api.service - Devstack devstack@c-api.service 2025-04-15 14:56:05.952 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2025-04-15 14:56:05.952 | Active: active (running) since Tue 2025-04-15 14:55:50 UTC; 14s ago 2025-04-15 14:56:05.952 | Main PID: 61230 (uwsgi) 2025-04-15 14:56:05.953 | Status: "uWSGI is ready" 2025-04-15 14:56:05.953 | Tasks: 7 (limit: 19125) 2025-04-15 14:56:05.953 | Memory: 213.5M 2025-04-15 14:56:05.953 | CPU: 4.724s 2025-04-15 14:56:05.953 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2025-04-15 14:56:05.953 | ├─61230 "cinder-apiuWSGI master" 2025-04-15 14:56:05.953 | ├─61231 "cinder-apiuWSGI worker 1" 2025-04-15 14:56:05.953 | └─61232 "cinder-apiuWSGI worker 2" 2025-04-15 14:56:05.953 | 2025-04-15 14:56:05.953 | Apr 15 14:55:56 devstack devstack@c-api.service[61232]: INFO cinder.api.openstack.wsgi [None req-662e74a8-b8d0-4f59-9ee5-43d8fcf5d304 admin admin] http://10.180.1.21/volume/v3/5a4ecdc8fa4e4b078442345c010e5680/types returned with HTTP 200 2025-04-15 14:56:05.953 | Apr 15 14:55:56 devstack devstack@c-api.service[61232]: [pid: 61232|app: 0|req: 1/2] 10.180.1.21 () {60 vars in 1236 bytes} [Tue Apr 15 14:55:56 2025] POST /volume/v3/5a4ecdc8fa4e4b078442345c010e5680/types => generated 182 bytes in 482 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2025-04-15 14:56:05.953 | Apr 15 14:55:56 devstack devstack@c-api.service[61231]: DEBUG cinder.api.middleware.request_id [req-662e74a8-b8d0-4f59-9ee5-43d8fcf5d304 req-c3346e8a-9bfe-4e2a-abe5-6cc288ef8fd5 None None] RequestId filter calling following filter/app {{(pid=61231) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} 2025-04-15 14:56:05.953 | Apr 15 14:55:57 devstack devstack@c-api.service[61231]: INFO cinder.api.openstack.wsgi [req-662e74a8-b8d0-4f59-9ee5-43d8fcf5d304 req-c3346e8a-9bfe-4e2a-abe5-6cc288ef8fd5 admin admin] POST http://10.180.1.21/volume/v3/5a4ecdc8fa4e4b078442345c010e5680/types/f47030d7-0ad2-4d99-b90a-daae46b15a55/extra_specs 2025-04-15 14:56:05.953 | Apr 15 14:55:57 devstack devstack@c-api.service[61231]: DEBUG cinder.api.openstack.wsgi [req-662e74a8-b8d0-4f59-9ee5-43d8fcf5d304 req-c3346e8a-9bfe-4e2a-abe5-6cc288ef8fd5 admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "vsphere"}} {{(pid=61231) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} 2025-04-15 14:56:05.953 | Apr 15 14:55:57 devstack devstack@c-api.service[61231]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. 2025-04-15 14:56:05.953 | Apr 15 14:55:57 devstack devstack@c-api.service[61231]: warnings.warn('Policy enforcement is depending on the value of ' 2025-04-15 14:56:05.953 | Apr 15 14:55:57 devstack devstack@c-api.service[61231]: DEBUG oslo_db.sqlalchemy.engines [req-662e74a8-b8d0-4f59-9ee5-43d8fcf5d304 req-c3346e8a-9bfe-4e2a-abe5-6cc288ef8fd5 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=61231) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-15 14:56:05.953 | Apr 15 14:55:57 devstack devstack@c-api.service[61231]: INFO cinder.api.openstack.wsgi [req-662e74a8-b8d0-4f59-9ee5-43d8fcf5d304 req-c3346e8a-9bfe-4e2a-abe5-6cc288ef8fd5 admin admin] http://10.180.1.21/volume/v3/5a4ecdc8fa4e4b078442345c010e5680/types/f47030d7-0ad2-4d99-b90a-daae46b15a55/extra_specs returned with HTTP 200 2025-04-15 14:56:05.953 | Apr 15 14:55:57 devstack devstack@c-api.service[61231]: [pid: 61231|app: 0|req: 2/3] 10.180.1.21 () {62 vars in 1454 bytes} [Tue Apr 15 14:55:56 2025] POST /volume/v3/5a4ecdc8fa4e4b078442345c010e5680/types/f47030d7-0ad2-4d99-b90a-daae46b15a55/extra_specs => generated 51 bytes in 428 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2025-04-15 14:56:05.956 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 14:56:05.957 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-vol.service 2025-04-15 14:56:05.966 | enabled 2025-04-15 14:56:05.969 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-vol.service --no-pager 2025-04-15 14:56:05.980 | ● devstack@c-vol.service - Devstack devstack@c-vol.service 2025-04-15 14:56:05.980 | Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled) 2025-04-15 14:56:05.980 | Active: active (running) since Tue 2025-04-15 14:55:55 UTC; 10s ago 2025-04-15 14:56:05.980 | Main PID: 62311 (cinder-volume) 2025-04-15 14:56:05.980 | Tasks: 3 (limit: 19125) 2025-04-15 14:56:05.980 | Memory: 242.8M 2025-04-15 14:56:05.980 | CPU: 4.218s 2025-04-15 14:56:05.980 | CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service 2025-04-15 14:56:05.980 | ├─62311 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2025-04-15 14:56:05.980 | └─62413 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2025-04-15 14:56:05.980 | 2025-04-15 14:56:05.980 | Apr 15 14:55:59 devstack cinder-volume[62413]: DEBUG cinder.image.image_utils [None req-1400b398-2c3f-49cf-b680-2f96cd2bed58 None None] Configuration image_conversion_dir is None or the path doesn't exist. {{(pid=62413) cleanup_temporary_file /opt/stack/cinder/cinder/image/image_utils.py:1242}} 2025-04-15 14:56:05.980 | Apr 15 14:55:59 devstack cinder-volume[62413]: INFO cinder.keymgr.migration [None req-c95c61b4-a763-4add-a12a-72ea5adc24b8 None None] Not migrating encryption keys because the ConfKeyManager is still in use. 2025-04-15 14:56:05.980 | Apr 15 14:55:59 devstack cinder-volume[62413]: DEBUG cinder.manager [None req-1400b398-2c3f-49cf-b680-2f96cd2bed58 None None] Notifying Schedulers of capabilities ... {{(pid=62413) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} 2025-04-15 14:56:05.980 | Apr 15 14:55:59 devstack cinder-volume[62413]: INFO cinder.volume.manager [None req-1400b398-2c3f-49cf-b680-2f96cd2bed58 None None] Driver initialization completed successfully. 2025-04-15 14:56:05.980 | Apr 15 14:55:59 devstack cinder-volume[62413]: INFO cinder.manager [None req-1400b398-2c3f-49cf-b680-2f96cd2bed58 None None] Initiating service 2 cleanup 2025-04-15 14:56:05.980 | Apr 15 14:55:59 devstack cinder-volume[62413]: INFO cinder.manager [None req-1400b398-2c3f-49cf-b680-2f96cd2bed58 None None] Service 2 cleanup completed. 2025-04-15 14:56:05.980 | Apr 15 14:55:59 devstack cinder-volume[62413]: DEBUG cinder.service [None req-1400b398-2c3f-49cf-b680-2f96cd2bed58 None None] Creating RPC server for service cinder-volume {{(pid=62413) start /opt/stack/cinder/cinder/service.py:239}} 2025-04-15 14:56:05.980 | Apr 15 14:55:59 devstack cinder-volume[62413]: DEBUG cinder.service [None req-1400b398-2c3f-49cf-b680-2f96cd2bed58 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=62413) start /opt/stack/cinder/cinder/service.py:245}} 2025-04-15 14:56:05.980 | Apr 15 14:55:59 devstack cinder-volume[62413]: INFO cinder.volume.manager [None req-1400b398-2c3f-49cf-b680-2f96cd2bed58 None None] Initializing RPC dependent components of volume driver VMwareVcVmdkDriver (3.4.4) 2025-04-15 14:56:05.980 | Apr 15 14:55:59 devstack cinder-volume[62413]: INFO cinder.volume.manager [None req-1400b398-2c3f-49cf-b680-2f96cd2bed58 None None] Driver post RPC initialization completed successfully. 2025-04-15 14:56:05.983 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 14:56:05.985 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@ovs-vswitchd.service 2025-04-15 14:56:05.993 | Failed to get unit file state for devstack@ovs-vswitchd.service: No such file or directory 2025-04-15 14:56:05.996 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 14:56:05.998 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@ovsdb-server.service 2025-04-15 14:56:06.006 | Failed to get unit file state for devstack@ovsdb-server.service: No such file or directory 2025-04-15 14:56:06.009 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 14:56:06.011 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-svc.service 2025-04-15 14:56:06.020 | enabled 2025-04-15 14:56:06.023 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-svc.service --no-pager 2025-04-15 14:56:06.034 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2025-04-15 14:56:06.034 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2025-04-15 14:56:06.034 | Active: active (running) since Tue 2025-04-15 14:55:14 UTC; 51s ago 2025-04-15 14:56:06.034 | Main PID: 54701 (/opt/stack/data) 2025-04-15 14:56:06.034 | Tasks: 5 (limit: 19125) 2025-04-15 14:56:06.034 | Memory: 380.7M 2025-04-15 14:56:06.034 | CPU: 10.368s 2025-04-15 14:56:06.034 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2025-04-15 14:56:06.034 | ├─54701 "/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini" 2025-04-15 14:56:06.034 | ├─54805 "neutron-server: api worker (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2025-04-15 14:56:06.034 | ├─54806 "neutron-server: api worker (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2025-04-15 14:56:06.034 | ├─54807 "neutron-server: rpc worker (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2025-04-15 14:56:06.034 | └─54808 "neutron-server: periodic worker (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2025-04-15 14:56:06.034 | 2025-04-15 14:56:06.034 | Apr 15 14:55:49 devstack neutron-server[54808]: DEBUG dbcounter [-] [54808] Writing DB stats neutron:SELECT=226,neutron:UPDATE=2,neutron:INSERT=1 {{(pid=54808) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 14:56:06.034 | Apr 15 14:55:49 devstack neutron-server[54808]: DEBUG dbcounter [-] [54808] Writing DB stats neutron:SELECT=232,neutron:UPDATE=5 {{(pid=54808) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 14:56:06.034 | Apr 15 14:55:49 devstack neutron-server[54805]: DEBUG dbcounter [-] [54805] Writing DB stats neutron:SELECT=243,neutron:INSERT=10,neutron:UPDATE=2 {{(pid=54805) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 14:56:06.034 | Apr 15 14:55:49 devstack neutron-server[54805]: DEBUG dbcounter [-] [54805] Writing DB stats neutron:SELECT=252,neutron:INSERT=7,neutron:UPDATE=5,neutron:DELETE=2 {{(pid=54805) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 14:56:06.034 | Apr 15 14:55:53 devstack neutron-server[54806]: DEBUG dbcounter [-] [54806] Writing DB stats neutron:SELECT=357,neutron:INSERT=31,neutron:UPDATE=7,neutron:DELETE=2 {{(pid=54806) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 14:56:06.034 | Apr 15 14:55:53 devstack neutron-server[54806]: DEBUG dbcounter [-] [54806] Writing DB stats neutron:SELECT=357,neutron:INSERT=32,neutron:UPDATE=11,neutron:DELETE=6 {{(pid=54806) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 14:56:06.034 | Apr 15 14:55:53 devstack neutron-server[54807]: DEBUG neutron_lib.callbacks.manager [None req-818213e9-d92c-4931-8cb1-4f1d833602d3 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8194217035647', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1374591'] for agent (4d1cd49c-5ce6-45f6-981a-1362392d532b), after_update {{(pid=54807) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-15 14:56:06.034 | Apr 15 14:55:55 devstack neutron-server[54807]: DEBUG neutron_lib.callbacks.manager [None req-1f820258-dbed-4af4-8f60-c42c0288f6d1 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8194217035647', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1374591'] for agent (f7173537-91d1-4700-9a3d-cb38084363d5), after_update {{(pid=54807) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-15 14:56:06.034 | Apr 15 14:55:55 devstack neutron-server[54807]: DEBUG neutron_lib.callbacks.manager [None req-1bf46e62-e545-409f-978c-71ed3725263d None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8194217035647', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1374591'] for agent (3daf4d39-6dd6-4708-88ec-e489b4a37d89), after_update {{(pid=54807) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-15 14:56:06.034 | Apr 15 14:55:56 devstack neutron-server[54807]: DEBUG neutron_lib.callbacks.manager [None req-fac71911-8ae2-49c2-8556-eab365d52535 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8194217035647', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1374591'] for agent (691e7326-6c90-4cdb-a1fd-d96282ac8911), after_update {{(pid=54807) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-15 14:56:06.037 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 14:56:06.039 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@rabbit.service 2025-04-15 14:56:06.047 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2025-04-15 14:56:06.050 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 14:56:06.052 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@tempest.service 2025-04-15 14:56:06.060 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2025-04-15 14:56:06.063 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 14:56:06.065 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@mysql.service 2025-04-15 14:56:06.073 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2025-04-15 14:56:06.076 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 14:56:06.078 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@etcd3.service 2025-04-15 14:56:06.086 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2025-04-15 14:56:06.089 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 14:56:06.091 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-agt.service 2025-04-15 14:56:06.100 | enabled 2025-04-15 14:56:06.103 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-agt.service --no-pager 2025-04-15 14:56:06.114 | ● devstack@q-agt.service - Devstack devstack@q-agt.service 2025-04-15 14:56:06.114 | Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled) 2025-04-15 14:56:06.114 | Active: active (running) since Tue 2025-04-15 14:55:21 UTC; 45s ago 2025-04-15 14:56:06.114 | Main PID: 55913 (neutron-openvsw) 2025-04-15 14:56:06.114 | Tasks: 4 (limit: 19125) 2025-04-15 14:56:06.114 | Memory: 153.2M 2025-04-15 14:56:06.114 | CPU: 3.722s 2025-04-15 14:56:06.114 | CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service 2025-04-15 14:56:06.114 | ├─55913 "neutron-openvswitch-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2025-04-15 14:56:06.114 | ├─57481 /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/tmp99jidhi9/privsep.sock 2025-04-15 14:56:06.114 | └─57517 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json 2025-04-15 14:56:06.114 | 2025-04-15 14:56:06.114 | Apr 15 14:56:03 devstack neutron-openvswitch-agent[55913]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-c4f6e3ef-cab0-4292-b92b-125cec42d04e None None] Agent rpc_loop - iteration:18 started 2025-04-15 14:56:06.114 | Apr 15 14:56:03 devstack neutron-openvswitch-agent[55913]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-c4f6e3ef-cab0-4292-b92b-125cec42d04e None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x8ac4fea1,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=629465419565182698,duration_nsec=205000000,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=55913) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2025-04-15 14:56:06.114 | Apr 15 14:56:03 devstack neutron-openvswitch-agent[55913]: DEBUG neutron.agent.linux.utils [None req-c4f6e3ef-cab0-4292-b92b-125cec42d04e None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 57517. {{(pid=55913) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2025-04-15 14:56:06.114 | Apr 15 14:56:03 devstack neutron-openvswitch-agent[55913]: DEBUG neutron.agent.common.ovsdb_monitor [None req-c4f6e3ef-cab0-4292-b92b-125cec42d04e None None] Current size of new_events: added=0 modified=0 removed=0. New events: {'added': [], 'removed': [], 'modified': []} {{(pid=55913) process_events /opt/stack/neutron/neutron/agent/common/ovsdb_monitor.py:147}} 2025-04-15 14:56:06.114 | Apr 15 14:56:03 devstack neutron-openvswitch-agent[55913]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-c4f6e3ef-cab0-4292-b92b-125cec42d04e None None] Agent rpc_loop - iteration:18 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.003 2025-04-15 14:56:06.114 | Apr 15 14:56:05 devstack neutron-openvswitch-agent[55913]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-c4f6e3ef-cab0-4292-b92b-125cec42d04e None None] Agent rpc_loop - iteration:19 started 2025-04-15 14:56:06.114 | Apr 15 14:56:05 devstack neutron-openvswitch-agent[55913]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-c4f6e3ef-cab0-4292-b92b-125cec42d04e None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x8ac4fea3,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=629465419565182698,duration_nsec=206000000,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=55913) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2025-04-15 14:56:06.114 | Apr 15 14:56:05 devstack neutron-openvswitch-agent[55913]: DEBUG neutron.agent.linux.utils [None req-c4f6e3ef-cab0-4292-b92b-125cec42d04e None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 57517. {{(pid=55913) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2025-04-15 14:56:06.114 | Apr 15 14:56:05 devstack neutron-openvswitch-agent[55913]: DEBUG neutron.agent.common.ovsdb_monitor [None req-c4f6e3ef-cab0-4292-b92b-125cec42d04e None None] Current size of new_events: added=0 modified=0 removed=0. New events: {'added': [], 'removed': [], 'modified': []} {{(pid=55913) process_events /opt/stack/neutron/neutron/agent/common/ovsdb_monitor.py:147}} 2025-04-15 14:56:06.114 | Apr 15 14:56:05 devstack neutron-openvswitch-agent[55913]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-c4f6e3ef-cab0-4292-b92b-125cec42d04e None None] Agent rpc_loop - iteration:19 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.003 2025-04-15 14:56:06.117 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 14:56:06.119 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-dhcp.service 2025-04-15 14:56:06.128 | enabled 2025-04-15 14:56:06.131 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-dhcp.service --no-pager 2025-04-15 14:56:06.145 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service 2025-04-15 14:56:06.145 | Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled) 2025-04-15 14:56:06.145 | Active: active (running) since Tue 2025-04-15 14:55:22 UTC; 44s ago 2025-04-15 14:56:06.145 | Main PID: 56359 (neutron-dhcp-ag) 2025-04-15 14:56:06.145 | Tasks: 13 (limit: 19125) 2025-04-15 14:56:06.145 | Memory: 400.1M 2025-04-15 14:56:06.145 | CPU: 8.594s 2025-04-15 14:56:06.145 | CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service 2025-04-15 14:56:06.145 | ├─56359 "neutron-dhcp-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini)" 2025-04-15 14:56:06.145 | ├─57714 /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/tmpj16uczw4/privsep.sock 2025-04-15 14:56:06.145 | ├─57754 /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/tmp3bs1p1mz/privsep.sock 2025-04-15 14:56:06.145 | ├─57815 /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/tmpkie6y__6/privsep.sock 2025-04-15 14:56:06.145 | ├─57935 sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-15 14:56:06.145 | ├─57936 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-15 14:56:06.145 | └─57948 dnsmasq --no-hosts --no-resolv --pid-file=/opt/stack/data/neutron/dhcp/eedc2402-804a-4ea7-9baf-883257a7f69f/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/eedc2402-804a-4ea7-9baf-883257a7f69f/host --addn-hosts=/opt/stack/data/neutron/dhcp/eedc2402-804a-4ea7-9baf-883257a7f69f/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/eedc2402-804a-4ea7-9baf-883257a7f69f/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/eedc2402-804a-4ea7-9baf-883257a7f69f/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-f8f02388-b5c2-4fd3-9f5e-d90c3be4cddc,192.168.128.0,static,255.255.255.192,86400s --dhcp-option-force=option:mtu,8950 --dhcp-lease-max=64 --conf-file=/dev/null --server=147.204.9.200 --server=147.204.9.201 --domain=openstacklocal 2025-04-15 14:56:06.145 | 2025-04-15 14:56:06.145 | Apr 15 14:55:38 devstack neutron-dhcp-agent[56359]: INFO neutron.agent.dhcp.agent [None req-77e317ea-6511-48f9-b656-c3738f9a0c24 None None] DHCP configuration for ports {'c4de3c00-b85f-46bb-8a15-d03902a5e3c6'} is completed 2025-04-15 14:56:06.145 | Apr 15 14:55:39 devstack neutron-dhcp-agent[56359]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _network_create called with arguments ({'network': {'id': 'f579e065-8c4b-4f1c-b8ac-da459a775315'}, 'priority': 0},) {} {{(pid=56359) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2025-04-15 14:56:06.146 | Apr 15 14:55:39 devstack neutron-dhcp-agent[56359]: DEBUG oslo_concurrency.lockutils [None req-57e7c3f3-e37c-4cbe-9ea4-abb5acde44b5 None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=56359) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:404}} 2025-04-15 14:56:06.146 | Apr 15 14:55:39 devstack neutron-dhcp-agent[56359]: DEBUG oslo_concurrency.lockutils [None req-57e7c3f3-e37c-4cbe-9ea4-abb5acde44b5 None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=56359) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:409}} 2025-04-15 14:56:06.146 | Apr 15 14:55:39 devstack neutron-dhcp-agent[56359]: DEBUG oslo_concurrency.lockutils [None req-57e7c3f3-e37c-4cbe-9ea4-abb5acde44b5 None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=56359) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:423}} 2025-04-15 14:56:06.146 | Apr 15 14:55:39 devstack neutron-dhcp-agent[56359]: DEBUG neutron.agent.dhcp.agent [None req-57e7c3f3-e37c-4cbe-9ea4-abb5acde44b5 None None] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _subnet_update called with arguments ({'subnet': {'id': '9e7a321d-fdf1-4636-9340-3ce7ee295ed2', 'name': 'public-subnet', 'tenant_id': '5a4ecdc8fa4e4b078442345c010e5680', 'network_id': 'f579e065-8c4b-4f1c-b8ac-da459a775315', '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-15T14:55:39Z', 'updated_at': '2025-04-15T14:55:39Z', 'revision_number': 0, 'project_id': '5a4ecdc8fa4e4b078442345c010e5680', 'network': {'id': 'f579e065-8c4b-4f1c-b8ac-da459a775315', 'name': 'public', 'tenant_id': '5a4ecdc8fa4e4b078442345c010e5680', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': ['9e7a321d-fdf1-4636-9340-3ce7ee295ed2'], '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-15T14:55:36Z', 'updated_at': '2025-04-15T14:55:39Z', 'revision_number': 2, 'project_id': '5a4ecdc8fa4e4b078442345c010e5680', 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 1001}}, 'priority': 3},) {} {{(pid=56359) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2025-04-15 14:56:06.146 | Apr 15 14:55:39 devstack neutron-dhcp-agent[56359]: DEBUG oslo_concurrency.lockutils [None req-ea0c5d91-b36d-4729-9bd5-d8174324ad74 None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=56359) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:404}} 2025-04-15 14:56:06.146 | Apr 15 14:55:39 devstack neutron-dhcp-agent[56359]: DEBUG oslo_concurrency.lockutils [None req-ea0c5d91-b36d-4729-9bd5-d8174324ad74 None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=56359) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:409}} 2025-04-15 14:56:06.146 | Apr 15 14:55:39 devstack neutron-dhcp-agent[56359]: DEBUG oslo_concurrency.lockutils [None req-ea0c5d91-b36d-4729-9bd5-d8174324ad74 None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=56359) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:423}} 2025-04-15 14:56:06.146 | Apr 15 14:55:41 devstack neutron-dhcp-agent[56359]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_create called with arguments (,) {} {{(pid=56359) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2025-04-15 14:56:06.149 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 14:56:06.151 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-l3.service 2025-04-15 14:56:06.160 | enabled 2025-04-15 14:56:06.164 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-l3.service --no-pager 2025-04-15 14:56:06.177 | ● devstack@q-l3.service - Devstack devstack@q-l3.service 2025-04-15 14:56:06.177 | Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled) 2025-04-15 14:56:06.177 | Active: active (running) since Tue 2025-04-15 14:55:23 UTC; 43s ago 2025-04-15 14:56:06.177 | Main PID: 56819 (neutron-l3-agen) 2025-04-15 14:56:06.177 | Tasks: 22 (limit: 19125) 2025-04-15 14:56:06.177 | Memory: 405.3M 2025-04-15 14:56:06.177 | CPU: 8.641s 2025-04-15 14:56:06.177 | CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service 2025-04-15 14:56:06.177 | ├─56819 "neutron-l3-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini)" 2025-04-15 14:56:06.177 | ├─57674 /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/tmpcngfhb_6/privsep.sock 2025-04-15 14:56:06.177 | ├─58129 /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/tmpnintw2hy/privsep.sock 2025-04-15 14:56:06.177 | ├─58141 /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/tmp99ve_ppi/privsep.sock 2025-04-15 14:56:06.177 | ├─58367 sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-15 14:56:06.177 | ├─58373 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-15 14:56:06.177 | └─58645 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/40537815-f01b-4a01-ae0d-4ef20dddd623.conf 2025-04-15 14:56:06.177 | 2025-04-15 14:56:06.177 | Apr 15 14:55:46 devstack neutron-l3-agent[56819]: DEBUG oslo.privsep.daemon [-] privsep: reply[94921dd7-4cd3-4fd4-b3b9-8884757a6ea9]: (4, ('ARPING 10.180.180.177 from 10.180.180.177 qg-05ec9ee0-1a\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=58129) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-15 14:56:06.177 | Apr 15 14:55:47 devstack neutron-l3-agent[56819]: DEBUG oslo.privsep.daemon [-] privsep: reply[2cfc61d7-a0f4-47a9-a134-2100203d21df]: (4, ('ARPING 10.180.180.177 from 10.180.180.177 qg-05ec9ee0-1a\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=58129) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-15 14:56:06.177 | Apr 15 14:55:48 devstack neutron-l3-agent[56819]: DEBUG oslo.privsep.daemon [-] privsep: reply[5ecd8503-aa3c-4b83-b807-d0bdbd9488a8]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-c4de3c00-b8\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=58129) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-15 14:56:06.178 | Apr 15 14:55:49 devstack neutron-l3-agent[56819]: DEBUG oslo.privsep.daemon [-] privsep: reply[5ee746e8-8a24-4db1-8dd3-c1264fb52b8d]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-c4de3c00-b8\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=58129) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-15 14:56:06.178 | Apr 15 14:55:50 devstack neutron-l3-agent[56819]: DEBUG oslo.privsep.daemon [-] privsep: reply[50ea8977-c28a-4559-bd57-a4160faa9699]: (4, ('ARPING 10.180.180.177 from 10.180.180.177 qg-05ec9ee0-1a\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=58129) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-15 14:56:06.178 | Apr 15 14:55:51 devstack neutron-l3-agent[56819]: DEBUG oslo.privsep.daemon [-] privsep: reply[9699cb82-8631-43c9-a5b5-2bb163ece23e]: (4, ('ARPING 10.180.180.177 from 10.180.180.177 qg-05ec9ee0-1a\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=58129) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-15 14:56:06.178 | Apr 15 14:55:52 devstack neutron-l3-agent[56819]: DEBUG oslo.privsep.daemon [-] privsep: reply[d50ad8bc-5701-4d9f-81a7-be0b2180f547]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-c4de3c00-b8\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=58129) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-15 14:56:06.178 | Apr 15 14:55:53 devstack neutron-l3-agent[56819]: DEBUG oslo.privsep.daemon [-] privsep: reply[df7870cf-4e22-443d-8250-d82aef61a326]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-c4de3c00-b8\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=58129) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-15 14:56:06.178 | Apr 15 14:55:54 devstack neutron-l3-agent[56819]: DEBUG oslo.privsep.daemon [-] privsep: reply[272c39e0-2c35-4ec1-8b3c-7294f7aca05b]: (4, ('ARPING 10.180.180.177 from 10.180.180.177 qg-05ec9ee0-1a\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=58129) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-15 14:56:06.178 | Apr 15 14:55:55 devstack neutron-l3-agent[56819]: DEBUG oslo.privsep.daemon [-] privsep: reply[687f5709-0a7c-48a6-96b5-d8837e02ccf1]: (4, ('ARPING 10.180.180.177 from 10.180.180.177 qg-05ec9ee0-1a\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=58129) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-15 14:56:06.180 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 14:56:06.182 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-meta.service 2025-04-15 14:56:06.194 | enabled 2025-04-15 14:56:06.198 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-meta.service --no-pager 2025-04-15 14:56:06.209 | ● devstack@q-meta.service - Devstack devstack@q-meta.service 2025-04-15 14:56:06.209 | Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled) 2025-04-15 14:56:06.209 | Active: active (running) since Tue 2025-04-15 14:55:24 UTC; 41s ago 2025-04-15 14:56:06.209 | Main PID: 57261 (neutron-metadat) 2025-04-15 14:56:06.209 | Tasks: 3 (limit: 19125) 2025-04-15 14:56:06.209 | Memory: 117.1M 2025-04-15 14:56:06.209 | CPU: 1.915s 2025-04-15 14:56:06.209 | CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service 2025-04-15 14:56:06.209 | ├─57261 "neutron-metadata-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2025-04-15 14:56:06.209 | ├─57469 "neutron-metadata-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2025-04-15 14:56:06.209 | └─57470 "neutron-metadata-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2025-04-15 14:56:06.209 | 2025-04-15 14:56:06.209 | Apr 15 14:55:26 devstack neutron-metadata-agent[57261]: DEBUG oslo_service.service [None req-fac71911-8ae2-49c2-8556-eab365d52535 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=57261) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 14:56:06.209 | Apr 15 14:55:26 devstack neutron-metadata-agent[57261]: DEBUG oslo_service.service [None req-fac71911-8ae2-49c2-8556-eab365d52535 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=57261) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 14:56:06.210 | Apr 15 14:55:26 devstack neutron-metadata-agent[57261]: DEBUG oslo_service.service [None req-fac71911-8ae2-49c2-8556-eab365d52535 None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=57261) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 14:56:06.210 | Apr 15 14:55:26 devstack neutron-metadata-agent[57261]: DEBUG oslo_service.service [None req-fac71911-8ae2-49c2-8556-eab365d52535 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=57261) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 14:56:06.210 | Apr 15 14:55:26 devstack neutron-metadata-agent[57261]: DEBUG oslo_service.service [None req-fac71911-8ae2-49c2-8556-eab365d52535 None None] oslo_messaging_rabbit.ssl_version = {{(pid=57261) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 14:56:06.210 | Apr 15 14:55:26 devstack neutron-metadata-agent[57261]: DEBUG oslo_service.service [None req-fac71911-8ae2-49c2-8556-eab365d52535 None None] oslo_messaging_notifications.driver = [] {{(pid=57261) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 14:56:06.210 | Apr 15 14:55:26 devstack neutron-metadata-agent[57261]: DEBUG oslo_service.service [None req-fac71911-8ae2-49c2-8556-eab365d52535 None None] oslo_messaging_notifications.retry = -1 {{(pid=57261) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 14:56:06.210 | Apr 15 14:55:26 devstack neutron-metadata-agent[57261]: DEBUG oslo_service.service [None req-fac71911-8ae2-49c2-8556-eab365d52535 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=57261) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 14:56:06.210 | Apr 15 14:55:26 devstack neutron-metadata-agent[57261]: DEBUG oslo_service.service [None req-fac71911-8ae2-49c2-8556-eab365d52535 None None] oslo_messaging_notifications.transport_url = **** {{(pid=57261) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 14:56:06.210 | Apr 15 14:55:26 devstack neutron-metadata-agent[57261]: DEBUG oslo_service.service [None req-fac71911-8ae2-49c2-8556-eab365d52535 None None] ******************************************************************************** {{(pid=57261) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-04-15 14:56:06.213 | + stack.sh:main:1460 : is_service_enabled n-api 2025-04-15 14:56:06.227 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:56:06.229 | + stack.sh:main:1461 : is_service_enabled n-cpu 2025-04-15 14:56:06.243 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:56:06.245 | + stack.sh:main:1468 : echo_summary 'SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment.' 2025-04-15 14:56:06.248 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 14:56:06.250 | + stack.sh:echo_summary:461 : echo -e SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment. 2025-04-15 14:56:06.252 | + stack.sh:main:1475 : /opt/stack/data/venv/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2025-04-15 14:56:06.707 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-15 14:56:08.077 | +--------------------------------------------------------------------+ 2025-04-15 14:56:08.077 | | Upgrade Check Results | 2025-04-15 14:56:08.077 | +--------------------------------------------------------------------+ 2025-04-15 14:56:08.077 | | Check: Cells v2 | 2025-04-15 14:56:08.077 | | Result: Success | 2025-04-15 14:56:08.077 | | Details: No host mappings or compute nodes were found. Remember to | 2025-04-15 14:56:08.077 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2025-04-15 14:56:08.077 | | compute hosts are deployed. | 2025-04-15 14:56:08.077 | +--------------------------------------------------------------------+ 2025-04-15 14:56:08.077 | | Check: Placement API | 2025-04-15 14:56:08.077 | | Result: Success | 2025-04-15 14:56:08.077 | | Details: None | 2025-04-15 14:56:08.077 | +--------------------------------------------------------------------+ 2025-04-15 14:56:08.077 | | Check: Cinder API | 2025-04-15 14:56:08.077 | | Result: Success | 2025-04-15 14:56:08.077 | | Details: None | 2025-04-15 14:56:08.077 | +--------------------------------------------------------------------+ 2025-04-15 14:56:08.077 | | Check: Policy File JSON to YAML Migration | 2025-04-15 14:56:08.077 | | Result: Success | 2025-04-15 14:56:08.077 | | Details: None | 2025-04-15 14:56:08.077 | +--------------------------------------------------------------------+ 2025-04-15 14:56:08.077 | | Check: Older than N-1 computes | 2025-04-15 14:56:08.077 | | Result: Success | 2025-04-15 14:56:08.077 | | Details: None | 2025-04-15 14:56:08.077 | +--------------------------------------------------------------------+ 2025-04-15 14:56:08.077 | | Check: hw_machine_type unset | 2025-04-15 14:56:08.077 | | Result: Success | 2025-04-15 14:56:08.077 | | Details: None | 2025-04-15 14:56:08.077 | +--------------------------------------------------------------------+ 2025-04-15 14:56:08.077 | | Check: Service User Token Configuration | 2025-04-15 14:56:08.077 | | Result: Success | 2025-04-15 14:56:08.077 | | Details: None | 2025-04-15 14:56:08.077 | +--------------------------------------------------------------------+ 2025-04-15 14:56:08.399 | + stack.sh:main:1482 : [[ -x /opt/stack/devstack/local.sh ]] 2025-04-15 14:56:08.402 | + stack.sh:main:1493 : command openstack complete 2025-04-15 14:56:08.402 | + stack.sh:main:1494 : sudo tee /etc/bash_completion.d/osc.bash_completion 2025-04-15 14:56:09.727 | + stack.sh:main:1497 : is_service_enabled cinder 2025-04-15 14:56:09.741 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:56:09.744 | + stack.sh:main:1498 : is_ubuntu 2025-04-15 14:56:09.746 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 14:56:09.748 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 14:56:09.750 | + stack.sh:main:1499 : echo_summary 'Configuring lvm.conf global device filter' 2025-04-15 14:56:09.752 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 14:56:09.754 | + stack.sh:echo_summary:461 : echo -e Configuring lvm.conf global device filter 2025-04-15 14:56:09.756 | + stack.sh:main:1500 : set_lvm_filter 2025-04-15 14:56:09.758 | + lib/lvm:set_lvm_filter:189 : local 'filter_suffix="r|.*|" ] # from devstack' 2025-04-15 14:56:09.760 | + lib/lvm:set_lvm_filter:190 : local 'filter_string=global_filter = [ ' 2025-04-15 14:56:09.762 | + lib/lvm:set_lvm_filter:191 : local pv 2025-04-15 14:56:09.764 | + lib/lvm:set_lvm_filter:192 : local vg 2025-04-15 14:56:09.766 | + lib/lvm:set_lvm_filter:193 : local line 2025-04-15 14:56:09.769 | ++ lib/lvm:set_lvm_filter:195 : sudo pvs --noheadings -o name 2025-04-15 14:56:09.816 | + lib/lvm:set_lvm_filter:200 : filter_string='global_filter = [ "r|.*|" ] # from devstack' 2025-04-15 14:56:09.818 | + lib/lvm:set_lvm_filter:202 : clean_lvm_filter 2025-04-15 14:56:09.820 | + lib/lvm:clean_lvm_filter:177 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2025-04-15 14:56:09.832 | + lib/lvm:set_lvm_filter:203 : sudo sed -i '/# global_filter = \[.*\]/a\ global_filter = [ "r|.*|" ] # from devstack' /etc/lvm/lvm.conf 2025-04-15 14:56:09.842 | + lib/lvm:set_lvm_filter:204 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "r|.*|" ] # from devstack' 2025-04-15 14:56:09.844 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 14:56:09.846 | + stack.sh:echo_summary:461 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"r|.*|"' ']' '#' from devstack 2025-04-15 14:56:09.849 | + stack.sh:main:1510 : run_phase stack test-config 2025-04-15 14:56:09.851 | + functions-common:run_phase:1828 : local mode=stack 2025-04-15 14:56:09.853 | + functions-common:run_phase:1829 : local phase=test-config 2025-04-15 14:56:09.855 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-15 14:56:09.857 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-15 14:56:09.859 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-15 14:56:09.861 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-15 14:56:09.863 | + functions-common:run_phase:1838 : local extra 2025-04-15 14:56:09.866 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-15 14:56:09.869 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-15 14:56:09.871 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-15 14:56:09.873 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-15 14:56:09.875 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack test-config 2025-04-15 14:56:09.877 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-15 14:56:09.890 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:56:09.892 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-15 14:56:09.894 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-15 14:56:09.896 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2025-04-15 14:56:09.898 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-15 14:56:09.900 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-15 14:56:09.902 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-04-15 14:56:09.905 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2025-04-15 14:56:09.907 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2025-04-15 14:56:09.908 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2025-04-15 14:56:09.910 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2025-04-15 14:56:09.912 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2025-04-15 14:56:09.914 | ++ extras.d/80-tempest.sh:source:20 : async_wait install_tempest 2025-04-15 14:56:09.948 | [3532 Async install_tempest:34224]: Waiting for completion of install_tempest running on PID 34224 (1 other jobs running) 2025-04-15 14:56:09.965 | [3532 Async install_tempest:34224]: Signaling child to exit 2025-04-15 14:56:09.965 | WAKEUP 2025-04-15 14:56:09.980 | [3532 Async install_tempest:34224]: Signaled 2025-04-15 14:56:09.981 | ++ lib/tempest:install_tempest:858 : git_clone https://opendev.org/openstack/tempest.git /opt/stack//tempest master 2025-04-15 14:56:09.981 | ++ functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/tempest.git 2025-04-15 14:56:09.981 | ++ functions-common:git_clone:573 : local git_dest=/opt/stack//tempest 2025-04-15 14:56:09.981 | ++ functions-common:git_clone:574 : local git_ref=master 2025-04-15 14:56:09.981 | ++ functions-common:git_clone:575 : local orig_dir 2025-04-15 14:56:09.981 | +++ functions-common:git_clone:576 : pwd 2025-04-15 14:56:09.981 | ++ functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-15 14:56:09.981 | ++ functions-common:git_clone:577 : local git_clone_flags= 2025-04-15 14:56:09.981 | +++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-15 14:56:09.981 | ++ functions-common:git_clone:579 : RECLONE=False 2025-04-15 14:56:09.981 | ++ functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-15 14:56:09.981 | ++ functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-15 14:56:09.981 | ++ functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-15 14:56:09.981 | ++ functions-common:git_clone:593 : echo master 2025-04-15 14:56:09.981 | ++ functions-common:git_clone:593 : egrep -q '^refs' 2025-04-15 14:56:09.981 | ++ functions-common:git_clone:607 : [[ ! -d /opt/stack//tempest ]] 2025-04-15 14:56:09.981 | ++ functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-15 14:56:09.981 | ++ functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2025-04-15 14:56:09.981 | ++ functions-common:git_timed:680 : local count=0 2025-04-15 14:56:09.981 | ++ functions-common:git_timed:681 : local timeout=0 2025-04-15 14:56:09.981 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 14:56:09.981 | ++ functions-common:git_timed:684 : timeout=0 2025-04-15 14:56:09.981 | ++ functions-common:git_timed:687 : time_start git_timed 2025-04-15 14:56:09.981 | ++ functions-common:time_start:2386 : local name=git_timed 2025-04-15 14:56:09.981 | ++ functions-common:time_start:2387 : local start_time= 2025-04-15 14:56:09.981 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:56:09.981 | +++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:56:09.981 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1744728765605 2025-04-15 14:56:09.981 | ++ functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2025-04-15 14:56:09.981 | Cloning into '/opt/stack//tempest'... 2025-04-15 14:56:09.981 | ++ functions-common:git_timed:702 : time_stop git_timed 2025-04-15 14:56:09.981 | ++ functions-common:time_stop:2400 : local name 2025-04-15 14:56:09.981 | ++ functions-common:time_stop:2401 : local end_time 2025-04-15 14:56:09.981 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:56:09.981 | ++ functions-common:time_stop:2403 : local total 2025-04-15 14:56:09.981 | ++ functions-common:time_stop:2404 : local start_time 2025-04-15 14:56:09.981 | ++ functions-common:time_stop:2406 : name=git_timed 2025-04-15 14:56:09.981 | ++ functions-common:time_stop:2407 : start_time=1744728765605 2025-04-15 14:56:09.981 | ++ functions-common:time_stop:2409 : [[ -z 1744728765605 ]] 2025-04-15 14:56:09.981 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:56:09.981 | ++ functions-common:time_stop:2412 : end_time=1744728767758 2025-04-15 14:56:09.981 | ++ functions-common:time_stop:2413 : elapsed_time=2153 2025-04-15 14:56:09.981 | ++ functions-common:time_stop:2414 : total=52605 2025-04-15 14:56:09.981 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:56:09.981 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=54758 2025-04-15 14:56:09.982 | ++ functions-common:git_clone:614 : cd /opt/stack//tempest 2025-04-15 14:56:09.982 | ++ functions-common:git_clone:615 : git_timed fetch --depth 10 origin master 2025-04-15 14:56:09.982 | ++ functions-common:git_timed:680 : local count=0 2025-04-15 14:56:09.982 | ++ functions-common:git_timed:681 : local timeout=0 2025-04-15 14:56:09.982 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 14:56:09.982 | ++ functions-common:git_timed:684 : timeout=0 2025-04-15 14:56:09.982 | ++ functions-common:git_timed:687 : time_start git_timed 2025-04-15 14:56:09.982 | ++ functions-common:time_start:2386 : local name=git_timed 2025-04-15 14:56:09.982 | ++ functions-common:time_start:2387 : local start_time= 2025-04-15 14:56:09.982 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:56:09.982 | +++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:56:09.982 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1744728767792 2025-04-15 14:56:09.982 | ++ functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin master 2025-04-15 14:56:09.982 | From https://opendev.org/openstack/tempest 2025-04-15 14:56:09.982 | * branch master -> FETCH_HEAD 2025-04-15 14:56:09.982 | ++ functions-common:git_timed:702 : time_stop git_timed 2025-04-15 14:56:09.982 | ++ functions-common:time_stop:2400 : local name 2025-04-15 14:56:09.982 | ++ functions-common:time_stop:2401 : local end_time 2025-04-15 14:56:09.982 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:56:09.982 | ++ functions-common:time_stop:2403 : local total 2025-04-15 14:56:09.982 | ++ functions-common:time_stop:2404 : local start_time 2025-04-15 14:56:09.982 | ++ functions-common:time_stop:2406 : name=git_timed 2025-04-15 14:56:09.982 | ++ functions-common:time_stop:2407 : start_time=1744728767792 2025-04-15 14:56:09.982 | ++ functions-common:time_stop:2409 : [[ -z 1744728767792 ]] 2025-04-15 14:56:09.982 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:56:09.982 | ++ functions-common:time_stop:2412 : end_time=1744728768697 2025-04-15 14:56:09.982 | ++ functions-common:time_stop:2413 : elapsed_time=905 2025-04-15 14:56:09.982 | ++ functions-common:time_stop:2414 : total=54758 2025-04-15 14:56:09.982 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:56:09.982 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=55663 2025-04-15 14:56:09.982 | ++ functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-15 14:56:09.982 | ++ functions-common:git_timed:680 : local count=0 2025-04-15 14:56:09.983 | ++ functions-common:git_timed:681 : local timeout=0 2025-04-15 14:56:09.983 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 14:56:09.983 | ++ functions-common:git_timed:684 : timeout=0 2025-04-15 14:56:09.983 | ++ functions-common:git_timed:687 : time_start git_timed 2025-04-15 14:56:09.983 | ++ functions-common:time_start:2386 : local name=git_timed 2025-04-15 14:56:09.983 | ++ functions-common:time_start:2387 : local start_time= 2025-04-15 14:56:09.983 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 14:56:09.983 | +++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 14:56:09.983 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1744728768726 2025-04-15 14:56:09.983 | ++ functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-15 14:56:09.983 | Note: switching to 'FETCH_HEAD'. 2025-04-15 14:56:09.983 | 2025-04-15 14:56:09.983 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-15 14:56:09.983 | changes and commit them, and you can discard any commits you make in this 2025-04-15 14:56:09.983 | state without impacting any branches by switching back to a branch. 2025-04-15 14:56:09.983 | 2025-04-15 14:56:09.983 | If you want to create a new branch to retain commits you create, you may 2025-04-15 14:56:09.983 | do so (now or later) by using -c with the switch command. Example: 2025-04-15 14:56:09.983 | 2025-04-15 14:56:09.983 | git switch -c 2025-04-15 14:56:09.983 | 2025-04-15 14:56:09.983 | Or undo this operation with: 2025-04-15 14:56:09.983 | 2025-04-15 14:56:09.983 | git switch - 2025-04-15 14:56:09.983 | 2025-04-15 14:56:09.983 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-15 14:56:09.983 | 2025-04-15 14:56:09.983 | HEAD is now at 60364b3 Revert "Adds tests for resize server for swap" 2025-04-15 14:56:09.983 | ++ functions-common:git_timed:702 : time_stop git_timed 2025-04-15 14:56:09.983 | ++ functions-common:time_stop:2400 : local name 2025-04-15 14:56:09.983 | ++ functions-common:time_stop:2401 : local end_time 2025-04-15 14:56:09.983 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:56:09.983 | ++ functions-common:time_stop:2403 : local total 2025-04-15 14:56:09.983 | ++ functions-common:time_stop:2404 : local start_time 2025-04-15 14:56:09.983 | ++ functions-common:time_stop:2406 : name=git_timed 2025-04-15 14:56:09.983 | ++ functions-common:time_stop:2407 : start_time=1744728768726 2025-04-15 14:56:09.983 | ++ functions-common:time_stop:2409 : [[ -z 1744728768726 ]] 2025-04-15 14:56:09.983 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:56:09.983 | ++ functions-common:time_stop:2412 : end_time=1744728768825 2025-04-15 14:56:09.983 | ++ functions-common:time_stop:2413 : elapsed_time=99 2025-04-15 14:56:09.983 | ++ functions-common:time_stop:2414 : total=55663 2025-04-15 14:56:09.983 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:56:09.983 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=55762 2025-04-15 14:56:09.983 | ++ functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//tempest 2025-04-15 14:56:09.983 | ++ functions-common:git_clone:655 : cd /opt/stack//tempest 2025-04-15 14:56:09.983 | ++ functions-common:git_clone:656 : git show --oneline 2025-04-15 14:56:09.983 | ++ functions-common:git_clone:656 : head -1 2025-04-15 14:56:09.983 | 60364b3 Revert "Adds tests for resize server for swap" 2025-04-15 14:56:09.984 | ++ functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-15 14:56:09.984 | ++ lib/tempest:install_tempest:864 : pip_install 'tox!=2.8.0,<4.0.0' 2025-04-15 14:56:09.984 | Using python 3.10 to install tox!=2.8.0,<4.0.0 2025-04-15 14:56:09.984 | ++ inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt 'tox!=2.8.0,<4.0.0' 2025-04-15 14:56:09.984 | Collecting tox!=2.8.0,<4.0.0 2025-04-15 14:56:09.984 | Using cached tox-3.28.0-py2.py3-none-any.whl.metadata (7.8 kB) 2025-04-15 14:56:09.984 | Collecting filelock>=3.0.0 (from tox!=2.8.0,<4.0.0) 2025-04-15 14:56:09.984 | Using cached filelock-3.12.0-py3-none-any.whl.metadata (2.5 kB) 2025-04-15 14:56:09.984 | Requirement already satisfied: packaging>=14 in /opt/stack/data/venv/lib/python3.10/site-packages (from tox!=2.8.0,<4.0.0) (23.1) 2025-04-15 14:56:09.984 | Collecting pluggy>=0.12.0 (from tox!=2.8.0,<4.0.0) 2025-04-15 14:56:09.984 | Using cached pluggy-1.0.0-py2.py3-none-any.whl.metadata (4.3 kB) 2025-04-15 14:56:09.984 | Collecting py>=1.4.17 (from tox!=2.8.0,<4.0.0) 2025-04-15 14:56:09.984 | Using cached py-1.11.0-py2.py3-none-any.whl.metadata (2.8 kB) 2025-04-15 14:56:09.984 | Requirement already satisfied: six>=1.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tox!=2.8.0,<4.0.0) (1.16.0) 2025-04-15 14:56:09.984 | Collecting virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0 (from tox!=2.8.0,<4.0.0) 2025-04-15 14:56:09.984 | Using cached virtualenv-20.22.0-py3-none-any.whl.metadata (4.1 kB) 2025-04-15 14:56:09.984 | Collecting tomli>=2.0.1 (from tox!=2.8.0,<4.0.0) 2025-04-15 14:56:09.984 | Using cached tomli-2.0.1-py3-none-any.whl.metadata (8.9 kB) 2025-04-15 14:56:09.984 | Collecting distlib<1,>=0.3.6 (from virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0->tox!=2.8.0,<4.0.0) 2025-04-15 14:56:09.984 | Using cached distlib-0.3.6-py2.py3-none-any.whl.metadata (5.1 kB) 2025-04-15 14:56:09.984 | Collecting platformdirs<4,>=3.2 (from virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0->tox!=2.8.0,<4.0.0) 2025-04-15 14:56:09.984 | Using cached platformdirs-3.2.0-py3-none-any.whl.metadata (9.5 kB) 2025-04-15 14:56:09.984 | Using cached tox-3.28.0-py2.py3-none-any.whl (86 kB) 2025-04-15 14:56:09.984 | Using cached filelock-3.12.0-py3-none-any.whl (10 kB) 2025-04-15 14:56:09.984 | Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB) 2025-04-15 14:56:09.984 | Using cached py-1.11.0-py2.py3-none-any.whl (98 kB) 2025-04-15 14:56:09.984 | Using cached tomli-2.0.1-py3-none-any.whl (12 kB) 2025-04-15 14:56:09.984 | Using cached virtualenv-20.22.0-py3-none-any.whl (3.2 MB) 2025-04-15 14:56:09.984 | Using cached distlib-0.3.6-py2.py3-none-any.whl (468 kB) 2025-04-15 14:56:09.984 | Using cached platformdirs-3.2.0-py3-none-any.whl (14 kB) 2025-04-15 14:56:09.984 | Installing collected packages: distlib, tomli, py, pluggy, platformdirs, filelock, virtualenv, tox 2025-04-15 14:56:09.984 | Successfully installed distlib-0.3.6 filelock-3.12.0 platformdirs-3.2.0 pluggy-1.0.0 py-1.11.0 tomli-2.0.1 tox-3.28.0 virtualenv-20.22.0 2025-04-15 14:56:09.984 | ++ inc/python:pip_install:222 : result=0 2025-04-15 14:56:09.984 | ++ inc/python:pip_install:224 : time_stop pip_install 2025-04-15 14:56:09.984 | ++ functions-common:time_stop:2400 : local name 2025-04-15 14:56:09.984 | ++ functions-common:time_stop:2401 : local end_time 2025-04-15 14:56:09.984 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:56:09.984 | ++ functions-common:time_stop:2403 : local total 2025-04-15 14:56:09.984 | ++ functions-common:time_stop:2404 : local start_time 2025-04-15 14:56:09.984 | ++ functions-common:time_stop:2406 : name=pip_install 2025-04-15 14:56:09.984 | ++ functions-common:time_stop:2407 : start_time=1744728768870 2025-04-15 14:56:09.984 | ++ functions-common:time_stop:2409 : [[ -z 1744728768870 ]] 2025-04-15 14:56:09.984 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:56:09.984 | ++ functions-common:time_stop:2412 : end_time=1744728772052 2025-04-15 14:56:09.984 | ++ functions-common:time_stop:2413 : elapsed_time=3182 2025-04-15 14:56:09.984 | ++ functions-common:time_stop:2414 : total=83427 2025-04-15 14:56:09.984 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:56:09.984 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=86609 2025-04-15 14:56:09.984 | ++ inc/python:pip_install:225 : return 0 2025-04-15 14:56:09.984 | ++ lib/tempest:install_tempest:865 : pushd /opt/stack//tempest 2025-04-15 14:56:09.984 | ~/tempest ~/devstack 2025-04-15 14:56:09.984 | ++ lib/tempest:install_tempest:869 : git checkout master 2025-04-15 14:56:09.984 | Switched to branch 'master' 2025-04-15 14:56:09.984 | Your branch is up to date with 'origin/master'. 2025-04-15 14:56:09.984 | ++ lib/tempest:install_tempest:871 : local tmp_u_c_m 2025-04-15 14:56:09.984 | +++ lib/tempest:install_tempest:872 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2025-04-15 14:56:09.984 | ++ lib/tempest:install_tempest:872 : tmp_u_c_m=/tmp/tempest_u_c_m.1P42GIrzNF 2025-04-15 14:56:09.984 | ++ lib/tempest:install_tempest:873 : set_tempest_venv_constraints /tmp/tempest_u_c_m.1P42GIrzNF 2025-04-15 14:56:09.984 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2025-04-15 14:56:09.984 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.1P42GIrzNF 2025-04-15 14:56:09.984 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2025-04-15 14:56:09.984 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2025-04-15 14:56:09.984 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2025-04-15 14:56:09.984 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-15 14:56:09.984 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-15 14:56:09.984 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-15 14:56:09.984 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-15 14:56:09.984 | ++ lib/tempest:install_tempest:875 : tox -r --notest -efull 2025-04-15 14:56:09.984 | full create: /opt/stack/tempest/.tox/tempest 2025-04-15 14:56:09.984 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2025-04-15 14:56:09.984 | full develop-inst: /opt/stack/tempest 2025-04-15 14:56:09.984 | full installed: attrs==25.1.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2025.1.31,cffi==1.17.1,charset-normalizer==3.4.1,cliff==4.9.1,cmd2==2.5.11,cryptography==43.0.3,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.2.4.post1,idna==3.10,iso8601==2.1.0,jsonschema==4.23.0,jsonschema-specifications==2024.10.1,msgpack==1.1.0,netaddr==1.3.0,oslo.concurrency==7.1.0,oslo.config==9.7.1,oslo.context==5.7.1,oslo.i18n==6.5.1,oslo.log==7.1.0,oslo.serialization==5.7.0,oslo.utils==8.2.0,packaging==24.2,paramiko==3.5.1,pbr==6.1.1,prettytable==3.14.0,psutil==7.0.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.2.1,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.36.2,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.23.1,six==1.17.0,stestr==4.1.0,stevedore==5.4.1,-e git+https://opendev.org/openstack/tempest.git@60364b39f174749bd5bd255016fc6584ded1f66c#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,typing_extensions==4.12.2,tzdata==2025.1,urllib3==1.26.20,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.17.2 2025-04-15 14:56:09.984 | ___________________________________ summary ____________________________________ 2025-04-15 14:56:09.984 | full: skipped tests 2025-04-15 14:56:09.984 | congratulations :) 2025-04-15 14:56:09.984 | ++ lib/tempest:install_tempest:879 : /opt/stack//tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.1P42GIrzNF -r requirements.txt 2025-04-15 14:56:09.984 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 1)) (6.1.1) 2025-04-15 14:56:09.985 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 2)) (4.9.1) 2025-04-15 14:56:09.985 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 3)) (4.23.0) 2025-04-15 14:56:09.985 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (2.7.2) 2025-04-15 14:56:09.985 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 5)) (3.5.1) 2025-04-15 14:56:09.985 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (43.0.3) 2025-04-15 14:56:09.985 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (1.3.0) 2025-04-15 14:56:09.985 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (7.1.0) 2025-04-15 14:56:09.985 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (9.7.1) 2025-04-15 14:56:09.985 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (7.1.0) 2025-04-15 14:56:09.985 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (4.1.0) 2025-04-15 14:56:09.985 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (5.7.0) 2025-04-15 14:56:09.985 | Requirement already satisfied: oslo.utils>=7.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (8.2.0) 2025-04-15 14:56:09.985 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 14)) (4.2.4.post1) 2025-04-15 14:56:09.985 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 15)) (6.0.2) 2025-04-15 14:56:09.985 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (1.4.4) 2025-04-15 14:56:09.985 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 17)) (5.4.1) 2025-04-15 14:56:09.985 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (3.14.0) 2025-04-15 14:56:09.985 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 19)) (1.26.20) 2025-04-15 14:56:09.985 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (3.0.0) 2025-04-15 14:56:09.985 | Requirement already satisfied: defusedxml>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (0.7.1) 2025-04-15 14:56:09.985 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (0.19) 2025-04-15 14:56:09.985 | Requirement already satisfied: testscenarios>=0.5.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 23)) (0.5.0) 2025-04-15 14:56:09.985 | Requirement already satisfied: setuptools in ./.tox/tempest/lib/python3.10/site-packages (from pbr!=2.1.0,>=2.0.0->-r requirements.txt (line 1)) (67.6.1) 2025-04-15 14:56:09.985 | Requirement already satisfied: autopage>=0.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 2)) (0.5.2) 2025-04-15 14:56:09.985 | Requirement already satisfied: cmd2>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 2)) (2.5.11) 2025-04-15 14:56:09.985 | Requirement already satisfied: attrs>=22.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (25.1.0) 2025-04-15 14:56:09.985 | Requirement already satisfied: jsonschema-specifications>=2023.03.6 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (2024.10.1) 2025-04-15 14:56:09.985 | Requirement already satisfied: referencing>=0.28.4 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (0.36.2) 2025-04-15 14:56:09.985 | Requirement already satisfied: rpds-py>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (0.23.1) 2025-04-15 14:56:09.985 | Requirement already satisfied: bcrypt>=3.2 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 5)) (4.0.1) 2025-04-15 14:56:09.986 | Requirement already satisfied: pynacl>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 5)) (1.5.0) 2025-04-15 14:56:09.986 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 6)) (1.17.1) 2025-04-15 14:56:09.986 | Requirement already satisfied: oslo.i18n>=3.15.3 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->-r requirements.txt (line 8)) (6.5.1) 2025-04-15 14:56:09.986 | Requirement already satisfied: rfc3986>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 9)) (2.0.0) 2025-04-15 14:56:09.986 | Requirement already satisfied: requests>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 9)) (2.32.3) 2025-04-15 14:56:09.986 | Requirement already satisfied: oslo.context>=2.21.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 10)) (5.7.1) 2025-04-15 14:56:09.986 | Requirement already satisfied: python-dateutil>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 10)) (2.9.0.post0) 2025-04-15 14:56:09.986 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 11)) (0.15.2) 2025-04-15 14:56:09.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-15 14:56:09.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-15 14:56:09.986 | Requirement already satisfied: msgpack>=0.5.2 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 12)) (1.1.0) 2025-04-15 14:56:09.986 | Requirement already satisfied: tzdata>=2022.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 12)) (2025.1) 2025-04-15 14:56:09.986 | Requirement already satisfied: iso8601>=0.1.11 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (2.1.0) 2025-04-15 14:56:09.986 | Requirement already satisfied: pyparsing>=2.1.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (3.2.1) 2025-04-15 14:56:09.986 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (24.2) 2025-04-15 14:56:09.986 | Requirement already satisfied: psutil>=3.2.2 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (7.0.0) 2025-04-15 14:56:09.986 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.10/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 18)) (0.2.13) 2025-04-15 14:56:09.986 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 20)) (1.17.2) 2025-04-15 14:56:09.986 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 6)) (2.22) 2025-04-15 14:56:09.986 | Requirement already satisfied: pyperclip>=1.8 in ./.tox/tempest/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 2)) (1.9.0) 2025-04-15 14:56:09.986 | Requirement already satisfied: six>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from python-dateutil>=2.7.0->oslo.log>=3.36.0->-r requirements.txt (line 10)) (1.17.0) 2025-04-15 14:56:09.986 | Requirement already satisfied: typing-extensions>=4.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from referencing>=0.28.4->jsonschema>=3.2.0->-r requirements.txt (line 3)) (4.12.2) 2025-04-15 14:56:09.986 | Requirement already satisfied: charset-normalizer<4,>=2 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 9)) (3.4.1) 2025-04-15 14:56:09.986 | Requirement already satisfied: idna<4,>=2.5 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 9)) (3.10) 2025-04-15 14:56:09.986 | Requirement already satisfied: certifi>=2017.4.17 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 9)) (2025.1.31) 2025-04-15 14:56:09.986 | WARNING: There was an error checking the latest version of pip. 2025-04-15 14:56:09.986 | ++ lib/tempest:install_tempest:880 : PROJECT_VENV["tempest"]=/opt/stack//tempest/.tox/tempest 2025-04-15 14:56:09.986 | ++ lib/tempest:install_tempest:881 : rm -f /tmp/tempest_u_c_m.1P42GIrzNF 2025-04-15 14:56:09.986 | ++ lib/tempest:install_tempest:882 : popd 2025-04-15 14:56:09.986 | ~/devstack 2025-04-15 14:56:10.011 | [3532 Async install_tempest:34224]: finished install_tempest with result 0 in 22 seconds 2025-04-15 14:56:10.014 | ++ inc/async:async_wait:197 : return 0 2025-04-15 14:56:10.016 | ++ extras.d/80-tempest.sh:source:21 : echo_summary 'Initializing Tempest' 2025-04-15 14:56:10.018 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 14:56:10.020 | ++ stack.sh:echo_summary:461 : echo -e Initializing Tempest 2025-04-15 14:56:10.022 | ++ extras.d/80-tempest.sh:source:22 : configure_tempest 2025-04-15 14:56:10.024 | ++ lib/tempest:configure_tempest:189 : [[ False == \T\r\u\e ]] 2025-04-15 14:56:10.026 | ++ lib/tempest:configure_tempest:193 : pip_install_gr testrepository 2025-04-15 14:56:10.028 | ++ inc/python:pip_install_gr:94 : local name=testrepository 2025-04-15 14:56:10.029 | ++ inc/python:pip_install_gr:95 : local clean_name 2025-04-15 14:56:10.032 | +++ inc/python:pip_install_gr:96 : get_from_global_requirements testrepository 2025-04-15 14:56:10.033 | +++ inc/python:get_from_global_requirements:247 : local package=testrepository 2025-04-15 14:56:10.035 | +++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-15 14:56:10.038 | ++++ inc/python:get_from_global_requirements:249 : grep -i -h '^testrepository' /opt/stack//requirements/global-requirements.txt 2025-04-15 14:56:10.038 | ++++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-15 14:56:10.041 | +++ inc/python:get_from_global_requirements:249 : required_pkg='testrepository ' 2025-04-15 14:56:10.043 | +++ inc/python:get_from_global_requirements:250 : [[ testrepository == '' ]] 2025-04-15 14:56:10.045 | +++ inc/python:get_from_global_requirements:253 : echo testrepository 2025-04-15 14:56:10.047 | ++ inc/python:pip_install_gr:96 : clean_name=testrepository 2025-04-15 14:56:10.048 | ++ inc/python:pip_install_gr:97 : pip_install testrepository 2025-04-15 14:56:10.063 | Using python 3.10 to install testrepository 2025-04-15 14:56:10.065 | ++ inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt testrepository 2025-04-15 14:56:11.111 | Collecting testrepository 2025-04-15 14:56:11.111 | Using cached testrepository-0.0.20-py3-none-any.whl 2025-04-15 14:56:11.148 | Requirement already satisfied: fixtures in /opt/stack/data/venv/lib/python3.10/site-packages (from testrepository) (4.0.1) 2025-04-15 14:56:11.149 | Requirement already satisfied: python-subunit>=0.0.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from testrepository) (1.4.2) 2025-04-15 14:56:11.149 | Requirement already satisfied: testtools>=0.9.30 in /opt/stack/data/venv/lib/python3.10/site-packages (from testrepository) (2.6.0) 2025-04-15 14:56:11.155 | Requirement already satisfied: extras in /opt/stack/data/venv/lib/python3.10/site-packages (from python-subunit>=0.0.18->testrepository) (1.0.0) 2025-04-15 14:56:11.159 | Requirement already satisfied: pbr>=0.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from testtools>=0.9.30->testrepository) (5.11.1) 2025-04-15 14:56:12.204 | Installing collected packages: testrepository 2025-04-15 14:56:12.311 | Successfully installed testrepository-0.0.20 2025-04-15 14:56:12.411 | ++ inc/python:pip_install:222 : result=0 2025-04-15 14:56:12.413 | ++ inc/python:pip_install:224 : time_stop pip_install 2025-04-15 14:56:12.415 | ++ functions-common:time_stop:2400 : local name 2025-04-15 14:56:12.417 | ++ functions-common:time_stop:2401 : local end_time 2025-04-15 14:56:12.419 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-15 14:56:12.421 | ++ functions-common:time_stop:2403 : local total 2025-04-15 14:56:12.423 | ++ functions-common:time_stop:2404 : local start_time 2025-04-15 14:56:12.424 | ++ functions-common:time_stop:2406 : name=pip_install 2025-04-15 14:56:12.426 | ++ functions-common:time_stop:2407 : start_time=1744728970059 2025-04-15 14:56:12.428 | ++ functions-common:time_stop:2409 : [[ -z 1744728970059 ]] 2025-04-15 14:56:12.430 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 14:56:12.433 | ++ functions-common:time_stop:2412 : end_time=1744728972431 2025-04-15 14:56:12.435 | ++ functions-common:time_stop:2413 : elapsed_time=2372 2025-04-15 14:56:12.437 | ++ functions-common:time_stop:2414 : total=99764 2025-04-15 14:56:12.438 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 14:56:12.440 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=102136 2025-04-15 14:56:12.442 | ++ inc/python:pip_install:225 : return 0 2025-04-15 14:56:12.444 | ++ lib/tempest:configure_tempest:196 : local image_lines 2025-04-15 14:56:12.445 | ++ lib/tempest:configure_tempest:197 : local images 2025-04-15 14:56:12.447 | ++ lib/tempest:configure_tempest:198 : local num_images 2025-04-15 14:56:12.449 | ++ lib/tempest:configure_tempest:199 : local image_uuid 2025-04-15 14:56:12.451 | ++ lib/tempest:configure_tempest:200 : local image_uuid_alt 2025-04-15 14:56:12.452 | ++ lib/tempest:configure_tempest:201 : local password 2025-04-15 14:56:12.454 | ++ lib/tempest:configure_tempest:202 : local line 2025-04-15 14:56:12.456 | ++ lib/tempest:configure_tempest:203 : local flavors 2025-04-15 14:56:12.458 | ++ lib/tempest:configure_tempest:204 : local available_flavors 2025-04-15 14:56:12.459 | ++ lib/tempest:configure_tempest:205 : local flavors_ref 2025-04-15 14:56:12.461 | ++ lib/tempest:configure_tempest:206 : local flavor_lines 2025-04-15 14:56:12.463 | ++ lib/tempest:configure_tempest:207 : local flavor_ref_size 2025-04-15 14:56:12.464 | ++ lib/tempest:configure_tempest:208 : local flavor_ref_alt_size 2025-04-15 14:56:12.466 | ++ lib/tempest:configure_tempest:209 : local public_network_id 2025-04-15 14:56:12.468 | ++ lib/tempest:configure_tempest:210 : local public_router_id 2025-04-15 14:56:12.469 | ++ lib/tempest:configure_tempest:211 : local ssh_connect_method=floating 2025-04-15 14:56:12.471 | ++ lib/tempest:configure_tempest:212 : local disk 2025-04-15 14:56:12.473 | ++ lib/tempest:configure_tempest:215 : ifs=' 2025-04-15 14:56:12.473 | ' 2025-04-15 14:56:12.475 | ++ lib/tempest:configure_tempest:225 : declare -a images 2025-04-15 14:56:12.477 | ++ lib/tempest:configure_tempest:227 : is_service_enabled glance 2025-04-15 14:56:12.489 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:56:12.491 | ++ lib/tempest:configure_tempest:228 : get_active_images images image_uuid 2025-04-15 14:56:12.492 | ++ lib/tempest:get_active_images:154 : declare -n img_array=images 2025-04-15 14:56:12.494 | ++ lib/tempest:get_active_images:155 : declare -n img_id=image_uuid 2025-04-15 14:56:12.495 | ++ lib/tempest:get_active_images:158 : img_array=() 2025-04-15 14:56:12.498 | ++ lib/tempest:get_active_images:160 : read -r IMAGE_NAME IMAGE_UUID 2025-04-15 14:56:12.498 | +++ lib/tempest:get_active_images:153 : oscwrap --os-cloud devstack-admin image list --property status=active 2025-04-15 14:56:12.499 | +++ lib/tempest:get_active_images:153 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2025-04-15 14:56:13.661 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:56:13.664 | ++ lib/tempest:get_active_images:161 : '[' 'cirros-d240228-sparse;paraVirtual;vmxnet3' = '' ']' 2025-04-15 14:56:13.666 | ++ lib/tempest:get_active_images:164 : img_array+=($IMAGE_UUID) 2025-04-15 14:56:13.668 | ++ lib/tempest:get_active_images:160 : read -r IMAGE_NAME IMAGE_UUID 2025-04-15 14:56:13.670 | ++ lib/tempest:configure_tempest:230 : (( 1 < 1 )) 2025-04-15 14:56:13.672 | ++ lib/tempest:configure_tempest:244 : case "${#images[*]}" in 2025-04-15 14:56:13.673 | ++ lib/tempest:configure_tempest:250 : '[' -z '' ']' 2025-04-15 14:56:13.675 | ++ lib/tempest:configure_tempest:251 : image_uuid=13c369d1-6ecf-4ea9-ad58-89c54e154782 2025-04-15 14:56:13.677 | ++ lib/tempest:configure_tempest:253 : image_uuid_alt=13c369d1-6ecf-4ea9-ad58-89c54e154782 2025-04-15 14:56:13.679 | ++ lib/tempest:configure_tempest:275 : sudo install -d -o stack /opt/stack//tempest/etc 2025-04-15 14:56:13.688 | ++ lib/tempest:configure_tempest:276 : rm -f /opt/stack//tempest/etc/tempest.conf 2025-04-15 14:56:13.691 | ++ lib/tempest:configure_tempest:278 : local password=nomoresecret 2025-04-15 14:56:13.693 | ++ lib/tempest:configure_tempest:281 : local admin_username=admin 2025-04-15 14:56:13.695 | ++ lib/tempest:configure_tempest:282 : local admin_project_name=admin 2025-04-15 14:56:13.696 | ++ lib/tempest:configure_tempest:283 : local admin_domain_name=Default 2025-04-15 14:56:13.699 | ++ lib/tempest:configure_tempest:284 : local alt_username=alt_demo 2025-04-15 14:56:13.700 | ++ lib/tempest:configure_tempest:285 : local alt_project_name=alt_demo 2025-04-15 14:56:13.702 | ++ lib/tempest:configure_tempest:286 : local admin_project_id 2025-04-15 14:56:13.705 | +++ lib/tempest:configure_tempest:287 : oscwrap --os-cloud devstack-admin project list 2025-04-15 14:56:13.705 | +++ lib/tempest:configure_tempest:287 : awk '/ admin / { print $2 }' 2025-04-15 14:56:14.800 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:56:14.803 | ++ lib/tempest:configure_tempest:287 : admin_project_id=5a4ecdc8fa4e4b078442345c010e5680 2025-04-15 14:56:14.805 | ++ lib/tempest:configure_tempest:289 : is_service_enabled nova 2025-04-15 14:56:14.818 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:56:14.820 | +++ lib/tempest:configure_tempest:292 : oscwrap --os-cloud devstack-admin flavor list 2025-04-15 14:56:15.934 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:56:15.937 | ++ lib/tempest:configure_tempest:292 : available_flavors='+----+-----------+-------+------+-----------+-------+-----------+ 2025-04-15 14:56:15.937 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-04-15 14:56:15.937 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-15 14:56:15.937 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-04-15 14:56:15.937 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-04-15 14:56:15.937 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-04-15 14:56:15.937 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-04-15 14:56:15.937 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-04-15 14:56:15.937 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-04-15 14:56:15.937 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-04-15 14:56:15.937 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-04-15 14:56:15.937 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-04-15 14:56:15.937 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-04-15 14:56:15.937 | +----+-----------+-------+------+-----------+-------+-----------+' 2025-04-15 14:56:15.939 | ++ lib/tempest:configure_tempest:293 : [[ -z '' ]] 2025-04-15 14:56:15.941 | ++ lib/tempest:configure_tempest:294 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-15 14:56:15.941 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-04-15 14:56:15.941 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-15 14:56:15.941 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-04-15 14:56:15.941 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-04-15 14:56:15.941 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-04-15 14:56:15.941 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-04-15 14:56:15.941 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-04-15 14:56:15.941 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-04-15 14:56:15.941 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-04-15 14:56:15.941 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-04-15 14:56:15.941 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-04-15 14:56:15.941 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-04-15 14:56:15.941 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.nano ]] 2025-04-15 14:56:15.943 | +++ lib/tempest:configure_tempest:296 : image_size_in_gib 13c369d1-6ecf-4ea9-ad58-89c54e154782 2025-04-15 14:56:15.945 | +++ lib/tempest:image_size_in_gib:119 : local size 2025-04-15 14:56:15.947 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show 13c369d1-6ecf-4ea9-ad58-89c54e154782 -c size -f value 2025-04-15 14:56:17.050 | ++++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:56:17.052 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2025-04-15 14:56:17.055 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2025-04-15 14:56:17.055 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2025-04-15 14:56:17.082 | ++ lib/tempest:configure_tempest:296 : disk=1 2025-04-15 14:56:17.084 | ++ lib/tempest:configure_tempest:297 : openstack --os-cloud devstack-admin flavor create --id 42 --ram 128 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.nano 2025-04-15 14:56:18.096 | +----------------------------+-----------------------+ 2025-04-15 14:56:18.096 | | Field | Value | 2025-04-15 14:56:18.096 | +----------------------------+-----------------------+ 2025-04-15 14:56:18.096 | | OS-FLV-DISABLED:disabled | False | 2025-04-15 14:56:18.096 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-15 14:56:18.096 | | description | None | 2025-04-15 14:56:18.096 | | disk | 1 | 2025-04-15 14:56:18.096 | | id | 42 | 2025-04-15 14:56:18.096 | | name | m1.nano | 2025-04-15 14:56:18.096 | | os-flavor-access:is_public | True | 2025-04-15 14:56:18.096 | | properties | hw_rng:allowed='True' | 2025-04-15 14:56:18.096 | | ram | 128 | 2025-04-15 14:56:18.096 | | rxtx_factor | 1.0 | 2025-04-15 14:56:18.096 | | swap | 0 | 2025-04-15 14:56:18.096 | | vcpus | 1 | 2025-04-15 14:56:18.096 | +----------------------------+-----------------------+ 2025-04-15 14:56:18.225 | ++ lib/tempest:configure_tempest:299 : flavor_ref=42 2025-04-15 14:56:18.227 | ++ lib/tempest:configure_tempest:300 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-15 14:56:18.228 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-04-15 14:56:18.228 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-15 14:56:18.228 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-04-15 14:56:18.228 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-04-15 14:56:18.228 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-04-15 14:56:18.228 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-04-15 14:56:18.228 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-04-15 14:56:18.228 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-04-15 14:56:18.228 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-04-15 14:56:18.228 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-04-15 14:56:18.228 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-04-15 14:56:18.228 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-04-15 14:56:18.228 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.micro ]] 2025-04-15 14:56:18.230 | +++ lib/tempest:configure_tempest:302 : image_size_in_gib 13c369d1-6ecf-4ea9-ad58-89c54e154782 2025-04-15 14:56:18.232 | +++ lib/tempest:image_size_in_gib:119 : local size 2025-04-15 14:56:18.234 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show 13c369d1-6ecf-4ea9-ad58-89c54e154782 -c size -f value 2025-04-15 14:56:19.367 | ++++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:56:19.369 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2025-04-15 14:56:19.371 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2025-04-15 14:56:19.371 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2025-04-15 14:56:19.399 | ++ lib/tempest:configure_tempest:302 : disk=1 2025-04-15 14:56:19.401 | ++ lib/tempest:configure_tempest:303 : openstack --os-cloud devstack-admin flavor create --id 84 --ram 192 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.micro 2025-04-15 14:56:20.411 | +----------------------------+-----------------------+ 2025-04-15 14:56:20.411 | | Field | Value | 2025-04-15 14:56:20.411 | +----------------------------+-----------------------+ 2025-04-15 14:56:20.411 | | OS-FLV-DISABLED:disabled | False | 2025-04-15 14:56:20.411 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-15 14:56:20.411 | | description | None | 2025-04-15 14:56:20.411 | | disk | 1 | 2025-04-15 14:56:20.411 | | id | 84 | 2025-04-15 14:56:20.411 | | name | m1.micro | 2025-04-15 14:56:20.411 | | os-flavor-access:is_public | True | 2025-04-15 14:56:20.411 | | properties | hw_rng:allowed='True' | 2025-04-15 14:56:20.411 | | ram | 192 | 2025-04-15 14:56:20.411 | | rxtx_factor | 1.0 | 2025-04-15 14:56:20.411 | | swap | 0 | 2025-04-15 14:56:20.411 | | vcpus | 1 | 2025-04-15 14:56:20.411 | +----------------------------+-----------------------+ 2025-04-15 14:56:20.547 | ++ lib/tempest:configure_tempest:305 : flavor_ref_alt=84 2025-04-15 14:56:20.549 | ++ lib/tempest:configure_tempest:354 : iniset /opt/stack//tempest/etc/tempest.conf network project_network_cidr 192.168.128.0/17 2025-04-15 14:56:20.575 | ++ lib/tempest:configure_tempest:356 : ssh_connect_method=floating 2025-04-15 14:56:20.576 | ++ lib/tempest:configure_tempest:362 : [[ True == \T\r\u\e ]] 2025-04-15 14:56:20.578 | ++ lib/tempest:configure_tempest:362 : is_networking_extension_supported external-net 2025-04-15 14:56:20.580 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=external-net 2025-04-15 14:56:20.583 | +++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2025-04-15 14:56:21.736 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:56:21.739 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-15 14:56:21.739 | address-scope 2025-04-15 14:56:21.739 | router-admin-state-down-before-update 2025-04-15 14:56:21.739 | agent 2025-04-15 14:56:21.739 | agent-resources-synced 2025-04-15 14:56:21.739 | allowed-address-pairs 2025-04-15 14:56:21.739 | auto-allocated-topology 2025-04-15 14:56:21.739 | availability_zone 2025-04-15 14:56:21.739 | availability_zone_filter 2025-04-15 14:56:21.739 | default-subnetpools 2025-04-15 14:56:21.739 | dhcp_agent_scheduler 2025-04-15 14:56:21.739 | dvr 2025-04-15 14:56:21.739 | empty-string-filtering 2025-04-15 14:56:21.739 | external-net 2025-04-15 14:56:21.739 | extra_dhcp_opt 2025-04-15 14:56:21.739 | extraroute 2025-04-15 14:56:21.739 | extraroute-atomic 2025-04-15 14:56:21.739 | filter-validation 2025-04-15 14:56:21.739 | floating-ip-port-forwarding-detail 2025-04-15 14:56:21.739 | fip-port-details 2025-04-15 14:56:21.739 | flavors 2025-04-15 14:56:21.739 | floatingip-pools 2025-04-15 14:56:21.739 | ip-substring-filtering 2025-04-15 14:56:21.739 | router 2025-04-15 14:56:21.740 | ext-gw-mode 2025-04-15 14:56:21.740 | l3-ha 2025-04-15 14:56:21.740 | l3-flavors 2025-04-15 14:56:21.740 | l3-port-ip-change-not-allowed 2025-04-15 14:56:21.740 | l3_agent_scheduler 2025-04-15 14:56:21.740 | multi-provider 2025-04-15 14:56:21.740 | net-mtu 2025-04-15 14:56:21.740 | net-mtu-writable 2025-04-15 14:56:21.740 | network_availability_zone 2025-04-15 14:56:21.740 | network_ha 2025-04-15 14:56:21.740 | network-ip-availability 2025-04-15 14:56:21.740 | pagination 2025-04-15 14:56:21.740 | port-device-profile 2025-04-15 14:56:21.740 | port-mac-override 2025-04-15 14:56:21.740 | port-mac-address-regenerate 2025-04-15 14:56:21.740 | port-numa-affinity-policy 2025-04-15 14:56:21.740 | binding 2025-04-15 14:56:21.740 | binding-extended 2025-04-15 14:56:21.740 | port-security 2025-04-15 14:56:21.740 | project-id 2025-04-15 14:56:21.740 | provider 2025-04-15 14:56:21.740 | quota-check-limit 2025-04-15 14:56:21.740 | quotas 2025-04-15 14:56:21.740 | quota_details 2025-04-15 14:56:21.740 | rbac-policies 2025-04-15 14:56:21.740 | rbac-address-group 2025-04-15 14:56:21.740 | rbac-address-scope 2025-04-15 14:56:21.740 | rbac-security-groups 2025-04-15 14:56:21.740 | rbac-subnetpool 2025-04-15 14:56:21.740 | revision-if-match 2025-04-15 14:56:21.740 | standard-attr-revisions 2025-04-15 14:56:21.740 | router_availability_zone 2025-04-15 14:56:21.740 | security-groups-default-rules 2025-04-15 14:56:21.740 | security-groups-normalized-cidr 2025-04-15 14:56:21.740 | port-security-groups-filtering 2025-04-15 14:56:21.740 | security-groups-remote-address-group 2025-04-15 14:56:21.740 | security-groups-shared-filtering 2025-04-15 14:56:21.740 | security-group 2025-04-15 14:56:21.741 | service-type 2025-04-15 14:56:21.741 | sorting 2025-04-15 14:56:21.741 | standard-attr-description 2025-04-15 14:56:21.741 | stateful-security-group 2025-04-15 14:56:21.741 | subnet_onboard 2025-04-15 14:56:21.741 | subnet-service-types 2025-04-15 14:56:21.741 | subnet_allocation 2025-04-15 14:56:21.741 | subnetpool-prefix-ops 2025-04-15 14:56:21.741 | standard-attr-tag 2025-04-15 14:56:21.741 | standard-attr-timestamp 2025-04-15 14:56:21.741 | nsxt-ops' 2025-04-15 14:56:21.741 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-15 14:56:21.741 | address-scope 2025-04-15 14:56:21.741 | router-admin-state-down-before-update 2025-04-15 14:56:21.741 | agent 2025-04-15 14:56:21.741 | agent-resources-synced 2025-04-15 14:56:21.741 | allowed-address-pairs 2025-04-15 14:56:21.741 | auto-allocated-topology 2025-04-15 14:56:21.741 | availability_zone 2025-04-15 14:56:21.741 | availability_zone_filter 2025-04-15 14:56:21.741 | default-subnetpools 2025-04-15 14:56:21.741 | dhcp_agent_scheduler 2025-04-15 14:56:21.741 | dvr 2025-04-15 14:56:21.741 | empty-string-filtering 2025-04-15 14:56:21.741 | external-net 2025-04-15 14:56:21.741 | extra_dhcp_opt 2025-04-15 14:56:21.741 | extraroute 2025-04-15 14:56:21.741 | extraroute-atomic 2025-04-15 14:56:21.741 | filter-validation 2025-04-15 14:56:21.741 | floating-ip-port-forwarding-detail 2025-04-15 14:56:21.741 | fip-port-details 2025-04-15 14:56:21.741 | flavors 2025-04-15 14:56:21.741 | floatingip-pools 2025-04-15 14:56:21.741 | ip-substring-filtering 2025-04-15 14:56:21.741 | router 2025-04-15 14:56:21.741 | ext-gw-mode 2025-04-15 14:56:21.741 | l3-ha 2025-04-15 14:56:21.741 | l3-flavors 2025-04-15 14:56:21.741 | l3-port-ip-change-not-allowed 2025-04-15 14:56:21.741 | l3_agent_scheduler 2025-04-15 14:56:21.741 | multi-provider 2025-04-15 14:56:21.741 | net-mtu 2025-04-15 14:56:21.741 | net-mtu-writable 2025-04-15 14:56:21.741 | network_availability_zone 2025-04-15 14:56:21.741 | network_ha 2025-04-15 14:56:21.741 | network-ip-availability 2025-04-15 14:56:21.741 | pagination 2025-04-15 14:56:21.741 | port-device-profile 2025-04-15 14:56:21.741 | port-mac-override 2025-04-15 14:56:21.741 | port-mac-address-regenerate 2025-04-15 14:56:21.741 | port-numa-affinity-policy 2025-04-15 14:56:21.741 | binding 2025-04-15 14:56:21.741 | binding-extended 2025-04-15 14:56:21.741 | port-security 2025-04-15 14:56:21.741 | project-id 2025-04-15 14:56:21.741 | provider 2025-04-15 14:56:21.741 | quota-check-limit 2025-04-15 14:56:21.741 | quotas 2025-04-15 14:56:21.741 | quota_details 2025-04-15 14:56:21.741 | rbac-policies 2025-04-15 14:56:21.741 | rbac-address-group 2025-04-15 14:56:21.741 | rbac-address-scope 2025-04-15 14:56:21.741 | rbac-security-groups 2025-04-15 14:56:21.741 | rbac-subnetpool 2025-04-15 14:56:21.741 | revision-if-match 2025-04-15 14:56:21.741 | standard-attr-revisions 2025-04-15 14:56:21.741 | router_availability_zone 2025-04-15 14:56:21.741 | security-groups-default-rules 2025-04-15 14:56:21.741 | security-groups-normalized-cidr 2025-04-15 14:56:21.741 | port-security-groups-filtering 2025-04-15 14:56:21.741 | security-groups-remote-address-group 2025-04-15 14:56:21.741 | security-groups-shared-filtering 2025-04-15 14:56:21.741 | security-group 2025-04-15 14:56:21.741 | service-type 2025-04-15 14:56:21.741 | sorting 2025-04-15 14:56:21.741 | standard-attr-description 2025-04-15 14:56:21.741 | stateful-security-group 2025-04-15 14:56:21.741 | subnet_onboard 2025-04-15 14:56:21.741 | subnet-service-types 2025-04-15 14:56:21.741 | subnet_allocation 2025-04-15 14:56:21.741 | subnetpool-prefix-ops 2025-04-15 14:56:21.741 | standard-attr-tag 2025-04-15 14:56:21.741 | standard-attr-timestamp 2025-04-15 14:56:21.741 | nsxt-ops =~ external-net ]] 2025-04-15 14:56:21.743 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-15 14:56:21.746 | +++ lib/tempest:configure_tempest:363 : oscwrap --os-cloud devstack-admin network show -f value -c id public 2025-04-15 14:56:22.925 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 14:56:22.927 | ++ lib/tempest:configure_tempest:363 : public_network_id=f579e065-8c4b-4f1c-b8ac-da459a775315 2025-04-15 14:56:22.929 | ++ lib/tempest:configure_tempest:365 : openstack --os-cloud devstack-admin --os-region RegionOne network create --share shared 2025-04-15 14:56:24.025 | +---------------------------+--------------------------------------+ 2025-04-15 14:56:24.025 | | Field | Value | 2025-04-15 14:56:24.025 | +---------------------------+--------------------------------------+ 2025-04-15 14:56:24.025 | | admin_state_up | UP | 2025-04-15 14:56:24.025 | | availability_zone_hints | | 2025-04-15 14:56:24.025 | | availability_zones | | 2025-04-15 14:56:24.025 | | created_at | 2025-04-15T14:56:23Z | 2025-04-15 14:56:24.025 | | description | | 2025-04-15 14:56:24.025 | | dns_domain | None | 2025-04-15 14:56:24.025 | | id | 793af814-3383-4069-99c4-f42052fee954 | 2025-04-15 14:56:24.025 | | ipv4_address_scope | None | 2025-04-15 14:56:24.025 | | ipv6_address_scope | None | 2025-04-15 14:56:24.025 | | is_default | False | 2025-04-15 14:56:24.025 | | is_vlan_transparent | None | 2025-04-15 14:56:24.025 | | mtu | 8950 | 2025-04-15 14:56:24.025 | | name | shared | 2025-04-15 14:56:24.025 | | port_security_enabled | True | 2025-04-15 14:56:24.025 | | project_id | 5a4ecdc8fa4e4b078442345c010e5680 | 2025-04-15 14:56:24.025 | | provider:network_type | vlan | 2025-04-15 14:56:24.025 | | provider:physical_network | default | 2025-04-15 14:56:24.025 | | provider:segmentation_id | 839 | 2025-04-15 14:56:24.025 | | qos_policy_id | None | 2025-04-15 14:56:24.025 | | revision_number | 1 | 2025-04-15 14:56:24.025 | | router:external | Internal | 2025-04-15 14:56:24.025 | | segments | None | 2025-04-15 14:56:24.025 | | shared | True | 2025-04-15 14:56:24.025 | | status | ACTIVE | 2025-04-15 14:56:24.025 | | subnets | | 2025-04-15 14:56:24.025 | | tags | | 2025-04-15 14:56:24.025 | | tenant_id | 5a4ecdc8fa4e4b078442345c010e5680 | 2025-04-15 14:56:24.025 | | updated_at | 2025-04-15T14:56:23Z | 2025-04-15 14:56:24.025 | +---------------------------+--------------------------------------+ 2025-04-15 14:56:24.160 | ++ lib/tempest:configure_tempest:366 : openstack --os-cloud devstack-admin --os-region RegionOne subnet create --description shared-subnet --subnet-range 192.168.233.0/24 --network shared shared-subnet 2025-04-15 14:56:25.336 | +----------------------+--------------------------------------+ 2025-04-15 14:56:25.336 | | Field | Value | 2025-04-15 14:56:25.336 | +----------------------+--------------------------------------+ 2025-04-15 14:56:25.336 | | allocation_pools | 192.168.233.2-192.168.233.254 | 2025-04-15 14:56:25.336 | | cidr | 192.168.233.0/24 | 2025-04-15 14:56:25.336 | | created_at | 2025-04-15T14:56:25Z | 2025-04-15 14:56:25.336 | | description | shared-subnet | 2025-04-15 14:56:25.336 | | dns_nameservers | | 2025-04-15 14:56:25.336 | | dns_publish_fixed_ip | None | 2025-04-15 14:56:25.336 | | enable_dhcp | True | 2025-04-15 14:56:25.336 | | gateway_ip | 192.168.233.1 | 2025-04-15 14:56:25.336 | | host_routes | | 2025-04-15 14:56:25.336 | | id | 34cd50b9-c33b-4fd3-9e59-12f6b6353d95 | 2025-04-15 14:56:25.336 | | ip_version | 4 | 2025-04-15 14:56:25.336 | | ipv6_address_mode | None | 2025-04-15 14:56:25.336 | | ipv6_ra_mode | None | 2025-04-15 14:56:25.336 | | name | shared-subnet | 2025-04-15 14:56:25.336 | | network_id | 793af814-3383-4069-99c4-f42052fee954 | 2025-04-15 14:56:25.336 | | project_id | 5a4ecdc8fa4e4b078442345c010e5680 | 2025-04-15 14:56:25.336 | | revision_number | 0 | 2025-04-15 14:56:25.336 | | segment_id | None | 2025-04-15 14:56:25.336 | | service_types | | 2025-04-15 14:56:25.336 | | subnetpool_id | None | 2025-04-15 14:56:25.336 | | tags | | 2025-04-15 14:56:25.336 | | updated_at | 2025-04-15T14:56:25Z | 2025-04-15 14:56:25.336 | +----------------------+--------------------------------------+ 2025-04-15 14:56:25.480 | ++ lib/tempest:configure_tempest:369 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_syslog False 2025-04-15 14:56:25.506 | ++ lib/tempest:configure_tempest:372 : iniset /opt/stack//tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2025-04-15 14:56:25.530 | ++ lib/tempest:configure_tempest:373 : mkdir -p /opt/stack/data/tempest 2025-04-15 14:56:25.533 | ++ lib/tempest:configure_tempest:374 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_stderr False 2025-04-15 14:56:25.555 | ++ lib/tempest:configure_tempest:375 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT log_file tempest.log 2025-04-15 14:56:25.578 | ++ lib/tempest:configure_tempest:376 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT debug True 2025-04-15 14:56:25.601 | ++ lib/tempest:configure_tempest:379 : iniset /opt/stack//tempest/etc/tempest.conf compute build_timeout 196 2025-04-15 14:56:25.631 | ++ lib/tempest:configure_tempest:380 : iniset /opt/stack//tempest/etc/tempest.conf volume build_timeout 196 2025-04-15 14:56:25.655 | ++ lib/tempest:configure_tempest:383 : iniset /opt/stack//tempest/etc/tempest.conf identity uri http://10.180.1.21/identity/v2.0/ 2025-04-15 14:56:25.679 | ++ lib/tempest:configure_tempest:384 : iniset /opt/stack//tempest/etc/tempest.conf identity uri_v3 http://10.180.1.21/identity/v3 2025-04-15 14:56:25.704 | ++ lib/tempest:configure_tempest:385 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2025-04-15 14:56:25.728 | ++ lib/tempest:configure_tempest:386 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_duration 10 2025-04-15 14:56:25.750 | ++ lib/tempest:configure_tempest:387 : iniset /opt/stack//tempest/etc/tempest.conf identity user_unique_last_password_count 2 2025-04-15 14:56:25.773 | ++ lib/tempest:configure_tempest:388 : [[ True == \T\r\u\e ]] 2025-04-15 14:56:25.775 | ++ lib/tempest:configure_tempest:389 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_username admin 2025-04-15 14:56:25.800 | ++ lib/tempest:configure_tempest:390 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_password nomoresecret 2025-04-15 14:56:25.822 | ++ lib/tempest:configure_tempest:391 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_project_name admin 2025-04-15 14:56:25.845 | ++ lib/tempest:configure_tempest:392 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_domain_name Default 2025-04-15 14:56:25.868 | ++ lib/tempest:configure_tempest:394 : '[' '' == True ']' 2025-04-15 14:56:25.870 | ++ lib/tempest:configure_tempest:399 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2025-04-15 14:56:25.895 | ++ lib/tempest:configure_tempest:401 : iniset /opt/stack//tempest/etc/tempest.conf identity auth_version v3 2025-04-15 14:56:25.918 | ++ lib/tempest:configure_tempest:402 : [[ '' != \v\2 ]] 2025-04-15 14:56:25.921 | ++ lib/tempest:configure_tempest:404 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2025-04-15 14:56:25.945 | ++ lib/tempest:configure_tempest:407 : is_service_enabled tls-proxy 2025-04-15 14:56:25.958 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:56:25.960 | ++ lib/tempest:configure_tempest:412 : [[ True = True ]] 2025-04-15 14:56:25.962 | ++ lib/tempest:configure_tempest:413 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2025-04-15 14:56:25.987 | ++ lib/tempest:configure_tempest:418 : is_service_enabled ldap 2025-04-15 14:56:25.999 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:56:26.001 | ++ lib/tempest:configure_tempest:424 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled project_tags True 2025-04-15 14:56:26.024 | ++ lib/tempest:configure_tempest:428 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2025-04-15 14:56:26.046 | ++ lib/tempest:configure_tempest:432 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled access_rules True 2025-04-15 14:56:26.069 | ++ lib/tempest:configure_tempest:437 : [[ ! -z '' ]] 2025-04-15 14:56:26.071 | ++ lib/tempest:configure_tempest:440 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled import_image False 2025-04-15 14:56:26.096 | ++ lib/tempest:configure_tempest:441 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled os_glance_reserved True 2025-04-15 14:56:26.119 | ++ lib/tempest:configure_tempest:442 : is_service_enabled g-api-r 2025-04-15 14:56:26.133 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:56:26.135 | ++ lib/tempest:configure_tempest:447 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref 13c369d1-6ecf-4ea9-ad58-89c54e154782 2025-04-15 14:56:26.158 | ++ lib/tempest:configure_tempest:448 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref_alt 13c369d1-6ecf-4ea9-ad58-89c54e154782 2025-04-15 14:56:26.181 | ++ lib/tempest:configure_tempest:449 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref 42 2025-04-15 14:56:26.205 | ++ lib/tempest:configure_tempest:450 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref_alt 84 2025-04-15 14:56:26.228 | ++ lib/tempest:configure_tempest:451 : iniset /opt/stack//tempest/etc/tempest.conf validation connect_method floating 2025-04-15 14:56:26.252 | ++ lib/tempest:configure_tempest:452 : is_service_enabled neutron 2025-04-15 14:56:26.264 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:56:26.266 | ++ lib/tempest:configure_tempest:460 : [[ -n '' ]] 2025-04-15 14:56:26.268 | ++ lib/tempest:configure_tempest:470 : local tempest_compute_min_microversion=None 2025-04-15 14:56:26.270 | ++ lib/tempest:configure_tempest:471 : local tempest_compute_max_microversion=2.95 2025-04-15 14:56:26.272 | ++ lib/tempest:configure_tempest:474 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2025-04-15 14:56:26.274 | ++ lib/tempest:configure_tempest:478 : '[' None == None ']' 2025-04-15 14:56:26.275 | ++ lib/tempest:configure_tempest:479 : inicomment /opt/stack//tempest/etc/tempest.conf compute min_microversion 2025-04-15 14:56:26.289 | ++ lib/tempest:configure_tempest:483 : '[' 2.95 == None ']' 2025-04-15 14:56:26.291 | ++ lib/tempest:configure_tempest:486 : iniset /opt/stack//tempest/etc/tempest.conf compute max_microversion 2.95 2025-04-15 14:56:26.314 | ++ lib/tempest:configure_tempest:489 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled personality False 2025-04-15 14:56:26.339 | ++ lib/tempest:configure_tempest:490 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled resize True 2025-04-15 14:56:26.363 | ++ lib/tempest:configure_tempest:491 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migration False 2025-04-15 14:56:26.387 | ++ lib/tempest:configure_tempest:492 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled change_password False 2025-04-15 14:56:26.411 | ++ lib/tempest:configure_tempest:493 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration False 2025-04-15 14:56:26.434 | ++ lib/tempest:configure_tempest:494 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2025-04-15 14:56:26.457 | ++ lib/tempest:configure_tempest:495 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume True 2025-04-15 14:56:26.487 | ++ lib/tempest:configure_tempest:498 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled hostname_fqdn_sanitization True 2025-04-15 14:56:26.509 | ++ lib/tempest:configure_tempest:500 : [[ -n ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2025-04-15 14:56:26.511 | ++ lib/tempest:configure_tempest:501 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled scheduler_enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2025-04-15 14:56:26.534 | ++ lib/tempest:configure_tempest:504 : [[ False == \T\r\u\e ]] 2025-04-15 14:56:26.536 | ++ lib/tempest:configure_tempest:508 : is_service_enabled n-novnc 2025-04-15 14:56:26.548 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:56:26.550 | ++ lib/tempest:configure_tempest:513 : iniset /opt/stack//tempest/etc/tempest.conf network project_networks_reachable false 2025-04-15 14:56:26.572 | ++ lib/tempest:configure_tempest:514 : iniset /opt/stack//tempest/etc/tempest.conf network public_network_id f579e065-8c4b-4f1c-b8ac-da459a775315 2025-04-15 14:56:26.595 | ++ lib/tempest:configure_tempest:515 : iniset /opt/stack//tempest/etc/tempest.conf network public_router_id '' 2025-04-15 14:56:26.617 | ++ lib/tempest:configure_tempest:516 : iniset /opt/stack//tempest/etc/tempest.conf network default_network 192.168.128.0/17 2025-04-15 14:56:26.639 | ++ lib/tempest:configure_tempest:517 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6 False 2025-04-15 14:56:26.663 | ++ lib/tempest:configure_tempest:518 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2025-04-15 14:56:26.686 | ++ lib/tempest:configure_tempest:519 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled port_security True 2025-04-15 14:56:26.708 | ++ lib/tempest:configure_tempest:521 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope neutron False 2025-04-15 14:56:26.732 | ++ lib/tempest:configure_tempest:524 : SCENARIO_IMAGE_DIR=/opt/stack/devstack/files 2025-04-15 14:56:26.734 | ++ lib/tempest:configure_tempest:525 : SCENARIO_IMAGE_FILE= 2025-04-15 14:56:26.736 | ++ lib/tempest:configure_tempest:526 : SCENARIO_IMAGE_TYPE=cirros 2025-04-15 14:56:26.738 | ++ lib/tempest:configure_tempest:527 : iniset /opt/stack//tempest/etc/tempest.conf scenario img_file /opt/stack/devstack/files/ 2025-04-15 14:56:26.762 | ++ lib/tempest:configure_tempest:531 : [[ cirros == \c\i\r\r\o\s ]] 2025-04-15 14:56:26.765 | +++ lib/tempest:configure_tempest:534 : echo 0.6.2 2025-04-15 14:56:26.765 | +++ lib/tempest:configure_tempest:534 : tr -d . 2025-04-15 14:56:26.768 | ++ lib/tempest:configure_tempest:534 : [[ 062 -ge 060 ]] 2025-04-15 14:56:26.770 | ++ lib/tempest:configure_tempest:535 : iniset /opt/stack//tempest/etc/tempest.conf scenario dhcp_client dhcpcd 2025-04-15 14:56:26.793 | ++ lib/tempest:configure_tempest:540 : TEMPEST_SSH_NETWORK_NAME=private 2025-04-15 14:56:26.794 | ++ lib/tempest:configure_tempest:541 : is_provider_network 2025-04-15 14:56:26.796 | ++ functions-common:is_provider_network:2249 : '[' '' == True ']' 2025-04-15 14:56:26.798 | ++ functions-common:is_provider_network:2252 : return 1 2025-04-15 14:56:26.800 | ++ lib/tempest:configure_tempest:545 : iniset /opt/stack//tempest/etc/tempest.conf validation run_validation True 2025-04-15 14:56:26.823 | ++ lib/tempest:configure_tempest:546 : iniset /opt/stack//tempest/etc/tempest.conf validation ip_version_for_ssh 4 2025-04-15 14:56:26.845 | ++ lib/tempest:configure_tempest:547 : iniset /opt/stack//tempest/etc/tempest.conf validation ssh_timeout 196 2025-04-15 14:56:26.868 | ++ lib/tempest:configure_tempest:548 : iniset /opt/stack//tempest/etc/tempest.conf validation image_ssh_user cirros 2025-04-15 14:56:26.891 | ++ lib/tempest:configure_tempest:549 : iniset /opt/stack//tempest/etc/tempest.conf validation image_alt_ssh_user cirros 2025-04-15 14:56:26.913 | ++ lib/tempest:configure_tempest:550 : iniset /opt/stack//tempest/etc/tempest.conf validation network_for_ssh private 2025-04-15 14:56:26.936 | ++ lib/tempest:configure_tempest:554 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-15 14:56:26.938 | +++ lib/tempest:configure_tempest:557 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2025-04-15 14:56:26.951 | ++ lib/tempest:configure_tempest:557 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_snapshot False 2025-04-15 14:56:26.975 | ++ lib/tempest:configure_tempest:559 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-15 14:56:26.977 | +++ lib/tempest:configure_tempest:562 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2025-04-15 14:56:26.990 | ++ lib/tempest:configure_tempest:562 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_volume False 2025-04-15 14:56:27.012 | ++ lib/tempest:configure_tempest:565 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-15 14:56:27.015 | +++ lib/tempest:configure_tempest:568 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2025-04-15 14:56:27.027 | ++ lib/tempest:configure_tempest:568 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume False 2025-04-15 14:56:27.049 | ++ lib/tempest:configure_tempest:570 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-15 14:56:27.052 | +++ lib/tempest:configure_tempest:573 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2025-04-15 14:56:27.064 | ++ lib/tempest:configure_tempest:573 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled volume_revert False 2025-04-15 14:56:27.086 | ++ lib/tempest:configure_tempest:574 : local tempest_volume_min_microversion=None 2025-04-15 14:56:27.088 | ++ lib/tempest:configure_tempest:575 : local tempest_volume_max_microversion=3.70 2025-04-15 14:56:27.090 | ++ lib/tempest:configure_tempest:576 : '[' None == None ']' 2025-04-15 14:56:27.092 | ++ lib/tempest:configure_tempest:577 : inicomment /opt/stack//tempest/etc/tempest.conf volume min_microversion 2025-04-15 14:56:27.106 | ++ lib/tempest:configure_tempest:582 : '[' 3.70 == None ']' 2025-04-15 14:56:27.107 | ++ lib/tempest:configure_tempest:585 : iniset /opt/stack//tempest/etc/tempest.conf volume max_microversion 3.70 2025-04-15 14:56:27.130 | ++ lib/tempest:configure_tempest:588 : is_service_enabled c-bak 2025-04-15 14:56:27.143 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:56:27.145 | ++ lib/tempest:configure_tempest:589 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled backup False 2025-04-15 14:56:27.167 | ++ lib/tempest:configure_tempest:595 : [[ -n vmdk:vsphere ]] 2025-04-15 14:56:27.169 | ++ lib/tempest:configure_tempest:595 : [[ vmdk:vsphere =~ .*,.* ]] 2025-04-15 14:56:27.171 | ++ lib/tempest:configure_tempest:615 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2025-04-15 14:56:27.173 | ++ lib/tempest:configure_tempest:619 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2025-04-15 14:56:27.175 | ++ lib/tempest:configure_tempest:624 : [[ False == \T\r\u\e ]] 2025-04-15 14:56:27.177 | ++ lib/tempest:configure_tempest:633 : local tempest_placement_min_microversion=None 2025-04-15 14:56:27.179 | ++ lib/tempest:configure_tempest:634 : local tempest_placement_max_microversion=1.39 2025-04-15 14:56:27.180 | ++ lib/tempest:configure_tempest:635 : '[' None == None ']' 2025-04-15 14:56:27.182 | ++ lib/tempest:configure_tempest:636 : inicomment /opt/stack//tempest/etc/tempest.conf placement min_microversion 2025-04-15 14:56:27.196 | ++ lib/tempest:configure_tempest:640 : '[' 1.39 == None ']' 2025-04-15 14:56:27.198 | ++ lib/tempest:configure_tempest:643 : iniset /opt/stack//tempest/etc/tempest.conf placement max_microversion 1.39 2025-04-15 14:56:27.223 | ++ lib/tempest:configure_tempest:647 : '[' vsphere = ironic ']' 2025-04-15 14:56:27.225 | ++ lib/tempest:configure_tempest:661 : '[' vsphere = libvirt ']' 2025-04-15 14:56:27.226 | ++ lib/tempest:configure_tempest:685 : local service 2025-04-15 14:56:27.228 | ++ lib/tempest:configure_tempest:686 : local tempest_services=key,glance,nova,neutron,cinder,swift,horizon 2025-04-15 14:56:27.230 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-15 14:56:27.232 | ++ lib/tempest:configure_tempest:688 : is_service_enabled key 2025-04-15 14:56:27.244 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:56:27.246 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available key True 2025-04-15 14:56:27.270 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-15 14:56:27.272 | ++ lib/tempest:configure_tempest:688 : is_service_enabled glance 2025-04-15 14:56:27.285 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:56:27.286 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available glance True 2025-04-15 14:56:27.309 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-15 14:56:27.311 | ++ lib/tempest:configure_tempest:688 : is_service_enabled nova 2025-04-15 14:56:27.323 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:56:27.325 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available nova True 2025-04-15 14:56:27.347 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-15 14:56:27.350 | ++ lib/tempest:configure_tempest:688 : is_service_enabled neutron 2025-04-15 14:56:27.362 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:56:27.364 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available neutron True 2025-04-15 14:56:27.386 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-15 14:56:27.388 | ++ lib/tempest:configure_tempest:688 : is_service_enabled cinder 2025-04-15 14:56:27.400 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:56:27.402 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available cinder True 2025-04-15 14:56:27.425 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-15 14:56:27.427 | ++ lib/tempest:configure_tempest:688 : is_service_enabled swift 2025-04-15 14:56:27.439 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:56:27.441 | ++ lib/tempest:configure_tempest:691 : iniset /opt/stack//tempest/etc/tempest.conf service_available swift False 2025-04-15 14:56:27.466 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-15 14:56:27.467 | ++ lib/tempest:configure_tempest:688 : is_service_enabled horizon 2025-04-15 14:56:27.480 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:56:27.482 | ++ lib/tempest:configure_tempest:691 : iniset /opt/stack//tempest/etc/tempest.conf service_available horizon False 2025-04-15 14:56:27.505 | ++ lib/tempest:configure_tempest:699 : [[ False == True ]] 2025-04-15 14:56:27.507 | ++ lib/tempest:configure_tempest:699 : [[ False == True ]] 2025-04-15 14:56:27.508 | ++ lib/tempest:configure_tempest:705 : [[ True == True ]] 2025-04-15 14:56:27.511 | ++ lib/tempest:configure_tempest:706 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope nova true 2025-04-15 14:56:27.534 | ++ lib/tempest:configure_tempest:709 : [[ False == True ]] 2025-04-15 14:56:27.536 | ++ lib/tempest:configure_tempest:709 : [[ False == True ]] 2025-04-15 14:56:27.538 | ++ lib/tempest:configure_tempest:713 : [[ True == True ]] 2025-04-15 14:56:27.540 | ++ lib/tempest:configure_tempest:714 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope glance true 2025-04-15 14:56:27.563 | ++ lib/tempest:configure_tempest:717 : [[ False == True ]] 2025-04-15 14:56:27.564 | ++ lib/tempest:configure_tempest:717 : [[ False == True ]] 2025-04-15 14:56:27.566 | ++ lib/tempest:configure_tempest:721 : '[' vsphere = libvirt ']' 2025-04-15 14:56:27.568 | ++ lib/tempest:configure_tempest:731 : local tmp_cfg_file 2025-04-15 14:56:27.570 | +++ lib/tempest:configure_tempest:732 : mktemp 2025-04-15 14:56:27.573 | ++ lib/tempest:configure_tempest:732 : tmp_cfg_file=/tmp/tmp.wSMilCp9fZ 2025-04-15 14:56:27.575 | ++ lib/tempest:configure_tempest:733 : cd /opt/stack//tempest 2025-04-15 14:56:27.577 | ++ lib/tempest:configure_tempest:735 : local tmp_u_c_m 2025-04-15 14:56:27.580 | +++ lib/tempest:configure_tempest:736 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2025-04-15 14:56:27.583 | ++ lib/tempest:configure_tempest:736 : tmp_u_c_m=/tmp/tempest_u_c_m.5oTGrJfD3t 2025-04-15 14:56:27.585 | ++ lib/tempest:configure_tempest:737 : set_tempest_venv_constraints /tmp/tempest_u_c_m.5oTGrJfD3t 2025-04-15 14:56:27.587 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2025-04-15 14:56:27.588 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.5oTGrJfD3t 2025-04-15 14:56:27.590 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2025-04-15 14:56:27.593 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2025-04-15 14:56:27.595 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2025-04-15 14:56:27.600 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-15 14:56:27.601 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-15 14:56:27.604 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-15 14:56:27.606 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-15 14:56:27.608 | ++ lib/tempest:configure_tempest:738 : [[ False != \T\r\u\e ]] 2025-04-15 14:56:27.610 | ++ lib/tempest:configure_tempest:739 : tox -revenv-tempest --notest 2025-04-15 14:56:27.834 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2025-04-15 14:56:28.219 | venv-tempest installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2025-04-15 14:56:38.252 | venv-tempest develop-inst: /opt/stack/tempest 2025-04-15 14:56:41.172 | venv-tempest installed: attrs==25.1.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2025.1.31,cffi==1.17.1,charset-normalizer==3.4.1,cliff==4.9.1,cmd2==2.5.11,cryptography==43.0.3,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.2.4.post1,idna==3.10,iso8601==2.1.0,jsonschema==4.23.0,jsonschema-specifications==2024.10.1,msgpack==1.1.0,netaddr==1.3.0,oslo.concurrency==7.1.0,oslo.config==9.7.1,oslo.context==5.7.1,oslo.i18n==6.5.1,oslo.log==7.1.0,oslo.serialization==5.7.0,oslo.utils==8.2.0,packaging==24.2,paramiko==3.5.1,pbr==6.1.1,prettytable==3.14.0,psutil==7.0.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.2.1,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.36.2,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.23.1,six==1.17.0,stestr==4.1.0,stevedore==5.4.1,-e git+https://opendev.org/openstack/tempest.git@60364b39f174749bd5bd255016fc6584ded1f66c#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,typing_extensions==4.12.2,tzdata==2025.1,urllib3==1.26.20,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.17.2 2025-04-15 14:56:41.172 | ___________________________________ summary ____________________________________ 2025-04-15 14:56:41.172 | venv-tempest: skipped tests 2025-04-15 14:56:41.172 | congratulations :) 2025-04-15 14:56:41.193 | ++ lib/tempest:configure_tempest:741 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.5oTGrJfD3t -r requirements.txt 2025-04-15 14:56:41.620 | /opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/setuptools/__init__.py:85: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. 2025-04-15 14:56:41.620 | dist.fetch_build_eggs(dist.setup_requires) 2025-04-15 14:56:41.695 | /opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. 2025-04-15 14:56:41.695 | warnings.warn( 2025-04-15 14:56:41.695 | /opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2025-04-15 14:56:41.695 | warnings.warn( 2025-04-15 14:56:41.758 | venv-tempest develop-inst-nodeps: /opt/stack/tempest 2025-04-15 14:56:43.888 | venv-tempest installed: attrs==25.1.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2025.1.31,cffi==1.17.1,charset-normalizer==3.4.1,cliff==4.9.1,cmd2==2.5.11,cryptography==43.0.3,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.2.4.post1,idna==3.10,iso8601==2.1.0,jsonschema==4.23.0,jsonschema-specifications==2024.10.1,msgpack==1.1.0,netaddr==1.3.0,oslo.concurrency==7.1.0,oslo.config==9.7.1,oslo.context==5.7.1,oslo.i18n==6.5.1,oslo.log==7.1.0,oslo.serialization==5.7.0,oslo.utils==8.2.0,packaging==24.2,paramiko==3.5.1,pbr==6.1.1,prettytable==3.14.0,psutil==7.0.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.2.1,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.36.2,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.23.1,six==1.17.0,stestr==4.1.0,stevedore==5.4.1,-e git+https://opendev.org/openstack/tempest.git@60364b39f174749bd5bd255016fc6584ded1f66c#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,typing_extensions==4.12.2,tzdata==2025.1,urllib3==1.26.20,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.17.2 2025-04-15 14:56:43.889 | venv-tempest run-test-pre: PYTHONHASHSEED='1453513317' 2025-04-15 14:56:43.889 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.5oTGrJfD3t -r requirements.txt 2025-04-15 14:56:44.724 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 1)) (6.1.1) 2025-04-15 14:56:44.725 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 2)) (4.9.1) 2025-04-15 14:56:44.725 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 3)) (4.23.0) 2025-04-15 14:56:44.726 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (2.7.2) 2025-04-15 14:56:44.726 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 5)) (3.5.1) 2025-04-15 14:56:44.727 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (43.0.3) 2025-04-15 14:56:44.728 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (1.3.0) 2025-04-15 14:56:44.729 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (7.1.0) 2025-04-15 14:56:44.730 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (9.7.1) 2025-04-15 14:56:44.730 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (7.1.0) 2025-04-15 14:56:44.731 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (4.1.0) 2025-04-15 14:56:44.732 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (5.7.0) 2025-04-15 14:56:44.733 | Requirement already satisfied: oslo.utils>=7.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (8.2.0) 2025-04-15 14:56:44.733 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 14)) (4.2.4.post1) 2025-04-15 14:56:44.735 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 15)) (6.0.2) 2025-04-15 14:56:44.735 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (1.4.4) 2025-04-15 14:56:44.736 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 17)) (5.4.1) 2025-04-15 14:56:44.737 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (3.14.0) 2025-04-15 14:56:44.737 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 19)) (1.26.20) 2025-04-15 14:56:44.738 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (3.0.0) 2025-04-15 14:56:44.739 | Requirement already satisfied: defusedxml>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (0.7.1) 2025-04-15 14:56:44.740 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (0.19) 2025-04-15 14:56:44.740 | Requirement already satisfied: testscenarios>=0.5.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 23)) (0.5.0) 2025-04-15 14:56:44.742 | Requirement already satisfied: setuptools in ./.tox/tempest/lib/python3.10/site-packages (from pbr!=2.1.0,>=2.0.0->-r requirements.txt (line 1)) (67.6.1) 2025-04-15 14:56:44.748 | Requirement already satisfied: autopage>=0.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 2)) (0.5.2) 2025-04-15 14:56:44.748 | Requirement already satisfied: cmd2>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 2)) (2.5.11) 2025-04-15 14:56:44.766 | Requirement already satisfied: attrs>=22.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (25.1.0) 2025-04-15 14:56:44.767 | Requirement already satisfied: jsonschema-specifications>=2023.03.6 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (2024.10.1) 2025-04-15 14:56:44.768 | Requirement already satisfied: referencing>=0.28.4 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (0.36.2) 2025-04-15 14:56:44.768 | Requirement already satisfied: rpds-py>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (0.23.1) 2025-04-15 14:56:44.785 | Requirement already satisfied: bcrypt>=3.2 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 5)) (4.0.1) 2025-04-15 14:56:44.786 | Requirement already satisfied: pynacl>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 5)) (1.5.0) 2025-04-15 14:56:44.805 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 6)) (1.17.1) 2025-04-15 14:56:44.817 | Requirement already satisfied: oslo.i18n>=3.15.3 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->-r requirements.txt (line 8)) (6.5.1) 2025-04-15 14:56:44.832 | Requirement already satisfied: rfc3986>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 9)) (2.0.0) 2025-04-15 14:56:44.834 | Requirement already satisfied: requests>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 9)) (2.32.3) 2025-04-15 14:56:44.847 | Requirement already satisfied: oslo.context>=2.21.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 10)) (5.7.1) 2025-04-15 14:56:44.847 | Requirement already satisfied: python-dateutil>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 10)) (2.9.0.post0) 2025-04-15 14:56:44.863 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 11)) (0.15.2) 2025-04-15 14:56:44.864 | Requirement already satisfied: tomlkit>=0.11.6 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 11)) (0.13.2) 2025-04-15 14:56:44.865 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 11)) (1.0.0) 2025-04-15 14:56:44.869 | Requirement already satisfied: msgpack>=0.5.2 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 12)) (1.1.0) 2025-04-15 14:56:44.870 | Requirement already satisfied: tzdata>=2022.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 12)) (2025.1) 2025-04-15 14:56:44.879 | Requirement already satisfied: iso8601>=0.1.11 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (2.1.0) 2025-04-15 14:56:44.879 | Requirement already satisfied: pyparsing>=2.1.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (3.2.1) 2025-04-15 14:56:44.880 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (24.2) 2025-04-15 14:56:44.881 | Requirement already satisfied: psutil>=3.2.2 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (7.0.0) 2025-04-15 14:56:44.907 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.10/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 18)) (0.2.13) 2025-04-15 14:56:44.931 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 20)) (1.17.2) 2025-04-15 14:56:45.008 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 6)) (2.22) 2025-04-15 14:56:45.016 | Requirement already satisfied: pyperclip>=1.8 in ./.tox/tempest/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 2)) (1.9.0) 2025-04-15 14:56:45.098 | Requirement already satisfied: six>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from python-dateutil>=2.7.0->oslo.log>=3.36.0->-r requirements.txt (line 10)) (1.17.0) 2025-04-15 14:56:45.108 | Requirement already satisfied: typing-extensions>=4.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from referencing>=0.28.4->jsonschema>=3.2.0->-r requirements.txt (line 3)) (4.12.2) 2025-04-15 14:56:45.120 | Requirement already satisfied: charset-normalizer<4,>=2 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 9)) (3.4.1) 2025-04-15 14:56:45.120 | Requirement already satisfied: idna<4,>=2.5 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 9)) (3.10) 2025-04-15 14:56:45.122 | Requirement already satisfied: certifi>=2017.4.17 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 9)) (2025.1.31) 2025-04-15 14:56:45.285 | WARNING: There was an error checking the latest version of pip. 2025-04-15 14:56:45.363 | ___________________________________ summary ____________________________________ 2025-04-15 14:56:45.363 | venv-tempest: commands succeeded 2025-04-15 14:56:45.363 | congratulations :) 2025-04-15 14:56:45.385 | ++ lib/tempest:configure_tempest:742 : rm -f /tmp/tempest_u_c_m.5oTGrJfD3t 2025-04-15 14:56:45.388 | ++ lib/tempest:configure_tempest:745 : [[ False == \T\r\u\e ]] 2025-04-15 14:56:45.390 | ++ lib/tempest:configure_tempest:753 : [[ True == \F\a\l\s\e ]] 2025-04-15 14:56:45.392 | ++ lib/tempest:configure_tempest:757 : iniset /opt/stack//tempest/etc/tempest.conf auth use_dynamic_credentials True 2025-04-15 14:56:45.417 | ++ lib/tempest:configure_tempest:763 : tox -evenv -- tempest verify-config -uro /tmp/tmp.wSMilCp9fZ 2025-04-15 14:56:45.650 | venv create: /opt/stack/tempest/.tox/venv 2025-04-15 14:56:45.931 | venv installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt 2025-04-15 14:57:00.471 | venv develop-inst: /opt/stack/tempest 2025-04-15 14:57:03.925 | venv installed: /opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__init__.py:121: DeprecationWarning: pkg_resources is deprecated as an API, warnings.warn("pkg_resources is deprecated as an API", DeprecationWarning),/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__init__.py:2870: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('sphinxcontrib')`.,Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages, declare_namespace(pkg),alabaster==1.0.0,attrs==25.1.0,autopage==0.5.2,babel==2.17.0,bcrypt==4.0.1,certifi==2025.1.31,cffi==1.17.1,charset-normalizer==3.4.1,cliff==4.9.1,cmd2==2.5.11,cryptography==43.0.3,debtcollector==3.0.0,defusedxml==0.7.1,docutils==0.21.2,dulwich==0.22.7,extras==1.0.0,fasteners==0.19,fixtures==4.2.4.post1,idna==3.10,imagesize==1.4.1,iso8601==2.1.0,Jinja2==3.1.5,jsonschema==4.23.0,jsonschema-specifications==2024.10.1,MarkupSafe==3.0.2,msgpack==1.1.0,netaddr==1.3.0,openstackdocstheme==3.4.1,oslo.concurrency==7.1.0,oslo.config==9.7.1,oslo.context==5.7.1,oslo.i18n==6.5.1,oslo.log==7.1.0,oslo.serialization==5.7.0,oslo.utils==8.2.0,packaging==24.2,paramiko==3.5.1,pbr==6.1.1,prettytable==3.14.0,psutil==7.0.0,pycparser==2.22,Pygments==2.19.1,PyNaCl==1.5.0,pyparsing==3.2.1,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.36.2,reno==4.1.0,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.23.1,six==1.17.0,snowballstemmer==2.2.0,Sphinx==8.1.3,sphinxcontrib-applehelp==2.0.0,sphinxcontrib-devhelp==2.0.0,sphinxcontrib-htmlhelp==2.1.0,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-qthelp==2.0.0,sphinxcontrib-serializinghtml==2.0.0,sphinxcontrib-svg2pdfconverter==1.2.3,stestr==4.1.0,stevedore==5.4.1,-e git+https://opendev.org/openstack/tempest.git@60364b39f174749bd5bd255016fc6584ded1f66c#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomli==2.2.1,tomlkit==0.13.2,typing_extensions==4.12.2,tzdata==2025.1,urllib3==1.26.20,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.17.2 2025-04-15 14:57:03.926 | venv run-test-pre: PYTHONHASHSEED='4226538010' 2025-04-15 14:57:03.926 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.wSMilCp9fZ 2025-04-15 14:57:04.057 | /opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/eventletutils.py:29: DeprecationWarning: eventuletutils module is deprecated and will be removed. 2025-04-15 14:57:04.057 | debtcollector.deprecate( 2025-04-15 14:57:04.223 | /opt/stack/tempest/tempest/lib/common/jsonschema_validator.py:21: DeprecationWarning: Accessing jsonschema.draft4_format_checker is deprecated and will be removed in a future release. Instead, use the FORMAT_CHECKER attribute on the corresponding Validator. 2025-04-15 14:57:04.223 | FORMAT_CHECKER = jsonschema.draft4_format_checker 2025-04-15 14:57:04.223 | /opt/stack/tempest/tempest/lib/common/jsonschema_validator.py:42: DeprecationWarning: FormatChecker.cls_checks is deprecated. Call FormatChecker.checks on a specific FormatChecker instance instead. 2025-04-15 14:57:04.223 | @jsonschema.FormatChecker.cls_checks('base64') 2025-04-15 14:57:04.480 | /opt/stack/tempest/tempest/lib/services/volume/v2/__init__.py:50: DeprecationWarning: The tempest.lib.services.volume.v2 module (volume v2 APIs service clients) is deprecated in favor of tempest.lib.services.volume.v3 (volume v3 APIs service clients) and will be removed once Tempest stop supporting stable wallaby. 2025-04-15 14:57:04.480 | warnings.warn( 2025-04-15 14:57:04.662 | /opt/stack/tempest/tempest/lib/common/http.py:101: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2025-04-15 14:57:04.662 | for key, value in info.getheaders().items(): 2025-04-15 14:57:04.688 | /opt/stack/tempest/tempest/lib/common/http.py:101: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2025-04-15 14:57:04.688 | for key, value in info.getheaders().items(): 2025-04-15 14:57:04.915 | /opt/stack/tempest/tempest/lib/common/http.py:101: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2025-04-15 14:57:04.915 | for key, value in info.getheaders().items(): 2025-04-15 14:57:04.917 | /opt/stack/tempest/tempest/lib/services/clients.py:209: DeprecationWarning: Class 'tempest.lib.services.volume.v2.extensions_client.ExtensionsClient' has moved to 'tempest.lib.services.volume.v3.extensions_client.ExtensionsClient' in version 'Rocky' and will be removed in a future version 2025-04-15 14:57:04.917 | _client = klass(auth_provider=auth_provider, **kwargs) 2025-04-15 14:57:05.583 | ___________________________________ summary ____________________________________ 2025-04-15 14:57:05.584 | venv: commands succeeded 2025-04-15 14:57:05.584 | congratulations :) 2025-04-15 14:57:05.604 | ++ lib/tempest:configure_tempest:768 : is_service_enabled q-metering neutron-metering 2025-04-15 14:57:05.618 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-15 14:57:05.619 | ++ lib/tempest:configure_tempest:769 : DISABLE_NETWORK_API_EXTENSIONS+=', metering' 2025-04-15 14:57:05.621 | ++ lib/tempest:configure_tempest:773 : is_service_enabled q-l3 neutron-l3 2025-04-15 14:57:05.635 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 14:57:05.637 | ++ lib/tempest:configure_tempest:777 : DEFAULT_NET_EXT=address-scope,agent,allowed-address-pairs,auto-allocated-topology 2025-04-15 14:57:05.639 | ++ lib/tempest:configure_tempest:778 : DEFAULT_NET_EXT+=,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler 2025-04-15 14:57:05.641 | ++ lib/tempest:configure_tempest:779 : DEFAULT_NET_EXT+=,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors 2025-04-15 14:57:05.643 | ++ lib/tempest:configure_tempest:780 : DEFAULT_NET_EXT+=,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu 2025-04-15 14:57:05.645 | ++ lib/tempest:configure_tempest:781 : DEFAULT_NET_EXT+=,network-ip-availability,network_availability_zone,pagination 2025-04-15 14:57:05.647 | ++ lib/tempest:configure_tempest:782 : DEFAULT_NET_EXT+=,port-security,project-id,provider,quotas,quota_details,rbac-policies 2025-04-15 14:57:05.648 | ++ lib/tempest:configure_tempest:783 : DEFAULT_NET_EXT+=,revision-if-match,router,router_availability_zone,security-group,service-type,sorting 2025-04-15 14:57:05.650 | ++ lib/tempest:configure_tempest:784 : DEFAULT_NET_EXT+=,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp 2025-04-15 14:57:05.652 | ++ lib/tempest:configure_tempest:785 : DEFAULT_NET_EXT+=,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering 2025-04-15 14:57:05.654 | ++ lib/tempest:configure_tempest:786 : DEFAULT_NET_EXT+=,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate 2025-04-15 14:57:05.656 | ++ lib/tempest:configure_tempest:787 : DEFAULT_NET_EXT+=,port-security-groups-filtering,fip-port-details,binding-extended 2025-04-15 14:57:05.658 | ++ lib/tempest:configure_tempest:788 : DEFAULT_NET_EXT+=,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced 2025-04-15 14:57:05.660 | ++ lib/tempest:configure_tempest:789 : DEFAULT_NET_EXT+=,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update 2025-04-15 14:57:05.662 | ++ lib/tempest:configure_tempest:790 : DEFAULT_NET_EXT+=,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic 2025-04-15 14:57:05.664 | ++ lib/tempest:configure_tempest:791 : DEFAULT_NET_EXT+=,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details 2025-04-15 14:57:05.666 | ++ lib/tempest:configure_tempest:792 : DEFAULT_NET_EXT+=,rbac-address-group,port-device-profile 2025-04-15 14:57:05.668 | ++ lib/tempest:configure_tempest:793 : DEFAULT_NET_EXT+=,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn 2025-04-15 14:57:05.669 | ++ lib/tempest:configure_tempest:794 : DEFAULT_NET_EXT+=,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges 2025-04-15 14:57:05.671 | ++ lib/tempest:configure_tempest:796 : DEFAULT_NET_EXT+=,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit 2025-04-15 14:57:05.673 | ++ lib/tempest:configure_tempest:797 : DEFAULT_NET_EXT+=,port-resource-request-groups 2025-04-15 14:57:05.675 | ++ lib/tempest:configure_tempest:799 : DEFAULT_NET_EXT+=,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete 2025-04-15 14:57:05.677 | ++ lib/tempest:configure_tempest:801 : DEFAULT_NET_EXT+=,port-hints,floating-ip-distributed 2025-04-15 14:57:05.680 | ++ lib/tempest:configure_tempest:803 : DEFAULT_NET_EXT+=,port-hint-ovs-tx-steering,enable-default-route-bfd 2025-04-15 14:57:05.682 | ++ lib/tempest:configure_tempest:804 : DEFAULT_NET_EXT+=,enable-default-route-ecmp,standard-attr-fwaas-v2 2025-04-15 14:57:05.684 | ++ lib/tempest:configure_tempest:805 : DEFAULT_NET_EXT+=,allowed-address-pairs-atomic,network_ha 2025-04-15 14:57:05.685 | ++ lib/tempest:configure_tempest:806 : DEFAULT_NET_EXT+=,security-groups-rules-belongs-to-default-sg 2025-04-15 14:57:05.687 | ++ lib/tempest:configure_tempest:807 : DEFAULT_NET_EXT+=,port-hardware-offload-type 2025-04-15 14:57:05.689 | ++ lib/tempest:configure_tempest:808 : local network_api_extensions=address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu,network-ip-availability,network_availability_zone,pagination,port-security,project-id,provider,quotas,quota_details,rbac-policies,revision-if-match,router,router_availability_zone,security-group,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate,port-security-groups-filtering,fip-port-details,binding-extended,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details,rbac-address-group,port-device-profile,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit,port-resource-request-groups,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete,port-hints,floating-ip-distributed,port-hint-ovs-tx-steering,enable-default-route-bfd,enable-default-route-ecmp,standard-attr-fwaas-v2,allowed-address-pairs-atomic,network_ha,security-groups-rules-belongs-to-default-sg,port-hardware-offload-type 2025-04-15 14:57:05.691 | ++ lib/tempest:configure_tempest:809 : [[ ! -z , metering ]] 2025-04-15 14:57:05.694 | +++ lib/tempest:configure_tempest:811 : iniget /tmp/tmp.wSMilCp9fZ network-feature-enabled api_extensions 2025-04-15 14:57:05.694 | +++ lib/tempest:configure_tempest:811 : tr -d ' ' 2025-04-15 14:57:05.711 | ++ lib/tempest:configure_tempest:811 : network_api_extensions=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2025-04-15 14:57:05.713 | +++ lib/tempest:configure_tempest:813 : remove_disabled_extensions address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops , metering 2025-04-15 14:57:05.716 | +++ lib/tempest:remove_disabled_extensions:110 : local extensions_list=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2025-04-15 14:57:05.717 | +++ lib/tempest:remove_disabled_extensions:111 : shift 2025-04-15 14:57:05.720 | +++ lib/tempest:remove_disabled_extensions:112 : local 'disabled_exts=, metering' 2025-04-15 14:57:05.722 | +++ lib/tempest:remove_disabled_extensions:113 : remove_disabled_services address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops ', metering' 2025-04-15 14:57:05.736 | +++ functions-common:remove_disabled_services:2087 : _cleanup_service_list ,address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2025-04-15 14:57:05.751 | ++ lib/tempest:configure_tempest:813 : network_api_extensions=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2025-04-15 14:57:05.753 | ++ lib/tempest:configure_tempest:815 : [[ -n '' ]] 2025-04-15 14:57:05.755 | ++ lib/tempest:configure_tempest:818 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled api_extensions address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2025-04-15 14:57:05.779 | ++ lib/tempest:configure_tempest:820 : DEFAULT_SWIFT_OPT=account_quotas,bulk_delete,bulk_upload,container_quotas 2025-04-15 14:57:05.781 | ++ lib/tempest:configure_tempest:821 : DEFAULT_SWIFT_OPT+=,container_sync,crossdomain,formpost,ratelimit,slo 2025-04-15 14:57:05.783 | ++ lib/tempest:configure_tempest:822 : DEFAULT_SWIFT_OPT+=,staticweb,tempauth,tempurl,versioned_writes 2025-04-15 14:57:05.785 | ++ lib/tempest:configure_tempest:823 : local object_storage_api_extensions=account_quotas,bulk_delete,bulk_upload,container_quotas,container_sync,crossdomain,formpost,ratelimit,slo,staticweb,tempauth,tempurl,versioned_writes 2025-04-15 14:57:05.787 | ++ lib/tempest:configure_tempest:824 : [[ ! -z '' ]] 2025-04-15 14:57:05.789 | ++ lib/tempest:configure_tempest:830 : iniset /opt/stack//tempest/etc/tempest.conf object-storage-feature-enabled discoverable_apis account_quotas,bulk_delete,bulk_upload,container_quotas,container_sync,crossdomain,formpost,ratelimit,slo,staticweb,tempauth,tempurl,versioned_writes 2025-04-15 14:57:05.816 | ++ lib/tempest:configure_tempest:832 : DEFAULT_VOL_EXT=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups 2025-04-15 14:57:05.818 | ++ lib/tempest:configure_tempest:833 : DEFAULT_VOL_EXT+=,encryption,os-admin-actions,os-availability-zone 2025-04-15 14:57:05.820 | ++ lib/tempest:configure_tempest:834 : DEFAULT_VOL_EXT+=,os-extended-services,os-extended-snapshot-attributes 2025-04-15 14:57:05.822 | ++ lib/tempest:configure_tempest:835 : DEFAULT_VOL_EXT+=,os-hosts,os-quota-class-sets,os-quota-sets 2025-04-15 14:57:05.824 | ++ lib/tempest:configure_tempest:836 : DEFAULT_VOL_EXT+=,os-services,os-snapshot-actions,os-snapshot-manage 2025-04-15 14:57:05.826 | ++ lib/tempest:configure_tempest:837 : DEFAULT_VOL_EXT+=,os-snapshot-unmanage,os-types-extra-specs,os-types-manage 2025-04-15 14:57:05.828 | ++ lib/tempest:configure_tempest:838 : DEFAULT_VOL_EXT+=,os-used-limits,os-vol-host-attr,os-vol-image-meta 2025-04-15 14:57:05.830 | ++ lib/tempest:configure_tempest:839 : DEFAULT_VOL_EXT+=,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions 2025-04-15 14:57:05.832 | ++ lib/tempest:configure_tempest:840 : DEFAULT_VOL_EXT+=,os-volume-encryption-metadata,os-volume-manage 2025-04-15 14:57:05.834 | ++ lib/tempest:configure_tempest:841 : DEFAULT_VOL_EXT+=,os-volume-transfer,os-volume-type-access 2025-04-15 14:57:05.836 | ++ lib/tempest:configure_tempest:842 : DEFAULT_VOL_EXT+=,os-volume-unmanage,qos-specs,scheduler-stats 2025-04-15 14:57:05.838 | ++ lib/tempest:configure_tempest:843 : local volume_api_extensions=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups,encryption,os-admin-actions,os-availability-zone,os-extended-services,os-extended-snapshot-attributes,os-hosts,os-quota-class-sets,os-quota-sets,os-services,os-snapshot-actions,os-snapshot-manage,os-snapshot-unmanage,os-types-extra-specs,os-types-manage,os-used-limits,os-vol-host-attr,os-vol-image-meta,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions,os-volume-encryption-metadata,os-volume-manage,os-volume-transfer,os-volume-type-access,os-volume-unmanage,qos-specs,scheduler-stats 2025-04-15 14:57:05.840 | ++ lib/tempest:configure_tempest:844 : [[ ! -z '' ]] 2025-04-15 14:57:05.842 | ++ lib/tempest:configure_tempest:850 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled api_extensions OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups,encryption,os-admin-actions,os-availability-zone,os-extended-services,os-extended-snapshot-attributes,os-hosts,os-quota-class-sets,os-quota-sets,os-services,os-snapshot-actions,os-snapshot-manage,os-snapshot-unmanage,os-types-extra-specs,os-types-manage,os-used-limits,os-vol-host-attr,os-vol-image-meta,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions,os-volume-encryption-metadata,os-volume-manage,os-volume-transfer,os-volume-type-access,os-volume-unmanage,qos-specs,scheduler-stats 2025-04-15 14:57:05.869 | ++ lib/tempest:configure_tempest:853 : IFS=' 2025-04-15 14:57:05.869 | ' 2025-04-15 14:57:05.871 | ++ extras.d/80-tempest.sh:source:23 : echo_summary 'Installing Tempest Plugins' 2025-04-15 14:57:05.872 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 14:57:05.874 | ++ stack.sh:echo_summary:461 : echo -e Installing Tempest Plugins 2025-04-15 14:57:05.877 | ++ extras.d/80-tempest.sh:source:24 : install_tempest_plugins 2025-04-15 14:57:05.878 | ++ lib/tempest:install_tempest_plugins:887 : pushd /opt/stack//tempest 2025-04-15 14:57:05.879 | ~/tempest ~/tempest 2025-04-15 14:57:05.880 | ++ lib/tempest:install_tempest_plugins:888 : [[ 0 != 0 ]] 2025-04-15 14:57:05.882 | ++ lib/tempest:install_tempest_plugins:897 : popd 2025-04-15 14:57:05.882 | ~/tempest 2025-04-15 14:57:05.885 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-15 14:57:05.887 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-15 14:57:05.889 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-15 14:57:05.891 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-15 14:57:05.893 | + functions-common:run_phase:1855 : run_plugins stack test-config 2025-04-15 14:57:05.895 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-15 14:57:05.898 | + functions-common:run_plugins:1815 : local phase=test-config 2025-04-15 14:57:05.900 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-15 14:57:05.902 | + functions-common:run_plugins:1818 : local plugin 2025-04-15 14:57:05.904 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-15 14:57:05.906 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-15 14:57:05.909 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-15 14:57:05.911 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack test-config 2025-04-15 14:57:05.913 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-15 14:57:05.915 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-15 14:57:05.917 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2025-04-15 14:57:05.919 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-15 14:57:05.921 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-15 14:57:05.924 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-04-15 14:57:05.926 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ test-config == \e\x\t\r\a ]] 2025-04-15 14:57:05.928 | + stack.sh:main:1514 : merge_config_group /opt/stack/devstack/local.conf test-config 2025-04-15 14:57:05.930 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-15 14:57:05.932 | + inc/meta-config:merge_config_group:171 : shift 2025-04-15 14:57:05.935 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2025-04-15 14:57:05.937 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-15 14:57:05.939 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-15 14:57:05.941 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-15 14:57:05.944 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf test-config 2025-04-15 14:57:05.946 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-15 14:57:05.948 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2025-04-15 14:57:05.951 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-15 14:57:05.953 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2025-04-15 14:57:05.953 | /^\[\[.+\|.*\]\]/ { 2025-04-15 14:57:05.953 | gsub("[][]", "", $1); 2025-04-15 14:57:05.953 | split($1, a, "|"); 2025-04-15 14:57:05.953 | if (a[1] == matchgroup) 2025-04-15 14:57:05.953 | print a[2] 2025-04-15 14:57:05.953 | } 2025-04-15 14:57:05.953 | ' /opt/stack/devstack/local.conf ========================= DevStack Component Timing (times are in seconds) ========================= wait_for_service 9 async_wait 42 osc 150 apt-get 40 test_with_retry 3 dbsync 2 pip_install 102 apt-get-update 8 run_process 16 git_timed 52 ------------------------- Unaccounted time 54 ========================= Total runtime 478 ================= Async summary ================= Time spent in the background minus waits: 179 sec Elapsed time: 478 sec Time if we did everything serially: 657 sec Speedup: 1.37448 Post-stack database query stats: +------------+-----------+-------+ | db | op | count | +------------+-----------+-------+ | keystone | SELECT | 36772 | | keystone | UPDATE | 7 | | keystone | INSERT | 93 | | neutron | SELECT | 3456 | | neutron | INSERT | 131 | | placement | SELECT | 12 | | placement | INSERT | 3 | | placement | SET | 1 | | neutron | DELETE | 16 | | neutron | UPDATE | 71 | | nova_cell1 | SELECT | 65 | | nova_cell0 | SELECT | 12 | | nova_api | SELECT | 110 | | nova_cell1 | INSERT | 5 | | 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