2025-04-17 12:52:50.598 | + stack.sh:main:502 : exec 2025-04-17 12:52:50.598 | + stack.sh:main:510 : echo_summary 'stack.sh log /opt/stack//logs/stack.sh.log.2025-04-17-125250' 2025-04-17 12:52:50.598 | ++ stack.sh:main:502 : /usr/bin/python3.10 /opt/stack/devstack/tools/outfilter.py -o /opt/stack//logs/stack.sh.log.2025-04-17-125250.summary.2025-04-17-125250 2025-04-17 12:52:50.598 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-17 12:52:50.598 | + stack.sh:echo_summary:461 : echo -e stack.sh log /opt/stack//logs/stack.sh.log.2025-04-17-125250 2025-04-17 12:52:50.598 | + stack.sh:main:512 : ln -sf /opt/stack//logs/stack.sh.log.2025-04-17-125250 /opt/stack//logs/stack.sh.log 2025-04-17 12:52:50.598 | + stack.sh:main:513 : ln -sf /opt/stack//logs/stack.sh.log.2025-04-17-125250.summary.2025-04-17-125250 /opt/stack//logs/stack.sh.log.summary 2025-04-17 12:52:50.598 | + stack.sh:main:528 : check_path_perm_sanity /opt/stack/ 2025-04-17 12:52:50.598 | + functions:check_path_perm_sanity:607 : local real_path 2025-04-17 12:52:50.598 | ++ functions:check_path_perm_sanity:608 : readlink -f /opt/stack/ 2025-04-17 12:52:50.598 | + functions:check_path_perm_sanity:608 : real_path=/opt/stack 2025-04-17 12:52:50.598 | + functions:check_path_perm_sanity:609 : local rebuilt_path= 2025-04-17 12:52:50.598 | ++ functions:check_path_perm_sanity:610 : echo /opt/stack 2025-04-17 12:52:50.598 | ++ functions:check_path_perm_sanity:610 : tr / ' ' 2025-04-17 12:52:50.598 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2025-04-17 12:52:50.598 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt 2025-04-17 12:52:50.598 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt 2025-04-17 12:52:50.599 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2025-04-17 12:52:50.601 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2025-04-17 12:52:50.602 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt/stack 2025-04-17 12:52:50.604 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt/stack 2025-04-17 12:52:50.607 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2025-04-17 12:52:50.608 | + stack.sh:main:534 : trap exit_trap EXIT 2025-04-17 12:52:50.610 | + stack.sh:main:575 : trap err_trap ERR 2025-04-17 12:52:50.611 | + stack.sh:main:588 : set -o errexit 2025-04-17 12:52:50.613 | + stack.sh:main:591 : uname -a 2025-04-17 12:52:50.613 | 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-17 12:52:50.615 | + stack.sh:main:594 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2025-04-17 12:52:50.616 | + stack.sh:main:595 : rm -f /opt/stack/data/ca-bundle.pem 2025-04-17 12:52:50.619 | + stack.sh:main:598 : source /opt/stack/devstack/lib/database 2025-04-17 12:52:50.644 | + stack.sh:main:599 : source /opt/stack/devstack/lib/rpc_backend 2025-04-17 12:52:50.656 | + stack.sh:main:605 : fetch_plugins 2025-04-17 12:52:50.658 | + functions-common:fetch_plugins:1746 : local plugins=,networking-nsx-t 2025-04-17 12:52:50.659 | + functions-common:fetch_plugins:1747 : local plugin 2025-04-17 12:52:50.661 | + functions-common:fetch_plugins:1750 : [[ -z ,networking-nsx-t ]] 2025-04-17 12:52:50.662 | + functions-common:fetch_plugins:1754 : echo 'Fetching DevStack plugins' 2025-04-17 12:52:50.662 | Fetching DevStack plugins 2025-04-17 12:52:50.663 | + functions-common:fetch_plugins:1755 : for plugin in ${plugins//,/ } 2025-04-17 12:52:50.665 | + functions-common:fetch_plugins:1756 : git_clone_by_name networking-nsx-t 2025-04-17 12:52:50.666 | + functions-common:git_clone_by_name:664 : local name=networking-nsx-t 2025-04-17 12:52:50.668 | + functions-common:git_clone_by_name:665 : local repo=https://github.com/sapcc/networking-nsx-t 2025-04-17 12:52:50.669 | + functions-common:git_clone_by_name:666 : local dir=/opt/stack/networking-nsx-t 2025-04-17 12:52:50.670 | + functions-common:git_clone_by_name:667 : local branch=devstack 2025-04-17 12:52:50.672 | + functions-common:git_clone_by_name:668 : git_clone https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t devstack 2025-04-17 12:52:50.673 | + functions-common:git_clone:572 : local git_remote=https://github.com/sapcc/networking-nsx-t 2025-04-17 12:52:50.674 | + functions-common:git_clone:573 : local git_dest=/opt/stack/networking-nsx-t 2025-04-17 12:52:50.676 | + functions-common:git_clone:574 : local git_ref=devstack 2025-04-17 12:52:50.677 | + functions-common:git_clone:575 : local orig_dir 2025-04-17 12:52:50.679 | ++ functions-common:git_clone:576 : pwd 2025-04-17 12:52:50.680 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-17 12:52:50.682 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-17 12:52:50.684 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-17 12:52:50.694 | + functions-common:git_clone:579 : RECLONE=False 2025-04-17 12:52:50.696 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-17 12:52:50.697 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-17 12:52:50.699 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-17 12:52:50.700 | + functions-common:git_clone:593 : echo devstack 2025-04-17 12:52:50.701 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-17 12:52:50.704 | + functions-common:git_clone:607 : [[ ! -d /opt/stack/networking-nsx-t ]] 2025-04-17 12:52:50.706 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-17 12:52:50.707 | + 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-17 12:52:50.709 | + functions-common:git_timed:680 : local count=0 2025-04-17 12:52:50.710 | + functions-common:git_timed:681 : local timeout=0 2025-04-17 12:52:50.712 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-17 12:52:50.713 | + functions-common:git_timed:684 : timeout=0 2025-04-17 12:52:50.715 | + functions-common:git_timed:687 : time_start git_timed 2025-04-17 12:52:50.716 | + functions-common:time_start:2386 : local name=git_timed 2025-04-17 12:52:50.718 | + functions-common:time_start:2387 : local start_time= 2025-04-17 12:52:50.719 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 12:52:50.721 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 12:52:50.724 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894370722 2025-04-17 12:52:50.725 | + 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-17 12:52:50.729 | Cloning into '/opt/stack/networking-nsx-t'... 2025-04-17 12:52:51.719 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-17 12:52:51.721 | + functions-common:time_stop:2400 : local name 2025-04-17 12:52:51.722 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:52:51.724 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:52:51.725 | + functions-common:time_stop:2403 : local total 2025-04-17 12:52:51.727 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:52:51.728 | + functions-common:time_stop:2406 : name=git_timed 2025-04-17 12:52:51.729 | + functions-common:time_stop:2407 : start_time=1744894370722 2025-04-17 12:52:51.731 | + functions-common:time_stop:2409 : [[ -z 1744894370722 ]] 2025-04-17 12:52:51.733 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:52:51.735 | + functions-common:time_stop:2412 : end_time=1744894371733 2025-04-17 12:52:51.736 | + functions-common:time_stop:2413 : elapsed_time=1011 2025-04-17 12:52:51.738 | + functions-common:time_stop:2414 : total=0 2025-04-17 12:52:51.739 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:52:51.740 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1011 2025-04-17 12:52:51.742 | + functions-common:git_clone:614 : cd /opt/stack/networking-nsx-t 2025-04-17 12:52:51.743 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin devstack 2025-04-17 12:52:51.745 | + functions-common:git_timed:680 : local count=0 2025-04-17 12:52:51.746 | + functions-common:git_timed:681 : local timeout=0 2025-04-17 12:52:51.748 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-17 12:52:51.749 | + functions-common:git_timed:684 : timeout=0 2025-04-17 12:52:51.751 | + functions-common:git_timed:687 : time_start git_timed 2025-04-17 12:52:51.752 | + functions-common:time_start:2386 : local name=git_timed 2025-04-17 12:52:51.753 | + functions-common:time_start:2387 : local start_time= 2025-04-17 12:52:51.755 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 12:52:51.757 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 12:52:51.759 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894371757 2025-04-17 12:52:51.760 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin devstack 2025-04-17 12:52:52.355 | From https://github.com/sapcc/networking-nsx-t 2025-04-17 12:52:52.355 | * branch devstack -> FETCH_HEAD 2025-04-17 12:52:52.358 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-17 12:52:52.360 | + functions-common:time_stop:2400 : local name 2025-04-17 12:52:52.361 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:52:52.363 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:52:52.364 | + functions-common:time_stop:2403 : local total 2025-04-17 12:52:52.365 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:52:52.367 | + functions-common:time_stop:2406 : name=git_timed 2025-04-17 12:52:52.368 | + functions-common:time_stop:2407 : start_time=1744894371757 2025-04-17 12:52:52.369 | + functions-common:time_stop:2409 : [[ -z 1744894371757 ]] 2025-04-17 12:52:52.371 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:52:52.373 | + functions-common:time_stop:2412 : end_time=1744894372372 2025-04-17 12:52:52.375 | + functions-common:time_stop:2413 : elapsed_time=615 2025-04-17 12:52:52.376 | + functions-common:time_stop:2414 : total=1011 2025-04-17 12:52:52.377 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:52:52.379 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1626 2025-04-17 12:52:52.380 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-17 12:52:52.381 | + functions-common:git_timed:680 : local count=0 2025-04-17 12:52:52.383 | + functions-common:git_timed:681 : local timeout=0 2025-04-17 12:52:52.384 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-17 12:52:52.385 | + functions-common:git_timed:684 : timeout=0 2025-04-17 12:52:52.387 | + functions-common:git_timed:687 : time_start git_timed 2025-04-17 12:52:52.388 | + functions-common:time_start:2386 : local name=git_timed 2025-04-17 12:52:52.389 | + functions-common:time_start:2387 : local start_time= 2025-04-17 12:52:52.391 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 12:52:52.393 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 12:52:52.395 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894372393 2025-04-17 12:52:52.396 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-17 12:52:52.406 | Note: switching to 'FETCH_HEAD'. 2025-04-17 12:52:52.406 | 2025-04-17 12:52:52.406 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-17 12:52:52.406 | changes and commit them, and you can discard any commits you make in this 2025-04-17 12:52:52.406 | state without impacting any branches by switching back to a branch. 2025-04-17 12:52:52.406 | 2025-04-17 12:52:52.406 | If you want to create a new branch to retain commits you create, you may 2025-04-17 12:52:52.406 | do so (now or later) by using -c with the switch command. Example: 2025-04-17 12:52:52.406 | 2025-04-17 12:52:52.406 | git switch -c 2025-04-17 12:52:52.406 | 2025-04-17 12:52:52.406 | Or undo this operation with: 2025-04-17 12:52:52.406 | 2025-04-17 12:52:52.406 | git switch - 2025-04-17 12:52:52.406 | 2025-04-17 12:52:52.406 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-17 12:52:52.406 | 2025-04-17 12:52:52.406 | HEAD is now at 29bc664 Delay agent initialization 2025-04-17 12:52:52.407 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-17 12:52:52.409 | + functions-common:time_stop:2400 : local name 2025-04-17 12:52:52.410 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:52:52.412 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:52:52.413 | + functions-common:time_stop:2403 : local total 2025-04-17 12:52:52.414 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:52:52.416 | + functions-common:time_stop:2406 : name=git_timed 2025-04-17 12:52:52.417 | + functions-common:time_stop:2407 : start_time=1744894372393 2025-04-17 12:52:52.418 | + functions-common:time_stop:2409 : [[ -z 1744894372393 ]] 2025-04-17 12:52:52.420 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:52:52.422 | + functions-common:time_stop:2412 : end_time=1744894372421 2025-04-17 12:52:52.424 | + functions-common:time_stop:2413 : elapsed_time=28 2025-04-17 12:52:52.425 | + functions-common:time_stop:2414 : total=1626 2025-04-17 12:52:52.426 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:52:52.428 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1654 2025-04-17 12:52:52.429 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack/networking-nsx-t 2025-04-17 12:52:52.438 | + functions-common:git_clone:655 : cd /opt/stack/networking-nsx-t 2025-04-17 12:52:52.440 | + functions-common:git_clone:656 : git show --oneline 2025-04-17 12:52:52.440 | + functions-common:git_clone:656 : head -1 2025-04-17 12:52:52.442 | 29bc664 Delay agent initialization 2025-04-17 12:52:52.444 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-17 12:52:52.445 | + stack.sh:main:609 : run_phase override_defaults 2025-04-17 12:52:52.447 | + functions-common:run_phase:1828 : local mode=override_defaults 2025-04-17 12:52:52.448 | + functions-common:run_phase:1829 : local phase= 2025-04-17 12:52:52.449 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-17 12:52:52.451 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-17 12:52:52.452 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-17 12:52:52.454 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-17 12:52:52.455 | + functions-common:run_phase:1838 : local extra 2025-04-17 12:52:52.457 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-17 12:52:52.459 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-17 12:52:52.461 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-17 12:52:52.462 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-17 12:52:52.464 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh override_defaults 2025-04-17 12:52:52.465 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-17 12:52:52.475 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:52:52.476 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2025-04-17 12:52:52.477 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-17 12:52:52.479 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-17 12:52:52.480 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-17 12:52:52.481 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-17 12:52:52.483 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-17 12:52:52.484 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2025-04-17 12:52:52.486 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2025-04-17 12:52:52.487 | + functions-common:run_phase:1849 : [[ override_defaults == \s\o\u\r\c\e ]] 2025-04-17 12:52:52.488 | + 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-17 12:52:52.495 | + functions-common:run_phase:1853 : plugin_override_defaults 2025-04-17 12:52:52.496 | + functions-common:plugin_override_defaults:1787 : local plugins=,networking-nsx-t 2025-04-17 12:52:52.498 | + functions-common:plugin_override_defaults:1788 : local plugin 2025-04-17 12:52:52.499 | + functions-common:plugin_override_defaults:1791 : [[ -z ,networking-nsx-t ]] 2025-04-17 12:52:52.500 | + functions-common:plugin_override_defaults:1795 : echo 'Overriding Configuration Defaults' 2025-04-17 12:52:52.500 | Overriding Configuration Defaults 2025-04-17 12:52:52.502 | + functions-common:plugin_override_defaults:1796 : for plugin in ${plugins//,/ } 2025-04-17 12:52:52.503 | + functions-common:plugin_override_defaults:1797 : local dir=/opt/stack/networking-nsx-t 2025-04-17 12:52:52.505 | + functions-common:plugin_override_defaults:1799 : [[ -f /opt/stack/networking-nsx-t/devstack/override-defaults ]] 2025-04-17 12:52:52.507 | + stack.sh:main:612 : source /opt/stack/devstack/lib/apache 2025-04-17 12:52:52.519 | + stack.sh:main:615 : source /opt/stack/devstack/lib/tls 2025-04-17 12:52:52.520 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2025-04-17 12:52:52.530 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:52:52.532 | +++ lib/tls:source:43 : hostname -f 2025-04-17 12:52:52.534 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=devstack 2025-04-17 12:52:52.536 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2025-04-17 12:52:52.537 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2025-04-17 12:52:52.538 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2025-04-17 12:52:52.540 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2025-04-17 12:52:52.541 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2025-04-17 12:52:52.542 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2025-04-17 12:52:52.544 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2025-04-17 12:52:52.545 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2025-04-17 12:52:52.547 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2025-04-17 12:52:52.549 | + stack.sh:main:618 : source /opt/stack/devstack/lib/infra 2025-04-17 12:52:52.557 | + stack.sh:main:619 : source /opt/stack/devstack/lib/libraries 2025-04-17 12:52:52.569 | + stack.sh:main:620 : source /opt/stack/devstack/lib/lvm 2025-04-17 12:52:52.578 | + stack.sh:main:621 : source /opt/stack/devstack/lib/horizon 2025-04-17 12:52:52.586 | + stack.sh:main:622 : source /opt/stack/devstack/lib/keystone 2025-04-17 12:52:52.610 | + stack.sh:main:623 : source /opt/stack/devstack/lib/glance 2025-04-17 12:52:52.649 | + stack.sh:main:624 : source /opt/stack/devstack/lib/nova 2025-04-17 12:52:52.694 | + stack.sh:main:625 : source /opt/stack/devstack/lib/placement 2025-04-17 12:52:52.713 | + stack.sh:main:626 : source /opt/stack/devstack/lib/cinder 2025-04-17 12:52:52.748 | + stack.sh:main:627 : source /opt/stack/devstack/lib/swift 2025-04-17 12:52:52.780 | + stack.sh:main:628 : source /opt/stack/devstack/lib/neutron 2025-04-17 12:52:52.782 | ++ lib/neutron:source:61 : is_service_enabled tls-proxy 2025-04-17 12:52:52.793 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:52:52.794 | ++ lib/neutron:source:67 : GITDIR["python-neutronclient"]=/opt/stack//python-neutronclient 2025-04-17 12:52:52.796 | ++ lib/neutron:source:70 : NEUTRON_DIR=/opt/stack//neutron 2025-04-17 12:52:52.798 | ++ lib/neutron:source:71 : NEUTRON_FWAAS_DIR=/opt/stack//neutron-fwaas 2025-04-17 12:52:52.799 | ++ lib/neutron:source:74 : [[ -d /opt/stack//neutron/bin/neutron-server ]] 2025-04-17 12:52:52.801 | +++ lib/neutron:source:77 : get_python_exec_prefix 2025-04-17 12:52:52.812 | +++ inc/python:get_python_exec_prefix:80 : [[ True == \T\r\u\e ]] 2025-04-17 12:52:52.814 | +++ inc/python:get_python_exec_prefix:81 : echo /opt/stack/data/venv/bin 2025-04-17 12:52:52.816 | ++ lib/neutron:source:77 : NEUTRON_BIN_DIR=/opt/stack/data/venv/bin 2025-04-17 12:52:52.817 | ++ lib/neutron:source:80 : NEUTRON_CONF_DIR=/etc/neutron 2025-04-17 12:52:52.819 | ++ lib/neutron:source:81 : NEUTRON_CONF=/etc/neutron/neutron.conf 2025-04-17 12:52:52.821 | ++ lib/neutron:source:82 : export NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2025-04-17 12:52:52.822 | ++ lib/neutron:source:82 : NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2025-04-17 12:52:52.825 | +++ lib/neutron:source:89 : trueorfalse False NEUTRON_DEPLOY_MOD_WSGI 2025-04-17 12:52:52.835 | ++ lib/neutron:source:89 : NEUTRON_DEPLOY_MOD_WSGI=False 2025-04-17 12:52:52.837 | ++ lib/neutron:source:91 : NEUTRON_UWSGI_CONF=/etc/neutron/neutron-api-uwsgi.ini 2025-04-17 12:52:52.839 | +++ lib/neutron:source:96 : trueorfalse False NEUTRON_ENFORCE_SCOPE 2025-04-17 12:52:52.850 | ++ lib/neutron:source:96 : NEUTRON_ENFORCE_SCOPE=False 2025-04-17 12:52:52.852 | ++ lib/neutron:source:100 : AGENT_DHCP_BINARY=/opt/stack/data/venv/bin/neutron-dhcp-agent 2025-04-17 12:52:52.854 | ++ lib/neutron:source:101 : AGENT_L3_BINARY=/opt/stack/data/venv/bin/neutron-l3-agent 2025-04-17 12:52:52.855 | ++ lib/neutron:source:102 : AGENT_META_BINARY=/opt/stack/data/venv/bin/neutron-metadata-agent 2025-04-17 12:52:52.857 | ++ lib/neutron:source:106 : Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini 2025-04-17 12:52:52.859 | ++ lib/neutron:source:109 : NEUTRON_DHCP_CONF=/etc/neutron/dhcp_agent.ini 2025-04-17 12:52:52.860 | ++ lib/neutron:source:110 : Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini 2025-04-17 12:52:52.862 | ++ lib/neutron:source:113 : NEUTRON_L3_CONF=/etc/neutron/l3_agent.ini 2025-04-17 12:52:52.864 | ++ lib/neutron:source:114 : Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini 2025-04-17 12:52:52.865 | ++ lib/neutron:source:117 : Q_DB_NAME=neutron 2025-04-17 12:52:52.867 | ++ lib/neutron:source:119 : Q_PLUGIN=ml2 2025-04-17 12:52:52.869 | ++ lib/neutron:source:121 : Q_PORT=9696 2025-04-17 12:52:52.870 | ++ lib/neutron:source:123 : Q_PORT_INT=19696 2025-04-17 12:52:52.872 | ++ lib/neutron:source:125 : Q_HOST=10.180.1.21 2025-04-17 12:52:52.873 | ++ lib/neutron:source:127 : Q_PROTOCOL=http 2025-04-17 12:52:52.875 | +++ lib/neutron:source:129 : ipv6_unquote 0.0.0.0 2025-04-17 12:52:52.877 | +++ functions-common:ipv6_unquote:2198 : echo 0.0.0.0 2025-04-17 12:52:52.878 | +++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2025-04-17 12:52:52.881 | ++ lib/neutron:source:129 : Q_LISTEN_ADDRESS=0.0.0.0 2025-04-17 12:52:52.883 | ++ lib/neutron:source:131 : Q_ADMIN_USERNAME=neutron 2025-04-17 12:52:52.884 | ++ lib/neutron:source:133 : Q_AUTH_STRATEGY=keystone 2025-04-17 12:52:52.886 | ++ lib/neutron:source:135 : Q_OVS_USE_VETH=False 2025-04-17 12:52:52.887 | ++ lib/neutron:source:136 : Q_USE_ROOTWRAP=True 2025-04-17 12:52:52.890 | +++ lib/neutron:source:137 : trueorfalse True Q_USE_ROOTWRAP_DAEMON 2025-04-17 12:52:52.900 | ++ lib/neutron:source:137 : Q_USE_ROOTWRAP_DAEMON=True 2025-04-17 12:52:52.902 | +++ lib/neutron:source:139 : ipv6_unquote 10.180.1.21 2025-04-17 12:52:52.904 | +++ functions-common:ipv6_unquote:2198 : echo 10.180.1.21 2025-04-17 12:52:52.905 | +++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2025-04-17 12:52:52.907 | ++ lib/neutron:source:139 : Q_META_DATA_IP=10.180.1.21 2025-04-17 12:52:52.909 | ++ lib/neutron:source:141 : Q_ALLOW_OVERLAPPING_IP=True 2025-04-17 12:52:52.911 | ++ lib/neutron:source:142 : Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True 2025-04-17 12:52:52.912 | ++ lib/neutron:source:143 : Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True 2025-04-17 12:52:52.914 | ++ lib/neutron:source:144 : VIF_PLUGGING_IS_FATAL=True 2025-04-17 12:52:52.915 | ++ lib/neutron:source:145 : VIF_PLUGGING_TIMEOUT=300 2025-04-17 12:52:52.917 | ++ lib/neutron:source:148 : SKIP_STOP_OVN=False 2025-04-17 12:52:52.918 | ++ lib/neutron:source:152 : _Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron 2025-04-17 12:52:52.920 | ++ lib/neutron:source:155 : NEUTRON_ENDPOINT_SERVICE_NAME=networking 2025-04-17 12:52:52.921 | ++ lib/neutron:source:156 : [[ False == \T\r\u\e ]] 2025-04-17 12:52:52.923 | ++ lib/neutron:source:169 : declare -a -g Q_PLUGIN_EXTRA_CONF_FILES 2025-04-17 12:52:52.925 | ++ lib/neutron:source:172 : declare -a -g _Q_PLUGIN_EXTRA_CONF_FILES_ABS 2025-04-17 12:52:52.926 | ++ lib/neutron:source:175 : Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf 2025-04-17 12:52:52.928 | ++ lib/neutron:source:176 : [[ True == \F\a\l\s\e ]] 2025-04-17 12:52:52.930 | +++ lib/neutron:source:179 : get_rootwrap_location neutron 2025-04-17 12:52:52.931 | +++ functions:get_rootwrap_location:593 : local module=neutron 2025-04-17 12:52:52.933 | ++++ functions:get_rootwrap_location:595 : get_python_exec_prefix 2025-04-17 12:52:52.944 | ++++ inc/python:get_python_exec_prefix:80 : [[ True == \T\r\u\e ]] 2025-04-17 12:52:52.946 | ++++ inc/python:get_python_exec_prefix:81 : echo /opt/stack/data/venv/bin 2025-04-17 12:52:52.947 | +++ functions:get_rootwrap_location:595 : echo /opt/stack/data/venv/bin/neutron-rootwrap 2025-04-17 12:52:52.949 | ++ lib/neutron:source:179 : NEUTRON_ROOTWRAP=/opt/stack/data/venv/bin/neutron-rootwrap 2025-04-17 12:52:52.951 | ++ lib/neutron:source:180 : Q_RR_COMMAND='sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-17 12:52:52.952 | ++ lib/neutron:source:181 : [[ True == \T\r\u\e ]] 2025-04-17 12:52:52.954 | ++ lib/neutron:source:182 : Q_RR_DAEMON_COMMAND='sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-17 12:52:52.956 | ++ lib/neutron:source:194 : Q_DVR_MODE=legacy 2025-04-17 12:52:52.957 | ++ lib/neutron:source:195 : [[ legacy != \l\e\g\a\c\y ]] 2025-04-17 12:52:52.959 | ++ lib/neutron:source:211 : ENABLE_TENANT_TUNNELS=false 2025-04-17 12:52:52.960 | ++ lib/neutron:source:216 : TENANT_TUNNEL_RANGES=1:1000 2025-04-17 12:52:52.962 | ++ lib/neutron:source:221 : ENABLE_TENANT_VLANS=True 2025-04-17 12:52:52.963 | ++ lib/neutron:source:229 : TENANT_VLAN_RANGE=2:999 2025-04-17 12:52:52.965 | ++ lib/neutron:source:238 : PHYSICAL_NETWORK=default 2025-04-17 12:52:52.967 | ++ lib/neutron:source:248 : OVS_PHYSICAL_BRIDGE=br-ex 2025-04-17 12:52:52.969 | ++ lib/neutron:source:256 : [[ openvswitch == \l\i\n\u\x\b\r\i\d\g\e ]] 2025-04-17 12:52:52.970 | ++ lib/neutron:source:266 : OVS_ENABLE_TUNNELING=false 2025-04-17 12:52:52.972 | ++ lib/neutron:source:270 : ENABLE_ISOLATED_METADATA=False 2025-04-17 12:52:52.974 | ++ lib/neutron:source:275 : ENABLE_METADATA_NETWORK=False 2025-04-17 12:52:52.975 | ++ lib/neutron:source:280 : '[' -f /opt/stack/devstack/lib/neutron_plugins/ml2 ']' 2025-04-17 12:52:52.977 | ++ lib/neutron:source:281 : source /opt/stack/devstack/lib/neutron_plugins/ml2 2025-04-17 12:52:52.998 | ++ lib/neutron:source:288 : source /opt/stack/devstack/lib/neutron_plugins/services/metering 2025-04-17 12:52:53.007 | ++ lib/neutron:source:291 : source /opt/stack/devstack/lib/neutron_plugins/services/l3 2025-04-17 12:52:53.009 | +++ lib/neutron_plugins/services/l3:source:3 : IP_VERSION=4 2025-04-17 12:52:53.011 | +++ lib/neutron_plugins/services/l3:source:5 : [[ 4 != \4 ]] 2025-04-17 12:52:53.012 | +++ lib/neutron_plugins/services/l3:source:9 : NEUTRON_CREATE_INITIAL_NETWORKS=True 2025-04-17 12:52:53.014 | +++ lib/neutron_plugins/services/l3:source:12 : PROVIDER_SUBNET_NAME=provider_net 2025-04-17 12:52:53.016 | +++ lib/neutron_plugins/services/l3:source:13 : IPV6_PROVIDER_SUBNET_NAME=provider_net_v6 2025-04-17 12:52:53.017 | +++ lib/neutron_plugins/services/l3:source:14 : IPV6_PROVIDER_FIXED_RANGE= 2025-04-17 12:52:53.019 | +++ lib/neutron_plugins/services/l3:source:15 : IPV6_PROVIDER_NETWORK_GATEWAY= 2025-04-17 12:52:53.020 | +++ lib/neutron_plugins/services/l3:source:17 : PUBLIC_BRIDGE=br-ex 2025-04-17 12:52:53.022 | +++ lib/neutron_plugins/services/l3:source:18 : PUBLIC_BRIDGE_MTU=8950 2025-04-17 12:52:53.024 | +++ lib/neutron_plugins/services/l3:source:23 : Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE=False 2025-04-17 12:52:53.025 | +++ lib/neutron_plugins/services/l3:source:26 : Q_ROUTER_NAME=router1 2025-04-17 12:52:53.027 | +++ lib/neutron_plugins/services/l3:source:31 : Q_USE_PUBLIC_VETH=False 2025-04-17 12:52:53.029 | +++ lib/neutron_plugins/services/l3:source:32 : Q_PUBLIC_VETH_EX=veth-pub-ex 2025-04-17 12:52:53.030 | +++ lib/neutron_plugins/services/l3:source:33 : Q_PUBLIC_VETH_INT=veth-pub-int 2025-04-17 12:52:53.032 | +++ lib/neutron_plugins/services/l3:source:39 : Q_L3_ROUTER_PER_TENANT=True 2025-04-17 12:52:53.034 | +++ lib/neutron_plugins/services/l3:source:72 : Q_USE_PROVIDERNET_FOR_PUBLIC=True 2025-04-17 12:52:53.035 | +++ lib/neutron_plugins/services/l3:source:73 : PUBLIC_PHYSICAL_NETWORK=default 2025-04-17 12:52:53.038 | ++++ lib/neutron_plugins/services/l3:source:76 : sed s/-//g 2025-04-17 12:52:53.038 | ++++ lib/neutron_plugins/services/l3:source:76 : uuidgen 2025-04-17 12:52:53.038 | ++++ lib/neutron_plugins/services/l3:source:76 : cut -c 23- 2025-04-17 12:52:53.039 | ++++ lib/neutron_plugins/services/l3:source:76 : sed -e 's/\(..\)\(....\)\(....\)/\1:\2:\3/' 2025-04-17 12:52:53.043 | +++ lib/neutron_plugins/services/l3:source:76 : IPV6_GLOBAL_ID=1d:8659:7ecd 2025-04-17 12:52:53.044 | +++ lib/neutron_plugins/services/l3:source:79 : IPV6_RA_MODE=slaac 2025-04-17 12:52:53.046 | +++ lib/neutron_plugins/services/l3:source:80 : IPV6_ADDRESS_MODE=slaac 2025-04-17 12:52:53.048 | +++ lib/neutron_plugins/services/l3:source:81 : IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet 2025-04-17 12:52:53.049 | +++ lib/neutron_plugins/services/l3:source:82 : IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet 2025-04-17 12:52:53.051 | +++ lib/neutron_plugins/services/l3:source:83 : IPV6_ADDRS_SAFE_TO_USE=fd1d:8659:7ecd::/56 2025-04-17 12:52:53.054 | ++++ lib/neutron_plugins/services/l3:source:86 : awk -F / '{ print $1"/"($2>63 ? $2 : 64) }' 2025-04-17 12:52:53.054 | ++++ lib/neutron_plugins/services/l3:source:86 : echo fd1d:8659:7ecd::/56 2025-04-17 12:52:53.057 | +++ lib/neutron_plugins/services/l3:source:86 : FIXED_RANGE_V6=fd1d:8659:7ecd::/64 2025-04-17 12:52:53.059 | +++ lib/neutron_plugins/services/l3:source:87 : IPV6_PRIVATE_NETWORK_GATEWAY= 2025-04-17 12:52:53.061 | +++ lib/neutron_plugins/services/l3:source:88 : IPV6_PUBLIC_RANGE=2001:db8::/64 2025-04-17 12:52:53.062 | +++ lib/neutron_plugins/services/l3:source:89 : IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2 2025-04-17 12:52:53.064 | +++ lib/neutron_plugins/services/l3:source:90 : IPV6_ROUTER_GW_IP=2001:db8::1 2025-04-17 12:52:53.066 | +++ lib/neutron_plugins/services/l3:source:93 : NETWORK_GATEWAY= 2025-04-17 12:52:53.067 | +++ lib/neutron_plugins/services/l3:source:94 : PUBLIC_NETWORK_GATEWAY=10.180.180.1 2025-04-17 12:52:53.069 | +++ lib/neutron_plugins/services/l3:source:95 : PRIVATE_SUBNET_NAME=private-subnet 2025-04-17 12:52:53.070 | +++ lib/neutron_plugins/services/l3:source:96 : PUBLIC_SUBNET_NAME=public-subnet 2025-04-17 12:52:53.072 | +++ lib/neutron_plugins/services/l3:source:99 : USE_SUBNETPOOL=True 2025-04-17 12:52:53.074 | +++ lib/neutron_plugins/services/l3:source:100 : SUBNETPOOL_NAME_V4=shared-default-subnetpool-v4 2025-04-17 12:52:53.075 | +++ lib/neutron_plugins/services/l3:source:101 : SUBNETPOOL_NAME_V6=shared-default-subnetpool-v6 2025-04-17 12:52:53.077 | +++ lib/neutron_plugins/services/l3:source:103 : SUBNETPOOL_PREFIX_V4=192.168.128.0/17 2025-04-17 12:52:53.079 | +++ lib/neutron_plugins/services/l3:source:104 : SUBNETPOOL_PREFIX_V6=fd1d:8659:7ecd::/56 2025-04-17 12:52:53.080 | +++ lib/neutron_plugins/services/l3:source:106 : SUBNETPOOL_SIZE_V4=26 2025-04-17 12:52:53.082 | +++ lib/neutron_plugins/services/l3:source:107 : SUBNETPOOL_SIZE_V6=64 2025-04-17 12:52:53.084 | ++++ lib/neutron_plugins/services/l3:source:109 : ip -4 route 2025-04-17 12:52:53.085 | ++++ lib/neutron_plugins/services/l3:source:109 : grep '^default' 2025-04-17 12:52:53.085 | ++++ lib/neutron_plugins/services/l3:source:109 : awk '{print $5}' 2025-04-17 12:52:53.089 | +++ lib/neutron_plugins/services/l3:source:109 : default_v4_route_devs=ens192 2025-04-17 12:52:53.091 | ++++ lib/neutron_plugins/services/l3:source:111 : ip -6 route list match default table all 2025-04-17 12:52:53.092 | ++++ lib/neutron_plugins/services/l3:source:111 : awk '{print $5}' 2025-04-17 12:52:53.092 | ++++ lib/neutron_plugins/services/l3:source:111 : grep via 2025-04-17 12:52:53.096 | +++ lib/neutron_plugins/services/l3:source:111 : default_v6_route_devs= 2025-04-17 12:52:53.099 | ++ lib/neutron:source:294 : source /opt/stack/devstack/lib/neutron_plugins/services/placement 2025-04-17 12:52:53.100 | ++ lib/neutron:source:295 : source /opt/stack/devstack/lib/neutron_plugins/services/trunk 2025-04-17 12:52:53.102 | ++ lib/neutron:source:296 : source /opt/stack/devstack/lib/neutron_plugins/services/qos 2025-04-17 12:52:53.104 | ++ lib/neutron:source:297 : source /opt/stack/devstack/lib/neutron_plugins/services/segments 2025-04-17 12:52:53.106 | ++ lib/neutron:source:300 : has_neutron_plugin_security_group 2025-04-17 12:52:53.107 | ++ lib/neutron_plugins/ml2:has_neutron_plugin_security_group:149 : return 0 2025-04-17 12:52:53.109 | ++ lib/neutron:source:301 : Q_USE_SECGROUP=True 2025-04-17 12:52:53.111 | ++ lib/neutron:source:309 : OVN_BRIDGE_MAPPINGS=default:br-ex 2025-04-17 12:52:53.123 | + stack.sh:main:629 : source /opt/stack/devstack/lib/ldap 2025-04-17 12:52:53.134 | + stack.sh:main:630 : source /opt/stack/devstack/lib/dstat 2025-04-17 12:52:53.143 | + stack.sh:main:631 : source /opt/stack/devstack/lib/tcpdump 2025-04-17 12:52:53.153 | + stack.sh:main:632 : source /opt/stack/devstack/lib/etcd3 2025-04-17 12:52:53.201 | + stack.sh:main:633 : source /opt/stack/devstack/lib/os-vif 2025-04-17 12:52:53.204 | +++ lib/os-vif:source:12 : is_ml2_ovs 2025-04-17 12:52:53.205 | +++ lib/os-vif:is_ml2_ovs:4 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2025-04-17 12:52:53.207 | +++ lib/os-vif:is_ml2_ovs:5 : echo True 2025-04-17 12:52:53.209 | +++ lib/os-vif:is_ml2_ovs:7 : echo False 2025-04-17 12:52:53.211 | ++ lib/os-vif:source:12 : OS_VIF_OVS_ISOLATE_VIF='True 2025-04-17 12:52:53.211 | False' 2025-04-17 12:52:53.213 | +++ lib/os-vif:source:13 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2025-04-17 12:52:53.224 | ++ lib/os-vif:source:13 : OS_VIF_OVS_ISOLATE_VIF=False 2025-04-17 12:52:53.226 | + stack.sh:main:639 : run_phase source 2025-04-17 12:52:53.228 | + functions-common:run_phase:1828 : local mode=source 2025-04-17 12:52:53.229 | + functions-common:run_phase:1829 : local phase= 2025-04-17 12:52:53.231 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-17 12:52:53.233 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-17 12:52:53.234 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-17 12:52:53.236 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-17 12:52:53.237 | + functions-common:run_phase:1838 : local extra 2025-04-17 12:52:53.239 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-17 12:52:53.242 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-17 12:52:53.244 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-17 12:52:53.245 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-17 12:52:53.247 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh source 2025-04-17 12:52:53.249 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-17 12:52:53.259 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:52:53.261 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2025-04-17 12:52:53.263 | ++ extras.d/80-tempest.sh:source:6 : source /opt/stack/devstack/lib/tempest 2025-04-17 12:52:53.290 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2025-04-17 12:52:53.292 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2025-04-17 12:52:53.293 | + functions-common:run_phase:1849 : [[ source == \s\o\u\r\c\e ]] 2025-04-17 12:52:53.295 | + functions-common:run_phase:1850 : load_plugin_settings 2025-04-17 12:52:53.297 | + functions-common:load_plugin_settings:1764 : local plugins=,networking-nsx-t 2025-04-17 12:52:53.299 | + functions-common:load_plugin_settings:1765 : local plugin 2025-04-17 12:52:53.300 | + functions-common:load_plugin_settings:1768 : [[ -z ,networking-nsx-t ]] 2025-04-17 12:52:53.302 | + functions-common:load_plugin_settings:1772 : echo 'Loading plugin settings' 2025-04-17 12:52:53.302 | Loading plugin settings 2025-04-17 12:52:53.304 | + functions-common:load_plugin_settings:1773 : for plugin in ${plugins//,/ } 2025-04-17 12:52:53.305 | + functions-common:load_plugin_settings:1774 : local dir=/opt/stack/networking-nsx-t 2025-04-17 12:52:53.307 | + functions-common:load_plugin_settings:1776 : [[ -f /opt/stack/networking-nsx-t/devstack/settings ]] 2025-04-17 12:52:53.309 | + functions-common:load_plugin_settings:1777 : source /opt/stack/networking-nsx-t/devstack/settings 2025-04-17 12:52:53.311 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:2 : define_plugin networking-nsx-t 2025-04-17 12:52:53.312 | ++ functions-common:define_plugin:1872 : : 2025-04-17 12:52:53.314 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:4 : NETWORKING_NSX_T_DIR=/opt/stack//networking-nsx-t 2025-04-17 12:52:53.316 | + functions-common:run_phase:1851 : verify_disabled_services 2025-04-17 12:52:53.317 | + functions-common:verify_disabled_services:2111 : local service 2025-04-17 12:52:53.319 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 12:52:53.321 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,key, ]] 2025-04-17 12:52:53.323 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 12:52:53.325 | + 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-17 12:52:53.326 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 12:52:53.328 | + 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-17 12:52:53.330 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 12:52:53.332 | + 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-17 12:52:53.333 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 12:52:53.335 | + 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-17 12:52:53.337 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 12:52:53.339 | + 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-17 12:52:53.340 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 12:52:53.342 | + 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-17 12:52:53.344 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 12:52:53.346 | + 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-17 12:52:53.348 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 12:52:53.349 | + 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-17 12:52:53.351 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 12:52:53.353 | + 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-17 12:52:53.355 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 12:52:53.356 | + 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-17 12:52:53.358 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 12:52:53.360 | + 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-17 12:52:53.362 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 12:52:53.364 | + 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-17 12:52:53.365 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 12:52:53.367 | + 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-17 12:52:53.369 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 12:52:53.371 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,rabbit, ]] 2025-04-17 12:52:53.373 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 12:52:53.374 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,tempest, ]] 2025-04-17 12:52:53.376 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 12:52:53.378 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,mysql, ]] 2025-04-17 12:52:53.380 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 12:52:53.381 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,etcd3, ]] 2025-04-17 12:52:53.383 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 12:52:53.385 | + 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-17 12:52:53.387 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 12:52:53.388 | + 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-17 12:52:53.390 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 12:52:53.392 | + 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-17 12:52:53.394 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 12:52:53.396 | + 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-17 12:52:53.398 | + stack.sh:main:710 : initialize_database_backends 2025-04-17 12:52:53.400 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2025-04-17 12:52:53.401 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2025-04-17 12:52:53.413 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:52:53.415 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2025-04-17 12:52:53.416 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2025-04-17 12:52:53.418 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2025-04-17 12:52:53.430 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:52:53.432 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2025-04-17 12:52:53.434 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2025-04-17 12:52:53.436 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2025-04-17 12:52:53.437 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2025-04-17 12:52:53.439 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2025-04-17 12:52:53.441 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2025-04-17 12:52:53.443 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2025-04-17 12:52:53.445 | + lib/database:initialize_database_backends:92 : return 0 2025-04-17 12:52:53.447 | + stack.sh:main:711 : echo 'Using mysql database backend' 2025-04-17 12:52:53.447 | Using mysql database backend 2025-04-17 12:52:53.448 | + stack.sh:main:714 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2025-04-17 12:52:53.461 | + stack.sh:main:716 : define_database_baseurl 2025-04-17 12:52:53.463 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2025-04-17 12:52:53.465 | ++ lib/databases/mysql:get_database_type_mysql:32 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2025-04-17 12:52:53.467 | ++ lib/databases/mysql:get_database_type_mysql:33 : echo mysql+pymysql 2025-04-17 12:52:53.469 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-17 12:52:53.471 | + stack.sh:main:728 : is_service_enabled rabbit 2025-04-17 12:52:53.483 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:52:53.485 | + stack.sh:main:729 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2025-04-17 12:52:53.497 | + stack.sh:main:736 : is_service_enabled keystone 2025-04-17 12:52:53.509 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:52:53.511 | + stack.sh:main:738 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2025-04-17 12:52:53.523 | + stack.sh:main:740 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2025-04-17 12:52:53.536 | + stack.sh:main:751 : is_service_enabled ldap 2025-04-17 12:52:53.548 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:52:53.550 | + stack.sh:main:760 : is_service_enabled s-proxy 2025-04-17 12:52:53.562 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:52:53.564 | + stack.sh:main:772 : save_stackenv 772 2025-04-17 12:52:53.566 | + functions-common:save_stackenv:60 : local tag=772 2025-04-17 12:52:53.568 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-04-17 12:52:53.571 | + functions-common:save_stackenv:62 : time_stamp=2025-04-17-125253 2025-04-17 12:52:53.573 | + functions-common:save_stackenv:63 : echo '# 2025-04-17-125253 772' 2025-04-17 12:52:53.575 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 12:52:53.577 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-17 12:52:53.579 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 12:52:53.581 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-04-17 12:52:53.582 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 12:52:53.584 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-04-17 12:52:53.586 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 12:52:53.588 | + 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-17 12:52:53.590 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 12:52:53.592 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-04-17 12:52:53.593 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 12:52:53.595 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-04-17 12:52:53.597 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 12:52:53.599 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-04-17-125250 2025-04-17 12:52:53.601 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 12:52:53.602 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-04-17 12:52:53.604 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 12:52:53.606 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-04-17 12:52:53.608 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 12:52:53.610 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-04-17 12:52:53.612 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 12:52:53.613 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-04-17 12:52:53.615 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 12:52:53.617 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-04-17 12:52:53.619 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 12:52:53.621 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-04-17 12:52:53.623 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 12:52:53.625 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-04-17 12:52:53.627 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 12:52:53.628 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-04-17 12:52:53.631 | + stack.sh:main:785 : GIT_DEPTH=0 2025-04-17 12:52:53.633 | + stack.sh:main:785 : git_clone https://opendev.org/openstack/requirements.git /opt/stack//requirements stable/2023.2 2025-04-17 12:52:53.635 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/requirements.git 2025-04-17 12:52:53.637 | + functions-common:git_clone:573 : local git_dest=/opt/stack//requirements 2025-04-17 12:52:53.638 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-17 12:52:53.640 | + functions-common:git_clone:575 : local orig_dir 2025-04-17 12:52:53.642 | ++ functions-common:git_clone:576 : pwd 2025-04-17 12:52:53.644 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-17 12:52:53.646 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-17 12:52:53.648 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-17 12:52:53.660 | + functions-common:git_clone:579 : RECLONE=False 2025-04-17 12:52:53.662 | + functions-common:git_clone:580 : [[ 0 -gt 0 ]] 2025-04-17 12:52:53.663 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-17 12:52:53.665 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-17 12:52:53.666 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-17 12:52:53.669 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//requirements ]] 2025-04-17 12:52:53.671 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-17 12:52:53.673 | + functions-common:git_clone:613 : git_timed clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2025-04-17 12:52:53.674 | + functions-common:git_timed:680 : local count=0 2025-04-17 12:52:53.676 | + functions-common:git_timed:681 : local timeout=0 2025-04-17 12:52:53.678 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-17 12:52:53.679 | + functions-common:git_timed:684 : timeout=0 2025-04-17 12:52:53.681 | + functions-common:git_timed:687 : time_start git_timed 2025-04-17 12:52:53.683 | + functions-common:time_start:2386 : local name=git_timed 2025-04-17 12:52:53.684 | + functions-common:time_start:2387 : local start_time= 2025-04-17 12:52:53.686 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 12:52:53.688 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 12:52:53.691 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894373689 2025-04-17 12:52:53.692 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2025-04-17 12:52:53.695 | Cloning into '/opt/stack//requirements'... 2025-04-17 12:53:06.128 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-17 12:53:06.130 | + functions-common:time_stop:2400 : local name 2025-04-17 12:53:06.131 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:53:06.133 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:53:06.135 | + functions-common:time_stop:2403 : local total 2025-04-17 12:53:06.137 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:53:06.138 | + functions-common:time_stop:2406 : name=git_timed 2025-04-17 12:53:06.140 | + functions-common:time_stop:2407 : start_time=1744894373689 2025-04-17 12:53:06.141 | + functions-common:time_stop:2409 : [[ -z 1744894373689 ]] 2025-04-17 12:53:06.143 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:53:06.146 | + functions-common:time_stop:2412 : end_time=1744894386145 2025-04-17 12:53:06.148 | + functions-common:time_stop:2413 : elapsed_time=12456 2025-04-17 12:53:06.150 | + functions-common:time_stop:2414 : total=1654 2025-04-17 12:53:06.151 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:53:06.153 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=14110 2025-04-17 12:53:06.155 | + functions-common:git_clone:614 : cd /opt/stack//requirements 2025-04-17 12:53:06.156 | + functions-common:git_clone:615 : git_timed fetch origin stable/2023.2 2025-04-17 12:53:06.158 | + functions-common:git_timed:680 : local count=0 2025-04-17 12:53:06.160 | + functions-common:git_timed:681 : local timeout=0 2025-04-17 12:53:06.162 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-17 12:53:06.163 | + functions-common:git_timed:684 : timeout=0 2025-04-17 12:53:06.165 | + functions-common:git_timed:687 : time_start git_timed 2025-04-17 12:53:06.167 | + functions-common:time_start:2386 : local name=git_timed 2025-04-17 12:53:06.168 | + functions-common:time_start:2387 : local start_time= 2025-04-17 12:53:06.170 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 12:53:06.172 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 12:53:06.175 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894386173 2025-04-17 12:53:06.177 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch origin stable/2023.2 2025-04-17 12:53:06.846 | From https://opendev.org/openstack/requirements 2025-04-17 12:53:06.846 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-17 12:53:06.853 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-17 12:53:06.855 | + functions-common:time_stop:2400 : local name 2025-04-17 12:53:06.857 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:53:06.858 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:53:06.860 | + functions-common:time_stop:2403 : local total 2025-04-17 12:53:06.862 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:53:06.864 | + functions-common:time_stop:2406 : name=git_timed 2025-04-17 12:53:06.865 | + functions-common:time_stop:2407 : start_time=1744894386173 2025-04-17 12:53:06.867 | + functions-common:time_stop:2409 : [[ -z 1744894386173 ]] 2025-04-17 12:53:06.870 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:53:06.872 | + functions-common:time_stop:2412 : end_time=1744894386870 2025-04-17 12:53:06.874 | + functions-common:time_stop:2413 : elapsed_time=697 2025-04-17 12:53:06.875 | + functions-common:time_stop:2414 : total=14110 2025-04-17 12:53:06.877 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:53:06.879 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=14807 2025-04-17 12:53:06.881 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-17 12:53:06.882 | + functions-common:git_timed:680 : local count=0 2025-04-17 12:53:06.884 | + functions-common:git_timed:681 : local timeout=0 2025-04-17 12:53:06.886 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-17 12:53:06.887 | + functions-common:git_timed:684 : timeout=0 2025-04-17 12:53:06.889 | + functions-common:git_timed:687 : time_start git_timed 2025-04-17 12:53:06.891 | + functions-common:time_start:2386 : local name=git_timed 2025-04-17 12:53:06.892 | + functions-common:time_start:2387 : local start_time= 2025-04-17 12:53:06.894 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 12:53:06.896 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 12:53:06.900 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894386898 2025-04-17 12:53:06.901 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-17 12:53:06.910 | Note: switching to 'FETCH_HEAD'. 2025-04-17 12:53:06.910 | 2025-04-17 12:53:06.910 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-17 12:53:06.910 | changes and commit them, and you can discard any commits you make in this 2025-04-17 12:53:06.910 | state without impacting any branches by switching back to a branch. 2025-04-17 12:53:06.910 | 2025-04-17 12:53:06.910 | If you want to create a new branch to retain commits you create, you may 2025-04-17 12:53:06.910 | do so (now or later) by using -c with the switch command. Example: 2025-04-17 12:53:06.910 | 2025-04-17 12:53:06.910 | git switch -c 2025-04-17 12:53:06.910 | 2025-04-17 12:53:06.910 | Or undo this operation with: 2025-04-17 12:53:06.910 | 2025-04-17 12:53:06.910 | git switch - 2025-04-17 12:53:06.910 | 2025-04-17 12:53:06.910 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-17 12:53:06.910 | 2025-04-17 12:53:06.910 | HEAD is now at 9042ccff Merge "update constraint for oslo.db to new release 14.1.1" into stable/2023.2 2025-04-17 12:53:06.912 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-17 12:53:06.914 | + functions-common:time_stop:2400 : local name 2025-04-17 12:53:06.915 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:53:06.917 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:53:06.919 | + functions-common:time_stop:2403 : local total 2025-04-17 12:53:06.920 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:53:06.922 | + functions-common:time_stop:2406 : name=git_timed 2025-04-17 12:53:06.924 | + functions-common:time_stop:2407 : start_time=1744894386898 2025-04-17 12:53:06.925 | + functions-common:time_stop:2409 : [[ -z 1744894386898 ]] 2025-04-17 12:53:06.928 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:53:06.930 | + functions-common:time_stop:2412 : end_time=1744894386929 2025-04-17 12:53:06.932 | + functions-common:time_stop:2413 : elapsed_time=31 2025-04-17 12:53:06.934 | + functions-common:time_stop:2414 : total=14807 2025-04-17 12:53:06.935 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:53:06.937 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=14838 2025-04-17 12:53:06.939 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//requirements 2025-04-17 12:53:06.949 | + functions-common:git_clone:655 : cd /opt/stack//requirements 2025-04-17 12:53:06.951 | + functions-common:git_clone:656 : git show --oneline 2025-04-17 12:53:06.952 | + functions-common:git_clone:656 : head -1 2025-04-17 12:53:06.954 | 9042ccff Merge "update constraint for oslo.db to new release 14.1.1" into stable/2023.2 2025-04-17 12:53:06.956 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-17 12:53:06.958 | + stack.sh:main:789 : echo_summary 'Installing package prerequisites' 2025-04-17 12:53:06.960 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-17 12:53:06.962 | + stack.sh:echo_summary:461 : echo -e Installing package prerequisites 2025-04-17 12:53:06.964 | + stack.sh:main:790 : source /opt/stack/devstack/tools/install_prereqs.sh 2025-04-17 12:53:06.966 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2025-04-17 12:53:06.968 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2025-04-17 12:53:06.970 | ++ tools/install_prereqs.sh:source:23 : [[ -z /opt/stack/devstack ]] 2025-04-17 12:53:06.972 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/opt/stack/devstack/.prereqs 2025-04-17 12:53:06.974 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2025-04-17 12:53:06.976 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2025-04-17 12:53:06.978 | +++ tools/install_prereqs.sh:source:47 : date +%s 2025-04-17 12:53:06.981 | ++ tools/install_prereqs.sh:source:47 : NOW=1744894386 2025-04-17 12:53:06.984 | +++ tools/install_prereqs.sh:source:48 : head -1 /opt/stack/devstack/.prereqs 2025-04-17 12:53:06.987 | +++ tools/install_prereqs.sh:source:48 : echo 0 2025-04-17 12:53:06.989 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2025-04-17 12:53:06.991 | ++ tools/install_prereqs.sh:source:49 : DELTA=1744894386 2025-04-17 12:53:06.993 | ++ tools/install_prereqs.sh:source:50 : [[ 1744894386 -lt 7200 ]] 2025-04-17 12:53:06.995 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2025-04-17 12:53:06.997 | ++ functions-common:export_proxy_variables:2218 : isset http_proxy 2025-04-17 12:53:06.999 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2025-04-17 12:53:07.001 | ++ functions-common:export_proxy_variables:2221 : isset https_proxy 2025-04-17 12:53:07.002 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2025-04-17 12:53:07.004 | ++ functions-common:export_proxy_variables:2224 : isset no_proxy 2025-04-17 12:53:07.006 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2025-04-17 12:53:07.009 | +++ 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-17 12:53:07.036 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2025-04-17 12:53:07.036 | apache2-dev 2025-04-17 12:53:07.036 | bc 2025-04-17 12:53:07.036 | bsdmainutils 2025-04-17 12:53:07.036 | curl 2025-04-17 12:53:07.036 | g++ 2025-04-17 12:53:07.036 | gawk 2025-04-17 12:53:07.036 | gcc 2025-04-17 12:53:07.036 | gettext 2025-04-17 12:53:07.036 | git 2025-04-17 12:53:07.036 | graphviz 2025-04-17 12:53:07.036 | iputils-ping 2025-04-17 12:53:07.036 | libapache2-mod-proxy-uwsgi 2025-04-17 12:53:07.036 | libffi-dev 2025-04-17 12:53:07.036 | libjpeg-dev 2025-04-17 12:53:07.036 | libpcre3-dev 2025-04-17 12:53:07.036 | libpq-dev 2025-04-17 12:53:07.036 | libssl-dev 2025-04-17 12:53:07.036 | libsystemd-dev 2025-04-17 12:53:07.036 | libxml2-dev 2025-04-17 12:53:07.036 | libxslt1-dev 2025-04-17 12:53:07.036 | libyaml-dev 2025-04-17 12:53:07.036 | lsof 2025-04-17 12:53:07.036 | openssh-server 2025-04-17 12:53:07.036 | openssl 2025-04-17 12:53:07.036 | pkg-config 2025-04-17 12:53:07.036 | psmisc 2025-04-17 12:53:07.036 | python3-dev 2025-04-17 12:53:07.036 | python3-pip 2025-04-17 12:53:07.036 | python3-systemd 2025-04-17 12:53:07.036 | python3-venv 2025-04-17 12:53:07.036 | tar 2025-04-17 12:53:07.036 | tcpdump 2025-04-17 12:53:07.036 | unzip 2025-04-17 12:53:07.036 | uuid-runtime 2025-04-17 12:53:07.036 | wget 2025-04-17 12:53:07.037 | wget 2025-04-17 12:53:07.037 | zlib1g-dev 2025-04-17 12:53:07.037 | libkrb5-dev 2025-04-17 12:53:07.037 | libldap2-dev 2025-04-17 12:53:07.037 | libsasl2-dev 2025-04-17 12:53:07.037 | memcached 2025-04-17 12:53:07.037 | python3-mysqldb 2025-04-17 12:53:07.037 | sqlite3 2025-04-17 12:53:07.037 | conntrack 2025-04-17 12:53:07.037 | curl 2025-04-17 12:53:07.037 | ebtables 2025-04-17 12:53:07.037 | genisoimage 2025-04-17 12:53:07.037 | iptables 2025-04-17 12:53:07.037 | iputils-arping 2025-04-17 12:53:07.037 | kpartx 2025-04-17 12:53:07.037 | libjs-jquery-tablesorter 2025-04-17 12:53:07.037 | parted 2025-04-17 12:53:07.037 | pm-utils 2025-04-17 12:53:07.037 | python3-mysqldb 2025-04-17 12:53:07.037 | socat 2025-04-17 12:53:07.037 | sqlite3 2025-04-17 12:53:07.037 | sudo 2025-04-17 12:53:07.037 | vlan 2025-04-17 12:53:07.037 | lsscsi 2025-04-17 12:53:07.037 | open-iscsi 2025-04-17 12:53:07.037 | lvm2 2025-04-17 12:53:07.037 | qemu-utils 2025-04-17 12:53:07.037 | thin-provisioning-tools 2025-04-17 12:53:07.037 | acl 2025-04-17 12:53:07.037 | dnsmasq-base 2025-04-17 12:53:07.037 | dnsmasq-utils 2025-04-17 12:53:07.037 | ebtables 2025-04-17 12:53:07.037 | haproxy 2025-04-17 12:53:07.037 | iptables 2025-04-17 12:53:07.037 | iputils-arping 2025-04-17 12:53:07.037 | iputils-ping 2025-04-17 12:53:07.037 | postgresql-server-dev-all 2025-04-17 12:53:07.037 | python3-mysqldb 2025-04-17 12:53:07.037 | sqlite3 2025-04-17 12:53:07.037 | sudo 2025-04-17 12:53:07.037 | vlan 2025-04-17 12:53:07.037 | ipset 2025-04-17 12:53:07.037 | conntrack 2025-04-17 12:53:07.037 | conntrackd 2025-04-17 12:53:07.037 | keepalived' 2025-04-17 12:53:07.038 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2025-04-17 12:53:07.054 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2025-04-17 12:53:07.054 | apache2-dev 2025-04-17 12:53:07.054 | bc 2025-04-17 12:53:07.054 | bsdmainutils 2025-04-17 12:53:07.054 | curl 2025-04-17 12:53:07.054 | g++ 2025-04-17 12:53:07.054 | gawk 2025-04-17 12:53:07.054 | gcc 2025-04-17 12:53:07.054 | gettext 2025-04-17 12:53:07.054 | git 2025-04-17 12:53:07.054 | graphviz 2025-04-17 12:53:07.054 | iputils-ping 2025-04-17 12:53:07.054 | libapache2-mod-proxy-uwsgi 2025-04-17 12:53:07.054 | libffi-dev 2025-04-17 12:53:07.054 | libjpeg-dev 2025-04-17 12:53:07.054 | libpcre3-dev 2025-04-17 12:53:07.054 | libpq-dev 2025-04-17 12:53:07.054 | libssl-dev 2025-04-17 12:53:07.054 | libsystemd-dev 2025-04-17 12:53:07.054 | libxml2-dev 2025-04-17 12:53:07.054 | libxslt1-dev 2025-04-17 12:53:07.054 | libyaml-dev 2025-04-17 12:53:07.054 | lsof 2025-04-17 12:53:07.054 | openssh-server 2025-04-17 12:53:07.054 | openssl 2025-04-17 12:53:07.054 | pkg-config 2025-04-17 12:53:07.054 | psmisc 2025-04-17 12:53:07.054 | python3-dev 2025-04-17 12:53:07.054 | python3-pip 2025-04-17 12:53:07.054 | python3-systemd 2025-04-17 12:53:07.054 | python3-venv 2025-04-17 12:53:07.054 | tar 2025-04-17 12:53:07.054 | tcpdump 2025-04-17 12:53:07.054 | unzip 2025-04-17 12:53:07.054 | uuid-runtime 2025-04-17 12:53:07.054 | wget 2025-04-17 12:53:07.054 | wget 2025-04-17 12:53:07.054 | zlib1g-dev 2025-04-17 12:53:07.054 | libkrb5-dev 2025-04-17 12:53:07.054 | libldap2-dev 2025-04-17 12:53:07.054 | libsasl2-dev 2025-04-17 12:53:07.054 | memcached 2025-04-17 12:53:07.054 | python3-mysqldb 2025-04-17 12:53:07.054 | sqlite3 2025-04-17 12:53:07.054 | conntrack 2025-04-17 12:53:07.054 | curl 2025-04-17 12:53:07.054 | ebtables 2025-04-17 12:53:07.054 | genisoimage 2025-04-17 12:53:07.054 | iptables 2025-04-17 12:53:07.054 | iputils-arping 2025-04-17 12:53:07.054 | kpartx 2025-04-17 12:53:07.054 | libjs-jquery-tablesorter 2025-04-17 12:53:07.054 | parted 2025-04-17 12:53:07.054 | pm-utils 2025-04-17 12:53:07.054 | python3-mysqldb 2025-04-17 12:53:07.054 | socat 2025-04-17 12:53:07.054 | sqlite3 2025-04-17 12:53:07.054 | sudo 2025-04-17 12:53:07.054 | vlan 2025-04-17 12:53:07.054 | lsscsi 2025-04-17 12:53:07.054 | open-iscsi 2025-04-17 12:53:07.054 | lvm2 2025-04-17 12:53:07.054 | qemu-utils 2025-04-17 12:53:07.054 | thin-provisioning-tools 2025-04-17 12:53:07.054 | acl 2025-04-17 12:53:07.054 | dnsmasq-base 2025-04-17 12:53:07.054 | dnsmasq-utils 2025-04-17 12:53:07.054 | ebtables 2025-04-17 12:53:07.054 | haproxy 2025-04-17 12:53:07.054 | iptables 2025-04-17 12:53:07.054 | iputils-arping 2025-04-17 12:53:07.054 | iputils-ping 2025-04-17 12:53:07.054 | postgresql-server-dev-all 2025-04-17 12:53:07.054 | python3-mysqldb 2025-04-17 12:53:07.054 | sqlite3 2025-04-17 12:53:07.054 | sudo 2025-04-17 12:53:07.054 | vlan 2025-04-17 12:53:07.054 | ipset 2025-04-17 12:53:07.054 | conntrack 2025-04-17 12:53:07.054 | conntrackd 2025-04-17 12:53:07.054 | keepalived ' 2025-04-17 12:53:07.055 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2025-04-17 12:53:07.057 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:53:07.059 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:53:07.061 | ++ 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-17 12:53:07.061 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2025-04-17 12:53:07.065 | ++ 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-17 12:53:07.066 | ++ functions-common:install_package:1421 : update_package_repo 2025-04-17 12:53:07.068 | ++ functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-17 12:53:07.070 | ++ functions-common:update_package_repo:1396 : REPOS_UPDATED=False 2025-04-17 12:53:07.072 | ++ functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-17 12:53:07.074 | ++ functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-17 12:53:07.075 | ++ functions-common:update_package_repo:1403 : is_ubuntu 2025-04-17 12:53:07.077 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:53:07.079 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:53:07.081 | ++ functions-common:update_package_repo:1404 : apt_get_update 2025-04-17 12:53:07.083 | ++ functions-common:apt_get_update:1149 : [[ False == \T\r\u\e ]] 2025-04-17 12:53:07.084 | ++ functions-common:apt_get_update:1154 : [[ False = \T\r\u\e ]] 2025-04-17 12:53:07.086 | ++ functions-common:apt_get_update:1156 : local sudo=sudo 2025-04-17 12:53:07.088 | +++ functions-common:apt_get_update:1157 : id -u 2025-04-17 12:53:07.091 | ++ functions-common:apt_get_update:1157 : [[ 1001 = \0 ]] 2025-04-17 12:53:07.093 | ++ functions-common:apt_get_update:1160 : time_start apt-get-update 2025-04-17 12:53:07.095 | ++ functions-common:time_start:2386 : local name=apt-get-update 2025-04-17 12:53:07.096 | ++ functions-common:time_start:2387 : local start_time= 2025-04-17 12:53:07.098 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 12:53:07.100 | +++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 12:53:07.103 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1744894387101 2025-04-17 12:53:07.105 | ++ functions-common:apt_get_update:1162 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2025-04-17 12:53:07.106 | ++ functions-common:apt_get_update:1163 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2025-04-17 12:53:07.108 | ++ 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-17 12:53:07.315 | Hit:1 https://repo.eu-de-1.cloud.sap/ubuntu jammy InRelease 2025-04-17 12:53:07.321 | Get:2 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates InRelease [128 kB] 2025-04-17 12:53:07.332 | Get:3 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports InRelease [127 kB] 2025-04-17 12:53:07.493 | Get:4 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 Packages [2,496 kB] 2025-04-17 12:53:07.545 | Get:5 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main Translation-en [408 kB] 2025-04-17 12:53:07.560 | Get:6 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 c-n-f Metadata [18.5 kB] 2025-04-17 12:53:07.575 | Get:7 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 Packages [3,326 kB] 2025-04-17 12:53:07.611 | Get:8 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted Translation-en [589 kB] 2025-04-17 12:53:07.616 | Get:9 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [676 B] 2025-04-17 12:53:07.625 | Get:10 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 Packages [1,200 kB] 2025-04-17 12:53:07.641 | Get:11 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe Translation-en [296 kB] 2025-04-17 12:53:07.654 | Get:12 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 c-n-f Metadata [28.7 kB] 2025-04-17 12:53:07.664 | Get:13 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse amd64 Packages [46.5 kB] 2025-04-17 12:53:07.673 | Get:14 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse Translation-en [11.8 kB] 2025-04-17 12:53:07.690 | Get:15 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [592 B] 2025-04-17 12:53:07.703 | Get:16 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main amd64 Packages [68.4 kB] 2025-04-17 12:53:07.714 | Get:17 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main Translation-en [11.1 kB] 2025-04-17 12:53:07.745 | Get:18 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main amd64 c-n-f Metadata [392 B] 2025-04-17 12:53:07.755 | Get:19 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe amd64 Packages [30.0 kB] 2025-04-17 12:53:07.765 | Get:20 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2025-04-17 12:53:07.773 | Get:21 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2025-04-17 12:53:07.789 | Get:22 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2025-04-17 12:53:08.294 | Get:23 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2,222 kB] 2025-04-17 12:53:08.916 | Get:24 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [342 kB] 2025-04-17 12:53:08.926 | Get:25 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.6 kB] 2025-04-17 12:53:08.926 | Get:26 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [3,145 kB] 2025-04-17 12:53:09.056 | Get:27 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [558 kB] 2025-04-17 12:53:09.064 | Get:28 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [624 B] 2025-04-17 12:53:09.064 | Get:29 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [972 kB] 2025-04-17 12:53:09.089 | Get:30 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [209 kB] 2025-04-17 12:53:09.094 | Get:31 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [21.7 kB] 2025-04-17 12:53:09.094 | Get:32 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [39.6 kB] 2025-04-17 12:53:09.095 | Get:33 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [8,716 B] 2025-04-17 12:53:09.095 | Get:34 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [368 B] 2025-04-17 12:53:15.242 | Fetched 16.5 MB in 3s (5,954 kB/s) 2025-04-17 12:53:16.321 | Reading package lists... 2025-04-17 12:53:16.346 | ++ functions-common:apt_get_update:1168 : REPOS_UPDATED=True 2025-04-17 12:53:16.348 | ++ functions-common:apt_get_update:1170 : time_stop apt-get-update 2025-04-17 12:53:16.350 | ++ functions-common:time_stop:2400 : local name 2025-04-17 12:53:16.351 | ++ functions-common:time_stop:2401 : local end_time 2025-04-17 12:53:16.353 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:53:16.355 | ++ functions-common:time_stop:2403 : local total 2025-04-17 12:53:16.356 | ++ functions-common:time_stop:2404 : local start_time 2025-04-17 12:53:16.358 | ++ functions-common:time_stop:2406 : name=apt-get-update 2025-04-17 12:53:16.360 | ++ functions-common:time_stop:2407 : start_time=1744894387101 2025-04-17 12:53:16.361 | ++ functions-common:time_stop:2409 : [[ -z 1744894387101 ]] 2025-04-17 12:53:16.364 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:53:16.367 | ++ functions-common:time_stop:2412 : end_time=1744894396365 2025-04-17 12:53:16.369 | ++ functions-common:time_stop:2413 : elapsed_time=9264 2025-04-17 12:53:16.370 | ++ functions-common:time_stop:2414 : total=0 2025-04-17 12:53:16.372 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:53:16.374 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9264 2025-04-17 12:53:16.376 | ++ 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-17 12:53:16.377 | ++ functions-common:real_install_package:1409 : is_ubuntu 2025-04-17 12:53:16.379 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:53:16.381 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:53:16.383 | ++ 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-17 12:53:16.398 | ++ 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-17 12:53:16.458 | Reading package lists... 2025-04-17 12:53:16.668 | Building dependency tree... 2025-04-17 12:53:16.669 | Reading state information... 2025-04-17 12:53:16.865 | acl is already the newest version (2.3.1-1). 2025-04-17 12:53:16.865 | bc is already the newest version (1.07.1-3build1). 2025-04-17 12:53:16.865 | bc set to manually installed. 2025-04-17 12:53:16.865 | conntrack is already the newest version (1:1.4.6-2build2). 2025-04-17 12:53:16.865 | ebtables is already the newest version (2.0.11-4build2). 2025-04-17 12:53:16.865 | g++ is already the newest version (4:11.2.0-1ubuntu1). 2025-04-17 12:53:16.865 | gcc is already the newest version (4:11.2.0-1ubuntu1). 2025-04-17 12:53:16.866 | genisoimage is already the newest version (9:1.1.11-3.2ubuntu1). 2025-04-17 12:53:16.866 | gettext is already the newest version (0.21-4ubuntu4). 2025-04-17 12:53:16.866 | ipset is already the newest version (7.15-1build1). 2025-04-17 12:53:16.866 | iputils-arping is already the newest version (3:20211215-1). 2025-04-17 12:53:16.866 | iputils-ping is already the newest version (3:20211215-1). 2025-04-17 12:53:16.866 | iputils-ping set to manually installed. 2025-04-17 12:53:16.866 | keepalived is already the newest version (1:2.2.4-0.2build1). 2025-04-17 12:53:16.866 | libffi-dev is already the newest version (3.4.2-4). 2025-04-17 12:53:16.866 | libjpeg-dev is already the newest version (8c-2ubuntu10). 2025-04-17 12:53:16.866 | libyaml-dev is already the newest version (0.2.2-1build2). 2025-04-17 12:53:16.866 | lsof is already the newest version (4.93.2+dfsg-1.1build2). 2025-04-17 12:53:16.866 | lsof set to manually installed. 2025-04-17 12:53:16.866 | lsscsi is already the newest version (0.31-1build2). 2025-04-17 12:53:16.866 | parted is already the newest version (3.4-2build1). 2025-04-17 12:53:16.866 | parted set to manually installed. 2025-04-17 12:53:16.866 | pkg-config is already the newest version (0.29.2-1ubuntu3). 2025-04-17 12:53:16.866 | psmisc is already the newest version (23.4-2build3). 2025-04-17 12:53:16.866 | psmisc set to manually installed. 2025-04-17 12:53:16.866 | python3-mysqldb is already the newest version (1.4.6-1build1). 2025-04-17 12:53:16.866 | python3-systemd is already the newest version (234-3ubuntu2). 2025-04-17 12:53:16.866 | python3-systemd set to manually installed. 2025-04-17 12:53:16.866 | socat is already the newest version (1.7.4.1-3ubuntu4). 2025-04-17 12:53:16.866 | thin-provisioning-tools is already the newest version (0.9.0-2ubuntu1). 2025-04-17 12:53:16.866 | thin-provisioning-tools set to manually installed. 2025-04-17 12:53:16.866 | bsdmainutils is already the newest version (12.1.7+nmu3ubuntu2). 2025-04-17 12:53:16.866 | conntrackd is already the newest version (1:1.4.6-2build2). 2025-04-17 12:53:16.866 | libjs-jquery-tablesorter is already the newest version (1:2.31.3+dfsg1-3). 2025-04-17 12:53:16.866 | pm-utils is already the newest version (1.4.1-19). 2025-04-17 12:53:16.866 | postgresql-server-dev-all is already the newest version (238). 2025-04-17 12:53:16.866 | vlan is already the newest version (2.0.5ubuntu5). 2025-04-17 12:53:16.866 | curl is already the newest version (7.81.0-1ubuntu1.20). 2025-04-17 12:53:16.866 | curl set to manually installed. 2025-04-17 12:53:16.866 | dnsmasq-base is already the newest version (2.90-0ubuntu0.22.04.1). 2025-04-17 12:53:16.866 | dnsmasq-utils is already the newest version (2.90-0ubuntu0.22.04.1). 2025-04-17 12:53:16.866 | gawk is already the newest version (1:5.1.0-1ubuntu0.1). 2025-04-17 12:53:16.866 | gawk set to manually installed. 2025-04-17 12:53:16.866 | git is already the newest version (1:2.34.1-1ubuntu1.12). 2025-04-17 12:53:16.866 | git set to manually installed. 2025-04-17 12:53:16.866 | iptables is already the newest version (1.8.7-1ubuntu5.2). 2025-04-17 12:53:16.866 | iptables set to manually installed. 2025-04-17 12:53:16.866 | kpartx is already the newest version (0.8.8-1ubuntu1.22.04.4). 2025-04-17 12:53:16.866 | kpartx set to manually installed. 2025-04-17 12:53:16.866 | libpcre3-dev is already the newest version (2:8.39-13ubuntu0.22.04.1). 2025-04-17 12:53:16.866 | libsasl2-dev is already the newest version (2.1.27+dfsg2-3ubuntu1.2). 2025-04-17 12:53:16.866 | memcached is already the newest version (1.6.14-1ubuntu0.1). 2025-04-17 12:53:16.866 | python3-dev is already the newest version (3.10.6-1~22.04.1). 2025-04-17 12:53:16.866 | sqlite3 is already the newest version (3.37.2-2ubuntu0.3). 2025-04-17 12:53:16.866 | sudo is already the newest version (1.9.9-1ubuntu2.4). 2025-04-17 12:53:16.866 | sudo set to manually installed. 2025-04-17 12:53:16.866 | tar is already the newest version (1.34+dfsg-1ubuntu0.1.22.04.2). 2025-04-17 12:53:16.866 | tar set to manually installed. 2025-04-17 12:53:16.866 | tcpdump is already the newest version (4.99.1-3ubuntu0.2). 2025-04-17 12:53:16.866 | tcpdump set to manually installed. 2025-04-17 12:53:16.866 | unzip is already the newest version (6.0-26ubuntu3.2). 2025-04-17 12:53:16.866 | uuid-runtime is already the newest version (2.37.2-4ubuntu3.4). 2025-04-17 12:53:16.866 | uuid-runtime set to manually installed. 2025-04-17 12:53:16.866 | wget is already the newest version (1.21.2-2ubuntu1.1). 2025-04-17 12:53:16.866 | wget set to manually installed. 2025-04-17 12:53:16.866 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu9.2). 2025-04-17 12:53:16.866 | graphviz is already the newest version (2.42.2-6ubuntu0.1). 2025-04-17 12:53:16.866 | python3-pip is already the newest version (22.0.2+dfsg-1ubuntu0.5). 2025-04-17 12:53:16.866 | python3-venv is already the newest version (3.10.6-1~22.04.1). 2025-04-17 12:53:16.866 | The following additional packages will be installed: 2025-04-17 12:53:16.866 | apache2-bin apache2-data apache2-utils dmeventd dmsetup krb5-multidev 2025-04-17 12:53:16.867 | libgssapi-krb5-2 libgssrpc4 libk5crypto3 libkadm5clnt-mit12 2025-04-17 12:53:16.867 | libkadm5srv-mit12 libkrb5-3 libkrb5support0 libnss-systemd libpam-systemd 2025-04-17 12:53:16.867 | libpq5 libssl3 libsystemd0 libxml2 libxslt1.1 openssh-client 2025-04-17 12:53:16.867 | openssh-sftp-server qemu-block-extra systemd systemd-sysv systemd-timesyncd 2025-04-17 12:53:16.868 | Suggested packages: 2025-04-17 12:53:16.868 | apache2-doc apache2-suexec-pristine | apache2-suexec-custom www-browser 2025-04-17 12:53:16.868 | vim-haproxy haproxy-doc krb5-doc krb5-user postgresql-doc-14 libssl-doc 2025-04-17 12:53:16.868 | keychain libpam-ssh monkeysphere ssh-askpass molly-guard debootstrap 2025-04-17 12:53:16.868 | systemd-container libtss2-rc0 2025-04-17 12:53:16.868 | Recommended packages: 2025-04-17 12:53:16.868 | krb5-locales 2025-04-17 12:53:16.911 | The following packages will be upgraded: 2025-04-17 12:53:16.911 | apache2 apache2-bin apache2-data apache2-dev apache2-utils dmeventd dmsetup 2025-04-17 12:53:16.911 | haproxy krb5-multidev libapache2-mod-proxy-uwsgi libgssapi-krb5-2 libgssrpc4 2025-04-17 12:53:16.911 | libk5crypto3 libkadm5clnt-mit12 libkadm5srv-mit12 libkrb5-3 libkrb5-dev 2025-04-17 12:53:16.912 | libkrb5support0 libldap2-dev libnss-systemd libpam-systemd libpq-dev libpq5 2025-04-17 12:53:16.912 | libssl-dev libssl3 libsystemd-dev libsystemd0 libxml2 libxml2-dev 2025-04-17 12:53:16.912 | libxslt1-dev libxslt1.1 lvm2 open-iscsi openssh-client openssh-server 2025-04-17 12:53:16.912 | openssh-sftp-server openssl qemu-block-extra qemu-utils systemd systemd-sysv 2025-04-17 12:53:16.912 | systemd-timesyncd 2025-04-17 12:53:17.382 | Preconfiguring packages ... 2025-04-17 12:53:17.465 | 42 upgraded, 0 newly installed, 0 to remove and 120 not upgraded. 2025-04-17 12:53:17.465 | Need to get 0 B/22.3 MB of archives. 2025-04-17 12:53:17.465 | After this operation, 29.7 kB of additional disk space will be used. 2025-04-17 12:53:17.923 | (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-17 12:53:17.929 | Preparing to unpack .../0-libsystemd-dev_249.11-0ubuntu3.15_amd64.deb ... 2025-04-17 12:53:17.945 | Unpacking libsystemd-dev:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-17 12:53:18.120 | Preparing to unpack .../1-libnss-systemd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-17 12:53:18.135 | Unpacking libnss-systemd:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-17 12:53:18.200 | Preparing to unpack .../2-systemd-timesyncd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-17 12:53:18.212 | Unpacking systemd-timesyncd (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-17 12:53:18.279 | Preparing to unpack .../3-systemd-sysv_249.11-0ubuntu3.15_amd64.deb ... 2025-04-17 12:53:18.290 | Unpacking systemd-sysv (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-17 12:53:18.346 | Preparing to unpack .../4-libpam-systemd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-17 12:53:18.359 | Unpacking libpam-systemd:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-17 12:53:18.411 | Preparing to unpack .../5-libssl-dev_3.0.2-0ubuntu1.19_amd64.deb ... 2025-04-17 12:53:18.421 | Unpacking libssl-dev:amd64 (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-04-17 12:53:18.588 | Preparing to unpack .../6-libssl3_3.0.2-0ubuntu1.19_amd64.deb ... 2025-04-17 12:53:18.599 | Unpacking libssl3:amd64 (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-04-17 12:53:18.695 | Setting up libssl3:amd64 (3.0.2-0ubuntu1.19) ... 2025-04-17 12:53:18.925 | (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-17 12:53:18.932 | Preparing to unpack .../systemd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-17 12:53:18.977 | Unpacking systemd (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-17 12:53:19.272 | Preparing to unpack .../libsystemd0_249.11-0ubuntu3.15_amd64.deb ... 2025-04-17 12:53:19.283 | Unpacking libsystemd0:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-17 12:53:19.348 | Setting up libsystemd0:amd64 (249.11-0ubuntu3.15) ... 2025-04-17 12:53:19.461 | (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-17 12:53:19.467 | Preparing to unpack .../00-libapache2-mod-proxy-uwsgi_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-17 12:53:19.488 | Unpacking libapache2-mod-proxy-uwsgi (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-17 12:53:19.540 | Preparing to unpack .../01-libxml2-dev_2.9.13+dfsg-1ubuntu0.6_amd64.deb ... 2025-04-17 12:53:19.550 | Unpacking libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.6) over (2.9.13+dfsg-1ubuntu0.5) ... 2025-04-17 12:53:19.638 | Preparing to unpack .../02-libxml2_2.9.13+dfsg-1ubuntu0.6_amd64.deb ... 2025-04-17 12:53:19.649 | Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.6) over (2.9.13+dfsg-1ubuntu0.5) ... 2025-04-17 12:53:19.723 | Preparing to unpack .../03-apache2_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-17 12:53:19.739 | Unpacking apache2 (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-17 12:53:19.833 | Preparing to unpack .../04-apache2-bin_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-17 12:53:19.843 | Unpacking apache2-bin (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-17 12:53:19.936 | Preparing to unpack .../05-apache2-data_2.4.52-1ubuntu4.14_all.deb ... 2025-04-17 12:53:19.946 | Unpacking apache2-data (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-17 12:53:20.051 | Preparing to unpack .../06-apache2-utils_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-17 12:53:20.062 | Unpacking apache2-utils (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-17 12:53:20.129 | Preparing to unpack .../07-haproxy_2.4.24-0ubuntu0.22.04.2_amd64.deb ... 2025-04-17 12:53:20.150 | Unpacking haproxy (2.4.24-0ubuntu0.22.04.2) over (2.4.24-0ubuntu0.22.04.1) ... 2025-04-17 12:53:20.253 | Preparing to unpack .../08-dmsetup_2%3a1.02.175-2.1ubuntu5_amd64.deb ... 2025-04-17 12:53:20.267 | Unpacking dmsetup (2:1.02.175-2.1ubuntu5) over (2:1.02.175-2.1ubuntu4) ... 2025-04-17 12:53:20.330 | Preparing to unpack .../09-dmeventd_2%3a1.02.175-2.1ubuntu5_amd64.deb ... 2025-04-17 12:53:20.343 | Unpacking dmeventd (2:1.02.175-2.1ubuntu5) over (2:1.02.175-2.1ubuntu4) ... 2025-04-17 12:53:20.409 | Preparing to unpack .../10-lvm2_2.03.11-2.1ubuntu5_amd64.deb ... 2025-04-17 12:53:20.434 | Unpacking lvm2 (2.03.11-2.1ubuntu5) over (2.03.11-2.1ubuntu4) ... 2025-04-17 12:53:20.559 | Preparing to unpack .../11-open-iscsi_2.1.5-1ubuntu1.1_amd64.deb ... 2025-04-17 12:53:20.792 | Unpacking open-iscsi (2.1.5-1ubuntu1.1) over (2.1.5-1ubuntu1) ... 2025-04-17 12:53:20.867 | Preparing to unpack .../12-libk5crypto3_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-17 12:53:20.878 | Unpacking libk5crypto3:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-17 12:53:20.940 | Setting up libk5crypto3:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-17 12:53:21.058 | (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-17 12:53:21.064 | Preparing to unpack .../libkrb5support0_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-17 12:53:21.075 | Unpacking libkrb5support0:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-17 12:53:21.136 | Setting up libkrb5support0:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-17 12:53:21.251 | (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-17 12:53:21.257 | Preparing to unpack .../libkrb5-3_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-17 12:53:21.268 | Unpacking libkrb5-3:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-17 12:53:21.341 | Setting up libkrb5-3:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-17 12:53:21.483 | (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-17 12:53:21.489 | Preparing to unpack .../libgssapi-krb5-2_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-17 12:53:21.500 | Unpacking libgssapi-krb5-2:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-17 12:53:21.564 | Setting up libgssapi-krb5-2:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-17 12:53:21.685 | (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-17 12:53:21.690 | Preparing to unpack .../00-libgssrpc4_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-17 12:53:21.702 | Unpacking libgssrpc4:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-17 12:53:21.759 | Preparing to unpack .../01-libkadm5srv-mit12_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-17 12:53:21.769 | Unpacking libkadm5srv-mit12:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-17 12:53:21.829 | Preparing to unpack .../02-libkadm5clnt-mit12_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-17 12:53:21.839 | Unpacking libkadm5clnt-mit12:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-17 12:53:21.892 | Preparing to unpack .../03-libkrb5-dev_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-17 12:53:21.902 | Unpacking libkrb5-dev:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-17 12:53:21.962 | Preparing to unpack .../04-krb5-multidev_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-17 12:53:21.972 | Unpacking krb5-multidev:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-17 12:53:22.035 | Preparing to unpack .../05-openssh-sftp-server_1%3a8.9p1-3ubuntu0.11_amd64.deb ... 2025-04-17 12:53:22.045 | Unpacking openssh-sftp-server (1:8.9p1-3ubuntu0.11) over (1:8.9p1-3ubuntu0.10) ... 2025-04-17 12:53:22.109 | Preparing to unpack .../06-openssh-server_1%3a8.9p1-3ubuntu0.11_amd64.deb ... 2025-04-17 12:53:22.137 | Unpacking openssh-server (1:8.9p1-3ubuntu0.11) over (1:8.9p1-3ubuntu0.10) ... 2025-04-17 12:53:22.220 | Preparing to unpack .../07-openssh-client_1%3a8.9p1-3ubuntu0.11_amd64.deb ... 2025-04-17 12:53:22.241 | Unpacking openssh-client (1:8.9p1-3ubuntu0.11) over (1:8.9p1-3ubuntu0.10) ... 2025-04-17 12:53:22.327 | Preparing to unpack .../08-openssl_3.0.2-0ubuntu1.19_amd64.deb ... 2025-04-17 12:53:22.337 | Unpacking openssl (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-04-17 12:53:22.446 | Preparing to unpack .../09-apache2-dev_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-17 12:53:22.456 | Unpacking apache2-dev (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-17 12:53:22.528 | Preparing to unpack .../10-libpq-dev_14.17-0ubuntu0.22.04.1_amd64.deb ... 2025-04-17 12:53:22.538 | Unpacking libpq-dev (14.17-0ubuntu0.22.04.1) over (14.15-0ubuntu0.22.04.1) ... 2025-04-17 12:53:22.601 | Preparing to unpack .../11-libpq5_14.17-0ubuntu0.22.04.1_amd64.deb ... 2025-04-17 12:53:22.612 | Unpacking libpq5:amd64 (14.17-0ubuntu0.22.04.1) over (14.15-0ubuntu0.22.04.1) ... 2025-04-17 12:53:22.666 | Preparing to unpack .../12-libxslt1-dev_1.1.34-4ubuntu0.22.04.3_amd64.deb ... 2025-04-17 12:53:22.677 | Unpacking libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.3) over (1.1.34-4ubuntu0.22.04.1) ... 2025-04-17 12:53:22.769 | Preparing to unpack .../13-libxslt1.1_1.1.34-4ubuntu0.22.04.3_amd64.deb ... 2025-04-17 12:53:22.780 | Unpacking libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.3) over (1.1.34-4ubuntu0.22.04.1) ... 2025-04-17 12:53:22.841 | Preparing to unpack .../14-qemu-block-extra_1%3a6.2+dfsg-2ubuntu6.26_amd64.deb ... 2025-04-17 12:53:22.861 | Unpacking qemu-block-extra (1:6.2+dfsg-2ubuntu6.26) over (1:6.2+dfsg-2ubuntu6.24) ... 2025-04-17 12:53:22.914 | Preparing to unpack .../15-qemu-utils_1%3a6.2+dfsg-2ubuntu6.26_amd64.deb ... 2025-04-17 12:53:22.925 | Unpacking qemu-utils (1:6.2+dfsg-2ubuntu6.26) over (1:6.2+dfsg-2ubuntu6.24) ... 2025-04-17 12:53:23.028 | Preparing to unpack .../16-libldap2-dev_2.5.18+dfsg-0ubuntu0.22.04.3_all.deb ... 2025-04-17 12:53:23.039 | Unpacking libldap2-dev (2.5.18+dfsg-0ubuntu0.22.04.3) over (2.5.18+dfsg-0ubuntu0.22.04.2) ... 2025-04-17 12:53:23.101 | Setting up openssh-client (1:8.9p1-3ubuntu0.11) ... 2025-04-17 12:53:23.174 | Setting up libpq5:amd64 (14.17-0ubuntu0.22.04.1) ... 2025-04-17 12:53:23.184 | Setting up haproxy (2.4.24-0ubuntu0.22.04.2) ... 2025-04-17 12:53:24.022 | Setting up systemd (249.11-0ubuntu3.15) ... 2025-04-17 12:53:24.697 | Setting up open-iscsi (2.1.5-1ubuntu1.1) ... 2025-04-17 12:53:25.678 | iscsid.service is a disabled or a static unit, not starting it. 2025-04-17 12:53:26.495 | Setting up libldap2-dev (2.5.18+dfsg-0ubuntu0.22.04.3) ... 2025-04-17 12:53:26.506 | Setting up libgssrpc4:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-17 12:53:26.516 | Setting up libssl-dev:amd64 (3.0.2-0ubuntu1.19) ... 2025-04-17 12:53:26.526 | Setting up systemd-timesyncd (249.11-0ubuntu3.15) ... 2025-04-17 12:53:27.013 | Setting up dmsetup (2:1.02.175-2.1ubuntu5) ... 2025-04-17 12:53:27.027 | update-initramfs: deferring update (trigger activated) 2025-04-17 12:53:27.032 | Setting up dmeventd (2:1.02.175-2.1ubuntu5) ... 2025-04-17 12:53:27.415 | dm-event.service is a disabled or a static unit not running, not starting it. 2025-04-17 12:53:27.477 | Setting up libkadm5srv-mit12:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-17 12:53:27.491 | Setting up apache2-data (2.4.52-1ubuntu4.14) ... 2025-04-17 12:53:27.508 | Setting up qemu-utils (1:6.2+dfsg-2ubuntu6.26) ... 2025-04-17 12:53:27.519 | Setting up openssl (3.0.2-0ubuntu1.19) ... 2025-04-17 12:53:27.535 | Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.6) ... 2025-04-17 12:53:27.545 | Setting up qemu-block-extra (1:6.2+dfsg-2ubuntu6.26) ... 2025-04-17 12:53:28.245 | Setting up libsystemd-dev:amd64 (249.11-0ubuntu3.15) ... 2025-04-17 12:53:28.255 | Setting up libkadm5clnt-mit12:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-17 12:53:28.266 | Setting up apache2-utils (2.4.52-1ubuntu4.14) ... 2025-04-17 12:53:28.276 | Setting up apache2-dev (2.4.52-1ubuntu4.14) ... 2025-04-17 12:53:28.286 | Setting up krb5-multidev:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-17 12:53:28.297 | Setting up openssh-sftp-server (1:8.9p1-3ubuntu0.11) ... 2025-04-17 12:53:28.308 | Setting up systemd-sysv (249.11-0ubuntu3.15) ... 2025-04-17 12:53:28.320 | Setting up openssh-server (1:8.9p1-3ubuntu0.11) ... 2025-04-17 12:53:29.141 | rescue-ssh.target is a disabled or a static unit not running, not starting it. 2025-04-17 12:53:29.607 | ssh.socket is a disabled or a static unit not running, not starting it. 2025-04-17 12:53:29.650 | Setting up libnss-systemd:amd64 (249.11-0ubuntu3.15) ... 2025-04-17 12:53:29.662 | Setting up libpq-dev (14.17-0ubuntu0.22.04.1) ... 2025-04-17 12:53:29.674 | Setting up apache2-bin (2.4.52-1ubuntu4.14) ... 2025-04-17 12:53:29.685 | Setting up lvm2 (2.03.11-2.1ubuntu5) ... 2025-04-17 12:53:29.781 | update-initramfs: deferring update (trigger activated) 2025-04-17 12:53:31.153 | Setting up libkrb5-dev:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-17 12:53:31.164 | Setting up libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.6) ... 2025-04-17 12:53:31.175 | Setting up libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.3) ... 2025-04-17 12:53:31.188 | Setting up libpam-systemd:amd64 (249.11-0ubuntu3.15) ... 2025-04-17 12:53:31.360 | Setting up libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.3) ... 2025-04-17 12:53:31.371 | Setting up apache2 (2.4.52-1ubuntu4.14) ... 2025-04-17 12:53:33.321 | apache-htcacheclean.service is a disabled or a static unit not running, not starting it. 2025-04-17 12:53:33.342 | Setting up libapache2-mod-proxy-uwsgi (2.4.52-1ubuntu4.14) ... 2025-04-17 12:53:33.357 | Processing triggers for libc-bin (2.35-0ubuntu3.8) ... 2025-04-17 12:53:33.398 | Processing triggers for rsyslog (8.2112.0-2ubuntu2.2) ... 2025-04-17 12:53:33.449 | Processing triggers for ufw (0.36.1-4ubuntu0.1) ... 2025-04-17 12:53:33.520 | Processing triggers for man-db (2.10.2-1) ... 2025-04-17 12:53:33.782 | Processing triggers for dbus (1.12.20-2ubuntu4.1) ... 2025-04-17 12:53:33.797 | Processing triggers for initramfs-tools (0.140ubuntu13.4) ... 2025-04-17 12:53:33.832 | update-initramfs: Generating /boot/initrd.img-6.8.0-52-generic 2025-04-17 12:53:40.560 | NEEDRESTART-VER: 3.5 2025-04-17 12:53:41.279 | NEEDRESTART-KCUR: 6.8.0-52-generic 2025-04-17 12:53:41.279 | NEEDRESTART-KEXP: 6.8.0-52-generic 2025-04-17 12:53:41.279 | NEEDRESTART-KSTA: 1 2025-04-17 12:53:41.279 | NEEDRESTART-SVC: apt-news.service 2025-04-17 12:53:41.279 | NEEDRESTART-SVC: conntrackd.service 2025-04-17 12:53:41.279 | NEEDRESTART-SVC: dbus.service 2025-04-17 12:53:41.279 | NEEDRESTART-SVC: epmd.service 2025-04-17 12:53:41.279 | NEEDRESTART-SVC: esm-cache.service 2025-04-17 12:53:41.279 | NEEDRESTART-SVC: irqbalance.service 2025-04-17 12:53:41.279 | NEEDRESTART-SVC: mariadb.service 2025-04-17 12:53:41.279 | NEEDRESTART-SVC: memcached.service 2025-04-17 12:53:41.279 | NEEDRESTART-SVC: ModemManager.service 2025-04-17 12:53:41.279 | NEEDRESTART-SVC: multipathd.service 2025-04-17 12:53:41.279 | NEEDRESTART-SVC: networkd-dispatcher.service 2025-04-17 12:53:41.279 | NEEDRESTART-SVC: open-vm-tools.service 2025-04-17 12:53:41.279 | NEEDRESTART-SVC: ovs-vswitchd.service 2025-04-17 12:53:41.279 | NEEDRESTART-SVC: ovsdb-server.service 2025-04-17 12:53:41.279 | NEEDRESTART-SVC: packagekit.service 2025-04-17 12:53:41.279 | NEEDRESTART-SVC: pmcd.service 2025-04-17 12:53:41.279 | NEEDRESTART-SVC: pmie.service 2025-04-17 12:53:41.279 | NEEDRESTART-SVC: pmie_farm.service 2025-04-17 12:53:41.279 | NEEDRESTART-SVC: pmlogger.service 2025-04-17 12:53:41.279 | NEEDRESTART-SVC: pmlogger_farm.service 2025-04-17 12:53:41.279 | NEEDRESTART-SVC: pmproxy.service 2025-04-17 12:53:41.279 | NEEDRESTART-SVC: polkit.service 2025-04-17 12:53:41.279 | NEEDRESTART-SVC: rabbitmq-server.service 2025-04-17 12:53:41.279 | NEEDRESTART-SVC: systemd-logind.service 2025-04-17 12:53:41.279 | NEEDRESTART-SVC: systemd-udevd.service 2025-04-17 12:53:41.279 | NEEDRESTART-SVC: udisks2.service 2025-04-17 12:53:41.279 | NEEDRESTART-SVC: user@1001.service 2025-04-17 12:53:41.279 | NEEDRESTART-SVC: vgauth.service 2025-04-17 12:53:43.577 | ++ functions-common:apt_get:1194 : result=0 2025-04-17 12:53:43.579 | ++ functions-common:apt_get:1197 : time_stop apt-get 2025-04-17 12:53:43.581 | ++ functions-common:time_stop:2400 : local name 2025-04-17 12:53:43.583 | ++ functions-common:time_stop:2401 : local end_time 2025-04-17 12:53:43.584 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:53:43.586 | ++ functions-common:time_stop:2403 : local total 2025-04-17 12:53:43.588 | ++ functions-common:time_stop:2404 : local start_time 2025-04-17 12:53:43.590 | ++ functions-common:time_stop:2406 : name=apt-get 2025-04-17 12:53:43.591 | ++ functions-common:time_stop:2407 : start_time=1744894396396 2025-04-17 12:53:43.593 | ++ functions-common:time_stop:2409 : [[ -z 1744894396396 ]] 2025-04-17 12:53:43.595 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:53:43.598 | ++ functions-common:time_stop:2412 : end_time=1744894423596 2025-04-17 12:53:43.600 | ++ functions-common:time_stop:2413 : elapsed_time=27200 2025-04-17 12:53:43.601 | ++ functions-common:time_stop:2414 : total=535 2025-04-17 12:53:43.603 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:53:43.605 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=27735 2025-04-17 12:53:43.607 | ++ functions-common:apt_get:1198 : return 0 2025-04-17 12:53:43.609 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2025-04-17 12:53:43.610 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2025-04-17 12:53:43.613 | +++ tools/install_prereqs.sh:source:83 : which python3.10 2025-04-17 12:53:43.616 | ++ tools/install_prereqs.sh:source:83 : export PYTHON=/usr/bin/python3.10 2025-04-17 12:53:43.618 | ++ tools/install_prereqs.sh:source:83 : PYTHON=/usr/bin/python3.10 2025-04-17 12:53:43.620 | ++ tools/install_prereqs.sh:source:88 : date +%s 2025-04-17 12:53:43.624 | ++ tools/install_prereqs.sh:source:89 : date 2025-04-17 12:53:43.627 | + stack.sh:main:805 : [[ False != \T\r\u\e ]] 2025-04-17 12:53:43.629 | + stack.sh:main:806 : PYPI_ALTERNATIVE_URL= 2025-04-17 12:53:43.631 | + stack.sh:main:806 : /opt/stack/devstack/tools/install_pip.sh 2025-04-17 12:53:43.933 | + tools/install_pip.sh:main:25 : FILES=/opt/stack/devstack/files 2025-04-17 12:53:43.934 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2025-04-17 12:53:43.935 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2025-04-17 12:53:43.936 | + tools/install_pip.sh:main:43 : GetDistro 2025-04-17 12:53:43.938 | + functions-common:GetDistro:449 : GetOSVersion 2025-04-17 12:53:43.939 | + functions-common:GetOSVersion:416 : source /etc/os-release 2025-04-17 12:53:43.940 | ++ /etc/os-release:source:1 : PRETTY_NAME='Ubuntu 22.04.5 LTS' 2025-04-17 12:53:43.942 | ++ /etc/os-release:source:2 : NAME=Ubuntu 2025-04-17 12:53:43.943 | ++ /etc/os-release:source:3 : VERSION_ID=22.04 2025-04-17 12:53:43.944 | ++ /etc/os-release:source:4 : VERSION='22.04.5 LTS (Jammy Jellyfish)' 2025-04-17 12:53:43.945 | ++ /etc/os-release:source:5 : VERSION_CODENAME=jammy 2025-04-17 12:53:43.947 | ++ /etc/os-release:source:6 : ID=ubuntu 2025-04-17 12:53:43.948 | ++ /etc/os-release:source:7 : ID_LIKE=debian 2025-04-17 12:53:43.949 | ++ /etc/os-release:source:8 : HOME_URL=https://www.ubuntu.com/ 2025-04-17 12:53:43.950 | ++ /etc/os-release:source:9 : SUPPORT_URL=https://help.ubuntu.com/ 2025-04-17 12:53:43.952 | ++ /etc/os-release:source:10 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2025-04-17 12:53:43.953 | ++ /etc/os-release:source:11 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2025-04-17 12:53:43.954 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=jammy 2025-04-17 12:53:43.955 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) == \c\e\n\t\o\s\9 ]] 2025-04-17 12:53:43.957 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) =~ rhel9 ]] 2025-04-17 12:53:43.958 | + functions-common:GetOSVersion:421 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) =~ rocky9 ]] 2025-04-17 12:53:43.959 | + functions-common:GetOSVersion:425 : _ensure_lsb_release 2025-04-17 12:53:43.961 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2025-04-17 12:53:43.963 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2025-04-17 12:53:43.964 | + functions-common:_ensure_lsb_release:394 : return 2025-04-17 12:53:43.965 | ++ functions-common:GetOSVersion:427 : lsb_release -r -s 2025-04-17 12:53:43.999 | + functions-common:GetOSVersion:427 : os_RELEASE=22.04 2025-04-17 12:53:44.001 | ++ functions-common:GetOSVersion:428 : lsb_release -c -s 2025-04-17 12:53:44.035 | + functions-common:GetOSVersion:428 : os_CODENAME=jammy 2025-04-17 12:53:44.037 | ++ functions-common:GetOSVersion:429 : lsb_release -i -s 2025-04-17 12:53:44.070 | + functions-common:GetOSVersion:429 : os_VENDOR=Ubuntu 2025-04-17 12:53:44.072 | + functions-common:GetOSVersion:432 : [[ Ubuntu =~ (Debian|Ubuntu) ]] 2025-04-17 12:53:44.073 | + functions-common:GetOSVersion:433 : os_PACKAGE=deb 2025-04-17 12:53:44.075 | + functions-common:GetOSVersion:438 : typeset -xr os_VENDOR 2025-04-17 12:53:44.076 | + functions-common:GetOSVersion:439 : typeset -xr os_RELEASE 2025-04-17 12:53:44.077 | + functions-common:GetOSVersion:440 : typeset -xr os_PACKAGE 2025-04-17 12:53:44.079 | + functions-common:GetOSVersion:441 : typeset -xr os_CODENAME 2025-04-17 12:53:44.080 | + functions-common:GetDistro:450 : [[ Ubuntu =~ (Ubuntu) ]] 2025-04-17 12:53:44.082 | + functions-common:GetDistro:453 : DISTRO=jammy 2025-04-17 12:53:44.083 | + functions-common:GetDistro:491 : typeset -xr DISTRO 2025-04-17 12:53:44.084 | + tools/install_pip.sh:main:44 : echo 'Distro: jammy' 2025-04-17 12:53:44.085 | Distro: jammy 2025-04-17 12:53:44.086 | + tools/install_pip.sh:main:124 : get_versions 2025-04-17 12:53:44.087 | ++ tools/install_pip.sh:get_versions:49 : which pip 2025-04-17 12:53:44.090 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2025-04-17 12:53:44.091 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2025-04-17 12:53:44.093 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2025-04-17 12:53:44.093 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2025-04-17 12:53:44.151 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2025-04-17 12:53:44.152 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2025-04-17 12:53:44.152 | pip: 0.1.15 2025-04-17 12:53:44.153 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2025-04-17 12:53:44.155 | + tools/install_pip.sh:main:130 : is_fedora 2025-04-17 12:53:44.156 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-17 12:53:44.157 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-17 12:53:44.159 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-17 12:53:44.160 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-17 12:53:44.161 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-17 12:53:44.162 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-17 12:53:44.164 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-17 12:53:44.165 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-17 12:53:44.166 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-17 12:53:44.167 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-17 12:53:44.168 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-17 12:53:44.170 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-17 12:53:44.171 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-17 12:53:44.172 | + tools/install_pip.sh:main:141 : is_ubuntu 2025-04-17 12:53:44.174 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:53:44.175 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:53:44.176 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack//requirements/upper-constraints.txt 2025-04-17 12:53:44.180 | + tools/install_pip.sh:main:153 : set -x 2025-04-17 12:53:44.181 | + tools/install_pip.sh:main:156 : get_versions 2025-04-17 12:53:44.183 | ++ tools/install_pip.sh:get_versions:49 : which pip 2025-04-17 12:53:44.185 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2025-04-17 12:53:44.186 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2025-04-17 12:53:44.188 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2025-04-17 12:53:44.189 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2025-04-17 12:53:44.197 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2025-04-17 12:53:44.198 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2025-04-17 12:53:44.198 | pip: 0.1.15 2025-04-17 12:53:44.200 | + stack.sh:main:810 : source /opt/stack/devstack/tools/fixup_stuff.sh 2025-04-17 12:53:44.203 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /opt/stack/devstack ]] 2025-04-17 12:53:44.205 | + stack.sh:main:811 : fixup_all 2025-04-17 12:53:44.207 | + tools/fixup_stuff.sh:fixup_all:124 : fixup_ubuntu 2025-04-17 12:53:44.208 | + tools/fixup_stuff.sh:fixup_ubuntu:108 : is_ubuntu 2025-04-17 12:53:44.210 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:53:44.212 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:53:44.213 | + tools/fixup_stuff.sh:fixup_ubuntu:118 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.4.1.egg-info 2025-04-17 12:53:44.223 | + tools/fixup_stuff.sh:fixup_ubuntu:119 : sudo rm -rf /usr/lib/python3/dist-packages/pyasn1_modules-0.2.1.egg-info 2025-04-17 12:53:44.232 | + tools/fixup_stuff.sh:fixup_ubuntu:120 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2025-04-17 12:53:44.240 | + tools/fixup_stuff.sh:fixup_all:125 : fixup_fedora 2025-04-17 12:53:44.241 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2025-04-17 12:53:44.243 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-17 12:53:44.245 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-17 12:53:44.247 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-17 12:53:44.248 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-17 12:53:44.250 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-17 12:53:44.251 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-17 12:53:44.253 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-17 12:53:44.255 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-17 12:53:44.256 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-17 12:53:44.258 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-17 12:53:44.260 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-17 12:53:44.261 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-17 12:53:44.263 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-17 12:53:44.265 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2025-04-17 12:53:44.267 | + stack.sh:main:813 : [[ True == \T\r\u\e ]] 2025-04-17 12:53:44.269 | + stack.sh:main:815 : sudo ln -sf /opt/stack/data/venv/bin/cinder-rtstool /usr/local/bin 2025-04-17 12:53:44.277 | + stack.sh:main:816 : sudo ln -sf /opt/stack/data/venv/bin/glance /usr/local/bin 2025-04-17 12:53:44.286 | + stack.sh:main:817 : sudo ln -sf /opt/stack/data/venv/bin/nova-manage /usr/local/bin 2025-04-17 12:53:44.295 | + stack.sh:main:818 : sudo ln -sf /opt/stack/data/venv/bin/openstack /usr/local/bin 2025-04-17 12:53:44.303 | + stack.sh:main:819 : sudo ln -sf /opt/stack/data/venv/bin/privsep-helper /usr/local/bin 2025-04-17 12:53:44.312 | + stack.sh:main:820 : sudo ln -sf /opt/stack/data/venv/bin/rally /usr/local/bin 2025-04-17 12:53:44.320 | + stack.sh:main:821 : sudo ln -sf /opt/stack/data/venv/bin/tox /usr/local/bin 2025-04-17 12:53:44.329 | + stack.sh:main:823 : setup_devstack_virtualenv 2025-04-17 12:53:44.330 | + inc/python:setup_devstack_virtualenv:39 : [[ ! -d /opt/stack/data/venv ]] 2025-04-17 12:53:44.332 | + 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-17 12:53:44.334 | + 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-17 12:53:44.336 | + 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-17 12:53:44.337 | + inc/python:setup_devstack_virtualenv:48 : export PYTHON=/opt/stack/data/venv/bin/python3 2025-04-17 12:53:44.340 | + inc/python:setup_devstack_virtualenv:48 : PYTHON=/opt/stack/data/venv/bin/python3 2025-04-17 12:53:44.341 | + stack.sh:main:827 : pip_install -U os-testr 2025-04-17 12:53:44.359 | Using python 3.10 to install os-testr 2025-04-17 12:53:44.361 | + 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-17 12:53:46.315 | Collecting os-testr 2025-04-17 12:53:46.316 | Using cached os_testr-3.0.0-py3-none-any.whl.metadata (1.8 kB) 2025-04-17 12:53:46.356 | Collecting pbr!=2.1.0,>=2.0.0 (from os-testr) 2025-04-17 12:53:46.357 | Using cached pbr-5.11.1-py2.py3-none-any.whl.metadata (1.3 kB) 2025-04-17 12:53:46.378 | Collecting python-subunit>=1.0.0 (from os-testr) 2025-04-17 12:53:46.380 | Using cached python_subunit-1.4.2-py3-none-any.whl.metadata (22 kB) 2025-04-17 12:53:46.406 | Collecting testtools>=2.2.0 (from os-testr) 2025-04-17 12:53:46.407 | Using cached testtools-2.6.0-py3-none-any.whl.metadata (5.2 kB) 2025-04-17 12:53:46.431 | Collecting extras (from python-subunit>=1.0.0->os-testr) 2025-04-17 12:53:46.432 | Using cached extras-1.0.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-04-17 12:53:46.560 | Collecting fixtures>=2.0 (from testtools>=2.2.0->os-testr) 2025-04-17 12:53:46.560 | Using cached fixtures-4.0.1-py3-none-any.whl 2025-04-17 12:53:46.584 | Using cached os_testr-3.0.0-py3-none-any.whl (32 kB) 2025-04-17 12:53:46.586 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2025-04-17 12:53:46.589 | Using cached python_subunit-1.4.2-py3-none-any.whl (106 kB) 2025-04-17 12:53:46.593 | Using cached testtools-2.6.0-py3-none-any.whl (182 kB) 2025-04-17 12:53:46.597 | Using cached extras-1.0.0-py2.py3-none-any.whl (7.3 kB) 2025-04-17 12:53:46.665 | Installing collected packages: extras, pbr, fixtures, testtools, python-subunit, os-testr 2025-04-17 12:53:47.013 | 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-17 12:53:47.090 | + inc/python:pip_install:222 : result=0 2025-04-17 12:53:47.092 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-17 12:53:47.094 | + functions-common:time_stop:2400 : local name 2025-04-17 12:53:47.096 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:53:47.097 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:53:47.099 | + functions-common:time_stop:2403 : local total 2025-04-17 12:53:47.101 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:53:47.102 | + functions-common:time_stop:2406 : name=pip_install 2025-04-17 12:53:47.104 | + functions-common:time_stop:2407 : start_time=1744894424355 2025-04-17 12:53:47.106 | + functions-common:time_stop:2409 : [[ -z 1744894424355 ]] 2025-04-17 12:53:47.108 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:53:47.111 | + functions-common:time_stop:2412 : end_time=1744894427109 2025-04-17 12:53:47.113 | + functions-common:time_stop:2413 : elapsed_time=2754 2025-04-17 12:53:47.114 | + functions-common:time_stop:2414 : total=0 2025-04-17 12:53:47.116 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:53:47.118 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2754 2025-04-17 12:53:47.120 | + inc/python:pip_install:225 : return 0 2025-04-17 12:53:47.122 | + stack.sh:main:831 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2025-04-17 12:53:47.162 | + stack.sh:main:832 : sudo systemctl restart systemd-journald 2025-04-17 12:53:47.216 | + stack.sh:main:838 : install_infra 2025-04-17 12:53:47.218 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-04-17 12:53:47.221 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack//requirements/.venv ']' 2025-04-17 12:53:47.223 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack//requirements/.venv 2025-04-17 12:53:50.386 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-04-17 12:53:50.388 | + lib/infra:install_infra:34 : pip_install -U pbr 2025-04-17 12:53:50.406 | + 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-17 12:53:51.389 | Collecting pbr 2025-04-17 12:53:51.393 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2025-04-17 12:53:51.420 | Installing collected packages: pbr 2025-04-17 12:53:51.487 | Successfully installed pbr-5.11.1 2025-04-17 12:53:51.569 | + inc/python:pip_install:222 : result=0 2025-04-17 12:53:51.572 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-17 12:53:51.574 | + functions-common:time_stop:2400 : local name 2025-04-17 12:53:51.576 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:53:51.577 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:53:51.579 | + functions-common:time_stop:2403 : local total 2025-04-17 12:53:51.581 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:53:51.583 | + functions-common:time_stop:2406 : name=pip_install 2025-04-17 12:53:51.584 | + functions-common:time_stop:2407 : start_time=1744894430399 2025-04-17 12:53:51.586 | + functions-common:time_stop:2409 : [[ -z 1744894430399 ]] 2025-04-17 12:53:51.588 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:53:51.591 | + functions-common:time_stop:2412 : end_time=1744894431589 2025-04-17 12:53:51.592 | + functions-common:time_stop:2413 : elapsed_time=1190 2025-04-17 12:53:51.594 | + functions-common:time_stop:2414 : total=2754 2025-04-17 12:53:51.596 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:53:51.598 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3944 2025-04-17 12:53:51.600 | + inc/python:pip_install:225 : return 0 2025-04-17 12:53:51.602 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-04-17 12:53:51.604 | + lib/infra:install_infra:35 : pip_install /opt/stack//requirements 2025-04-17 12:53:51.623 | + 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-17 12:53:52.505 | Processing /opt/stack/requirements 2025-04-17 12:53:52.505 | Preparing metadata (setup.py): started 2025-04-17 12:53:53.192 | Preparing metadata (setup.py): finished with status 'done' 2025-04-17 12:53:53.284 | Collecting Parsley>=1.2 2025-04-17 12:53:53.287 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2025-04-17 12:53:53.378 | Collecting PyYAML>=3.12 2025-04-17 12:53:53.385 | 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-17 12:53:53.495 | Collecting beagle>=0.2.1 2025-04-17 12:53:53.497 | Using cached beagle-0.4.0-py3-none-any.whl (11 kB) 2025-04-17 12:53:53.529 | Collecting fixtures>=3.0.0 2025-04-17 12:53:53.529 | Using cached fixtures-4.0.1-py3-none-any.whl 2025-04-17 12:53:53.575 | Collecting packaging!=20.5,!=20.6,!=20.7,>=16.5 2025-04-17 12:53:53.577 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2025-04-17 12:53:53.631 | Collecting requests>=2.14.2 2025-04-17 12:53:53.633 | Using cached requests-2.28.2-py3-none-any.whl (62 kB) 2025-04-17 12:53:53.659 | Collecting six>=1.10.0 2025-04-17 12:53:53.660 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2025-04-17 12:53:53.677 | 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-17 12:53:53.715 | Collecting cliff>=2.11.0 2025-04-17 12:53:53.718 | Using cached cliff-4.3.0-py3-none-any.whl (80 kB) 2025-04-17 12:53:53.790 | Collecting urllib3<1.27,>=1.21.1 2025-04-17 12:53:53.794 | Using cached urllib3-1.26.15-py2.py3-none-any.whl (140 kB) 2025-04-17 12:53:53.981 | Collecting charset-normalizer<4,>=2 2025-04-17 12:53:53.985 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB) 2025-04-17 12:53:54.024 | Collecting certifi>=2017.4.17 2025-04-17 12:53:54.027 | Using cached certifi-2025.1.31-py3-none-any.whl (166 kB) 2025-04-17 12:53:54.053 | Collecting idna<4,>=2.5 2025-04-17 12:53:54.056 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2025-04-17 12:53:54.148 | Collecting cmd2>=1.0.0 2025-04-17 12:53:54.152 | Using cached cmd2-2.4.3-py3-none-any.whl (147 kB) 2025-04-17 12:53:54.195 | Collecting stevedore>=2.0.1 2025-04-17 12:53:54.197 | Using cached stevedore-5.1.0-py3-none-any.whl (49 kB) 2025-04-17 12:53:54.274 | Collecting importlib-metadata>=4.4 2025-04-17 12:53:54.276 | Using cached importlib_metadata-6.0.1-py3-none-any.whl (21 kB) 2025-04-17 12:53:54.308 | Collecting PrettyTable>=0.7.2 2025-04-17 12:53:54.310 | Using cached prettytable-3.7.0-py3-none-any.whl (27 kB) 2025-04-17 12:53:54.338 | Collecting autopage>=0.4.0 2025-04-17 12:53:54.340 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2025-04-17 12:53:54.407 | Collecting wcwidth>=0.1.7 2025-04-17 12:53:54.409 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl (29 kB) 2025-04-17 12:53:54.440 | Collecting attrs>=16.3.0 2025-04-17 12:53:54.442 | Using cached attrs-23.1.0-py3-none-any.whl (61 kB) 2025-04-17 12:53:54.463 | Collecting pyperclip>=1.6 2025-04-17 12:53:54.463 | Using cached pyperclip-1.8.2-py3-none-any.whl 2025-04-17 12:53:54.525 | Collecting zipp>=0.5 2025-04-17 12:53:54.527 | Using cached zipp-3.15.0-py3-none-any.whl (6.8 kB) 2025-04-17 12:53:54.585 | Using legacy 'setup.py install' for openstack-requirements, since package 'wheel' is not installed. 2025-04-17 12:53:54.731 | 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-17 12:53:55.527 | Running setup.py install for openstack-requirements: started 2025-04-17 12:53:56.932 | Running setup.py install for openstack-requirements: finished with status 'done' 2025-04-17 12:53:56.940 | 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-17 12:53:57.045 | + inc/python:pip_install:222 : result=0 2025-04-17 12:53:57.047 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-17 12:53:57.049 | + functions-common:time_stop:2400 : local name 2025-04-17 12:53:57.050 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:53:57.052 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:53:57.054 | + functions-common:time_stop:2403 : local total 2025-04-17 12:53:57.056 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:53:57.057 | + functions-common:time_stop:2406 : name=pip_install 2025-04-17 12:53:57.059 | + functions-common:time_stop:2407 : start_time=1744894431617 2025-04-17 12:53:57.061 | + functions-common:time_stop:2409 : [[ -z 1744894431617 ]] 2025-04-17 12:53:57.063 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:53:57.066 | + functions-common:time_stop:2412 : end_time=1744894437064 2025-04-17 12:53:57.068 | + functions-common:time_stop:2413 : elapsed_time=5447 2025-04-17 12:53:57.069 | + functions-common:time_stop:2414 : total=3944 2025-04-17 12:53:57.071 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:53:57.073 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9391 2025-04-17 12:53:57.075 | + inc/python:pip_install:225 : return 0 2025-04-17 12:53:57.077 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2025-04-17 12:53:57.079 | + lib/infra:install_infra:42 : use_library_from_git pbr 2025-04-17 12:53:57.081 | + inc/python:use_library_from_git:272 : local name=pbr 2025-04-17 12:53:57.083 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:53:57.085 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:53:57.087 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,pbr, ]] 2025-04-17 12:53:57.089 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:53:57.091 | + lib/infra:install_infra:48 : pip_install -U pbr 2025-04-17 12:53:57.106 | Using python 3.10 to install pbr 2025-04-17 12:53:57.107 | + 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-17 12:53:57.890 | Requirement already satisfied: pbr in /opt/stack/data/venv/lib/python3.10/site-packages (5.11.1) 2025-04-17 12:53:58.124 | + inc/python:pip_install:222 : result=0 2025-04-17 12:53:58.126 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-17 12:53:58.127 | + functions-common:time_stop:2400 : local name 2025-04-17 12:53:58.129 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:53:58.131 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:53:58.132 | + functions-common:time_stop:2403 : local total 2025-04-17 12:53:58.134 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:53:58.135 | + functions-common:time_stop:2406 : name=pip_install 2025-04-17 12:53:58.137 | + functions-common:time_stop:2407 : start_time=1744894437102 2025-04-17 12:53:58.139 | + functions-common:time_stop:2409 : [[ -z 1744894437102 ]] 2025-04-17 12:53:58.141 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:53:58.144 | + functions-common:time_stop:2412 : end_time=1744894438142 2025-04-17 12:53:58.145 | + functions-common:time_stop:2413 : elapsed_time=1040 2025-04-17 12:53:58.147 | + functions-common:time_stop:2414 : total=9391 2025-04-17 12:53:58.148 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:53:58.150 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10431 2025-04-17 12:53:58.152 | + inc/python:pip_install:225 : return 0 2025-04-17 12:53:58.153 | + stack.sh:main:841 : python3 -m venv /opt/stack//bindep-venv 2025-04-17 12:54:01.263 | + stack.sh:main:843 : /opt/stack//bindep-venv/bin/pip install bindep 2025-04-17 12:54:01.768 | Collecting bindep 2025-04-17 12:54:01.771 | Using cached bindep-2.13.0-py3-none-any.whl (34 kB) 2025-04-17 12:54:01.830 | Collecting pbr>=2 2025-04-17 12:54:01.832 | Using cached pbr-6.1.1-py2.py3-none-any.whl (108 kB) 2025-04-17 12:54:01.850 | Collecting Parsley 2025-04-17 12:54:01.852 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2025-04-17 12:54:01.873 | Collecting distro>=1.7 2025-04-17 12:54:01.875 | Using cached distro-1.9.0-py3-none-any.whl (20 kB) 2025-04-17 12:54:01.914 | Collecting packaging 2025-04-17 12:54:01.916 | Using cached packaging-24.2-py3-none-any.whl (65 kB) 2025-04-17 12:54:01.921 | Requirement already satisfied: setuptools in /opt/stack/bindep-venv/lib/python3.10/site-packages (from pbr>=2->bindep) (59.6.0) 2025-04-17 12:54:01.959 | Installing collected packages: Parsley, pbr, packaging, distro, bindep 2025-04-17 12:54:02.197 | Successfully installed Parsley-1.3 bindep-2.13.0 distro-1.9.0 packaging-24.2 pbr-6.1.1 2025-04-17 12:54:02.265 | + stack.sh:main:844 : export BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2025-04-17 12:54:02.268 | + stack.sh:main:844 : BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2025-04-17 12:54:02.270 | ++ stack.sh:main:847 : _get_plugin_bindep_packages 2025-04-17 12:54:02.283 | + stack.sh:main:847 : pkgs= 2025-04-17 12:54:02.285 | + stack.sh:main:848 : [[ -n '' ]] 2025-04-17 12:54:02.287 | + stack.sh:main:855 : run_phase stack pre-install 2025-04-17 12:54:02.289 | + functions-common:run_phase:1828 : local mode=stack 2025-04-17 12:54:02.291 | + functions-common:run_phase:1829 : local phase=pre-install 2025-04-17 12:54:02.293 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-17 12:54:02.294 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-17 12:54:02.296 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-17 12:54:02.298 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-17 12:54:02.300 | + functions-common:run_phase:1838 : local extra 2025-04-17 12:54:02.302 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-17 12:54:02.305 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-17 12:54:02.307 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-17 12:54:02.309 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-17 12:54:02.310 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack pre-install 2025-04-17 12:54:02.312 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-17 12:54:02.324 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:54:02.326 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-17 12:54:02.327 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-17 12:54:02.329 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2025-04-17 12:54:02.330 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-17 12:54:02.332 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-17 12:54:02.333 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-04-17 12:54:02.335 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2025-04-17 12:54:02.337 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2025-04-17 12:54:02.338 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2025-04-17 12:54:02.340 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2025-04-17 12:54:02.341 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2025-04-17 12:54:02.343 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-17 12:54:02.345 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-17 12:54:02.347 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-17 12:54:02.348 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-17 12:54:02.350 | + functions-common:run_phase:1855 : run_plugins stack pre-install 2025-04-17 12:54:02.351 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-17 12:54:02.353 | + functions-common:run_plugins:1815 : local phase=pre-install 2025-04-17 12:54:02.355 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-17 12:54:02.357 | + functions-common:run_plugins:1818 : local plugin 2025-04-17 12:54:02.358 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-17 12:54:02.360 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-17 12:54:02.361 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-17 12:54:02.363 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack pre-install 2025-04-17 12:54:02.365 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-17 12:54:02.366 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-17 12:54:02.368 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2025-04-17 12:54:02.370 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-17 12:54:02.371 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-17 12:54:02.373 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-04-17 12:54:02.375 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ pre-install == \e\x\t\r\a ]] 2025-04-17 12:54:02.376 | + stack.sh:main:858 : set_systemd_override DefaultLimitNOFILE 2048 2025-04-17 12:54:02.378 | + functions:set_systemd_override:831 : local key=DefaultLimitNOFILE 2025-04-17 12:54:02.380 | + functions:set_systemd_override:832 : local value=2048 2025-04-17 12:54:02.382 | + functions:set_systemd_override:834 : local sysconf=/etc/systemd/system.conf 2025-04-17 12:54:02.383 | + functions:set_systemd_override:835 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2025-04-17 12:54:02.424 | + functions:set_systemd_override:836 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2025-04-17 12:54:02.424 | Set systemd system override for DefaultLimitNOFILE=2048 2025-04-17 12:54:02.426 | + functions:set_systemd_override:838 : sudo systemctl daemon-reload 2025-04-17 12:54:02.655 | + stack.sh:main:860 : install_rpc_backend 2025-04-17 12:54:02.657 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2025-04-17 12:54:02.670 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:54:02.672 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2025-04-17 12:54:02.673 | + functions-common:install_package:1421 : update_package_repo 2025-04-17 12:54:02.675 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-17 12:54:02.677 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-17 12:54:02.679 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-17 12:54:02.681 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-17 12:54:02.683 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-17 12:54:02.685 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:54:02.687 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:54:02.689 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-17 12:54:02.691 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-17 12:54:02.692 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-17 12:54:02.694 | + functions-common:apt_get_update:1150 : return 2025-04-17 12:54:02.696 | + functions-common:install_package:1422 : real_install_package rabbitmq-server 2025-04-17 12:54:02.698 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-17 12:54:02.700 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:54:02.702 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:54:02.703 | + functions-common:real_install_package:1410 : apt_get install rabbitmq-server 2025-04-17 12:54:02.719 | + 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-17 12:54:02.783 | Reading package lists... 2025-04-17 12:54:03.001 | Building dependency tree... 2025-04-17 12:54:03.002 | Reading state information... 2025-04-17 12:54:03.207 | The following packages will be upgraded: 2025-04-17 12:54:03.207 | rabbitmq-server 2025-04-17 12:54:03.530 | 1 upgraded, 0 newly installed, 0 to remove and 119 not upgraded. 2025-04-17 12:54:03.530 | Need to get 0 B/15.2 MB of archives. 2025-04-17 12:54:03.530 | After this operation, 0 B of additional disk space will be used. 2025-04-17 12:54:03.627 | (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-17 12:54:03.633 | Preparing to unpack .../rabbitmq-server_3.9.27-0ubuntu0.2_all.deb ... 2025-04-17 12:54:03.647 | Unpacking rabbitmq-server (3.9.27-0ubuntu0.2) over (3.9.27-0ubuntu0.1) ... 2025-04-17 12:54:04.100 | Setting up rabbitmq-server (3.9.27-0ubuntu0.2) ... 2025-04-17 12:54:09.501 | Processing triggers for man-db (2.10.2-1) ... 2025-04-17 12:54:09.947 | NEEDRESTART-VER: 3.5 2025-04-17 12:54:10.447 | NEEDRESTART-KCUR: 6.8.0-52-generic 2025-04-17 12:54:10.448 | NEEDRESTART-KEXP: 6.8.0-52-generic 2025-04-17 12:54:10.448 | NEEDRESTART-KSTA: 1 2025-04-17 12:54:10.448 | NEEDRESTART-SVC: conntrackd.service 2025-04-17 12:54:10.448 | NEEDRESTART-SVC: dbus.service 2025-04-17 12:54:10.448 | NEEDRESTART-SVC: epmd.service 2025-04-17 12:54:10.448 | NEEDRESTART-SVC: irqbalance.service 2025-04-17 12:54:10.448 | NEEDRESTART-SVC: mariadb.service 2025-04-17 12:54:10.448 | NEEDRESTART-SVC: memcached.service 2025-04-17 12:54:10.448 | NEEDRESTART-SVC: ModemManager.service 2025-04-17 12:54:10.448 | NEEDRESTART-SVC: multipathd.service 2025-04-17 12:54:10.448 | NEEDRESTART-SVC: networkd-dispatcher.service 2025-04-17 12:54:10.448 | NEEDRESTART-SVC: open-vm-tools.service 2025-04-17 12:54:10.448 | NEEDRESTART-SVC: ovs-vswitchd.service 2025-04-17 12:54:10.448 | NEEDRESTART-SVC: ovsdb-server.service 2025-04-17 12:54:10.448 | NEEDRESTART-SVC: packagekit.service 2025-04-17 12:54:10.448 | NEEDRESTART-SVC: pmcd.service 2025-04-17 12:54:10.448 | NEEDRESTART-SVC: pmie.service 2025-04-17 12:54:10.448 | NEEDRESTART-SVC: pmie_farm.service 2025-04-17 12:54:10.448 | NEEDRESTART-SVC: pmlogger.service 2025-04-17 12:54:10.448 | NEEDRESTART-SVC: pmlogger_farm.service 2025-04-17 12:54:10.448 | NEEDRESTART-SVC: pmproxy.service 2025-04-17 12:54:10.448 | NEEDRESTART-SVC: polkit.service 2025-04-17 12:54:10.448 | NEEDRESTART-SVC: systemd-logind.service 2025-04-17 12:54:10.448 | NEEDRESTART-SVC: systemd-udevd.service 2025-04-17 12:54:10.448 | NEEDRESTART-SVC: udisks2.service 2025-04-17 12:54:10.448 | NEEDRESTART-SVC: user@1001.service 2025-04-17 12:54:10.448 | NEEDRESTART-SVC: vgauth.service 2025-04-17 12:54:12.736 | + functions-common:apt_get:1194 : result=0 2025-04-17 12:54:12.738 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-17 12:54:12.740 | + functions-common:time_stop:2400 : local name 2025-04-17 12:54:12.741 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:54:12.743 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:54:12.744 | + functions-common:time_stop:2403 : local total 2025-04-17 12:54:12.746 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:54:12.748 | + functions-common:time_stop:2406 : name=apt-get 2025-04-17 12:54:12.750 | + functions-common:time_stop:2407 : start_time=1744894442717 2025-04-17 12:54:12.751 | + functions-common:time_stop:2409 : [[ -z 1744894442717 ]] 2025-04-17 12:54:12.754 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:54:12.756 | + functions-common:time_stop:2412 : end_time=1744894452754 2025-04-17 12:54:12.758 | + functions-common:time_stop:2413 : elapsed_time=10037 2025-04-17 12:54:12.760 | + functions-common:time_stop:2414 : total=27735 2025-04-17 12:54:12.761 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:54:12.763 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=37772 2025-04-17 12:54:12.765 | + functions-common:apt_get:1198 : return 0 2025-04-17 12:54:12.767 | + lib/rpc_backend:install_rpc_backend:55 : is_fedora 2025-04-17 12:54:12.769 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-17 12:54:12.770 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-17 12:54:12.772 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-17 12:54:12.774 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-17 12:54:12.776 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-17 12:54:12.777 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-17 12:54:12.779 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-17 12:54:12.781 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-17 12:54:12.783 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-17 12:54:12.785 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-17 12:54:12.787 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-17 12:54:12.789 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-17 12:54:12.791 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-17 12:54:12.793 | + stack.sh:main:861 : restart_rpc_backend 2025-04-17 12:54:12.795 | + lib/rpc_backend:restart_rpc_backend:68 : is_service_enabled rabbit 2025-04-17 12:54:12.808 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:54:12.809 | + lib/rpc_backend:restart_rpc_backend:70 : echo_summary 'Starting RabbitMQ' 2025-04-17 12:54:12.811 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-17 12:54:12.813 | + stack.sh:echo_summary:461 : echo -e Starting RabbitMQ 2025-04-17 12:54:12.815 | + lib/rpc_backend:restart_rpc_backend:81 : local i 2025-04-17 12:54:12.818 | ++ lib/rpc_backend:restart_rpc_backend:82 : seq 20 2025-04-17 12:54:12.821 | + lib/rpc_backend:restart_rpc_backend:82 : for i in `seq 20` 2025-04-17 12:54:12.823 | + lib/rpc_backend:restart_rpc_backend:83 : local rc=0 2025-04-17 12:54:12.825 | + lib/rpc_backend:restart_rpc_backend:85 : [[ 1 -eq 20 ]] 2025-04-17 12:54:12.827 | + lib/rpc_backend:restart_rpc_backend:87 : [[ 1 == \0 ]] 2025-04-17 12:54:12.829 | + lib/rpc_backend:restart_rpc_backend:91 : rabbit_setuser stackrabbit stackdb 2025-04-17 12:54:12.831 | + lib/rpc_backend:rabbit_setuser:160 : local user=stackrabbit pass=stackdb found= out= 2025-04-17 12:54:12.833 | ++ lib/rpc_backend:rabbit_setuser:161 : sudo rabbitmqctl list_users 2025-04-17 12:54:13.311 | + lib/rpc_backend:rabbit_setuser:161 : out='Listing users ... 2025-04-17 12:54:13.311 | user tags 2025-04-17 12:54:13.311 | guest [administrator]' 2025-04-17 12:54:13.314 | ++ lib/rpc_backend:rabbit_setuser:163 : echo 'Listing users ... 2025-04-17 12:54:13.314 | user tags 2025-04-17 12:54:13.314 | guest [administrator]' 2025-04-17 12:54:13.314 | ++ lib/rpc_backend:rabbit_setuser:163 : awk '$1 == user { print $1 }' user=stackrabbit 2025-04-17 12:54:13.319 | + lib/rpc_backend:rabbit_setuser:163 : found= 2025-04-17 12:54:13.321 | + lib/rpc_backend:rabbit_setuser:164 : '[' '' = stackrabbit ']' 2025-04-17 12:54:13.323 | + lib/rpc_backend:rabbit_setuser:168 : sudo rabbitmqctl add_user stackrabbit stackdb 2025-04-17 12:54:13.738 | Adding user "stackrabbit" ... 2025-04-17 12:54:13.743 | Done. Don't forget to grant the user permissions to some virtual hosts! See 'rabbitmqctl help set_permissions' to learn more. 2025-04-17 12:54:13.755 | + lib/rpc_backend:rabbit_setuser:171 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2025-04-17 12:54:14.184 | Setting permissions for user "stackrabbit" in vhost "/" ... 2025-04-17 12:54:14.201 | + lib/rpc_backend:restart_rpc_backend:92 : '[' 0 -ne 0 ']' 2025-04-17 12:54:14.202 | + lib/rpc_backend:restart_rpc_backend:97 : sudo rabbitmqctl change_password stackrabbit stackdb 2025-04-17 12:54:14.628 | Changing password for user "stackrabbit" ... 2025-04-17 12:54:14.644 | + lib/rpc_backend:restart_rpc_backend:99 : '[' 0 -ne 0 ']' 2025-04-17 12:54:14.647 | + lib/rpc_backend:restart_rpc_backend:103 : break 2025-04-17 12:54:14.648 | + lib/rpc_backend:restart_rpc_backend:106 : sudo rabbitmqctl delete_user guest 2025-04-17 12:54:15.069 | Deleting user "guest" ... 2025-04-17 12:54:15.085 | + stack.sh:main:863 : is_service_enabled mysql postgresql 2025-04-17 12:54:15.098 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:54:15.100 | + stack.sh:main:864 : install_database 2025-04-17 12:54:15.102 | + lib/database:install_database:118 : install_database_mysql 2025-04-17 12:54:15.104 | + lib/databases/mysql:install_database_mysql:197 : is_ubuntu 2025-04-17 12:54:15.106 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:54:15.108 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:54:15.110 | + lib/databases/mysql:install_database_mysql:200 : sudo debconf-set-selections 2025-04-17 12:54:15.229 | + lib/databases/mysql:install_database_mysql:210 : [[ ! -e /opt/stack/.my.cnf ]] 2025-04-17 12:54:15.231 | + lib/databases/mysql:install_database_mysql:211 : cat 2025-04-17 12:54:15.234 | + lib/databases/mysql:install_database_mysql:217 : is_ubuntu 2025-04-17 12:54:15.236 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:54:15.239 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:54:15.240 | + lib/databases/mysql:install_database_mysql:217 : '[' mariadb '!=' mariadb ']' 2025-04-17 12:54:15.242 | + lib/databases/mysql:install_database_mysql:220 : chmod 0600 /opt/stack/.my.cnf 2025-04-17 12:54:15.245 | + lib/databases/mysql:install_database_mysql:223 : [[ False == \T\r\u\e ]] 2025-04-17 12:54:15.247 | + stack.sh:main:866 : '[' -n mysql ']' 2025-04-17 12:54:15.249 | + stack.sh:main:867 : install_database_python 2025-04-17 12:54:15.251 | + lib/database:install_database_python:123 : install_database_python_mysql 2025-04-17 12:54:15.252 | + lib/databases/mysql:install_database_python_mysql:239 : pip_install_gr PyMySQL 2025-04-17 12:54:15.254 | + inc/python:pip_install_gr:94 : local name=PyMySQL 2025-04-17 12:54:15.256 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-17 12:54:15.259 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements PyMySQL 2025-04-17 12:54:15.261 | ++ inc/python:get_from_global_requirements:247 : local package=PyMySQL 2025-04-17 12:54:15.262 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-17 12:54:15.266 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^PyMySQL' /opt/stack//requirements/global-requirements.txt 2025-04-17 12:54:15.266 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-17 12:54:15.270 | ++ inc/python:get_from_global_requirements:249 : required_pkg='PyMySQL ' 2025-04-17 12:54:15.271 | ++ inc/python:get_from_global_requirements:250 : [[ PyMySQL == '' ]] 2025-04-17 12:54:15.273 | ++ inc/python:get_from_global_requirements:253 : echo PyMySQL 2025-04-17 12:54:15.276 | + inc/python:pip_install_gr:96 : clean_name=PyMySQL 2025-04-17 12:54:15.278 | + inc/python:pip_install_gr:97 : pip_install PyMySQL 2025-04-17 12:54:15.294 | Using python 3.10 to install PyMySQL 2025-04-17 12:54:15.296 | + 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-17 12:54:16.198 | Collecting PyMySQL 2025-04-17 12:54:16.200 | Using cached PyMySQL-1.0.3-py3-none-any.whl.metadata (4.4 kB) 2025-04-17 12:54:16.206 | Using cached PyMySQL-1.0.3-py3-none-any.whl (43 kB) 2025-04-17 12:54:16.270 | Installing collected packages: PyMySQL 2025-04-17 12:54:16.307 | Successfully installed PyMySQL-1.0.3 2025-04-17 12:54:16.377 | + inc/python:pip_install:222 : result=0 2025-04-17 12:54:16.379 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-17 12:54:16.381 | + functions-common:time_stop:2400 : local name 2025-04-17 12:54:16.383 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:54:16.385 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:54:16.387 | + functions-common:time_stop:2403 : local total 2025-04-17 12:54:16.389 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:54:16.390 | + functions-common:time_stop:2406 : name=pip_install 2025-04-17 12:54:16.392 | + functions-common:time_stop:2407 : start_time=1744894455290 2025-04-17 12:54:16.394 | + functions-common:time_stop:2409 : [[ -z 1744894455290 ]] 2025-04-17 12:54:16.396 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:54:16.400 | + functions-common:time_stop:2412 : end_time=1744894456398 2025-04-17 12:54:16.402 | + functions-common:time_stop:2413 : elapsed_time=1108 2025-04-17 12:54:16.403 | + functions-common:time_stop:2414 : total=10431 2025-04-17 12:54:16.405 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:54:16.407 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11539 2025-04-17 12:54:16.409 | + inc/python:pip_install:225 : return 0 2025-04-17 12:54:16.411 | + lib/databases/mysql:install_database_python_mysql:240 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2025-04-17 12:54:16.412 | + lib/databases/mysql:install_database_python_mysql:242 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2025-04-17 12:54:16.415 | + lib/databases/mysql:install_database_python_mysql:243 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2025-04-17 12:54:16.416 | + stack.sh:main:870 : is_service_enabled neutron 2025-04-17 12:54:16.429 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:54:16.431 | + stack.sh:main:871 : install_neutron_agent_packages 2025-04-17 12:54:16.433 | + lib/neutron:install_neutron_agent_packages:546 : is_service_enabled q-l3 neutron-l3 2025-04-17 12:54:16.446 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:54:16.447 | + lib/neutron:install_neutron_agent_packages:547 : install_package radvd 2025-04-17 12:54:16.449 | + functions-common:install_package:1421 : update_package_repo 2025-04-17 12:54:16.451 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-17 12:54:16.453 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-17 12:54:16.455 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-17 12:54:16.457 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-17 12:54:16.459 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-17 12:54:16.461 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:54:16.463 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:54:16.464 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-17 12:54:16.466 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-17 12:54:16.469 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-17 12:54:16.471 | + functions-common:apt_get_update:1150 : return 2025-04-17 12:54:16.473 | + functions-common:install_package:1422 : real_install_package radvd 2025-04-17 12:54:16.475 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-17 12:54:16.476 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:54:16.478 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:54:16.480 | + functions-common:real_install_package:1410 : apt_get install radvd 2025-04-17 12:54:16.496 | + 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-17 12:54:16.556 | Reading package lists... 2025-04-17 12:54:16.769 | Building dependency tree... 2025-04-17 12:54:16.772 | Reading state information... 2025-04-17 12:54:16.979 | radvd is already the newest version (1:2.18-3build2). 2025-04-17 12:54:16.979 | 0 upgraded, 0 newly installed, 0 to remove and 119 not upgraded. 2025-04-17 12:54:16.984 | + functions-common:apt_get:1194 : result=0 2025-04-17 12:54:16.986 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-17 12:54:16.988 | + functions-common:time_stop:2400 : local name 2025-04-17 12:54:16.990 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:54:16.992 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:54:16.994 | + functions-common:time_stop:2403 : local total 2025-04-17 12:54:16.996 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:54:16.998 | + functions-common:time_stop:2406 : name=apt-get 2025-04-17 12:54:17.000 | + functions-common:time_stop:2407 : start_time=1744894456494 2025-04-17 12:54:17.002 | + functions-common:time_stop:2409 : [[ -z 1744894456494 ]] 2025-04-17 12:54:17.004 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:54:17.007 | + functions-common:time_stop:2412 : end_time=1744894457005 2025-04-17 12:54:17.009 | + functions-common:time_stop:2413 : elapsed_time=511 2025-04-17 12:54:17.011 | + functions-common:time_stop:2414 : total=37772 2025-04-17 12:54:17.013 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:54:17.015 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=38283 2025-04-17 12:54:17.017 | + functions-common:apt_get:1198 : return 0 2025-04-17 12:54:17.019 | + lib/neutron:install_neutron_agent_packages:550 : is_service_enabled q-agt neutron-agent q-dhcp neutron-dhcp q-l3 neutron-l3 2025-04-17 12:54:17.032 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:54:17.034 | + lib/neutron:install_neutron_agent_packages:551 : neutron_plugin_install_agent_packages 2025-04-17 12:54:17.036 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2025-04-17 12:54:17.038 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2025-04-17 12:54:17.040 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2025-04-17 12:54:17.056 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2025-04-17 12:54:17.058 | + functions-common:install_package:1421 : update_package_repo 2025-04-17 12:54:17.060 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-17 12:54:17.062 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-17 12:54:17.064 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-17 12:54:17.066 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-17 12:54:17.068 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-17 12:54:17.070 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:54:17.072 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:54:17.074 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-17 12:54:17.076 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-17 12:54:17.078 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-17 12:54:17.079 | + functions-common:apt_get_update:1150 : return 2025-04-17 12:54:17.081 | + functions-common:install_package:1422 : real_install_package fakeroot make openvswitch-switch 2025-04-17 12:54:17.083 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-17 12:54:17.086 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:54:17.087 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:54:17.089 | + functions-common:real_install_package:1410 : apt_get install fakeroot make openvswitch-switch 2025-04-17 12:54:17.105 | + 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-17 12:54:17.165 | Reading package lists... 2025-04-17 12:54:17.381 | Building dependency tree... 2025-04-17 12:54:17.384 | Reading state information... 2025-04-17 12:54:17.613 | fakeroot is already the newest version (1.28-1ubuntu1). 2025-04-17 12:54:17.614 | fakeroot set to manually installed. 2025-04-17 12:54:17.614 | make is already the newest version (4.3-4.1build1). 2025-04-17 12:54:17.614 | make set to manually installed. 2025-04-17 12:54:17.614 | openvswitch-switch is already the newest version (2.17.9-0ubuntu0.22.04.1). 2025-04-17 12:54:17.614 | 0 upgraded, 0 newly installed, 0 to remove and 119 not upgraded. 2025-04-17 12:54:17.618 | + functions-common:apt_get:1194 : result=0 2025-04-17 12:54:17.620 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-17 12:54:17.622 | + functions-common:time_stop:2400 : local name 2025-04-17 12:54:17.624 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:54:17.626 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:54:17.628 | + functions-common:time_stop:2403 : local total 2025-04-17 12:54:17.629 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:54:17.631 | + functions-common:time_stop:2406 : name=apt-get 2025-04-17 12:54:17.633 | + functions-common:time_stop:2407 : start_time=1744894457103 2025-04-17 12:54:17.635 | + functions-common:time_stop:2409 : [[ -z 1744894457103 ]] 2025-04-17 12:54:17.637 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:54:17.640 | + functions-common:time_stop:2412 : end_time=1744894457638 2025-04-17 12:54:17.642 | + functions-common:time_stop:2413 : elapsed_time=535 2025-04-17 12:54:17.644 | + functions-common:time_stop:2414 : total=38283 2025-04-17 12:54:17.646 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:54:17.647 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=38818 2025-04-17 12:54:17.649 | + functions-common:apt_get:1198 : return 0 2025-04-17 12:54:17.651 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2025-04-17 12:54:17.653 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:54:17.655 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:54:17.657 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2025-04-17 12:54:17.659 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2025-04-17 12:54:17.662 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2025-04-17 12:54:17.665 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=6.8.0-52-generic 2025-04-17 12:54:17.667 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2025-04-17 12:54:17.670 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 6.8.0-52-generic 2025-04-17 12:54:17.670 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2025-04-17 12:54:17.674 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=6.8 2025-04-17 12:54:17.676 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 6.8 '<' 3.13 2025-04-17 12:54:17.678 | + functions:vercmp:639 : local v1=6.8 2025-04-17 12:54:17.680 | + functions:vercmp:640 : local 'op=<' 2025-04-17 12:54:17.681 | + functions:vercmp:641 : local v2=3.13 2025-04-17 12:54:17.683 | + functions:vercmp:642 : local result 2025-04-17 12:54:17.687 | ++ functions:vercmp:646 : echo -e '6.8\n3.13' 2025-04-17 12:54:17.687 | ++ functions:vercmp:646 : sort -V 2025-04-17 12:54:17.687 | ++ functions:vercmp:646 : head -1 2025-04-17 12:54:17.690 | + functions:vercmp:646 : result=3.13 2025-04-17 12:54:17.692 | + functions:vercmp:648 : case $op in 2025-04-17 12:54:17.694 | + functions:vercmp:658 : '[' 6.8 '!=' 3.13 ']' 2025-04-17 12:54:17.696 | + functions:vercmp:658 : '[' 3.13 = 6.8 ']' 2025-04-17 12:54:17.698 | + functions:vercmp:659 : return 2025-04-17 12:54:17.700 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2025-04-17 12:54:17.702 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-17 12:54:17.703 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart openvswitch-switch 2025-04-17 12:54:18.166 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2025-04-17 12:54:18.168 | + inc/python:use_library_from_git:272 : local name=os-ken 2025-04-17 12:54:18.170 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:18.172 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:18.174 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-ken, ]] 2025-04-17 12:54:18.176 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:18.178 | + stack.sh:main:874 : is_service_enabled etcd3 2025-04-17 12:54:18.191 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:54:18.193 | + stack.sh:main:875 : install_etcd3 2025-04-17 12:54:18.195 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2025-04-17 12:54:18.195 | Installing etcd 2025-04-17 12:54:18.197 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack//bin 2025-04-17 12:54:18.206 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2025-04-17 12:54:18.215 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2025-04-17 12:54:18.217 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2025-04-17 12:54:18.226 | + lib/etcd3:install_etcd3:113 : local etcd_file 2025-04-17 12:54:18.228 | ++ 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-17 12:54:18.230 | ++ 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-17 12:54:18.233 | +++ 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-17 12:54:18.236 | ++ functions:get_extra_file:64 : file_name=etcd-v3.4.27-linux-amd64.tar.gz 2025-04-17 12:54:18.238 | ++ 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-17 12:54:18.240 | ++ functions:get_extra_file:67 : [[ ! -f /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz ]] 2025-04-17 12:54:18.242 | ++ 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-17 12:54:18.249 | --2025-04-17 12:54:18-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-17 12:54:18.256 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2025-04-17 12:54:18.257 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2025-04-17 12:54:18.287 | HTTP request sent, awaiting response... 200 OK 2025-04-17 12:54:18.288 | Length: 16171146 (15M) [application/gzip] 2025-04-17 12:54:18.288 | Saving to: ‘/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz’ 2025-04-17 12:54:18.294 | 2025-04-17 12:54:18.364 | 0K ........ ....... 100% 205M=0.08s 2025-04-17 12:54:18.364 | 2025-04-17 12:54:18.364 | 2025-04-17 12:54:18 (205 MB/s) - ‘/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz’ saved [16171146/16171146] 2025-04-17 12:54:18.364 | 2025-04-17 12:54:18.367 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2025-04-17 12:54:18.369 | ++ functions:get_extra_file:73 : echo /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-17 12:54:18.371 | ++ functions:get_extra_file:74 : return 2025-04-17 12:54:18.374 | + lib/etcd3:install_etcd3:114 : etcd_file=/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-17 12:54:18.376 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcd ']' 2025-04-17 12:54:18.378 | + lib/etcd3:install_etcd3:116 : echo 'a32d21e006252dbc3405b0645ba8468021ed41376974b573285927bf39b39eb9 /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz' 2025-04-17 12:54:18.380 | + lib/etcd3:install_etcd3:118 : sha256sum -c /opt/stack/devstack/files/etcd.sha256sum 2025-04-17 12:54:18.471 | /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz: OK 2025-04-17 12:54:18.473 | + 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-17 12:54:18.476 | etcd-v3.4.27-linux-amd64/ 2025-04-17 12:54:18.476 | etcd-v3.4.27-linux-amd64/READMEv2-etcdctl.md 2025-04-17 12:54:18.476 | etcd-v3.4.27-linux-amd64/etcdctl 2025-04-17 12:54:18.605 | etcd-v3.4.27-linux-amd64/README-etcdctl.md 2025-04-17 12:54:18.606 | etcd-v3.4.27-linux-amd64/Documentation/ 2025-04-17 12:54:18.606 | etcd-v3.4.27-linux-amd64/Documentation/demo.md 2025-04-17 12:54:18.606 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/ 2025-04-17 12:54:18.606 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/experimental_apis.md 2025-04-17 12:54:18.606 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/interacting_v3.md 2025-04-17 12:54:18.606 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/local_cluster.md 2025-04-17 12:54:18.606 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/ 2025-04-17 12:54:18.606 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2025-04-17 12:54:18.606 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2025-04-17 12:54:18.606 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2025-04-17 12:54:18.607 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2025-04-17 12:54:18.607 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2025-04-17 12:54:18.607 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2025-04-17 12:54:18.607 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/grpc_naming.md 2025-04-17 12:54:18.608 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/limit.md 2025-04-17 12:54:18.608 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2025-04-17 12:54:18.608 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/ 2025-04-17 12:54:18.608 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2025-04-17 12:54:18.608 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2025-04-17 12:54:18.608 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2025-04-17 12:54:18.608 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2025-04-17 12:54:18.608 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2025-04-17 12:54:18.608 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2025-04-17 12:54:18.608 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/README.md 2025-04-17 12:54:18.608 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2025-04-17 12:54:18.608 | etcd-v3.4.27-linux-amd64/Documentation/v2/ 2025-04-17 12:54:18.608 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/ 2025-04-17 12:54:18.608 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2025-04-17 12:54:18.608 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2025-04-17 12:54:18.608 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2025-04-17 12:54:18.608 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2025-04-17 12:54:18.608 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2025-04-17 12:54:18.608 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2025-04-17 12:54:18.608 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/README.md 2025-04-17 12:54:18.608 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2025-04-17 12:54:18.608 | etcd-v3.4.27-linux-amd64/Documentation/v2/clustering.md 2025-04-17 12:54:18.608 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_2.md 2025-04-17 12:54:18.608 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_3.md 2025-04-17 12:54:18.608 | etcd-v3.4.27-linux-amd64/Documentation/v2/authentication.md 2025-04-17 12:54:18.608 | etcd-v3.4.27-linux-amd64/Documentation/v2/metrics.md 2025-04-17 12:54:18.608 | etcd-v3.4.27-linux-amd64/Documentation/v2/auth_api.md 2025-04-17 12:54:18.608 | etcd-v3.4.27-linux-amd64/Documentation/v2/api_v3.md 2025-04-17 12:54:18.608 | etcd-v3.4.27-linux-amd64/Documentation/v2/platforms/ 2025-04-17 12:54:18.608 | etcd-v3.4.27-linux-amd64/Documentation/v2/platforms/freebsd.md 2025-04-17 12:54:18.608 | etcd-v3.4.27-linux-amd64/Documentation/v2/configuration.md 2025-04-17 12:54:18.609 | etcd-v3.4.27-linux-amd64/Documentation/v2/proxy.md 2025-04-17 12:54:18.609 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_1.md 2025-04-17 12:54:18.609 | etcd-v3.4.27-linux-amd64/Documentation/v2/glossary.md 2025-04-17 12:54:18.609 | etcd-v3.4.27-linux-amd64/Documentation/v2/security.md 2025-04-17 12:54:18.609 | etcd-v3.4.27-linux-amd64/Documentation/v2/tuning.md 2025-04-17 12:54:18.609 | etcd-v3.4.27-linux-amd64/Documentation/v2/admin_guide.md 2025-04-17 12:54:18.609 | etcd-v3.4.27-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2025-04-17 12:54:18.610 | etcd-v3.4.27-linux-amd64/Documentation/v2/runtime-reconf-design.md 2025-04-17 12:54:18.610 | etcd-v3.4.27-linux-amd64/Documentation/v2/libraries-and-tools.md 2025-04-17 12:54:18.610 | etcd-v3.4.27-linux-amd64/Documentation/v2/other_apis.md 2025-04-17 12:54:18.610 | etcd-v3.4.27-linux-amd64/Documentation/v2/faq.md 2025-04-17 12:54:18.610 | etcd-v3.4.27-linux-amd64/Documentation/v2/etcd_alert.rules 2025-04-17 12:54:18.610 | etcd-v3.4.27-linux-amd64/Documentation/v2/reporting_bugs.md 2025-04-17 12:54:18.610 | etcd-v3.4.27-linux-amd64/Documentation/v2/docker_guide.md 2025-04-17 12:54:18.610 | etcd-v3.4.27-linux-amd64/Documentation/v2/members_api.md 2025-04-17 12:54:18.610 | etcd-v3.4.27-linux-amd64/Documentation/v2/production-users.md 2025-04-17 12:54:18.610 | etcd-v3.4.27-linux-amd64/Documentation/v2/backward_compatibility.md 2025-04-17 12:54:18.610 | etcd-v3.4.27-linux-amd64/Documentation/v2/api.md 2025-04-17 12:54:18.610 | etcd-v3.4.27-linux-amd64/Documentation/v2/rfc/ 2025-04-17 12:54:18.610 | etcd-v3.4.27-linux-amd64/Documentation/v2/rfc/v3api.md 2025-04-17 12:54:18.610 | etcd-v3.4.27-linux-amd64/Documentation/v2/dev/ 2025-04-17 12:54:18.610 | etcd-v3.4.27-linux-amd64/Documentation/v2/dev/release.md 2025-04-17 12:54:18.610 | etcd-v3.4.27-linux-amd64/Documentation/v2/README.md 2025-04-17 12:54:18.610 | etcd-v3.4.27-linux-amd64/Documentation/v2/discovery_protocol.md 2025-04-17 12:54:18.611 | etcd-v3.4.27-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2025-04-17 12:54:18.611 | etcd-v3.4.27-linux-amd64/Documentation/v2/errorcode.md 2025-04-17 12:54:18.611 | etcd-v3.4.27-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2025-04-17 12:54:18.611 | etcd-v3.4.27-linux-amd64/Documentation/v2/runtime-configuration.md 2025-04-17 12:54:18.611 | etcd-v3.4.27-linux-amd64/Documentation/v2/branch_management.md 2025-04-17 12:54:18.611 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/ 2025-04-17 12:54:18.611 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/release.md 2025-04-17 12:54:18.611 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2025-04-17 12:54:18.611 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/logging.md 2025-04-17 12:54:18.611 | etcd-v3.4.27-linux-amd64/Documentation/metrics/ 2025-04-17 12:54:18.611 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.12 2025-04-17 12:54:18.611 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.13 2025-04-17 12:54:18.611 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.9 2025-04-17 12:54:18.611 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.0 2025-04-17 12:54:18.611 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.10 2025-04-17 12:54:18.611 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.6 2025-04-17 12:54:18.611 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.7 2025-04-17 12:54:18.612 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.3 2025-04-17 12:54:18.612 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.4 2025-04-17 12:54:18.612 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.12 2025-04-17 12:54:18.612 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.8 2025-04-17 12:54:18.612 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.1 2025-04-17 12:54:18.612 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.13 2025-04-17 12:54:18.612 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.17 2025-04-17 12:54:18.612 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.15 2025-04-17 12:54:18.612 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.6 2025-04-17 12:54:18.613 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.4 2025-04-17 12:54:18.613 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.22 2025-04-17 12:54:18.613 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.5 2025-04-17 12:54:18.613 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.7 2025-04-17 12:54:18.613 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.0 2025-04-17 12:54:18.613 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.10 2025-04-17 12:54:18.613 | etcd-v3.4.27-linux-amd64/Documentation/metrics/latest 2025-04-17 12:54:18.613 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.0 2025-04-17 12:54:18.613 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.16 2025-04-17 12:54:18.613 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.14 2025-04-17 12:54:18.614 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.20 2025-04-17 12:54:18.614 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.14 2025-04-17 12:54:18.614 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.20 2025-04-17 12:54:18.614 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.2 2025-04-17 12:54:18.614 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.4 2025-04-17 12:54:18.614 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.8 2025-04-17 12:54:18.614 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.3 2025-04-17 12:54:18.614 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.23 2025-04-17 12:54:18.615 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.19 2025-04-17 12:54:18.615 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.5 2025-04-17 12:54:18.615 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.18 2025-04-17 12:54:18.615 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.1 2025-04-17 12:54:18.615 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.9 2025-04-17 12:54:18.615 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.5 2025-04-17 12:54:18.615 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.1 2025-04-17 12:54:18.615 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.11 2025-04-17 12:54:18.616 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.18 2025-04-17 12:54:18.616 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.21 2025-04-17 12:54:18.616 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.7 2025-04-17 12:54:18.616 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.2 2025-04-17 12:54:18.616 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.19 2025-04-17 12:54:18.616 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.8 2025-04-17 12:54:18.616 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.10 2025-04-17 12:54:18.617 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.3 2025-04-17 12:54:18.617 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.17 2025-04-17 12:54:18.617 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.9 2025-04-17 12:54:18.617 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.11 2025-04-17 12:54:18.617 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.15 2025-04-17 12:54:18.617 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.2 2025-04-17 12:54:18.617 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.6 2025-04-17 12:54:18.617 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.24 2025-04-17 12:54:18.617 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.16 2025-04-17 12:54:18.618 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.25 2025-04-17 12:54:18.618 | etcd-v3.4.27-linux-amd64/Documentation/metrics.md 2025-04-17 12:54:18.618 | etcd-v3.4.27-linux-amd64/Documentation/platforms/ 2025-04-17 12:54:18.618 | etcd-v3.4.27-linux-amd64/Documentation/platforms/freebsd.md 2025-04-17 12:54:18.618 | etcd-v3.4.27-linux-amd64/Documentation/platforms/container-linux-systemd.md 2025-04-17 12:54:18.618 | etcd-v3.4.27-linux-amd64/Documentation/platforms/aws.md 2025-04-17 12:54:18.618 | etcd-v3.4.27-linux-amd64/Documentation/dl_build.md 2025-04-17 12:54:18.618 | etcd-v3.4.27-linux-amd64/Documentation/learning/ 2025-04-17 12:54:18.618 | etcd-v3.4.27-linux-amd64/Documentation/learning/data_model.md 2025-04-17 12:54:18.618 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/ 2025-04-17 12:54:18.618 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-07.png 2025-04-17 12:54:18.619 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-11.png 2025-04-17 12:54:18.619 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-04.png 2025-04-17 12:54:18.620 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-01.png 2025-04-17 12:54:18.621 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-02.png 2025-04-17 12:54:18.622 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-05.png 2025-04-17 12:54:18.622 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-13.png 2025-04-17 12:54:18.623 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-10.png 2025-04-17 12:54:18.624 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-06.png 2025-04-17 12:54:18.625 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-03.png 2025-04-17 12:54:18.626 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-08.png 2025-04-17 12:54:18.627 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-03.png 2025-04-17 12:54:18.627 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-01.png 2025-04-17 12:54:18.628 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-06.png 2025-04-17 12:54:18.629 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-02.png 2025-04-17 12:54:18.629 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-05.png 2025-04-17 12:54:18.630 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-09.png 2025-04-17 12:54:18.631 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/etcd.png 2025-04-17 12:54:18.631 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-08.png 2025-04-17 12:54:18.633 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-04.png 2025-04-17 12:54:18.634 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-12.png 2025-04-17 12:54:18.635 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-07.png 2025-04-17 12:54:18.635 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-09.png 2025-04-17 12:54:18.637 | etcd-v3.4.27-linux-amd64/Documentation/learning/glossary.md 2025-04-17 12:54:18.637 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-auth-v3.md 2025-04-17 12:54:18.637 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-learner.md 2025-04-17 12:54:18.637 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-client.md 2025-04-17 12:54:18.638 | etcd-v3.4.27-linux-amd64/Documentation/learning/api.md 2025-04-17 12:54:18.638 | etcd-v3.4.27-linux-amd64/Documentation/learning/why.md 2025-04-17 12:54:18.638 | etcd-v3.4.27-linux-amd64/Documentation/learning/api_guarantees.md 2025-04-17 12:54:18.638 | etcd-v3.4.27-linux-amd64/Documentation/docs.md 2025-04-17 12:54:18.638 | etcd-v3.4.27-linux-amd64/Documentation/triage/ 2025-04-17 12:54:18.638 | etcd-v3.4.27-linux-amd64/Documentation/triage/issues.md 2025-04-17 12:54:18.638 | etcd-v3.4.27-linux-amd64/Documentation/triage/PRs.md 2025-04-17 12:54:18.638 | etcd-v3.4.27-linux-amd64/Documentation/integrations.md 2025-04-17 12:54:18.638 | etcd-v3.4.27-linux-amd64/Documentation/tuning.md 2025-04-17 12:54:18.638 | etcd-v3.4.27-linux-amd64/Documentation/faq.md 2025-04-17 12:54:18.638 | etcd-v3.4.27-linux-amd64/Documentation/reporting_bugs.md 2025-04-17 12:54:18.638 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/ 2025-04-17 12:54:18.639 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/supported-platform.md 2025-04-17 12:54:18.639 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/clustering.md 2025-04-17 12:54:18.639 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2025-04-17 12:54:18.640 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/recovery.md 2025-04-17 12:54:18.640 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2025-04-17 12:54:18.640 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/gateway.md 2025-04-17 12:54:18.640 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/authentication.md 2025-04-17 12:54:18.640 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/v2-migration.md 2025-04-17 12:54:18.640 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/versioning.md 2025-04-17 12:54:18.640 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/configuration.md 2025-04-17 12:54:18.640 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/hardware.md 2025-04-17 12:54:18.640 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/grpc_proxy.md 2025-04-17 12:54:18.640 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/security.md 2025-04-17 12:54:18.641 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/performance.md 2025-04-17 12:54:18.641 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2025-04-17 12:54:18.641 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2025-04-17 12:54:18.641 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/monitoring.md 2025-04-17 12:54:18.641 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/maintenance.md 2025-04-17 12:54:18.641 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/container.md 2025-04-17 12:54:18.641 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/grafana.json 2025-04-17 12:54:18.641 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/runtime-configuration.md 2025-04-17 12:54:18.641 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/failures.md 2025-04-17 12:54:18.641 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/ 2025-04-17 12:54:18.641 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/mixin.libsonnet 2025-04-17 12:54:18.641 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/README.md 2025-04-17 12:54:18.641 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/test.yaml 2025-04-17 12:54:18.641 | etcd-v3.4.27-linux-amd64/Documentation/production-users.md 2025-04-17 12:54:18.642 | etcd-v3.4.27-linux-amd64/Documentation/rfc/ 2025-04-17 12:54:18.642 | etcd-v3.4.27-linux-amd64/Documentation/rfc/v3api.md 2025-04-17 12:54:18.642 | etcd-v3.4.27-linux-amd64/Documentation/README.md 2025-04-17 12:54:18.642 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/ 2025-04-17 12:54:18.642 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2025-04-17 12:54:18.642 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_5.md 2025-04-17 12:54:18.642 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2025-04-17 12:54:18.642 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2025-04-17 12:54:18.642 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2025-04-17 12:54:18.642 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2025-04-17 12:54:18.642 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2025-04-17 12:54:18.642 | etcd-v3.4.27-linux-amd64/Documentation/branch_management.md 2025-04-17 12:54:18.642 | etcd-v3.4.27-linux-amd64/README.md 2025-04-17 12:54:18.643 | etcd-v3.4.27-linux-amd64/etcd 2025-04-17 12:54:18.818 | + lib/etcd3:install_etcd3:121 : sudo cp /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcd /opt/stack//bin/etcd 2025-04-17 12:54:18.840 | + lib/etcd3:install_etcd3:122 : sudo cp /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcdctl /opt/stack//bin/etcdctl 2025-04-17 12:54:18.859 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack//bin/etcd ']' 2025-04-17 12:54:18.861 | + stack.sh:main:884 : is_service_enabled tls-proxy 2025-04-17 12:54:18.874 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:54:18.876 | + stack.sh:main:894 : install_dstat 2025-04-17 12:54:18.878 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2025-04-17 12:54:18.891 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:54:18.893 | + stack.sh:main:900 : echo_summary 'Installing OpenStack project source' 2025-04-17 12:54:18.894 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-17 12:54:18.896 | + stack.sh:echo_summary:461 : echo -e Installing OpenStack project source 2025-04-17 12:54:18.898 | + stack.sh:main:903 : install_libs 2025-04-17 12:54:18.900 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2025-04-17 12:54:18.902 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2025-04-17 12:54:18.904 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2025-04-17 12:54:18.906 | + inc/python:use_library_from_git:272 : local name=automaton 2025-04-17 12:54:18.907 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:18.909 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:18.911 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,automaton, ]] 2025-04-17 12:54:18.913 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:18.915 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2025-04-17 12:54:18.916 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2025-04-17 12:54:18.918 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2025-04-17 12:54:18.920 | + inc/python:use_library_from_git:272 : local name=castellan 2025-04-17 12:54:18.922 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:18.924 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:18.925 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,castellan, ]] 2025-04-17 12:54:18.927 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:18.929 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2025-04-17 12:54:18.931 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2025-04-17 12:54:18.933 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2025-04-17 12:54:18.935 | + inc/python:use_library_from_git:272 : local name=cliff 2025-04-17 12:54:18.937 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:18.938 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:18.940 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,cliff, ]] 2025-04-17 12:54:18.942 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:18.944 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2025-04-17 12:54:18.946 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2025-04-17 12:54:18.947 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2025-04-17 12:54:18.949 | + inc/python:use_library_from_git:272 : local name=cursive 2025-04-17 12:54:18.951 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:18.953 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:18.955 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,cursive, ]] 2025-04-17 12:54:18.956 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:18.959 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2025-04-17 12:54:18.960 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2025-04-17 12:54:18.962 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2025-04-17 12:54:18.964 | + inc/python:use_library_from_git:272 : local name=debtcollector 2025-04-17 12:54:18.966 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:18.967 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:18.969 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,debtcollector, ]] 2025-04-17 12:54:18.971 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:18.973 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2025-04-17 12:54:18.975 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2025-04-17 12:54:18.977 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2025-04-17 12:54:18.979 | + inc/python:use_library_from_git:272 : local name=futurist 2025-04-17 12:54:18.981 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:18.982 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:18.985 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,futurist, ]] 2025-04-17 12:54:18.986 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:18.988 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2025-04-17 12:54:18.990 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2025-04-17 12:54:18.992 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2025-04-17 12:54:18.993 | + inc/python:use_library_from_git:272 : local name=openstacksdk 2025-04-17 12:54:18.995 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:18.997 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:18.999 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,openstacksdk, ]] 2025-04-17 12:54:19.001 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:19.003 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2025-04-17 12:54:19.005 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2025-04-17 12:54:19.007 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2025-04-17 12:54:19.008 | + inc/python:use_library_from_git:272 : local name=osc-lib 2025-04-17 12:54:19.010 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:19.012 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:19.014 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osc-lib, ]] 2025-04-17 12:54:19.016 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:19.017 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2025-04-17 12:54:19.019 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2025-04-17 12:54:19.021 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2025-04-17 12:54:19.023 | + inc/python:use_library_from_git:272 : local name=osc-placement 2025-04-17 12:54:19.025 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:19.026 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:19.028 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osc-placement, ]] 2025-04-17 12:54:19.030 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:19.032 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2025-04-17 12:54:19.034 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2025-04-17 12:54:19.035 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2025-04-17 12:54:19.037 | + inc/python:use_library_from_git:272 : local name=os-client-config 2025-04-17 12:54:19.039 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:19.041 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:19.043 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-client-config, ]] 2025-04-17 12:54:19.044 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:19.046 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2025-04-17 12:54:19.048 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2025-04-17 12:54:19.050 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2025-04-17 12:54:19.052 | + inc/python:use_library_from_git:272 : local name=oslo.cache 2025-04-17 12:54:19.054 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:19.056 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:19.057 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.cache, ]] 2025-04-17 12:54:19.059 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:19.061 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2025-04-17 12:54:19.063 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2025-04-17 12:54:19.065 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2025-04-17 12:54:19.066 | + inc/python:use_library_from_git:272 : local name=oslo.concurrency 2025-04-17 12:54:19.069 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:19.070 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:19.072 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.concurrency, ]] 2025-04-17 12:54:19.074 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:19.076 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2025-04-17 12:54:19.077 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2025-04-17 12:54:19.079 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2025-04-17 12:54:19.081 | + inc/python:use_library_from_git:272 : local name=oslo.config 2025-04-17 12:54:19.083 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:19.085 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:19.086 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.config, ]] 2025-04-17 12:54:19.088 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:19.090 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2025-04-17 12:54:19.092 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2025-04-17 12:54:19.094 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2025-04-17 12:54:19.096 | + inc/python:use_library_from_git:272 : local name=oslo.context 2025-04-17 12:54:19.098 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:19.100 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:19.101 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.context, ]] 2025-04-17 12:54:19.103 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:19.105 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2025-04-17 12:54:19.107 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2025-04-17 12:54:19.109 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2025-04-17 12:54:19.110 | + inc/python:use_library_from_git:272 : local name=oslo.db 2025-04-17 12:54:19.112 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:19.114 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:19.116 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.db, ]] 2025-04-17 12:54:19.118 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:19.120 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2025-04-17 12:54:19.122 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2025-04-17 12:54:19.123 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2025-04-17 12:54:19.125 | + inc/python:use_library_from_git:272 : local name=oslo.i18n 2025-04-17 12:54:19.127 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:19.129 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:19.131 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.i18n, ]] 2025-04-17 12:54:19.132 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:19.135 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2025-04-17 12:54:19.137 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2025-04-17 12:54:19.139 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2025-04-17 12:54:19.140 | + inc/python:use_library_from_git:272 : local name=oslo.limit 2025-04-17 12:54:19.142 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:19.144 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:19.146 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.limit, ]] 2025-04-17 12:54:19.148 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:19.150 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2025-04-17 12:54:19.151 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2025-04-17 12:54:19.154 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2025-04-17 12:54:19.155 | + inc/python:use_library_from_git:272 : local name=oslo.log 2025-04-17 12:54:19.157 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:19.159 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:19.161 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.log, ]] 2025-04-17 12:54:19.163 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:19.164 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2025-04-17 12:54:19.166 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2025-04-17 12:54:19.169 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2025-04-17 12:54:19.170 | + inc/python:use_library_from_git:272 : local name=oslo.messaging 2025-04-17 12:54:19.173 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:19.175 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:19.177 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.messaging, ]] 2025-04-17 12:54:19.179 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:19.181 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2025-04-17 12:54:19.183 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2025-04-17 12:54:19.184 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2025-04-17 12:54:19.186 | + inc/python:use_library_from_git:272 : local name=oslo.middleware 2025-04-17 12:54:19.188 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:19.190 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:19.192 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.middleware, ]] 2025-04-17 12:54:19.194 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:19.196 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2025-04-17 12:54:19.198 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2025-04-17 12:54:19.200 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2025-04-17 12:54:19.201 | + inc/python:use_library_from_git:272 : local name=oslo.policy 2025-04-17 12:54:19.203 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:19.205 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:19.207 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.policy, ]] 2025-04-17 12:54:19.209 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:19.211 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2025-04-17 12:54:19.212 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2025-04-17 12:54:19.214 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2025-04-17 12:54:19.216 | + inc/python:use_library_from_git:272 : local name=oslo.privsep 2025-04-17 12:54:19.218 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:19.220 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:19.221 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.privsep, ]] 2025-04-17 12:54:19.223 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:19.225 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2025-04-17 12:54:19.227 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2025-04-17 12:54:19.229 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2025-04-17 12:54:19.231 | + inc/python:use_library_from_git:272 : local name=oslo.reports 2025-04-17 12:54:19.232 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:19.234 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:19.236 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.reports, ]] 2025-04-17 12:54:19.238 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:19.240 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2025-04-17 12:54:19.242 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2025-04-17 12:54:19.243 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2025-04-17 12:54:19.245 | + inc/python:use_library_from_git:272 : local name=oslo.rootwrap 2025-04-17 12:54:19.247 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:19.249 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:19.251 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.rootwrap, ]] 2025-04-17 12:54:19.252 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:19.254 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2025-04-17 12:54:19.256 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2025-04-17 12:54:19.258 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2025-04-17 12:54:19.260 | + inc/python:use_library_from_git:272 : local name=oslo.serialization 2025-04-17 12:54:19.262 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:19.263 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:19.266 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.serialization, ]] 2025-04-17 12:54:19.268 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:19.269 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2025-04-17 12:54:19.271 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2025-04-17 12:54:19.273 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2025-04-17 12:54:19.275 | + inc/python:use_library_from_git:272 : local name=oslo.service 2025-04-17 12:54:19.277 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:19.279 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:19.281 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.service, ]] 2025-04-17 12:54:19.282 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:19.284 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2025-04-17 12:54:19.286 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2025-04-17 12:54:19.288 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2025-04-17 12:54:19.290 | + inc/python:use_library_from_git:272 : local name=oslo.utils 2025-04-17 12:54:19.292 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:19.293 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:19.295 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.utils, ]] 2025-04-17 12:54:19.297 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:19.299 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2025-04-17 12:54:19.301 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2025-04-17 12:54:19.303 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2025-04-17 12:54:19.305 | + inc/python:use_library_from_git:272 : local name=oslo.versionedobjects 2025-04-17 12:54:19.306 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:19.308 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:19.310 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.versionedobjects, ]] 2025-04-17 12:54:19.312 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:19.314 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2025-04-17 12:54:19.316 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2025-04-17 12:54:19.318 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2025-04-17 12:54:19.320 | + inc/python:use_library_from_git:272 : local name=oslo.vmware 2025-04-17 12:54:19.322 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:19.324 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:19.326 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.vmware, ]] 2025-04-17 12:54:19.328 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:19.330 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2025-04-17 12:54:19.331 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2025-04-17 12:54:19.334 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2025-04-17 12:54:19.335 | + inc/python:use_library_from_git:272 : local name=osprofiler 2025-04-17 12:54:19.337 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:19.339 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:19.341 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osprofiler, ]] 2025-04-17 12:54:19.343 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:19.344 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2025-04-17 12:54:19.346 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2025-04-17 12:54:19.348 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2025-04-17 12:54:19.350 | + inc/python:use_library_from_git:272 : local name=pycadf 2025-04-17 12:54:19.352 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:19.354 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:19.356 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,pycadf, ]] 2025-04-17 12:54:19.358 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:19.360 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2025-04-17 12:54:19.362 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2025-04-17 12:54:19.363 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2025-04-17 12:54:19.365 | + inc/python:use_library_from_git:272 : local name=stevedore 2025-04-17 12:54:19.367 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:19.369 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:19.370 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,stevedore, ]] 2025-04-17 12:54:19.372 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:19.375 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2025-04-17 12:54:19.376 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2025-04-17 12:54:19.378 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2025-04-17 12:54:19.380 | + inc/python:use_library_from_git:272 : local name=taskflow 2025-04-17 12:54:19.382 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:19.384 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:19.386 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,taskflow, ]] 2025-04-17 12:54:19.387 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:19.389 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2025-04-17 12:54:19.391 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2025-04-17 12:54:19.393 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2025-04-17 12:54:19.395 | + inc/python:use_library_from_git:272 : local name=tooz 2025-04-17 12:54:19.397 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:19.399 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:19.400 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,tooz, ]] 2025-04-17 12:54:19.402 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:19.404 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2025-04-17 12:54:19.406 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2025-04-17 12:54:19.408 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2025-04-17 12:54:19.410 | + inc/python:use_library_from_git:272 : local name=os-brick 2025-04-17 12:54:19.412 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:19.414 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:19.416 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-brick, ]] 2025-04-17 12:54:19.418 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:19.420 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2025-04-17 12:54:19.422 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2025-04-17 12:54:19.423 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2025-04-17 12:54:19.426 | + inc/python:use_library_from_git:272 : local name=os-resource-classes 2025-04-17 12:54:19.427 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:19.429 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:19.431 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-resource-classes, ]] 2025-04-17 12:54:19.433 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:19.434 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2025-04-17 12:54:19.437 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2025-04-17 12:54:19.438 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2025-04-17 12:54:19.440 | + inc/python:use_library_from_git:272 : local name=os-traits 2025-04-17 12:54:19.442 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:19.444 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:19.445 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-traits, ]] 2025-04-17 12:54:19.447 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:19.449 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2025-04-17 12:54:19.451 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2025-04-17 12:54:19.453 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2025-04-17 12:54:19.455 | + inc/python:use_library_from_git:272 : local name=python-barbicanclient 2025-04-17 12:54:19.457 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:19.458 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:19.460 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-barbicanclient, ]] 2025-04-17 12:54:19.462 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:19.464 | + lib/libraries:install_libs:139 : pip_install etcd3 2025-04-17 12:54:19.480 | Using python 3.10 to install etcd3 2025-04-17 12:54:19.481 | + 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-17 12:54:20.367 | Collecting etcd3 2025-04-17 12:54:20.367 | Using cached etcd3-0.12.0-py2.py3-none-any.whl 2025-04-17 12:54:21.023 | Collecting grpcio>=1.27.1 (from etcd3) 2025-04-17 12:54:21.025 | Using cached grpcio-1.54.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) 2025-04-17 12:54:21.247 | Collecting protobuf>=3.6.1 (from etcd3) 2025-04-17 12:54:21.253 | Using cached protobuf-4.22.3-cp37-abi3-manylinux2014_x86_64.whl.metadata (540 bytes) 2025-04-17 12:54:21.296 | Collecting six>=1.12.0 (from etcd3) 2025-04-17 12:54:21.298 | Using cached six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) 2025-04-17 12:54:21.332 | Collecting tenacity>=6.1.0 (from etcd3) 2025-04-17 12:54:21.334 | Using cached tenacity-6.3.1-py2.py3-none-any.whl.metadata (1.2 kB) 2025-04-17 12:54:21.350 | Using cached grpcio-1.54.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB) 2025-04-17 12:54:21.378 | Using cached protobuf-4.22.3-cp37-abi3-manylinux2014_x86_64.whl (302 kB) 2025-04-17 12:54:21.382 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2025-04-17 12:54:21.385 | Using cached tenacity-6.3.1-py2.py3-none-any.whl (36 kB) 2025-04-17 12:54:21.475 | Installing collected packages: six, protobuf, grpcio, tenacity, etcd3 2025-04-17 12:54:21.815 | Successfully installed etcd3-0.12.0 grpcio-1.54.0 protobuf-4.22.3 six-1.16.0 tenacity-6.3.1 2025-04-17 12:54:21.987 | + inc/python:pip_install:222 : result=0 2025-04-17 12:54:21.989 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-17 12:54:21.991 | + functions-common:time_stop:2400 : local name 2025-04-17 12:54:21.993 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:54:21.995 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:54:21.997 | + functions-common:time_stop:2403 : local total 2025-04-17 12:54:21.998 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:54:22.000 | + functions-common:time_stop:2406 : name=pip_install 2025-04-17 12:54:22.002 | + functions-common:time_stop:2407 : start_time=1744894459476 2025-04-17 12:54:22.004 | + functions-common:time_stop:2409 : [[ -z 1744894459476 ]] 2025-04-17 12:54:22.006 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:54:22.009 | + functions-common:time_stop:2412 : end_time=1744894462007 2025-04-17 12:54:22.011 | + functions-common:time_stop:2413 : elapsed_time=2531 2025-04-17 12:54:22.012 | + functions-common:time_stop:2414 : total=11539 2025-04-17 12:54:22.014 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:54:22.016 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=14070 2025-04-17 12:54:22.018 | + inc/python:pip_install:225 : return 0 2025-04-17 12:54:22.020 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2025-04-17 12:54:22.035 | Using python 3.10 to install etcd3gw 2025-04-17 12:54:22.037 | + 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-17 12:54:23.011 | Collecting etcd3gw 2025-04-17 12:54:23.013 | Using cached etcd3gw-2.1.0-py3-none-any.whl.metadata (1.6 kB) 2025-04-17 12:54:23.043 | Collecting futurist>=0.16.0 (from etcd3gw) 2025-04-17 12:54:23.045 | Using cached futurist-2.4.1-py3-none-any.whl.metadata (2.1 kB) 2025-04-17 12:54:23.048 | Requirement already satisfied: pbr>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from etcd3gw) (5.11.1) 2025-04-17 12:54:23.089 | Collecting requests>=2.20.0 (from etcd3gw) 2025-04-17 12:54:23.090 | Using cached requests-2.28.2-py3-none-any.whl.metadata (4.6 kB) 2025-04-17 12:54:23.198 | Collecting charset-normalizer<4,>=2 (from requests>=2.20.0->etcd3gw) 2025-04-17 12:54:23.199 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (30 kB) 2025-04-17 12:54:23.224 | Collecting idna<4,>=2.5 (from requests>=2.20.0->etcd3gw) 2025-04-17 12:54:23.226 | Using cached idna-3.4-py3-none-any.whl.metadata (9.8 kB) 2025-04-17 12:54:23.277 | Collecting urllib3<1.27,>=1.21.1 (from requests>=2.20.0->etcd3gw) 2025-04-17 12:54:23.278 | Using cached urllib3-1.26.15-py2.py3-none-any.whl.metadata (48 kB) 2025-04-17 12:54:23.311 | Collecting certifi>=2017.4.17 (from requests>=2.20.0->etcd3gw) 2025-04-17 12:54:23.313 | Using cached certifi-2025.1.31-py3-none-any.whl.metadata (2.5 kB) 2025-04-17 12:54:23.337 | Using cached etcd3gw-2.1.0-py3-none-any.whl (22 kB) 2025-04-17 12:54:23.340 | Using cached futurist-2.4.1-py3-none-any.whl (36 kB) 2025-04-17 12:54:23.342 | Using cached requests-2.28.2-py3-none-any.whl (62 kB) 2025-04-17 12:54:23.345 | Using cached certifi-2025.1.31-py3-none-any.whl (166 kB) 2025-04-17 12:54:23.348 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB) 2025-04-17 12:54:23.351 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2025-04-17 12:54:23.354 | Using cached urllib3-1.26.15-py2.py3-none-any.whl (140 kB) 2025-04-17 12:54:23.457 | Installing collected packages: urllib3, idna, futurist, charset-normalizer, certifi, requests, etcd3gw 2025-04-17 12:54:23.753 | 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-17 12:54:23.854 | + inc/python:pip_install:222 : result=0 2025-04-17 12:54:23.856 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-17 12:54:23.858 | + functions-common:time_stop:2400 : local name 2025-04-17 12:54:23.860 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:54:23.862 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:54:23.864 | + functions-common:time_stop:2403 : local total 2025-04-17 12:54:23.866 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:54:23.868 | + functions-common:time_stop:2406 : name=pip_install 2025-04-17 12:54:23.869 | + functions-common:time_stop:2407 : start_time=1744894462031 2025-04-17 12:54:23.871 | + functions-common:time_stop:2409 : [[ -z 1744894462031 ]] 2025-04-17 12:54:23.873 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:54:23.877 | + functions-common:time_stop:2412 : end_time=1744894463874 2025-04-17 12:54:23.878 | + functions-common:time_stop:2413 : elapsed_time=1843 2025-04-17 12:54:23.880 | + functions-common:time_stop:2414 : total=14070 2025-04-17 12:54:23.882 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:54:23.883 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=15913 2025-04-17 12:54:23.885 | + inc/python:pip_install:225 : return 0 2025-04-17 12:54:23.887 | + stack.sh:main:906 : install_apache_uwsgi 2025-04-17 12:54:23.890 | + lib/apache:install_apache_uwsgi:76 : local apxs=apxs2 2025-04-17 12:54:23.891 | + lib/apache:install_apache_uwsgi:77 : is_fedora 2025-04-17 12:54:23.894 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-17 12:54:23.896 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-17 12:54:23.897 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-17 12:54:23.899 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-17 12:54:23.901 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-17 12:54:23.903 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-17 12:54:23.905 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-17 12:54:23.906 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-17 12:54:23.909 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-17 12:54:23.911 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-17 12:54:23.912 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-17 12:54:23.914 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-17 12:54:23.916 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-17 12:54:23.918 | + lib/apache:install_apache_uwsgi:81 : is_ubuntu 2025-04-17 12:54:23.920 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:54:23.922 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:54:23.924 | + lib/apache:install_apache_uwsgi:82 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2025-04-17 12:54:23.925 | + lib/apache:install_apache_uwsgi:83 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-04-17 12:54:23.928 | + functions-common:install_package:1421 : update_package_repo 2025-04-17 12:54:23.929 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-17 12:54:23.931 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-17 12:54:23.933 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-17 12:54:23.935 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-17 12:54:23.937 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-17 12:54:23.939 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:54:23.941 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:54:23.943 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-17 12:54:23.945 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-17 12:54:23.947 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-17 12:54:23.949 | + functions-common:apt_get_update:1150 : return 2025-04-17 12:54:23.951 | + functions-common:install_package:1422 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-04-17 12:54:23.952 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-17 12:54:23.954 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:54:23.956 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:54:23.959 | + functions-common:real_install_package:1410 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-04-17 12:54:23.975 | + 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-17 12:54:24.036 | Reading package lists... 2025-04-17 12:54:24.250 | Building dependency tree... 2025-04-17 12:54:24.253 | Reading state information... 2025-04-17 12:54:24.462 | uwsgi is already the newest version (2.0.20-4). 2025-04-17 12:54:24.462 | uwsgi-plugin-python3 is already the newest version (2.0.20-4). 2025-04-17 12:54:24.462 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.14). 2025-04-17 12:54:24.462 | 0 upgraded, 0 newly installed, 0 to remove and 119 not upgraded. 2025-04-17 12:54:24.467 | + functions-common:apt_get:1194 : result=0 2025-04-17 12:54:24.469 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-17 12:54:24.471 | + functions-common:time_stop:2400 : local name 2025-04-17 12:54:24.473 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:54:24.475 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:54:24.477 | + functions-common:time_stop:2403 : local total 2025-04-17 12:54:24.479 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:54:24.481 | + functions-common:time_stop:2406 : name=apt-get 2025-04-17 12:54:24.482 | + functions-common:time_stop:2407 : start_time=1744894463972 2025-04-17 12:54:24.484 | + functions-common:time_stop:2409 : [[ -z 1744894463972 ]] 2025-04-17 12:54:24.487 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:54:24.490 | + functions-common:time_stop:2412 : end_time=1744894464488 2025-04-17 12:54:24.492 | + functions-common:time_stop:2413 : elapsed_time=516 2025-04-17 12:54:24.494 | + functions-common:time_stop:2414 : total=38818 2025-04-17 12:54:24.496 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:54:24.498 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=39334 2025-04-17 12:54:24.499 | + functions-common:apt_get:1198 : return 0 2025-04-17 12:54:24.501 | + lib/apache:install_apache_uwsgi:115 : is_ubuntu 2025-04-17 12:54:24.503 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:54:24.505 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:54:24.507 | + lib/apache:install_apache_uwsgi:117 : sudo a2enmod proxy 2025-04-17 12:54:24.541 | Enabling module proxy. 2025-04-17 12:54:24.545 | To activate the new configuration, you need to run: 2025-04-17 12:54:24.545 | systemctl restart apache2 2025-04-17 12:54:24.548 | + lib/apache:install_apache_uwsgi:118 : sudo a2enmod proxy_uwsgi 2025-04-17 12:54:24.580 | Considering dependency proxy for proxy_uwsgi: 2025-04-17 12:54:24.580 | Module proxy already enabled 2025-04-17 12:54:24.580 | Enabling module proxy_uwsgi. 2025-04-17 12:54:24.584 | To activate the new configuration, you need to run: 2025-04-17 12:54:24.584 | systemctl restart apache2 2025-04-17 12:54:24.587 | + lib/apache:install_apache_uwsgi:124 : restart_apache_server 2025-04-17 12:54:24.589 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-17 12:54:24.591 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-17 12:54:24.593 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-17 12:54:24.686 | + stack.sh:main:909 : install_keystoneauth 2025-04-17 12:54:24.688 | + lib/keystone:install_keystoneauth:503 : use_library_from_git keystoneauth 2025-04-17 12:54:24.690 | + inc/python:use_library_from_git:272 : local name=keystoneauth 2025-04-17 12:54:24.692 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:24.693 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:24.695 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,keystoneauth, ]] 2025-04-17 12:54:24.697 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:24.699 | + stack.sh:main:910 : install_keystoneclient 2025-04-17 12:54:24.701 | + lib/keystone:install_keystoneclient:511 : use_library_from_git python-keystoneclient 2025-04-17 12:54:24.703 | + inc/python:use_library_from_git:272 : local name=python-keystoneclient 2025-04-17 12:54:24.705 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:24.707 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:24.709 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-keystoneclient, ]] 2025-04-17 12:54:24.711 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:24.713 | + stack.sh:main:911 : install_glanceclient 2025-04-17 12:54:24.715 | + lib/glance:install_glanceclient:501 : use_library_from_git python-glanceclient 2025-04-17 12:54:24.717 | + inc/python:use_library_from_git:272 : local name=python-glanceclient 2025-04-17 12:54:24.718 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:24.720 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:24.723 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-glanceclient, ]] 2025-04-17 12:54:24.724 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:24.726 | + stack.sh:main:912 : install_cinderclient 2025-04-17 12:54:24.728 | + lib/cinder:install_cinderclient:571 : use_library_from_git python-brick-cinderclient-ext 2025-04-17 12:54:24.730 | + inc/python:use_library_from_git:272 : local name=python-brick-cinderclient-ext 2025-04-17 12:54:24.732 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:24.733 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:24.736 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2025-04-17 12:54:24.737 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:24.739 | + lib/cinder:install_cinderclient:576 : use_library_from_git python-cinderclient 2025-04-17 12:54:24.741 | + inc/python:use_library_from_git:272 : local name=python-cinderclient 2025-04-17 12:54:24.743 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:24.745 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:24.747 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-cinderclient, ]] 2025-04-17 12:54:24.749 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:24.751 | + stack.sh:main:913 : install_novaclient 2025-04-17 12:54:24.753 | + lib/nova:install_novaclient:911 : use_library_from_git python-novaclient 2025-04-17 12:54:24.755 | + inc/python:use_library_from_git:272 : local name=python-novaclient 2025-04-17 12:54:24.756 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:24.758 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:24.760 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-novaclient, ]] 2025-04-17 12:54:24.762 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:24.764 | + stack.sh:main:914 : is_service_enabled swift glance horizon 2025-04-17 12:54:24.777 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:54:24.779 | + stack.sh:main:915 : install_swiftclient 2025-04-17 12:54:24.781 | + lib/swift:install_swiftclient:730 : use_library_from_git python-swiftclient 2025-04-17 12:54:24.783 | + inc/python:use_library_from_git:272 : local name=python-swiftclient 2025-04-17 12:54:24.785 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:24.786 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:24.788 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-swiftclient, ]] 2025-04-17 12:54:24.790 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:24.792 | + stack.sh:main:917 : is_service_enabled neutron nova horizon 2025-04-17 12:54:24.805 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:54:24.807 | + stack.sh:main:918 : install_neutronclient 2025-04-17 12:54:24.809 | + lib/neutron:install_neutronclient:537 : use_library_from_git python-neutronclient 2025-04-17 12:54:24.811 | + inc/python:use_library_from_git:272 : local name=python-neutronclient 2025-04-17 12:54:24.813 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:24.815 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:24.817 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-neutronclient, ]] 2025-04-17 12:54:24.819 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:24.821 | + stack.sh:main:922 : install_keystonemiddleware 2025-04-17 12:54:24.822 | + lib/keystone:install_keystonemiddleware:521 : use_library_from_git keystonemiddleware 2025-04-17 12:54:24.825 | + inc/python:use_library_from_git:272 : local name=keystonemiddleware 2025-04-17 12:54:24.826 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:24.828 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:24.830 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,keystonemiddleware, ]] 2025-04-17 12:54:24.832 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:24.835 | + lib/keystone:install_keystonemiddleware:526 : pip_install_gr keystonemiddleware 2025-04-17 12:54:24.836 | + inc/python:pip_install_gr:94 : local name=keystonemiddleware 2025-04-17 12:54:24.838 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-17 12:54:24.841 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements keystonemiddleware 2025-04-17 12:54:24.843 | ++ inc/python:get_from_global_requirements:247 : local package=keystonemiddleware 2025-04-17 12:54:24.845 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-17 12:54:24.848 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-17 12:54:24.848 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^keystonemiddleware' /opt/stack//requirements/global-requirements.txt 2025-04-17 12:54:24.852 | ++ inc/python:get_from_global_requirements:249 : required_pkg='keystonemiddleware ' 2025-04-17 12:54:24.853 | ++ inc/python:get_from_global_requirements:250 : [[ keystonemiddleware == '' ]] 2025-04-17 12:54:24.855 | ++ inc/python:get_from_global_requirements:253 : echo keystonemiddleware 2025-04-17 12:54:24.858 | + inc/python:pip_install_gr:96 : clean_name=keystonemiddleware 2025-04-17 12:54:24.860 | + inc/python:pip_install_gr:97 : pip_install keystonemiddleware 2025-04-17 12:54:24.875 | Using python 3.10 to install keystonemiddleware 2025-04-17 12:54:24.877 | + 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-17 12:54:25.771 | Collecting keystonemiddleware 2025-04-17 12:54:25.772 | Using cached keystonemiddleware-10.4.1-py3-none-any.whl.metadata (3.8 kB) 2025-04-17 12:54:25.827 | Collecting WebOb>=1.7.1 (from keystonemiddleware) 2025-04-17 12:54:25.828 | Using cached WebOb-1.8.7-py2.py3-none-any.whl.metadata (10 kB) 2025-04-17 12:54:25.866 | Collecting keystoneauth1>=3.12.0 (from keystonemiddleware) 2025-04-17 12:54:25.868 | Using cached keystoneauth1-5.3.0-py3-none-any.whl.metadata (3.8 kB) 2025-04-17 12:54:25.909 | Collecting oslo.cache>=1.26.0 (from keystonemiddleware) 2025-04-17 12:54:25.911 | Using cached oslo.cache-3.5.0-py3-none-any.whl.metadata (3.2 kB) 2025-04-17 12:54:25.957 | Collecting oslo.config>=5.2.0 (from keystonemiddleware) 2025-04-17 12:54:25.960 | Using cached oslo.config-9.2.0-py3-none-any.whl.metadata (3.1 kB) 2025-04-17 12:54:25.993 | Collecting oslo.context>=2.19.2 (from keystonemiddleware) 2025-04-17 12:54:25.995 | Using cached oslo.context-5.2.0-py3-none-any.whl.metadata (2.0 kB) 2025-04-17 12:54:26.026 | Collecting oslo.i18n>=3.15.3 (from keystonemiddleware) 2025-04-17 12:54:26.028 | Using cached oslo.i18n-6.1.1-py3-none-any.whl.metadata (2.0 kB) 2025-04-17 12:54:26.076 | Collecting oslo.log>=3.36.0 (from keystonemiddleware) 2025-04-17 12:54:26.078 | Using cached oslo.log-5.3.2-py3-none-any.whl.metadata (3.0 kB) 2025-04-17 12:54:26.114 | Collecting oslo.serialization!=2.19.1,>=2.18.0 (from keystonemiddleware) 2025-04-17 12:54:26.116 | Using cached oslo.serialization-5.2.1-py3-none-any.whl.metadata (2.2 kB) 2025-04-17 12:54:26.162 | Collecting oslo.utils>=3.33.0 (from keystonemiddleware) 2025-04-17 12:54:26.164 | Using cached oslo.utils-6.2.1-py3-none-any.whl.metadata (2.2 kB) 2025-04-17 12:54:26.167 | 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-17 12:54:26.189 | Collecting pycadf!=2.0.0,>=1.1.0 (from keystonemiddleware) 2025-04-17 12:54:26.191 | Using cached pycadf-3.1.1-py3-none-any.whl.metadata (2.1 kB) 2025-04-17 12:54:26.225 | Collecting python-keystoneclient>=3.20.0 (from keystonemiddleware) 2025-04-17 12:54:26.227 | Using cached python_keystoneclient-5.2.0-py3-none-any.whl.metadata (3.7 kB) 2025-04-17 12:54:26.229 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware) (2.28.2) 2025-04-17 12:54:26.279 | Collecting iso8601>=0.1.11 (from keystoneauth1>=3.12.0->keystonemiddleware) 2025-04-17 12:54:26.281 | Using cached iso8601-1.1.0-py3-none-any.whl.metadata (9.8 kB) 2025-04-17 12:54:26.299 | Collecting os-service-types>=1.2.0 (from keystoneauth1>=3.12.0->keystonemiddleware) 2025-04-17 12:54:26.301 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-04-17 12:54:26.336 | Collecting stevedore>=1.20.0 (from keystoneauth1>=3.12.0->keystonemiddleware) 2025-04-17 12:54:26.338 | Using cached stevedore-5.1.0-py3-none-any.whl.metadata (2.2 kB) 2025-04-17 12:54:26.405 | Collecting dogpile.cache>=1.1.5 (from oslo.cache>=1.26.0->keystonemiddleware) 2025-04-17 12:54:26.409 | Using cached dogpile.cache-1.1.8-py3-none-any.whl.metadata (5.0 kB) 2025-04-17 12:54:26.505 | Collecting PyYAML>=5.1 (from oslo.config>=5.2.0->keystonemiddleware) 2025-04-17 12:54:26.508 | 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-17 12:54:26.535 | Collecting debtcollector>=1.2.0 (from oslo.config>=5.2.0->keystonemiddleware) 2025-04-17 12:54:26.538 | Using cached debtcollector-2.5.0-py3-none-any.whl.metadata (2.3 kB) 2025-04-17 12:54:26.565 | Collecting netaddr>=0.7.18 (from oslo.config>=5.2.0->keystonemiddleware) 2025-04-17 12:54:26.566 | Using cached netaddr-0.8.0-py2.py3-none-any.whl.metadata (4.9 kB) 2025-04-17 12:54:26.586 | Collecting rfc3986>=1.2.0 (from oslo.config>=5.2.0->keystonemiddleware) 2025-04-17 12:54:26.587 | Using cached rfc3986-2.0.0-py2.py3-none-any.whl.metadata (6.6 kB) 2025-04-17 12:54:26.687 | Collecting python-dateutil>=2.7.0 (from oslo.log>=3.36.0->keystonemiddleware) 2025-04-17 12:54:26.689 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl.metadata (8.2 kB) 2025-04-17 12:54:26.710 | Collecting pyinotify>=0.9.6 (from oslo.log>=3.36.0->keystonemiddleware) 2025-04-17 12:54:26.710 | Using cached pyinotify-0.9.6-py3-none-any.whl 2025-04-17 12:54:26.800 | Collecting msgpack>=0.5.2 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2025-04-17 12:54:26.801 | Using cached msgpack-1.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.8 kB) 2025-04-17 12:54:26.861 | Collecting pytz>=2013.6 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2025-04-17 12:54:26.864 | Using cached pytz-2023.3-py2.py3-none-any.whl.metadata (22 kB) 2025-04-17 12:54:26.889 | Collecting tzdata>=2022.4 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2025-04-17 12:54:26.891 | Using cached tzdata-2023.3-py2.py3-none-any.whl.metadata (1.4 kB) 2025-04-17 12:54:26.926 | Collecting netifaces>=0.10.4 (from oslo.utils>=3.33.0->keystonemiddleware) 2025-04-17 12:54:26.926 | Using cached netifaces-0.11.0-cp310-cp310-linux_x86_64.whl 2025-04-17 12:54:26.959 | Collecting packaging>=20.4 (from oslo.utils>=3.33.0->keystonemiddleware) 2025-04-17 12:54:26.961 | Using cached packaging-23.1-py3-none-any.whl.metadata (3.1 kB) 2025-04-17 12:54:27.004 | Collecting pyparsing>=2.1.0 (from oslo.utils>=3.33.0->keystonemiddleware) 2025-04-17 12:54:27.005 | Using cached pyparsing-3.0.9-py3-none-any.whl.metadata (4.2 kB) 2025-04-17 12:54:27.017 | 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-17 12:54:27.038 | 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-17 12:54:27.038 | 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-17 12:54:27.039 | 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-17 12:54:27.040 | 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-17 12:54:27.184 | Collecting wrapt>=1.7.0 (from debtcollector>=1.2.0->oslo.config>=5.2.0->keystonemiddleware) 2025-04-17 12:54:27.187 | 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-17 12:54:27.217 | Collecting decorator>=4.0.0 (from dogpile.cache>=1.1.5->oslo.cache>=1.26.0->keystonemiddleware) 2025-04-17 12:54:27.219 | Using cached decorator-5.1.1-py3-none-any.whl.metadata (4.0 kB) 2025-04-17 12:54:27.359 | Using cached keystonemiddleware-10.4.1-py3-none-any.whl (130 kB) 2025-04-17 12:54:27.362 | Using cached keystoneauth1-5.3.0-py3-none-any.whl (323 kB) 2025-04-17 12:54:27.366 | Using cached oslo.cache-3.5.0-py3-none-any.whl (70 kB) 2025-04-17 12:54:27.369 | Using cached oslo.config-9.2.0-py3-none-any.whl (128 kB) 2025-04-17 12:54:27.372 | Using cached oslo.context-5.2.0-py3-none-any.whl (20 kB) 2025-04-17 12:54:27.375 | Using cached oslo.i18n-6.1.1-py3-none-any.whl (46 kB) 2025-04-17 12:54:27.377 | Using cached oslo.log-5.3.2-py3-none-any.whl (76 kB) 2025-04-17 12:54:27.380 | Using cached oslo.serialization-5.2.1-py3-none-any.whl (26 kB) 2025-04-17 12:54:27.383 | Using cached oslo.utils-6.2.1-py3-none-any.whl (101 kB) 2025-04-17 12:54:27.387 | Using cached pycadf-3.1.1-py3-none-any.whl (39 kB) 2025-04-17 12:54:27.390 | Using cached python_keystoneclient-5.2.0-py3-none-any.whl (397 kB) 2025-04-17 12:54:27.394 | Using cached WebOb-1.8.7-py2.py3-none-any.whl (114 kB) 2025-04-17 12:54:27.398 | Using cached debtcollector-2.5.0-py3-none-any.whl (23 kB) 2025-04-17 12:54:27.401 | Using cached dogpile.cache-1.1.8-py3-none-any.whl (51 kB) 2025-04-17 12:54:27.404 | Using cached iso8601-1.1.0-py3-none-any.whl (9.9 kB) 2025-04-17 12:54:27.406 | Using cached msgpack-1.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316 kB) 2025-04-17 12:54:27.411 | Using cached netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB) 2025-04-17 12:54:27.423 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 2025-04-17 12:54:27.426 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2025-04-17 12:54:27.429 | Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) 2025-04-17 12:54:27.431 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2025-04-17 12:54:27.436 | Using cached pytz-2023.3-py2.py3-none-any.whl (502 kB) 2025-04-17 12:54:27.441 | 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-17 12:54:27.447 | Using cached rfc3986-2.0.0-py2.py3-none-any.whl (31 kB) 2025-04-17 12:54:27.449 | Using cached stevedore-5.1.0-py3-none-any.whl (49 kB) 2025-04-17 12:54:27.452 | Using cached tzdata-2023.3-py2.py3-none-any.whl (341 kB) 2025-04-17 12:54:27.457 | Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB) 2025-04-17 12:54:27.459 | 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-17 12:54:27.760 | 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-17 12:54:29.446 | 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-17 12:54:29.596 | + inc/python:pip_install:222 : result=0 2025-04-17 12:54:29.598 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-17 12:54:29.600 | + functions-common:time_stop:2400 : local name 2025-04-17 12:54:29.602 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:54:29.604 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:54:29.606 | + functions-common:time_stop:2403 : local total 2025-04-17 12:54:29.607 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:54:29.609 | + functions-common:time_stop:2406 : name=pip_install 2025-04-17 12:54:29.611 | + functions-common:time_stop:2407 : start_time=1744894464871 2025-04-17 12:54:29.612 | + functions-common:time_stop:2409 : [[ -z 1744894464871 ]] 2025-04-17 12:54:29.615 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:54:29.618 | + functions-common:time_stop:2412 : end_time=1744894469616 2025-04-17 12:54:29.620 | + functions-common:time_stop:2413 : elapsed_time=4745 2025-04-17 12:54:29.621 | + functions-common:time_stop:2414 : total=15913 2025-04-17 12:54:29.623 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:54:29.625 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=20658 2025-04-17 12:54:29.627 | + inc/python:pip_install:225 : return 0 2025-04-17 12:54:29.629 | + lib/keystone:install_keystonemiddleware:530 : pip_install_gr python-memcached 2025-04-17 12:54:29.631 | + inc/python:pip_install_gr:94 : local name=python-memcached 2025-04-17 12:54:29.633 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-17 12:54:29.635 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements python-memcached 2025-04-17 12:54:29.637 | ++ inc/python:get_from_global_requirements:247 : local package=python-memcached 2025-04-17 12:54:29.639 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-17 12:54:29.643 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-17 12:54:29.643 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^python-memcached' /opt/stack//requirements/global-requirements.txt 2025-04-17 12:54:29.646 | ++ inc/python:get_from_global_requirements:249 : required_pkg='python-memcached ' 2025-04-17 12:54:29.648 | ++ inc/python:get_from_global_requirements:250 : [[ python-memcached == '' ]] 2025-04-17 12:54:29.650 | ++ inc/python:get_from_global_requirements:253 : echo python-memcached 2025-04-17 12:54:29.652 | + inc/python:pip_install_gr:96 : clean_name=python-memcached 2025-04-17 12:54:29.655 | + inc/python:pip_install_gr:97 : pip_install python-memcached 2025-04-17 12:54:29.671 | Using python 3.10 to install python-memcached 2025-04-17 12:54:29.673 | + 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-17 12:54:30.551 | Collecting python-memcached 2025-04-17 12:54:30.553 | Using cached python_memcached-1.59-py2.py3-none-any.whl.metadata (2.1 kB) 2025-04-17 12:54:30.556 | 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-17 12:54:30.558 | Using cached python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2025-04-17 12:54:30.757 | Installing collected packages: python-memcached 2025-04-17 12:54:30.781 | Successfully installed python-memcached-1.59 2025-04-17 12:54:30.858 | + inc/python:pip_install:222 : result=0 2025-04-17 12:54:30.860 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-17 12:54:30.862 | + functions-common:time_stop:2400 : local name 2025-04-17 12:54:30.864 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:54:30.865 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:54:30.868 | + functions-common:time_stop:2403 : local total 2025-04-17 12:54:30.869 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:54:30.871 | + functions-common:time_stop:2406 : name=pip_install 2025-04-17 12:54:30.873 | + functions-common:time_stop:2407 : start_time=1744894469667 2025-04-17 12:54:30.875 | + functions-common:time_stop:2409 : [[ -z 1744894469667 ]] 2025-04-17 12:54:30.877 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:54:30.880 | + functions-common:time_stop:2412 : end_time=1744894470878 2025-04-17 12:54:30.882 | + functions-common:time_stop:2413 : elapsed_time=1211 2025-04-17 12:54:30.884 | + functions-common:time_stop:2414 : total=20658 2025-04-17 12:54:30.886 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:54:30.888 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=21869 2025-04-17 12:54:30.889 | + inc/python:pip_install:225 : return 0 2025-04-17 12:54:30.892 | + stack.sh:main:924 : is_service_enabled keystone 2025-04-17 12:54:30.905 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:54:30.907 | + stack.sh:main:925 : '[' 10.180.1.21 == 10.180.1.21 ']' 2025-04-17 12:54:30.909 | + stack.sh:main:926 : stack_install_service keystone 2025-04-17 12:54:30.911 | + lib/stack:stack_install_service:20 : local service=keystone 2025-04-17 12:54:30.913 | + lib/stack:stack_install_service:21 : type install_keystone 2025-04-17 12:54:30.915 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-17 12:54:30.917 | + lib/stack:stack_install_service:32 : install_keystone 2025-04-17 12:54:30.919 | + lib/keystone:install_keystone:536 : is_service_enabled ldap 2025-04-17 12:54:30.930 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:54:30.932 | + lib/keystone:install_keystone:540 : git_clone https://opendev.org/openstack/keystone.git /opt/stack//keystone stable/2023.2 2025-04-17 12:54:30.934 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/keystone.git 2025-04-17 12:54:30.936 | + functions-common:git_clone:573 : local git_dest=/opt/stack//keystone 2025-04-17 12:54:30.937 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-17 12:54:30.939 | + functions-common:git_clone:575 : local orig_dir 2025-04-17 12:54:30.941 | ++ functions-common:git_clone:576 : pwd 2025-04-17 12:54:30.943 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-17 12:54:30.945 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-17 12:54:30.947 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-17 12:54:30.958 | + functions-common:git_clone:579 : RECLONE=False 2025-04-17 12:54:30.960 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-17 12:54:30.962 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-17 12:54:30.964 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-17 12:54:30.965 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-17 12:54:30.966 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-17 12:54:30.969 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//keystone ]] 2025-04-17 12:54:30.971 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-17 12:54:30.972 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2025-04-17 12:54:30.974 | + functions-common:git_timed:680 : local count=0 2025-04-17 12:54:30.976 | + functions-common:git_timed:681 : local timeout=0 2025-04-17 12:54:30.977 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-17 12:54:30.979 | + functions-common:git_timed:684 : timeout=0 2025-04-17 12:54:30.981 | + functions-common:git_timed:687 : time_start git_timed 2025-04-17 12:54:30.983 | + functions-common:time_start:2386 : local name=git_timed 2025-04-17 12:54:30.984 | + functions-common:time_start:2387 : local start_time= 2025-04-17 12:54:30.986 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 12:54:30.988 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 12:54:30.991 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894470989 2025-04-17 12:54:30.993 | + 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-17 12:54:30.995 | Cloning into '/opt/stack//keystone'... 2025-04-17 12:54:33.456 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-17 12:54:33.457 | + functions-common:time_stop:2400 : local name 2025-04-17 12:54:33.459 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:54:33.461 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:54:33.463 | + functions-common:time_stop:2403 : local total 2025-04-17 12:54:33.465 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:54:33.466 | + functions-common:time_stop:2406 : name=git_timed 2025-04-17 12:54:33.468 | + functions-common:time_stop:2407 : start_time=1744894470989 2025-04-17 12:54:33.470 | + functions-common:time_stop:2409 : [[ -z 1744894470989 ]] 2025-04-17 12:54:33.472 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:54:33.475 | + functions-common:time_stop:2412 : end_time=1744894473473 2025-04-17 12:54:33.477 | + functions-common:time_stop:2413 : elapsed_time=2484 2025-04-17 12:54:33.478 | + functions-common:time_stop:2414 : total=14838 2025-04-17 12:54:33.480 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:54:33.482 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=17322 2025-04-17 12:54:33.483 | + functions-common:git_clone:614 : cd /opt/stack//keystone 2025-04-17 12:54:33.485 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-17 12:54:33.487 | + functions-common:git_timed:680 : local count=0 2025-04-17 12:54:33.489 | + functions-common:git_timed:681 : local timeout=0 2025-04-17 12:54:33.490 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-17 12:54:33.492 | + functions-common:git_timed:684 : timeout=0 2025-04-17 12:54:33.494 | + functions-common:git_timed:687 : time_start git_timed 2025-04-17 12:54:33.495 | + functions-common:time_start:2386 : local name=git_timed 2025-04-17 12:54:33.497 | + functions-common:time_start:2387 : local start_time= 2025-04-17 12:54:33.499 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 12:54:33.501 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 12:54:33.504 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894473502 2025-04-17 12:54:33.506 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-17 12:54:35.992 | From https://opendev.org/openstack/keystone 2025-04-17 12:54:35.992 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-17 12:54:35.996 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-17 12:54:35.998 | + functions-common:time_stop:2400 : local name 2025-04-17 12:54:35.999 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:54:36.001 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:54:36.003 | + functions-common:time_stop:2403 : local total 2025-04-17 12:54:36.004 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:54:36.006 | + functions-common:time_stop:2406 : name=git_timed 2025-04-17 12:54:36.007 | + functions-common:time_stop:2407 : start_time=1744894473502 2025-04-17 12:54:36.009 | + functions-common:time_stop:2409 : [[ -z 1744894473502 ]] 2025-04-17 12:54:36.011 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:54:36.014 | + functions-common:time_stop:2412 : end_time=1744894476012 2025-04-17 12:54:36.015 | + functions-common:time_stop:2413 : elapsed_time=2510 2025-04-17 12:54:36.017 | + functions-common:time_stop:2414 : total=17322 2025-04-17 12:54:36.019 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:54:36.020 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=19832 2025-04-17 12:54:36.022 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-17 12:54:36.023 | + functions-common:git_timed:680 : local count=0 2025-04-17 12:54:36.025 | + functions-common:git_timed:681 : local timeout=0 2025-04-17 12:54:36.026 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-17 12:54:36.028 | + functions-common:git_timed:684 : timeout=0 2025-04-17 12:54:36.030 | + functions-common:git_timed:687 : time_start git_timed 2025-04-17 12:54:36.031 | + functions-common:time_start:2386 : local name=git_timed 2025-04-17 12:54:36.033 | + functions-common:time_start:2387 : local start_time= 2025-04-17 12:54:36.035 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 12:54:36.037 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 12:54:36.040 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894476038 2025-04-17 12:54:36.042 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-17 12:54:36.132 | Note: switching to 'FETCH_HEAD'. 2025-04-17 12:54:36.132 | 2025-04-17 12:54:36.132 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-17 12:54:36.132 | changes and commit them, and you can discard any commits you make in this 2025-04-17 12:54:36.132 | state without impacting any branches by switching back to a branch. 2025-04-17 12:54:36.132 | 2025-04-17 12:54:36.132 | If you want to create a new branch to retain commits you create, you may 2025-04-17 12:54:36.132 | do so (now or later) by using -c with the switch command. Example: 2025-04-17 12:54:36.132 | 2025-04-17 12:54:36.132 | git switch -c 2025-04-17 12:54:36.132 | 2025-04-17 12:54:36.132 | Or undo this operation with: 2025-04-17 12:54:36.132 | 2025-04-17 12:54:36.132 | git switch - 2025-04-17 12:54:36.132 | 2025-04-17 12:54:36.132 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-17 12:54:36.132 | 2025-04-17 12:54:36.132 | HEAD is now at 13354bd Merge "Move OIDC job to check" into stable/2023.2 2025-04-17 12:54:36.135 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-17 12:54:36.137 | + functions-common:time_stop:2400 : local name 2025-04-17 12:54:36.138 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:54:36.140 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:54:36.142 | + functions-common:time_stop:2403 : local total 2025-04-17 12:54:36.144 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:54:36.145 | + functions-common:time_stop:2406 : name=git_timed 2025-04-17 12:54:36.147 | + functions-common:time_stop:2407 : start_time=1744894476038 2025-04-17 12:54:36.148 | + functions-common:time_stop:2409 : [[ -z 1744894476038 ]] 2025-04-17 12:54:36.151 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:54:36.153 | + functions-common:time_stop:2412 : end_time=1744894476152 2025-04-17 12:54:36.156 | + functions-common:time_stop:2413 : elapsed_time=114 2025-04-17 12:54:36.157 | + functions-common:time_stop:2414 : total=19832 2025-04-17 12:54:36.159 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:54:36.161 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=19946 2025-04-17 12:54:36.162 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//keystone 2025-04-17 12:54:36.172 | + functions-common:git_clone:655 : cd /opt/stack//keystone 2025-04-17 12:54:36.174 | + functions-common:git_clone:656 : git show --oneline 2025-04-17 12:54:36.174 | + functions-common:git_clone:656 : head -1 2025-04-17 12:54:36.176 | 13354bd Merge "Move OIDC job to check" into stable/2023.2 2025-04-17 12:54:36.179 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-17 12:54:36.180 | + lib/keystone:install_keystone:541 : setup_develop /opt/stack//keystone 2025-04-17 12:54:36.182 | + inc/python:setup_develop:360 : local bindep 2025-04-17 12:54:36.184 | + inc/python:setup_develop:361 : [[ /opt/stack//keystone == -bindep* ]] 2025-04-17 12:54:36.186 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//keystone 2025-04-17 12:54:36.188 | + inc/python:setup_develop:366 : local extras= 2025-04-17 12:54:36.189 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//keystone -e 2025-04-17 12:54:36.191 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-17 12:54:36.193 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//keystone == -bindep* ]] 2025-04-17 12:54:36.195 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//keystone 2025-04-17 12:54:36.197 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-17 12:54:36.199 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-17 12:54:36.201 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//keystone 2025-04-17 12:54:36.203 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-17 12:54:36.205 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/keystone 2025-04-17 12:54:36.207 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-17 12:54:36.209 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-17 12:54:36.211 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2025-04-17 12:54:36.215 | + inc/python:_setup_package_with_constraints_edit:407 : name=keystone 2025-04-17 12:54:36.217 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- keystone 2025-04-17 12:54:36.545 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/keystone -e 2025-04-17 12:54:36.548 | + inc/python:setup_package:440 : local bindep=0 2025-04-17 12:54:36.549 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-17 12:54:36.551 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-17 12:54:36.553 | + inc/python:setup_package:443 : [[ /opt/stack/keystone == -bindep* ]] 2025-04-17 12:54:36.555 | + inc/python:setup_package:448 : local project_dir=/opt/stack/keystone 2025-04-17 12:54:36.557 | + inc/python:setup_package:449 : local flags=-e 2025-04-17 12:54:36.558 | + inc/python:setup_package:450 : local extras= 2025-04-17 12:54:36.561 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-17 12:54:36.562 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-17 12:54:36.564 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-17 12:54:36.566 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-17 12:54:36.568 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-17 12:54:36.570 | + inc/python:setup_package:468 : pip_install -e /opt/stack/keystone 2025-04-17 12:54:36.585 | Using python 3.10 to install /opt/stack/keystone 2025-04-17 12:54:36.587 | + 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-17 12:54:37.373 | Obtaining file:///opt/stack/keystone 2025-04-17 12:54:37.376 | Preparing metadata (setup.py): started 2025-04-17 12:54:38.007 | Preparing metadata (setup.py): finished with status 'done' 2025-04-17 12:54:38.061 | 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-17 12:54:38.062 | 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-17 12:54:38.167 | Collecting Flask!=0.11,>=1.0.2 (from keystone==0.0.1.dev11) 2025-04-17 12:54:38.168 | Using cached Flask-2.2.3-py3-none-any.whl.metadata (3.9 kB) 2025-04-17 12:54:38.191 | Collecting Flask-RESTful>=0.3.5 (from keystone==0.0.1.dev11) 2025-04-17 12:54:38.193 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl.metadata (912 bytes) 2025-04-17 12:54:38.426 | Collecting cryptography>=2.7 (from keystone==0.0.1.dev11) 2025-04-17 12:54:38.428 | Using cached cryptography-40.0.2-cp36-abi3-manylinux_2_28_x86_64.whl.metadata (5.4 kB) 2025-04-17 12:54:38.853 | Collecting SQLAlchemy>=1.4.0 (from keystone==0.0.1.dev11) 2025-04-17 12:54:38.856 | 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-17 12:54:38.858 | 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-17 12:54:38.878 | Collecting passlib>=1.7.0 (from keystone==0.0.1.dev11) 2025-04-17 12:54:38.879 | Using cached passlib-1.7.4-py2.py3-none-any.whl.metadata (1.7 kB) 2025-04-17 12:54:38.882 | 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-17 12:54:38.882 | 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-17 12:54:38.939 | Collecting bcrypt>=3.1.3 (from keystone==0.0.1.dev11) 2025-04-17 12:54:38.940 | Using cached bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl.metadata (9.0 kB) 2025-04-17 12:54:39.082 | Collecting scrypt>=0.8.0 (from keystone==0.0.1.dev11) 2025-04-17 12:54:39.083 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.5 kB) 2025-04-17 12:54:39.087 | 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-17 12:54:39.088 | 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-17 12:54:39.088 | 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-17 12:54:39.146 | Collecting oslo.messaging>=5.29.0 (from keystone==0.0.1.dev11) 2025-04-17 12:54:39.148 | Using cached oslo.messaging-14.4.2-py3-none-any.whl.metadata (3.3 kB) 2025-04-17 12:54:39.199 | Collecting oslo.db>=6.0.0 (from keystone==0.0.1.dev11) 2025-04-17 12:54:39.201 | Using cached oslo.db-14.1.1-py3-none-any.whl.metadata (3.2 kB) 2025-04-17 12:54:39.203 | 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-17 12:54:39.204 | 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-17 12:54:39.241 | Collecting oslo.middleware>=3.31.0 (from keystone==0.0.1.dev11) 2025-04-17 12:54:39.243 | Using cached oslo.middleware-5.2.0-py3-none-any.whl.metadata (2.2 kB) 2025-04-17 12:54:39.286 | Collecting oslo.policy>=3.10.0 (from keystone==0.0.1.dev11) 2025-04-17 12:54:39.288 | Using cached oslo.policy-4.2.1-py3-none-any.whl.metadata (2.1 kB) 2025-04-17 12:54:39.290 | 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-17 12:54:39.313 | Collecting oslo.upgradecheck>=1.3.0 (from keystone==0.0.1.dev11) 2025-04-17 12:54:39.315 | Using cached oslo.upgradecheck-2.2.0-py3-none-any.whl.metadata (1.7 kB) 2025-04-17 12:54:39.317 | 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-17 12:54:39.339 | Collecting oauthlib>=0.6.2 (from keystone==0.0.1.dev11) 2025-04-17 12:54:39.341 | Using cached oauthlib-3.2.2-py3-none-any.whl.metadata (7.5 kB) 2025-04-17 12:54:39.370 | Collecting pysaml2>=5.0.0 (from keystone==0.0.1.dev11) 2025-04-17 12:54:39.372 | Using cached pysaml2-7.3.1-py3-none-any.whl.metadata (7.1 kB) 2025-04-17 12:54:39.399 | Collecting PyJWT>=1.6.1 (from keystone==0.0.1.dev11) 2025-04-17 12:54:39.400 | Using cached PyJWT-2.6.0-py3-none-any.whl.metadata (4.0 kB) 2025-04-17 12:54:39.402 | 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-17 12:54:39.443 | Collecting jsonschema>=3.2.0 (from keystone==0.0.1.dev11) 2025-04-17 12:54:39.445 | Using cached jsonschema-4.17.3-py3-none-any.whl.metadata (7.9 kB) 2025-04-17 12:54:39.447 | 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-17 12:54:39.448 | 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-17 12:54:39.475 | Collecting osprofiler>=1.4.0 (from keystone==0.0.1.dev11) 2025-04-17 12:54:39.477 | Using cached osprofiler-4.1.0-py3-none-any.whl.metadata (3.4 kB) 2025-04-17 12:54:39.478 | 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-17 12:54:39.671 | Collecting cffi>=1.12 (from cryptography>=2.7->keystone==0.0.1.dev11) 2025-04-17 12:54:39.673 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.1 kB) 2025-04-17 12:54:39.678 | 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-17 12:54:39.729 | Collecting Werkzeug>=2.2.2 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-17 12:54:39.730 | Using cached Werkzeug-2.2.3-py3-none-any.whl.metadata (4.4 kB) 2025-04-17 12:54:39.757 | Collecting Jinja2>=3.0 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-17 12:54:39.759 | Using cached Jinja2-3.1.2-py3-none-any.whl.metadata (3.5 kB) 2025-04-17 12:54:39.780 | Collecting itsdangerous>=2.0 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-17 12:54:39.782 | Using cached itsdangerous-2.1.2-py3-none-any.whl.metadata (2.9 kB) 2025-04-17 12:54:39.811 | Collecting click>=8.0 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-17 12:54:39.814 | Using cached click-8.1.3-py3-none-any.whl.metadata (3.2 kB) 2025-04-17 12:54:39.840 | Collecting aniso8601>=0.82 (from Flask-RESTful>=0.3.5->keystone==0.0.1.dev11) 2025-04-17 12:54:39.842 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl.metadata (23 kB) 2025-04-17 12:54:39.851 | 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-17 12:54:39.896 | Collecting attrs>=17.4.0 (from jsonschema>=3.2.0->keystone==0.0.1.dev11) 2025-04-17 12:54:39.898 | Using cached attrs-23.1.0-py3-none-any.whl.metadata (11 kB) 2025-04-17 12:54:39.935 | 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-17 12:54:39.937 | Using cached pyrsistent-0.19.3-py3-none-any.whl.metadata (27 kB) 2025-04-17 12:54:39.961 | 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-17 12:54:39.963 | 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-17 12:54:40.008 | 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-17 12:54:40.009 | 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-17 12:54:40.010 | 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-17 12:54:40.010 | 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-17 12:54:40.080 | Collecting alembic>=0.9.6 (from oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-04-17 12:54:40.083 | Using cached alembic-1.9.4-py3-none-any.whl.metadata (7.2 kB) 2025-04-17 12:54:40.102 | Collecting testresources>=2.0.0 (from oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-04-17 12:54:40.104 | Using cached testresources-2.0.1-py2.py3-none-any.whl.metadata (11 kB) 2025-04-17 12:54:40.123 | Collecting testscenarios>=0.4 (from oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-04-17 12:54:40.125 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl.metadata (12 kB) 2025-04-17 12:54:40.150 | 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-17 12:54:40.152 | 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-17 12:54:40.210 | Collecting amqp>=2.5.2 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-17 12:54:40.213 | Using cached amqp-5.1.1-py3-none-any.whl.metadata (8.9 kB) 2025-04-17 12:54:40.242 | Collecting cachetools>=2.0.0 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-17 12:54:40.244 | Using cached cachetools-5.3.0-py3-none-any.whl.metadata (5.2 kB) 2025-04-17 12:54:40.246 | 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-17 12:54:40.302 | Collecting kombu>=4.6.6 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-17 12:54:40.304 | Using cached kombu-5.2.4-py3-none-any.whl.metadata (2.7 kB) 2025-04-17 12:54:40.326 | Collecting oslo.metrics>=0.2.1 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-17 12:54:40.328 | Using cached oslo.metrics-0.7.0-py3-none-any.whl.metadata (1.3 kB) 2025-04-17 12:54:40.372 | Collecting oslo.service!=1.28.1,>=1.24.0 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-17 12:54:40.373 | Using cached oslo.service-3.2.1-py3-none-any.whl.metadata (2.7 kB) 2025-04-17 12:54:40.407 | Collecting statsd>=3.2.1 (from oslo.middleware>=3.31.0->keystone==0.0.1.dev11) 2025-04-17 12:54:40.409 | Using cached statsd-4.0.1-py2.py3-none-any.whl.metadata (2.9 kB) 2025-04-17 12:54:40.426 | 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-17 12:54:40.462 | Collecting PrettyTable>=0.7.1 (from oslo.upgradecheck>=1.3.0->keystone==0.0.1.dev11) 2025-04-17 12:54:40.464 | Using cached prettytable-3.7.0-py3-none-any.whl.metadata (26 kB) 2025-04-17 12:54:40.481 | 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-17 12:54:40.482 | 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-17 12:54:40.483 | 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-17 12:54:40.484 | 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-17 12:54:40.602 | Collecting oslo.concurrency>=3.26.0 (from osprofiler>=1.4.0->keystone==0.0.1.dev11) 2025-04-17 12:54:40.605 | Using cached oslo.concurrency-5.2.0-py3-none-any.whl.metadata (2.0 kB) 2025-04-17 12:54:40.694 | Collecting defusedxml (from pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-04-17 12:54:40.695 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl.metadata (32 kB) 2025-04-17 12:54:40.723 | Collecting pyopenssl (from pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-04-17 12:54:40.724 | Using cached pyOpenSSL-23.1.1-py3-none-any.whl.metadata (10 kB) 2025-04-17 12:54:40.771 | Collecting xmlschema>=1.2.1 (from pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-04-17 12:54:40.773 | Using cached xmlschema-2.2.3-py3-none-any.whl.metadata (8.2 kB) 2025-04-17 12:54:41.031 | Collecting greenlet!=0.4.17 (from SQLAlchemy>=1.4.0->keystone==0.0.1.dev11) 2025-04-17 12:54:41.039 | Using cached greenlet-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB) 2025-04-17 12:54:41.113 | Collecting Mako (from alembic>=0.9.6->oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-04-17 12:54:41.115 | Using cached Mako-1.2.4-py3-none-any.whl.metadata (2.9 kB) 2025-04-17 12:54:41.146 | Collecting vine>=5.0.0 (from amqp>=2.5.2->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-17 12:54:41.148 | Using cached vine-5.0.0-py2.py3-none-any.whl.metadata (2.2 kB) 2025-04-17 12:54:41.227 | Collecting pycparser (from cffi>=1.12->cryptography>=2.7->keystone==0.0.1.dev11) 2025-04-17 12:54:41.228 | Using cached pycparser-2.21-py2.py3-none-any.whl.metadata (1.1 kB) 2025-04-17 12:54:41.251 | 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-17 12:54:41.379 | Collecting MarkupSafe>=2.0 (from Jinja2>=3.0->Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-17 12:54:41.381 | Using cached MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.2 kB) 2025-04-17 12:54:41.418 | 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-17 12:54:41.506 | Collecting fasteners>=0.7.0 (from oslo.concurrency>=3.26.0->osprofiler>=1.4.0->keystone==0.0.1.dev11) 2025-04-17 12:54:41.507 | Using cached fasteners-0.18-py3-none-any.whl.metadata (4.9 kB) 2025-04-17 12:54:41.550 | Collecting prometheus-client>=0.6.0 (from oslo.metrics>=0.2.1->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-17 12:54:41.551 | Using cached prometheus_client-0.16.0-py3-none-any.whl.metadata (22 kB) 2025-04-17 12:54:41.604 | 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-17 12:54:41.605 | Using cached Paste-3.5.2-py2.py3-none-any.whl.metadata (4.5 kB) 2025-04-17 12:54:41.626 | 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-17 12:54:41.628 | Using cached PasteDeploy-3.0.1-py3-none-any.whl.metadata (2.6 kB) 2025-04-17 12:54:41.650 | 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-17 12:54:41.652 | Using cached Routes-2.5.1-py2.py3-none-any.whl.metadata (25 kB) 2025-04-17 12:54:41.692 | 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-17 12:54:41.694 | 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-17 12:54:41.724 | 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-17 12:54:41.726 | Using cached eventlet-0.33.3-py2.py3-none-any.whl.metadata (4.3 kB) 2025-04-17 12:54:41.728 | 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-17 12:54:41.786 | Collecting wcwidth (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->keystone==0.0.1.dev11) 2025-04-17 12:54:41.788 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl.metadata (11 kB) 2025-04-17 12:54:41.868 | 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-17 12:54:41.870 | 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-17 12:54:41.871 | 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-17 12:54:41.871 | 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-17 12:54:41.935 | 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-17 12:54:42.026 | Collecting elementpath<5.0.0,>=4.0.0 (from xmlschema>=1.2.1->pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-04-17 12:54:42.028 | Using cached elementpath-4.1.1-py3-none-any.whl.metadata (6.6 kB) 2025-04-17 12:54:42.242 | 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-17 12:54:42.245 | Using cached dnspython-2.3.0-py3-none-any.whl.metadata (5.2 kB) 2025-04-17 12:54:42.343 | 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-17 12:54:42.418 | 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-17 12:54:42.420 | Using cached repoze.lru-0.7-py3-none-any.whl.metadata (1.1 kB) 2025-04-17 12:54:42.686 | Using cached bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (593 kB) 2025-04-17 12:54:42.691 | Using cached cryptography-40.0.2-cp36-abi3-manylinux_2_28_x86_64.whl (3.7 MB) 2025-04-17 12:54:42.715 | Using cached Flask-2.2.3-py3-none-any.whl (101 kB) 2025-04-17 12:54:42.718 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2025-04-17 12:54:42.720 | Using cached jsonschema-4.17.3-py3-none-any.whl (90 kB) 2025-04-17 12:54:42.723 | Using cached oauthlib-3.2.2-py3-none-any.whl (151 kB) 2025-04-17 12:54:42.726 | Using cached oslo.db-14.1.1-py3-none-any.whl (161 kB) 2025-04-17 12:54:42.729 | Using cached oslo.messaging-14.4.2-py3-none-any.whl (257 kB) 2025-04-17 12:54:42.744 | Using cached oslo.middleware-5.2.0-py3-none-any.whl (63 kB) 2025-04-17 12:54:42.747 | Using cached oslo.policy-4.2.1-py3-none-any.whl (88 kB) 2025-04-17 12:54:42.750 | Using cached oslo.upgradecheck-2.2.0-py3-none-any.whl (14 kB) 2025-04-17 12:54:42.752 | Using cached osprofiler-4.1.0-py3-none-any.whl (95 kB) 2025-04-17 12:54:42.755 | Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2025-04-17 12:54:42.760 | Using cached PyJWT-2.6.0-py3-none-any.whl (20 kB) 2025-04-17 12:54:42.763 | Using cached pysaml2-7.3.1-py3-none-any.whl (419 kB) 2025-04-17 12:54:42.767 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2025-04-17 12:54:42.775 | 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-17 12:54:42.786 | Using cached alembic-1.9.4-py3-none-any.whl (210 kB) 2025-04-17 12:54:42.790 | Using cached amqp-5.1.1-py3-none-any.whl (50 kB) 2025-04-17 12:54:42.793 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2025-04-17 12:54:42.796 | Using cached attrs-23.1.0-py3-none-any.whl (61 kB) 2025-04-17 12:54:42.799 | Using cached cachetools-5.3.0-py3-none-any.whl (9.3 kB) 2025-04-17 12:54:42.801 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) 2025-04-17 12:54:42.806 | Using cached click-8.1.3-py3-none-any.whl (96 kB) 2025-04-17 12:54:42.809 | Using cached greenlet-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (613 kB) 2025-04-17 12:54:42.815 | Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB) 2025-04-17 12:54:42.817 | Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) 2025-04-17 12:54:42.820 | Using cached kombu-5.2.4-py3-none-any.whl (189 kB) 2025-04-17 12:54:42.823 | Using cached oslo.concurrency-5.2.0-py3-none-any.whl (48 kB) 2025-04-17 12:54:42.826 | Using cached oslo.metrics-0.7.0-py3-none-any.whl (13 kB) 2025-04-17 12:54:42.828 | Using cached oslo.service-3.2.1-py3-none-any.whl (77 kB) 2025-04-17 12:54:42.831 | Using cached prettytable-3.7.0-py3-none-any.whl (27 kB) 2025-04-17 12:54:42.834 | Using cached pyrsistent-0.19.3-py3-none-any.whl (57 kB) 2025-04-17 12:54:42.836 | Using cached statsd-4.0.1-py2.py3-none-any.whl (13 kB) 2025-04-17 12:54:42.838 | Using cached testresources-2.0.1-py2.py3-none-any.whl (36 kB) 2025-04-17 12:54:42.841 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) 2025-04-17 12:54:42.843 | Using cached Werkzeug-2.2.3-py3-none-any.whl (233 kB) 2025-04-17 12:54:42.847 | Using cached xmlschema-2.2.3-py3-none-any.whl (355 kB) 2025-04-17 12:54:42.851 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2025-04-17 12:54:42.854 | Using cached pyOpenSSL-23.1.1-py3-none-any.whl (57 kB) 2025-04-17 12:54:42.858 | Using cached elementpath-4.1.1-py3-none-any.whl (216 kB) 2025-04-17 12:54:42.863 | Using cached eventlet-0.33.3-py2.py3-none-any.whl (226 kB) 2025-04-17 12:54:42.868 | Using cached fasteners-0.18-py3-none-any.whl (18 kB) 2025-04-17 12:54:42.871 | Using cached MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) 2025-04-17 12:54:42.875 | Using cached Paste-3.5.2-py2.py3-none-any.whl (593 kB) 2025-04-17 12:54:42.882 | Using cached PasteDeploy-3.0.1-py3-none-any.whl (16 kB) 2025-04-17 12:54:42.885 | Using cached prometheus_client-0.16.0-py3-none-any.whl (122 kB) 2025-04-17 12:54:42.888 | Using cached Routes-2.5.1-py2.py3-none-any.whl (40 kB) 2025-04-17 12:54:42.891 | Using cached vine-5.0.0-py2.py3-none-any.whl (9.4 kB) 2025-04-17 12:54:42.894 | 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-17 12:54:42.898 | Using cached Mako-1.2.4-py3-none-any.whl (78 kB) 2025-04-17 12:54:42.901 | Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) 2025-04-17 12:54:42.905 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl (29 kB) 2025-04-17 12:54:42.908 | Using cached dnspython-2.3.0-py3-none-any.whl (283 kB) 2025-04-17 12:54:42.912 | Using cached repoze.lru-0.7-py3-none-any.whl (10 kB) 2025-04-17 12:54:43.406 | 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-17 12:54:47.660 | Running setup.py develop for keystone 2025-04-17 12:54:48.735 | 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-17 12:54:49.163 | + inc/python:pip_install:222 : result=0 2025-04-17 12:54:49.166 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-17 12:54:49.168 | + functions-common:time_stop:2400 : local name 2025-04-17 12:54:49.169 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:54:49.171 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:54:49.173 | + functions-common:time_stop:2403 : local total 2025-04-17 12:54:49.175 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:54:49.176 | + functions-common:time_stop:2406 : name=pip_install 2025-04-17 12:54:49.178 | + functions-common:time_stop:2407 : start_time=1744894476581 2025-04-17 12:54:49.179 | + functions-common:time_stop:2409 : [[ -z 1744894476581 ]] 2025-04-17 12:54:49.182 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:54:49.185 | + functions-common:time_stop:2412 : end_time=1744894489183 2025-04-17 12:54:49.187 | + functions-common:time_stop:2413 : elapsed_time=12602 2025-04-17 12:54:49.188 | + functions-common:time_stop:2414 : total=21869 2025-04-17 12:54:49.190 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:54:49.192 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=34471 2025-04-17 12:54:49.193 | + inc/python:pip_install:225 : return 0 2025-04-17 12:54:49.195 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-17 12:54:49.197 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-17 12:54:49.199 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/keystone 2025-04-17 12:54:49.201 | + inc/python:use_library_from_git:272 : local name=/opt/stack/keystone 2025-04-17 12:54:49.203 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:49.205 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:49.207 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/keystone, ]] 2025-04-17 12:54:49.209 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:49.210 | + lib/keystone:install_keystone:543 : is_service_enabled ldap 2025-04-17 12:54:49.223 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:54:49.226 | + lib/keystone:install_keystone:547 : '[' uwsgi == mod_wsgi ']' 2025-04-17 12:54:49.227 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-17 12:54:49.229 | + stack.sh:main:927 : configure_keystone 2025-04-17 12:54:49.231 | + lib/keystone:configure_keystone:192 : sudo install -d -o stack /etc/keystone 2025-04-17 12:54:49.241 | + 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-17 12:54:49.243 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2025-04-17 12:54:49.247 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2025-04-17 12:54:49.259 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:54:49.261 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2025-04-17 12:54:49.285 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2025-04-17 12:54:49.308 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2025-04-17 12:54:49.333 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2025-04-17 12:54:49.357 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2025-04-17 12:54:49.381 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2025-04-17 12:54:49.405 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2025-04-17 12:54:49.428 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2025-04-17 12:54:49.450 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2025-04-17 12:54:49.452 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=keystone 2025-04-17 12:54:49.454 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/keystone/keystone.conf 2025-04-17 12:54:49.456 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=oslo_messaging_notifications 2025-04-17 12:54:49.458 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-17 12:54:49.460 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-17 12:54:49.471 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:54:49.474 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-17 12:54:49.476 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-17 12:54:49.478 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-17 12:54:49.490 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:54:49.491 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-17 12:54:49.494 | + 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-17 12:54:49.518 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-17 12:54:49.520 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-17 12:54:49.521 | + lib/keystone:configure_keystone:215 : local service_port=5000 2025-04-17 12:54:49.523 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2025-04-17 12:54:49.535 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:54:49.537 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.180.1.21/identity 2025-04-17 12:54:49.562 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2025-04-17 12:54:49.564 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2025-04-17 12:54:49.588 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2025-04-17 12:54:49.590 | ++ lib/database:database_connection_url:134 : local db=keystone 2025-04-17 12:54:49.592 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2025-04-17 12:54:49.594 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=keystone 2025-04-17 12:54:49.596 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-17 12:54:49.597 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-17 12:54:49.599 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-17 12:54:49.612 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:54:49.613 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-17 12:54:49.615 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8&plugin=dbcounter' 2025-04-17 12:54:49.618 | + 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-17 12:54:49.643 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2025-04-17 12:54:49.645 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2025-04-17 12:54:49.647 | + functions:setup_logging:685 : setup_systemd_logging /etc/keystone/keystone.conf 2025-04-17 12:54:49.648 | + functions:setup_systemd_logging:700 : local conf_file=/etc/keystone/keystone.conf 2025-04-17 12:54:49.651 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-17 12:54:49.664 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-17 12:54:49.666 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-17 12:54:49.667 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-17 12:54:49.669 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-17 12:54:49.671 | + 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-17 12:54:49.693 | + 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-17 12:54:49.715 | + 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-17 12:54:49.738 | + functions:setup_systemd_logging:717 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-17 12:54:49.761 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2025-04-17 12:54:49.784 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2025-04-17 12:54:49.785 | + 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-17 12:54:49.787 | + lib/apache:write_uwsgi_config:241 : local file=/etc/keystone/keystone-uwsgi-public.ini 2025-04-17 12:54:49.789 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/keystone-wsgi-public 2025-04-17 12:54:49.791 | + lib/apache:write_uwsgi_config:243 : local url=/identity 2025-04-17 12:54:49.793 | + lib/apache:write_uwsgi_config:244 : local http= 2025-04-17 12:54:49.795 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-17 12:54:49.798 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/keystone-wsgi-public 2025-04-17 12:54:49.800 | + lib/apache:write_uwsgi_config:246 : name=keystone-wsgi-public 2025-04-17 12:54:49.802 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-17 12:54:49.804 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-17 12:54:49.814 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-17 12:54:49.814 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-17 12:54:49.821 | d /var/run/uwsgi 0755 stack root 2025-04-17 12:54:49.823 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-17 12:54:49.832 | /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-17 12:54:49.835 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2025-04-17 12:54:49.837 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2025-04-17 12:54:49.840 | + 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-17 12:54:49.864 | + lib/apache:write_uwsgi_config:263 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2025-04-17 12:54:49.886 | + lib/apache:write_uwsgi_config:265 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2025-04-17 12:54:49.907 | + lib/apache:write_uwsgi_config:267 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2025-04-17 12:54:49.929 | + lib/apache:write_uwsgi_config:268 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2025-04-17 12:54:49.951 | + lib/apache:write_uwsgi_config:271 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 80 2025-04-17 12:54:49.974 | + lib/apache:write_uwsgi_config:272 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2025-04-17 12:54:49.996 | + lib/apache:write_uwsgi_config:273 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2025-04-17 12:54:50.018 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2025-04-17 12:54:50.040 | + 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-17 12:54:50.062 | + lib/apache:write_uwsgi_config:279 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2025-04-17 12:54:50.084 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2025-04-17 12:54:50.106 | + lib/apache:write_uwsgi_config:283 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2025-04-17 12:54:50.128 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-04-17 12:54:50.130 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-04-17 12:54:50.133 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for keystone-wsgi-public 2025-04-17 12:54:50.135 | ++ lib/apache:apache_site_config_for:173 : local site=keystone-wsgi-public 2025-04-17 12:54:50.137 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-17 12:54:50.139 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:54:50.141 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:54:50.142 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2025-04-17 12:54:50.145 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2025-04-17 12:54:50.147 | + lib/apache:write_uwsgi_config:291 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2025-04-17 12:54:50.169 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2025-04-17 12:54:50.192 | + 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-17 12:54:50.192 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2025-04-17 12:54:50.199 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 acquire=1 2025-04-17 12:54:50.202 | + lib/apache:write_uwsgi_config:294 : enable_apache_site keystone-wsgi-public 2025-04-17 12:54:50.203 | + lib/apache:enable_apache_site:190 : local site=keystone-wsgi-public 2025-04-17 12:54:50.205 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-17 12:54:50.207 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-17 12:54:50.209 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-17 12:54:50.211 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:54:50.213 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:54:50.214 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-17 12:54:50.216 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-17 12:54:50.218 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:54:50.220 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:54:50.222 | + lib/apache:enable_apache_site:194 : sudo a2ensite keystone-wsgi-public 2025-04-17 12:54:50.254 | Enabling site keystone-wsgi-public. 2025-04-17 12:54:50.258 | To activate the new configuration, you need to run: 2025-04-17 12:54:50.258 | systemctl reload apache2 2025-04-17 12:54:50.261 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-04-17 12:54:50.263 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-17 12:54:50.265 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-17 12:54:50.267 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-17 12:54:50.360 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2025-04-17 12:54:50.387 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2025-04-17 12:54:50.412 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2025-04-17 12:54:50.437 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2025-04-17 12:54:50.438 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2025-04-17 12:54:50.464 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2025-04-17 12:54:50.489 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2025-04-17 12:54:50.515 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf oslo_policy policy_file policy.yaml 2025-04-17 12:54:50.542 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2025-04-17 12:54:50.544 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2025-04-17 12:54:50.546 | + lib/keystone:configure_keystone:275 : iniset /etc/keystone/keystone.conf oslo_policy enforce_scope false 2025-04-17 12:54:50.572 | + lib/keystone:configure_keystone:276 : iniset /etc/keystone/keystone.conf oslo_policy enforce_new_defaults false 2025-04-17 12:54:50.598 | + stack.sh:main:931 : is_service_enabled swift 2025-04-17 12:54:50.612 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:54:50.614 | + stack.sh:main:945 : is_service_enabled g-api n-api 2025-04-17 12:54:50.628 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:54:50.630 | + stack.sh:main:947 : stack_install_service glance 2025-04-17 12:54:50.632 | + lib/stack:stack_install_service:20 : local service=glance 2025-04-17 12:54:50.635 | + lib/stack:stack_install_service:21 : type install_glance 2025-04-17 12:54:50.636 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-17 12:54:50.639 | + lib/stack:stack_install_service:32 : install_glance 2025-04-17 12:54:50.641 | + lib/glance:install_glance:510 : glance_store_extras=() 2025-04-17 12:54:50.643 | + lib/glance:install_glance:510 : local glance_store_extras 2025-04-17 12:54:50.645 | + lib/glance:install_glance:512 : is_service_enabled cinder 2025-04-17 12:54:50.658 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:54:50.661 | + lib/glance:install_glance:513 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2025-04-17 12:54:50.663 | + lib/glance:install_glance:516 : is_service_enabled swift 2025-04-17 12:54:50.677 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:54:50.679 | + lib/glance:install_glance:522 : use_library_from_git glance_store 2025-04-17 12:54:50.681 | + inc/python:use_library_from_git:272 : local name=glance_store 2025-04-17 12:54:50.683 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:54:50.686 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:54:50.688 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,glance_store, ]] 2025-04-17 12:54:50.690 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:54:50.693 | ++ lib/glance:install_glance:528 : join_extras cinder 2025-04-17 12:54:50.695 | ++ inc/python:join_extras:28 : local IFS=, 2025-04-17 12:54:50.697 | ++ inc/python:join_extras:29 : echo cinder 2025-04-17 12:54:50.699 | + lib/glance:install_glance:528 : pip_install_gr_extras glance-store cinder 2025-04-17 12:54:50.701 | + inc/python:pip_install_gr_extras:107 : local name=glance-store 2025-04-17 12:54:50.703 | + inc/python:pip_install_gr_extras:108 : local extras=cinder 2025-04-17 12:54:50.706 | + inc/python:pip_install_gr_extras:109 : local version_constraints 2025-04-17 12:54:50.708 | ++ inc/python:pip_install_gr_extras:110 : get_version_constraints_from_global_requirements glance-store 2025-04-17 12:54:50.710 | ++ inc/python:get_version_constraints_from_global_requirements:259 : local package=glance-store 2025-04-17 12:54:50.713 | ++ inc/python:get_version_constraints_from_global_requirements:260 : local required_pkg_version_constraint 2025-04-17 12:54:50.715 | +++ 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-17 12:54:50.716 | +++ inc/python:get_version_constraints_from_global_requirements:262 : cut -d# -f1 2025-04-17 12:54:50.720 | ++ inc/python:get_version_constraints_from_global_requirements:262 : required_pkg_version_constraint='!=0.29.0 ' 2025-04-17 12:54:50.722 | ++ inc/python:get_version_constraints_from_global_requirements:263 : [[ !=0.29.0 == '' ]] 2025-04-17 12:54:50.724 | ++ inc/python:get_version_constraints_from_global_requirements:266 : echo '!=0.29.0' 2025-04-17 12:54:50.727 | + inc/python:pip_install_gr_extras:110 : version_constraints='!=0.29.0' 2025-04-17 12:54:50.729 | + inc/python:pip_install_gr_extras:111 : pip_install 'glance-store[cinder]!=0.29.0' 2025-04-17 12:54:50.747 | Using python 3.10 to install glance-store[cinder]!=0.29.0 2025-04-17 12:54:50.750 | + 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-17 12:54:51.716 | Collecting glance-store!=0.29.0 (from glance-store[cinder]!=0.29.0) 2025-04-17 12:54:51.718 | Using cached glance_store-4.6.1-py3-none-any.whl.metadata (4.4 kB) 2025-04-17 12:54:51.753 | 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-17 12:54:51.753 | 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-17 12:54:51.754 | 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-17 12:54:51.756 | 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-17 12:54:51.757 | 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-17 12:54:51.757 | 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-17 12:54:51.757 | 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-17 12:54:51.758 | 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-17 12:54:51.759 | 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-17 12:54:51.760 | 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-17 12:54:51.761 | 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-17 12:54:51.826 | Collecting os-brick>=6.3.0 (from glance-store[cinder]!=0.29.0) 2025-04-17 12:54:51.828 | Using cached os_brick-6.4.2-py3-none-any.whl.metadata (1.5 kB) 2025-04-17 12:54:51.877 | Collecting oslo.privsep>=1.23.0 (from glance-store[cinder]!=0.29.0) 2025-04-17 12:54:51.880 | Using cached oslo.privsep-3.2.0-py3-none-any.whl.metadata (2.5 kB) 2025-04-17 12:54:51.919 | Collecting oslo.rootwrap>=5.8.0 (from glance-store[cinder]!=0.29.0) 2025-04-17 12:54:51.921 | Using cached oslo.rootwrap-7.1.0-py3-none-any.whl.metadata (2.0 kB) 2025-04-17 12:54:51.957 | Collecting python-cinderclient>=4.1.0 (from glance-store[cinder]!=0.29.0) 2025-04-17 12:54:51.969 | Using cached python_cinderclient-9.4.0-py3-none-any.whl.metadata (19 kB) 2025-04-17 12:54:51.995 | 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-17 12:54:51.996 | 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-17 12:54:51.997 | 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-17 12:54:52.018 | 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-17 12:54:52.019 | 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-17 12:54:52.045 | 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-17 12:54:52.046 | 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-17 12:54:52.047 | 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-17 12:54:52.142 | Collecting os-win>=5.7.0 (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) 2025-04-17 12:54:52.156 | Using cached os_win-5.9.0-py3-none-any.whl.metadata (3.4 kB) 2025-04-17 12:54:52.170 | 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-17 12:54:52.174 | 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-17 12:54:52.178 | 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-17 12:54:52.179 | 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-17 12:54:52.184 | 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-17 12:54:52.204 | 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-17 12:54:52.205 | 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-17 12:54:52.206 | 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-17 12:54:52.207 | 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-17 12:54:52.217 | 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-17 12:54:52.218 | 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-17 12:54:52.228 | 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-17 12:54:52.229 | 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-17 12:54:52.237 | 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-17 12:54:52.238 | 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-17 12:54:52.238 | 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-17 12:54:52.248 | 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-17 12:54:52.268 | 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-17 12:54:52.269 | 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-17 12:54:52.270 | 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-17 12:54:52.271 | 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-17 12:54:52.307 | 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-17 12:54:52.318 | 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-17 12:54:52.440 | 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-17 12:54:52.442 | 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-17 12:54:52.457 | 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-17 12:54:52.457 | 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-17 12:54:52.458 | 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-17 12:54:52.459 | 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-17 12:54:52.460 | 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-17 12:54:52.461 | 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-17 12:54:52.485 | 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-17 12:54:52.592 | 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-17 12:54:52.632 | 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-17 12:54:52.745 | Using cached glance_store-4.6.1-py3-none-any.whl (242 kB) 2025-04-17 12:54:52.755 | Using cached os_brick-6.4.2-py3-none-any.whl (299 kB) 2025-04-17 12:54:52.760 | Using cached oslo.privsep-3.2.0-py3-none-any.whl (38 kB) 2025-04-17 12:54:52.763 | Using cached oslo.rootwrap-7.1.0-py3-none-any.whl (38 kB) 2025-04-17 12:54:52.766 | Using cached python_cinderclient-9.4.0-py3-none-any.whl (255 kB) 2025-04-17 12:54:52.769 | Using cached os_win-5.9.0-py3-none-any.whl (274 kB) 2025-04-17 12:54:53.135 | Installing collected packages: oslo.rootwrap, python-cinderclient, oslo.privsep, os-win, glance-store, os-brick 2025-04-17 12:54:53.896 | 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-17 12:54:54.005 | + inc/python:pip_install:222 : result=0 2025-04-17 12:54:54.008 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-17 12:54:54.010 | + functions-common:time_stop:2400 : local name 2025-04-17 12:54:54.012 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:54:54.014 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:54:54.016 | + functions-common:time_stop:2403 : local total 2025-04-17 12:54:54.018 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:54:54.020 | + functions-common:time_stop:2406 : name=pip_install 2025-04-17 12:54:54.022 | + functions-common:time_stop:2407 : start_time=1744894490743 2025-04-17 12:54:54.023 | + functions-common:time_stop:2409 : [[ -z 1744894490743 ]] 2025-04-17 12:54:54.026 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:54:54.029 | + functions-common:time_stop:2412 : end_time=1744894494027 2025-04-17 12:54:54.030 | + functions-common:time_stop:2413 : elapsed_time=3284 2025-04-17 12:54:54.032 | + functions-common:time_stop:2414 : total=34471 2025-04-17 12:54:54.034 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:54:54.036 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=37755 2025-04-17 12:54:54.038 | + inc/python:pip_install:225 : return 0 2025-04-17 12:54:54.040 | + lib/glance:install_glance:529 : copy_rootwrap /opt/stack/data/venv/etc/glance 2025-04-17 12:54:54.042 | + lib/glance:copy_rootwrap:238 : local source_path=/opt/stack/data/venv/etc/glance 2025-04-17 12:54:54.044 | + lib/glance:copy_rootwrap:240 : sudo install -d -o stack /etc/glance 2025-04-17 12:54:54.054 | + 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-17 12:54:54.058 | + lib/glance:install_glance:532 : git_clone https://opendev.org/openstack/glance.git /opt/stack//glance stable/2023.2 2025-04-17 12:54:54.060 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/glance.git 2025-04-17 12:54:54.062 | + functions-common:git_clone:573 : local git_dest=/opt/stack//glance 2025-04-17 12:54:54.064 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-17 12:54:54.066 | + functions-common:git_clone:575 : local orig_dir 2025-04-17 12:54:54.068 | ++ functions-common:git_clone:576 : pwd 2025-04-17 12:54:54.070 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-17 12:54:54.072 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-17 12:54:54.074 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-17 12:54:54.086 | + functions-common:git_clone:579 : RECLONE=False 2025-04-17 12:54:54.088 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-17 12:54:54.090 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-17 12:54:54.092 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-17 12:54:54.094 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-17 12:54:54.094 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-17 12:54:54.098 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//glance ]] 2025-04-17 12:54:54.100 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-17 12:54:54.102 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2025-04-17 12:54:54.103 | + functions-common:git_timed:680 : local count=0 2025-04-17 12:54:54.105 | + functions-common:git_timed:681 : local timeout=0 2025-04-17 12:54:54.107 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-17 12:54:54.108 | + functions-common:git_timed:684 : timeout=0 2025-04-17 12:54:54.110 | + functions-common:git_timed:687 : time_start git_timed 2025-04-17 12:54:54.112 | + functions-common:time_start:2386 : local name=git_timed 2025-04-17 12:54:54.114 | + functions-common:time_start:2387 : local start_time= 2025-04-17 12:54:54.115 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 12:54:54.117 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 12:54:54.120 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894494118 2025-04-17 12:54:54.122 | + 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-17 12:54:54.124 | Cloning into '/opt/stack//glance'... 2025-04-17 12:54:56.310 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-17 12:54:56.312 | + functions-common:time_stop:2400 : local name 2025-04-17 12:54:56.313 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:54:56.315 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:54:56.317 | + functions-common:time_stop:2403 : local total 2025-04-17 12:54:56.319 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:54:56.320 | + functions-common:time_stop:2406 : name=git_timed 2025-04-17 12:54:56.322 | + functions-common:time_stop:2407 : start_time=1744894494118 2025-04-17 12:54:56.324 | + functions-common:time_stop:2409 : [[ -z 1744894494118 ]] 2025-04-17 12:54:56.326 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:54:56.329 | + functions-common:time_stop:2412 : end_time=1744894496327 2025-04-17 12:54:56.330 | + functions-common:time_stop:2413 : elapsed_time=2209 2025-04-17 12:54:56.332 | + functions-common:time_stop:2414 : total=19946 2025-04-17 12:54:56.333 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:54:56.335 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=22155 2025-04-17 12:54:56.337 | + functions-common:git_clone:614 : cd /opt/stack//glance 2025-04-17 12:54:56.339 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-17 12:54:56.340 | + functions-common:git_timed:680 : local count=0 2025-04-17 12:54:56.342 | + functions-common:git_timed:681 : local timeout=0 2025-04-17 12:54:56.344 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-17 12:54:56.346 | + functions-common:git_timed:684 : timeout=0 2025-04-17 12:54:56.348 | + functions-common:git_timed:687 : time_start git_timed 2025-04-17 12:54:56.349 | + functions-common:time_start:2386 : local name=git_timed 2025-04-17 12:54:56.351 | + functions-common:time_start:2387 : local start_time= 2025-04-17 12:54:56.353 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 12:54:56.355 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 12:54:56.358 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894496356 2025-04-17 12:54:56.359 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-17 12:54:58.419 | From https://opendev.org/openstack/glance 2025-04-17 12:54:58.419 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-17 12:54:58.423 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-17 12:54:58.425 | + functions-common:time_stop:2400 : local name 2025-04-17 12:54:58.427 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:54:58.429 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:54:58.430 | + functions-common:time_stop:2403 : local total 2025-04-17 12:54:58.432 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:54:58.434 | + functions-common:time_stop:2406 : name=git_timed 2025-04-17 12:54:58.436 | + functions-common:time_stop:2407 : start_time=1744894496356 2025-04-17 12:54:58.438 | + functions-common:time_stop:2409 : [[ -z 1744894496356 ]] 2025-04-17 12:54:58.440 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:54:58.443 | + functions-common:time_stop:2412 : end_time=1744894498441 2025-04-17 12:54:58.445 | + functions-common:time_stop:2413 : elapsed_time=2085 2025-04-17 12:54:58.447 | + functions-common:time_stop:2414 : total=22155 2025-04-17 12:54:58.448 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:54:58.450 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=24240 2025-04-17 12:54:58.452 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-17 12:54:58.454 | + functions-common:git_timed:680 : local count=0 2025-04-17 12:54:58.456 | + functions-common:git_timed:681 : local timeout=0 2025-04-17 12:54:58.457 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-17 12:54:58.459 | + functions-common:git_timed:684 : timeout=0 2025-04-17 12:54:58.461 | + functions-common:git_timed:687 : time_start git_timed 2025-04-17 12:54:58.463 | + functions-common:time_start:2386 : local name=git_timed 2025-04-17 12:54:58.465 | + functions-common:time_start:2387 : local start_time= 2025-04-17 12:54:58.466 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 12:54:58.469 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 12:54:58.472 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894498470 2025-04-17 12:54:58.473 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-17 12:54:58.539 | Note: switching to 'FETCH_HEAD'. 2025-04-17 12:54:58.539 | 2025-04-17 12:54:58.539 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-17 12:54:58.539 | changes and commit them, and you can discard any commits you make in this 2025-04-17 12:54:58.539 | state without impacting any branches by switching back to a branch. 2025-04-17 12:54:58.539 | 2025-04-17 12:54:58.539 | If you want to create a new branch to retain commits you create, you may 2025-04-17 12:54:58.539 | do so (now or later) by using -c with the switch command. Example: 2025-04-17 12:54:58.539 | 2025-04-17 12:54:58.539 | git switch -c 2025-04-17 12:54:58.539 | 2025-04-17 12:54:58.539 | Or undo this operation with: 2025-04-17 12:54:58.539 | 2025-04-17 12:54:58.539 | git switch - 2025-04-17 12:54:58.539 | 2025-04-17 12:54:58.539 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-17 12:54:58.539 | 2025-04-17 12:54:58.539 | HEAD is now at 18453f8 Fixed typo in discovery.py 2025-04-17 12:54:58.542 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-17 12:54:58.544 | + functions-common:time_stop:2400 : local name 2025-04-17 12:54:58.546 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:54:58.548 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:54:58.550 | + functions-common:time_stop:2403 : local total 2025-04-17 12:54:58.551 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:54:58.553 | + functions-common:time_stop:2406 : name=git_timed 2025-04-17 12:54:58.555 | + functions-common:time_stop:2407 : start_time=1744894498470 2025-04-17 12:54:58.557 | + functions-common:time_stop:2409 : [[ -z 1744894498470 ]] 2025-04-17 12:54:58.559 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:54:58.562 | + functions-common:time_stop:2412 : end_time=1744894498560 2025-04-17 12:54:58.564 | + functions-common:time_stop:2413 : elapsed_time=90 2025-04-17 12:54:58.566 | + functions-common:time_stop:2414 : total=24240 2025-04-17 12:54:58.567 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:54:58.569 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=24330 2025-04-17 12:54:58.571 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//glance 2025-04-17 12:54:58.581 | + functions-common:git_clone:655 : cd /opt/stack//glance 2025-04-17 12:54:58.583 | + functions-common:git_clone:656 : git show --oneline 2025-04-17 12:54:58.584 | + functions-common:git_clone:656 : head -1 2025-04-17 12:54:58.586 | 18453f8 Fixed typo in discovery.py 2025-04-17 12:54:58.587 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-17 12:54:58.589 | + lib/glance:install_glance:534 : setup_develop /opt/stack//glance 2025-04-17 12:54:58.591 | + inc/python:setup_develop:360 : local bindep 2025-04-17 12:54:58.593 | + inc/python:setup_develop:361 : [[ /opt/stack//glance == -bindep* ]] 2025-04-17 12:54:58.595 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//glance 2025-04-17 12:54:58.597 | + inc/python:setup_develop:366 : local extras= 2025-04-17 12:54:58.599 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//glance -e 2025-04-17 12:54:58.601 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-17 12:54:58.603 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//glance == -bindep* ]] 2025-04-17 12:54:58.605 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//glance 2025-04-17 12:54:58.607 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-17 12:54:58.609 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-17 12:54:58.611 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//glance 2025-04-17 12:54:58.613 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-17 12:54:58.615 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/glance 2025-04-17 12:54:58.617 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-17 12:54:58.619 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-17 12:54:58.622 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2025-04-17 12:54:58.626 | + inc/python:_setup_package_with_constraints_edit:407 : name=glance 2025-04-17 12:54:58.628 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- glance 2025-04-17 12:54:58.946 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/glance -e 2025-04-17 12:54:58.948 | + inc/python:setup_package:440 : local bindep=0 2025-04-17 12:54:58.950 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-17 12:54:58.952 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-17 12:54:58.954 | + inc/python:setup_package:443 : [[ /opt/stack/glance == -bindep* ]] 2025-04-17 12:54:58.956 | + inc/python:setup_package:448 : local project_dir=/opt/stack/glance 2025-04-17 12:54:58.958 | + inc/python:setup_package:449 : local flags=-e 2025-04-17 12:54:58.960 | + inc/python:setup_package:450 : local extras= 2025-04-17 12:54:58.962 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-17 12:54:58.964 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-17 12:54:58.966 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-17 12:54:58.967 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-17 12:54:58.969 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-17 12:54:58.971 | + inc/python:setup_package:468 : pip_install -e /opt/stack/glance 2025-04-17 12:54:58.987 | Using python 3.10 to install /opt/stack/glance 2025-04-17 12:54:58.988 | + 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-17 12:54:59.784 | Obtaining file:///opt/stack/glance 2025-04-17 12:54:59.785 | Preparing metadata (setup.py): started 2025-04-17 12:55:00.153 | Preparing metadata (setup.py): finished with status 'done' 2025-04-17 12:55:00.212 | 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-17 12:55:00.212 | 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-17 12:55:00.213 | 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-17 12:55:00.214 | 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-17 12:55:00.214 | 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-17 12:55:00.216 | 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-17 12:55:00.216 | 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-17 12:55:00.312 | Collecting sqlparse>=0.2.2 (from glance==0.0.1.dev13) 2025-04-17 12:55:00.315 | Using cached sqlparse-0.4.4-py3-none-any.whl.metadata (4.0 kB) 2025-04-17 12:55:00.316 | 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-17 12:55:00.341 | Collecting httplib2>=0.9.1 (from glance==0.0.1.dev13) 2025-04-17 12:55:00.342 | Using cached httplib2-0.22.0-py3-none-any.whl.metadata (2.6 kB) 2025-04-17 12:55:00.344 | 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-17 12:55:00.345 | 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-17 12:55:00.345 | 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-17 12:55:00.346 | 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-17 12:55:00.347 | 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-17 12:55:00.348 | 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-17 12:55:00.348 | 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-17 12:55:00.389 | Collecting taskflow>=4.0.0 (from glance==0.0.1.dev13) 2025-04-17 12:55:00.391 | Using cached taskflow-5.4.0-py3-none-any.whl.metadata (5.1 kB) 2025-04-17 12:55:00.393 | 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-17 12:55:00.393 | 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-17 12:55:00.430 | Collecting WSME>=0.8.0 (from glance==0.0.1.dev13) 2025-04-17 12:55:00.432 | Using cached WSME-0.12.1-py3-none-any.whl.metadata (3.7 kB) 2025-04-17 12:55:00.434 | 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-17 12:55:00.434 | 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-17 12:55:00.435 | 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-17 12:55:00.436 | 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-17 12:55:00.437 | 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-17 12:55:00.437 | 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-17 12:55:00.438 | 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-17 12:55:00.464 | Collecting oslo.limit>=1.6.0 (from glance==0.0.1.dev13) 2025-04-17 12:55:00.466 | Using cached oslo.limit-2.2.0-py3-none-any.whl.metadata (2.0 kB) 2025-04-17 12:55:00.467 | 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-17 12:55:00.468 | 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-17 12:55:00.469 | 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-17 12:55:00.499 | Collecting oslo.reports>=1.18.0 (from glance==0.0.1.dev13) 2025-04-17 12:55:00.501 | Using cached oslo.reports-3.1.0-py3-none-any.whl.metadata (3.8 kB) 2025-04-17 12:55:00.503 | 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-17 12:55:00.519 | Collecting retrying!=1.3.0,>=1.2.3 (from glance==0.0.1.dev13) 2025-04-17 12:55:00.521 | Using cached retrying-1.3.4-py3-none-any.whl.metadata (6.9 kB) 2025-04-17 12:55:00.523 | 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-17 12:55:00.523 | 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-17 12:55:00.524 | 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-17 12:55:00.525 | 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-17 12:55:00.543 | Collecting cursive>=0.2.1 (from glance==0.0.1.dev13) 2025-04-17 12:55:00.545 | Using cached cursive-0.2.3-py2.py3-none-any.whl.metadata (1.7 kB) 2025-04-17 12:55:00.546 | 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-17 12:55:00.547 | 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-17 12:55:00.580 | Collecting castellan>=0.17.0 (from glance==0.0.1.dev13) 2025-04-17 12:55:00.582 | Using cached castellan-4.3.0-py3-none-any.whl.metadata (1.9 kB) 2025-04-17 12:55:00.589 | 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-17 12:55:00.622 | Collecting python-barbicanclient>=4.5.2 (from castellan>=0.17.0->glance==0.0.1.dev13) 2025-04-17 12:55:00.624 | Using cached python_barbicanclient-5.6.1-py3-none-any.whl.metadata (11 kB) 2025-04-17 12:55:00.626 | 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-17 12:55:00.645 | 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-17 12:55:00.658 | 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-17 12:55:00.662 | 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-17 12:55:00.668 | 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-17 12:55:00.669 | 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-17 12:55:00.670 | 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-17 12:55:00.708 | 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-17 12:55:00.729 | 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-17 12:55:00.730 | 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-17 12:55:00.755 | 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-17 12:55:00.777 | 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-17 12:55:00.779 | 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-17 12:55:00.793 | 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-17 12:55:00.814 | 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-17 12:55:00.816 | 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-17 12:55:00.817 | 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-17 12:55:00.865 | 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-17 12:55:00.866 | 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-17 12:55:00.930 | Collecting openstacksdk>=0.31.1 (from oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-17 12:55:00.932 | Using cached openstacksdk-1.5.1-py3-none-any.whl.metadata (9.4 kB) 2025-04-17 12:55:00.957 | 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-17 12:55:00.959 | 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-17 12:55:00.984 | 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-17 12:55:00.985 | 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-17 12:55:00.986 | 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-17 12:55:00.988 | 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-17 12:55:00.989 | 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-17 12:55:01.000 | 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-17 12:55:01.001 | 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-17 12:55:01.003 | 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-17 12:55:01.132 | Collecting psutil>=3.2.2 (from oslo.reports>=1.18.0->glance==0.0.1.dev13) 2025-04-17 12:55:01.134 | 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-17 12:55:01.158 | 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-17 12:55:01.159 | 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-17 12:55:01.160 | 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-17 12:55:01.161 | 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-17 12:55:01.194 | 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-17 12:55:01.223 | 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-17 12:55:01.271 | 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-17 12:55:01.448 | Collecting automaton>=1.9.0 (from taskflow>=4.0.0->glance==0.0.1.dev13) 2025-04-17 12:55:01.449 | Using cached automaton-3.2.0-py3-none-any.whl.metadata (1.8 kB) 2025-04-17 12:55:01.491 | Collecting networkx>=2.1.0 (from taskflow>=4.0.0->glance==0.0.1.dev13) 2025-04-17 12:55:01.492 | Using cached networkx-3.1-py3-none-any.whl.metadata (5.3 kB) 2025-04-17 12:55:01.517 | Collecting pydot>=1.2.4 (from taskflow>=4.0.0->glance==0.0.1.dev13) 2025-04-17 12:55:01.519 | Using cached pydot-1.4.2-py2.py3-none-any.whl.metadata (8.0 kB) 2025-04-17 12:55:01.522 | 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-17 12:55:01.567 | Collecting simplegeneric (from WSME>=0.8.0->glance==0.0.1.dev13) 2025-04-17 12:55:01.567 | Using cached simplegeneric-0.8.1-py3-none-any.whl 2025-04-17 12:55:01.633 | Collecting importlib-metadata>=4.4 (from WSME>=0.8.0->glance==0.0.1.dev13) 2025-04-17 12:55:01.635 | Using cached importlib_metadata-6.0.1-py3-none-any.whl.metadata (5.0 kB) 2025-04-17 12:55:01.648 | 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-17 12:55:01.718 | 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-17 12:55:01.835 | Collecting zipp>=0.5 (from importlib-metadata>=4.4->WSME>=0.8.0->glance==0.0.1.dev13) 2025-04-17 12:55:01.837 | Using cached zipp-3.15.0-py3-none-any.whl.metadata (3.7 kB) 2025-04-17 12:55:01.852 | 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-17 12:55:01.970 | Collecting appdirs>=1.3.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-17 12:55:01.974 | Using cached appdirs-1.4.4-py2.py3-none-any.whl.metadata (9.0 kB) 2025-04-17 12:55:01.994 | Collecting requestsexceptions>=1.2.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-17 12:55:01.996 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl.metadata (1.2 kB) 2025-04-17 12:55:02.023 | Collecting jsonpatch!=1.20,>=1.16 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-17 12:55:02.025 | Using cached jsonpatch-1.32-py2.py3-none-any.whl.metadata (3.2 kB) 2025-04-17 12:55:02.027 | 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-17 12:55:02.046 | Collecting jmespath>=0.9.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-17 12:55:02.048 | Using cached jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB) 2025-04-17 12:55:02.050 | 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-17 12:55:02.106 | 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-17 12:55:02.121 | 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-17 12:55:02.142 | 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-17 12:55:02.143 | 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-17 12:55:02.310 | 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-17 12:55:02.311 | Using cached cliff-4.3.0-py3-none-any.whl.metadata (1.9 kB) 2025-04-17 12:55:02.398 | 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-17 12:55:02.398 | 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-17 12:55:02.400 | 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-17 12:55:02.401 | 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-17 12:55:02.505 | 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-17 12:55:02.735 | 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-17 12:55:02.737 | Using cached autopage-0.5.1-py3-none-any.whl.metadata (7.8 kB) 2025-04-17 12:55:02.788 | 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-17 12:55:02.790 | Using cached cmd2-2.4.3-py3-none-any.whl.metadata (12 kB) 2025-04-17 12:55:02.928 | 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-17 12:55:02.930 | Using cached jsonpointer-2.3-py2.py3-none-any.whl.metadata (2.5 kB) 2025-04-17 12:55:03.265 | 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-17 12:55:03.266 | Using cached pyperclip-1.8.2-py3-none-any.whl 2025-04-17 12:55:03.331 | Using cached castellan-4.3.0-py3-none-any.whl (97 kB) 2025-04-17 12:55:03.334 | Using cached cursive-0.2.3-py2.py3-none-any.whl (43 kB) 2025-04-17 12:55:03.337 | Using cached httplib2-0.22.0-py3-none-any.whl (96 kB) 2025-04-17 12:55:03.339 | Using cached oslo.limit-2.2.0-py3-none-any.whl (20 kB) 2025-04-17 12:55:03.342 | Using cached oslo.reports-3.1.0-py3-none-any.whl (53 kB) 2025-04-17 12:55:03.345 | Using cached retrying-1.3.4-py3-none-any.whl (11 kB) 2025-04-17 12:55:03.347 | Using cached sqlparse-0.4.4-py3-none-any.whl (41 kB) 2025-04-17 12:55:03.349 | Using cached taskflow-5.4.0-py3-none-any.whl (493 kB) 2025-04-17 12:55:03.355 | Using cached WSME-0.12.1-py3-none-any.whl (59 kB) 2025-04-17 12:55:03.357 | Using cached automaton-3.2.0-py3-none-any.whl (22 kB) 2025-04-17 12:55:03.359 | Using cached importlib_metadata-6.0.1-py3-none-any.whl (21 kB) 2025-04-17 12:55:03.362 | Using cached networkx-3.1-py3-none-any.whl (2.1 MB) 2025-04-17 12:55:03.375 | Using cached openstacksdk-1.5.1-py3-none-any.whl (1.7 MB) 2025-04-17 12:55:03.386 | 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-17 12:55:03.390 | Using cached pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2025-04-17 12:55:03.393 | Using cached python_barbicanclient-5.6.1-py3-none-any.whl (89 kB) 2025-04-17 12:55:03.396 | Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) 2025-04-17 12:55:03.398 | Using cached cliff-4.3.0-py3-none-any.whl (80 kB) 2025-04-17 12:55:03.400 | Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2025-04-17 12:55:03.403 | Using cached jsonpatch-1.32-py2.py3-none-any.whl (12 kB) 2025-04-17 12:55:03.405 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 2025-04-17 12:55:03.407 | Using cached zipp-3.15.0-py3-none-any.whl (6.8 kB) 2025-04-17 12:55:03.409 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2025-04-17 12:55:03.412 | Using cached cmd2-2.4.3-py3-none-any.whl (147 kB) 2025-04-17 12:55:03.415 | Using cached jsonpointer-2.3-py2.py3-none-any.whl (7.8 kB) 2025-04-17 12:55:03.744 | 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-17 12:55:06.874 | Running setup.py develop for glance 2025-04-17 12:55:08.109 | 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-17 12:55:08.252 | + inc/python:pip_install:222 : result=0 2025-04-17 12:55:08.254 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-17 12:55:08.256 | + functions-common:time_stop:2400 : local name 2025-04-17 12:55:08.258 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:55:08.260 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:55:08.262 | + functions-common:time_stop:2403 : local total 2025-04-17 12:55:08.263 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:55:08.265 | + functions-common:time_stop:2406 : name=pip_install 2025-04-17 12:55:08.267 | + functions-common:time_stop:2407 : start_time=1744894498983 2025-04-17 12:55:08.269 | + functions-common:time_stop:2409 : [[ -z 1744894498983 ]] 2025-04-17 12:55:08.271 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:55:08.274 | + functions-common:time_stop:2412 : end_time=1744894508272 2025-04-17 12:55:08.276 | + functions-common:time_stop:2413 : elapsed_time=9289 2025-04-17 12:55:08.278 | + functions-common:time_stop:2414 : total=37755 2025-04-17 12:55:08.280 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:55:08.281 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=47044 2025-04-17 12:55:08.283 | + inc/python:pip_install:225 : return 0 2025-04-17 12:55:08.285 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-17 12:55:08.287 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-17 12:55:08.289 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/glance 2025-04-17 12:55:08.291 | + inc/python:use_library_from_git:272 : local name=/opt/stack/glance 2025-04-17 12:55:08.293 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:55:08.295 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:55:08.297 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/glance, ]] 2025-04-17 12:55:08.299 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:55:08.301 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-17 12:55:08.303 | + stack.sh:main:948 : configure_glance 2025-04-17 12:55:08.305 | + lib/glance:configure_glance:322 : sudo install -d -o stack /etc/glance /etc/glance/metadefs 2025-04-17 12:55:08.315 | + lib/glance:configure_glance:325 : local dburl 2025-04-17 12:55:08.317 | ++ lib/glance:configure_glance:326 : database_connection_url glance 2025-04-17 12:55:08.319 | ++ lib/database:database_connection_url:134 : local db=glance 2025-04-17 12:55:08.321 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2025-04-17 12:55:08.323 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=glance 2025-04-17 12:55:08.325 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-17 12:55:08.326 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-17 12:55:08.328 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-17 12:55:08.339 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:55:08.341 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-17 12:55:08.342 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2025-04-17 12:55:08.345 | + lib/glance:configure_glance:326 : dburl='mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2025-04-17 12:55:08.346 | + lib/glance:configure_glance:328 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2025-04-17 12:55:08.370 | + 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-17 12:55:08.394 | + lib/glance:configure_glance:330 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2025-04-17 12:55:08.415 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2025-04-17 12:55:08.437 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2025-04-17 12:55:08.461 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2025-04-17 12:55:08.485 | + lib/glance:configure_glance:334 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2025-04-17 12:55:08.487 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/glance/glance-api.conf 2025-04-17 12:55:08.488 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=glance 2025-04-17 12:55:08.490 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-17 12:55:08.492 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2025-04-17 12:55:08.515 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2025-04-17 12:55:08.537 | + 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-17 12:55:08.558 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2025-04-17 12:55:08.579 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken password nomoresecret 2025-04-17 12:55:08.600 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2025-04-17 12:55:08.622 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2025-04-17 12:55:08.644 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2025-04-17 12:55:08.666 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-17 12:55:08.686 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2025-04-17 12:55:08.708 | + lib/glance:configure_glance:335 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2025-04-17 12:55:08.732 | + lib/glance:configure_glance:336 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2025-04-17 12:55:08.734 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=glance 2025-04-17 12:55:08.736 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/glance/glance-api.conf 2025-04-17 12:55:08.738 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-17 12:55:08.739 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-17 12:55:08.741 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-17 12:55:08.753 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:55:08.755 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-17 12:55:08.757 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-17 12:55:08.759 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-17 12:55:08.771 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:55:08.773 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-17 12:55:08.775 | + 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-17 12:55:08.797 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-17 12:55:08.799 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-17 12:55:08.801 | + lib/glance:configure_glance:337 : '[' vsphere = libvirt ']' 2025-04-17 12:55:08.802 | + lib/glance:configure_glance:341 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2025-04-17 12:55:08.825 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2025-04-17 12:55:08.848 | + lib/glance:configure_glance:345 : configure_glance_store False False 2025-04-17 12:55:08.850 | + lib/glance:configure_glance_store:251 : local use_cinder_for_glance=False 2025-04-17 12:55:08.852 | + lib/glance:configure_glance_store:252 : local glance_enable_multiple_stores=False 2025-04-17 12:55:08.854 | + lib/glance:configure_glance_store:253 : local be 2025-04-17 12:55:08.855 | + lib/glance:configure_glance_store:255 : [[ False == \F\a\l\s\e ]] 2025-04-17 12:55:08.857 | + lib/glance:configure_glance_store:257 : [[ False == \T\r\u\e ]] 2025-04-17 12:55:08.859 | + lib/glance:configure_glance_store:274 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2025-04-17 12:55:08.883 | + lib/glance:configure_glance:348 : '[' -n '' ']' 2025-04-17 12:55:08.885 | + lib/glance:configure_glance:351 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.180.1.21 2025-04-17 12:55:08.909 | + lib/glance:configure_glance:355 : [[ False == \F\a\l\s\e ]] 2025-04-17 12:55:08.911 | + lib/glance:configure_glance:357 : is_service_enabled s-proxy 2025-04-17 12:55:08.923 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:55:08.925 | + lib/glance:configure_glance:379 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.180.1.21/image 2025-04-17 12:55:08.947 | + lib/glance:configure_glance:381 : is_service_enabled tls-proxy 2025-04-17 12:55:08.959 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:55:08.961 | + lib/glance:configure_glance:387 : setup_logging /etc/glance/glance-api.conf 2025-04-17 12:55:08.963 | + functions:setup_logging:685 : setup_systemd_logging /etc/glance/glance-api.conf 2025-04-17 12:55:08.965 | + functions:setup_systemd_logging:700 : local conf_file=/etc/glance/glance-api.conf 2025-04-17 12:55:08.967 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-17 12:55:08.980 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-17 12:55:08.982 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-17 12:55:08.984 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-17 12:55:08.986 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-17 12:55:08.988 | + 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-17 12:55:09.010 | + 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-17 12:55:09.032 | + 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-17 12:55:09.055 | + functions:setup_systemd_logging:717 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-17 12:55:09.077 | + lib/glance:configure_glance:389 : cp -p /opt/stack//glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2025-04-17 12:55:09.080 | + lib/glance:configure_glance:392 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2025-04-17 12:55:09.105 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2025-04-17 12:55:09.127 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2025-04-17 12:55:09.150 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.180.1.21/identity 2025-04-17 12:55:09.172 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2025-04-17 12:55:09.195 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2025-04-17 12:55:09.218 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password nomoresecret 2025-04-17 12:55:09.240 | + lib/glance:configure_glance:401 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2025-04-17 12:55:09.265 | + lib/glance:configure_glance:404 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2025-04-17 12:55:09.288 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2025-04-17 12:55:09.313 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2025-04-17 12:55:09.335 | + lib/glance:configure_glance:408 : cp -p /opt/stack//glance/etc/schema-image.json /etc/glance/schema-image.json 2025-04-17 12:55:09.339 | + 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-17 12:55:09.343 | + lib/glance:configure_glance:412 : is_service_enabled tls-proxy 2025-04-17 12:55:09.355 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:55:09.356 | + lib/glance:configure_glance:420 : [[ False == False ]] 2025-04-17 12:55:09.358 | + 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-17 12:55:09.360 | + lib/apache:write_local_uwsgi_http_config:306 : local file=/etc/glance/glance-uwsgi.ini 2025-04-17 12:55:09.362 | + lib/apache:write_local_uwsgi_http_config:307 : local wsgi=/opt/stack/data/venv/bin/glance-wsgi-api 2025-04-17 12:55:09.364 | + lib/apache:write_local_uwsgi_http_config:308 : local url=/image 2025-04-17 12:55:09.366 | ++ lib/apache:write_local_uwsgi_http_config:309 : basename /opt/stack/data/venv/bin/glance-wsgi-api 2025-04-17 12:55:09.369 | + lib/apache:write_local_uwsgi_http_config:309 : name=glance-wsgi-api 2025-04-17 12:55:09.371 | + lib/apache:write_local_uwsgi_http_config:315 : rm -rf /etc/glance/glance-uwsgi.ini 2025-04-17 12:55:09.373 | + 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-17 12:55:09.397 | ++ lib/apache:write_local_uwsgi_http_config:317 : get_random_port 2025-04-17 12:55:09.399 | ++ functions:get_random_port:847 : read lower_port upper_port 2025-04-17 12:55:09.400 | ++ functions:get_random_port:848 : true 2025-04-17 12:55:09.402 | ++ functions:get_random_port:849 : (( port = upper_port )) 2025-04-17 12:55:09.404 | ++ functions:get_random_port:849 : (( port >= lower_port )) 2025-04-17 12:55:09.406 | ++ functions:get_random_port:850 : sudo lsof -i :60999 2025-04-17 12:55:09.445 | ++ functions:get_random_port:851 : [[ 1 > 0 ]] 2025-04-17 12:55:09.447 | ++ functions:get_random_port:852 : break 2 2025-04-17 12:55:09.449 | ++ functions:get_random_port:856 : echo 60999 2025-04-17 12:55:09.452 | + lib/apache:write_local_uwsgi_http_config:317 : port=60999 2025-04-17 12:55:09.453 | + lib/apache:write_local_uwsgi_http_config:318 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2025-04-17 12:55:09.476 | + lib/apache:write_local_uwsgi_http_config:319 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2025-04-17 12:55:09.499 | + lib/apache:write_local_uwsgi_http_config:321 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2025-04-17 12:55:09.520 | + lib/apache:write_local_uwsgi_http_config:323 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2025-04-17 12:55:09.544 | + lib/apache:write_local_uwsgi_http_config:324 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2025-04-17 12:55:09.566 | + lib/apache:write_local_uwsgi_http_config:325 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2025-04-17 12:55:09.588 | + lib/apache:write_local_uwsgi_http_config:326 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2025-04-17 12:55:09.610 | + lib/apache:write_local_uwsgi_http_config:328 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2025-04-17 12:55:09.632 | + 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-17 12:55:09.654 | + lib/apache:write_local_uwsgi_http_config:333 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-17 12:55:09.676 | + lib/apache:write_local_uwsgi_http_config:335 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2025-04-17 12:55:09.698 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-17 12:55:09.720 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2025-04-17 12:55:09.741 | + lib/apache:write_local_uwsgi_http_config:340 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2025-04-17 12:55:09.763 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2025-04-17 12:55:09.788 | + lib/apache:write_local_uwsgi_http_config:342 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2025-04-17 12:55:09.811 | + lib/apache:write_local_uwsgi_http_config:343 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2025-04-17 12:55:09.833 | + lib/apache:write_local_uwsgi_http_config:344 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2025-04-17 12:55:09.855 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2025-04-17 12:55:09.877 | + lib/apache:write_local_uwsgi_http_config:348 : enable_apache_mod proxy 2025-04-17 12:55:09.879 | + lib/apache:enable_apache_mod:55 : local mod=proxy 2025-04-17 12:55:09.881 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-17 12:55:09.883 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:55:09.884 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:55:09.886 | + lib/apache:enable_apache_mod:60 : [[ proxy != \v\e\r\s\i\o\n ]] 2025-04-17 12:55:09.888 | + lib/apache:enable_apache_mod:60 : a2query -m proxy 2025-04-17 12:55:09.917 | proxy (enabled by site administrator) 2025-04-17 12:55:09.919 | + lib/apache:write_local_uwsgi_http_config:349 : enable_apache_mod proxy_http 2025-04-17 12:55:09.921 | + lib/apache:enable_apache_mod:55 : local mod=proxy_http 2025-04-17 12:55:09.923 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-17 12:55:09.925 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:55:09.927 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:55:09.928 | + lib/apache:enable_apache_mod:60 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2025-04-17 12:55:09.930 | + lib/apache:enable_apache_mod:60 : a2query -m proxy_http 2025-04-17 12:55:09.958 | No module matches proxy_http 2025-04-17 12:55:09.960 | + lib/apache:enable_apache_mod:61 : sudo a2enmod proxy_http 2025-04-17 12:55:09.992 | Considering dependency proxy for proxy_http: 2025-04-17 12:55:09.992 | Module proxy already enabled 2025-04-17 12:55:09.992 | Enabling module proxy_http. 2025-04-17 12:55:09.995 | To activate the new configuration, you need to run: 2025-04-17 12:55:09.995 | systemctl restart apache2 2025-04-17 12:55:09.999 | + lib/apache:enable_apache_mod:62 : restart_apache_server 2025-04-17 12:55:10.001 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-17 12:55:10.003 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-17 12:55:10.005 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-17 12:55:10.100 | + lib/apache:write_local_uwsgi_http_config:350 : local apache_conf= 2025-04-17 12:55:10.102 | ++ lib/apache:write_local_uwsgi_http_config:351 : apache_site_config_for glance-wsgi-api 2025-04-17 12:55:10.104 | ++ lib/apache:apache_site_config_for:173 : local site=glance-wsgi-api 2025-04-17 12:55:10.106 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-17 12:55:10.108 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:55:10.110 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:55:10.112 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-17 12:55:10.114 | + lib/apache:write_local_uwsgi_http_config:351 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-17 12:55:10.116 | + lib/apache:write_local_uwsgi_http_config:352 : echo 'KeepAlive Off' 2025-04-17 12:55:10.117 | + lib/apache:write_local_uwsgi_http_config:352 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-17 12:55:10.123 | KeepAlive Off 2025-04-17 12:55:10.127 | + lib/apache:write_local_uwsgi_http_config:353 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-17 12:55:10.127 | + lib/apache:write_local_uwsgi_http_config:353 : echo 'SetEnv proxy-sendchunked 1' 2025-04-17 12:55:10.133 | SetEnv proxy-sendchunked 1 2025-04-17 12:55:10.136 | + lib/apache:write_local_uwsgi_http_config:354 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 acquire=1 ' 2025-04-17 12:55:10.136 | + lib/apache:write_local_uwsgi_http_config:354 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-17 12:55:10.143 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 acquire=1 2025-04-17 12:55:10.146 | + lib/apache:write_local_uwsgi_http_config:355 : enable_apache_site glance-wsgi-api 2025-04-17 12:55:10.147 | + lib/apache:enable_apache_site:190 : local site=glance-wsgi-api 2025-04-17 12:55:10.149 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-17 12:55:10.151 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-17 12:55:10.152 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-17 12:55:10.154 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:55:10.156 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:55:10.158 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-17 12:55:10.160 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-17 12:55:10.161 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:55:10.163 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:55:10.165 | + lib/apache:enable_apache_site:194 : sudo a2ensite glance-wsgi-api 2025-04-17 12:55:10.197 | Enabling site glance-wsgi-api. 2025-04-17 12:55:10.200 | To activate the new configuration, you need to run: 2025-04-17 12:55:10.200 | systemctl reload apache2 2025-04-17 12:55:10.204 | + lib/apache:write_local_uwsgi_http_config:356 : restart_apache_server 2025-04-17 12:55:10.205 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-17 12:55:10.207 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-17 12:55:10.209 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-17 12:55:10.308 | ++ lib/glance:configure_glance:424 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2025-04-17 12:55:10.312 | + lib/glance:configure_glance:424 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2025-04-17 12:55:10.336 | + lib/glance:configure_glance:434 : [[ True == True ]] 2025-04-17 12:55:10.337 | + lib/glance:configure_glance:435 : iniset /etc/glance/glance-api.conf oslo_policy enforce_scope true 2025-04-17 12:55:10.362 | + lib/glance:configure_glance:436 : iniset /etc/glance/glance-api.conf oslo_policy enforce_new_defaults true 2025-04-17 12:55:10.385 | + lib/glance:configure_glance:437 : iniset /etc/glance/glance-api.conf DEFAULT enforce_secure_rbac true 2025-04-17 12:55:10.409 | + stack.sh:main:951 : is_service_enabled cinder 2025-04-17 12:55:10.422 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:55:10.424 | + stack.sh:main:953 : stack_install_service cinder 2025-04-17 12:55:10.426 | + lib/stack:stack_install_service:20 : local service=cinder 2025-04-17 12:55:10.428 | + lib/stack:stack_install_service:21 : type install_cinder 2025-04-17 12:55:10.430 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-17 12:55:10.432 | + lib/stack:stack_install_service:32 : install_cinder 2025-04-17 12:55:10.434 | + lib/cinder:install_cinder:516 : git_clone https://opendev.org/openstack/cinder.git /opt/stack//cinder stable/2023.2 2025-04-17 12:55:10.436 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/cinder.git 2025-04-17 12:55:10.438 | + functions-common:git_clone:573 : local git_dest=/opt/stack//cinder 2025-04-17 12:55:10.439 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-17 12:55:10.441 | + functions-common:git_clone:575 : local orig_dir 2025-04-17 12:55:10.443 | ++ functions-common:git_clone:576 : pwd 2025-04-17 12:55:10.446 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-17 12:55:10.448 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-17 12:55:10.450 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-17 12:55:10.463 | + functions-common:git_clone:579 : RECLONE=False 2025-04-17 12:55:10.465 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-17 12:55:10.466 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-17 12:55:10.468 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-17 12:55:10.471 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-17 12:55:10.471 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-17 12:55:10.475 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//cinder ]] 2025-04-17 12:55:10.477 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-17 12:55:10.479 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2025-04-17 12:55:10.480 | + functions-common:git_timed:680 : local count=0 2025-04-17 12:55:10.482 | + functions-common:git_timed:681 : local timeout=0 2025-04-17 12:55:10.484 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-17 12:55:10.486 | + functions-common:git_timed:684 : timeout=0 2025-04-17 12:55:10.487 | + functions-common:git_timed:687 : time_start git_timed 2025-04-17 12:55:10.489 | + functions-common:time_start:2386 : local name=git_timed 2025-04-17 12:55:10.491 | + functions-common:time_start:2387 : local start_time= 2025-04-17 12:55:10.493 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 12:55:10.495 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 12:55:10.498 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894510496 2025-04-17 12:55:10.499 | + 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-17 12:55:10.502 | Cloning into '/opt/stack//cinder'... 2025-04-17 12:55:13.848 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-17 12:55:13.850 | + functions-common:time_stop:2400 : local name 2025-04-17 12:55:13.851 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:55:13.853 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:55:13.855 | + functions-common:time_stop:2403 : local total 2025-04-17 12:55:13.857 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:55:13.859 | + functions-common:time_stop:2406 : name=git_timed 2025-04-17 12:55:13.861 | + functions-common:time_stop:2407 : start_time=1744894510496 2025-04-17 12:55:13.862 | + functions-common:time_stop:2409 : [[ -z 1744894510496 ]] 2025-04-17 12:55:13.865 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:55:13.867 | + functions-common:time_stop:2412 : end_time=1744894513865 2025-04-17 12:55:13.869 | + functions-common:time_stop:2413 : elapsed_time=3369 2025-04-17 12:55:13.871 | + functions-common:time_stop:2414 : total=24330 2025-04-17 12:55:13.873 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:55:13.875 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=27699 2025-04-17 12:55:13.877 | + functions-common:git_clone:614 : cd /opt/stack//cinder 2025-04-17 12:55:13.878 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-17 12:55:13.880 | + functions-common:git_timed:680 : local count=0 2025-04-17 12:55:13.882 | + functions-common:git_timed:681 : local timeout=0 2025-04-17 12:55:13.883 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-17 12:55:13.885 | + functions-common:git_timed:684 : timeout=0 2025-04-17 12:55:13.887 | + functions-common:git_timed:687 : time_start git_timed 2025-04-17 12:55:13.889 | + functions-common:time_start:2386 : local name=git_timed 2025-04-17 12:55:13.890 | + functions-common:time_start:2387 : local start_time= 2025-04-17 12:55:13.892 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 12:55:13.895 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 12:55:13.898 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894513896 2025-04-17 12:55:13.900 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-17 12:55:16.848 | From https://opendev.org/openstack/cinder 2025-04-17 12:55:16.848 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-17 12:55:16.852 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-17 12:55:16.854 | + functions-common:time_stop:2400 : local name 2025-04-17 12:55:16.856 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:55:16.858 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:55:16.859 | + functions-common:time_stop:2403 : local total 2025-04-17 12:55:16.861 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:55:16.863 | + functions-common:time_stop:2406 : name=git_timed 2025-04-17 12:55:16.865 | + functions-common:time_stop:2407 : start_time=1744894513896 2025-04-17 12:55:16.866 | + functions-common:time_stop:2409 : [[ -z 1744894513896 ]] 2025-04-17 12:55:16.869 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:55:16.872 | + functions-common:time_stop:2412 : end_time=1744894516870 2025-04-17 12:55:16.873 | + functions-common:time_stop:2413 : elapsed_time=2974 2025-04-17 12:55:16.875 | + functions-common:time_stop:2414 : total=27699 2025-04-17 12:55:16.877 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:55:16.879 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=30673 2025-04-17 12:55:16.881 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-17 12:55:16.882 | + functions-common:git_timed:680 : local count=0 2025-04-17 12:55:16.884 | + functions-common:git_timed:681 : local timeout=0 2025-04-17 12:55:16.886 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-17 12:55:16.888 | + functions-common:git_timed:684 : timeout=0 2025-04-17 12:55:16.890 | + functions-common:git_timed:687 : time_start git_timed 2025-04-17 12:55:16.892 | + functions-common:time_start:2386 : local name=git_timed 2025-04-17 12:55:16.893 | + functions-common:time_start:2387 : local start_time= 2025-04-17 12:55:16.895 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 12:55:16.898 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 12:55:16.900 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894516899 2025-04-17 12:55:16.902 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-17 12:55:17.143 | Note: switching to 'FETCH_HEAD'. 2025-04-17 12:55:17.143 | 2025-04-17 12:55:17.143 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-17 12:55:17.143 | changes and commit them, and you can discard any commits you make in this 2025-04-17 12:55:17.143 | state without impacting any branches by switching back to a branch. 2025-04-17 12:55:17.143 | 2025-04-17 12:55:17.143 | If you want to create a new branch to retain commits you create, you may 2025-04-17 12:55:17.143 | do so (now or later) by using -c with the switch command. Example: 2025-04-17 12:55:17.143 | 2025-04-17 12:55:17.143 | git switch -c 2025-04-17 12:55:17.143 | 2025-04-17 12:55:17.143 | Or undo this operation with: 2025-04-17 12:55:17.143 | 2025-04-17 12:55:17.143 | git switch - 2025-04-17 12:55:17.143 | 2025-04-17 12:55:17.143 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-17 12:55:17.143 | 2025-04-17 12:55:17.143 | HEAD is now at a73ff9f Merge "RBD: tpool.Proxy client object" into stable/2023.2 2025-04-17 12:55:17.149 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-17 12:55:17.151 | + functions-common:time_stop:2400 : local name 2025-04-17 12:55:17.153 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:55:17.155 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:55:17.157 | + functions-common:time_stop:2403 : local total 2025-04-17 12:55:17.159 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:55:17.160 | + functions-common:time_stop:2406 : name=git_timed 2025-04-17 12:55:17.162 | + functions-common:time_stop:2407 : start_time=1744894516899 2025-04-17 12:55:17.164 | + functions-common:time_stop:2409 : [[ -z 1744894516899 ]] 2025-04-17 12:55:17.167 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:55:17.175 | + functions-common:time_stop:2412 : end_time=1744894517168 2025-04-17 12:55:17.177 | + functions-common:time_stop:2413 : elapsed_time=269 2025-04-17 12:55:17.179 | + functions-common:time_stop:2414 : total=30673 2025-04-17 12:55:17.181 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:55:17.183 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=30942 2025-04-17 12:55:17.185 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//cinder 2025-04-17 12:55:17.199 | + functions-common:git_clone:655 : cd /opt/stack//cinder 2025-04-17 12:55:17.202 | + functions-common:git_clone:656 : head -1 2025-04-17 12:55:17.204 | + functions-common:git_clone:656 : git show --oneline 2025-04-17 12:55:17.205 | a73ff9f Merge "RBD: tpool.Proxy client object" into stable/2023.2 2025-04-17 12:55:17.207 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-17 12:55:17.209 | + lib/cinder:install_cinder:517 : setup_develop /opt/stack//cinder 2025-04-17 12:55:17.211 | + inc/python:setup_develop:360 : local bindep 2025-04-17 12:55:17.214 | + inc/python:setup_develop:361 : [[ /opt/stack//cinder == -bindep* ]] 2025-04-17 12:55:17.215 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//cinder 2025-04-17 12:55:17.217 | + inc/python:setup_develop:366 : local extras= 2025-04-17 12:55:17.219 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//cinder -e 2025-04-17 12:55:17.222 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-17 12:55:17.223 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//cinder == -bindep* ]] 2025-04-17 12:55:17.225 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//cinder 2025-04-17 12:55:17.228 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-17 12:55:17.230 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-17 12:55:17.232 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//cinder 2025-04-17 12:55:17.234 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-17 12:55:17.237 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/cinder 2025-04-17 12:55:17.239 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-17 12:55:17.241 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-17 12:55:17.244 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2025-04-17 12:55:17.248 | + inc/python:_setup_package_with_constraints_edit:407 : name=cinder 2025-04-17 12:55:17.250 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- cinder 2025-04-17 12:55:17.571 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/cinder -e 2025-04-17 12:55:17.573 | + inc/python:setup_package:440 : local bindep=0 2025-04-17 12:55:17.575 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-17 12:55:17.578 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-17 12:55:17.580 | + inc/python:setup_package:443 : [[ /opt/stack/cinder == -bindep* ]] 2025-04-17 12:55:17.582 | + inc/python:setup_package:448 : local project_dir=/opt/stack/cinder 2025-04-17 12:55:17.583 | + inc/python:setup_package:449 : local flags=-e 2025-04-17 12:55:17.585 | + inc/python:setup_package:450 : local extras= 2025-04-17 12:55:17.587 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-17 12:55:17.589 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-17 12:55:17.591 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-17 12:55:17.593 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-17 12:55:17.595 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-17 12:55:17.597 | + inc/python:setup_package:468 : pip_install -e /opt/stack/cinder 2025-04-17 12:55:17.613 | Using python 3.10 to install /opt/stack/cinder 2025-04-17 12:55:17.614 | + 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-17 12:55:18.436 | Obtaining file:///opt/stack/cinder 2025-04-17 12:55:18.437 | Preparing metadata (setup.py): started 2025-04-17 12:55:18.983 | Preparing metadata (setup.py): finished with status 'done' 2025-04-17 12:55:19.073 | 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-17 12:55:19.073 | 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-17 12:55:19.074 | 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-17 12:55:19.076 | 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-17 12:55:19.076 | 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-17 12:55:19.076 | 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-17 12:55:19.077 | 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-17 12:55:19.078 | 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-17 12:55:19.079 | 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-17 12:55:19.079 | 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-17 12:55:19.393 | Collecting lxml>=4.5.2 (from cinder==0.0.1.dev23) 2025-04-17 12:55:19.395 | 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-17 12:55:19.420 | Collecting oauth2client>=4.1.3 (from cinder==0.0.1.dev23) 2025-04-17 12:55:19.422 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl.metadata (1.2 kB) 2025-04-17 12:55:19.424 | 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-17 12:55:19.424 | 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-17 12:55:19.425 | 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-17 12:55:19.426 | 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-17 12:55:19.427 | 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-17 12:55:19.428 | 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-17 12:55:19.428 | 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-17 12:55:19.429 | 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-17 12:55:19.430 | 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-17 12:55:19.431 | 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-17 12:55:19.431 | 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-17 12:55:19.432 | 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-17 12:55:19.433 | 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-17 12:55:19.433 | 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-17 12:55:19.434 | 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-17 12:55:19.471 | Collecting oslo.versionedobjects>=2.4.0 (from cinder==0.0.1.dev23) 2025-04-17 12:55:19.473 | Using cached oslo.versionedobjects-3.2.0-py3-none-any.whl.metadata (2.6 kB) 2025-04-17 12:55:19.475 | 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-17 12:55:19.475 | 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-17 12:55:19.516 | Collecting paramiko>=2.7.2 (from cinder==0.0.1.dev23) 2025-04-17 12:55:19.518 | Using cached paramiko-3.1.0-py3-none-any.whl.metadata (4.3 kB) 2025-04-17 12:55:19.520 | 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-17 12:55:19.521 | 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-17 12:55:19.521 | 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-17 12:55:19.522 | 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-17 12:55:19.523 | 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-17 12:55:19.558 | Collecting python-glanceclient>=3.2.2 (from cinder==0.0.1.dev23) 2025-04-17 12:55:19.560 | Using cached python_glanceclient-4.4.1-py3-none-any.whl.metadata (3.8 kB) 2025-04-17 12:55:19.562 | 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-17 12:55:19.602 | Collecting python-novaclient>=18.2.0 (from cinder==0.0.1.dev23) 2025-04-17 12:55:19.604 | Using cached python_novaclient-18.4.0-py3-none-any.whl.metadata (3.0 kB) 2025-04-17 12:55:19.632 | Collecting python-swiftclient>=3.10.1 (from cinder==0.0.1.dev23) 2025-04-17 12:55:19.634 | Using cached python_swiftclient-4.4.0-py3-none-any.whl.metadata (3.7 kB) 2025-04-17 12:55:19.636 | 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-17 12:55:19.637 | 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-17 12:55:19.637 | 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-17 12:55:19.638 | 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-17 12:55:19.659 | Collecting rtslib-fb>=2.1.74 (from cinder==0.0.1.dev23) 2025-04-17 12:55:19.660 | Using cached rtslib_fb-2.1.75-py3-none-any.whl 2025-04-17 12:55:19.665 | 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-17 12:55:19.666 | 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-17 12:55:19.667 | 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-17 12:55:19.686 | Collecting tabulate>=0.8.7 (from cinder==0.0.1.dev23) 2025-04-17 12:55:19.688 | Using cached tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-04-17 12:55:19.691 | 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-17 12:55:19.691 | 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-17 12:55:19.692 | 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-17 12:55:19.759 | Collecting oslo.vmware>=3.10.0 (from cinder==0.0.1.dev23) 2025-04-17 12:55:19.761 | Using cached oslo.vmware-4.2.0-py3-none-any.whl.metadata (2.4 kB) 2025-04-17 12:55:19.763 | 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-17 12:55:19.764 | 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-17 12:55:19.809 | Collecting tooz>=2.8.0 (from cinder==0.0.1.dev23) 2025-04-17 12:55:19.811 | Using cached tooz-4.2.0-py3-none-any.whl.metadata (3.5 kB) 2025-04-17 12:55:19.903 | Collecting google-api-python-client>=1.11.0 (from cinder==0.0.1.dev23) 2025-04-17 12:55:19.905 | Using cached google_api_python_client-2.86.0-py2.py3-none-any.whl.metadata (6.6 kB) 2025-04-17 12:55:19.906 | 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-17 12:55:19.907 | 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-17 12:55:19.908 | 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-17 12:55:20.003 | Collecting zstd>=1.4.5.1 (from cinder==0.0.1.dev23) 2025-04-17 12:55:20.006 | Using cached zstd-1.5.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.9 kB) 2025-04-17 12:55:20.473 | Collecting boto3>=1.18.49 (from cinder==0.0.1.dev23) 2025-04-17 12:55:20.475 | Using cached boto3-1.26.118-py3-none-any.whl.metadata (7.0 kB) 2025-04-17 12:55:21.044 | Collecting botocore<1.30.0,>=1.29.118 (from boto3>=1.18.49->cinder==0.0.1.dev23) 2025-04-17 12:55:21.045 | Using cached botocore-1.29.118-py3-none-any.whl.metadata (5.9 kB) 2025-04-17 12:55:21.048 | 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-17 12:55:21.078 | Collecting s3transfer<0.7.0,>=0.6.0 (from boto3>=1.18.49->cinder==0.0.1.dev23) 2025-04-17 12:55:21.079 | Using cached s3transfer-0.6.0-py3-none-any.whl.metadata (1.6 kB) 2025-04-17 12:55:21.110 | 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-17 12:55:21.124 | 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-17 12:55:21.276 | Collecting google-auth<3.0.0dev,>=1.19.0 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev23) 2025-04-17 12:55:21.279 | Using cached google_auth-2.17.3-py2.py3-none-any.whl.metadata (4.3 kB) 2025-04-17 12:55:21.298 | Collecting google-auth-httplib2>=0.1.0 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev23) 2025-04-17 12:55:21.300 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl.metadata (2.1 kB) 2025-04-17 12:55:21.392 | 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-17 12:55:21.394 | Using cached google_api_core-2.11.0-py3-none-any.whl.metadata (2.6 kB) 2025-04-17 12:55:21.414 | Collecting uritemplate<5,>=3.0.1 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev23) 2025-04-17 12:55:21.416 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl.metadata (2.9 kB) 2025-04-17 12:55:21.450 | 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-17 12:55:21.471 | 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-17 12:55:21.472 | 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-17 12:55:21.499 | 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-17 12:55:21.523 | 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-17 12:55:21.525 | 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-17 12:55:21.573 | Collecting pyasn1>=0.1.7 (from oauth2client>=4.1.3->cinder==0.0.1.dev23) 2025-04-17 12:55:21.576 | Using cached pyasn1-0.4.8-py2.py3-none-any.whl.metadata (1.5 kB) 2025-04-17 12:55:21.609 | Collecting pyasn1-modules>=0.0.5 (from oauth2client>=4.1.3->cinder==0.0.1.dev23) 2025-04-17 12:55:21.611 | Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl.metadata (3.6 kB) 2025-04-17 12:55:21.636 | Collecting rsa>=3.1.4 (from oauth2client>=4.1.3->cinder==0.0.1.dev23) 2025-04-17 12:55:21.638 | Using cached rsa-4.9-py3-none-any.whl.metadata (4.2 kB) 2025-04-17 12:55:21.666 | 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-17 12:55:21.687 | 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-17 12:55:21.688 | 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-17 12:55:21.689 | 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-17 12:55:21.690 | 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-17 12:55:21.717 | 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-17 12:55:21.719 | 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-17 12:55:21.719 | 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-17 12:55:21.747 | 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-17 12:55:21.749 | 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-17 12:55:21.777 | 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-17 12:55:21.777 | 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-17 12:55:21.778 | 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-17 12:55:21.779 | 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-17 12:55:21.780 | 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-17 12:55:21.792 | 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-17 12:55:21.793 | 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-17 12:55:21.796 | 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-17 12:55:21.817 | 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-17 12:55:21.842 | 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-17 12:55:21.856 | 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-17 12:55:21.857 | 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-17 12:55:21.869 | 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-17 12:55:21.881 | 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-17 12:55:21.913 | 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-17 12:55:21.943 | Collecting suds-community>=0.6 (from oslo.vmware>=3.10.0->cinder==0.0.1.dev23) 2025-04-17 12:55:21.945 | Using cached suds_community-1.1.2-py3-none-any.whl.metadata (1.7 kB) 2025-04-17 12:55:21.946 | 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-17 12:55:22.033 | Collecting pynacl>=1.5 (from paramiko>=2.7.2->cinder==0.0.1.dev23) 2025-04-17 12:55:22.035 | 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-17 12:55:22.048 | 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-17 12:55:22.114 | 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-17 12:55:22.133 | 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-17 12:55:22.155 | Collecting warlock>=1.2.0 (from python-glanceclient>=3.2.2->cinder==0.0.1.dev23) 2025-04-17 12:55:22.156 | Using cached warlock-2.0.1-py3-none-any.whl.metadata (3.9 kB) 2025-04-17 12:55:22.158 | 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-17 12:55:22.244 | 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-17 12:55:22.244 | 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-17 12:55:22.245 | 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-17 12:55:22.262 | 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-17 12:55:22.297 | Collecting pyudev>=0.16.1 (from rtslib-fb>=2.1.74->cinder==0.0.1.dev23) 2025-04-17 12:55:22.299 | Using cached pyudev-0.24.1-py3-none-any.whl.metadata (4.6 kB) 2025-04-17 12:55:22.452 | 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-17 12:55:22.453 | 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-17 12:55:22.454 | 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-17 12:55:22.537 | Collecting voluptuous>=0.8.9 (from tooz>=2.8.0->cinder==0.0.1.dev23) 2025-04-17 12:55:22.539 | Using cached voluptuous-0.13.1-py3-none-any.whl.metadata (20 kB) 2025-04-17 12:55:22.596 | 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-17 12:55:22.612 | 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-17 12:55:22.745 | 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-17 12:55:22.781 | 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-17 12:55:22.781 | 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-17 12:55:22.959 | 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-17 12:55:22.961 | Using cached googleapis_common_protos-1.59.0-py2.py3-none-any.whl.metadata (1.5 kB) 2025-04-17 12:55:22.963 | 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-17 12:55:23.063 | 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-17 12:55:23.262 | 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-17 12:55:23.287 | 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-17 12:55:23.310 | 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-17 12:55:23.934 | 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-17 12:55:24.061 | 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-17 12:55:24.273 | 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-17 12:55:24.348 | 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-17 12:55:24.617 | Using cached boto3-1.26.118-py3-none-any.whl (135 kB) 2025-04-17 12:55:24.620 | Using cached google_api_python_client-2.86.0-py2.py3-none-any.whl (11.3 MB) 2025-04-17 12:55:24.670 | 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-17 12:55:24.704 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2025-04-17 12:55:24.707 | Using cached oslo.versionedobjects-3.2.0-py3-none-any.whl (86 kB) 2025-04-17 12:55:24.710 | Using cached oslo.vmware-4.2.0-py3-none-any.whl (491 kB) 2025-04-17 12:55:24.714 | Using cached paramiko-3.1.0-py3-none-any.whl (211 kB) 2025-04-17 12:55:24.718 | Using cached python_glanceclient-4.4.1-py3-none-any.whl (205 kB) 2025-04-17 12:55:24.721 | Using cached python_novaclient-18.4.0-py3-none-any.whl (335 kB) 2025-04-17 12:55:24.726 | Using cached python_swiftclient-4.4.0-py3-none-any.whl (88 kB) 2025-04-17 12:55:24.728 | Using cached tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-04-17 12:55:24.731 | Using cached tooz-4.2.0-py3-none-any.whl (94 kB) 2025-04-17 12:55:24.733 | Using cached zstd-1.5.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB) 2025-04-17 12:55:24.744 | Using cached botocore-1.29.118-py3-none-any.whl (10.7 MB) 2025-04-17 12:55:24.795 | Using cached google_api_core-2.11.0-py3-none-any.whl (120 kB) 2025-04-17 12:55:24.799 | Using cached google_auth-2.17.3-py2.py3-none-any.whl (178 kB) 2025-04-17 12:55:24.802 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) 2025-04-17 12:55:24.804 | Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 2025-04-17 12:55:24.807 | Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl (181 kB) 2025-04-17 12:55:24.811 | 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-17 12:55:24.816 | Using cached pyudev-0.24.1-py3-none-any.whl (62 kB) 2025-04-17 12:55:24.819 | Using cached rsa-4.9-py3-none-any.whl (34 kB) 2025-04-17 12:55:24.821 | Using cached s3transfer-0.6.0-py3-none-any.whl (79 kB) 2025-04-17 12:55:24.824 | Using cached suds_community-1.1.2-py3-none-any.whl (144 kB) 2025-04-17 12:55:24.827 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) 2025-04-17 12:55:24.829 | Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB) 2025-04-17 12:55:24.831 | Using cached warlock-2.0.1-py3-none-any.whl (9.8 kB) 2025-04-17 12:55:24.833 | Using cached googleapis_common_protos-1.59.0-py2.py3-none-any.whl (223 kB) 2025-04-17 12:55:25.378 | 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-17 12:55:28.338 | Running setup.py develop for cinder 2025-04-17 12:55:29.825 | 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-17 12:55:30.167 | + inc/python:pip_install:222 : result=0 2025-04-17 12:55:30.168 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-17 12:55:30.170 | + functions-common:time_stop:2400 : local name 2025-04-17 12:55:30.172 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:55:30.174 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:55:30.176 | + functions-common:time_stop:2403 : local total 2025-04-17 12:55:30.177 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:55:30.179 | + functions-common:time_stop:2406 : name=pip_install 2025-04-17 12:55:30.180 | + functions-common:time_stop:2407 : start_time=1744894517609 2025-04-17 12:55:30.182 | + functions-common:time_stop:2409 : [[ -z 1744894517609 ]] 2025-04-17 12:55:30.184 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:55:30.187 | + functions-common:time_stop:2412 : end_time=1744894530185 2025-04-17 12:55:30.188 | + functions-common:time_stop:2413 : elapsed_time=12576 2025-04-17 12:55:30.190 | + functions-common:time_stop:2414 : total=47044 2025-04-17 12:55:30.192 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:55:30.194 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=59620 2025-04-17 12:55:30.195 | + inc/python:pip_install:225 : return 0 2025-04-17 12:55:30.197 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-17 12:55:30.199 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-17 12:55:30.201 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/cinder 2025-04-17 12:55:30.203 | + inc/python:use_library_from_git:272 : local name=/opt/stack/cinder 2025-04-17 12:55:30.205 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:55:30.207 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:55:30.208 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/cinder, ]] 2025-04-17 12:55:30.211 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:55:30.212 | + lib/cinder:install_cinder:518 : [[ lioadm == \t\g\t\a\d\m ]] 2025-04-17 12:55:30.214 | + lib/cinder:install_cinder:520 : [[ lioadm == \l\i\o\a\d\m ]] 2025-04-17 12:55:30.216 | + lib/cinder:install_cinder:521 : is_ubuntu 2025-04-17 12:55:30.218 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:55:30.220 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:55:30.222 | + lib/cinder:install_cinder:523 : sudo mkdir -p /etc/target 2025-04-17 12:55:30.231 | + lib/cinder:install_cinder:525 : install_package targetcli-fb 2025-04-17 12:55:30.233 | + functions-common:install_package:1421 : update_package_repo 2025-04-17 12:55:30.235 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-17 12:55:30.237 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-17 12:55:30.238 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-17 12:55:30.240 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-17 12:55:30.242 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-17 12:55:30.244 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:55:30.246 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:55:30.247 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-17 12:55:30.249 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-17 12:55:30.251 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-17 12:55:30.252 | + functions-common:apt_get_update:1150 : return 2025-04-17 12:55:30.254 | + functions-common:install_package:1422 : real_install_package targetcli-fb 2025-04-17 12:55:30.256 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-17 12:55:30.258 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:55:30.260 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:55:30.263 | + functions-common:real_install_package:1410 : apt_get install targetcli-fb 2025-04-17 12:55:30.279 | + 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-17 12:55:30.342 | Reading package lists... 2025-04-17 12:55:30.562 | Building dependency tree... 2025-04-17 12:55:30.563 | Reading state information... 2025-04-17 12:55:30.774 | targetcli-fb is already the newest version (1:2.1.53-1ubuntu3). 2025-04-17 12:55:30.774 | 0 upgraded, 0 newly installed, 0 to remove and 119 not upgraded. 2025-04-17 12:55:30.778 | + functions-common:apt_get:1194 : result=0 2025-04-17 12:55:30.780 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-17 12:55:30.783 | + functions-common:time_stop:2400 : local name 2025-04-17 12:55:30.785 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:55:30.787 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:55:30.789 | + functions-common:time_stop:2403 : local total 2025-04-17 12:55:30.791 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:55:30.793 | + functions-common:time_stop:2406 : name=apt-get 2025-04-17 12:55:30.795 | + functions-common:time_stop:2407 : start_time=1744894530277 2025-04-17 12:55:30.797 | + functions-common:time_stop:2409 : [[ -z 1744894530277 ]] 2025-04-17 12:55:30.800 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:55:30.803 | + functions-common:time_stop:2412 : end_time=1744894530801 2025-04-17 12:55:30.805 | + functions-common:time_stop:2413 : elapsed_time=524 2025-04-17 12:55:30.807 | + functions-common:time_stop:2414 : total=39334 2025-04-17 12:55:30.809 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:55:30.811 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=39858 2025-04-17 12:55:30.813 | + functions-common:apt_get:1198 : return 0 2025-04-17 12:55:30.815 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-17 12:55:30.817 | + stack.sh:main:954 : configure_cinder 2025-04-17 12:55:30.819 | + lib/cinder:configure_cinder:283 : sudo install -d -o stack -m 755 /etc/cinder 2025-04-17 12:55:30.829 | + lib/cinder:configure_cinder:285 : rm -f /etc/cinder/cinder.conf 2025-04-17 12:55:30.832 | + lib/cinder:configure_cinder:287 : configure_rootwrap cinder 2025-04-17 12:55:30.833 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2025-04-17 12:55:30.835 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2025-04-17 12:55:30.838 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2025-04-17 12:55:30.838 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2025-04-17 12:55:30.841 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2025-04-17 12:55:30.843 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2025-04-17 12:55:30.845 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/opt/stack/data/venv/bin 2025-04-17 12:55:30.847 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2025-04-17 12:55:30.849 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//cinder 2025-04-17 12:55:30.850 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//cinder/etc/cinder 2025-04-17 12:55:30.852 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/opt/stack/data/venv/bin/cinder-rootwrap 2025-04-17 12:55:30.854 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2025-04-17 12:55:30.862 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2025-04-17 12:55:30.871 | + 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-17 12:55:30.880 | + 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-17 12:55:30.889 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2025-04-17 12:55:30.898 | + inc/rootwrap:configure_rootwrap:66 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/cinder/rootwrap.conf 2025-04-17 12:55:30.908 | + inc/rootwrap:configure_rootwrap:69 : local tempfile 2025-04-17 12:55:30.910 | ++ inc/rootwrap:configure_rootwrap:70 : mktemp 2025-04-17 12:55:30.913 | + inc/rootwrap:configure_rootwrap:70 : tempfile=/tmp/tmp.JZFm2o88PR 2025-04-17 12:55:30.915 | + inc/rootwrap:configure_rootwrap:72 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2025-04-17 12:55:30.917 | + inc/rootwrap:configure_rootwrap:73 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2025-04-17 12:55:30.919 | + inc/rootwrap:configure_rootwrap:74 : '[' -f /opt/stack/data/venv/bin/cinder-rootwrap-daemon ']' 2025-04-17 12:55:30.920 | + inc/rootwrap:configure_rootwrap:79 : chmod 0440 /tmp/tmp.JZFm2o88PR 2025-04-17 12:55:30.923 | + inc/rootwrap:configure_rootwrap:80 : sudo chown root:root /tmp/tmp.JZFm2o88PR 2025-04-17 12:55:30.932 | + inc/rootwrap:configure_rootwrap:81 : sudo mv /tmp/tmp.JZFm2o88PR /etc/sudoers.d/cinder-rootwrap 2025-04-17 12:55:30.941 | ++ inc/rootwrap:configure_rootwrap:85 : dirname /opt/stack/data/venv/bin/cinder-rootwrap 2025-04-17 12:55:30.944 | + inc/rootwrap:configure_rootwrap:85 : add_sudo_secure_path /opt/stack/data/venv/bin 2025-04-17 12:55:30.945 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/opt/stack/data/venv/bin 2025-04-17 12:55:30.947 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2025-04-17 12:55:30.949 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2025-04-17 12:55:30.951 | + 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-17 12:55:30.952 | + 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-17 12:55:30.955 | + 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-17 12:55:30.955 | + inc/rootwrap:add_sudo_secure_path:33 : sudo tee /etc/sudoers.d/zz-secure-path 2025-04-17 12:55:30.961 | Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin 2025-04-17 12:55:30.963 | + inc/rootwrap:add_sudo_secure_path:34 : sudo chmod 400 /etc/sudoers.d/zz-secure-path 2025-04-17 12:55:30.971 | + inc/rootwrap:add_sudo_secure_path:35 : sudo chown root:root /etc/sudoers.d/zz-secure-path 2025-04-17 12:55:30.980 | + lib/cinder:configure_cinder:289 : [[ -f /opt/stack//cinder/etc/cinder/resource_filters.json ]] 2025-04-17 12:55:30.982 | + lib/cinder:configure_cinder:290 : cp -p /opt/stack//cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2025-04-17 12:55:30.985 | + lib/cinder:configure_cinder:293 : cp /opt/stack//cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2025-04-17 12:55:30.988 | + lib/cinder:configure_cinder:295 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2025-04-17 12:55:31.002 | + lib/cinder:configure_cinder:296 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2025-04-17 12:55:31.017 | + lib/cinder:configure_cinder:297 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2025-04-17 12:55:31.031 | + lib/cinder:configure_cinder:298 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2025-04-17 12:55:31.045 | + lib/cinder:configure_cinder:299 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2025-04-17 12:55:31.059 | + lib/cinder:configure_cinder:300 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2025-04-17 12:55:31.073 | + lib/cinder:configure_cinder:301 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2025-04-17 12:55:31.087 | + lib/cinder:configure_cinder:302 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2025-04-17 12:55:31.102 | + lib/cinder:configure_cinder:304 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2025-04-17 12:55:31.103 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2025-04-17 12:55:31.105 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=cinder 2025-04-17 12:55:31.107 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-17 12:55:31.109 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2025-04-17 12:55:31.133 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2025-04-17 12:55:31.156 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-17 12:55:31.178 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2025-04-17 12:55:31.200 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken password nomoresecret 2025-04-17 12:55:31.222 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2025-04-17 12:55:31.244 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2025-04-17 12:55:31.266 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2025-04-17 12:55:31.288 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-17 12:55:31.311 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2025-04-17 12:55:31.333 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2025-04-17 12:55:31.357 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2025-04-17 12:55:31.381 | ++ lib/cinder:configure_cinder:309 : database_connection_url cinder 2025-04-17 12:55:31.383 | ++ lib/database:database_connection_url:134 : local db=cinder 2025-04-17 12:55:31.385 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2025-04-17 12:55:31.387 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=cinder 2025-04-17 12:55:31.388 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-17 12:55:31.390 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-17 12:55:31.392 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-17 12:55:31.405 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:55:31.407 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-17 12:55:31.409 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' 2025-04-17 12:55:31.412 | + 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-17 12:55:31.437 | + lib/cinder:configure_cinder:310 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2025-04-17 12:55:31.460 | + lib/cinder:configure_cinder:311 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2025-04-17 12:55:31.483 | + lib/cinder:configure_cinder:312 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2025-04-17 12:55:31.506 | + lib/cinder:configure_cinder:313 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2025-04-17 12:55:31.528 | + lib/cinder:configure_cinder:314 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2025-04-17 12:55:31.550 | + lib/cinder:configure_cinder:315 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2025-04-17 12:55:31.575 | + lib/cinder:configure_cinder:316 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.180.1.21 2025-04-17 12:55:31.597 | + lib/cinder:configure_cinder:317 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2025-04-17 12:55:31.622 | ++ lib/cinder:configure_cinder:318 : openssl rand -hex 16 2025-04-17 12:55:31.628 | + lib/cinder:configure_cinder:318 : iniset /etc/cinder/cinder.conf key_manager fixed_key 6205d13df87ec6491f3bbe873467d01e 2025-04-17 12:55:31.651 | + lib/cinder:configure_cinder:319 : [[ -n '' ]] 2025-04-17 12:55:31.653 | + lib/cinder:configure_cinder:324 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2025-04-17 12:55:31.675 | + lib/cinder:configure_cinder:325 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2025-04-17 12:55:31.698 | + lib/cinder:configure_cinder:326 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2025-04-17 12:55:31.720 | + lib/cinder:configure_cinder:331 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2025-04-17 12:55:31.742 | + lib/cinder:configure_cinder:333 : iniset /etc/cinder/cinder.conf DEFAULT report_interval 120 2025-04-17 12:55:31.765 | + lib/cinder:configure_cinder:334 : iniset /etc/cinder/cinder.conf DEFAULT service_down_time 720 2025-04-17 12:55:31.788 | + lib/cinder:configure_cinder:336 : is_service_enabled c-vol 2025-04-17 12:55:31.801 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:55:31.802 | + lib/cinder:configure_cinder:336 : [[ -n vmdk:vsphere ]] 2025-04-17 12:55:31.804 | + lib/cinder:configure_cinder:337 : local enabled_backends= 2025-04-17 12:55:31.806 | + lib/cinder:configure_cinder:338 : local default_name= 2025-04-17 12:55:31.808 | + lib/cinder:configure_cinder:339 : local be be_name be_type 2025-04-17 12:55:31.810 | + lib/cinder:configure_cinder:340 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-04-17 12:55:31.812 | + lib/cinder:configure_cinder:341 : be_type=vmdk 2025-04-17 12:55:31.813 | + lib/cinder:configure_cinder:342 : be_name=vsphere 2025-04-17 12:55:31.815 | + lib/cinder:configure_cinder:343 : type configure_cinder_backend_vmdk 2025-04-17 12:55:31.817 | + lib/cinder:configure_cinder:344 : configure_cinder_backend_vmdk vsphere 2025-04-17 12:55:31.819 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:33 : local be_name=vsphere 2025-04-17 12:55:31.821 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:34 : iniset /etc/cinder/cinder.conf vsphere volume_backend_name vsphere 2025-04-17 12:55:31.845 | + 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-17 12:55:31.867 | + 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-17 12:55:31.889 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:37 : iniset /etc/cinder/cinder.conf vsphere vmware_host_username Administrator@vsphere.local 2025-04-17 12:55:31.912 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:38 : iniset /etc/cinder/cinder.conf vsphere vmware_host_password 'VMware1!VMware1!' 2025-04-17 12:55:31.934 | + lib/cinder:configure_cinder:346 : [[ -z '' ]] 2025-04-17 12:55:31.936 | + lib/cinder:configure_cinder:347 : default_name=vsphere 2025-04-17 12:55:31.938 | + lib/cinder:configure_cinder:349 : enabled_backends+=vsphere, 2025-04-17 12:55:31.940 | + lib/cinder:configure_cinder:351 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends vsphere 2025-04-17 12:55:31.962 | + lib/cinder:configure_cinder:352 : [[ -n vsphere ]] 2025-04-17 12:55:31.965 | + lib/cinder:configure_cinder:353 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type vsphere 2025-04-17 12:55:31.988 | + lib/cinder:configure_cinder:355 : configure_cinder_image_volume_cache 2025-04-17 12:55:31.989 | + lib/cinder:configure_cinder_image_volume_cache:717 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2025-04-17 12:55:31.991 | + lib/cinder:configure_cinder_image_volume_cache:718 : local be_name=vsphere 2025-04-17 12:55:31.993 | + lib/cinder:configure_cinder_image_volume_cache:720 : iniset /etc/cinder/cinder.conf vsphere image_volume_cache_enabled True 2025-04-17 12:55:32.016 | + lib/cinder:configure_cinder_image_volume_cache:722 : [[ -n '' ]] 2025-04-17 12:55:32.018 | + lib/cinder:configure_cinder_image_volume_cache:726 : [[ -n '' ]] 2025-04-17 12:55:32.020 | + lib/cinder:configure_cinder:358 : is_service_enabled c-bak 2025-04-17 12:55:32.032 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:55:32.034 | + lib/cinder:configure_cinder:366 : is_service_enabled ceilometer 2025-04-17 12:55:32.047 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:55:32.049 | + lib/cinder:configure_cinder:370 : is_service_enabled tls-proxy 2025-04-17 12:55:32.062 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:55:32.063 | + lib/cinder:configure_cinder:384 : '[' False '!=' False ']' 2025-04-17 12:55:32.065 | + lib/cinder:configure_cinder:388 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2025-04-17 12:55:32.068 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=cinder 2025-04-17 12:55:32.069 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/cinder/cinder.conf 2025-04-17 12:55:32.071 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-17 12:55:32.073 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-17 12:55:32.075 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-17 12:55:32.087 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:55:32.090 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-17 12:55:32.091 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-17 12:55:32.093 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-17 12:55:32.105 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:55:32.107 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-17 12:55:32.109 | + 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-17 12:55:32.132 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-17 12:55:32.134 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-17 12:55:32.136 | + lib/cinder:configure_cinder:391 : setup_logging /etc/cinder/cinder.conf True 2025-04-17 12:55:32.137 | + functions:setup_logging:685 : setup_systemd_logging /etc/cinder/cinder.conf 2025-04-17 12:55:32.139 | + functions:setup_systemd_logging:700 : local conf_file=/etc/cinder/cinder.conf 2025-04-17 12:55:32.142 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-17 12:55:32.155 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-17 12:55:32.157 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-17 12:55:32.158 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-17 12:55:32.160 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-17 12:55:32.162 | + 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-17 12:55:32.185 | + 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-17 12:55:32.208 | + 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-17 12:55:32.230 | + functions:setup_systemd_logging:717 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-17 12:55:32.253 | + lib/cinder:configure_cinder:393 : is_service_enabled c-api 2025-04-17 12:55:32.266 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:55:32.268 | + lib/cinder:configure_cinder:394 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /opt/stack/data/venv/bin/cinder-wsgi /volume 2025-04-17 12:55:32.269 | + lib/apache:write_uwsgi_config:241 : local file=/etc/cinder/cinder-api-uwsgi.ini 2025-04-17 12:55:32.271 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/cinder-wsgi 2025-04-17 12:55:32.273 | + lib/apache:write_uwsgi_config:243 : local url=/volume 2025-04-17 12:55:32.275 | + lib/apache:write_uwsgi_config:244 : local http= 2025-04-17 12:55:32.277 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-17 12:55:32.279 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/cinder-wsgi 2025-04-17 12:55:32.283 | + lib/apache:write_uwsgi_config:246 : name=cinder-wsgi 2025-04-17 12:55:32.284 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-17 12:55:32.287 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-17 12:55:32.297 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-17 12:55:32.297 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-17 12:55:32.303 | d /var/run/uwsgi 0755 stack root 2025-04-17 12:55:32.306 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-17 12:55:32.314 | /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-17 12:55:32.317 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2025-04-17 12:55:32.319 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2025-04-17 12:55:32.322 | + 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-17 12:55:32.345 | + lib/apache:write_uwsgi_config:263 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2025-04-17 12:55:32.366 | + lib/apache:write_uwsgi_config:265 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2025-04-17 12:55:32.390 | + lib/apache:write_uwsgi_config:267 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2025-04-17 12:55:32.412 | + lib/apache:write_uwsgi_config:268 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2025-04-17 12:55:32.434 | + lib/apache:write_uwsgi_config:271 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-17 12:55:32.458 | + lib/apache:write_uwsgi_config:272 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2025-04-17 12:55:32.482 | + lib/apache:write_uwsgi_config:273 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2025-04-17 12:55:32.505 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2025-04-17 12:55:32.528 | + 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-17 12:55:32.551 | + lib/apache:write_uwsgi_config:279 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2025-04-17 12:55:32.574 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-17 12:55:32.597 | + lib/apache:write_uwsgi_config:283 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2025-04-17 12:55:32.621 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-04-17 12:55:32.623 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-04-17 12:55:32.625 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for cinder-wsgi 2025-04-17 12:55:32.627 | ++ lib/apache:apache_site_config_for:173 : local site=cinder-wsgi 2025-04-17 12:55:32.629 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-17 12:55:32.631 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:55:32.633 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:55:32.634 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2025-04-17 12:55:32.637 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2025-04-17 12:55:32.638 | + lib/apache:write_uwsgi_config:291 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2025-04-17 12:55:32.661 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2025-04-17 12:55:32.685 | + 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-17 12:55:32.685 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2025-04-17 12:55:32.692 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 acquire=1 2025-04-17 12:55:32.694 | + lib/apache:write_uwsgi_config:294 : enable_apache_site cinder-wsgi 2025-04-17 12:55:32.697 | + lib/apache:enable_apache_site:190 : local site=cinder-wsgi 2025-04-17 12:55:32.699 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-17 12:55:32.700 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-17 12:55:32.702 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-17 12:55:32.704 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:55:32.706 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:55:32.708 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-17 12:55:32.710 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-17 12:55:32.711 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:55:32.713 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:55:32.716 | + lib/apache:enable_apache_site:194 : sudo a2ensite cinder-wsgi 2025-04-17 12:55:32.747 | Enabling site cinder-wsgi. 2025-04-17 12:55:32.751 | To activate the new configuration, you need to run: 2025-04-17 12:55:32.751 | systemctl reload apache2 2025-04-17 12:55:32.754 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-04-17 12:55:32.756 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-17 12:55:32.758 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-17 12:55:32.760 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-17 12:55:32.856 | + lib/cinder:configure_cinder:397 : [[ -r /opt/stack/devstack/lib/cinder_plugins/vsphere ]] 2025-04-17 12:55:32.858 | + lib/cinder:configure_cinder:398 : configure_cinder_driver 2025-04-17 12:55:32.860 | + 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-17 12:55:32.883 | + lib/cinder_plugins/vsphere:configure_cinder_driver:34 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_username Administrator@vsphere.local 2025-04-17 12:55:32.905 | + lib/cinder_plugins/vsphere:configure_cinder_driver:35 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_password 'VMware1!VMware1!' 2025-04-17 12:55:32.934 | + lib/cinder_plugins/vsphere:configure_cinder_driver:36 : iniset /etc/cinder/cinder.conf DEFAULT volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2025-04-17 12:55:32.961 | + lib/cinder:configure_cinder:401 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2025-04-17 12:55:32.991 | + lib/cinder:configure_cinder:403 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.180.1.21/image 2025-04-17 12:55:33.016 | + lib/cinder:configure_cinder:404 : is_service_enabled tls-proxy 2025-04-17 12:55:33.029 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:55:33.031 | + lib/cinder:configure_cinder:410 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2025-04-17 12:55:33.033 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2025-04-17 12:55:33.034 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-04-17 12:55:33.036 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2025-04-17 12:55:33.038 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova auth_type password 2025-04-17 12:55:33.062 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova interface public 2025-04-17 12:55:33.085 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova auth_url http://10.180.1.21/identity 2025-04-17 12:55:33.107 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf nova username nova 2025-04-17 12:55:33.130 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova password nomoresecret 2025-04-17 12:55:33.153 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2025-04-17 12:55:33.177 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf nova project_name service 2025-04-17 12:55:33.200 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2025-04-17 12:55:33.223 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2025-04-17 12:55:33.246 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2025-04-17 12:55:33.269 | + lib/cinder:configure_cinder:411 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2025-04-17 12:55:33.291 | + lib/cinder:configure_cinder:412 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2025-04-17 12:55:33.314 | + lib/cinder:configure_cinder:414 : [[ ! -z '' ]] 2025-04-17 12:55:33.316 | + lib/cinder:configure_cinder:416 : is_service_enabled etcd3 2025-04-17 12:55:33.329 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:55:33.331 | + 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-17 12:55:33.357 | + lib/cinder:configure_cinder:422 : [[ False == True ]] 2025-04-17 12:55:33.359 | + lib/cinder:configure_cinder:422 : [[ False == True ]] 2025-04-17 12:55:33.361 | + lib/cinder:configure_cinder:426 : iniset /etc/cinder/cinder.conf oslo_policy enforce_scope false 2025-04-17 12:55:33.385 | + lib/cinder:configure_cinder:427 : iniset /etc/cinder/cinder.conf oslo_policy enforce_new_defaults false 2025-04-17 12:55:33.408 | + stack.sh:main:957 : is_service_enabled neutron 2025-04-17 12:55:33.421 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:55:33.423 | + stack.sh:main:959 : stack_install_service neutron 2025-04-17 12:55:33.425 | + lib/stack:stack_install_service:20 : local service=neutron 2025-04-17 12:55:33.427 | + lib/stack:stack_install_service:21 : type install_neutron 2025-04-17 12:55:33.429 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-17 12:55:33.431 | + lib/stack:stack_install_service:32 : install_neutron 2025-04-17 12:55:33.433 | + lib/neutron:install_neutron:522 : use_library_from_git neutron-lib 2025-04-17 12:55:33.435 | + inc/python:use_library_from_git:272 : local name=neutron-lib 2025-04-17 12:55:33.437 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:55:33.439 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:55:33.441 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,neutron-lib, ]] 2025-04-17 12:55:33.443 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:55:33.445 | + lib/neutron:install_neutron:527 : git_clone https://opendev.org/openstack/neutron.git /opt/stack//neutron stable/2023.2 2025-04-17 12:55:33.447 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/neutron.git 2025-04-17 12:55:33.449 | + functions-common:git_clone:573 : local git_dest=/opt/stack//neutron 2025-04-17 12:55:33.451 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-17 12:55:33.452 | + functions-common:git_clone:575 : local orig_dir 2025-04-17 12:55:33.455 | ++ functions-common:git_clone:576 : pwd 2025-04-17 12:55:33.457 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-17 12:55:33.459 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-17 12:55:33.461 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-17 12:55:33.474 | + functions-common:git_clone:579 : RECLONE=False 2025-04-17 12:55:33.476 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-17 12:55:33.478 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-17 12:55:33.480 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-17 12:55:33.482 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-17 12:55:33.482 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-17 12:55:33.486 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//neutron ]] 2025-04-17 12:55:33.488 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-17 12:55:33.490 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2025-04-17 12:55:33.492 | + functions-common:git_timed:680 : local count=0 2025-04-17 12:55:33.493 | + functions-common:git_timed:681 : local timeout=0 2025-04-17 12:55:33.495 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-17 12:55:33.497 | + functions-common:git_timed:684 : timeout=0 2025-04-17 12:55:33.499 | + functions-common:git_timed:687 : time_start git_timed 2025-04-17 12:55:33.500 | + functions-common:time_start:2386 : local name=git_timed 2025-04-17 12:55:33.502 | + functions-common:time_start:2387 : local start_time= 2025-04-17 12:55:33.504 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 12:55:33.507 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 12:55:33.509 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894533507 2025-04-17 12:55:33.511 | + 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-17 12:55:33.513 | Cloning into '/opt/stack//neutron'... 2025-04-17 12:55:37.093 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-17 12:55:37.095 | + functions-common:time_stop:2400 : local name 2025-04-17 12:55:37.097 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:55:37.099 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:55:37.101 | + functions-common:time_stop:2403 : local total 2025-04-17 12:55:37.102 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:55:37.104 | + functions-common:time_stop:2406 : name=git_timed 2025-04-17 12:55:37.106 | + functions-common:time_stop:2407 : start_time=1744894533507 2025-04-17 12:55:37.108 | + functions-common:time_stop:2409 : [[ -z 1744894533507 ]] 2025-04-17 12:55:37.110 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:55:37.113 | + functions-common:time_stop:2412 : end_time=1744894537111 2025-04-17 12:55:37.115 | + functions-common:time_stop:2413 : elapsed_time=3604 2025-04-17 12:55:37.117 | + functions-common:time_stop:2414 : total=30942 2025-04-17 12:55:37.119 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:55:37.121 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=34546 2025-04-17 12:55:37.123 | + functions-common:git_clone:614 : cd /opt/stack//neutron 2025-04-17 12:55:37.125 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-17 12:55:37.127 | + functions-common:git_timed:680 : local count=0 2025-04-17 12:55:37.128 | + functions-common:git_timed:681 : local timeout=0 2025-04-17 12:55:37.130 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-17 12:55:37.132 | + functions-common:git_timed:684 : timeout=0 2025-04-17 12:55:37.134 | + functions-common:git_timed:687 : time_start git_timed 2025-04-17 12:55:37.136 | + functions-common:time_start:2386 : local name=git_timed 2025-04-17 12:55:37.138 | + functions-common:time_start:2387 : local start_time= 2025-04-17 12:55:37.140 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 12:55:37.142 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 12:55:37.146 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894537144 2025-04-17 12:55:37.147 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-17 12:55:40.596 | From https://opendev.org/openstack/neutron 2025-04-17 12:55:40.596 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-17 12:55:40.601 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-17 12:55:40.603 | + functions-common:time_stop:2400 : local name 2025-04-17 12:55:40.605 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:55:40.607 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:55:40.608 | + functions-common:time_stop:2403 : local total 2025-04-17 12:55:40.610 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:55:40.612 | + functions-common:time_stop:2406 : name=git_timed 2025-04-17 12:55:40.614 | + functions-common:time_stop:2407 : start_time=1744894537144 2025-04-17 12:55:40.616 | + functions-common:time_stop:2409 : [[ -z 1744894537144 ]] 2025-04-17 12:55:40.618 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:55:40.621 | + functions-common:time_stop:2412 : end_time=1744894540619 2025-04-17 12:55:40.623 | + functions-common:time_stop:2413 : elapsed_time=3475 2025-04-17 12:55:40.625 | + functions-common:time_stop:2414 : total=34546 2025-04-17 12:55:40.627 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:55:40.628 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=38021 2025-04-17 12:55:40.630 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-17 12:55:40.633 | + functions-common:git_timed:680 : local count=0 2025-04-17 12:55:40.634 | + functions-common:git_timed:681 : local timeout=0 2025-04-17 12:55:40.636 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-17 12:55:40.638 | + functions-common:git_timed:684 : timeout=0 2025-04-17 12:55:40.640 | + functions-common:git_timed:687 : time_start git_timed 2025-04-17 12:55:40.642 | + functions-common:time_start:2386 : local name=git_timed 2025-04-17 12:55:40.644 | + functions-common:time_start:2387 : local start_time= 2025-04-17 12:55:40.645 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 12:55:40.648 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 12:55:40.651 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894540649 2025-04-17 12:55:40.653 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-17 12:55:40.921 | Note: switching to 'FETCH_HEAD'. 2025-04-17 12:55:40.921 | 2025-04-17 12:55:40.921 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-17 12:55:40.921 | changes and commit them, and you can discard any commits you make in this 2025-04-17 12:55:40.921 | state without impacting any branches by switching back to a branch. 2025-04-17 12:55:40.921 | 2025-04-17 12:55:40.921 | If you want to create a new branch to retain commits you create, you may 2025-04-17 12:55:40.921 | do so (now or later) by using -c with the switch command. Example: 2025-04-17 12:55:40.921 | 2025-04-17 12:55:40.921 | git switch -c 2025-04-17 12:55:40.921 | 2025-04-17 12:55:40.921 | Or undo this operation with: 2025-04-17 12:55:40.921 | 2025-04-17 12:55:40.921 | git switch - 2025-04-17 12:55:40.921 | 2025-04-17 12:55:40.921 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-17 12:55:40.921 | 2025-04-17 12:55:40.921 | HEAD is now at feacf1d Merge "Create random named resources in ``TestOvnSbSync``" into stable/2023.2 2025-04-17 12:55:40.925 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-17 12:55:40.927 | + functions-common:time_stop:2400 : local name 2025-04-17 12:55:40.929 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:55:40.931 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:55:40.933 | + functions-common:time_stop:2403 : local total 2025-04-17 12:55:40.935 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:55:40.936 | + functions-common:time_stop:2406 : name=git_timed 2025-04-17 12:55:40.938 | + functions-common:time_stop:2407 : start_time=1744894540649 2025-04-17 12:55:40.940 | + functions-common:time_stop:2409 : [[ -z 1744894540649 ]] 2025-04-17 12:55:40.942 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:55:40.946 | + functions-common:time_stop:2412 : end_time=1744894540944 2025-04-17 12:55:40.948 | + functions-common:time_stop:2413 : elapsed_time=295 2025-04-17 12:55:40.949 | + functions-common:time_stop:2414 : total=38021 2025-04-17 12:55:40.952 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:55:40.953 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=38316 2025-04-17 12:55:40.955 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//neutron 2025-04-17 12:55:40.966 | + functions-common:git_clone:655 : cd /opt/stack//neutron 2025-04-17 12:55:40.968 | + functions-common:git_clone:656 : git show --oneline 2025-04-17 12:55:40.968 | + functions-common:git_clone:656 : head -1 2025-04-17 12:55:40.970 | feacf1d Merge "Create random named resources in ``TestOvnSbSync``" into stable/2023.2 2025-04-17 12:55:40.972 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-17 12:55:40.974 | + lib/neutron:install_neutron:528 : setup_develop /opt/stack//neutron 2025-04-17 12:55:40.976 | + inc/python:setup_develop:360 : local bindep 2025-04-17 12:55:40.978 | + inc/python:setup_develop:361 : [[ /opt/stack//neutron == -bindep* ]] 2025-04-17 12:55:40.980 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//neutron 2025-04-17 12:55:40.982 | + inc/python:setup_develop:366 : local extras= 2025-04-17 12:55:40.984 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//neutron -e 2025-04-17 12:55:40.986 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-17 12:55:40.988 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//neutron == -bindep* ]] 2025-04-17 12:55:40.990 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//neutron 2025-04-17 12:55:40.992 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-17 12:55:40.994 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-17 12:55:40.997 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//neutron 2025-04-17 12:55:40.999 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-17 12:55:41.001 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/neutron 2025-04-17 12:55:41.003 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-17 12:55:41.005 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-17 12:55:41.007 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2025-04-17 12:55:41.012 | + inc/python:_setup_package_with_constraints_edit:407 : name=neutron 2025-04-17 12:55:41.014 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- neutron 2025-04-17 12:55:41.334 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/neutron -e 2025-04-17 12:55:41.336 | + inc/python:setup_package:440 : local bindep=0 2025-04-17 12:55:41.338 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-17 12:55:41.340 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-17 12:55:41.342 | + inc/python:setup_package:443 : [[ /opt/stack/neutron == -bindep* ]] 2025-04-17 12:55:41.344 | + inc/python:setup_package:448 : local project_dir=/opt/stack/neutron 2025-04-17 12:55:41.345 | + inc/python:setup_package:449 : local flags=-e 2025-04-17 12:55:41.347 | + inc/python:setup_package:450 : local extras= 2025-04-17 12:55:41.349 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-17 12:55:41.352 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-17 12:55:41.354 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-17 12:55:41.355 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-17 12:55:41.357 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-17 12:55:41.359 | + inc/python:setup_package:468 : pip_install -e /opt/stack/neutron 2025-04-17 12:55:41.375 | Using python 3.10 to install /opt/stack/neutron 2025-04-17 12:55:41.377 | + 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-17 12:55:42.205 | Obtaining file:///opt/stack/neutron 2025-04-17 12:55:42.206 | Preparing metadata (setup.py): started 2025-04-17 12:55:42.804 | Preparing metadata (setup.py): finished with status 'done' 2025-04-17 12:55:42.877 | Requirement already satisfied: pbr>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.11.1) 2025-04-17 12:55:42.878 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.5.2) 2025-04-17 12:55:42.880 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.0.1) 2025-04-17 12:55:42.880 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (2.5.1) 2025-04-17 12:55:42.880 | Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (2.5.0) 2025-04-17 12:55:42.883 | Requirement already satisfied: decorator>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.1.1) 2025-04-17 12:55:42.883 | Requirement already satisfied: eventlet>=0.26.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (0.33.3) 2025-04-17 12:55:42.977 | Collecting pecan>=1.4.0 (from neutron==0.0.1.dev13) 2025-04-17 12:55:42.977 | Using cached pecan-1.4.2-py3-none-any.whl 2025-04-17 12:55:42.986 | Requirement already satisfied: httplib2>=0.9.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (0.22.0) 2025-04-17 12:55:42.987 | Requirement already satisfied: requests>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (2.28.2) 2025-04-17 12:55:42.988 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.1.2) 2025-04-17 12:55:42.988 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (10.4.1) 2025-04-17 12:55:42.988 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (0.8.0) 2025-04-17 12:55:42.989 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (0.11.0) 2025-04-17 12:55:43.036 | Collecting neutron-lib>=3.8.1 (from neutron==0.0.1.dev13) 2025-04-17 12:55:43.039 | Using cached neutron_lib-3.8.2-py3-none-any.whl.metadata (2.3 kB) 2025-04-17 12:55:43.075 | Collecting python-neutronclient>=7.8.0 (from neutron==0.0.1.dev13) 2025-04-17 12:55:43.077 | Using cached python_neutronclient-11.0.0-py3-none-any.whl.metadata (3.0 kB) 2025-04-17 12:55:43.078 | Requirement already satisfied: tenacity>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (6.3.1) 2025-04-17 12:55:43.079 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (1.4.41) 2025-04-17 12:55:43.080 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (1.8.7) 2025-04-17 12:55:43.081 | Requirement already satisfied: keystoneauth1>=3.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.3.0) 2025-04-17 12:55:43.081 | Requirement already satisfied: alembic>=1.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (1.9.4) 2025-04-17 12:55:43.082 | Requirement already satisfied: stevedore>=2.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.1.0) 2025-04-17 12:55:43.083 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.5.0) 2025-04-17 12:55:43.083 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.2.0) 2025-04-17 12:55:43.084 | Requirement already satisfied: oslo.config>=9.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (9.2.0) 2025-04-17 12:55:43.085 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.2.0) 2025-04-17 12:55:43.086 | Requirement already satisfied: oslo.db>=4.44.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (14.1.1) 2025-04-17 12:55:43.087 | Requirement already satisfied: oslo.i18n>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (6.1.1) 2025-04-17 12:55:43.088 | Requirement already satisfied: oslo.log>=5.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.3.2) 2025-04-17 12:55:43.088 | Requirement already satisfied: oslo.messaging>=7.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (14.4.2) 2025-04-17 12:55:43.089 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.2.0) 2025-04-17 12:55:43.090 | Requirement already satisfied: oslo.policy>=3.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (4.2.1) 2025-04-17 12:55:43.091 | Requirement already satisfied: oslo.privsep>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.2.0) 2025-04-17 12:55:43.091 | Requirement already satisfied: oslo.reports>=1.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.1.0) 2025-04-17 12:55:43.092 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (7.1.0) 2025-04-17 12:55:43.093 | Requirement already satisfied: oslo.serialization>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.2.1) 2025-04-17 12:55:43.095 | Requirement already satisfied: oslo.service>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.2.1) 2025-04-17 12:55:43.096 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (2.2.0) 2025-04-17 12:55:43.096 | Requirement already satisfied: oslo.utils>=6.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (6.2.1) 2025-04-17 12:55:43.096 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.2.0) 2025-04-17 12:55:43.097 | Requirement already satisfied: osprofiler>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (4.1.0) 2025-04-17 12:55:43.126 | Collecting os-ken>=2.2.0 (from neutron==0.0.1.dev13) 2025-04-17 12:55:43.128 | Using cached os_ken-2.7.1-py3-none-any.whl.metadata (1.6 kB) 2025-04-17 12:55:43.150 | Collecting os-resource-classes>=1.1.0 (from neutron==0.0.1.dev13) 2025-04-17 12:55:43.152 | Using cached os_resource_classes-1.1.0-py3-none-any.whl.metadata (1.9 kB) 2025-04-17 12:55:43.177 | Collecting ovs>=2.10.0 (from neutron==0.0.1.dev13) 2025-04-17 12:55:43.177 | Using cached ovs-2.17.7-py3-none-any.whl 2025-04-17 12:55:43.221 | Collecting ovsdbapp>=2.2.1 (from neutron==0.0.1.dev13) 2025-04-17 12:55:43.223 | Using cached ovsdbapp-2.4.2-py3-none-any.whl.metadata (1.4 kB) 2025-04-17 12:55:43.225 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (23.1) 2025-04-17 12:55:43.226 | Requirement already satisfied: psutil>=5.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.9.5) 2025-04-17 12:55:43.254 | Collecting pyroute2>=0.7.3 (from neutron==0.0.1.dev13) 2025-04-17 12:55:43.255 | Using cached pyroute2-0.7.7-py3-none-any.whl.metadata (8.3 kB) 2025-04-17 12:55:43.257 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (23.1.1) 2025-04-17 12:55:43.258 | Requirement already satisfied: python-novaclient>=9.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (18.4.0) 2025-04-17 12:55:43.259 | Requirement already satisfied: openstacksdk>=0.31.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (1.5.1) 2025-04-17 12:55:43.286 | Collecting python-designateclient>=2.7.0 (from neutron==0.0.1.dev13) 2025-04-17 12:55:43.288 | Using cached python_designateclient-5.3.0-py3-none-any.whl.metadata (1.4 kB) 2025-04-17 12:55:43.319 | Collecting os-vif>=3.1.0 (from neutron==0.0.1.dev13) 2025-04-17 12:55:43.322 | Using cached os_vif-3.2.0-py3-none-any.whl.metadata (2.3 kB) 2025-04-17 12:55:43.323 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (2.4.1) 2025-04-17 12:55:43.325 | Requirement already satisfied: tooz>=1.58.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (4.2.0) 2025-04-17 12:55:43.330 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=1.6.5->neutron==0.0.1.dev13) (1.2.4) 2025-04-17 12:55:43.334 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.19.0->neutron==0.0.1.dev13) (1.15.0) 2025-04-17 12:55:43.339 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.26.1->neutron==0.0.1.dev13) (2.3.0) 2025-04-17 12:55:43.340 | Requirement already satisfied: greenlet>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.26.1->neutron==0.0.1.dev13) (2.0.2) 2025-04-17 12:55:43.341 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.26.1->neutron==0.0.1.dev13) (1.16.0) 2025-04-17 12:55:43.348 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from httplib2>=0.9.1->neutron==0.0.1.dev13) (3.0.9) 2025-04-17 12:55:43.352 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->neutron==0.0.1.dev13) (2.1.2) 2025-04-17 12:55:43.378 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev13) (1.1.0) 2025-04-17 12:55:43.379 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev13) (1.7.0) 2025-04-17 12:55:43.403 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->neutron==0.0.1.dev13) (3.1.1) 2025-04-17 12:55:43.404 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->neutron==0.0.1.dev13) (5.2.0) 2025-04-17 12:55:43.454 | Collecting os-traits>=0.9.0 (from neutron-lib>=3.8.1->neutron==0.0.1.dev13) 2025-04-17 12:55:43.456 | Using cached os_traits-3.0.0-py3-none-any.whl.metadata (1.7 kB) 2025-04-17 12:55:43.523 | Collecting setproctitle>=1.1.10 (from neutron-lib>=3.8.1->neutron==0.0.1.dev13) 2025-04-17 12:55:43.525 | 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-17 12:55:43.539 | Requirement already satisfied: PyYAML>=3.13 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (6.0) 2025-04-17 12:55:43.540 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (1.4.4) 2025-04-17 12:55:43.541 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (1.4.0) 2025-04-17 12:55:43.541 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (1.32) 2025-04-17 12:55:43.543 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (1.0.1) 2025-04-17 12:55:43.544 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (1.1.8) 2025-04-17 12:55:43.544 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (40.0.2) 2025-04-17 12:55:43.553 | Requirement already satisfied: msgpack>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-ken>=2.2.0->neutron==0.0.1.dev13) (1.0.5) 2025-04-17 12:55:43.578 | Collecting ncclient>=0.6.13 (from os-ken>=2.2.0->neutron==0.0.1.dev13) 2025-04-17 12:55:43.578 | Using cached ncclient-0.6.13-py2.py3-none-any.whl 2025-04-17 12:55:43.660 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->neutron==0.0.1.dev13) (0.18) 2025-04-17 12:55:43.680 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=9.0.0->neutron==0.0.1.dev13) (2.0.0) 2025-04-17 12:55:43.707 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev13) (2.0.1) 2025-04-17 12:55:43.708 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev13) (0.5.0) 2025-04-17 12:55:43.733 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=5.3.0->neutron==0.0.1.dev13) (2.8.2) 2025-04-17 12:55:43.735 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=5.3.0->neutron==0.0.1.dev13) (0.9.6) 2025-04-17 12:55:43.760 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (5.1.1) 2025-04-17 12:55:43.761 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (5.3.0) 2025-04-17 12:55:43.762 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (5.2.4) 2025-04-17 12:55:43.764 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (0.7.0) 2025-04-17 12:55:43.775 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->neutron==0.0.1.dev13) (4.0.1) 2025-04-17 12:55:43.777 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->neutron==0.0.1.dev13) (4.0.1) 2025-04-17 12:55:43.797 | Requirement already satisfied: cffi>=1.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=2.3.0->neutron==0.0.1.dev13) (1.15.1) 2025-04-17 12:55:43.823 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->neutron==0.0.1.dev13) (2023.3) 2025-04-17 12:55:43.823 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->neutron==0.0.1.dev13) (2023.3) 2025-04-17 12:55:43.840 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=3.2.1->neutron==0.0.1.dev13) (1.4.0) 2025-04-17 12:55:43.840 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=3.2.1->neutron==0.0.1.dev13) (4.0.1) 2025-04-17 12:55:43.850 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev13) (3.7.0) 2025-04-17 12:55:43.934 | Collecting sortedcontainers (from ovs>=2.10.0->neutron==0.0.1.dev13) 2025-04-17 12:55:43.936 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 2025-04-17 12:55:43.969 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->neutron==0.0.1.dev13) (69.1.1) 2025-04-17 12:55:44.027 | Collecting logutils>=0.3 (from pecan>=1.4.0->neutron==0.0.1.dev13) 2025-04-17 12:55:44.027 | Using cached logutils-0.3.5-py3-none-any.whl 2025-04-17 12:55:44.091 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-designateclient>=2.7.0->neutron==0.0.1.dev13) (4.3.0) 2025-04-17 12:55:44.092 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-designateclient>=2.7.0->neutron==0.0.1.dev13) (4.17.3) 2025-04-17 12:55:44.121 | Collecting osc-lib>=1.8.0 (from python-designateclient>=2.7.0->neutron==0.0.1.dev13) 2025-04-17 12:55:44.123 | Using cached osc_lib-2.8.1-py3-none-any.whl.metadata (3.9 kB) 2025-04-17 12:55:44.174 | Collecting os-client-config>=1.28.0 (from python-neutronclient>=7.8.0->neutron==0.0.1.dev13) 2025-04-17 12:55:44.175 | Using cached os_client_config-2.1.0-py3-none-any.whl.metadata (2.2 kB) 2025-04-17 12:55:44.290 | Collecting simplejson>=3.5.1 (from python-neutronclient>=7.8.0->neutron==0.0.1.dev13) 2025-04-17 12:55:44.292 | 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-17 12:55:44.328 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->neutron==0.0.1.dev13) (3.1.0) 2025-04-17 12:55:44.360 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->neutron==0.0.1.dev13) (3.4) 2025-04-17 12:55:44.361 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->neutron==0.0.1.dev13) (1.26.15) 2025-04-17 12:55:44.363 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->neutron==0.0.1.dev13) (2025.1.31) 2025-04-17 12:55:44.378 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->neutron==0.0.1.dev13) (0.7) 2025-04-17 12:55:44.523 | Requirement already satisfied: voluptuous>=0.8.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz>=1.58.0->neutron==0.0.1.dev13) (0.13.1) 2025-04-17 12:55:44.557 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (5.0.0) 2025-04-17 12:55:44.629 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.14.0->oslo.privsep>=2.3.0->neutron==0.0.1.dev13) (2.21) 2025-04-17 12:55:44.662 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (0.5.1) 2025-04-17 12:55:44.665 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (2.4.3) 2025-04-17 12:55:44.666 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (6.0.1) 2025-04-17 12:55:44.852 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.2->neutron==0.0.1.dev13) (2.3) 2025-04-17 12:55:44.885 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (23.1.0) 2025-04-17 12:55:44.886 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (0.19.3) 2025-04-17 12:55:45.007 | Requirement already satisfied: paramiko>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev13) (3.1.0) 2025-04-17 12:55:45.007 | Requirement already satisfied: lxml>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev13) (4.9.2) 2025-04-17 12:55:45.105 | Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (0.16.0) 2025-04-17 12:55:45.127 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev13) (0.2.6) 2025-04-17 12:55:45.513 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=4.44.0->neutron==0.0.1.dev13) (2.6.0) 2025-04-17 12:55:45.747 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (1.8.2) 2025-04-17 12:55:45.788 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (3.15.0) 2025-04-17 12:55:45.865 | Requirement already satisfied: pynacl>=1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from paramiko>=1.15.0->ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev13) (1.5.0) 2025-04-17 12:55:46.105 | Using cached neutron_lib-3.8.2-py3-none-any.whl (601 kB) 2025-04-17 12:55:46.113 | Using cached os_ken-2.7.1-py3-none-any.whl (2.0 MB) 2025-04-17 12:55:46.126 | Using cached os_resource_classes-1.1.0-py3-none-any.whl (11 kB) 2025-04-17 12:55:46.129 | Using cached os_vif-3.2.0-py3-none-any.whl (112 kB) 2025-04-17 12:55:46.132 | Using cached ovsdbapp-2.4.2-py3-none-any.whl (139 kB) 2025-04-17 12:55:46.135 | Using cached pyroute2-0.7.7-py3-none-any.whl (456 kB) 2025-04-17 12:55:46.140 | Using cached python_designateclient-5.3.0-py3-none-any.whl (95 kB) 2025-04-17 12:55:46.142 | Using cached python_neutronclient-11.0.0-py3-none-any.whl (293 kB) 2025-04-17 12:55:46.146 | Using cached os_client_config-2.1.0-py3-none-any.whl (31 kB) 2025-04-17 12:55:46.149 | Using cached os_traits-3.0.0-py3-none-any.whl (41 kB) 2025-04-17 12:55:46.152 | Using cached osc_lib-2.8.1-py3-none-any.whl (89 kB) 2025-04-17 12:55:46.154 | Using cached setproctitle-1.3.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (30 kB) 2025-04-17 12:55:46.157 | Using cached simplejson-3.19.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (137 kB) 2025-04-17 12:55:46.160 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2025-04-17 12:55:46.583 | 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-17 12:55:49.318 | Running setup.py develop for neutron 2025-04-17 12:55:50.812 | Successfully installed logutils-0.3.5 ncclient-0.6.13 neutron-0.0.1.dev13 neutron-lib-3.8.2 os-client-config-2.1.0 os-ken-2.7.1 os-resource-classes-1.1.0 os-traits-3.0.0 os-vif-3.2.0 osc-lib-2.8.1 ovs-2.17.7 ovsdbapp-2.4.2 pecan-1.4.2 pyroute2-0.7.7 python-designateclient-5.3.0 python-neutronclient-11.0.0 setproctitle-1.3.2 simplejson-3.19.1 sortedcontainers-2.4.0 2025-04-17 12:55:51.049 | + inc/python:pip_install:222 : result=0 2025-04-17 12:55:51.051 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-17 12:55:51.053 | + functions-common:time_stop:2400 : local name 2025-04-17 12:55:51.055 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:55:51.057 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:55:51.060 | + functions-common:time_stop:2403 : local total 2025-04-17 12:55:51.062 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:55:51.064 | + functions-common:time_stop:2406 : name=pip_install 2025-04-17 12:55:51.066 | + functions-common:time_stop:2407 : start_time=1744894541371 2025-04-17 12:55:51.068 | + functions-common:time_stop:2409 : [[ -z 1744894541371 ]] 2025-04-17 12:55:51.070 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:55:51.074 | + functions-common:time_stop:2412 : end_time=1744894551072 2025-04-17 12:55:51.076 | + functions-common:time_stop:2413 : elapsed_time=9701 2025-04-17 12:55:51.078 | + functions-common:time_stop:2414 : total=59620 2025-04-17 12:55:51.080 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:55:51.082 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=69321 2025-04-17 12:55:51.084 | + inc/python:pip_install:225 : return 0 2025-04-17 12:55:51.086 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-17 12:55:51.088 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-17 12:55:51.090 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/neutron 2025-04-17 12:55:51.092 | + inc/python:use_library_from_git:272 : local name=/opt/stack/neutron 2025-04-17 12:55:51.094 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:55:51.096 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:55:51.098 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/neutron, ]] 2025-04-17 12:55:51.101 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:55:51.103 | + lib/neutron:install_neutron:530 : [[ openvswitch == \o\v\n ]] 2025-04-17 12:55:51.105 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-17 12:55:51.107 | + stack.sh:main:962 : is_service_enabled nova 2025-04-17 12:55:51.122 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:55:51.123 | + stack.sh:main:964 : stack_install_service nova 2025-04-17 12:55:51.126 | + lib/stack:stack_install_service:20 : local service=nova 2025-04-17 12:55:51.128 | + lib/stack:stack_install_service:21 : type install_nova 2025-04-17 12:55:51.130 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-17 12:55:51.132 | + lib/stack:stack_install_service:32 : install_nova 2025-04-17 12:55:51.134 | + lib/nova:install_nova:922 : use_library_from_git os-vif 2025-04-17 12:55:51.136 | + inc/python:use_library_from_git:272 : local name=os-vif 2025-04-17 12:55:51.138 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:55:51.140 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:55:51.142 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-vif, ]] 2025-04-17 12:55:51.144 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:55:51.146 | + lib/nova:install_nova:927 : is_service_enabled n-cpu 2025-04-17 12:55:51.159 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:55:51.162 | + lib/nova:install_nova:931 : is_service_enabled n-novnc 2025-04-17 12:55:51.175 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:55:51.177 | + lib/nova:install_nova:958 : is_service_enabled n-spice 2025-04-17 12:55:51.191 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:55:51.193 | + lib/nova:install_nova:970 : git_clone https://opendev.org/openstack/nova.git /opt/stack//nova 40774c7f6cdb53f29cd679d4f0cd6479daef7012 2025-04-17 12:55:51.195 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/nova.git 2025-04-17 12:55:51.197 | + functions-common:git_clone:573 : local git_dest=/opt/stack//nova 2025-04-17 12:55:51.199 | + functions-common:git_clone:574 : local git_ref=40774c7f6cdb53f29cd679d4f0cd6479daef7012 2025-04-17 12:55:51.201 | + functions-common:git_clone:575 : local orig_dir 2025-04-17 12:55:51.203 | ++ functions-common:git_clone:576 : pwd 2025-04-17 12:55:51.205 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-17 12:55:51.207 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-17 12:55:51.209 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-17 12:55:51.222 | + functions-common:git_clone:579 : RECLONE=False 2025-04-17 12:55:51.224 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-17 12:55:51.226 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-17 12:55:51.228 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-17 12:55:51.231 | + functions-common:git_clone:593 : echo 40774c7f6cdb53f29cd679d4f0cd6479daef7012 2025-04-17 12:55:51.231 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-17 12:55:51.235 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//nova ]] 2025-04-17 12:55:51.237 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-17 12:55:51.240 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2025-04-17 12:55:51.242 | + functions-common:git_timed:680 : local count=0 2025-04-17 12:55:51.243 | + functions-common:git_timed:681 : local timeout=0 2025-04-17 12:55:51.245 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-17 12:55:51.247 | + functions-common:git_timed:684 : timeout=0 2025-04-17 12:55:51.250 | + functions-common:git_timed:687 : time_start git_timed 2025-04-17 12:55:51.252 | + functions-common:time_start:2386 : local name=git_timed 2025-04-17 12:55:51.254 | + functions-common:time_start:2387 : local start_time= 2025-04-17 12:55:51.255 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 12:55:51.258 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 12:55:51.261 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894551259 2025-04-17 12:55:51.263 | + 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-17 12:55:51.265 | Cloning into '/opt/stack//nova'... 2025-04-17 12:56:34.311 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-17 12:56:34.313 | + functions-common:time_stop:2400 : local name 2025-04-17 12:56:34.315 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:56:34.317 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:56:34.319 | + functions-common:time_stop:2403 : local total 2025-04-17 12:56:34.321 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:56:34.323 | + functions-common:time_stop:2406 : name=git_timed 2025-04-17 12:56:34.324 | + functions-common:time_stop:2407 : start_time=1744894551259 2025-04-17 12:56:34.326 | + functions-common:time_stop:2409 : [[ -z 1744894551259 ]] 2025-04-17 12:56:34.328 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:56:34.332 | + functions-common:time_stop:2412 : end_time=1744894594330 2025-04-17 12:56:34.333 | + functions-common:time_stop:2413 : elapsed_time=43071 2025-04-17 12:56:34.335 | + functions-common:time_stop:2414 : total=38316 2025-04-17 12:56:34.337 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:56:34.339 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=81387 2025-04-17 12:56:34.341 | + functions-common:git_clone:614 : cd /opt/stack//nova 2025-04-17 12:56:34.342 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin 40774c7f6cdb53f29cd679d4f0cd6479daef7012 2025-04-17 12:56:34.344 | + functions-common:git_timed:680 : local count=0 2025-04-17 12:56:34.346 | + functions-common:git_timed:681 : local timeout=0 2025-04-17 12:56:34.348 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-17 12:56:34.350 | + functions-common:git_timed:684 : timeout=0 2025-04-17 12:56:34.352 | + functions-common:git_timed:687 : time_start git_timed 2025-04-17 12:56:34.353 | + functions-common:time_start:2386 : local name=git_timed 2025-04-17 12:56:34.355 | + functions-common:time_start:2387 : local start_time= 2025-04-17 12:56:34.357 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 12:56:34.359 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 12:56:34.362 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894594360 2025-04-17 12:56:34.364 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin 40774c7f6cdb53f29cd679d4f0cd6479daef7012 2025-04-17 12:56:39.719 | From https://opendev.org/openstack/nova 2025-04-17 12:56:39.720 | * branch 40774c7f6cdb53f29cd679d4f0cd6479daef7012 -> FETCH_HEAD 2025-04-17 12:56:39.753 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-17 12:56:39.755 | + functions-common:time_stop:2400 : local name 2025-04-17 12:56:39.757 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:56:39.759 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:56:39.761 | + functions-common:time_stop:2403 : local total 2025-04-17 12:56:39.762 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:56:39.764 | + functions-common:time_stop:2406 : name=git_timed 2025-04-17 12:56:39.766 | + functions-common:time_stop:2407 : start_time=1744894594360 2025-04-17 12:56:39.768 | + functions-common:time_stop:2409 : [[ -z 1744894594360 ]] 2025-04-17 12:56:39.771 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:56:39.773 | + functions-common:time_stop:2412 : end_time=1744894599771 2025-04-17 12:56:39.775 | + functions-common:time_stop:2413 : elapsed_time=5411 2025-04-17 12:56:39.777 | + functions-common:time_stop:2414 : total=81387 2025-04-17 12:56:39.779 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:56:39.781 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=86798 2025-04-17 12:56:39.783 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-17 12:56:39.785 | + functions-common:git_timed:680 : local count=0 2025-04-17 12:56:39.786 | + functions-common:git_timed:681 : local timeout=0 2025-04-17 12:56:39.788 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-17 12:56:39.790 | + functions-common:git_timed:684 : timeout=0 2025-04-17 12:56:39.792 | + functions-common:git_timed:687 : time_start git_timed 2025-04-17 12:56:39.794 | + functions-common:time_start:2386 : local name=git_timed 2025-04-17 12:56:39.796 | + functions-common:time_start:2387 : local start_time= 2025-04-17 12:56:39.798 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 12:56:39.801 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 12:56:39.803 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894599801 2025-04-17 12:56:39.805 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-17 12:56:40.101 | Note: switching to 'FETCH_HEAD'. 2025-04-17 12:56:40.101 | 2025-04-17 12:56:40.101 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-17 12:56:40.101 | changes and commit them, and you can discard any commits you make in this 2025-04-17 12:56:40.101 | state without impacting any branches by switching back to a branch. 2025-04-17 12:56:40.101 | 2025-04-17 12:56:40.101 | If you want to create a new branch to retain commits you create, you may 2025-04-17 12:56:40.101 | do so (now or later) by using -c with the switch command. Example: 2025-04-17 12:56:40.101 | 2025-04-17 12:56:40.101 | git switch -c 2025-04-17 12:56:40.101 | 2025-04-17 12:56:40.101 | Or undo this operation with: 2025-04-17 12:56:40.101 | 2025-04-17 12:56:40.101 | git switch - 2025-04-17 12:56:40.101 | 2025-04-17 12:56:40.101 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-17 12:56:40.101 | 2025-04-17 12:56:40.101 | HEAD is now at 40774c7 [doc]Add `socket` option to [pci]alias numa_policy 2025-04-17 12:56:40.105 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-17 12:56:40.107 | + functions-common:time_stop:2400 : local name 2025-04-17 12:56:40.109 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:56:40.111 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:56:40.113 | + functions-common:time_stop:2403 : local total 2025-04-17 12:56:40.114 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:56:40.116 | + functions-common:time_stop:2406 : name=git_timed 2025-04-17 12:56:40.118 | + functions-common:time_stop:2407 : start_time=1744894599801 2025-04-17 12:56:40.120 | + functions-common:time_stop:2409 : [[ -z 1744894599801 ]] 2025-04-17 12:56:40.122 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:56:40.125 | + functions-common:time_stop:2412 : end_time=1744894600123 2025-04-17 12:56:40.127 | + functions-common:time_stop:2413 : elapsed_time=322 2025-04-17 12:56:40.128 | + functions-common:time_stop:2414 : total=86798 2025-04-17 12:56:40.130 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:56:40.132 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=87120 2025-04-17 12:56:40.134 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//nova 2025-04-17 12:56:40.144 | + functions-common:git_clone:655 : cd /opt/stack//nova 2025-04-17 12:56:40.146 | + functions-common:git_clone:656 : git show --oneline 2025-04-17 12:56:40.147 | + functions-common:git_clone:656 : head -1 2025-04-17 12:56:40.149 | 40774c7 [doc]Add `socket` option to [pci]alias numa_policy 2025-04-17 12:56:40.151 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-17 12:56:40.153 | + lib/nova:install_nova:971 : setup_develop /opt/stack//nova 2025-04-17 12:56:40.154 | + inc/python:setup_develop:360 : local bindep 2025-04-17 12:56:40.156 | + inc/python:setup_develop:361 : [[ /opt/stack//nova == -bindep* ]] 2025-04-17 12:56:40.158 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//nova 2025-04-17 12:56:40.160 | + inc/python:setup_develop:366 : local extras= 2025-04-17 12:56:40.162 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//nova -e 2025-04-17 12:56:40.164 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-17 12:56:40.165 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//nova == -bindep* ]] 2025-04-17 12:56:40.167 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//nova 2025-04-17 12:56:40.169 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-17 12:56:40.171 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-17 12:56:40.174 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//nova 2025-04-17 12:56:40.176 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-17 12:56:40.178 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/nova 2025-04-17 12:56:40.180 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-17 12:56:40.182 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-17 12:56:40.184 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2025-04-17 12:56:40.189 | + inc/python:_setup_package_with_constraints_edit:407 : name=nova 2025-04-17 12:56:40.190 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- nova 2025-04-17 12:56:40.509 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/nova -e 2025-04-17 12:56:40.511 | + inc/python:setup_package:440 : local bindep=0 2025-04-17 12:56:40.513 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-17 12:56:40.515 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-17 12:56:40.517 | + inc/python:setup_package:443 : [[ /opt/stack/nova == -bindep* ]] 2025-04-17 12:56:40.519 | + inc/python:setup_package:448 : local project_dir=/opt/stack/nova 2025-04-17 12:56:40.521 | + inc/python:setup_package:449 : local flags=-e 2025-04-17 12:56:40.523 | + inc/python:setup_package:450 : local extras= 2025-04-17 12:56:40.525 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-17 12:56:40.527 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-17 12:56:40.528 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-17 12:56:40.531 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-17 12:56:40.533 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-17 12:56:40.534 | + inc/python:setup_package:468 : pip_install -e /opt/stack/nova 2025-04-17 12:56:40.551 | Using python 3.10 to install /opt/stack/nova 2025-04-17 12:56:40.553 | + 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-17 12:56:41.375 | Obtaining file:///opt/stack/nova 2025-04-17 12:56:41.376 | Preparing metadata (setup.py): started 2025-04-17 12:56:42.000 | Preparing metadata (setup.py): finished with status 'done' 2025-04-17 12:56:42.087 | 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-17 12:56:42.088 | 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-17 12:56:42.089 | 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-17 12:56:42.089 | 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-17 12:56:42.090 | 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-17 12:56:42.091 | 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-17 12:56:42.092 | 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-17 12:56:42.092 | 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-17 12:56:42.095 | 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-17 12:56:42.096 | 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-17 12:56:42.096 | 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-17 12:56:42.096 | 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-17 12:56:42.096 | 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-17 12:56:42.097 | 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-17 12:56:42.098 | 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-17 12:56:42.098 | 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-17 12:56:42.099 | 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-17 12:56:42.100 | 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-17 12:56:42.101 | 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-17 12:56:42.101 | 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-17 12:56:42.102 | 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-17 12:56:42.103 | 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-17 12:56:42.104 | 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-17 12:56:42.104 | 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-17 12:56:42.105 | 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-17 12:56:42.106 | 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-17 12:56:42.193 | Collecting websockify>=0.9.0 (from nova==0.0.1.dev17) 2025-04-17 12:56:42.193 | Using cached websockify-0.10.0-py3-none-any.whl 2025-04-17 12:56:42.200 | 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-17 12:56:42.201 | 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-17 12:56:42.202 | 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-17 12:56:42.203 | 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-17 12:56:42.204 | 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-17 12:56:42.204 | 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-17 12:56:42.205 | 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-17 12:56:42.206 | 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-17 12:56:42.207 | 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-17 12:56:42.207 | 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-17 12:56:42.208 | 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-17 12:56:42.209 | 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-17 12:56:42.210 | 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-17 12:56:42.211 | 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-17 12:56:42.211 | 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-17 12:56:42.212 | 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-17 12:56:42.213 | 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-17 12:56:42.214 | 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-17 12:56:42.214 | 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-17 12:56:42.215 | 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-17 12:56:42.217 | 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-17 12:56:42.219 | 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-17 12:56:42.220 | 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-17 12:56:42.220 | 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-17 12:56:42.220 | 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-17 12:56:42.220 | 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-17 12:56:42.240 | Collecting microversion-parse>=0.2.1 (from nova==0.0.1.dev17) 2025-04-17 12:56:42.242 | Using cached microversion_parse-1.0.1-py3-none-any.whl.metadata (5.0 kB) 2025-04-17 12:56:42.244 | 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-17 12:56:42.245 | 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-17 12:56:42.246 | 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-17 12:56:42.246 | 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-17 12:56:42.247 | 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-17 12:56:42.248 | 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-17 12:56:42.249 | 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-17 12:56:42.250 | 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-17 12:56:42.250 | 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-17 12:56:42.256 | 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-17 12:56:42.266 | 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-17 12:56:42.285 | 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-17 12:56:42.298 | 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-17 12:56:42.299 | 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-17 12:56:42.311 | 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-17 12:56:42.330 | 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-17 12:56:42.330 | 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-17 12:56:42.378 | 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-17 12:56:42.379 | 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-17 12:56:42.404 | 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-17 12:56:42.404 | 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-17 12:56:42.405 | 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-17 12:56:42.406 | 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-17 12:56:42.407 | 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-17 12:56:42.418 | 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-17 12:56:42.420 | 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-17 12:56:42.442 | 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-17 12:56:42.443 | 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-17 12:56:42.445 | 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-17 12:56:42.471 | 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-17 12:56:42.540 | 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-17 12:56:42.540 | 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-17 12:56:42.577 | 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-17 12:56:42.604 | 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-17 12:56:42.604 | 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-17 12:56:42.606 | 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-17 12:56:42.607 | 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-17 12:56:42.618 | 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-17 12:56:42.621 | 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-17 12:56:42.642 | 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-17 12:56:42.670 | 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-17 12:56:42.672 | 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-17 12:56:42.684 | 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-17 12:56:42.685 | 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-17 12:56:42.710 | 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-17 12:56:42.754 | 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-17 12:56:42.766 | 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-17 12:56:42.804 | 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-17 12:56:42.866 | 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-17 12:56:42.867 | 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-17 12:56:42.868 | 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-17 12:56:42.887 | 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-17 12:56:42.888 | 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-17 12:56:42.889 | 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-17 12:56:42.892 | 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-17 12:56:42.921 | 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-17 12:56:42.922 | 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-17 12:56:42.923 | 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-17 12:56:42.924 | 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-17 12:56:42.967 | 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-17 12:56:43.089 | 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-17 12:56:43.387 | Collecting numpy (from websockify>=0.9.0->nova==0.0.1.dev17) 2025-04-17 12:56:43.390 | Using cached numpy-1.24.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.6 kB) 2025-04-17 12:56:43.407 | 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-17 12:56:43.514 | 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-17 12:56:43.549 | 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-17 12:56:43.549 | 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-17 12:56:43.551 | 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-17 12:56:43.694 | 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-17 12:56:43.842 | 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-17 12:56:43.862 | 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-17 12:56:44.234 | 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-17 12:56:44.551 | 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-17 12:56:44.592 | 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-17 12:56:44.634 | 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-17 12:56:44.822 | Using cached microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2025-04-17 12:56:44.839 | Using cached numpy-1.24.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB) 2025-04-17 12:56:45.363 | Installing collected packages: numpy, microversion-parse, websockify, nova 2025-04-17 12:56:47.234 | Running setup.py develop for nova 2025-04-17 12:56:48.723 | Successfully installed microversion-parse-1.0.1 nova-0.0.1.dev17 numpy-1.24.2 websockify-0.10.0 2025-04-17 12:56:48.871 | + inc/python:pip_install:222 : result=0 2025-04-17 12:56:48.873 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-17 12:56:48.874 | + functions-common:time_stop:2400 : local name 2025-04-17 12:56:48.876 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:56:48.878 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:56:48.880 | + functions-common:time_stop:2403 : local total 2025-04-17 12:56:48.881 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:56:48.883 | + functions-common:time_stop:2406 : name=pip_install 2025-04-17 12:56:48.884 | + functions-common:time_stop:2407 : start_time=1744894600548 2025-04-17 12:56:48.886 | + functions-common:time_stop:2409 : [[ -z 1744894600548 ]] 2025-04-17 12:56:48.889 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:56:48.892 | + functions-common:time_stop:2412 : end_time=1744894608890 2025-04-17 12:56:48.893 | + functions-common:time_stop:2413 : elapsed_time=8342 2025-04-17 12:56:48.895 | + functions-common:time_stop:2414 : total=69321 2025-04-17 12:56:48.897 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:56:48.898 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=77663 2025-04-17 12:56:48.900 | + inc/python:pip_install:225 : return 0 2025-04-17 12:56:48.902 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-17 12:56:48.903 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-17 12:56:48.905 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/nova 2025-04-17 12:56:48.907 | + inc/python:use_library_from_git:272 : local name=/opt/stack/nova 2025-04-17 12:56:48.909 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:56:48.911 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:56:48.912 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/nova, ]] 2025-04-17 12:56:48.915 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:56:48.916 | + 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-17 12:56:48.927 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-17 12:56:48.929 | + stack.sh:main:965 : configure_nova 2025-04-17 12:56:48.931 | + lib/nova:configure_nova:254 : sudo install -d -o stack /etc/nova 2025-04-17 12:56:48.941 | + lib/nova:configure_nova:256 : configure_rootwrap nova 2025-04-17 12:56:48.942 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2025-04-17 12:56:48.944 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2025-04-17 12:56:48.947 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2025-04-17 12:56:48.947 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2025-04-17 12:56:48.951 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2025-04-17 12:56:48.952 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2025-04-17 12:56:48.954 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/opt/stack/data/venv/bin 2025-04-17 12:56:48.956 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2025-04-17 12:56:48.958 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//nova 2025-04-17 12:56:48.960 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//nova/etc/nova 2025-04-17 12:56:48.962 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/opt/stack/data/venv/bin/nova-rootwrap 2025-04-17 12:56:48.964 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2025-04-17 12:56:48.973 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2025-04-17 12:56:48.982 | + 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-17 12:56:48.991 | + 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-17 12:56:49.000 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2025-04-17 12:56:49.009 | + inc/rootwrap:configure_rootwrap:66 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/nova/rootwrap.conf 2025-04-17 12:56:49.018 | + inc/rootwrap:configure_rootwrap:69 : local tempfile 2025-04-17 12:56:49.021 | ++ inc/rootwrap:configure_rootwrap:70 : mktemp 2025-04-17 12:56:49.024 | + inc/rootwrap:configure_rootwrap:70 : tempfile=/tmp/tmp.m2DfEdI82M 2025-04-17 12:56:49.026 | + inc/rootwrap:configure_rootwrap:72 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2025-04-17 12:56:49.028 | + inc/rootwrap:configure_rootwrap:73 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2025-04-17 12:56:49.030 | + inc/rootwrap:configure_rootwrap:74 : '[' -f /opt/stack/data/venv/bin/nova-rootwrap-daemon ']' 2025-04-17 12:56:49.032 | + inc/rootwrap:configure_rootwrap:76 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2025-04-17 12:56:49.034 | + inc/rootwrap:configure_rootwrap:77 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2025-04-17 12:56:49.036 | + inc/rootwrap:configure_rootwrap:79 : chmod 0440 /tmp/tmp.m2DfEdI82M 2025-04-17 12:56:49.039 | + inc/rootwrap:configure_rootwrap:80 : sudo chown root:root /tmp/tmp.m2DfEdI82M 2025-04-17 12:56:49.047 | + inc/rootwrap:configure_rootwrap:81 : sudo mv /tmp/tmp.m2DfEdI82M /etc/sudoers.d/nova-rootwrap 2025-04-17 12:56:49.057 | ++ inc/rootwrap:configure_rootwrap:85 : dirname /opt/stack/data/venv/bin/nova-rootwrap 2025-04-17 12:56:49.060 | + inc/rootwrap:configure_rootwrap:85 : add_sudo_secure_path /opt/stack/data/venv/bin 2025-04-17 12:56:49.062 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/opt/stack/data/venv/bin 2025-04-17 12:56:49.064 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2025-04-17 12:56:49.066 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2025-04-17 12:56:49.068 | + 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-17 12:56:49.069 | + 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-17 12:56:49.072 | + 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-17 12:56:49.072 | + inc/rootwrap:add_sudo_secure_path:33 : sudo tee /etc/sudoers.d/zz-secure-path 2025-04-17 12:56:49.078 | Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin 2025-04-17 12:56:49.081 | + inc/rootwrap:add_sudo_secure_path:34 : sudo chmod 400 /etc/sudoers.d/zz-secure-path 2025-04-17 12:56:49.090 | + inc/rootwrap:add_sudo_secure_path:35 : sudo chown root:root /etc/sudoers.d/zz-secure-path 2025-04-17 12:56:49.099 | + 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-17 12:56:49.100 | + lib/nova:configure_nova:260 : cp /opt/stack//nova/etc/nova/api-paste.ini /etc/nova 2025-04-17 12:56:49.103 | + lib/nova:configure_nova:263 : is_service_enabled n-cpu 2025-04-17 12:56:49.116 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:56:49.118 | + lib/nova:configure_nova:361 : create_nova_conf 2025-04-17 12:56:49.120 | + lib/nova:create_nova_conf:435 : rm -f /opt/stack//nova/bin/nova.conf 2025-04-17 12:56:49.122 | + lib/nova:create_nova_conf:438 : rm -f /etc/nova/nova.conf 2025-04-17 12:56:49.125 | + lib/nova:create_nova_conf:439 : iniset /etc/nova/nova.conf DEFAULT debug True 2025-04-17 12:56:49.148 | + lib/nova:create_nova_conf:440 : '[' True == True ']' 2025-04-17 12:56:49.150 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2025-04-17 12:56:49.171 | + lib/nova:create_nova_conf:443 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2025-04-17 12:56:49.194 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2025-04-17 12:56:49.215 | + lib/nova:create_nova_conf:445 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2025-04-17 12:56:49.238 | + lib/nova:create_nova_conf:446 : iniset /etc/nova/nova.conf scheduler workers 2 2025-04-17 12:56:49.261 | + lib/nova:create_nova_conf:447 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2025-04-17 12:56:49.284 | + lib/nova:create_nova_conf:448 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.180.1.21 2025-04-17 12:56:49.306 | + lib/nova:create_nova_conf:449 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2025-04-17 12:56:49.327 | + lib/nova:create_nova_conf:450 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2025-04-17 12:56:49.349 | + lib/nova:create_nova_conf:451 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2025-04-17 12:56:49.371 | + lib/nova:create_nova_conf:452 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2025-04-17 12:56:49.392 | + lib/nova:create_nova_conf:454 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2025-04-17 12:56:49.416 | + lib/nova:create_nova_conf:456 : iniset /etc/nova/nova.conf DEFAULT report_interval 120 2025-04-17 12:56:49.437 | + lib/nova:create_nova_conf:457 : iniset /etc/nova/nova.conf DEFAULT service_down_time 720 2025-04-17 12:56:49.459 | + lib/nova:create_nova_conf:459 : is_fedora 2025-04-17 12:56:49.460 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-17 12:56:49.462 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-17 12:56:49.464 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-17 12:56:49.465 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-17 12:56:49.467 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-17 12:56:49.469 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-17 12:56:49.471 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-17 12:56:49.472 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-17 12:56:49.474 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-17 12:56:49.476 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-17 12:56:49.477 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-17 12:56:49.479 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-17 12:56:49.481 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-17 12:56:49.483 | + lib/nova:create_nova_conf:468 : is_service_enabled n-api n-cond n-sched 2025-04-17 12:56:49.495 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:56:49.496 | + lib/nova:create_nova_conf:472 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-17 12:56:49.498 | + lib/nova:create_nova_conf:473 : local db=nova_cell1 2025-04-17 12:56:49.500 | ++ lib/nova:create_nova_conf:481 : database_connection_url nova_cell1 2025-04-17 12:56:49.502 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2025-04-17 12:56:49.504 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2025-04-17 12:56:49.506 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell1 2025-04-17 12:56:49.507 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-17 12:56:49.509 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-17 12:56:49.511 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-17 12:56:49.522 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:56:49.524 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-17 12:56:49.526 | ++ 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-17 12:56:49.528 | + 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-17 12:56:49.552 | ++ lib/nova:create_nova_conf:482 : database_connection_url nova_api 2025-04-17 12:56:49.554 | ++ lib/database:database_connection_url:134 : local db=nova_api 2025-04-17 12:56:49.556 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2025-04-17 12:56:49.558 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_api 2025-04-17 12:56:49.560 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-17 12:56:49.561 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-17 12:56:49.563 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-17 12:56:49.575 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:56:49.577 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-17 12:56:49.578 | ++ 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-17 12:56:49.581 | + 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-17 12:56:49.605 | + lib/nova:create_nova_conf:487 : iniset /etc/nova/nova.conf cache enabled True 2025-04-17 12:56:49.629 | + lib/nova:create_nova_conf:488 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2025-04-17 12:56:49.651 | + lib/nova:create_nova_conf:489 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2025-04-17 12:56:49.673 | + lib/nova:create_nova_conf:492 : is_service_enabled n-api 2025-04-17 12:56:49.684 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:56:49.686 | + lib/nova:create_nova_conf:493 : is_service_enabled n-api-meta 2025-04-17 12:56:49.698 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:56:49.701 | ++ lib/nova:create_nova_conf:495 : echo osapi_compute,metadata 2025-04-17 12:56:49.702 | ++ lib/nova:create_nova_conf:495 : sed s/,metadata// 2025-04-17 12:56:49.705 | + lib/nova:create_nova_conf:495 : NOVA_ENABLED_APIS=osapi_compute 2025-04-17 12:56:49.707 | + lib/nova:create_nova_conf:497 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2025-04-17 12:56:49.730 | + lib/nova:create_nova_conf:498 : [[ True == \T\r\u\e ]] 2025-04-17 12:56:49.731 | + lib/nova:create_nova_conf:499 : iniset /etc/nova/nova.conf oslo_policy enforce_new_defaults True 2025-04-17 12:56:49.756 | + lib/nova:create_nova_conf:500 : iniset /etc/nova/nova.conf oslo_policy enforce_scope True 2025-04-17 12:56:49.779 | + lib/nova:create_nova_conf:505 : is_service_enabled tls-proxy 2025-04-17 12:56:49.792 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:56:49.793 | + lib/nova:create_nova_conf:511 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2025-04-17 12:56:49.795 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/nova/nova.conf 2025-04-17 12:56:49.797 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-04-17 12:56:49.799 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-17 12:56:49.800 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2025-04-17 12:56:49.825 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2025-04-17 12:56:49.847 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-17 12:56:49.869 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2025-04-17 12:56:49.891 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken password nomoresecret 2025-04-17 12:56:49.913 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2025-04-17 12:56:49.935 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2025-04-17 12:56:49.957 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2025-04-17 12:56:49.979 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-17 12:56:50.002 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2025-04-17 12:56:50.024 | + lib/nova:create_nova_conf:514 : is_service_enabled cinder 2025-04-17 12:56:50.036 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:56:50.037 | + lib/nova:create_nova_conf:515 : configure_cinder_access 2025-04-17 12:56:50.039 | + lib/nova:configure_cinder_access:642 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2025-04-17 12:56:50.063 | + lib/nova:configure_cinder_access:643 : iniset /etc/nova/nova.conf cinder auth_type password 2025-04-17 12:56:50.085 | + lib/nova:configure_cinder_access:644 : iniset /etc/nova/nova.conf cinder auth_url http://10.180.1.21/identity 2025-04-17 12:56:50.107 | + lib/nova:configure_cinder_access:651 : iniset /etc/nova/nova.conf cinder username nova 2025-04-17 12:56:50.128 | + lib/nova:configure_cinder_access:652 : iniset /etc/nova/nova.conf cinder password nomoresecret 2025-04-17 12:56:50.151 | + lib/nova:configure_cinder_access:653 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2025-04-17 12:56:50.173 | + lib/nova:configure_cinder_access:654 : iniset /etc/nova/nova.conf cinder project_name service 2025-04-17 12:56:50.195 | + lib/nova:configure_cinder_access:655 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2025-04-17 12:56:50.217 | + lib/nova:configure_cinder_access:656 : is_service_enabled tls-proxy 2025-04-17 12:56:50.229 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:56:50.231 | + lib/nova:create_nova_conf:518 : '[' -n /opt/stack/data/nova ']' 2025-04-17 12:56:50.232 | + lib/nova:create_nova_conf:519 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2025-04-17 12:56:50.254 | + lib/nova:create_nova_conf:520 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2025-04-17 12:56:50.278 | + lib/nova:create_nova_conf:522 : '[' -n /opt/stack/data/nova/instances ']' 2025-04-17 12:56:50.281 | + lib/nova:create_nova_conf:523 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2025-04-17 12:56:50.303 | + lib/nova:create_nova_conf:525 : '[' False '!=' False ']' 2025-04-17 12:56:50.305 | + lib/nova:create_nova_conf:528 : '[' False '!=' False ']' 2025-04-17 12:56:50.307 | + lib/nova:create_nova_conf:534 : is_fedora 2025-04-17 12:56:50.308 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-17 12:56:50.310 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-17 12:56:50.312 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-17 12:56:50.314 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-17 12:56:50.315 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-17 12:56:50.317 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-17 12:56:50.319 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-17 12:56:50.320 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-17 12:56:50.322 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-17 12:56:50.324 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-17 12:56:50.326 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-17 12:56:50.327 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-17 12:56:50.329 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-17 12:56:50.331 | + lib/nova:create_nova_conf:539 : setup_logging /etc/nova/nova.conf 2025-04-17 12:56:50.333 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova.conf 2025-04-17 12:56:50.335 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova.conf 2025-04-17 12:56:50.337 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-17 12:56:50.350 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-17 12:56:50.352 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-17 12:56:50.354 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-17 12:56:50.356 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-17 12:56:50.357 | + functions:setup_systemd_logging:713 : iniset /etc/nova/nova.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-17 12:56:50.381 | + 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-17 12:56:50.403 | + 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-17 12:56:50.426 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-17 12:56:50.447 | + lib/nova:create_nova_conf:541 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2025-04-17 12:56:50.473 | + lib/nova:create_nova_conf:543 : is_service_enabled n-api 2025-04-17 12:56:50.487 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:56:50.489 | + 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-17 12:56:50.491 | + lib/apache:write_uwsgi_config:241 : local file=/etc/nova/nova-api-uwsgi.ini 2025-04-17 12:56:50.493 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/nova-api-wsgi 2025-04-17 12:56:50.495 | + lib/apache:write_uwsgi_config:243 : local url=/compute 2025-04-17 12:56:50.497 | + lib/apache:write_uwsgi_config:244 : local http= 2025-04-17 12:56:50.499 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-17 12:56:50.501 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/nova-api-wsgi 2025-04-17 12:56:50.504 | + lib/apache:write_uwsgi_config:246 : name=nova-api-wsgi 2025-04-17 12:56:50.506 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-17 12:56:50.508 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-17 12:56:50.519 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-17 12:56:50.519 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-17 12:56:50.526 | d /var/run/uwsgi 0755 stack root 2025-04-17 12:56:50.529 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-17 12:56:50.537 | /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-17 12:56:50.541 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2025-04-17 12:56:50.544 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/nova/nova-api-uwsgi.ini 2025-04-17 12:56:50.546 | + 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-17 12:56:50.573 | + lib/apache:write_uwsgi_config:263 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2025-04-17 12:56:50.596 | + lib/apache:write_uwsgi_config:265 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2025-04-17 12:56:50.620 | + lib/apache:write_uwsgi_config:267 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2025-04-17 12:56:50.643 | + lib/apache:write_uwsgi_config:268 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2025-04-17 12:56:50.667 | + lib/apache:write_uwsgi_config:271 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-17 12:56:50.692 | + lib/apache:write_uwsgi_config:272 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2025-04-17 12:56:50.715 | + lib/apache:write_uwsgi_config:273 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2025-04-17 12:56:50.739 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2025-04-17 12:56:50.763 | + 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-17 12:56:50.788 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2025-04-17 12:56:50.814 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-17 12:56:50.840 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2025-04-17 12:56:50.866 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-04-17 12:56:50.868 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-04-17 12:56:50.871 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for nova-api-wsgi 2025-04-17 12:56:50.873 | ++ lib/apache:apache_site_config_for:173 : local site=nova-api-wsgi 2025-04-17 12:56:50.874 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-17 12:56:50.877 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:56:50.879 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:56:50.881 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2025-04-17 12:56:50.884 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2025-04-17 12:56:50.885 | + lib/apache:write_uwsgi_config:291 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2025-04-17 12:56:50.913 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2025-04-17 12:56:50.940 | + 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-17 12:56:50.940 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2025-04-17 12:56:50.948 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 acquire=1 2025-04-17 12:56:50.951 | + lib/apache:write_uwsgi_config:294 : enable_apache_site nova-api-wsgi 2025-04-17 12:56:50.954 | + lib/apache:enable_apache_site:190 : local site=nova-api-wsgi 2025-04-17 12:56:50.955 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-17 12:56:50.958 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-17 12:56:50.960 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-17 12:56:50.962 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:56:50.963 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:56:50.965 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-17 12:56:50.968 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-17 12:56:50.969 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:56:50.972 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:56:50.974 | + lib/apache:enable_apache_site:194 : sudo a2ensite nova-api-wsgi 2025-04-17 12:56:51.009 | Enabling site nova-api-wsgi. 2025-04-17 12:56:51.014 | To activate the new configuration, you need to run: 2025-04-17 12:56:51.014 | systemctl reload apache2 2025-04-17 12:56:51.017 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-04-17 12:56:51.020 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-17 12:56:51.021 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-17 12:56:51.024 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-17 12:56:51.122 | + lib/nova:create_nova_conf:547 : is_service_enabled n-api-meta 2025-04-17 12:56:51.135 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:56:51.137 | + 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-17 12:56:51.139 | + lib/apache:write_uwsgi_config:241 : local file=/etc/nova/nova-metadata-uwsgi.ini 2025-04-17 12:56:51.141 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/nova-metadata-wsgi 2025-04-17 12:56:51.143 | + lib/apache:write_uwsgi_config:243 : local url= 2025-04-17 12:56:51.145 | + lib/apache:write_uwsgi_config:244 : local http=0.0.0.0:8775 2025-04-17 12:56:51.147 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-17 12:56:51.149 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/nova-metadata-wsgi 2025-04-17 12:56:51.153 | + lib/apache:write_uwsgi_config:246 : name=nova-metadata-wsgi 2025-04-17 12:56:51.154 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-17 12:56:51.156 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-17 12:56:51.167 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-17 12:56:51.167 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-17 12:56:51.174 | d /var/run/uwsgi 0755 stack root 2025-04-17 12:56:51.177 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-17 12:56:51.186 | /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-17 12:56:51.190 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2025-04-17 12:56:51.192 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2025-04-17 12:56:51.196 | + 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-17 12:56:51.223 | + lib/apache:write_uwsgi_config:263 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2025-04-17 12:56:51.248 | + lib/apache:write_uwsgi_config:265 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2025-04-17 12:56:51.271 | + lib/apache:write_uwsgi_config:267 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2025-04-17 12:56:51.295 | + lib/apache:write_uwsgi_config:268 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2025-04-17 12:56:51.319 | + lib/apache:write_uwsgi_config:271 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-17 12:56:51.344 | + lib/apache:write_uwsgi_config:272 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2025-04-17 12:56:51.368 | + lib/apache:write_uwsgi_config:273 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2025-04-17 12:56:51.392 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2025-04-17 12:56:51.416 | + 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-17 12:56:51.441 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2025-04-17 12:56:51.465 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-17 12:56:51.490 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2025-04-17 12:56:51.515 | + lib/apache:write_uwsgi_config:286 : [[ -n 0.0.0.0:8775 ]] 2025-04-17 12:56:51.516 | + lib/apache:write_uwsgi_config:287 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2025-04-17 12:56:51.540 | + lib/nova:create_nova_conf:551 : is_service_enabled ceilometer 2025-04-17 12:56:51.553 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:56:51.555 | + lib/nova:create_nova_conf:559 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2025-04-17 12:56:51.582 | ++ lib/nova:create_nova_conf:560 : get_notification_url 2025-04-17 12:56:51.585 | ++ lib/rpc_backend:get_notification_url:136 : local virtual_host= 2025-04-17 12:56:51.587 | ++ lib/rpc_backend:get_notification_url:137 : is_service_enabled rabbit 2025-04-17 12:56:51.601 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:56:51.603 | ++ lib/rpc_backend:get_notification_url:138 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-17 12:56:51.606 | + 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-17 12:56:51.630 | + lib/nova:create_nova_conf:561 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2025-04-17 12:56:51.656 | + lib/nova:create_nova_conf:562 : iniset_rpc_backend nova /etc/nova/nova.conf 2025-04-17 12:56:51.658 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=nova 2025-04-17 12:56:51.660 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/nova/nova.conf 2025-04-17 12:56:51.662 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-17 12:56:51.664 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-17 12:56:51.666 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-17 12:56:51.679 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:56:51.682 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-17 12:56:51.684 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-17 12:56:51.685 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-17 12:56:51.699 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:56:51.701 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-17 12:56:51.703 | + 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-17 12:56:51.729 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-17 12:56:51.731 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-17 12:56:51.733 | + lib/nova:create_nova_conf:564 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2025-04-17 12:56:51.758 | + lib/nova:create_nova_conf:565 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2025-04-17 12:56:51.783 | + lib/nova:create_nova_conf:567 : iniset /etc/nova/nova.conf conductor workers 2 2025-04-17 12:56:51.809 | + lib/nova:create_nova_conf:569 : is_service_enabled tls-proxy 2025-04-17 12:56:51.823 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:56:51.825 | + lib/nova:create_nova_conf:574 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2025-04-17 12:56:51.849 | + lib/nova:create_nova_conf:576 : '[' True == True ']' 2025-04-17 12:56:51.851 | + lib/nova:create_nova_conf:577 : init_nova_service_user_conf 2025-04-17 12:56:51.853 | + lib/nova:init_nova_service_user_conf:825 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2025-04-17 12:56:51.880 | + lib/nova:init_nova_service_user_conf:826 : iniset /etc/nova/nova.conf service_user auth_type password 2025-04-17 12:56:51.904 | + 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-17 12:56:51.928 | + lib/nova:init_nova_service_user_conf:828 : iniset /etc/nova/nova.conf service_user username nova 2025-04-17 12:56:51.952 | + lib/nova:init_nova_service_user_conf:829 : iniset /etc/nova/nova.conf service_user password nomoresecret 2025-04-17 12:56:51.976 | + lib/nova:init_nova_service_user_conf:830 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2025-04-17 12:56:52.000 | + lib/nova:init_nova_service_user_conf:831 : iniset /etc/nova/nova.conf service_user project_name service 2025-04-17 12:56:52.022 | + lib/nova:init_nova_service_user_conf:832 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2025-04-17 12:56:52.045 | + lib/nova:init_nova_service_user_conf:833 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2025-04-17 12:56:52.068 | + lib/nova:create_nova_conf:580 : is_service_enabled n-cond 2025-04-17 12:56:52.080 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:56:52.083 | ++ lib/nova:create_nova_conf:581 : seq 1 1 2025-04-17 12:56:52.085 | + lib/nova:create_nova_conf:581 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-04-17 12:56:52.087 | + lib/nova:create_nova_conf:582 : local conf 2025-04-17 12:56:52.089 | + lib/nova:create_nova_conf:583 : local vhost 2025-04-17 12:56:52.091 | ++ lib/nova:create_nova_conf:584 : conductor_conf 1 2025-04-17 12:56:52.093 | ++ lib/nova:conductor_conf:837 : local cell=1 2025-04-17 12:56:52.095 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2025-04-17 12:56:52.097 | + lib/nova:create_nova_conf:584 : conf=/etc/nova/nova_cell1.conf 2025-04-17 12:56:52.099 | + lib/nova:create_nova_conf:585 : vhost=nova_cell1 2025-04-17 12:56:52.100 | + lib/nova:create_nova_conf:587 : rm -f /etc/nova/nova_cell1.conf 2025-04-17 12:56:52.104 | ++ lib/nova:create_nova_conf:588 : database_connection_url nova_cell1 2025-04-17 12:56:52.106 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2025-04-17 12:56:52.108 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2025-04-17 12:56:52.109 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell1 2025-04-17 12:56:52.111 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-17 12:56:52.113 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-17 12:56:52.115 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-17 12:56:52.127 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:56:52.129 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-17 12:56:52.131 | ++ 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-17 12:56:52.133 | + 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-17 12:56:52.157 | + lib/nova:create_nova_conf:589 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2025-04-17 12:56:52.181 | + lib/nova:create_nova_conf:590 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2025-04-17 12:56:52.206 | + lib/nova:create_nova_conf:592 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-17 12:56:52.208 | + lib/nova:create_nova_conf:593 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT 2025-04-17 12:56:52.210 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=nova 2025-04-17 12:56:52.212 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/nova/nova_cell1.conf 2025-04-17 12:56:52.213 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-17 12:56:52.215 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-17 12:56:52.217 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-17 12:56:52.229 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:56:52.232 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-17 12:56:52.233 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-17 12:56:52.235 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-17 12:56:52.248 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:56:52.250 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-17 12:56:52.252 | + 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-17 12:56:52.275 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-17 12:56:52.277 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-17 12:56:52.279 | + lib/nova:create_nova_conf:605 : setup_logging /etc/nova/nova_cell1.conf 2025-04-17 12:56:52.281 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova_cell1.conf 2025-04-17 12:56:52.283 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova_cell1.conf 2025-04-17 12:56:52.286 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-17 12:56:52.299 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-17 12:56:52.301 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-17 12:56:52.302 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-17 12:56:52.304 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-17 12:56:52.306 | + 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-17 12:56:52.329 | + 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-17 12:56:52.352 | + 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-17 12:56:52.376 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-17 12:56:52.400 | + lib/nova:create_nova_conf:612 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-17 12:56:52.402 | + lib/nova:create_nova_conf:613 : configure_console_proxies 2025-04-17 12:56:52.404 | + lib/nova:configure_console_proxies:727 : local conf=/etc/nova/nova.conf 2025-04-17 12:56:52.406 | + lib/nova:configure_console_proxies:728 : local offset=0 2025-04-17 12:56:52.408 | + lib/nova:configure_console_proxies:732 : offset=0 2025-04-17 12:56:52.410 | + lib/nova:configure_console_proxies:734 : is_service_enabled n-novnc 2025-04-17 12:56:52.422 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:56:52.424 | + lib/nova:configure_console_proxies:734 : '[' False '!=' False ']' 2025-04-17 12:56:52.426 | + lib/nova:configure_console_proxies:766 : is_service_enabled n-spice 2025-04-17 12:56:52.439 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:56:52.441 | + lib/nova:configure_console_proxies:771 : is_service_enabled n-sproxy 2025-04-17 12:56:52.453 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:56:52.455 | + lib/nova:configure_nova:363 : is_service_enabled n-cpu 2025-04-17 12:56:52.468 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:56:52.471 | + stack.sh:main:968 : is_service_enabled placement 2025-04-17 12:56:52.485 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:56:52.487 | + stack.sh:main:970 : stack_install_service placement 2025-04-17 12:56:52.490 | + lib/stack:stack_install_service:20 : local service=placement 2025-04-17 12:56:52.492 | + lib/stack:stack_install_service:21 : type install_placement 2025-04-17 12:56:52.494 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-17 12:56:52.496 | + lib/stack:stack_install_service:32 : install_placement 2025-04-17 12:56:52.498 | + lib/placement:install_placement:150 : install_apache_wsgi 2025-04-17 12:56:52.500 | + lib/apache:install_apache_wsgi:130 : is_ubuntu 2025-04-17 12:56:52.502 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:56:52.504 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:56:52.506 | + lib/apache:install_apache_wsgi:132 : install_package apache2 2025-04-17 12:56:52.508 | + functions-common:install_package:1421 : update_package_repo 2025-04-17 12:56:52.510 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-17 12:56:52.512 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-17 12:56:52.514 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-17 12:56:52.516 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-17 12:56:52.518 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-17 12:56:52.520 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:56:52.522 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:56:52.524 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-17 12:56:52.526 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-17 12:56:52.528 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-17 12:56:52.530 | + functions-common:apt_get_update:1150 : return 2025-04-17 12:56:52.532 | + functions-common:install_package:1422 : real_install_package apache2 2025-04-17 12:56:52.535 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-17 12:56:52.537 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:56:52.539 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:56:52.541 | + functions-common:real_install_package:1410 : apt_get install apache2 2025-04-17 12:56:52.557 | + 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-17 12:56:52.617 | Reading package lists... 2025-04-17 12:56:52.832 | Building dependency tree... 2025-04-17 12:56:52.834 | Reading state information... 2025-04-17 12:56:53.046 | apache2 is already the newest version (2.4.52-1ubuntu4.14). 2025-04-17 12:56:53.046 | 0 upgraded, 0 newly installed, 0 to remove and 119 not upgraded. 2025-04-17 12:56:53.050 | + functions-common:apt_get:1194 : result=0 2025-04-17 12:56:53.052 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-17 12:56:53.054 | + functions-common:time_stop:2400 : local name 2025-04-17 12:56:53.056 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:56:53.058 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:56:53.060 | + functions-common:time_stop:2403 : local total 2025-04-17 12:56:53.062 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:56:53.064 | + functions-common:time_stop:2406 : name=apt-get 2025-04-17 12:56:53.066 | + functions-common:time_stop:2407 : start_time=1744894612555 2025-04-17 12:56:53.067 | + functions-common:time_stop:2409 : [[ -z 1744894612555 ]] 2025-04-17 12:56:53.070 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:56:53.073 | + functions-common:time_stop:2412 : end_time=1744894613071 2025-04-17 12:56:53.075 | + functions-common:time_stop:2413 : elapsed_time=516 2025-04-17 12:56:53.077 | + functions-common:time_stop:2414 : total=39858 2025-04-17 12:56:53.079 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:56:53.081 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=40374 2025-04-17 12:56:53.083 | + functions-common:apt_get:1198 : return 0 2025-04-17 12:56:53.085 | + lib/apache:install_apache_wsgi:133 : is_package_installed libapache2-mod-wsgi 2025-04-17 12:56:53.087 | + functions-common:is_package_installed:1430 : [[ -z libapache2-mod-wsgi ]] 2025-04-17 12:56:53.089 | + functions-common:is_package_installed:1434 : [[ -z deb ]] 2025-04-17 12:56:53.092 | + functions-common:is_package_installed:1438 : [[ deb = \d\e\b ]] 2025-04-17 12:56:53.094 | + functions-common:is_package_installed:1439 : dpkg -s libapache2-mod-wsgi 2025-04-17 12:56:53.108 | + lib/apache:install_apache_wsgi:136 : install_package libapache2-mod-wsgi-py3 2025-04-17 12:56:53.110 | + functions-common:install_package:1421 : update_package_repo 2025-04-17 12:56:53.112 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-17 12:56:53.114 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-17 12:56:53.116 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-17 12:56:53.118 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-17 12:56:53.120 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-17 12:56:53.122 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:56:53.125 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:56:53.127 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-17 12:56:53.129 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-17 12:56:53.131 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-17 12:56:53.133 | + functions-common:apt_get_update:1150 : return 2025-04-17 12:56:53.135 | + functions-common:install_package:1422 : real_install_package libapache2-mod-wsgi-py3 2025-04-17 12:56:53.137 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-17 12:56:53.139 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:56:53.141 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:56:53.143 | + functions-common:real_install_package:1410 : apt_get install libapache2-mod-wsgi-py3 2025-04-17 12:56:53.159 | + 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-17 12:56:53.219 | Reading package lists... 2025-04-17 12:56:53.438 | Building dependency tree... 2025-04-17 12:56:53.439 | Reading state information... 2025-04-17 12:56:53.658 | libapache2-mod-wsgi-py3 is already the newest version (4.9.0-1ubuntu0.1). 2025-04-17 12:56:53.658 | 0 upgraded, 0 newly installed, 0 to remove and 119 not upgraded. 2025-04-17 12:56:53.663 | + functions-common:apt_get:1194 : result=0 2025-04-17 12:56:53.665 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-17 12:56:53.667 | + functions-common:time_stop:2400 : local name 2025-04-17 12:56:53.669 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:56:53.671 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:56:53.673 | + functions-common:time_stop:2403 : local total 2025-04-17 12:56:53.675 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:56:53.677 | + functions-common:time_stop:2406 : name=apt-get 2025-04-17 12:56:53.679 | + functions-common:time_stop:2407 : start_time=1744894613157 2025-04-17 12:56:53.681 | + functions-common:time_stop:2409 : [[ -z 1744894613157 ]] 2025-04-17 12:56:53.683 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:56:53.686 | + functions-common:time_stop:2412 : end_time=1744894613684 2025-04-17 12:56:53.688 | + functions-common:time_stop:2413 : elapsed_time=527 2025-04-17 12:56:53.690 | + functions-common:time_stop:2414 : total=40374 2025-04-17 12:56:53.692 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:56:53.694 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=40901 2025-04-17 12:56:53.696 | + functions-common:apt_get:1198 : return 0 2025-04-17 12:56:53.698 | + lib/apache:install_apache_wsgi:151 : enable_apache_mod wsgi 2025-04-17 12:56:53.701 | + lib/apache:enable_apache_mod:55 : local mod=wsgi 2025-04-17 12:56:53.703 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-17 12:56:53.705 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:56:53.707 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:56:53.709 | + lib/apache:enable_apache_mod:60 : [[ wsgi != \v\e\r\s\i\o\n ]] 2025-04-17 12:56:53.711 | + lib/apache:enable_apache_mod:60 : a2query -m wsgi 2025-04-17 12:56:53.739 | wsgi (enabled by maintainer script) 2025-04-17 12:56:53.742 | + lib/placement:install_placement:152 : pip_install_gr osc-placement 2025-04-17 12:56:53.744 | + inc/python:pip_install_gr:94 : local name=osc-placement 2025-04-17 12:56:53.746 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-17 12:56:53.749 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements osc-placement 2025-04-17 12:56:53.751 | ++ inc/python:get_from_global_requirements:247 : local package=osc-placement 2025-04-17 12:56:53.753 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-17 12:56:53.756 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^osc-placement' /opt/stack//requirements/global-requirements.txt 2025-04-17 12:56:53.757 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-17 12:56:53.760 | ++ inc/python:get_from_global_requirements:249 : required_pkg='osc-placement ' 2025-04-17 12:56:53.762 | ++ inc/python:get_from_global_requirements:250 : [[ osc-placement == '' ]] 2025-04-17 12:56:53.764 | ++ inc/python:get_from_global_requirements:253 : echo osc-placement 2025-04-17 12:56:53.767 | + inc/python:pip_install_gr:96 : clean_name=osc-placement 2025-04-17 12:56:53.769 | + inc/python:pip_install_gr:97 : pip_install osc-placement 2025-04-17 12:56:53.786 | Using python 3.10 to install osc-placement 2025-04-17 12:56:53.788 | + 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-17 12:56:54.708 | Collecting osc-placement 2025-04-17 12:56:54.710 | Using cached osc_placement-4.2.0-py3-none-any.whl.metadata (1.9 kB) 2025-04-17 12:56:54.736 | 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-17 12:56:54.736 | 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-17 12:56:54.736 | 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-17 12:56:54.737 | 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-17 12:56:54.738 | 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-17 12:56:54.764 | 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-17 12:56:54.766 | 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-17 12:56:54.766 | 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-17 12:56:54.769 | 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-17 12:56:54.773 | 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-17 12:56:54.774 | 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-17 12:56:54.774 | 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-17 12:56:54.781 | 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-17 12:56:54.782 | 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-17 12:56:54.783 | 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-17 12:56:54.784 | 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-17 12:56:54.785 | 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-17 12:56:54.786 | 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-17 12:56:54.786 | 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-17 12:56:54.794 | 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-17 12:56:54.795 | 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-17 12:56:54.796 | 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-17 12:56:54.796 | 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-17 12:56:54.797 | 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-17 12:56:54.801 | 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-17 12:56:54.818 | 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-17 12:56:54.819 | 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-17 12:56:54.819 | 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-17 12:56:54.820 | 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-17 12:56:54.821 | 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-17 12:56:54.822 | 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-17 12:56:54.823 | 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-17 12:56:54.844 | 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-17 12:56:54.847 | 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-17 12:56:54.847 | 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-17 12:56:54.847 | 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-17 12:56:54.887 | 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-17 12:56:54.889 | 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-17 12:56:54.890 | 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-17 12:56:54.908 | 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-17 12:56:54.941 | 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-17 12:56:54.949 | 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-17 12:56:55.007 | 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-17 12:56:55.047 | Using cached osc_placement-4.2.0-py3-none-any.whl (64 kB) 2025-04-17 12:56:55.878 | Installing collected packages: osc-placement 2025-04-17 12:56:55.952 | Successfully installed osc-placement-4.2.0 2025-04-17 12:56:56.056 | + inc/python:pip_install:222 : result=0 2025-04-17 12:56:56.058 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-17 12:56:56.061 | + functions-common:time_stop:2400 : local name 2025-04-17 12:56:56.063 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:56:56.065 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:56:56.067 | + functions-common:time_stop:2403 : local total 2025-04-17 12:56:56.070 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:56:56.072 | + functions-common:time_stop:2406 : name=pip_install 2025-04-17 12:56:56.074 | + functions-common:time_stop:2407 : start_time=1744894613781 2025-04-17 12:56:56.076 | + functions-common:time_stop:2409 : [[ -z 1744894613781 ]] 2025-04-17 12:56:56.079 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:56:56.082 | + functions-common:time_stop:2412 : end_time=1744894616080 2025-04-17 12:56:56.085 | + functions-common:time_stop:2413 : elapsed_time=2299 2025-04-17 12:56:56.087 | + functions-common:time_stop:2414 : total=77663 2025-04-17 12:56:56.089 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:56:56.091 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=79962 2025-04-17 12:56:56.093 | + inc/python:pip_install:225 : return 0 2025-04-17 12:56:56.095 | + lib/placement:install_placement:153 : git_clone https://opendev.org/openstack/placement.git /opt/stack//placement stable/2023.2 2025-04-17 12:56:56.097 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/placement.git 2025-04-17 12:56:56.099 | + functions-common:git_clone:573 : local git_dest=/opt/stack//placement 2025-04-17 12:56:56.101 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-17 12:56:56.103 | + functions-common:git_clone:575 : local orig_dir 2025-04-17 12:56:56.106 | ++ functions-common:git_clone:576 : pwd 2025-04-17 12:56:56.108 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-17 12:56:56.110 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-17 12:56:56.113 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-17 12:56:56.127 | + functions-common:git_clone:579 : RECLONE=False 2025-04-17 12:56:56.128 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-17 12:56:56.130 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-17 12:56:56.132 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-17 12:56:56.135 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-17 12:56:56.135 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-17 12:56:56.139 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//placement ]] 2025-04-17 12:56:56.141 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-17 12:56:56.143 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2025-04-17 12:56:56.145 | + functions-common:git_timed:680 : local count=0 2025-04-17 12:56:56.147 | + functions-common:git_timed:681 : local timeout=0 2025-04-17 12:56:56.149 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-17 12:56:56.150 | + functions-common:git_timed:684 : timeout=0 2025-04-17 12:56:56.152 | + functions-common:git_timed:687 : time_start git_timed 2025-04-17 12:56:56.154 | + functions-common:time_start:2386 : local name=git_timed 2025-04-17 12:56:56.156 | + functions-common:time_start:2387 : local start_time= 2025-04-17 12:56:56.158 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 12:56:56.160 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 12:56:56.163 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894616161 2025-04-17 12:56:56.165 | + 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-17 12:56:56.167 | Cloning into '/opt/stack//placement'... 2025-04-17 12:56:59.427 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-17 12:56:59.429 | + functions-common:time_stop:2400 : local name 2025-04-17 12:56:59.431 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:56:59.433 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:56:59.435 | + functions-common:time_stop:2403 : local total 2025-04-17 12:56:59.436 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:56:59.438 | + functions-common:time_stop:2406 : name=git_timed 2025-04-17 12:56:59.440 | + functions-common:time_stop:2407 : start_time=1744894616161 2025-04-17 12:56:59.442 | + functions-common:time_stop:2409 : [[ -z 1744894616161 ]] 2025-04-17 12:56:59.445 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:56:59.448 | + functions-common:time_stop:2412 : end_time=1744894619446 2025-04-17 12:56:59.450 | + functions-common:time_stop:2413 : elapsed_time=3285 2025-04-17 12:56:59.452 | + functions-common:time_stop:2414 : total=87120 2025-04-17 12:56:59.454 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:56:59.455 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=90405 2025-04-17 12:56:59.457 | + functions-common:git_clone:614 : cd /opt/stack//placement 2025-04-17 12:56:59.459 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-17 12:56:59.461 | + functions-common:git_timed:680 : local count=0 2025-04-17 12:56:59.463 | + functions-common:git_timed:681 : local timeout=0 2025-04-17 12:56:59.465 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-17 12:56:59.467 | + functions-common:git_timed:684 : timeout=0 2025-04-17 12:56:59.469 | + functions-common:git_timed:687 : time_start git_timed 2025-04-17 12:56:59.471 | + functions-common:time_start:2386 : local name=git_timed 2025-04-17 12:56:59.473 | + functions-common:time_start:2387 : local start_time= 2025-04-17 12:56:59.475 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 12:56:59.478 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 12:56:59.480 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894619478 2025-04-17 12:56:59.483 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-17 12:57:01.069 | From https://opendev.org/openstack/placement 2025-04-17 12:57:01.069 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-17 12:57:01.073 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-17 12:57:01.075 | + functions-common:time_stop:2400 : local name 2025-04-17 12:57:01.077 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:57:01.079 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:57:01.081 | + functions-common:time_stop:2403 : local total 2025-04-17 12:57:01.083 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:57:01.085 | + functions-common:time_stop:2406 : name=git_timed 2025-04-17 12:57:01.086 | + functions-common:time_stop:2407 : start_time=1744894619478 2025-04-17 12:57:01.088 | + functions-common:time_stop:2409 : [[ -z 1744894619478 ]] 2025-04-17 12:57:01.091 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:57:01.094 | + functions-common:time_stop:2412 : end_time=1744894621092 2025-04-17 12:57:01.096 | + functions-common:time_stop:2413 : elapsed_time=1614 2025-04-17 12:57:01.098 | + functions-common:time_stop:2414 : total=90405 2025-04-17 12:57:01.100 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:57:01.102 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=92019 2025-04-17 12:57:01.104 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-17 12:57:01.105 | + functions-common:git_timed:680 : local count=0 2025-04-17 12:57:01.107 | + functions-common:git_timed:681 : local timeout=0 2025-04-17 12:57:01.109 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-17 12:57:01.111 | + functions-common:git_timed:684 : timeout=0 2025-04-17 12:57:01.113 | + functions-common:git_timed:687 : time_start git_timed 2025-04-17 12:57:01.115 | + functions-common:time_start:2386 : local name=git_timed 2025-04-17 12:57:01.117 | + functions-common:time_start:2387 : local start_time= 2025-04-17 12:57:01.118 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 12:57:01.121 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 12:57:01.125 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894621122 2025-04-17 12:57:01.127 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-17 12:57:01.152 | Note: switching to 'FETCH_HEAD'. 2025-04-17 12:57:01.152 | 2025-04-17 12:57:01.152 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-17 12:57:01.152 | changes and commit them, and you can discard any commits you make in this 2025-04-17 12:57:01.152 | state without impacting any branches by switching back to a branch. 2025-04-17 12:57:01.152 | 2025-04-17 12:57:01.152 | If you want to create a new branch to retain commits you create, you may 2025-04-17 12:57:01.152 | do so (now or later) by using -c with the switch command. Example: 2025-04-17 12:57:01.152 | 2025-04-17 12:57:01.152 | git switch -c 2025-04-17 12:57:01.152 | 2025-04-17 12:57:01.152 | Or undo this operation with: 2025-04-17 12:57:01.152 | 2025-04-17 12:57:01.152 | git switch - 2025-04-17 12:57:01.152 | 2025-04-17 12:57:01.152 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-17 12:57:01.152 | 2025-04-17 12:57:01.153 | HEAD is now at d84f211 Add round-robin candidate generation strategy 2025-04-17 12:57:01.155 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-17 12:57:01.157 | + functions-common:time_stop:2400 : local name 2025-04-17 12:57:01.159 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:57:01.161 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:57:01.163 | + functions-common:time_stop:2403 : local total 2025-04-17 12:57:01.165 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:57:01.167 | + functions-common:time_stop:2406 : name=git_timed 2025-04-17 12:57:01.169 | + functions-common:time_stop:2407 : start_time=1744894621122 2025-04-17 12:57:01.171 | + functions-common:time_stop:2409 : [[ -z 1744894621122 ]] 2025-04-17 12:57:01.173 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:57:01.177 | + functions-common:time_stop:2412 : end_time=1744894621175 2025-04-17 12:57:01.179 | + functions-common:time_stop:2413 : elapsed_time=53 2025-04-17 12:57:01.181 | + functions-common:time_stop:2414 : total=92019 2025-04-17 12:57:01.183 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:57:01.184 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=92072 2025-04-17 12:57:01.186 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//placement 2025-04-17 12:57:01.196 | + functions-common:git_clone:655 : cd /opt/stack//placement 2025-04-17 12:57:01.199 | + functions-common:git_clone:656 : git show --oneline 2025-04-17 12:57:01.199 | + functions-common:git_clone:656 : head -1 2025-04-17 12:57:01.202 | d84f211 Add round-robin candidate generation strategy 2025-04-17 12:57:01.204 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-17 12:57:01.206 | + lib/placement:install_placement:154 : setup_develop /opt/stack//placement 2025-04-17 12:57:01.208 | + inc/python:setup_develop:360 : local bindep 2025-04-17 12:57:01.210 | + inc/python:setup_develop:361 : [[ /opt/stack//placement == -bindep* ]] 2025-04-17 12:57:01.212 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//placement 2025-04-17 12:57:01.214 | + inc/python:setup_develop:366 : local extras= 2025-04-17 12:57:01.216 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//placement -e 2025-04-17 12:57:01.218 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-17 12:57:01.220 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//placement == -bindep* ]] 2025-04-17 12:57:01.222 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//placement 2025-04-17 12:57:01.224 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-17 12:57:01.226 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-17 12:57:01.229 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//placement 2025-04-17 12:57:01.231 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-17 12:57:01.233 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/placement 2025-04-17 12:57:01.235 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-17 12:57:01.237 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-17 12:57:01.239 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2025-04-17 12:57:01.244 | + inc/python:_setup_package_with_constraints_edit:407 : name=openstack-placement 2025-04-17 12:57:01.246 | + 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-17 12:57:01.568 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/placement -e 2025-04-17 12:57:01.570 | + inc/python:setup_package:440 : local bindep=0 2025-04-17 12:57:01.572 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-17 12:57:01.574 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-17 12:57:01.576 | + inc/python:setup_package:443 : [[ /opt/stack/placement == -bindep* ]] 2025-04-17 12:57:01.578 | + inc/python:setup_package:448 : local project_dir=/opt/stack/placement 2025-04-17 12:57:01.580 | + inc/python:setup_package:449 : local flags=-e 2025-04-17 12:57:01.582 | + inc/python:setup_package:450 : local extras= 2025-04-17 12:57:01.584 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-17 12:57:01.586 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-17 12:57:01.588 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-17 12:57:01.591 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-17 12:57:01.593 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-17 12:57:01.595 | + inc/python:setup_package:468 : pip_install -e /opt/stack/placement 2025-04-17 12:57:01.611 | Using python 3.10 to install /opt/stack/placement 2025-04-17 12:57:01.613 | + 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-17 12:57:02.450 | Obtaining file:///opt/stack/placement 2025-04-17 12:57:02.451 | Preparing metadata (setup.py): started 2025-04-17 12:57:02.874 | Preparing metadata (setup.py): finished with status 'done' 2025-04-17 12:57:02.930 | 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-17 12:57:02.931 | 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-17 12:57:02.932 | 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-17 12:57:02.933 | 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-17 12:57:02.933 | 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-17 12:57:02.934 | 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-17 12:57:02.935 | 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-17 12:57:02.936 | 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-17 12:57:02.936 | 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-17 12:57:02.937 | 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-17 12:57:02.938 | 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-17 12:57:02.938 | 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-17 12:57:02.939 | 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-17 12:57:02.940 | 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-17 12:57:02.941 | 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-17 12:57:02.941 | 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-17 12:57:02.942 | 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-17 12:57:02.943 | 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-17 12:57:02.944 | 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-17 12:57:02.944 | 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-17 12:57:02.945 | 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-17 12:57:02.964 | 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-17 12:57:02.964 | 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-17 12:57:02.987 | 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-17 12:57:02.988 | 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-17 12:57:02.989 | 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-17 12:57:02.990 | 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-17 12:57:02.991 | 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-17 12:57:02.999 | 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-17 12:57:03.020 | 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-17 12:57:03.021 | 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-17 12:57:03.022 | 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-17 12:57:03.023 | 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-17 12:57:03.023 | 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-17 12:57:03.046 | 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-17 12:57:03.047 | 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-17 12:57:03.048 | 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-17 12:57:03.067 | 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-17 12:57:03.068 | 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-17 12:57:03.076 | 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-17 12:57:03.076 | 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-17 12:57:03.078 | 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-17 12:57:03.090 | 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-17 12:57:03.091 | 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-17 12:57:03.092 | 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-17 12:57:03.097 | 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-17 12:57:03.105 | 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-17 12:57:03.106 | 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-17 12:57:03.107 | 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-17 12:57:03.107 | 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-17 12:57:03.119 | 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-17 12:57:03.120 | 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-17 12:57:03.121 | 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-17 12:57:03.121 | 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-17 12:57:03.130 | 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-17 12:57:03.130 | 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-17 12:57:03.236 | 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-17 12:57:03.254 | 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-17 12:57:03.299 | 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-17 12:57:03.330 | 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-17 12:57:03.358 | 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-17 12:57:03.399 | 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-17 12:57:03.422 | 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-17 12:57:03.551 | 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-17 12:57:03.591 | 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-17 12:57:03.642 | 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-17 12:57:04.350 | Installing collected packages: openstack-placement 2025-04-17 12:57:04.350 | Running setup.py develop for openstack-placement 2025-04-17 12:57:05.282 | Successfully installed openstack-placement-0.1.0.dev12 2025-04-17 12:57:05.388 | + inc/python:pip_install:222 : result=0 2025-04-17 12:57:05.390 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-17 12:57:05.393 | + functions-common:time_stop:2400 : local name 2025-04-17 12:57:05.395 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:57:05.397 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:57:05.399 | + functions-common:time_stop:2403 : local total 2025-04-17 12:57:05.401 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:57:05.403 | + functions-common:time_stop:2406 : name=pip_install 2025-04-17 12:57:05.405 | + functions-common:time_stop:2407 : start_time=1744894621607 2025-04-17 12:57:05.407 | + functions-common:time_stop:2409 : [[ -z 1744894621607 ]] 2025-04-17 12:57:05.410 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:57:05.413 | + functions-common:time_stop:2412 : end_time=1744894625410 2025-04-17 12:57:05.414 | + functions-common:time_stop:2413 : elapsed_time=3803 2025-04-17 12:57:05.416 | + functions-common:time_stop:2414 : total=79962 2025-04-17 12:57:05.418 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:57:05.420 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=83765 2025-04-17 12:57:05.422 | + inc/python:pip_install:225 : return 0 2025-04-17 12:57:05.424 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-17 12:57:05.426 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-17 12:57:05.428 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/placement 2025-04-17 12:57:05.430 | + inc/python:use_library_from_git:272 : local name=/opt/stack/placement 2025-04-17 12:57:05.432 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:57:05.433 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:57:05.435 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/placement, ]] 2025-04-17 12:57:05.438 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:57:05.440 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-17 12:57:05.442 | + stack.sh:main:971 : configure_placement 2025-04-17 12:57:05.444 | + lib/placement:configure_placement:112 : sudo install -d -o stack /etc/placement 2025-04-17 12:57:05.454 | + lib/placement:configure_placement:113 : create_placement_conf 2025-04-17 12:57:05.456 | + lib/placement:create_placement_conf:102 : rm -f /etc/placement/placement.conf 2025-04-17 12:57:05.460 | ++ lib/placement:create_placement_conf:103 : database_connection_url placement 2025-04-17 12:57:05.462 | ++ lib/database:database_connection_url:134 : local db=placement 2025-04-17 12:57:05.463 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2025-04-17 12:57:05.466 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=placement 2025-04-17 12:57:05.467 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-17 12:57:05.469 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-17 12:57:05.471 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-17 12:57:05.485 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:57:05.487 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-17 12:57:05.489 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8&plugin=dbcounter' 2025-04-17 12:57:05.492 | + 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-17 12:57:05.518 | + lib/placement:create_placement_conf:104 : iniset /etc/placement/placement.conf DEFAULT debug True 2025-04-17 12:57:05.544 | + lib/placement:create_placement_conf:105 : iniset /etc/placement/placement.conf api auth_strategy keystone 2025-04-17 12:57:05.570 | + lib/placement:create_placement_conf:106 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2025-04-17 12:57:05.572 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/placement/placement.conf 2025-04-17 12:57:05.574 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2025-04-17 12:57:05.576 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-17 12:57:05.578 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2025-04-17 12:57:05.604 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2025-04-17 12:57:05.627 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-17 12:57:05.652 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2025-04-17 12:57:05.676 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken password nomoresecret 2025-04-17 12:57:05.701 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2025-04-17 12:57:05.725 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2025-04-17 12:57:05.749 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2025-04-17 12:57:05.773 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-17 12:57:05.797 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2025-04-17 12:57:05.822 | + lib/placement:create_placement_conf:107 : setup_logging /etc/placement/placement.conf 2025-04-17 12:57:05.824 | + functions:setup_logging:685 : setup_systemd_logging /etc/placement/placement.conf 2025-04-17 12:57:05.826 | + functions:setup_systemd_logging:700 : local conf_file=/etc/placement/placement.conf 2025-04-17 12:57:05.829 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-17 12:57:05.842 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-17 12:57:05.844 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-17 12:57:05.846 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-17 12:57:05.848 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-17 12:57:05.850 | + 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-17 12:57:05.874 | + 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-17 12:57:05.898 | + 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-17 12:57:05.922 | + functions:setup_systemd_logging:717 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-17 12:57:05.947 | + lib/placement:configure_placement:115 : [[ uwsgi == \u\w\s\g\i ]] 2025-04-17 12:57:05.949 | + lib/placement:configure_placement:116 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /opt/stack/data/venv/bin/placement-api /placement 2025-04-17 12:57:05.951 | + lib/apache:write_uwsgi_config:241 : local file=/etc/placement/placement-uwsgi.ini 2025-04-17 12:57:05.953 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/placement-api 2025-04-17 12:57:05.955 | + lib/apache:write_uwsgi_config:243 : local url=/placement 2025-04-17 12:57:05.957 | + lib/apache:write_uwsgi_config:244 : local http= 2025-04-17 12:57:05.959 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-17 12:57:05.962 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/placement-api 2025-04-17 12:57:05.964 | + lib/apache:write_uwsgi_config:246 : name=placement-api 2025-04-17 12:57:05.966 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-17 12:57:05.968 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-17 12:57:05.978 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-17 12:57:05.979 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-17 12:57:05.986 | d /var/run/uwsgi 0755 stack root 2025-04-17 12:57:05.989 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-17 12:57:05.997 | /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-17 12:57:06.001 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/placement-api.socket 2025-04-17 12:57:06.003 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/placement/placement-uwsgi.ini 2025-04-17 12:57:06.006 | + lib/apache:write_uwsgi_config:262 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/placement-api 2025-04-17 12:57:06.032 | + lib/apache:write_uwsgi_config:263 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2025-04-17 12:57:06.056 | + lib/apache:write_uwsgi_config:265 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2025-04-17 12:57:06.080 | + lib/apache:write_uwsgi_config:267 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2025-04-17 12:57:06.105 | + lib/apache:write_uwsgi_config:268 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2025-04-17 12:57:06.129 | + lib/apache:write_uwsgi_config:271 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-17 12:57:06.153 | + lib/apache:write_uwsgi_config:272 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2025-04-17 12:57:06.176 | + lib/apache:write_uwsgi_config:273 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2025-04-17 12:57:06.201 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2025-04-17 12:57:06.225 | + 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-17 12:57:06.248 | + lib/apache:write_uwsgi_config:279 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2025-04-17 12:57:06.273 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-17 12:57:06.297 | + lib/apache:write_uwsgi_config:283 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2025-04-17 12:57:06.320 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-04-17 12:57:06.323 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-04-17 12:57:06.325 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for placement-api 2025-04-17 12:57:06.328 | ++ lib/apache:apache_site_config_for:173 : local site=placement-api 2025-04-17 12:57:06.330 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-17 12:57:06.332 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:57:06.334 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:57:06.337 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/placement-api.conf 2025-04-17 12:57:06.340 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2025-04-17 12:57:06.341 | + lib/apache:write_uwsgi_config:291 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2025-04-17 12:57:06.366 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2025-04-17 12:57:06.391 | + 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-17 12:57:06.391 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2025-04-17 12:57:06.397 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 acquire=1 2025-04-17 12:57:06.401 | + lib/apache:write_uwsgi_config:294 : enable_apache_site placement-api 2025-04-17 12:57:06.402 | + lib/apache:enable_apache_site:190 : local site=placement-api 2025-04-17 12:57:06.405 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-17 12:57:06.406 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-17 12:57:06.409 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-17 12:57:06.410 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:57:06.412 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:57:06.415 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-17 12:57:06.416 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-17 12:57:06.418 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:57:06.420 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:57:06.422 | + lib/apache:enable_apache_site:194 : sudo a2ensite placement-api 2025-04-17 12:57:06.454 | Enabling site placement-api. 2025-04-17 12:57:06.457 | To activate the new configuration, you need to run: 2025-04-17 12:57:06.458 | systemctl reload apache2 2025-04-17 12:57:06.461 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-04-17 12:57:06.463 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-17 12:57:06.465 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-17 12:57:06.467 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-17 12:57:06.567 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2025-04-17 12:57:06.569 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2025-04-17 12:57:06.571 | + lib/placement:configure_placement:124 : iniset /etc/placement/placement.conf oslo_policy enforce_new_defaults False 2025-04-17 12:57:06.598 | + lib/placement:configure_placement:125 : iniset /etc/placement/placement.conf oslo_policy enforce_scope False 2025-04-17 12:57:06.625 | + stack.sh:main:978 : is_service_enabled placement placement-client 2025-04-17 12:57:06.638 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:57:06.640 | + stack.sh:main:979 : is_service_enabled n-cpu 2025-04-17 12:57:06.653 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:57:06.655 | + stack.sh:main:979 : is_service_enabled n-sch 2025-04-17 12:57:06.669 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:57:06.671 | + stack.sh:main:980 : configure_placement_nova_compute 2025-04-17 12:57:06.673 | + lib/nova:configure_placement_nova_compute:629 : local conf=/etc/nova/nova.conf 2025-04-17 12:57:06.675 | + lib/nova:configure_placement_nova_compute:630 : iniset /etc/nova/nova.conf placement auth_type password 2025-04-17 12:57:06.700 | + lib/nova:configure_placement_nova_compute:631 : iniset /etc/nova/nova.conf placement auth_url http://10.180.1.21/identity 2025-04-17 12:57:06.724 | + lib/nova:configure_placement_nova_compute:632 : iniset /etc/nova/nova.conf placement username placement 2025-04-17 12:57:06.749 | + lib/nova:configure_placement_nova_compute:633 : iniset /etc/nova/nova.conf placement password nomoresecret 2025-04-17 12:57:06.773 | + lib/nova:configure_placement_nova_compute:634 : iniset /etc/nova/nova.conf placement user_domain_name Default 2025-04-17 12:57:06.797 | + lib/nova:configure_placement_nova_compute:635 : iniset /etc/nova/nova.conf placement project_name service 2025-04-17 12:57:06.821 | + lib/nova:configure_placement_nova_compute:636 : iniset /etc/nova/nova.conf placement project_domain_name Default 2025-04-17 12:57:06.846 | + lib/nova:configure_placement_nova_compute:637 : iniset /etc/nova/nova.conf placement region_name RegionOne 2025-04-17 12:57:06.871 | + stack.sh:main:984 : is_service_enabled horizon 2025-04-17 12:57:06.884 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:57:06.886 | + stack.sh:main:989 : is_service_enabled tls-proxy 2025-04-17 12:57:06.900 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:57:06.902 | + stack.sh:main:997 : run_phase stack install 2025-04-17 12:57:06.904 | + functions-common:run_phase:1828 : local mode=stack 2025-04-17 12:57:06.906 | + functions-common:run_phase:1829 : local phase=install 2025-04-17 12:57:06.907 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-17 12:57:06.909 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-17 12:57:06.911 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-17 12:57:06.914 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-17 12:57:06.915 | + functions-common:run_phase:1838 : local extra 2025-04-17 12:57:06.918 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-17 12:57:06.921 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-17 12:57:06.923 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-17 12:57:06.926 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-17 12:57:06.928 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack install 2025-04-17 12:57:06.930 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-17 12:57:06.942 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:57:06.945 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-17 12:57:06.947 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-17 12:57:06.948 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2025-04-17 12:57:06.950 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2025-04-17 12:57:06.952 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-17 12:57:06.954 | ++ stack.sh:echo_summary:461 : echo -e Installing Tempest 2025-04-17 12:57:06.956 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2025-04-17 12:57:06.958 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2025-04-17 12:57:07.004 | ++ inc/async:async_inner:63 : install_tempest 2025-04-17 12:57:07.033 | [3523 Async install_tempest:34665]: running: install_tempest 2025-04-17 12:57:07.035 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-17 12:57:07.037 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-17 12:57:07.039 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-17 12:57:07.041 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-17 12:57:07.044 | + functions-common:run_phase:1855 : run_plugins stack install 2025-04-17 12:57:07.046 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-17 12:57:07.048 | + functions-common:run_plugins:1815 : local phase=install 2025-04-17 12:57:07.050 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-17 12:57:07.052 | + functions-common:run_plugins:1818 : local plugin 2025-04-17 12:57:07.055 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-17 12:57:07.057 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-17 12:57:07.059 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-17 12:57:07.061 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack install 2025-04-17 12:57:07.063 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-17 12:57:07.065 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-17 12:57:07.067 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2025-04-17 12:57:07.070 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:9 : echo_summary 'Installing Networking-NSX-T' 2025-04-17 12:57:07.072 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-17 12:57:07.074 | ++ stack.sh:echo_summary:461 : echo -e Installing Networking-NSX-T 2025-04-17 12:57:07.076 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:10 : setup_develop /opt/stack//networking-nsx-t 2025-04-17 12:57:07.078 | ++ inc/python:setup_develop:360 : local bindep 2025-04-17 12:57:07.080 | ++ inc/python:setup_develop:361 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2025-04-17 12:57:07.082 | ++ inc/python:setup_develop:365 : local project_dir=/opt/stack//networking-nsx-t 2025-04-17 12:57:07.084 | ++ inc/python:setup_develop:366 : local extras= 2025-04-17 12:57:07.086 | ++ inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//networking-nsx-t -e 2025-04-17 12:57:07.088 | ++ inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-17 12:57:07.090 | ++ inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2025-04-17 12:57:07.092 | ++ inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//networking-nsx-t 2025-04-17 12:57:07.094 | ++ inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-17 12:57:07.096 | ++ inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-17 12:57:07.098 | +++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//networking-nsx-t 2025-04-17 12:57:07.100 | +++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-17 12:57:07.103 | ++ inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/networking-nsx-t 2025-04-17 12:57:07.104 | ++ inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-17 12:57:07.106 | ++ inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-17 12:57:07.109 | +++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/networking-nsx-t/setup.cfg 2025-04-17 12:57:07.113 | ++ inc/python:_setup_package_with_constraints_edit:407 : name=networking_nsxv3 2025-04-17 12:57:07.116 | ++ 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-17 12:57:07.444 | ++ inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/networking-nsx-t -e 2025-04-17 12:57:07.447 | ++ inc/python:setup_package:440 : local bindep=0 2025-04-17 12:57:07.449 | ++ inc/python:setup_package:441 : local bindep_flag= 2025-04-17 12:57:07.451 | ++ inc/python:setup_package:442 : local bindep_profiles= 2025-04-17 12:57:07.452 | ++ inc/python:setup_package:443 : [[ /opt/stack/networking-nsx-t == -bindep* ]] 2025-04-17 12:57:07.454 | ++ inc/python:setup_package:448 : local project_dir=/opt/stack/networking-nsx-t 2025-04-17 12:57:07.457 | ++ inc/python:setup_package:449 : local flags=-e 2025-04-17 12:57:07.458 | ++ inc/python:setup_package:450 : local extras= 2025-04-17 12:57:07.461 | ++ inc/python:setup_package:454 : [[ -n -e ]] 2025-04-17 12:57:07.462 | ++ inc/python:setup_package:454 : [[ -z '' ]] 2025-04-17 12:57:07.465 | ++ inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-17 12:57:07.466 | ++ inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-17 12:57:07.468 | ++ inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-17 12:57:07.470 | ++ inc/python:setup_package:468 : pip_install -e /opt/stack/networking-nsx-t 2025-04-17 12:57:07.486 | Using python 3.10 to install /opt/stack/networking-nsx-t 2025-04-17 12:57:07.488 | ++ 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-17 12:57:08.333 | Obtaining file:///opt/stack/networking-nsx-t 2025-04-17 12:57:08.333 | Preparing metadata (setup.py): started 2025-04-17 12:57:08.760 | Preparing metadata (setup.py): finished with status 'done' 2025-04-17 12:57:08.814 | 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-17 12:57:08.914 | Collecting Babel>=1.3 (from networking_nsxv3==0.0.1.dev9) 2025-04-17 12:57:08.916 | Using cached Babel-2.12.1-py3-none-any.whl.metadata (1.3 kB) 2025-04-17 12:57:08.919 | 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-17 12:57:08.920 | 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-17 12:57:08.921 | 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-17 12:57:08.921 | 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-17 12:57:08.921 | 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-17 12:57:08.922 | 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-17 12:57:08.923 | 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-17 12:57:08.923 | 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-17 12:57:08.948 | Collecting ipaddress (from networking_nsxv3==0.0.1.dev9) 2025-04-17 12:57:08.950 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl.metadata (923 bytes) 2025-04-17 12:57:08.952 | 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-17 12:57:08.952 | 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-17 12:57:08.974 | Collecting ratelimiter (from networking_nsxv3==0.0.1.dev9) 2025-04-17 12:57:08.975 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl.metadata (4.0 kB) 2025-04-17 12:57:08.977 | 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-17 12:57:08.978 | 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-17 12:57:08.997 | 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-17 12:57:08.998 | 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-17 12:57:08.999 | 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-17 12:57:09.000 | 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-17 12:57:09.001 | 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-17 12:57:09.002 | 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-17 12:57:09.002 | 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-17 12:57:09.003 | 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-17 12:57:09.004 | 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-17 12:57:09.005 | 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-17 12:57:09.006 | 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-17 12:57:09.007 | 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-17 12:57:09.008 | 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-17 12:57:09.009 | 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-17 12:57:09.010 | 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-17 12:57:09.030 | 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-17 12:57:09.031 | 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-17 12:57:09.032 | 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-17 12:57:09.032 | 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-17 12:57:09.055 | 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-17 12:57:09.057 | 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-17 12:57:09.061 | 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-17 12:57:09.062 | 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-17 12:57:09.063 | 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-17 12:57:09.074 | 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-17 12:57:09.075 | 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-17 12:57:09.076 | 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-17 12:57:09.077 | 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-17 12:57:09.078 | 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-17 12:57:09.078 | 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-17 12:57:09.079 | 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-17 12:57:09.087 | 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-17 12:57:09.088 | 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-17 12:57:09.089 | 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-17 12:57:09.089 | 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-17 12:57:09.130 | 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-17 12:57:09.131 | 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-17 12:57:09.132 | 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-17 12:57:09.133 | 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-17 12:57:09.135 | 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-17 12:57:09.135 | 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-17 12:57:09.169 | 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-17 12:57:09.170 | 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-17 12:57:09.171 | 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-17 12:57:09.172 | 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-17 12:57:09.180 | 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-17 12:57:09.181 | 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-17 12:57:09.181 | 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-17 12:57:09.182 | 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-17 12:57:09.188 | 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-17 12:57:09.195 | 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-17 12:57:09.196 | 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-17 12:57:09.249 | 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-17 12:57:09.272 | 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-17 12:57:09.273 | 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-17 12:57:09.274 | 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-17 12:57:09.275 | 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-17 12:57:09.275 | 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-17 12:57:09.276 | 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-17 12:57:09.277 | 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-17 12:57:09.293 | 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-17 12:57:09.295 | 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-17 12:57:09.350 | 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-17 12:57:09.352 | 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-17 12:57:09.353 | 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-17 12:57:09.402 | 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-17 12:57:09.403 | 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-17 12:57:09.404 | 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-17 12:57:09.405 | 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-17 12:57:09.406 | 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-17 12:57:09.476 | 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-17 12:57:09.501 | 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-17 12:57:09.502 | 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-17 12:57:09.577 | 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-17 12:57:09.578 | 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-17 12:57:09.579 | 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-17 12:57:09.579 | 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-17 12:57:09.604 | 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-17 12:57:09.793 | 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-17 12:57:09.881 | 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-17 12:57:09.882 | 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-17 12:57:09.911 | 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-17 12:57:10.001 | 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-17 12:57:10.025 | 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-17 12:57:10.084 | 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-17 12:57:10.100 | 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-17 12:57:10.100 | 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-17 12:57:10.147 | 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-17 12:57:10.148 | 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-17 12:57:10.150 | 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-17 12:57:10.165 | 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-17 12:57:10.305 | 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-17 12:57:10.375 | 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-17 12:57:10.459 | 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-17 12:57:10.628 | Using cached Babel-2.12.1-py3-none-any.whl (10.1 MB) 2025-04-17 12:57:10.671 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) 2025-04-17 12:57:10.673 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl (6.6 kB) 2025-04-17 12:57:11.197 | Installing collected packages: ratelimiter, ipaddress, Babel, networking_nsxv3 2025-04-17 12:57:11.630 | Running setup.py develop for networking_nsxv3 2025-04-17 12:57:12.828 | Successfully installed Babel-2.12.1 ipaddress-1.0.23 networking_nsxv3-0.0.1.dev9 ratelimiter-1.2.0.post0 2025-04-17 12:57:12.987 | ++ inc/python:pip_install:222 : result=0 2025-04-17 12:57:12.989 | ++ inc/python:pip_install:224 : time_stop pip_install 2025-04-17 12:57:12.991 | ++ functions-common:time_stop:2400 : local name 2025-04-17 12:57:12.993 | ++ functions-common:time_stop:2401 : local end_time 2025-04-17 12:57:12.995 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:57:12.996 | ++ functions-common:time_stop:2403 : local total 2025-04-17 12:57:12.998 | ++ functions-common:time_stop:2404 : local start_time 2025-04-17 12:57:13.000 | ++ functions-common:time_stop:2406 : name=pip_install 2025-04-17 12:57:13.003 | ++ functions-common:time_stop:2407 : start_time=1744894627482 2025-04-17 12:57:13.005 | ++ functions-common:time_stop:2409 : [[ -z 1744894627482 ]] 2025-04-17 12:57:13.007 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:57:13.010 | ++ functions-common:time_stop:2412 : end_time=1744894633008 2025-04-17 12:57:13.016 | ++ functions-common:time_stop:2413 : elapsed_time=5526 2025-04-17 12:57:13.016 | ++ functions-common:time_stop:2414 : total=83765 2025-04-17 12:57:13.016 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:57:13.018 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=89291 2025-04-17 12:57:13.020 | ++ inc/python:pip_install:225 : return 0 2025-04-17 12:57:13.022 | ++ inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-17 12:57:13.029 | ++ inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-17 12:57:13.029 | ++ inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/networking-nsx-t 2025-04-17 12:57:13.029 | ++ inc/python:use_library_from_git:272 : local name=/opt/stack/networking-nsx-t 2025-04-17 12:57:13.030 | ++ inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:57:13.034 | ++ inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:57:13.034 | ++ inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/networking-nsx-t, ]] 2025-04-17 12:57:13.036 | ++ inc/python:use_library_from_git:275 : return 1 2025-04-17 12:57:13.039 | + stack.sh:main:1000 : use_library_from_git python-openstackclient 2025-04-17 12:57:13.051 | + inc/python:use_library_from_git:272 : local name=python-openstackclient 2025-04-17 12:57:13.053 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-17 12:57:13.055 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-17 12:57:13.060 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-openstackclient, ]] 2025-04-17 12:57:13.061 | + inc/python:use_library_from_git:275 : return 1 2025-04-17 12:57:13.063 | + stack.sh:main:1004 : pip_install_gr python-openstackclient 2025-04-17 12:57:13.065 | + inc/python:pip_install_gr:94 : local name=python-openstackclient 2025-04-17 12:57:13.071 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-17 12:57:13.074 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements python-openstackclient 2025-04-17 12:57:13.076 | ++ inc/python:get_from_global_requirements:247 : local package=python-openstackclient 2025-04-17 12:57:13.079 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-17 12:57:13.082 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^python-openstackclient' /opt/stack//requirements/global-requirements.txt 2025-04-17 12:57:13.082 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-17 12:57:13.086 | ++ inc/python:get_from_global_requirements:249 : required_pkg='python-openstackclient ' 2025-04-17 12:57:13.088 | ++ inc/python:get_from_global_requirements:250 : [[ python-openstackclient == '' ]] 2025-04-17 12:57:13.090 | ++ inc/python:get_from_global_requirements:253 : echo python-openstackclient 2025-04-17 12:57:13.093 | + inc/python:pip_install_gr:96 : clean_name=python-openstackclient 2025-04-17 12:57:13.095 | + inc/python:pip_install_gr:97 : pip_install python-openstackclient 2025-04-17 12:57:13.112 | Using python 3.10 to install python-openstackclient 2025-04-17 12:57:13.114 | + 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-17 12:57:14.107 | Collecting python-openstackclient 2025-04-17 12:57:14.110 | Using cached python_openstackclient-6.3.0-py3-none-any.whl.metadata (6.5 kB) 2025-04-17 12:57:14.120 | 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-17 12:57:14.121 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (40.0.2) 2025-04-17 12:57:14.122 | 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-17 12:57:14.123 | 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-17 12:57:14.124 | 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-17 12:57:14.125 | 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-17 12:57:14.126 | 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-17 12:57:14.127 | 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-17 12:57:14.128 | 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-17 12:57:14.129 | 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-17 12:57:14.129 | 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-17 12:57:14.129 | 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-17 12:57:14.134 | 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-17 12:57:14.135 | 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-17 12:57:14.136 | 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-17 12:57:14.137 | 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-17 12:57:14.137 | 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-17 12:57:14.157 | 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-17 12:57:14.169 | 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-17 12:57:14.170 | 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-17 12:57:14.170 | 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-17 12:57:14.171 | 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-17 12:57:14.172 | 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-17 12:57:14.173 | 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-17 12:57:14.174 | 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-17 12:57:14.175 | 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-17 12:57:14.175 | 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-17 12:57:14.183 | 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-17 12:57:14.191 | 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-17 12:57:14.192 | 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-17 12:57:14.194 | 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-17 12:57:14.194 | 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-17 12:57:14.195 | 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-17 12:57:14.196 | 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-17 12:57:14.206 | 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-17 12:57:14.215 | 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-17 12:57:14.219 | 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-17 12:57:14.220 | 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-17 12:57:14.238 | 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-17 12:57:14.262 | 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-17 12:57:14.263 | 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-17 12:57:14.264 | 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-17 12:57:14.270 | 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-17 12:57:14.303 | 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-17 12:57:14.312 | 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-17 12:57:14.375 | 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-17 12:57:14.383 | 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-17 12:57:14.425 | 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-17 12:57:14.426 | 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-17 12:57:14.427 | 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-17 12:57:14.428 | 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-17 12:57:14.581 | Using cached python_openstackclient-6.3.0-py3-none-any.whl (1.1 MB) 2025-04-17 12:57:15.515 | Installing collected packages: python-openstackclient 2025-04-17 12:57:16.395 | Successfully installed python-openstackclient-6.3.0 2025-04-17 12:57:16.510 | + inc/python:pip_install:222 : result=0 2025-04-17 12:57:16.512 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-17 12:57:16.515 | + functions-common:time_stop:2400 : local name 2025-04-17 12:57:16.517 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:57:16.519 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:57:16.521 | + functions-common:time_stop:2403 : local total 2025-04-17 12:57:16.523 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:57:16.525 | + functions-common:time_stop:2406 : name=pip_install 2025-04-17 12:57:16.528 | + functions-common:time_stop:2407 : start_time=1744894633108 2025-04-17 12:57:16.530 | + functions-common:time_stop:2409 : [[ -z 1744894633108 ]] 2025-04-17 12:57:16.533 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:57:16.536 | + functions-common:time_stop:2412 : end_time=1744894636534 2025-04-17 12:57:16.538 | + functions-common:time_stop:2413 : elapsed_time=3426 2025-04-17 12:57:16.540 | + functions-common:time_stop:2414 : total=89291 2025-04-17 12:57:16.542 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:57:16.544 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=92717 2025-04-17 12:57:16.546 | + inc/python:pip_install:225 : return 0 2025-04-17 12:57:16.548 | + stack.sh:main:1009 : install_oscwrap 2025-04-17 12:57:16.551 | ++ functions-common:install_oscwrap:2445 : mktemp 2025-04-17 12:57:16.555 | + functions-common:install_oscwrap:2445 : OSCWRAP_TIMER_FILE=/tmp/tmp.J65Vv7NLDj 2025-04-17 12:57:16.557 | + functions-common:install_oscwrap:2448 : shopt -s expand_aliases 2025-04-17 12:57:16.559 | + functions-common:install_oscwrap:2451 : unalias -a 2025-04-17 12:57:16.561 | + functions-common:install_oscwrap:2453 : alias openstack=oscwrap 2025-04-17 12:57:16.564 | + stack.sh:main:1014 : [[ False != \F\a\l\s\e ]] 2025-04-17 12:57:16.566 | + stack.sh:main:1054 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-04-17 12:57:16.568 | + stack.sh:main:1062 : is_service_enabled mysql postgresql 2025-04-17 12:57:16.582 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:57:16.584 | + stack.sh:main:1063 : configure_database 2025-04-17 12:57:16.586 | + lib/database:configure_database:128 : configure_database_mysql 2025-04-17 12:57:16.587 | + lib/databases/mysql:configure_database_mysql:66 : local my_conf mysql slow_log my_client_conf 2025-04-17 12:57:16.589 | + lib/databases/mysql:configure_database_mysql:67 : echo_summary 'Configuring and starting MySQL' 2025-04-17 12:57:16.591 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-17 12:57:16.594 | + stack.sh:echo_summary:461 : echo -e Configuring and starting MySQL 2025-04-17 12:57:16.595 | + lib/databases/mysql:configure_database_mysql:69 : is_ubuntu 2025-04-17 12:57:16.597 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:57:16.599 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:57:16.601 | + lib/databases/mysql:configure_database_mysql:70 : my_conf=/etc/mysql/my.cnf 2025-04-17 12:57:16.602 | + lib/databases/mysql:configure_database_mysql:84 : is_ubuntu 2025-04-17 12:57:16.604 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:57:16.606 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:57:16.608 | + lib/databases/mysql:configure_database_mysql:85 : is_fips_enabled 2025-04-17 12:57:16.610 | ++ functions-common:is_fips_enabled:2516 : cat /proc/sys/crypto/fips_enabled 2025-04-17 12:57:16.612 | cat: /proc/sys/crypto/fips_enabled: No such file or directory 2025-04-17 12:57:16.614 | + functions-common:is_fips_enabled:2516 : fips= 2025-04-17 12:57:16.615 | + functions-common:is_fips_enabled:2517 : '[' '' == 1 ']' 2025-04-17 12:57:16.618 | ++ lib/databases/mysql:configure_database_mysql:93 : ipv6_unquote 0.0.0.0 2025-04-17 12:57:16.621 | ++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2025-04-17 12:57:16.621 | ++ functions-common:ipv6_unquote:2198 : echo 0.0.0.0 2025-04-17 12:57:16.625 | + lib/databases/mysql:configure_database_mysql:93 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2025-04-17 12:57:16.673 | + lib/databases/mysql:configure_database_mysql:96 : is_fedora 2025-04-17 12:57:16.675 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-17 12:57:16.677 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-17 12:57:16.679 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-17 12:57:16.681 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-17 12:57:16.683 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-17 12:57:16.685 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-17 12:57:16.686 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-17 12:57:16.688 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-17 12:57:16.690 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-17 12:57:16.692 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-17 12:57:16.694 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-17 12:57:16.696 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-17 12:57:16.697 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-17 12:57:16.699 | + lib/databases/mysql:configure_database_mysql:99 : is_ubuntu 2025-04-17 12:57:16.701 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:57:16.703 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:57:16.705 | + lib/databases/mysql:configure_database_mysql:101 : restart_service mariadb 2025-04-17 12:57:16.707 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-17 12:57:16.709 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart mariadb 2025-04-17 12:57:17.240 | + lib/databases/mysql:configure_database_mysql:110 : is_ubuntu 2025-04-17 12:57:17.242 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:57:17.243 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:57:17.245 | + lib/databases/mysql:configure_database_mysql:110 : [[ jammy == \j\a\m\m\y ]] 2025-04-17 12:57:17.247 | + lib/databases/mysql:configure_database_mysql:110 : '[' mariadb == mariadb ']' 2025-04-17 12:57:17.250 | + lib/databases/mysql:configure_database_mysql:116 : is_ubuntu 2025-04-17 12:57:17.252 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:57:17.253 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:57:17.255 | + lib/databases/mysql:configure_database_mysql:116 : '[' mariadb == mariadb ']' 2025-04-17 12:57:17.257 | + lib/databases/mysql:configure_database_mysql:117 : local 'cmd_args=-uroot -pstackdb ' 2025-04-17 12:57:17.260 | + lib/databases/mysql:configure_database_mysql:126 : is_ubuntu 2025-04-17 12:57:17.262 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:57:17.264 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:57:17.266 | + lib/databases/mysql:configure_database_mysql:126 : [[ ! jammy =~ bookworm|bullseye ]] 2025-04-17 12:57:17.268 | + lib/databases/mysql:configure_database_mysql:126 : '[' mariadb == mariadb ']' 2025-04-17 12:57:17.269 | + lib/databases/mysql:configure_database_mysql:127 : [[ jammy == \j\a\m\m\y ]] 2025-04-17 12:57:17.271 | + lib/databases/mysql:configure_database_mysql:130 : sudo mysql -e 'ALTER USER root@localhost IDENTIFIED VIA mysql_native_password USING PASSWORD('\''stackdb'\'');' 2025-04-17 12:57:17.291 | + lib/databases/mysql:configure_database_mysql:136 : is_ubuntu 2025-04-17 12:57:17.293 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 12:57:17.296 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 12:57:17.297 | + lib/databases/mysql:configure_database_mysql:136 : [[ jammy == \j\a\m\m\y ]] 2025-04-17 12:57:17.298 | + lib/databases/mysql:configure_database_mysql:136 : '[' mariadb == mariadb ']' 2025-04-17 12:57:17.302 | + lib/databases/mysql:configure_database_mysql:146 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2025-04-17 12:57:17.345 | + lib/databases/mysql:configure_database_mysql:147 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2025-04-17 12:57:17.387 | + lib/databases/mysql:configure_database_mysql:148 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2025-04-17 12:57:17.429 | + lib/databases/mysql:configure_database_mysql:150 : [[ False == \T\r\u\e ]] 2025-04-17 12:57:17.431 | + lib/databases/mysql:configure_database_mysql:170 : [[ True == \T\r\u\e ]] 2025-04-17 12:57:17.433 | + lib/databases/mysql:configure_database_mysql:171 : echo 'enabling MySQL performance counting' 2025-04-17 12:57:17.433 | enabling MySQL performance counting 2025-04-17 12:57:17.435 | + lib/databases/mysql:configure_database_mysql:174 : pip_install /opt/stack/devstack/tools/dbcounter 2025-04-17 12:57:17.452 | Using python 3.10 to install /opt/stack/devstack/tools/dbcounter 2025-04-17 12:57:17.454 | + 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-17 12:57:18.304 | Processing ./tools/dbcounter 2025-04-17 12:57:18.306 | Installing build dependencies: started 2025-04-17 12:57:22.972 | Installing build dependencies: finished with status 'done' 2025-04-17 12:57:22.972 | Getting requirements to build wheel: started 2025-04-17 12:57:23.161 | Getting requirements to build wheel: finished with status 'done' 2025-04-17 12:57:23.162 | Preparing metadata (pyproject.toml): started 2025-04-17 12:57:23.349 | Preparing metadata (pyproject.toml): finished with status 'done' 2025-04-17 12:57:23.352 | Building wheels for collected packages: dbcounter 2025-04-17 12:57:23.353 | Building wheel for dbcounter (pyproject.toml): started 2025-04-17 12:57:23.561 | Building wheel for dbcounter (pyproject.toml): finished with status 'done' 2025-04-17 12:57:23.562 | Created wheel for dbcounter: filename=dbcounter-0.1-py3-none-any.whl size=3228 sha256=9dc6b4289ed9b89127999fee749ed183ce055ae3060c980ea2962d29e537c0f4 2025-04-17 12:57:23.562 | Stored in directory: /tmp/pip-ephem-wheel-cache-dz0dmhq9/wheels/e3/83/d0/d5edd61a93218f4a1789af99bf08ab7f0ad72cdcbde06f9d11 2025-04-17 12:57:23.565 | Successfully built dbcounter 2025-04-17 12:57:24.616 | Installing collected packages: dbcounter 2025-04-17 12:57:24.662 | Successfully installed dbcounter-0.1 2025-04-17 12:57:24.789 | + inc/python:pip_install:222 : result=0 2025-04-17 12:57:24.791 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-17 12:57:24.793 | + functions-common:time_stop:2400 : local name 2025-04-17 12:57:24.795 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:57:24.798 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:57:24.800 | + functions-common:time_stop:2403 : local total 2025-04-17 12:57:24.802 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:57:24.804 | + functions-common:time_stop:2406 : name=pip_install 2025-04-17 12:57:24.806 | + functions-common:time_stop:2407 : start_time=1744894637448 2025-04-17 12:57:24.807 | + functions-common:time_stop:2409 : [[ -z 1744894637448 ]] 2025-04-17 12:57:24.810 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:57:24.813 | + functions-common:time_stop:2412 : end_time=1744894644811 2025-04-17 12:57:24.815 | + functions-common:time_stop:2413 : elapsed_time=7363 2025-04-17 12:57:24.817 | + functions-common:time_stop:2414 : total=92717 2025-04-17 12:57:24.820 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:57:24.822 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=100080 2025-04-17 12:57:24.824 | + inc/python:pip_install:225 : return 0 2025-04-17 12:57:24.826 | + lib/databases/mysql:configure_database_mysql:177 : recreate_database stats 2025-04-17 12:57:24.827 | + lib/database:recreate_database:112 : local db=stats 2025-04-17 12:57:24.829 | + lib/database:recreate_database:113 : recreate_database_mysql stats 2025-04-17 12:57:24.831 | + lib/databases/mysql:recreate_database_mysql:60 : local db=stats 2025-04-17 12:57:24.833 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS stats;' 2025-04-17 12:57:24.842 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE stats CHARACTER SET utf8;' 2025-04-17 12:57:24.851 | + 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-17 12:57:24.851 | count INT, PRIMARY KEY (db, op)) ENGINE MEMORY' stats 2025-04-17 12:57:24.873 | + lib/databases/mysql:configure_database_mysql:183 : [[ True == \T\r\u\e ]] 2025-04-17 12:57:24.875 | + lib/databases/mysql:configure_database_mysql:184 : iniset -sudo /etc/mysql/my.cnf mysqld read_buffer_size 64K 2025-04-17 12:57:24.917 | + lib/databases/mysql:configure_database_mysql:185 : iniset -sudo /etc/mysql/my.cnf mysqld innodb_buffer_pool_size 16M 2025-04-17 12:57:24.959 | + lib/databases/mysql:configure_database_mysql:186 : iniset -sudo /etc/mysql/my.cnf mysqld thread_stack 192K 2025-04-17 12:57:25.000 | + lib/databases/mysql:configure_database_mysql:187 : iniset -sudo /etc/mysql/my.cnf mysqld thread_cache_size 8 2025-04-17 12:57:25.042 | + lib/databases/mysql:configure_database_mysql:188 : iniset -sudo /etc/mysql/my.cnf mysqld tmp_table_size 8M 2025-04-17 12:57:25.084 | + lib/databases/mysql:configure_database_mysql:189 : iniset -sudo /etc/mysql/my.cnf mysqld sort_buffer_size 8M 2025-04-17 12:57:25.125 | + lib/databases/mysql:configure_database_mysql:190 : iniset -sudo /etc/mysql/my.cnf mysqld max_allowed_packet 8M 2025-04-17 12:57:25.165 | + lib/databases/mysql:configure_database_mysql:193 : restart_service mariadb 2025-04-17 12:57:25.167 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-17 12:57:25.169 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart mariadb 2025-04-17 12:57:25.733 | + stack.sh:main:1067 : save_stackenv 1067 2025-04-17 12:57:25.735 | + functions-common:save_stackenv:60 : local tag=1067 2025-04-17 12:57:25.737 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-04-17 12:57:25.741 | + functions-common:save_stackenv:62 : time_stamp=2025-04-17-125725 2025-04-17 12:57:25.743 | + functions-common:save_stackenv:63 : echo '# 2025-04-17-125725 1067' 2025-04-17 12:57:25.747 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 12:57:25.749 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-17 12:57:25.751 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 12:57:25.753 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-04-17 12:57:25.755 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 12:57:25.756 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-04-17 12:57:25.758 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 12:57:25.760 | + 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-17 12:57:25.763 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 12:57:25.765 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-04-17 12:57:25.766 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 12:57:25.768 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-04-17 12:57:25.770 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 12:57:25.772 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-04-17-125250 2025-04-17 12:57:25.774 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 12:57:25.776 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-04-17 12:57:25.778 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 12:57:25.779 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-04-17 12:57:25.781 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 12:57:25.783 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-04-17 12:57:25.785 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 12:57:25.787 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-04-17 12:57:25.789 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 12:57:25.790 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-04-17 12:57:25.792 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 12:57:25.794 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-04-17 12:57:25.796 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 12:57:25.798 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-04-17 12:57:25.800 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 12:57:25.802 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-04-17 12:57:25.804 | + stack.sh:main:1079 : [[ False == \T\r\u\e ]] 2025-04-17 12:57:25.806 | + stack.sh:main:1093 : start_dstat 2025-04-17 12:57:25.807 | + lib/dstat:start_dstat:31 : run_process dstat '/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2025-04-17 12:57:25.809 | + functions-common:run_process:1654 : local service=dstat 2025-04-17 12:57:25.811 | + functions-common:run_process:1655 : local 'command=/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2025-04-17 12:57:25.813 | + functions-common:run_process:1656 : local group= 2025-04-17 12:57:25.815 | + functions-common:run_process:1657 : local user= 2025-04-17 12:57:25.817 | + functions-common:run_process:1658 : local env_vars= 2025-04-17 12:57:25.819 | + functions-common:run_process:1660 : local name=dstat 2025-04-17 12:57:25.821 | + functions-common:run_process:1662 : time_start run_process 2025-04-17 12:57:25.823 | + functions-common:time_start:2386 : local name=run_process 2025-04-17 12:57:25.825 | + functions-common:time_start:2387 : local start_time= 2025-04-17 12:57:25.827 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 12:57:25.830 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 12:57:25.833 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894645830 2025-04-17 12:57:25.835 | + functions-common:run_process:1663 : is_service_enabled dstat 2025-04-17 12:57:25.848 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:57:25.850 | + functions-common:run_process:1666 : time_stop run_process 2025-04-17 12:57:25.852 | + functions-common:time_stop:2400 : local name 2025-04-17 12:57:25.854 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:57:25.855 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:57:25.857 | + functions-common:time_stop:2403 : local total 2025-04-17 12:57:25.859 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:57:25.861 | + functions-common:time_stop:2406 : name=run_process 2025-04-17 12:57:25.863 | + functions-common:time_stop:2407 : start_time=1744894645830 2025-04-17 12:57:25.865 | + functions-common:time_stop:2409 : [[ -z 1744894645830 ]] 2025-04-17 12:57:25.867 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:57:25.870 | + functions-common:time_stop:2412 : end_time=1744894645868 2025-04-17 12:57:25.872 | + functions-common:time_stop:2413 : elapsed_time=38 2025-04-17 12:57:25.874 | + functions-common:time_stop:2414 : total=0 2025-04-17 12:57:25.876 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:57:25.878 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=38 2025-04-17 12:57:25.880 | + lib/dstat:start_dstat:36 : run_process memory_tracker /opt/stack/devstack/tools/memory_tracker.sh '' root 2025-04-17 12:57:25.882 | + functions-common:run_process:1654 : local service=memory_tracker 2025-04-17 12:57:25.884 | + functions-common:run_process:1655 : local command=/opt/stack/devstack/tools/memory_tracker.sh 2025-04-17 12:57:25.886 | + functions-common:run_process:1656 : local group= 2025-04-17 12:57:25.888 | + functions-common:run_process:1657 : local user=root 2025-04-17 12:57:25.890 | + functions-common:run_process:1658 : local env_vars= 2025-04-17 12:57:25.892 | + functions-common:run_process:1660 : local name=memory_tracker 2025-04-17 12:57:25.894 | + functions-common:run_process:1662 : time_start run_process 2025-04-17 12:57:25.896 | + functions-common:time_start:2386 : local name=run_process 2025-04-17 12:57:25.898 | + functions-common:time_start:2387 : local start_time= 2025-04-17 12:57:25.900 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 12:57:25.903 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 12:57:25.907 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894645904 2025-04-17 12:57:25.909 | + functions-common:run_process:1663 : is_service_enabled memory_tracker 2025-04-17 12:57:25.922 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:57:25.924 | + functions-common:run_process:1666 : time_stop run_process 2025-04-17 12:57:25.926 | + functions-common:time_stop:2400 : local name 2025-04-17 12:57:25.928 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:57:25.930 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:57:25.932 | + functions-common:time_stop:2403 : local total 2025-04-17 12:57:25.934 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:57:25.936 | + functions-common:time_stop:2406 : name=run_process 2025-04-17 12:57:25.938 | + functions-common:time_stop:2407 : start_time=1744894645904 2025-04-17 12:57:25.940 | + functions-common:time_stop:2409 : [[ -z 1744894645904 ]] 2025-04-17 12:57:25.943 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:57:25.946 | + functions-common:time_stop:2412 : end_time=1744894645944 2025-04-17 12:57:25.948 | + functions-common:time_stop:2413 : elapsed_time=40 2025-04-17 12:57:25.950 | + functions-common:time_stop:2414 : total=38 2025-04-17 12:57:25.952 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:57:25.954 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=78 2025-04-17 12:57:25.956 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2025-04-17 12:57:25.969 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:57:25.971 | + lib/dstat:start_dstat:47 : run_process file_tracker /opt/stack/devstack/tools/file_tracker.sh 2025-04-17 12:57:25.973 | + functions-common:run_process:1654 : local service=file_tracker 2025-04-17 12:57:25.975 | + functions-common:run_process:1655 : local command=/opt/stack/devstack/tools/file_tracker.sh 2025-04-17 12:57:25.977 | + functions-common:run_process:1656 : local group= 2025-04-17 12:57:25.979 | + functions-common:run_process:1657 : local user= 2025-04-17 12:57:25.981 | + functions-common:run_process:1658 : local env_vars= 2025-04-17 12:57:25.983 | + functions-common:run_process:1660 : local name=file_tracker 2025-04-17 12:57:25.985 | + functions-common:run_process:1662 : time_start run_process 2025-04-17 12:57:25.987 | + functions-common:time_start:2386 : local name=run_process 2025-04-17 12:57:25.989 | + functions-common:time_start:2387 : local start_time= 2025-04-17 12:57:25.991 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 12:57:25.993 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 12:57:25.997 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894645994 2025-04-17 12:57:25.999 | + functions-common:run_process:1663 : is_service_enabled file_tracker 2025-04-17 12:57:26.013 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:57:26.014 | + functions-common:run_process:1666 : time_stop run_process 2025-04-17 12:57:26.016 | + functions-common:time_stop:2400 : local name 2025-04-17 12:57:26.018 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:57:26.020 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:57:26.022 | + functions-common:time_stop:2403 : local total 2025-04-17 12:57:26.024 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:57:26.026 | + functions-common:time_stop:2406 : name=run_process 2025-04-17 12:57:26.028 | + functions-common:time_stop:2407 : start_time=1744894645994 2025-04-17 12:57:26.030 | + functions-common:time_stop:2409 : [[ -z 1744894645994 ]] 2025-04-17 12:57:26.033 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:57:26.036 | + functions-common:time_stop:2412 : end_time=1744894646034 2025-04-17 12:57:26.038 | + functions-common:time_stop:2413 : elapsed_time=40 2025-04-17 12:57:26.041 | + functions-common:time_stop:2414 : total=78 2025-04-17 12:57:26.043 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:57:26.045 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=118 2025-04-17 12:57:26.047 | + stack.sh:main:1097 : is_service_enabled tcpdump 2025-04-17 12:57:26.061 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:57:26.063 | + stack.sh:main:1105 : is_service_enabled etcd3 2025-04-17 12:57:26.076 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:57:26.078 | + stack.sh:main:1106 : start_etcd3 2025-04-17 12:57:26.080 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack//bin/etcd 2025-04-17 12:57:26.082 | + lib/etcd3:start_etcd3:42 : cmd+=' --name devstack --data-dir /opt/stack/data/etcd' 2025-04-17 12:57:26.084 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2025-04-17 12:57:26.086 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster devstack=http://10.180.1.21:2380' 2025-04-17 12:57:26.088 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.180.1.21:2380' 2025-04-17 12:57:26.090 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.180.1.21:2379' 2025-04-17 12:57:26.092 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2025-04-17 12:57:26.094 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2025-04-17 12:57:26.096 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.180.1.21:2379' 2025-04-17 12:57:26.098 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2025-04-17 12:57:26.100 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2025-04-17 12:57:26.102 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2025-04-17 12:57:26.104 | + 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-17 12:57:26.106 | + functions-common:write_user_unit_file:1518 : local service=devstack@etcd.service 2025-04-17 12:57:26.108 | + 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-17 12:57:26.110 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-17 12:57:26.111 | + functions-common:write_user_unit_file:1521 : local user=root 2025-04-17 12:57:26.113 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-17 12:57:26.115 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-17 12:57:26.117 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-17 12:57:26.118 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@etcd.service 2025-04-17 12:57:26.120 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-17 12:57:26.123 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2025-04-17 12:57:26.172 | + 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-17 12:57:26.221 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2025-04-17 12:57:26.262 | + 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-17 12:57:26.303 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2025-04-17 12:57:26.344 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2025-04-17 12:57:26.388 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-17 12:57:26.430 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-17 12:57:26.431 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-17 12:57:26.433 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2025-04-17 12:57:26.483 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-17 12:57:26.726 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2025-04-17 12:57:26.771 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2025-04-17 12:57:26.814 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2025-04-17 12:57:26.856 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2025-04-17 12:57:26.897 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2025-04-17 12:57:26.900 | ++ functions-common:is_arch:497 : uname -m 2025-04-17 12:57:26.904 | + functions-common:is_arch:497 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2025-04-17 12:57:26.905 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2025-04-17 12:57:27.165 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2025-04-17 12:57:27.174 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2025-04-17 12:57:27.406 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2025-04-17 12:57:28.481 | + stack.sh:main:1112 : is_service_enabled tls-proxy 2025-04-17 12:57:28.496 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:57:28.498 | + stack.sh:main:1117 : write_clouds_yaml 2025-04-17 12:57:28.500 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2025-04-17 12:57:28.503 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2025-04-17 12:57:28.506 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2025-04-17 12:57:28.515 | + functions-common:write_clouds_yaml:82 : sudo chown -R stack /etc/openstack 2025-04-17 12:57:28.524 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2025-04-17 12:57:28.526 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-04-17 12:57:28.528 | + 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-17 12:57:28.576 | The user clouds.yaml file didn't exist. 2025-04-17 12:57:28.584 | + 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-17 12:57:28.641 | + 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-17 12:57:28.699 | + 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-17 12:57:28.760 | + 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-17 12:57:28.823 | + 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-17 12:57:28.887 | + 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-17 12:57:28.955 | + 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-17 12:57:28.981 | ++ inc/async:async_inner:64 : rc=0 2025-04-17 12:57:28.999 | [34665 Async install_tempest:34665]: finished successfully 2025-04-17 12:57:29.022 | + 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-17 12:57:29.091 | + 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-17 12:57:29.160 | + functions-common:write_clouds_yaml:198 : cat 2025-04-17 12:57:29.165 | ++ functions-common:write_clouds_yaml:204 : eval echo '~stack' 2025-04-17 12:57:29.166 | +++ functions-common:write_clouds_yaml:204 : echo /opt/stack 2025-04-17 12:57:29.169 | + functions-common:write_clouds_yaml:204 : rm -f /opt/stack/.config/openstack/clouds.yaml 2025-04-17 12:57:29.172 | + stack.sh:main:1118 : export OS_CLOUD=devstack-admin 2025-04-17 12:57:29.174 | + stack.sh:main:1118 : OS_CLOUD=devstack-admin 2025-04-17 12:57:29.177 | + stack.sh:main:1120 : is_service_enabled keystone 2025-04-17 12:57:29.189 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:57:29.192 | + stack.sh:main:1121 : echo_summary 'Starting Keystone' 2025-04-17 12:57:29.193 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-17 12:57:29.195 | + stack.sh:echo_summary:461 : echo -e Starting Keystone 2025-04-17 12:57:29.198 | + stack.sh:main:1123 : '[' 10.180.1.21 == 10.180.1.21 ']' 2025-04-17 12:57:29.199 | + stack.sh:main:1124 : init_keystone 2025-04-17 12:57:29.201 | + lib/keystone:init_keystone:478 : is_service_enabled ldap 2025-04-17 12:57:29.214 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:57:29.216 | + lib/keystone:init_keystone:482 : [[ True == True ]] 2025-04-17 12:57:29.218 | + lib/keystone:init_keystone:484 : recreate_database keystone 2025-04-17 12:57:29.220 | + lib/database:recreate_database:112 : local db=keystone 2025-04-17 12:57:29.222 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2025-04-17 12:57:29.224 | + lib/databases/mysql:recreate_database_mysql:60 : local db=keystone 2025-04-17 12:57:29.225 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2025-04-17 12:57:29.235 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2025-04-17 12:57:29.244 | + lib/keystone:init_keystone:487 : time_start dbsync 2025-04-17 12:57:29.245 | + functions-common:time_start:2386 : local name=dbsync 2025-04-17 12:57:29.248 | + functions-common:time_start:2387 : local start_time= 2025-04-17 12:57:29.250 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 12:57:29.252 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 12:57:29.256 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894649253 2025-04-17 12:57:29.257 | + lib/keystone:init_keystone:489 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2025-04-17 12:57:30.889 | INFO dbcounter [-] Registered counter for database keystone 2025-04-17 12:57:30.898 | 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=37396) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-17 12:57:30.902 | DEBUG dbcounter [-] [37396] Writer thread running {{(pid=37396) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-17 12:57:30.906 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-17 12:57:30.907 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-17 12:57:30.934 | INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version. 2025-04-17 12:57:31.614 | DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=37396) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-17 12:57:31.614 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. 2025-04-17 12:57:31.615 | DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to e25ffa003242 {{(pid=37396) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-17 12:57:31.616 | INFO alembic.runtime.migration [-] Running upgrade e25ffa003242 -> 99de3849d860, Fix incorrect constraints. 2025-04-17 12:57:31.633 | DEBUG alembic.runtime.migration [-] update e25ffa003242 to 99de3849d860 {{(pid=37396) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-17 12:57:31.634 | INFO alembic.runtime.migration [-] Running upgrade 99de3849d860 -> c88cdce8f248, Remove duplicate constraints. 2025-04-17 12:57:31.644 | DEBUG alembic.runtime.migration [-] update 99de3849d860 to c88cdce8f248 {{(pid=37396) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-17 12:57:31.644 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. 2025-04-17 12:57:31.645 | DEBUG alembic.runtime.migration [-] new branch insert 29e87d24a316 {{(pid=37396) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-17 12:57:31.645 | INFO alembic.runtime.migration [-] Running upgrade 29e87d24a316 -> b4f8b3f584e0, Fix incorrect constraints. 2025-04-17 12:57:31.660 | DEBUG alembic.runtime.migration [-] update 29e87d24a316 to b4f8b3f584e0 {{(pid=37396) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-17 12:57:31.661 | INFO alembic.runtime.migration [-] Running upgrade b4f8b3f584e0 -> 11c3b243b4cb, Remove service_provider.relay_state_prefix server default. 2025-04-17 12:57:31.668 | DEBUG alembic.runtime.migration [-] update b4f8b3f584e0 to 11c3b243b4cb {{(pid=37396) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-17 12:57:31.926 | + lib/keystone:init_keystone:490 : time_stop dbsync 2025-04-17 12:57:31.928 | + functions-common:time_stop:2400 : local name 2025-04-17 12:57:31.931 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:57:31.932 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:57:31.935 | + functions-common:time_stop:2403 : local total 2025-04-17 12:57:31.937 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:57:31.939 | + functions-common:time_stop:2406 : name=dbsync 2025-04-17 12:57:31.941 | + functions-common:time_stop:2407 : start_time=1744894649253 2025-04-17 12:57:31.943 | + functions-common:time_stop:2409 : [[ -z 1744894649253 ]] 2025-04-17 12:57:31.945 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:57:31.949 | + functions-common:time_stop:2412 : end_time=1744894651946 2025-04-17 12:57:31.951 | + functions-common:time_stop:2413 : elapsed_time=2693 2025-04-17 12:57:31.952 | + functions-common:time_stop:2414 : total=0 2025-04-17 12:57:31.954 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:57:31.957 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2693 2025-04-17 12:57:31.958 | + lib/keystone:init_keystone:492 : [[ fernet == \f\e\r\n\e\t ]] 2025-04-17 12:57:31.960 | + lib/keystone:init_keystone:493 : rm -rf /etc/keystone/fernet-keys/ 2025-04-17 12:57:31.964 | + lib/keystone:init_keystone:494 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2025-04-17 12:57:33.423 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2025-04-17 12:57:33.424 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2025-04-17 12:57:33.424 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2025-04-17 12:57:33.425 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2025-04-17 12:57:33.425 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2025-04-17 12:57:33.425 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2025-04-17 12:57:33.425 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2025-04-17 12:57:33.425 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2025-04-17 12:57:33.425 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2025-04-17 12:57:33.648 | + lib/keystone:init_keystone:496 : rm -rf /etc/keystone/credential-keys/ 2025-04-17 12:57:33.651 | + lib/keystone:init_keystone:497 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2025-04-17 12:57:35.138 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2025-04-17 12:57:35.138 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2025-04-17 12:57:35.138 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2025-04-17 12:57:35.138 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2025-04-17 12:57:35.138 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2025-04-17 12:57:35.138 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2025-04-17 12:57:35.138 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2025-04-17 12:57:35.138 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2025-04-17 12:57:35.138 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2025-04-17 12:57:35.356 | + stack.sh:main:1125 : start_keystone 2025-04-17 12:57:35.358 | + lib/keystone:start_keystone:555 : local service_port=5000 2025-04-17 12:57:35.360 | + lib/keystone:start_keystone:556 : local auth_protocol=http 2025-04-17 12:57:35.362 | + lib/keystone:start_keystone:557 : is_service_enabled tls-proxy 2025-04-17 12:57:35.375 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:57:35.377 | + lib/keystone:start_keystone:562 : '[' uwsgi == mod_wsgi ']' 2025-04-17 12:57:35.380 | ++ lib/keystone:start_keystone:566 : which uwsgi 2025-04-17 12:57:35.383 | + lib/keystone:start_keystone:566 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2025-04-17 12:57:35.385 | + functions-common:run_process:1654 : local service=keystone 2025-04-17 12:57:35.387 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-17 12:57:35.390 | + functions-common:run_process:1656 : local group= 2025-04-17 12:57:35.391 | + functions-common:run_process:1657 : local user= 2025-04-17 12:57:35.393 | + functions-common:run_process:1658 : local env_vars= 2025-04-17 12:57:35.395 | + functions-common:run_process:1660 : local name=keystone 2025-04-17 12:57:35.398 | + functions-common:run_process:1662 : time_start run_process 2025-04-17 12:57:35.399 | + functions-common:time_start:2386 : local name=run_process 2025-04-17 12:57:35.401 | + functions-common:time_start:2387 : local start_time= 2025-04-17 12:57:35.403 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 12:57:35.406 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 12:57:35.409 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894655407 2025-04-17 12:57:35.411 | + functions-common:run_process:1663 : is_service_enabled keystone 2025-04-17 12:57:35.423 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:57:35.425 | + functions-common:run_process:1664 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' '' 2025-04-17 12:57:35.427 | + functions-common:_run_under_systemd:1611 : local service=keystone 2025-04-17 12:57:35.429 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-17 12:57:35.431 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-17 12:57:35.433 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-17 12:57:35.435 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-17 12:57:35.436 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2025-04-17 12:57:35.438 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2025-04-17 12:57:35.440 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@keystone.service 2025-04-17 12:57:35.442 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-17 12:57:35.444 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-17 12:57:35.446 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-17 12:57:35.448 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-17 12:57:35.450 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2025-04-17 12:57:35.452 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-17 12:57:35.454 | + 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-17 12:57:35.456 | + 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-17 12:57:35.457 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@keystone.service 2025-04-17 12:57:35.459 | + 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-17 12:57:35.461 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-17 12:57:35.463 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-17 12:57:35.464 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-17 12:57:35.466 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@keystone.service 2025-04-17 12:57:35.468 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-17 12:57:35.471 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2025-04-17 12:57:35.518 | + 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-17 12:57:35.567 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2025-04-17 12:57:35.606 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User stack 2025-04-17 12:57:35.646 | + 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-17 12:57:35.686 | + 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-17 12:57:35.726 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2025-04-17 12:57:35.766 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2025-04-17 12:57:35.806 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2025-04-17 12:57:35.849 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2025-04-17 12:57:35.888 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2025-04-17 12:57:35.928 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-17 12:57:35.930 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-17 12:57:35.931 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2025-04-17 12:57:35.979 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-17 12:57:36.212 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@keystone.service 2025-04-17 12:57:36.221 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2025-04-17 12:57:36.447 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@keystone.service 2025-04-17 12:57:36.509 | + functions-common:run_process:1666 : time_stop run_process 2025-04-17 12:57:36.511 | + functions-common:time_stop:2400 : local name 2025-04-17 12:57:36.513 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:57:36.515 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:57:36.517 | + functions-common:time_stop:2403 : local total 2025-04-17 12:57:36.519 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:57:36.521 | + functions-common:time_stop:2406 : name=run_process 2025-04-17 12:57:36.523 | + functions-common:time_stop:2407 : start_time=1744894655407 2025-04-17 12:57:36.525 | + functions-common:time_stop:2409 : [[ -z 1744894655407 ]] 2025-04-17 12:57:36.528 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:57:36.531 | + functions-common:time_stop:2412 : end_time=1744894656529 2025-04-17 12:57:36.533 | + functions-common:time_stop:2413 : elapsed_time=1122 2025-04-17 12:57:36.535 | + functions-common:time_stop:2414 : total=118 2025-04-17 12:57:36.537 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:57:36.538 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1240 2025-04-17 12:57:36.540 | + lib/keystone:start_keystone:569 : echo 'Waiting for keystone to start...' 2025-04-17 12:57:36.540 | Waiting for keystone to start... 2025-04-17 12:57:36.542 | + lib/keystone:start_keystone:575 : local service_uri=http://10.180.1.21/identity/v3/ 2025-04-17 12:57:36.544 | + lib/keystone:start_keystone:577 : wait_for_service 60 http://10.180.1.21/identity/v3/ 2025-04-17 12:57:36.546 | + functions:wait_for_service:468 : local timeout=60 2025-04-17 12:57:36.548 | + functions:wait_for_service:469 : local url=http://10.180.1.21/identity/v3/ 2025-04-17 12:57:36.550 | + functions:wait_for_service:470 : local rval=0 2025-04-17 12:57:36.552 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-17 12:57:36.554 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-17 12:57:36.556 | + functions-common:time_start:2387 : local start_time= 2025-04-17 12:57:36.558 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 12:57:36.560 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 12:57:36.564 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894656562 2025-04-17 12:57:36.566 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-17 12:57:36.569 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/identity/v3/ 2025-04-17 12:57:38.802 | + :: : [[ 200 == 503 ]] 2025-04-17 12:57:38.803 | + :: : [[ 0 -eq 7 ]] 2025-04-17 12:57:38.805 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-17 12:57:38.808 | + functions-common:time_stop:2400 : local name 2025-04-17 12:57:38.810 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:57:38.811 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:57:38.813 | + functions-common:time_stop:2403 : local total 2025-04-17 12:57:38.815 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:57:38.817 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-17 12:57:38.819 | + functions-common:time_stop:2407 : start_time=1744894656562 2025-04-17 12:57:38.821 | + functions-common:time_stop:2409 : [[ -z 1744894656562 ]] 2025-04-17 12:57:38.824 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:57:38.827 | + functions-common:time_stop:2412 : end_time=1744894658825 2025-04-17 12:57:38.829 | + functions-common:time_stop:2413 : elapsed_time=2263 2025-04-17 12:57:38.831 | + functions-common:time_stop:2414 : total=0 2025-04-17 12:57:38.833 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:57:38.835 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2263 2025-04-17 12:57:38.837 | + functions:wait_for_service:478 : return 0 2025-04-17 12:57:38.839 | + lib/keystone:start_keystone:582 : is_service_enabled tls-proxy 2025-04-17 12:57:38.852 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:57:38.854 | + lib/keystone:start_keystone:587 : restart_service memcached 2025-04-17 12:57:38.856 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-17 12:57:38.858 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart memcached 2025-04-17 12:57:39.819 | + stack.sh:main:1126 : bootstrap_keystone 2025-04-17 12:57:39.822 | + 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-17 12:57:41.360 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=38167) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 12:57:41.360 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=38167) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 12:57:41.360 | 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=38167) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 12:57:41.363 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=38167) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 12:57:41.372 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=38167) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 12:57:41.372 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=38167) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 12:57:41.388 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=38167) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 12:57:41.404 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=38167) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 12:57:41.404 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=38167) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 12:57:41.444 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=38167) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 12:57:41.444 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=38167) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 12:57:41.444 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=38167) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 12:57:41.444 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=38167) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 12:57:41.444 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=38167) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 12:57:41.444 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=38167) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 12:57:41.450 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=38167) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 12:57:41.450 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=38167) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 12:57:41.450 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=38167) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 12:57:41.450 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=38167) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 12:57:41.450 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=38167) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 12:57:41.450 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=38167) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 12:57:41.450 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=38167) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 12:57:41.453 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=38167) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 12:57:41.455 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=38167) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 12:57:41.455 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=38167) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 12:57:41.455 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=38167) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 12:57:41.455 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=38167) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 12:57:41.457 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=38167) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 12:57:41.458 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=38167) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 12:57:41.458 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=38167) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-17 12:57:41.481 | INFO dbcounter [-] Registered counter for database keystone 2025-04-17 12:57:41.489 | 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=38167) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-17 12:57:41.493 | DEBUG dbcounter [-] [38167] Writer thread running {{(pid=38167) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-17 12:57:41.660 | INFO keystone.cmd.bootstrap [None req-bdb2105c-c9b7-410b-9966-374313b47807 None None] Created domain default 2025-04-17 12:57:41.683 | INFO keystone.cmd.bootstrap [None req-bdb2105c-c9b7-410b-9966-374313b47807 None None] Created project admin 2025-04-17 12:57:41.698 | WARNING keystone.common.password_hashing [None req-bdb2105c-c9b7-410b-9966-374313b47807 None None] Truncating password to algorithm specific maximum length 72 characters.: keystone.exception.UserNotFound: Could not find user: admin. 2025-04-17 12:57:41.699 | DEBUG passlib.handlers.bcrypt [None req-bdb2105c-c9b7-410b-9966-374313b47807 None None] detected 'bcrypt' backend, version '4.0.1' {{(pid=38167) _load_backend_mixin /opt/stack/data/venv/lib/python3.10/site-packages/passlib/handlers/bcrypt.py:625}} 2025-04-17 12:57:41.699 | DEBUG passlib.handlers.bcrypt [None req-bdb2105c-c9b7-410b-9966-374313b47807 None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=38167) _finalize_backend_mixin /opt/stack/data/venv/lib/python3.10/site-packages/passlib/handlers/bcrypt.py:406}} 2025-04-17 12:57:41.737 | INFO keystone.cmd.bootstrap [None req-bdb2105c-c9b7-410b-9966-374313b47807 None None] Created user admin 2025-04-17 12:57:41.744 | INFO keystone.cmd.bootstrap [None req-bdb2105c-c9b7-410b-9966-374313b47807 None None] Created role reader 2025-04-17 12:57:41.749 | INFO keystone.cmd.bootstrap [None req-bdb2105c-c9b7-410b-9966-374313b47807 None None] Created role member 2025-04-17 12:57:41.762 | INFO keystone.cmd.bootstrap [None req-bdb2105c-c9b7-410b-9966-374313b47807 None None] Created implied role where 1a85209e438449ba824616e8cf988db5 implies 0e39a84a694a4c9daba4714cc37ec800 2025-04-17 12:57:41.766 | INFO keystone.cmd.bootstrap [None req-bdb2105c-c9b7-410b-9966-374313b47807 None None] Created role manager 2025-04-17 12:57:41.774 | INFO keystone.cmd.bootstrap [None req-bdb2105c-c9b7-410b-9966-374313b47807 None None] Created implied role where a603e424623d4d839e659bd102c0e417 implies 1a85209e438449ba824616e8cf988db5 2025-04-17 12:57:41.779 | INFO keystone.cmd.bootstrap [None req-bdb2105c-c9b7-410b-9966-374313b47807 None None] Created role admin 2025-04-17 12:57:41.787 | INFO keystone.cmd.bootstrap [None req-bdb2105c-c9b7-410b-9966-374313b47807 None None] Created implied role where 5ce4b597f3a24a25a08963ba437f314c implies a603e424623d4d839e659bd102c0e417 2025-04-17 12:57:41.793 | INFO keystone.cmd.bootstrap [None req-bdb2105c-c9b7-410b-9966-374313b47807 None None] Created role service 2025-04-17 12:57:41.799 | INFO keystone.cmd.bootstrap [None req-bdb2105c-c9b7-410b-9966-374313b47807 None None] Granted role admin on project admin to user admin. 2025-04-17 12:57:41.802 | INFO keystone.cmd.bootstrap [None req-bdb2105c-c9b7-410b-9966-374313b47807 None None] Granted role admin on the system to user admin. 2025-04-17 12:57:41.808 | WARNING py.warnings [None req-bdb2105c-c9b7-410b-9966-374313b47807 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-17 12:57:41.808 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2025-04-17 12:57:41.808 |  2025-04-17 12:57:41.810 | INFO keystone.cmd.bootstrap [None req-bdb2105c-c9b7-410b-9966-374313b47807 None None] Created region RegionOne 2025-04-17 12:57:41.828 | INFO keystone.cmd.bootstrap [None req-bdb2105c-c9b7-410b-9966-374313b47807 None None] Created public endpoint http://10.180.1.21/identity 2025-04-17 12:57:42.145 | + lib/keystone:bootstrap_keystone:615 : '[' False == True ']' 2025-04-17 12:57:42.147 | + stack.sh:main:1129 : create_keystone_accounts 2025-04-17 12:57:42.150 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2025-04-17 12:57:42.152 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2025-04-17 12:57:43.616 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:57:43.619 | + lib/keystone:create_keystone_accounts:315 : admin_project=1ae7bf3a375d41c6af5e7536af51ffd1 2025-04-17 12:57:43.622 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2025-04-17 12:57:43.625 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2025-04-17 12:57:44.738 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:57:44.740 | + lib/keystone:create_keystone_accounts:317 : admin_user=48f621ec5c2e4b6c9fb2942fbbc3ab5c 2025-04-17 12:57:44.742 | + lib/keystone:create_keystone_accounts:319 : local admin_role=admin 2025-04-17 12:57:44.744 | + lib/keystone:create_keystone_accounts:320 : local member_role=member 2025-04-17 12:57:44.746 | + lib/keystone:create_keystone_accounts:321 : local reader_role=reader 2025-04-17 12:57:44.747 | + lib/keystone:create_keystone_accounts:323 : async_run ks-domain-role get_or_add_user_domain_role admin 48f621ec5c2e4b6c9fb2942fbbc3ab5c default 2025-04-17 12:57:44.794 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin 48f621ec5c2e4b6c9fb2942fbbc3ab5c default 2025-04-17 12:57:44.822 | [3523 Async ks-domain-role:38289]: running: get_or_add_user_domain_role admin 48f621ec5c2e4b6c9fb2942fbbc3ab5c default 2025-04-17 12:57:44.824 | + lib/keystone:create_keystone_accounts:326 : get_or_create_domain Default 2025-04-17 12:57:44.826 | + functions-common:get_or_create_domain:855 : local domain_id 2025-04-17 12:57:44.828 | ++ 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-17 12:57:46.194 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:57:46.195 | + functions-common:get_or_create_domain:860 : domain_id=default 2025-04-17 12:57:46.197 | + functions-common:get_or_create_domain:861 : echo default 2025-04-17 12:57:46.198 | default 2025-04-17 12:57:46.199 | + lib/keystone:create_keystone_accounts:327 : async_run ks-project get_or_create_project service Default 2025-04-17 12:57:46.248 | + inc/async:async_inner:63 : get_or_create_project service Default 2025-04-17 12:57:46.279 | [3523 Async ks-project:38399]: running: get_or_create_project service Default 2025-04-17 12:57:46.281 | + lib/keystone:create_keystone_accounts:330 : async_run ks-service get_or_create_role service 2025-04-17 12:57:46.329 | + inc/async:async_inner:63 : get_or_create_role service 2025-04-17 12:57:46.359 | [3523 Async ks-service:38511]: running: get_or_create_role service 2025-04-17 12:57:46.361 | + lib/keystone:create_keystone_accounts:336 : async_run ks-reseller get_or_create_role ResellerAdmin 2025-04-17 12:57:46.407 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2025-04-17 12:57:46.437 | [3523 Async ks-reseller:38607]: running: get_or_create_role ResellerAdmin 2025-04-17 12:57:46.439 | + lib/keystone:create_keystone_accounts:340 : local another_role=anotherrole 2025-04-17 12:57:46.440 | + lib/keystone:create_keystone_accounts:341 : async_run ks-anotherrole get_or_create_role anotherrole 2025-04-17 12:57:46.486 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2025-04-17 12:57:46.517 | [3523 Async ks-anotherrole:38704]: running: get_or_create_role anotherrole 2025-04-17 12:57:46.519 | + lib/keystone:create_keystone_accounts:344 : local invis_project 2025-04-17 12:57:46.521 | ++ lib/keystone:create_keystone_accounts:345 : get_or_create_project invisible_to_admin default 2025-04-17 12:57:46.523 | ++ functions-common:get_or_create_project:905 : local project_id 2025-04-17 12:57:46.526 | +++ 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-17 12:57:47.814 | + inc/async:async_inner:64 : rc=0 2025-04-17 12:57:47.834 | [38607 Async ks-reseller:38607]: finished successfully 2025-04-17 12:57:47.918 | + inc/async:async_inner:64 : rc=0 2025-04-17 12:57:47.920 | + inc/async:async_inner:64 : rc=0 2025-04-17 12:57:47.939 | [38511 Async ks-service:38511]: finished successfully 2025-04-17 12:57:47.941 | [38399 Async ks-project:38399]: finished successfully 2025-04-17 12:57:47.987 | + inc/async:async_inner:64 : rc=0 2025-04-17 12:57:48.006 | [38704 Async ks-anotherrole:38704]: finished successfully 2025-04-17 12:57:48.043 | + inc/async:async_inner:64 : rc=0 2025-04-17 12:57:48.061 | [38289 Async ks-domain-role:38289]: finished successfully 2025-04-17 12:57:48.096 | +++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:57:48.098 | ++ functions-common:get_or_create_project:911 : project_id=874befd0fe4f4337934443b95194926d 2025-04-17 12:57:48.099 | ++ functions-common:get_or_create_project:912 : echo 874befd0fe4f4337934443b95194926d 2025-04-17 12:57:48.102 | + lib/keystone:create_keystone_accounts:345 : invis_project=874befd0fe4f4337934443b95194926d 2025-04-17 12:57:48.104 | + lib/keystone:create_keystone_accounts:348 : local demo_project 2025-04-17 12:57:48.106 | ++ lib/keystone:create_keystone_accounts:349 : get_or_create_project demo default 2025-04-17 12:57:48.109 | ++ functions-common:get_or_create_project:905 : local project_id 2025-04-17 12:57:48.111 | +++ 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-17 12:57:49.342 | +++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:57:49.345 | ++ functions-common:get_or_create_project:911 : project_id=9444d4891846472b9244d33b19e94f24 2025-04-17 12:57:49.347 | ++ functions-common:get_or_create_project:912 : echo 9444d4891846472b9244d33b19e94f24 2025-04-17 12:57:49.349 | + lib/keystone:create_keystone_accounts:349 : demo_project=9444d4891846472b9244d33b19e94f24 2025-04-17 12:57:49.351 | + lib/keystone:create_keystone_accounts:350 : local demo_user 2025-04-17 12:57:49.354 | ++ lib/keystone:create_keystone_accounts:352 : get_or_create_user demo nomoresecret default demo@example.com 2025-04-17 12:57:49.356 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-17 12:57:49.358 | ++ functions-common:get_or_create_user:883 : [[ ! -z demo@example.com ]] 2025-04-17 12:57:49.359 | ++ functions-common:get_or_create_user:884 : local email=--email=demo@example.com 2025-04-17 12:57:49.362 | +++ 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-17 12:57:50.622 | +++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:57:50.625 | ++ functions-common:get_or_create_user:898 : user_id=9a02644b62ed4e9f9285438723c1afa0 2025-04-17 12:57:50.627 | ++ functions-common:get_or_create_user:899 : echo 9a02644b62ed4e9f9285438723c1afa0 2025-04-17 12:57:50.630 | + lib/keystone:create_keystone_accounts:352 : demo_user=9a02644b62ed4e9f9285438723c1afa0 2025-04-17 12:57:50.632 | + lib/keystone:create_keystone_accounts:354 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2025-04-17 12:57:50.670 | [3523 Async ks-domain-role:38289]: Waiting for completion of get_or_add_user_domain_role admin 48f621ec5c2e4b6c9fb2942fbbc3ab5c default running on PID 38289 (6 other jobs running) 2025-04-17 12:57:50.689 | [3523 Async ks-domain-role:38289]: Signaling child to exit 2025-04-17 12:57:50.689 | WAKEUP 2025-04-17 12:57:50.707 | [3523 Async ks-domain-role:38289]: Signaled 2025-04-17 12:57:50.707 | + functions-common:get_or_add_user_domain_role:969 : local user_role_id 2025-04-17 12:57:50.708 | + functions-common:get_or_add_user_domain_role:973 : openstack --os-cloud devstack-system-admin role add admin --user 48f621ec5c2e4b6c9fb2942fbbc3ab5c --domain default 2025-04-17 12:57:50.708 | ++ functions-common:get_or_add_user_domain_role:980 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 48f621ec5c2e4b6c9fb2942fbbc3ab5c --domain default -c Role -f value 2025-04-17 12:57:50.708 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:57:50.708 | + functions-common:get_or_add_user_domain_role:980 : user_role_id=5ce4b597f3a24a25a08963ba437f314c 2025-04-17 12:57:50.708 | + functions-common:get_or_add_user_domain_role:982 : echo 5ce4b597f3a24a25a08963ba437f314c 2025-04-17 12:57:50.708 | 5ce4b597f3a24a25a08963ba437f314c 2025-04-17 12:57:50.741 | [3523 Async ks-domain-role:38289]: finished get_or_add_user_domain_role admin 48f621ec5c2e4b6c9fb2942fbbc3ab5c default with result 0 in 3 seconds 2025-04-17 12:57:50.747 | Not waiting for async task ks-domain that we never started or has already been waited for 2025-04-17 12:57:50.776 | [3523 Async ks-project:38399]: Waiting for completion of get_or_create_project service Default running on PID 38399 (5 other jobs running) 2025-04-17 12:57:50.796 | [3523 Async ks-project:38399]: Signaling child to exit 2025-04-17 12:57:50.796 | WAKEUP 2025-04-17 12:57:50.815 | [3523 Async ks-project:38399]: Signaled 2025-04-17 12:57:50.816 | + functions-common:get_or_create_project:905 : local project_id 2025-04-17 12:57:50.816 | ++ 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-17 12:57:50.816 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:57:50.816 | + functions-common:get_or_create_project:911 : project_id=2c68697be7e1411c948f2afd62ef360f 2025-04-17 12:57:50.816 | + functions-common:get_or_create_project:912 : echo 2c68697be7e1411c948f2afd62ef360f 2025-04-17 12:57:50.816 | 2c68697be7e1411c948f2afd62ef360f 2025-04-17 12:57:50.853 | [3523 Async ks-project:38399]: finished get_or_create_project service Default with result 0 in 1 seconds 2025-04-17 12:57:50.883 | [3523 Async ks-service:38511]: Waiting for completion of get_or_create_role service running on PID 38511 (4 other jobs running) 2025-04-17 12:57:50.904 | [3523 Async ks-service:38511]: Signaling child to exit 2025-04-17 12:57:50.904 | WAKEUP 2025-04-17 12:57:50.922 | [3523 Async ks-service:38511]: Signaled 2025-04-17 12:57:50.923 | + functions-common:get_or_create_role:918 : local role_id 2025-04-17 12:57:50.923 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2025-04-17 12:57:50.923 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:57:50.923 | + functions-common:get_or_create_role:923 : role_id=c6ec7ff6f9f64c55861781359ee99c1b 2025-04-17 12:57:50.923 | + functions-common:get_or_create_role:924 : echo c6ec7ff6f9f64c55861781359ee99c1b 2025-04-17 12:57:50.923 | c6ec7ff6f9f64c55861781359ee99c1b 2025-04-17 12:57:50.958 | [3523 Async ks-service:38511]: finished get_or_create_role service with result 0 in 1 seconds 2025-04-17 12:57:50.986 | [3523 Async ks-reseller:38607]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 38607 (3 other jobs running) 2025-04-17 12:57:51.005 | [3523 Async ks-reseller:38607]: Signaling child to exit 2025-04-17 12:57:51.005 | WAKEUP 2025-04-17 12:57:51.022 | [3523 Async ks-reseller:38607]: Signaled 2025-04-17 12:57:51.023 | + functions-common:get_or_create_role:918 : local role_id 2025-04-17 12:57:51.023 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2025-04-17 12:57:51.023 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:57:51.023 | + functions-common:get_or_create_role:923 : role_id=04175878c02946eda69aca20e351d16c 2025-04-17 12:57:51.024 | + functions-common:get_or_create_role:924 : echo 04175878c02946eda69aca20e351d16c 2025-04-17 12:57:51.024 | 04175878c02946eda69aca20e351d16c 2025-04-17 12:57:51.058 | [3523 Async ks-reseller:38607]: finished get_or_create_role ResellerAdmin with result 0 in 1 seconds 2025-04-17 12:57:51.086 | [3523 Async ks-anotherrole:38704]: Waiting for completion of get_or_create_role anotherrole running on PID 38704 (2 other jobs running) 2025-04-17 12:57:51.104 | [3523 Async ks-anotherrole:38704]: Signaling child to exit 2025-04-17 12:57:51.104 | WAKEUP 2025-04-17 12:57:51.121 | [3523 Async ks-anotherrole:38704]: Signaled 2025-04-17 12:57:51.122 | + functions-common:get_or_create_role:918 : local role_id 2025-04-17 12:57:51.122 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2025-04-17 12:57:51.122 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:57:51.122 | + functions-common:get_or_create_role:923 : role_id=b20505a0e7724f9697ef32b719588223 2025-04-17 12:57:51.122 | + functions-common:get_or_create_role:924 : echo b20505a0e7724f9697ef32b719588223 2025-04-17 12:57:51.122 | b20505a0e7724f9697ef32b719588223 2025-04-17 12:57:51.156 | [3523 Async ks-anotherrole:38704]: finished get_or_create_role anotherrole with result 0 in 1 seconds 2025-04-17 12:57:51.159 | + inc/async:async_wait:197 : return 0 2025-04-17 12:57:51.161 | + lib/keystone:create_keystone_accounts:356 : async_run ks-demo-member get_or_add_user_project_role member 9a02644b62ed4e9f9285438723c1afa0 9444d4891846472b9244d33b19e94f24 2025-04-17 12:57:51.212 | + inc/async:async_inner:63 : get_or_add_user_project_role member 9a02644b62ed4e9f9285438723c1afa0 9444d4891846472b9244d33b19e94f24 2025-04-17 12:57:51.244 | [3523 Async ks-demo-member:39546]: running: get_or_add_user_project_role member 9a02644b62ed4e9f9285438723c1afa0 9444d4891846472b9244d33b19e94f24 2025-04-17 12:57:51.246 | + lib/keystone:create_keystone_accounts:358 : async_run ks-demo-admin get_or_add_user_project_role admin 48f621ec5c2e4b6c9fb2942fbbc3ab5c 9444d4891846472b9244d33b19e94f24 2025-04-17 12:57:51.300 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 48f621ec5c2e4b6c9fb2942fbbc3ab5c 9444d4891846472b9244d33b19e94f24 2025-04-17 12:57:51.338 | [3523 Async ks-demo-admin:39642]: running: get_or_add_user_project_role admin 48f621ec5c2e4b6c9fb2942fbbc3ab5c 9444d4891846472b9244d33b19e94f24 2025-04-17 12:57:51.340 | + lib/keystone:create_keystone_accounts:359 : async_run ks-demo-another get_or_add_user_project_role anotherrole 9a02644b62ed4e9f9285438723c1afa0 9444d4891846472b9244d33b19e94f24 2025-04-17 12:57:51.394 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 9a02644b62ed4e9f9285438723c1afa0 9444d4891846472b9244d33b19e94f24 2025-04-17 12:57:51.425 | [3523 Async ks-demo-another:39739]: running: get_or_add_user_project_role anotherrole 9a02644b62ed4e9f9285438723c1afa0 9444d4891846472b9244d33b19e94f24 2025-04-17 12:57:51.427 | + lib/keystone:create_keystone_accounts:360 : async_run ks-demo-invis get_or_add_user_project_role member 9a02644b62ed4e9f9285438723c1afa0 874befd0fe4f4337934443b95194926d 2025-04-17 12:57:51.476 | + inc/async:async_inner:63 : get_or_add_user_project_role member 9a02644b62ed4e9f9285438723c1afa0 874befd0fe4f4337934443b95194926d 2025-04-17 12:57:51.510 | [3523 Async ks-demo-invis:39836]: running: get_or_add_user_project_role member 9a02644b62ed4e9f9285438723c1afa0 874befd0fe4f4337934443b95194926d 2025-04-17 12:57:51.512 | + lib/keystone:create_keystone_accounts:363 : local demo_reader 2025-04-17 12:57:51.515 | ++ lib/keystone:create_keystone_accounts:365 : get_or_create_user demo_reader nomoresecret default demo_reader@example.com 2025-04-17 12:57:51.517 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-17 12:57:51.520 | ++ functions-common:get_or_create_user:883 : [[ ! -z demo_reader@example.com ]] 2025-04-17 12:57:51.522 | ++ functions-common:get_or_create_user:884 : local email=--email=demo_reader@example.com 2025-04-17 12:57:51.525 | +++ 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-17 12:57:53.162 | +++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:57:53.165 | ++ functions-common:get_or_create_user:898 : user_id=6f6a54f5f9e54ce9ad5d30f57df47361 2025-04-17 12:57:53.167 | ++ functions-common:get_or_create_user:899 : echo 6f6a54f5f9e54ce9ad5d30f57df47361 2025-04-17 12:57:53.169 | + lib/keystone:create_keystone_accounts:365 : demo_reader=6f6a54f5f9e54ce9ad5d30f57df47361 2025-04-17 12:57:53.171 | + lib/keystone:create_keystone_accounts:367 : async_run ks-demo-reader get_or_add_user_project_role reader 6f6a54f5f9e54ce9ad5d30f57df47361 9444d4891846472b9244d33b19e94f24 2025-04-17 12:57:53.223 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 6f6a54f5f9e54ce9ad5d30f57df47361 9444d4891846472b9244d33b19e94f24 2025-04-17 12:57:53.259 | [3523 Async ks-demo-reader:40021]: running: get_or_add_user_project_role reader 6f6a54f5f9e54ce9ad5d30f57df47361 9444d4891846472b9244d33b19e94f24 2025-04-17 12:57:53.262 | + lib/keystone:create_keystone_accounts:370 : local alt_demo_project 2025-04-17 12:57:53.263 | ++ lib/keystone:create_keystone_accounts:371 : get_or_create_project alt_demo default 2025-04-17 12:57:53.265 | ++ functions-common:get_or_create_project:905 : local project_id 2025-04-17 12:57:53.268 | +++ 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-17 12:57:54.696 | + inc/async:async_inner:64 : rc=0 2025-04-17 12:57:54.715 | [39546 Async ks-demo-member:39546]: finished successfully 2025-04-17 12:57:54.899 | +++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:57:54.902 | ++ functions-common:get_or_create_project:911 : project_id=e608eda72c134ab88051702a5733d349 2025-04-17 12:57:54.903 | ++ functions-common:get_or_create_project:912 : echo e608eda72c134ab88051702a5733d349 2025-04-17 12:57:54.906 | + lib/keystone:create_keystone_accounts:371 : alt_demo_project=e608eda72c134ab88051702a5733d349 2025-04-17 12:57:54.908 | + lib/keystone:create_keystone_accounts:373 : local alt_demo_user 2025-04-17 12:57:54.910 | ++ lib/keystone:create_keystone_accounts:375 : get_or_create_user alt_demo nomoresecret default alt_demo@example.com 2025-04-17 12:57:54.912 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-17 12:57:54.914 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo@example.com ]] 2025-04-17 12:57:54.916 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo@example.com 2025-04-17 12:57:54.919 | +++ 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-17 12:57:55.122 | + inc/async:async_inner:64 : rc=0 2025-04-17 12:57:55.144 | [39642 Async ks-demo-admin:39642]: finished successfully 2025-04-17 12:57:55.296 | + inc/async:async_inner:64 : rc=0 2025-04-17 12:57:55.315 | [39739 Async ks-demo-another:39739]: finished successfully 2025-04-17 12:57:55.443 | + inc/async:async_inner:64 : rc=0 2025-04-17 12:57:55.461 | [39836 Async ks-demo-invis:39836]: finished successfully 2025-04-17 12:57:56.180 | +++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:57:56.183 | ++ functions-common:get_or_create_user:898 : user_id=39909befe07d4ad39e3e0030daed2cdf 2025-04-17 12:57:56.185 | ++ functions-common:get_or_create_user:899 : echo 39909befe07d4ad39e3e0030daed2cdf 2025-04-17 12:57:56.187 | + lib/keystone:create_keystone_accounts:375 : alt_demo_user=39909befe07d4ad39e3e0030daed2cdf 2025-04-17 12:57:56.189 | + lib/keystone:create_keystone_accounts:377 : async_run ks-alt-admin get_or_add_user_project_role admin 39909befe07d4ad39e3e0030daed2cdf e608eda72c134ab88051702a5733d349 2025-04-17 12:57:56.238 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 39909befe07d4ad39e3e0030daed2cdf e608eda72c134ab88051702a5733d349 2025-04-17 12:57:56.268 | [3523 Async ks-alt-admin:40399]: running: get_or_add_user_project_role admin 39909befe07d4ad39e3e0030daed2cdf e608eda72c134ab88051702a5733d349 2025-04-17 12:57:56.270 | + lib/keystone:create_keystone_accounts:378 : async_run ks-alt-another get_or_add_user_project_role anotherrole 39909befe07d4ad39e3e0030daed2cdf e608eda72c134ab88051702a5733d349 2025-04-17 12:57:56.318 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 39909befe07d4ad39e3e0030daed2cdf e608eda72c134ab88051702a5733d349 2025-04-17 12:57:56.348 | [3523 Async ks-alt-another:40495]: running: get_or_add_user_project_role anotherrole 39909befe07d4ad39e3e0030daed2cdf e608eda72c134ab88051702a5733d349 2025-04-17 12:57:56.350 | + lib/keystone:create_keystone_accounts:381 : local alt_demo_member 2025-04-17 12:57:56.352 | ++ lib/keystone:create_keystone_accounts:383 : get_or_create_user alt_demo_member nomoresecret default alt_demo_member@example.com 2025-04-17 12:57:56.354 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-17 12:57:56.356 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo_member@example.com ]] 2025-04-17 12:57:56.358 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo_member@example.com 2025-04-17 12:57:56.360 | +++ 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-17 12:57:56.821 | + inc/async:async_inner:64 : rc=0 2025-04-17 12:57:56.838 | [40021 Async ks-demo-reader:40021]: finished successfully 2025-04-17 12:57:57.668 | +++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:57:57.670 | ++ functions-common:get_or_create_user:898 : user_id=e274d34bdc304de7b54b6aae25237a54 2025-04-17 12:57:57.672 | ++ functions-common:get_or_create_user:899 : echo e274d34bdc304de7b54b6aae25237a54 2025-04-17 12:57:57.675 | + lib/keystone:create_keystone_accounts:383 : alt_demo_member=e274d34bdc304de7b54b6aae25237a54 2025-04-17 12:57:57.677 | + lib/keystone:create_keystone_accounts:384 : async_run ks-alt-member-user get_or_add_user_project_role member e274d34bdc304de7b54b6aae25237a54 e608eda72c134ab88051702a5733d349 2025-04-17 12:57:57.727 | + inc/async:async_inner:63 : get_or_add_user_project_role member e274d34bdc304de7b54b6aae25237a54 e608eda72c134ab88051702a5733d349 2025-04-17 12:57:57.760 | [3523 Async ks-alt-member-user:40672]: running: get_or_add_user_project_role member e274d34bdc304de7b54b6aae25237a54 e608eda72c134ab88051702a5733d349 2025-04-17 12:57:57.762 | + lib/keystone:create_keystone_accounts:387 : local alt_demo_reader 2025-04-17 12:57:57.765 | ++ lib/keystone:create_keystone_accounts:389 : get_or_create_user alt_demo_reader nomoresecret default alt_demo_reader@example.com 2025-04-17 12:57:57.767 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-17 12:57:57.769 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo_reader@example.com ]] 2025-04-17 12:57:57.771 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo_reader@example.com 2025-04-17 12:57:57.774 | +++ 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-17 12:57:59.174 | +++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:57:59.177 | ++ functions-common:get_or_create_user:898 : user_id=eff05f9e7f3146e78257cafe1931e32f 2025-04-17 12:57:59.179 | ++ functions-common:get_or_create_user:899 : echo eff05f9e7f3146e78257cafe1931e32f 2025-04-17 12:57:59.181 | + lib/keystone:create_keystone_accounts:389 : alt_demo_reader=eff05f9e7f3146e78257cafe1931e32f 2025-04-17 12:57:59.183 | + lib/keystone:create_keystone_accounts:390 : async_run ks-alt-reader-user get_or_add_user_project_role reader eff05f9e7f3146e78257cafe1931e32f e608eda72c134ab88051702a5733d349 2025-04-17 12:57:59.233 | + inc/async:async_inner:63 : get_or_add_user_project_role reader eff05f9e7f3146e78257cafe1931e32f e608eda72c134ab88051702a5733d349 2025-04-17 12:57:59.263 | [3523 Async ks-alt-reader-user:40846]: running: get_or_add_user_project_role reader eff05f9e7f3146e78257cafe1931e32f e608eda72c134ab88051702a5733d349 2025-04-17 12:57:59.266 | ++ lib/keystone:create_keystone_accounts:397 : get_or_create_user system_member nomoresecret default system_member@example.com 2025-04-17 12:57:59.268 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-17 12:57:59.270 | ++ functions-common:get_or_create_user:883 : [[ ! -z system_member@example.com ]] 2025-04-17 12:57:59.272 | ++ functions-common:get_or_create_user:884 : local email=--email=system_member@example.com 2025-04-17 12:57:59.275 | +++ 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-17 12:57:59.591 | + inc/async:async_inner:64 : rc=0 2025-04-17 12:57:59.610 | [40399 Async ks-alt-admin:40399]: finished successfully 2025-04-17 12:57:59.762 | + inc/async:async_inner:64 : rc=0 2025-04-17 12:57:59.780 | [40495 Async ks-alt-another:40495]: finished successfully 2025-04-17 12:58:00.552 | +++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:00.555 | ++ functions-common:get_or_create_user:898 : user_id=a29c9a56a02c4394ba98919a6d7bc5b9 2025-04-17 12:58:00.557 | ++ functions-common:get_or_create_user:899 : echo a29c9a56a02c4394ba98919a6d7bc5b9 2025-04-17 12:58:00.559 | + lib/keystone:create_keystone_accounts:397 : system_member_user=a29c9a56a02c4394ba98919a6d7bc5b9 2025-04-17 12:58:00.561 | + lib/keystone:create_keystone_accounts:398 : async_run ks-system-member get_or_add_user_system_role member a29c9a56a02c4394ba98919a6d7bc5b9 all 2025-04-17 12:58:00.610 | + inc/async:async_inner:63 : get_or_add_user_system_role member a29c9a56a02c4394ba98919a6d7bc5b9 all 2025-04-17 12:58:00.641 | [3523 Async ks-system-member:41080]: running: get_or_add_user_system_role member a29c9a56a02c4394ba98919a6d7bc5b9 all 2025-04-17 12:58:00.644 | ++ lib/keystone:create_keystone_accounts:401 : get_or_create_user system_reader nomoresecret default system_reader@example.com 2025-04-17 12:58:00.646 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-17 12:58:00.649 | ++ functions-common:get_or_create_user:883 : [[ ! -z system_reader@example.com ]] 2025-04-17 12:58:00.651 | ++ functions-common:get_or_create_user:884 : local email=--email=system_reader@example.com 2025-04-17 12:58:00.653 | +++ 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-17 12:58:01.152 | + inc/async:async_inner:64 : rc=0 2025-04-17 12:58:01.171 | [40672 Async ks-alt-member-user:40672]: finished successfully 2025-04-17 12:58:01.932 | +++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:01.934 | ++ functions-common:get_or_create_user:898 : user_id=c4a9bc060227476eb049189d955f999f 2025-04-17 12:58:01.936 | ++ functions-common:get_or_create_user:899 : echo c4a9bc060227476eb049189d955f999f 2025-04-17 12:58:01.939 | + lib/keystone:create_keystone_accounts:401 : system_reader_user=c4a9bc060227476eb049189d955f999f 2025-04-17 12:58:01.941 | + lib/keystone:create_keystone_accounts:402 : async_run ks-system-reader get_or_add_user_system_role reader c4a9bc060227476eb049189d955f999f all 2025-04-17 12:58:01.994 | + inc/async:async_inner:63 : get_or_add_user_system_role reader c4a9bc060227476eb049189d955f999f all 2025-04-17 12:58:02.026 | [3523 Async ks-system-reader:41288]: running: get_or_add_user_system_role reader c4a9bc060227476eb049189d955f999f all 2025-04-17 12:58:02.028 | + lib/keystone:create_keystone_accounts:405 : local admin_group 2025-04-17 12:58:02.031 | ++ lib/keystone:create_keystone_accounts:407 : get_or_create_group admins default 'openstack admin group' 2025-04-17 12:58:02.033 | ++ functions-common:get_or_create_group:867 : local 'desc=openstack admin group' 2025-04-17 12:58:02.035 | ++ functions-common:get_or_create_group:868 : local group_id 2025-04-17 12:58:02.038 | +++ 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-17 12:58:02.373 | + inc/async:async_inner:64 : rc=0 2025-04-17 12:58:02.392 | [40846 Async ks-alt-reader-user:40846]: finished successfully 2025-04-17 12:58:03.342 | +++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:03.344 | ++ functions-common:get_or_create_group:875 : group_id=dd1c44404ef74c858778d969982fcbef 2025-04-17 12:58:03.346 | ++ functions-common:get_or_create_group:876 : echo dd1c44404ef74c858778d969982fcbef 2025-04-17 12:58:03.349 | + lib/keystone:create_keystone_accounts:407 : admin_group=dd1c44404ef74c858778d969982fcbef 2025-04-17 12:58:03.351 | + lib/keystone:create_keystone_accounts:408 : local non_admin_group 2025-04-17 12:58:03.354 | ++ lib/keystone:create_keystone_accounts:410 : get_or_create_group nonadmins default 'non-admin group' 2025-04-17 12:58:03.356 | ++ functions-common:get_or_create_group:867 : local 'desc=non-admin group' 2025-04-17 12:58:03.358 | ++ functions-common:get_or_create_group:868 : local group_id 2025-04-17 12:58:03.360 | +++ 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-17 12:58:04.644 | +++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:04.647 | ++ functions-common:get_or_create_group:875 : group_id=45f5126bdfe14cc58239c8543e78b95e 2025-04-17 12:58:04.649 | ++ functions-common:get_or_create_group:876 : echo 45f5126bdfe14cc58239c8543e78b95e 2025-04-17 12:58:04.651 | + lib/keystone:create_keystone_accounts:410 : non_admin_group=45f5126bdfe14cc58239c8543e78b95e 2025-04-17 12:58:04.654 | + lib/keystone:create_keystone_accounts:412 : async_run ks-group-memberdemo get_or_add_group_project_role member 45f5126bdfe14cc58239c8543e78b95e 9444d4891846472b9244d33b19e94f24 2025-04-17 12:58:04.706 | + inc/async:async_inner:63 : get_or_add_group_project_role member 45f5126bdfe14cc58239c8543e78b95e 9444d4891846472b9244d33b19e94f24 2025-04-17 12:58:04.737 | [3523 Async ks-group-memberdemo:41555]: running: get_or_add_group_project_role member 45f5126bdfe14cc58239c8543e78b95e 9444d4891846472b9244d33b19e94f24 2025-04-17 12:58:04.739 | + lib/keystone:create_keystone_accounts:413 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole 45f5126bdfe14cc58239c8543e78b95e 9444d4891846472b9244d33b19e94f24 2025-04-17 12:58:04.788 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 45f5126bdfe14cc58239c8543e78b95e 9444d4891846472b9244d33b19e94f24 2025-04-17 12:58:04.822 | [3523 Async ks-group-anotherdemo:41634]: running: get_or_add_group_project_role anotherrole 45f5126bdfe14cc58239c8543e78b95e 9444d4891846472b9244d33b19e94f24 2025-04-17 12:58:04.826 | + lib/keystone:create_keystone_accounts:414 : async_run ks-group-memberalt get_or_add_group_project_role member 45f5126bdfe14cc58239c8543e78b95e e608eda72c134ab88051702a5733d349 2025-04-17 12:58:04.879 | + inc/async:async_inner:63 : get_or_add_group_project_role member 45f5126bdfe14cc58239c8543e78b95e e608eda72c134ab88051702a5733d349 2025-04-17 12:58:04.913 | [3523 Async ks-group-memberalt:41714]: running: get_or_add_group_project_role member 45f5126bdfe14cc58239c8543e78b95e e608eda72c134ab88051702a5733d349 2025-04-17 12:58:04.918 | + lib/keystone:create_keystone_accounts:415 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole 45f5126bdfe14cc58239c8543e78b95e e608eda72c134ab88051702a5733d349 2025-04-17 12:58:04.938 | + inc/async:async_inner:64 : rc=0 2025-04-17 12:58:04.959 | [41080 Async ks-system-member:41080]: finished successfully 2025-04-17 12:58:04.973 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 45f5126bdfe14cc58239c8543e78b95e e608eda72c134ab88051702a5733d349 2025-04-17 12:58:05.002 | [3523 Async ks-group-anotheralt:41849]: running: get_or_add_group_project_role anotherrole 45f5126bdfe14cc58239c8543e78b95e e608eda72c134ab88051702a5733d349 2025-04-17 12:58:05.004 | + lib/keystone:create_keystone_accounts:416 : async_run ks-group-admin get_or_add_group_project_role admin dd1c44404ef74c858778d969982fcbef 1ae7bf3a375d41c6af5e7536af51ffd1 2025-04-17 12:58:05.052 | + inc/async:async_inner:63 : get_or_add_group_project_role admin dd1c44404ef74c858778d969982fcbef 1ae7bf3a375d41c6af5e7536af51ffd1 2025-04-17 12:58:05.087 | [3523 Async ks-group-admin:41933]: running: get_or_add_group_project_role admin dd1c44404ef74c858778d969982fcbef 1ae7bf3a375d41c6af5e7536af51ffd1 2025-04-17 12:58:05.089 | + 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-17 12:58:05.127 | [3523 Async ks-demo-member:39546]: Waiting for completion of get_or_add_user_project_role member 9a02644b62ed4e9f9285438723c1afa0 9444d4891846472b9244d33b19e94f24 running on PID 39546 (17 other jobs running) 2025-04-17 12:58:05.145 | [3523 Async ks-demo-member:39546]: Signaling child to exit 2025-04-17 12:58:05.145 | WAKEUP 2025-04-17 12:58:05.161 | [3523 Async ks-demo-member:39546]: Signaled 2025-04-17 12:58:05.162 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-17 12:58:05.162 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-17 12:58:05.162 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-17 12:58:05.162 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-17 12:58:05.162 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-17 12:58:05.162 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-17 12:58:05.162 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-17 12:58:05.162 | ++ functions-common:_get_domain_args:940 : echo 2025-04-17 12:58:05.162 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-17 12:58:05.162 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user 9a02644b62ed4e9f9285438723c1afa0 --project 9444d4891846472b9244d33b19e94f24 2025-04-17 12:58:05.162 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 9a02644b62ed4e9f9285438723c1afa0 --project 9444d4891846472b9244d33b19e94f24 -c Role -f value 2025-04-17 12:58:05.162 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:05.162 | + functions-common:get_or_add_user_project_role:962 : user_role_id=1a85209e438449ba824616e8cf988db5 2025-04-17 12:58:05.162 | + functions-common:get_or_add_user_project_role:963 : echo 1a85209e438449ba824616e8cf988db5 2025-04-17 12:58:05.162 | 1a85209e438449ba824616e8cf988db5 2025-04-17 12:58:05.195 | [3523 Async ks-demo-member:39546]: finished get_or_add_user_project_role member 9a02644b62ed4e9f9285438723c1afa0 9444d4891846472b9244d33b19e94f24 with result 0 in 3 seconds 2025-04-17 12:58:05.222 | [3523 Async ks-demo-admin:39642]: Waiting for completion of get_or_add_user_project_role admin 48f621ec5c2e4b6c9fb2942fbbc3ab5c 9444d4891846472b9244d33b19e94f24 running on PID 39642 (16 other jobs running) 2025-04-17 12:58:05.239 | [3523 Async ks-demo-admin:39642]: Signaling child to exit 2025-04-17 12:58:05.240 | WAKEUP 2025-04-17 12:58:05.255 | [3523 Async ks-demo-admin:39642]: Signaled 2025-04-17 12:58:05.256 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-17 12:58:05.256 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-17 12:58:05.256 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-17 12:58:05.256 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-17 12:58:05.256 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-17 12:58:05.256 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-17 12:58:05.256 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-17 12:58:05.256 | ++ functions-common:_get_domain_args:940 : echo 2025-04-17 12:58:05.256 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-17 12:58:05.256 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user 48f621ec5c2e4b6c9fb2942fbbc3ab5c --project 9444d4891846472b9244d33b19e94f24 2025-04-17 12:58:05.256 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 48f621ec5c2e4b6c9fb2942fbbc3ab5c --project 9444d4891846472b9244d33b19e94f24 -c Role -f value 2025-04-17 12:58:05.256 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:05.256 | + functions-common:get_or_add_user_project_role:962 : user_role_id=5ce4b597f3a24a25a08963ba437f314c 2025-04-17 12:58:05.256 | + functions-common:get_or_add_user_project_role:963 : echo 5ce4b597f3a24a25a08963ba437f314c 2025-04-17 12:58:05.256 | 5ce4b597f3a24a25a08963ba437f314c 2025-04-17 12:58:05.288 | [3523 Async ks-demo-admin:39642]: finished get_or_add_user_project_role admin 48f621ec5c2e4b6c9fb2942fbbc3ab5c 9444d4891846472b9244d33b19e94f24 with result 0 in 3 seconds 2025-04-17 12:58:05.314 | [3523 Async ks-demo-another:39739]: Waiting for completion of get_or_add_user_project_role anotherrole 9a02644b62ed4e9f9285438723c1afa0 9444d4891846472b9244d33b19e94f24 running on PID 39739 (15 other jobs running) 2025-04-17 12:58:05.332 | [3523 Async ks-demo-another:39739]: Signaling child to exit 2025-04-17 12:58:05.332 | WAKEUP 2025-04-17 12:58:05.348 | [3523 Async ks-demo-another:39739]: Signaled 2025-04-17 12:58:05.349 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-17 12:58:05.349 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-17 12:58:05.349 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-17 12:58:05.349 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-17 12:58:05.349 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-17 12:58:05.349 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-17 12:58:05.349 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-17 12:58:05.349 | ++ functions-common:_get_domain_args:940 : echo 2025-04-17 12:58:05.349 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-17 12:58:05.349 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add anotherrole --user 9a02644b62ed4e9f9285438723c1afa0 --project 9444d4891846472b9244d33b19e94f24 2025-04-17 12:58:05.349 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 9a02644b62ed4e9f9285438723c1afa0 --project 9444d4891846472b9244d33b19e94f24 -c Role -f value 2025-04-17 12:58:05.349 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:05.349 | + functions-common:get_or_add_user_project_role:962 : user_role_id=b20505a0e7724f9697ef32b719588223 2025-04-17 12:58:05.349 | + functions-common:get_or_add_user_project_role:963 : echo b20505a0e7724f9697ef32b719588223 2025-04-17 12:58:05.349 | b20505a0e7724f9697ef32b719588223 2025-04-17 12:58:05.380 | [3523 Async ks-demo-another:39739]: finished get_or_add_user_project_role anotherrole 9a02644b62ed4e9f9285438723c1afa0 9444d4891846472b9244d33b19e94f24 with result 0 in 3 seconds 2025-04-17 12:58:05.406 | [3523 Async ks-demo-invis:39836]: Waiting for completion of get_or_add_user_project_role member 9a02644b62ed4e9f9285438723c1afa0 874befd0fe4f4337934443b95194926d running on PID 39836 (14 other jobs running) 2025-04-17 12:58:05.424 | [3523 Async ks-demo-invis:39836]: Signaling child to exit 2025-04-17 12:58:05.424 | WAKEUP 2025-04-17 12:58:05.440 | [3523 Async ks-demo-invis:39836]: Signaled 2025-04-17 12:58:05.441 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-17 12:58:05.441 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-17 12:58:05.441 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-17 12:58:05.441 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-17 12:58:05.441 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-17 12:58:05.441 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-17 12:58:05.441 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-17 12:58:05.441 | ++ functions-common:_get_domain_args:940 : echo 2025-04-17 12:58:05.441 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-17 12:58:05.441 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user 9a02644b62ed4e9f9285438723c1afa0 --project 874befd0fe4f4337934443b95194926d 2025-04-17 12:58:05.441 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 9a02644b62ed4e9f9285438723c1afa0 --project 874befd0fe4f4337934443b95194926d -c Role -f value 2025-04-17 12:58:05.441 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:05.441 | + functions-common:get_or_add_user_project_role:962 : user_role_id=1a85209e438449ba824616e8cf988db5 2025-04-17 12:58:05.441 | + functions-common:get_or_add_user_project_role:963 : echo 1a85209e438449ba824616e8cf988db5 2025-04-17 12:58:05.441 | 1a85209e438449ba824616e8cf988db5 2025-04-17 12:58:05.472 | [3523 Async ks-demo-invis:39836]: finished get_or_add_user_project_role member 9a02644b62ed4e9f9285438723c1afa0 874befd0fe4f4337934443b95194926d with result 0 in 4 seconds 2025-04-17 12:58:05.499 | [3523 Async ks-demo-reader:40021]: Waiting for completion of get_or_add_user_project_role reader 6f6a54f5f9e54ce9ad5d30f57df47361 9444d4891846472b9244d33b19e94f24 running on PID 40021 (13 other jobs running) 2025-04-17 12:58:05.516 | [3523 Async ks-demo-reader:40021]: Signaling child to exit 2025-04-17 12:58:05.516 | WAKEUP 2025-04-17 12:58:05.532 | [3523 Async ks-demo-reader:40021]: Signaled 2025-04-17 12:58:05.533 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-17 12:58:05.533 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-17 12:58:05.533 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-17 12:58:05.533 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-17 12:58:05.533 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-17 12:58:05.533 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-17 12:58:05.533 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-17 12:58:05.533 | ++ functions-common:_get_domain_args:940 : echo 2025-04-17 12:58:05.533 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-17 12:58:05.533 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add reader --user 6f6a54f5f9e54ce9ad5d30f57df47361 --project 9444d4891846472b9244d33b19e94f24 2025-04-17 12:58:05.533 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 6f6a54f5f9e54ce9ad5d30f57df47361 --project 9444d4891846472b9244d33b19e94f24 -c Role -f value 2025-04-17 12:58:05.533 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:05.533 | + functions-common:get_or_add_user_project_role:962 : user_role_id=0e39a84a694a4c9daba4714cc37ec800 2025-04-17 12:58:05.533 | + functions-common:get_or_add_user_project_role:963 : echo 0e39a84a694a4c9daba4714cc37ec800 2025-04-17 12:58:05.533 | 0e39a84a694a4c9daba4714cc37ec800 2025-04-17 12:58:05.564 | [3523 Async ks-demo-reader:40021]: finished get_or_add_user_project_role reader 6f6a54f5f9e54ce9ad5d30f57df47361 9444d4891846472b9244d33b19e94f24 with result 0 in 3 seconds 2025-04-17 12:58:05.567 | + inc/async:async_wait:197 : return 0 2025-04-17 12:58:05.569 | + lib/keystone:create_keystone_accounts:419 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2025-04-17 12:58:05.611 | [3523 Async ks-alt-admin:40399]: Waiting for completion of get_or_add_user_project_role admin 39909befe07d4ad39e3e0030daed2cdf e608eda72c134ab88051702a5733d349 running on PID 40399 (12 other jobs running) 2025-04-17 12:58:05.635 | [3523 Async ks-alt-admin:40399]: Signaling child to exit 2025-04-17 12:58:05.635 | WAKEUP 2025-04-17 12:58:05.651 | [3523 Async ks-alt-admin:40399]: Signaled 2025-04-17 12:58:05.652 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-17 12:58:05.652 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-17 12:58:05.652 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-17 12:58:05.652 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-17 12:58:05.652 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-17 12:58:05.652 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-17 12:58:05.652 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-17 12:58:05.652 | ++ functions-common:_get_domain_args:940 : echo 2025-04-17 12:58:05.652 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-17 12:58:05.652 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user 39909befe07d4ad39e3e0030daed2cdf --project e608eda72c134ab88051702a5733d349 2025-04-17 12:58:05.652 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 39909befe07d4ad39e3e0030daed2cdf --project e608eda72c134ab88051702a5733d349 -c Role -f value 2025-04-17 12:58:05.652 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:05.652 | + functions-common:get_or_add_user_project_role:962 : user_role_id=5ce4b597f3a24a25a08963ba437f314c 2025-04-17 12:58:05.652 | + functions-common:get_or_add_user_project_role:963 : echo 5ce4b597f3a24a25a08963ba437f314c 2025-04-17 12:58:05.652 | 5ce4b597f3a24a25a08963ba437f314c 2025-04-17 12:58:05.692 | [3523 Async ks-alt-admin:40399]: finished get_or_add_user_project_role admin 39909befe07d4ad39e3e0030daed2cdf e608eda72c134ab88051702a5733d349 with result 0 in 3 seconds 2025-04-17 12:58:05.719 | [3523 Async ks-alt-another:40495]: Waiting for completion of get_or_add_user_project_role anotherrole 39909befe07d4ad39e3e0030daed2cdf e608eda72c134ab88051702a5733d349 running on PID 40495 (11 other jobs running) 2025-04-17 12:58:05.746 | [3523 Async ks-alt-another:40495]: Signaling child to exit 2025-04-17 12:58:05.753 | WAKEUP 2025-04-17 12:58:05.767 | [3523 Async ks-alt-another:40495]: Signaled 2025-04-17 12:58:05.771 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-17 12:58:05.771 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-17 12:58:05.771 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-17 12:58:05.771 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-17 12:58:05.771 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-17 12:58:05.771 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-17 12:58:05.771 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-17 12:58:05.771 | ++ functions-common:_get_domain_args:940 : echo 2025-04-17 12:58:05.771 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-17 12:58:05.771 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add anotherrole --user 39909befe07d4ad39e3e0030daed2cdf --project e608eda72c134ab88051702a5733d349 2025-04-17 12:58:05.771 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 39909befe07d4ad39e3e0030daed2cdf --project e608eda72c134ab88051702a5733d349 -c Role -f value 2025-04-17 12:58:05.771 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:05.771 | + functions-common:get_or_add_user_project_role:962 : user_role_id=b20505a0e7724f9697ef32b719588223 2025-04-17 12:58:05.771 | + functions-common:get_or_add_user_project_role:963 : echo b20505a0e7724f9697ef32b719588223 2025-04-17 12:58:05.771 | b20505a0e7724f9697ef32b719588223 2025-04-17 12:58:05.807 | [3523 Async ks-alt-another:40495]: finished get_or_add_user_project_role anotherrole 39909befe07d4ad39e3e0030daed2cdf e608eda72c134ab88051702a5733d349 with result 0 in 3 seconds 2025-04-17 12:58:05.835 | [3523 Async ks-alt-member-user:40672]: Waiting for completion of get_or_add_user_project_role member e274d34bdc304de7b54b6aae25237a54 e608eda72c134ab88051702a5733d349 running on PID 40672 (10 other jobs running) 2025-04-17 12:58:05.855 | [3523 Async ks-alt-member-user:40672]: Signaling child to exit 2025-04-17 12:58:05.855 | WAKEUP 2025-04-17 12:58:05.874 | [3523 Async ks-alt-member-user:40672]: Signaled 2025-04-17 12:58:05.875 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-17 12:58:05.875 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-17 12:58:05.875 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-17 12:58:05.875 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-17 12:58:05.875 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-17 12:58:05.875 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-17 12:58:05.875 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-17 12:58:05.875 | ++ functions-common:_get_domain_args:940 : echo 2025-04-17 12:58:05.875 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-17 12:58:05.875 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user e274d34bdc304de7b54b6aae25237a54 --project e608eda72c134ab88051702a5733d349 2025-04-17 12:58:05.875 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user e274d34bdc304de7b54b6aae25237a54 --project e608eda72c134ab88051702a5733d349 -c Role -f value 2025-04-17 12:58:05.875 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:05.875 | + functions-common:get_or_add_user_project_role:962 : user_role_id=1a85209e438449ba824616e8cf988db5 2025-04-17 12:58:05.875 | + functions-common:get_or_add_user_project_role:963 : echo 1a85209e438449ba824616e8cf988db5 2025-04-17 12:58:05.875 | 1a85209e438449ba824616e8cf988db5 2025-04-17 12:58:05.917 | [3523 Async ks-alt-member-user:40672]: finished get_or_add_user_project_role member e274d34bdc304de7b54b6aae25237a54 e608eda72c134ab88051702a5733d349 with result 0 in 3 seconds 2025-04-17 12:58:05.944 | [3523 Async ks-alt-reader-user:40846]: Waiting for completion of get_or_add_user_project_role reader eff05f9e7f3146e78257cafe1931e32f e608eda72c134ab88051702a5733d349 running on PID 40846 (9 other jobs running) 2025-04-17 12:58:05.963 | [3523 Async ks-alt-reader-user:40846]: Signaling child to exit 2025-04-17 12:58:05.963 | WAKEUP 2025-04-17 12:58:05.981 | [3523 Async ks-alt-reader-user:40846]: Signaled 2025-04-17 12:58:05.982 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-17 12:58:05.982 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-17 12:58:05.982 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-17 12:58:05.982 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-17 12:58:05.982 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-17 12:58:05.982 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-17 12:58:05.982 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-17 12:58:05.982 | ++ functions-common:_get_domain_args:940 : echo 2025-04-17 12:58:05.982 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-17 12:58:05.982 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add reader --user eff05f9e7f3146e78257cafe1931e32f --project e608eda72c134ab88051702a5733d349 2025-04-17 12:58:05.982 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user eff05f9e7f3146e78257cafe1931e32f --project e608eda72c134ab88051702a5733d349 -c Role -f value 2025-04-17 12:58:05.982 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:05.982 | + functions-common:get_or_add_user_project_role:962 : user_role_id=0e39a84a694a4c9daba4714cc37ec800 2025-04-17 12:58:05.982 | + functions-common:get_or_add_user_project_role:963 : echo 0e39a84a694a4c9daba4714cc37ec800 2025-04-17 12:58:05.982 | 0e39a84a694a4c9daba4714cc37ec800 2025-04-17 12:58:06.016 | [3523 Async ks-alt-reader-user:40846]: finished get_or_add_user_project_role reader eff05f9e7f3146e78257cafe1931e32f e608eda72c134ab88051702a5733d349 with result 0 in 3 seconds 2025-04-17 12:58:06.019 | + inc/async:async_wait:197 : return 0 2025-04-17 12:58:06.022 | + lib/keystone:create_keystone_accounts:420 : async_wait ks-system-member ks-system-reader 2025-04-17 12:58:06.070 | [3523 Async ks-system-member:41080]: Waiting for completion of get_or_add_user_system_role member a29c9a56a02c4394ba98919a6d7bc5b9 all running on PID 41080 (8 other jobs running) 2025-04-17 12:58:06.092 | [3523 Async ks-system-member:41080]: Signaling child to exit 2025-04-17 12:58:06.092 | WAKEUP 2025-04-17 12:58:06.110 | [3523 Async ks-system-member:41080]: Signaled 2025-04-17 12:58:06.111 | + functions-common:get_or_add_user_system_role:988 : local user_role_id 2025-04-17 12:58:06.111 | + functions-common:get_or_add_user_system_role:989 : local domain_args 2025-04-17 12:58:06.111 | ++ functions-common:get_or_add_user_system_role:991 : _get_domain_args 2025-04-17 12:58:06.111 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-17 12:58:06.111 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-17 12:58:06.111 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-17 12:58:06.111 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-17 12:58:06.111 | ++ functions-common:_get_domain_args:940 : echo 2025-04-17 12:58:06.111 | + functions-common:get_or_add_user_system_role:991 : domain_args= 2025-04-17 12:58:06.111 | ++ functions-common:get_or_add_user_system_role:999 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user a29c9a56a02c4394ba98919a6d7bc5b9 --system all -f value -c Role 2025-04-17 12:58:06.111 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:06.111 | + functions-common:get_or_add_user_system_role:999 : user_role_id= 2025-04-17 12:58:06.111 | + functions-common:get_or_add_user_system_role:1000 : [[ -z '' ]] 2025-04-17 12:58:06.111 | + functions-common:get_or_add_user_system_role:1002 : openstack --os-cloud devstack-system-admin role add member --user a29c9a56a02c4394ba98919a6d7bc5b9 --system all 2025-04-17 12:58:06.111 | ++ functions-common:get_or_add_user_system_role:1011 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user a29c9a56a02c4394ba98919a6d7bc5b9 --system all -f value -c Role 2025-04-17 12:58:06.111 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:06.111 | + functions-common:get_or_add_user_system_role:1011 : user_role_id= 2025-04-17 12:58:06.112 | + functions-common:get_or_add_user_system_role:1013 : echo 2025-04-17 12:58:06.112 | 2025-04-17 12:58:06.148 | [3523 Async ks-system-member:41080]: finished get_or_add_user_system_role member a29c9a56a02c4394ba98919a6d7bc5b9 all with result 0 in 4 seconds 2025-04-17 12:58:06.178 | [3523 Async ks-system-reader:41288]: Waiting for completion of get_or_add_user_system_role reader c4a9bc060227476eb049189d955f999f all running on PID 41288 (7 other jobs running) 2025-04-17 12:58:06.198 | [3523 Async ks-system-reader:41288]: Signaling child to exit 2025-04-17 12:58:06.474 | + inc/async:async_inner:64 : rc=0 2025-04-17 12:58:06.493 | [41288 Async ks-system-reader:41288]: finished successfully 2025-04-17 12:58:06.509 | WAKEUP 2025-04-17 12:58:06.526 | [3523 Async ks-system-reader:41288]: Signaled 2025-04-17 12:58:06.527 | + functions-common:get_or_add_user_system_role:988 : local user_role_id 2025-04-17 12:58:06.527 | + functions-common:get_or_add_user_system_role:989 : local domain_args 2025-04-17 12:58:06.527 | ++ functions-common:get_or_add_user_system_role:991 : _get_domain_args 2025-04-17 12:58:06.527 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-17 12:58:06.527 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-17 12:58:06.527 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-17 12:58:06.527 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-17 12:58:06.527 | ++ functions-common:_get_domain_args:940 : echo 2025-04-17 12:58:06.527 | + functions-common:get_or_add_user_system_role:991 : domain_args= 2025-04-17 12:58:06.527 | ++ functions-common:get_or_add_user_system_role:999 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user c4a9bc060227476eb049189d955f999f --system all -f value -c Role 2025-04-17 12:58:06.527 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:06.527 | + functions-common:get_or_add_user_system_role:999 : user_role_id= 2025-04-17 12:58:06.527 | + functions-common:get_or_add_user_system_role:1000 : [[ -z '' ]] 2025-04-17 12:58:06.527 | + functions-common:get_or_add_user_system_role:1002 : openstack --os-cloud devstack-system-admin role add reader --user c4a9bc060227476eb049189d955f999f --system all 2025-04-17 12:58:06.527 | ++ functions-common:get_or_add_user_system_role:1011 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user c4a9bc060227476eb049189d955f999f --system all -f value -c Role 2025-04-17 12:58:06.527 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:06.527 | + functions-common:get_or_add_user_system_role:1011 : user_role_id=0e39a84a694a4c9daba4714cc37ec800 2025-04-17 12:58:06.527 | + functions-common:get_or_add_user_system_role:1013 : echo 0e39a84a694a4c9daba4714cc37ec800 2025-04-17 12:58:06.527 | 0e39a84a694a4c9daba4714cc37ec800 2025-04-17 12:58:06.559 | [3523 Async ks-system-reader:41288]: finished get_or_add_user_system_role reader c4a9bc060227476eb049189d955f999f all with result 0 in 4 seconds 2025-04-17 12:58:06.562 | + inc/async:async_wait:197 : return 0 2025-04-17 12:58:06.564 | + 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-17 12:58:06.600 | [3523 Async ks-group-memberdemo:41555]: Waiting for completion of get_or_add_group_project_role member 45f5126bdfe14cc58239c8543e78b95e 9444d4891846472b9244d33b19e94f24 running on PID 41555 (6 other jobs running) 2025-04-17 12:58:06.618 | [3523 Async ks-group-memberdemo:41555]: Signaling child to exit 2025-04-17 12:58:07.924 | + inc/async:async_inner:64 : rc=0 2025-04-17 12:58:07.943 | [41555 Async ks-group-memberdemo:41555]: finished successfully 2025-04-17 12:58:07.960 | WAKEUP 2025-04-17 12:58:07.979 | [3523 Async ks-group-memberdemo:41555]: Signaled 2025-04-17 12:58:07.979 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-17 12:58:07.979 | + functions-common:get_or_add_group_project_role:1023 : openstack role add member --group 45f5126bdfe14cc58239c8543e78b95e --project 9444d4891846472b9244d33b19e94f24 2025-04-17 12:58:07.979 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 45f5126bdfe14cc58239c8543e78b95e --project 9444d4891846472b9244d33b19e94f24 -f value -c Role 2025-04-17 12:58:07.979 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:07.979 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=1a85209e438449ba824616e8cf988db5 2025-04-17 12:58:07.979 | + functions-common:get_or_add_group_project_role:1032 : echo 1a85209e438449ba824616e8cf988db5 2025-04-17 12:58:07.979 | 1a85209e438449ba824616e8cf988db5 2025-04-17 12:58:08.014 | [3523 Async ks-group-memberdemo:41555]: finished get_or_add_group_project_role member 45f5126bdfe14cc58239c8543e78b95e 9444d4891846472b9244d33b19e94f24 with result 0 in 3 seconds 2025-04-17 12:58:08.042 | [3523 Async ks-group-anotherdemo:41634]: Waiting for completion of get_or_add_group_project_role anotherrole 45f5126bdfe14cc58239c8543e78b95e 9444d4891846472b9244d33b19e94f24 running on PID 41634 (5 other jobs running) 2025-04-17 12:58:08.061 | [3523 Async ks-group-anotherdemo:41634]: Signaling child to exit 2025-04-17 12:58:08.104 | + inc/async:async_inner:64 : rc=0 2025-04-17 12:58:08.123 | [41634 Async ks-group-anotherdemo:41634]: finished successfully 2025-04-17 12:58:08.139 | WAKEUP 2025-04-17 12:58:08.158 | [3523 Async ks-group-anotherdemo:41634]: Signaled 2025-04-17 12:58:08.159 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-17 12:58:08.159 | + functions-common:get_or_add_group_project_role:1023 : openstack role add anotherrole --group 45f5126bdfe14cc58239c8543e78b95e --project 9444d4891846472b9244d33b19e94f24 2025-04-17 12:58:08.159 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 45f5126bdfe14cc58239c8543e78b95e --project 9444d4891846472b9244d33b19e94f24 -f value -c Role 2025-04-17 12:58:08.159 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:08.159 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=b20505a0e7724f9697ef32b719588223 2025-04-17 12:58:08.159 | + functions-common:get_or_add_group_project_role:1032 : echo b20505a0e7724f9697ef32b719588223 2025-04-17 12:58:08.159 | b20505a0e7724f9697ef32b719588223 2025-04-17 12:58:08.192 | [3523 Async ks-group-anotherdemo:41634]: finished get_or_add_group_project_role anotherrole 45f5126bdfe14cc58239c8543e78b95e 9444d4891846472b9244d33b19e94f24 with result 0 in 3 seconds 2025-04-17 12:58:08.221 | [3523 Async ks-group-memberalt:41714]: Waiting for completion of get_or_add_group_project_role member 45f5126bdfe14cc58239c8543e78b95e e608eda72c134ab88051702a5733d349 running on PID 41714 (4 other jobs running) 2025-04-17 12:58:08.240 | [3523 Async ks-group-memberalt:41714]: Signaling child to exit 2025-04-17 12:58:08.312 | + inc/async:async_inner:64 : rc=0 2025-04-17 12:58:08.331 | [41849 Async ks-group-anotheralt:41849]: finished successfully 2025-04-17 12:58:08.369 | + inc/async:async_inner:64 : rc=0 2025-04-17 12:58:08.387 | [41714 Async ks-group-memberalt:41714]: finished successfully 2025-04-17 12:58:08.404 | WAKEUP 2025-04-17 12:58:08.420 | [3523 Async ks-group-memberalt:41714]: Signaled 2025-04-17 12:58:08.421 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-17 12:58:08.421 | + functions-common:get_or_add_group_project_role:1023 : openstack role add member --group 45f5126bdfe14cc58239c8543e78b95e --project e608eda72c134ab88051702a5733d349 2025-04-17 12:58:08.421 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 45f5126bdfe14cc58239c8543e78b95e --project e608eda72c134ab88051702a5733d349 -f value -c Role 2025-04-17 12:58:08.421 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:08.421 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=1a85209e438449ba824616e8cf988db5 2025-04-17 12:58:08.421 | + functions-common:get_or_add_group_project_role:1032 : echo 1a85209e438449ba824616e8cf988db5 2025-04-17 12:58:08.421 | 1a85209e438449ba824616e8cf988db5 2025-04-17 12:58:08.438 | + inc/async:async_inner:64 : rc=0 2025-04-17 12:58:08.454 | [3523 Async ks-group-memberalt:41714]: finished get_or_add_group_project_role member 45f5126bdfe14cc58239c8543e78b95e e608eda72c134ab88051702a5733d349 with result 0 in 3 seconds 2025-04-17 12:58:08.457 | [41933 Async ks-group-admin:41933]: finished successfully 2025-04-17 12:58:08.481 | [3523 Async ks-group-anotheralt:41849]: Waiting for completion of get_or_add_group_project_role anotherrole 45f5126bdfe14cc58239c8543e78b95e e608eda72c134ab88051702a5733d349 running on PID 41849 (3 other jobs running) 2025-04-17 12:58:08.498 | [3523 Async ks-group-anotheralt:41849]: Signaling child to exit 2025-04-17 12:58:08.498 | WAKEUP 2025-04-17 12:58:08.514 | [3523 Async ks-group-anotheralt:41849]: Signaled 2025-04-17 12:58:08.515 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-17 12:58:08.515 | + functions-common:get_or_add_group_project_role:1023 : openstack role add anotherrole --group 45f5126bdfe14cc58239c8543e78b95e --project e608eda72c134ab88051702a5733d349 2025-04-17 12:58:08.515 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 45f5126bdfe14cc58239c8543e78b95e --project e608eda72c134ab88051702a5733d349 -f value -c Role 2025-04-17 12:58:08.515 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:08.515 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=b20505a0e7724f9697ef32b719588223 2025-04-17 12:58:08.515 | + functions-common:get_or_add_group_project_role:1032 : echo b20505a0e7724f9697ef32b719588223 2025-04-17 12:58:08.515 | b20505a0e7724f9697ef32b719588223 2025-04-17 12:58:08.545 | [3523 Async ks-group-anotheralt:41849]: finished get_or_add_group_project_role anotherrole 45f5126bdfe14cc58239c8543e78b95e e608eda72c134ab88051702a5733d349 with result 0 in 3 seconds 2025-04-17 12:58:08.572 | [3523 Async ks-group-admin:41933]: Waiting for completion of get_or_add_group_project_role admin dd1c44404ef74c858778d969982fcbef 1ae7bf3a375d41c6af5e7536af51ffd1 running on PID 41933 (2 other jobs running) 2025-04-17 12:58:08.590 | [3523 Async ks-group-admin:41933]: Signaling child to exit 2025-04-17 12:58:08.590 | WAKEUP 2025-04-17 12:58:08.606 | [3523 Async ks-group-admin:41933]: Signaled 2025-04-17 12:58:08.607 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-17 12:58:08.607 | + functions-common:get_or_add_group_project_role:1023 : openstack role add admin --group dd1c44404ef74c858778d969982fcbef --project 1ae7bf3a375d41c6af5e7536af51ffd1 2025-04-17 12:58:08.607 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group dd1c44404ef74c858778d969982fcbef --project 1ae7bf3a375d41c6af5e7536af51ffd1 -f value -c Role 2025-04-17 12:58:08.607 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:08.607 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=5ce4b597f3a24a25a08963ba437f314c 2025-04-17 12:58:08.607 | + functions-common:get_or_add_group_project_role:1032 : echo 5ce4b597f3a24a25a08963ba437f314c 2025-04-17 12:58:08.607 | 5ce4b597f3a24a25a08963ba437f314c 2025-04-17 12:58:08.638 | [3523 Async ks-group-admin:41933]: finished get_or_add_group_project_role admin dd1c44404ef74c858778d969982fcbef 1ae7bf3a375d41c6af5e7536af51ffd1 with result 0 in 3 seconds 2025-04-17 12:58:08.641 | + inc/async:async_wait:197 : return 0 2025-04-17 12:58:08.643 | + lib/keystone:create_keystone_accounts:423 : is_service_enabled ldap 2025-04-17 12:58:08.656 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:58:08.658 | + stack.sh:main:1130 : is_service_enabled nova 2025-04-17 12:58:08.671 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:58:08.673 | + stack.sh:main:1131 : async_runfunc create_nova_accounts 2025-04-17 12:58:08.675 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2025-04-17 12:58:08.722 | + inc/async:async_inner:63 : create_nova_accounts 2025-04-17 12:58:08.753 | [3523 Async create_nova_accounts:43781]: running: create_nova_accounts 2025-04-17 12:58:08.755 | + stack.sh:main:1133 : is_service_enabled glance 2025-04-17 12:58:08.769 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:58:08.771 | + stack.sh:main:1134 : async_runfunc create_glance_accounts 2025-04-17 12:58:08.773 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2025-04-17 12:58:08.822 | + inc/async:async_inner:63 : create_glance_accounts 2025-04-17 12:58:08.853 | [3523 Async create_glance_accounts:43904]: running: create_glance_accounts 2025-04-17 12:58:08.855 | + stack.sh:main:1136 : is_service_enabled cinder 2025-04-17 12:58:08.870 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:58:08.872 | + stack.sh:main:1137 : async_runfunc create_cinder_accounts 2025-04-17 12:58:08.874 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2025-04-17 12:58:08.922 | + inc/async:async_inner:63 : create_cinder_accounts 2025-04-17 12:58:08.952 | [3523 Async create_cinder_accounts:44043]: running: create_cinder_accounts 2025-04-17 12:58:08.954 | + stack.sh:main:1139 : is_service_enabled neutron 2025-04-17 12:58:08.969 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:58:08.971 | + stack.sh:main:1140 : async_runfunc create_neutron_accounts 2025-04-17 12:58:08.976 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2025-04-17 12:58:09.027 | + inc/async:async_inner:63 : create_neutron_accounts 2025-04-17 12:58:09.057 | [3523 Async create_neutron_accounts:44186]: running: create_neutron_accounts 2025-04-17 12:58:09.059 | + stack.sh:main:1142 : is_service_enabled swift 2025-04-17 12:58:09.075 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:58:09.077 | + stack.sh:main:1151 : is_service_enabled horizon 2025-04-17 12:58:09.093 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:58:09.095 | + stack.sh:main:1156 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2025-04-17 12:58:09.133 | [3523 Async create_nova_accounts:43781]: Waiting for completion of create_nova_accounts running on PID 43781 (5 other jobs running) 2025-04-17 12:58:09.150 | [3523 Async create_nova_accounts:43781]: Signaling child to exit 2025-04-17 12:58:21.420 | + inc/async:async_inner:64 : rc=0 2025-04-17 12:58:21.438 | [44186 Async create_neutron_accounts:44186]: finished successfully 2025-04-17 12:58:29.420 | + inc/async:async_inner:64 : rc=0 2025-04-17 12:58:29.439 | [44043 Async create_cinder_accounts:44043]: finished successfully 2025-04-17 12:58:30.170 | + inc/async:async_inner:64 : rc=0 2025-04-17 12:58:30.188 | [43781 Async create_nova_accounts:43781]: finished successfully 2025-04-17 12:58:30.205 | WAKEUP 2025-04-17 12:58:30.220 | [3523 Async create_nova_accounts:43781]: Signaled 2025-04-17 12:58:30.221 | + 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-17 12:58:30.221 | + lib/nova:create_nova_accounts:382 : create_service_user nova admin 2025-04-17 12:58:30.221 | + lib/keystone:create_service_user:436 : get_or_create_user nova nomoresecret Default 2025-04-17 12:58:30.221 | + functions-common:get_or_create_user:882 : local user_id 2025-04-17 12:58:30.221 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-17 12:58:30.221 | + functions-common:get_or_create_user:886 : local email= 2025-04-17 12:58:30.221 | ++ 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-17 12:58:30.221 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:30.221 | + functions-common:get_or_create_user:898 : user_id=e98c27b4ec4f472498de1e17179499c3 2025-04-17 12:58:30.221 | + functions-common:get_or_create_user:899 : echo e98c27b4ec4f472498de1e17179499c3 2025-04-17 12:58:30.221 | e98c27b4ec4f472498de1e17179499c3 2025-04-17 12:58:30.221 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service nova service Default Default 2025-04-17 12:58:30.221 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-17 12:58:30.221 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-17 12:58:30.221 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-17 12:58:30.221 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-17 12:58:30.221 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-17 12:58:30.221 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-17 12:58:30.221 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-17 12:58:30.221 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-17 12:58:30.221 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-17 12:58:30.221 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-17 12:58:30.221 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-17 12:58:30.221 | + 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-17 12:58:30.221 | ++ 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-17 12:58:30.221 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:30.221 | + functions-common:get_or_add_user_project_role:962 : user_role_id=c6ec7ff6f9f64c55861781359ee99c1b 2025-04-17 12:58:30.221 | + functions-common:get_or_add_user_project_role:963 : echo c6ec7ff6f9f64c55861781359ee99c1b 2025-04-17 12:58:30.221 | c6ec7ff6f9f64c55861781359ee99c1b 2025-04-17 12:58:30.221 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2025-04-17 12:58:30.221 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin nova service Default Default 2025-04-17 12:58:30.221 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-17 12:58:30.221 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-17 12:58:30.221 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-17 12:58:30.221 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-17 12:58:30.221 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-17 12:58:30.221 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-17 12:58:30.221 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-17 12:58:30.221 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-17 12:58:30.221 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-17 12:58:30.221 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-17 12:58:30.221 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-17 12:58:30.221 | + 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-17 12:58:30.221 | ++ 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-17 12:58:30.221 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:30.221 | + functions-common:get_or_add_user_project_role:962 : user_role_id=5ce4b597f3a24a25a08963ba437f314c 2025-04-17 12:58:30.221 | + functions-common:get_or_add_user_project_role:963 : echo 5ce4b597f3a24a25a08963ba437f314c 2025-04-17 12:58:30.221 | 5ce4b597f3a24a25a08963ba437f314c 2025-04-17 12:58:30.221 | + lib/nova:create_nova_accounts:384 : local nova_api_url 2025-04-17 12:58:30.221 | + lib/nova:create_nova_accounts:385 : [[ True == \F\a\l\s\e ]] 2025-04-17 12:58:30.221 | + lib/nova:create_nova_accounts:388 : nova_api_url=http://10.180.1.21/compute 2025-04-17 12:58:30.221 | + lib/nova:create_nova_accounts:391 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2025-04-17 12:58:30.221 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-17 12:58:30.222 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2025-04-17 12:58:30.222 | ++ 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-17 12:58:30.222 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:30.222 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-17 12:58:30.222 | 22262753032c47bfbeff52ea0faf1aab' 2025-04-17 12:58:30.222 | + functions-common:get_or_create_service:1050 : echo 22262753032c47bfbeff52ea0faf1aab 2025-04-17 12:58:30.222 | 22262753032c47bfbeff52ea0faf1aab 2025-04-17 12:58:30.222 | + 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-17 12:58:30.222 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-17 12:58:30.222 | ++ 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-17 12:58:30.222 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-17 12:58:30.222 | +++ 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-17 12:58:30.222 | +++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:30.222 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-17 12:58:30.222 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-17 12:58:30.222 | +++ 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-17 12:58:30.222 | +++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:30.222 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=e3f3078a958049e7999b921f62a78b4e 2025-04-17 12:58:30.222 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo e3f3078a958049e7999b921f62a78b4e 2025-04-17 12:58:30.222 | + functions-common:get_or_create_endpoint:1083 : public_id=e3f3078a958049e7999b921f62a78b4e 2025-04-17 12:58:30.222 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-17 12:58:30.222 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-17 12:58:30.222 | + functions-common:get_or_create_endpoint:1092 : echo e3f3078a958049e7999b921f62a78b4e 2025-04-17 12:58:30.222 | e3f3078a958049e7999b921f62a78b4e 2025-04-17 12:58:30.222 | + lib/nova:create_nova_accounts:397 : get_or_create_service nova compute 'Nova Compute Service' 2025-04-17 12:58:30.222 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-17 12:58:30.222 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2025-04-17 12:58:30.222 | ++ 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-17 12:58:30.222 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:30.222 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-17 12:58:30.222 | 1ce2bbc6fda74940924719e59088b4b2' 2025-04-17 12:58:30.222 | + functions-common:get_or_create_service:1050 : echo 1ce2bbc6fda74940924719e59088b4b2 2025-04-17 12:58:30.222 | 1ce2bbc6fda74940924719e59088b4b2 2025-04-17 12:58:30.222 | + lib/nova:create_nova_accounts:399 : get_or_create_endpoint compute RegionOne http://10.180.1.21/compute/v2.1 2025-04-17 12:58:30.222 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-17 12:58:30.222 | ++ 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-17 12:58:30.222 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-17 12:58:30.222 | +++ 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-17 12:58:30.222 | +++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:30.222 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-17 12:58:30.222 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-17 12:58:30.222 | +++ 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-17 12:58:30.222 | +++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:30.222 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=1e961527c6ff449ba6b440e857832069 2025-04-17 12:58:30.222 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 1e961527c6ff449ba6b440e857832069 2025-04-17 12:58:30.222 | + functions-common:get_or_create_endpoint:1083 : public_id=1e961527c6ff449ba6b440e857832069 2025-04-17 12:58:30.222 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-17 12:58:30.222 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-17 12:58:30.222 | + functions-common:get_or_create_endpoint:1092 : echo 1e961527c6ff449ba6b440e857832069 2025-04-17 12:58:30.222 | 1e961527c6ff449ba6b440e857832069 2025-04-17 12:58:30.222 | + lib/nova:create_nova_accounts:404 : is_service_enabled n-api 2025-04-17 12:58:30.222 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:58:30.222 | + lib/nova:create_nova_accounts:406 : is_service_enabled swift 2025-04-17 12:58:30.222 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:58:30.222 | + lib/nova:create_nova_accounts:414 : is_service_enabled s3api 2025-04-17 12:58:30.222 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:58:30.222 | + lib/nova:create_nova_accounts:425 : is_service_enabled n-api 2025-04-17 12:58:30.222 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:58:30.222 | + lib/nova:create_nova_accounts:426 : [[ False = True ]] 2025-04-17 12:58:30.254 | [3523 Async create_nova_accounts:43781]: finished create_nova_accounts with result 0 in 21 seconds 2025-04-17 12:58:30.281 | [3523 Async create_glance_accounts:43904]: Waiting for completion of create_glance_accounts running on PID 43904 (4 other jobs running) 2025-04-17 12:58:30.298 | [3523 Async create_glance_accounts:43904]: Signaling child to exit 2025-04-17 12:58:31.290 | + inc/async:async_inner:64 : rc=0 2025-04-17 12:58:31.310 | [43904 Async create_glance_accounts:43904]: finished successfully 2025-04-17 12:58:31.328 | WAKEUP 2025-04-17 12:58:31.344 | [3523 Async create_glance_accounts:43904]: Signaled 2025-04-17 12:58:31.345 | + lib/glance:create_glance_accounts:454 : is_service_enabled g-api 2025-04-17 12:58:31.345 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:58:31.345 | + lib/glance:create_glance_accounts:456 : create_service_user glance 2025-04-17 12:58:31.345 | + lib/keystone:create_service_user:436 : get_or_create_user glance nomoresecret Default 2025-04-17 12:58:31.345 | + functions-common:get_or_create_user:882 : local user_id 2025-04-17 12:58:31.345 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-17 12:58:31.345 | + functions-common:get_or_create_user:886 : local email= 2025-04-17 12:58:31.345 | ++ 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-17 12:58:31.345 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:31.345 | + functions-common:get_or_create_user:898 : user_id=fd4335e1e2f04b599c9b31d517daa622 2025-04-17 12:58:31.345 | + functions-common:get_or_create_user:899 : echo fd4335e1e2f04b599c9b31d517daa622 2025-04-17 12:58:31.345 | fd4335e1e2f04b599c9b31d517daa622 2025-04-17 12:58:31.345 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service glance service Default Default 2025-04-17 12:58:31.345 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-17 12:58:31.345 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-17 12:58:31.345 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-17 12:58:31.345 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-17 12:58:31.345 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-17 12:58:31.345 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-17 12:58:31.345 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-17 12:58:31.345 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-17 12:58:31.345 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-17 12:58:31.345 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-17 12:58:31.345 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-17 12:58:31.345 | + 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-17 12:58:31.346 | ++ 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-17 12:58:31.346 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:31.346 | + functions-common:get_or_add_user_project_role:962 : user_role_id=c6ec7ff6f9f64c55861781359ee99c1b 2025-04-17 12:58:31.346 | + functions-common:get_or_add_user_project_role:963 : echo c6ec7ff6f9f64c55861781359ee99c1b 2025-04-17 12:58:31.346 | c6ec7ff6f9f64c55861781359ee99c1b 2025-04-17 12:58:31.346 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-04-17 12:58:31.346 | + lib/glance:create_glance_accounts:459 : is_service_enabled s-proxy 2025-04-17 12:58:31.346 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:58:31.346 | + lib/glance:create_glance_accounts:463 : get_or_create_service glance image 'Glance Image Service' 2025-04-17 12:58:31.346 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-17 12:58:31.346 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2025-04-17 12:58:31.346 | ++ 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-17 12:58:31.346 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:31.346 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-17 12:58:31.346 | 80d603fcc19949d781528bbecc33811d' 2025-04-17 12:58:31.346 | + functions-common:get_or_create_service:1050 : echo 80d603fcc19949d781528bbecc33811d 2025-04-17 12:58:31.346 | 80d603fcc19949d781528bbecc33811d 2025-04-17 12:58:31.346 | + lib/glance:create_glance_accounts:465 : get_or_create_endpoint image RegionOne http://10.180.1.21/image 2025-04-17 12:58:31.346 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-17 12:58:31.346 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface image public http://10.180.1.21/image RegionOne 2025-04-17 12:58:31.346 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-17 12:58:31.346 | +++ 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-17 12:58:31.346 | +++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:31.346 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-17 12:58:31.346 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-17 12:58:31.346 | +++ 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-17 12:58:31.346 | +++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:31.346 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=5185ea4c8254446ea6b7b202f1d00f07 2025-04-17 12:58:31.346 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 5185ea4c8254446ea6b7b202f1d00f07 2025-04-17 12:58:31.346 | + functions-common:get_or_create_endpoint:1083 : public_id=5185ea4c8254446ea6b7b202f1d00f07 2025-04-17 12:58:31.346 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-17 12:58:31.346 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-17 12:58:31.346 | + functions-common:get_or_create_endpoint:1092 : echo 5185ea4c8254446ea6b7b202f1d00f07 2025-04-17 12:58:31.346 | 5185ea4c8254446ea6b7b202f1d00f07 2025-04-17 12:58:31.346 | ++ lib/glance:create_glance_accounts:470 : get_or_create_domain Default 2025-04-17 12:58:31.346 | ++ functions-common:get_or_create_domain:855 : local domain_id 2025-04-17 12:58:31.346 | +++ 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-17 12:58:31.346 | +++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:31.346 | ++ functions-common:get_or_create_domain:860 : domain_id=default 2025-04-17 12:58:31.346 | ++ functions-common:get_or_create_domain:861 : echo default 2025-04-17 12:58:31.346 | + lib/glance:create_glance_accounts:470 : service_domain_id=default 2025-04-17 12:58:31.346 | + lib/glance:create_glance_accounts:471 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2025-04-17 12:58:31.346 | + lib/glance:create_glance_accounts:472 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2025-04-17 12:58:31.346 | + lib/glance:create_glance_accounts:474 : [[ True = True ]] 2025-04-17 12:58:31.346 | + lib/glance:create_glance_accounts:475 : configure_glance_quotas 2025-04-17 12:58:31.346 | + 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-17 12:58:31.346 | +---------------+----------------------------------+ 2025-04-17 12:58:31.346 | | Field | Value | 2025-04-17 12:58:31.346 | +---------------+----------------------------------+ 2025-04-17 12:58:31.346 | | default_limit | 2000 | 2025-04-17 12:58:31.346 | | description | None | 2025-04-17 12:58:31.346 | | id | ac8d27f6dbb64200a45be10c384bbd2a | 2025-04-17 12:58:31.346 | | region_id | RegionOne | 2025-04-17 12:58:31.346 | | resource_name | image_size_total | 2025-04-17 12:58:31.346 | | service_id | 80d603fcc19949d781528bbecc33811d | 2025-04-17 12:58:31.346 | +---------------+----------------------------------+ 2025-04-17 12:58:31.346 | + 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-17 12:58:31.346 | +---------------+----------------------------------+ 2025-04-17 12:58:31.346 | | Field | Value | 2025-04-17 12:58:31.346 | +---------------+----------------------------------+ 2025-04-17 12:58:31.346 | | default_limit | 2000 | 2025-04-17 12:58:31.346 | | description | None | 2025-04-17 12:58:31.346 | | id | fef533d7a3ce4bc6b10942c3d2a24269 | 2025-04-17 12:58:31.346 | | region_id | RegionOne | 2025-04-17 12:58:31.346 | | resource_name | image_stage_total | 2025-04-17 12:58:31.346 | | service_id | 80d603fcc19949d781528bbecc33811d | 2025-04-17 12:58:31.346 | +---------------+----------------------------------+ 2025-04-17 12:58:31.346 | + 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-17 12:58:31.346 | +---------------+----------------------------------+ 2025-04-17 12:58:31.346 | | Field | Value | 2025-04-17 12:58:31.346 | +---------------+----------------------------------+ 2025-04-17 12:58:31.346 | | default_limit | 100 | 2025-04-17 12:58:31.346 | | description | None | 2025-04-17 12:58:31.346 | | id | 6264eee1e07a404a9c768db54afa6c57 | 2025-04-17 12:58:31.346 | | region_id | RegionOne | 2025-04-17 12:58:31.346 | | resource_name | image_count_total | 2025-04-17 12:58:31.346 | | service_id | 80d603fcc19949d781528bbecc33811d | 2025-04-17 12:58:31.346 | +---------------+----------------------------------+ 2025-04-17 12:58:31.346 | + 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-17 12:58:31.346 | +---------------+----------------------------------+ 2025-04-17 12:58:31.346 | | Field | Value | 2025-04-17 12:58:31.346 | +---------------+----------------------------------+ 2025-04-17 12:58:31.346 | | default_limit | 100 | 2025-04-17 12:58:31.346 | | description | None | 2025-04-17 12:58:31.346 | | id | 3330a7e36166442d905f81f4cd92478f | 2025-04-17 12:58:31.346 | | region_id | RegionOne | 2025-04-17 12:58:31.346 | | resource_name | image_count_uploading | 2025-04-17 12:58:31.346 | | service_id | 80d603fcc19949d781528bbecc33811d | 2025-04-17 12:58:31.346 | +---------------+----------------------------------+ 2025-04-17 12:58:31.346 | + lib/glance:configure_glance_quotas:303 : iniset /etc/glance/glance-api.conf DEFAULT use_keystone_limits True 2025-04-17 12:58:31.346 | + lib/glance:configure_glance_quotas:306 : iniset /etc/glance/glance-api.conf oslo_limit user_domain_name Default 2025-04-17 12:58:31.346 | + lib/glance:configure_glance_quotas:307 : iniset /etc/glance/glance-api.conf oslo_limit password nomoresecret 2025-04-17 12:58:31.346 | + lib/glance:configure_glance_quotas:308 : iniset /etc/glance/glance-api.conf oslo_limit username glance 2025-04-17 12:58:31.346 | + lib/glance:configure_glance_quotas:309 : iniset /etc/glance/glance-api.conf oslo_limit auth_type password 2025-04-17 12:58:31.346 | + lib/glance:configure_glance_quotas:310 : iniset /etc/glance/glance-api.conf oslo_limit auth_url http://10.180.1.21/identity 2025-04-17 12:58:31.346 | + lib/glance:configure_glance_quotas:311 : iniset /etc/glance/glance-api.conf oslo_limit system_scope all 2025-04-17 12:58:31.346 | ++ lib/glance:configure_glance_quotas:312 : oscwrap --os-cloud devstack-system-admin endpoint list --service glance -f value -c ID 2025-04-17 12:58:31.346 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:31.346 | + lib/glance:configure_glance_quotas:312 : iniset /etc/glance/glance-api.conf oslo_limit endpoint_id 5185ea4c8254446ea6b7b202f1d00f07 2025-04-17 12:58:31.346 | + lib/glance:configure_glance_quotas:316 : openstack --os-cloud devstack-system-admin role add --user glance --user-domain Default --system all reader 2025-04-17 12:58:31.376 | [3523 Async create_glance_accounts:43904]: finished create_glance_accounts with result 0 in 22 seconds 2025-04-17 12:58:31.404 | [3523 Async create_cinder_accounts:44043]: Waiting for completion of create_cinder_accounts running on PID 44043 (3 other jobs running) 2025-04-17 12:58:31.421 | [3523 Async create_cinder_accounts:44043]: Signaling child to exit 2025-04-17 12:58:31.421 | WAKEUP 2025-04-17 12:58:31.437 | [3523 Async create_cinder_accounts:44043]: Signaled 2025-04-17 12:58:31.438 | + 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-17 12:58:31.438 | + lib/cinder:create_cinder_accounts:443 : local extra_role= 2025-04-17 12:58:31.438 | + lib/cinder:create_cinder_accounts:446 : is_service_enabled barbican 2025-04-17 12:58:31.438 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:58:31.438 | + lib/cinder:create_cinder_accounts:450 : create_service_user cinder 2025-04-17 12:58:31.438 | + lib/keystone:create_service_user:436 : get_or_create_user cinder nomoresecret Default 2025-04-17 12:58:31.438 | + functions-common:get_or_create_user:882 : local user_id 2025-04-17 12:58:31.438 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-17 12:58:31.438 | + functions-common:get_or_create_user:886 : local email= 2025-04-17 12:58:31.438 | ++ 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-17 12:58:31.438 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:31.438 | + functions-common:get_or_create_user:898 : user_id=09fe852e683842bd90d608002792b46d 2025-04-17 12:58:31.438 | + functions-common:get_or_create_user:899 : echo 09fe852e683842bd90d608002792b46d 2025-04-17 12:58:31.438 | 09fe852e683842bd90d608002792b46d 2025-04-17 12:58:31.438 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service cinder service Default Default 2025-04-17 12:58:31.438 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-17 12:58:31.438 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-17 12:58:31.438 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-17 12:58:31.438 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-17 12:58:31.438 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-17 12:58:31.438 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-17 12:58:31.438 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-17 12:58:31.438 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-17 12:58:31.438 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-17 12:58:31.438 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-17 12:58:31.438 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-17 12:58:31.438 | + 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-17 12:58:31.438 | ++ 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-17 12:58:31.438 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:31.438 | + functions-common:get_or_add_user_project_role:962 : user_role_id=c6ec7ff6f9f64c55861781359ee99c1b 2025-04-17 12:58:31.438 | + functions-common:get_or_add_user_project_role:963 : echo c6ec7ff6f9f64c55861781359ee99c1b 2025-04-17 12:58:31.438 | c6ec7ff6f9f64c55861781359ee99c1b 2025-04-17 12:58:31.438 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-04-17 12:58:31.438 | + lib/cinder:create_cinder_accounts:453 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2025-04-17 12:58:31.438 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-17 12:58:31.439 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2025-04-17 12:58:31.439 | ++ 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-17 12:58:31.439 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:31.439 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-17 12:58:31.439 | 974d1af6697c44d593baf29edbabc541' 2025-04-17 12:58:31.439 | + functions-common:get_or_create_service:1050 : echo 974d1af6697c44d593baf29edbabc541 2025-04-17 12:58:31.439 | 974d1af6697c44d593baf29edbabc541 2025-04-17 12:58:31.439 | + lib/cinder:create_cinder_accounts:454 : '[' True == False ']' 2025-04-17 12:58:31.439 | + 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-17 12:58:31.439 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-17 12:58:31.439 | ++ 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-17 12:58:31.439 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-17 12:58:31.439 | +++ 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-17 12:58:31.439 | +++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:31.439 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-17 12:58:31.439 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-17 12:58:31.439 | +++ 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-17 12:58:31.439 | +++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:31.439 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=a0a9b6e6b97e4fb3ac67330371b938ec 2025-04-17 12:58:31.439 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo a0a9b6e6b97e4fb3ac67330371b938ec 2025-04-17 12:58:31.439 | + functions-common:get_or_create_endpoint:1083 : public_id=a0a9b6e6b97e4fb3ac67330371b938ec 2025-04-17 12:58:31.439 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-17 12:58:31.439 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-17 12:58:31.439 | + functions-common:get_or_create_endpoint:1092 : echo a0a9b6e6b97e4fb3ac67330371b938ec 2025-04-17 12:58:31.439 | a0a9b6e6b97e4fb3ac67330371b938ec 2025-04-17 12:58:31.439 | + lib/cinder:create_cinder_accounts:471 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2025-04-17 12:58:31.439 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-17 12:58:31.439 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2025-04-17 12:58:31.439 | ++ 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-17 12:58:31.439 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:31.439 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-17 12:58:31.439 | 109345cb76d04374bff988e946205638' 2025-04-17 12:58:31.439 | + functions-common:get_or_create_service:1050 : echo 109345cb76d04374bff988e946205638 2025-04-17 12:58:31.439 | 109345cb76d04374bff988e946205638 2025-04-17 12:58:31.439 | + lib/cinder:create_cinder_accounts:473 : get_or_create_endpoint volumev3 RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2025-04-17 12:58:31.439 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-17 12:58:31.439 | ++ 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-17 12:58:31.439 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-17 12:58:31.439 | +++ 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-17 12:58:31.439 | +++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:31.439 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-17 12:58:31.439 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-17 12:58:31.439 | +++ 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-17 12:58:31.439 | +++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:31.439 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=9bd9d68718dd4fc3b0e96636340fd67c 2025-04-17 12:58:31.439 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 9bd9d68718dd4fc3b0e96636340fd67c 2025-04-17 12:58:31.439 | + functions-common:get_or_create_endpoint:1083 : public_id=9bd9d68718dd4fc3b0e96636340fd67c 2025-04-17 12:58:31.439 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-17 12:58:31.439 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-17 12:58:31.439 | + functions-common:get_or_create_endpoint:1092 : echo 9bd9d68718dd4fc3b0e96636340fd67c 2025-04-17 12:58:31.439 | 9bd9d68718dd4fc3b0e96636340fd67c 2025-04-17 12:58:31.439 | + lib/cinder:create_cinder_accounts:478 : configure_cinder_internal_tenant 2025-04-17 12:58:31.439 | ++ lib/cinder:configure_cinder_internal_tenant:709 : get_or_create_project service 2025-04-17 12:58:31.439 | ++ functions-common:get_or_create_project:905 : local project_id 2025-04-17 12:58:31.439 | +++ 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-17 12:58:31.439 | +++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:31.439 | ++ functions-common:get_or_create_project:911 : project_id=2c68697be7e1411c948f2afd62ef360f 2025-04-17 12:58:31.440 | ++ functions-common:get_or_create_project:912 : echo 2c68697be7e1411c948f2afd62ef360f 2025-04-17 12:58:31.440 | + lib/cinder:configure_cinder_internal_tenant:709 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id 2c68697be7e1411c948f2afd62ef360f 2025-04-17 12:58:31.440 | ++ lib/cinder:configure_cinder_internal_tenant:710 : get_or_create_user cinder 2025-04-17 12:58:31.440 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-17 12:58:31.440 | ++ functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-17 12:58:31.440 | ++ functions-common:get_or_create_user:886 : local email= 2025-04-17 12:58:31.440 | +++ 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-17 12:58:31.440 | No password was supplied, authentication will fail when a user does not have a password. 2025-04-17 12:58:31.440 | +++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:31.440 | ++ functions-common:get_or_create_user:898 : user_id=09fe852e683842bd90d608002792b46d 2025-04-17 12:58:31.440 | ++ functions-common:get_or_create_user:899 : echo 09fe852e683842bd90d608002792b46d 2025-04-17 12:58:31.440 | + lib/cinder:configure_cinder_internal_tenant:710 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 09fe852e683842bd90d608002792b46d 2025-04-17 12:58:31.471 | [3523 Async create_cinder_accounts:44043]: finished create_cinder_accounts with result 0 in 20 seconds 2025-04-17 12:58:31.473 | + inc/async:async_wait:197 : return 0 2025-04-17 12:58:31.476 | + stack.sh:main:1157 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2025-04-17 12:58:31.514 | [3523 Async create_neutron_accounts:44186]: Waiting for completion of create_neutron_accounts running on PID 44186 (2 other jobs running) 2025-04-17 12:58:31.532 | [3523 Async create_neutron_accounts:44186]: Signaling child to exit 2025-04-17 12:58:31.532 | WAKEUP 2025-04-17 12:58:31.548 | [3523 Async create_neutron_accounts:44186]: Signaled 2025-04-17 12:58:31.549 | + lib/neutron:create_neutron_accounts:488 : local neutron_url 2025-04-17 12:58:31.549 | + lib/neutron:create_neutron_accounts:489 : '[' False == True ']' 2025-04-17 12:58:31.549 | + lib/neutron:create_neutron_accounts:492 : neutron_url=http://10.180.1.21:9696/ 2025-04-17 12:58:31.549 | + lib/neutron:create_neutron_accounts:494 : '[' '!' -z networking ']' 2025-04-17 12:58:31.549 | + lib/neutron:create_neutron_accounts:495 : neutron_url=http://10.180.1.21:9696/networking 2025-04-17 12:58:31.549 | + lib/neutron:create_neutron_accounts:498 : is_service_enabled q-svc neutron-api 2025-04-17 12:58:31.549 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:58:31.549 | + lib/neutron:create_neutron_accounts:500 : create_service_user neutron 2025-04-17 12:58:31.549 | + lib/keystone:create_service_user:436 : get_or_create_user neutron nomoresecret Default 2025-04-17 12:58:31.549 | + functions-common:get_or_create_user:882 : local user_id 2025-04-17 12:58:31.549 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-17 12:58:31.549 | + functions-common:get_or_create_user:886 : local email= 2025-04-17 12:58:31.549 | ++ 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-17 12:58:31.549 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:31.549 | + functions-common:get_or_create_user:898 : user_id=93d05ce8555440ec830283d35f827ec9 2025-04-17 12:58:31.549 | + functions-common:get_or_create_user:899 : echo 93d05ce8555440ec830283d35f827ec9 2025-04-17 12:58:31.549 | 93d05ce8555440ec830283d35f827ec9 2025-04-17 12:58:31.549 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service neutron service Default Default 2025-04-17 12:58:31.549 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-17 12:58:31.549 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-17 12:58:31.550 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-17 12:58:31.550 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-17 12:58:31.550 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-17 12:58:31.550 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-17 12:58:31.550 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-17 12:58:31.550 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-17 12:58:31.550 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-17 12:58:31.550 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-17 12:58:31.550 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-17 12:58:31.550 | + 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-17 12:58:31.550 | ++ 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-17 12:58:31.550 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:31.550 | + functions-common:get_or_add_user_project_role:962 : user_role_id=c6ec7ff6f9f64c55861781359ee99c1b 2025-04-17 12:58:31.550 | + functions-common:get_or_add_user_project_role:963 : echo c6ec7ff6f9f64c55861781359ee99c1b 2025-04-17 12:58:31.550 | c6ec7ff6f9f64c55861781359ee99c1b 2025-04-17 12:58:31.550 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-04-17 12:58:31.550 | + lib/neutron:create_neutron_accounts:502 : get_or_create_service neutron network 'Neutron Service' 2025-04-17 12:58:31.550 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-17 12:58:31.550 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2025-04-17 12:58:31.550 | ++ 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-17 12:58:31.550 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:31.550 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-17 12:58:31.550 | 06d5fcd9835e43a7b02934f47c58ee02' 2025-04-17 12:58:31.550 | + functions-common:get_or_create_service:1050 : echo 06d5fcd9835e43a7b02934f47c58ee02 2025-04-17 12:58:31.550 | 06d5fcd9835e43a7b02934f47c58ee02 2025-04-17 12:58:31.550 | + lib/neutron:create_neutron_accounts:504 : get_or_create_endpoint network RegionOne http://10.180.1.21:9696/networking 2025-04-17 12:58:31.550 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-17 12:58:31.550 | ++ 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-17 12:58:31.550 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-17 12:58:31.550 | +++ 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-17 12:58:31.550 | +++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:31.550 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-17 12:58:31.550 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-17 12:58:31.550 | +++ 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-17 12:58:31.550 | +++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:58:31.550 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=8482829e36c141ddb32e3e71d569fd37 2025-04-17 12:58:31.550 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 8482829e36c141ddb32e3e71d569fd37 2025-04-17 12:58:31.550 | + functions-common:get_or_create_endpoint:1083 : public_id=8482829e36c141ddb32e3e71d569fd37 2025-04-17 12:58:31.550 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-17 12:58:31.551 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-17 12:58:31.551 | + functions-common:get_or_create_endpoint:1092 : echo 8482829e36c141ddb32e3e71d569fd37 2025-04-17 12:58:31.551 | 8482829e36c141ddb32e3e71d569fd37 2025-04-17 12:58:31.581 | [3523 Async create_neutron_accounts:44186]: finished create_neutron_accounts with result 0 in 12 seconds 2025-04-17 12:58:31.586 | Not waiting for async task create_swift_accounts that we never started or has already been waited for 2025-04-17 12:58:31.590 | Not waiting for async task configure_horizon that we never started or has already been waited for 2025-04-17 12:58:31.593 | + inc/async:async_wait:197 : return 0 2025-04-17 12:58:31.594 | + stack.sh:main:1163 : is_service_enabled mysql postgresql 2025-04-17 12:58:31.608 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:58:31.611 | + stack.sh:main:1163 : is_service_enabled glance 2025-04-17 12:58:31.624 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:58:31.627 | + stack.sh:main:1164 : echo_summary 'Configuring Glance' 2025-04-17 12:58:31.629 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-17 12:58:31.631 | + stack.sh:echo_summary:461 : echo -e Configuring Glance 2025-04-17 12:58:31.633 | + stack.sh:main:1165 : async_runfunc init_glance 2025-04-17 12:58:31.635 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2025-04-17 12:58:31.683 | + inc/async:async_inner:63 : init_glance 2025-04-17 12:58:31.712 | [3523 Async init_glance:46697]: running: init_glance 2025-04-17 12:58:31.714 | + stack.sh:main:1172 : is_service_enabled neutron 2025-04-17 12:58:31.730 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:58:31.732 | + stack.sh:main:1173 : echo_summary 'Configuring Neutron' 2025-04-17 12:58:31.734 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-17 12:58:31.736 | + stack.sh:echo_summary:461 : echo -e Configuring Neutron 2025-04-17 12:58:31.739 | + stack.sh:main:1175 : configure_neutron 2025-04-17 12:58:31.741 | + lib/neutron:configure_neutron:380 : _configure_neutron_common 2025-04-17 12:58:31.743 | + lib/neutron:_configure_neutron_common:858 : _create_neutron_conf_dir 2025-04-17 12:58:31.745 | + lib/neutron:_create_neutron_conf_dir:851 : sudo install -d -o stack /etc/neutron 2025-04-17 12:58:31.755 | + lib/neutron:_configure_neutron_common:861 : cd /opt/stack//neutron 2025-04-17 12:58:31.757 | + lib/neutron:_configure_neutron_common:861 : exec ./tools/generate_config_file_samples.sh 2025-04-17 12:58:36.150 | + inc/async:async_inner:64 : rc=0 2025-04-17 12:58:36.169 | [46697 Async init_glance:46697]: finished successfully 2025-04-17 12:58:49.948 | + lib/neutron:_configure_neutron_common:863 : cp /opt/stack//neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2025-04-17 12:58:49.951 | + lib/neutron:_configure_neutron_common:865 : Q_POLICY_FILE=/etc/neutron/policy.json 2025-04-17 12:58:49.953 | + lib/neutron:_configure_neutron_common:869 : '[' -f /opt/stack//neutron/etc/policy.json ']' 2025-04-17 12:58:49.955 | + lib/neutron:_configure_neutron_common:873 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2025-04-17 12:58:49.957 | + lib/neutron:_configure_neutron_common:878 : neutron_plugin_configure_common 2025-04-17 12:58:49.959 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2025-04-17 12:58:49.961 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2025-04-17 12:58:49.962 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2025-04-17 12:58:49.964 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : neutron_service_plugin_class_add router 2025-04-17 12:58:49.966 | + lib/neutron:neutron_service_plugin_class_add:1036 : local service_plugin_class=router 2025-04-17 12:58:49.968 | + lib/neutron:neutron_service_plugin_class_add:1037 : [[ '' == '' ]] 2025-04-17 12:58:49.970 | + lib/neutron:neutron_service_plugin_class_add:1038 : Q_SERVICE_PLUGIN_CLASSES=router 2025-04-17 12:58:49.971 | + lib/neutron:_configure_neutron_common:880 : [[ etc/neutron/plugins/ml2 == '' ]] 2025-04-17 12:58:49.973 | + lib/neutron:_configure_neutron_common:880 : [[ ml2_conf.ini == '' ]] 2025-04-17 12:58:49.975 | + lib/neutron:_configure_neutron_common:880 : [[ ml2 == '' ]] 2025-04-17 12:58:49.977 | + lib/neutron:_configure_neutron_common:885 : mkdir -p /etc/neutron/plugins/ml2 2025-04-17 12:58:49.980 | + lib/neutron:_configure_neutron_common:886 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-17 12:58:49.982 | + lib/neutron:_configure_neutron_common:889 : NEUTRON_CORE_PLUGIN_CONF=etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-17 12:58:49.984 | + lib/neutron:_configure_neutron_common:892 : '[' -f /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2025-04-17 12:58:49.986 | + 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-17 12:58:49.990 | ++ lib/neutron:_configure_neutron_common:898 : database_connection_url neutron 2025-04-17 12:58:49.992 | ++ lib/database:database_connection_url:134 : local db=neutron 2025-04-17 12:58:49.994 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2025-04-17 12:58:49.995 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=neutron 2025-04-17 12:58:49.997 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-17 12:58:50.000 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-17 12:58:50.001 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-17 12:58:50.013 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:58:50.015 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-17 12:58:50.017 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2025-04-17 12:58:50.019 | + 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-17 12:58:50.044 | + lib/neutron:_configure_neutron_common:899 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2025-04-17 12:58:50.068 | + lib/neutron:_configure_neutron_common:900 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2025-04-17 12:58:50.091 | + lib/neutron:_configure_neutron_common:901 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2025-04-17 12:58:50.114 | + lib/neutron:_configure_neutron_common:902 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2025-04-17 12:58:50.139 | + lib/neutron:_configure_neutron_common:905 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2025-04-17 12:58:50.163 | + lib/neutron:_configure_neutron_common:907 : '[' vsphere = fake ']' 2025-04-17 12:58:50.164 | + lib/neutron:_configure_neutron_common:917 : setup_logging /etc/neutron/neutron.conf 2025-04-17 12:58:50.166 | + functions:setup_logging:685 : setup_systemd_logging /etc/neutron/neutron.conf 2025-04-17 12:58:50.169 | + functions:setup_systemd_logging:700 : local conf_file=/etc/neutron/neutron.conf 2025-04-17 12:58:50.171 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-17 12:58:50.184 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-17 12:58:50.185 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-17 12:58:50.187 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-17 12:58:50.189 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-17 12:58:50.191 | + 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-17 12:58:50.215 | + 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-17 12:58:50.239 | + 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-17 12:58:50.262 | + functions:setup_systemd_logging:717 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-17 12:58:50.286 | + lib/neutron:_configure_neutron_common:919 : is_service_enabled tls-proxy 2025-04-17 12:58:50.299 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:58:50.301 | + lib/neutron:_configure_neutron_common:925 : _neutron_setup_rootwrap 2025-04-17 12:58:50.303 | + lib/neutron:_neutron_setup_rootwrap:1071 : [[ True == \F\a\l\s\e ]] 2025-04-17 12:58:50.305 | + lib/neutron:_neutron_setup_rootwrap:1075 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2025-04-17 12:58:50.307 | + lib/neutron:_neutron_setup_rootwrap:1076 : [[ -d /etc/neutron/rootwrap.d ]] 2025-04-17 12:58:50.309 | + lib/neutron:_neutron_setup_rootwrap:1080 : neutron_deploy_rootwrap_filters /opt/stack//neutron 2025-04-17 12:58:50.311 | + lib/neutron:neutron_deploy_rootwrap_filters:1061 : [[ True == \F\a\l\s\e ]] 2025-04-17 12:58:50.313 | + lib/neutron:neutron_deploy_rootwrap_filters:1064 : local srcdir=/opt/stack//neutron 2025-04-17 12:58:50.314 | + lib/neutron:neutron_deploy_rootwrap_filters:1065 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2025-04-17 12:58:50.325 | + 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-17 12:58:50.335 | + lib/neutron:_neutron_setup_rootwrap:1084 : test -r /opt/stack//neutron/etc/neutron/rootwrap.conf 2025-04-17 12:58:50.337 | + 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-17 12:58:50.346 | + 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-17 12:58:50.356 | + lib/neutron:_neutron_setup_rootwrap:1093 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/neutron/rootwrap.conf 2025-04-17 12:58:50.366 | + lib/neutron:_neutron_setup_rootwrap:1096 : ROOTWRAP_SUDOER_CMD='/opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2025-04-17 12:58:50.368 | + lib/neutron:_neutron_setup_rootwrap:1097 : ROOTWRAP_DAEMON_SUDOER_CMD='/opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-17 12:58:50.371 | ++ lib/neutron:_neutron_setup_rootwrap:1100 : mktemp 2025-04-17 12:58:50.373 | + lib/neutron:_neutron_setup_rootwrap:1100 : TEMPFILE=/tmp/tmp.k9PP87fhsV 2025-04-17 12:58:50.376 | + lib/neutron:_neutron_setup_rootwrap:1101 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2025-04-17 12:58:50.377 | + 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-17 12:58:50.379 | + lib/neutron:_neutron_setup_rootwrap:1103 : chmod 0440 /tmp/tmp.k9PP87fhsV 2025-04-17 12:58:50.382 | + lib/neutron:_neutron_setup_rootwrap:1104 : sudo chown root:root /tmp/tmp.k9PP87fhsV 2025-04-17 12:58:50.391 | + lib/neutron:_neutron_setup_rootwrap:1105 : sudo mv /tmp/tmp.k9PP87fhsV /etc/sudoers.d/neutron-rootwrap 2025-04-17 12:58:50.401 | + lib/neutron:_neutron_setup_rootwrap:1108 : configure_root_helper_options /etc/neutron/neutron.conf 2025-04-17 12:58:50.402 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/neutron.conf 2025-04-17 12:58:50.404 | + 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-17 12:58:50.428 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-04-17 12:58:50.430 | + 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-17 12:58:50.455 | + lib/neutron:configure_neutron:381 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2025-04-17 12:58:50.457 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=neutron 2025-04-17 12:58:50.459 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/neutron/neutron.conf 2025-04-17 12:58:50.462 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-17 12:58:50.463 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-17 12:58:50.466 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-17 12:58:50.481 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:58:50.483 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-17 12:58:50.485 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-17 12:58:50.487 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-17 12:58:50.503 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:58:50.505 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-17 12:58:50.508 | + 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-17 12:58:50.537 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-17 12:58:50.539 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-17 12:58:50.541 | + lib/neutron:configure_neutron:383 : is_service_enabled q-metering neutron-metering 2025-04-17 12:58:50.555 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:58:50.558 | + lib/neutron:configure_neutron:386 : is_service_enabled q-agt neutron-agent 2025-04-17 12:58:50.573 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:58:50.576 | + lib/neutron:configure_neutron:387 : _configure_neutron_plugin_agent 2025-04-17 12:58:50.578 | + lib/neutron:_configure_neutron_plugin_agent:983 : configure_root_helper_options /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-17 12:58:50.581 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-17 12:58:50.583 | + 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-17 12:58:50.616 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-04-17 12:58:50.618 | + 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-17 12:58:50.648 | + lib/neutron:_configure_neutron_plugin_agent:984 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2025-04-17 12:58:50.676 | + lib/neutron:_configure_neutron_plugin_agent:987 : neutron_plugin_configure_plugin_agent 2025-04-17 12:58:50.678 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2025-04-17 12:58:50.681 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2025-04-17 12:58:50.683 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2025-04-17 12:58:52.002 | INFO neutron.common.config [-] Logging enabled! 2025-04-17 12:58:52.002 | INFO neutron.common.config [-] /opt/stack/data/venv/bin/neutron-ovs-cleanup version 0.0.1.dev13 2025-04-17 12:58:52.002 | DEBUG neutron.common.config [-] command line: /opt/stack/data/venv/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=47649) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2025-04-17 12:58:52.003 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2025-04-17 12:58:52.004 | 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/tmpf3adfnfs/privsep.sock'] 2025-04-17 12:58:52.861 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap 2025-04-17 12:58:52.861 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmpf3adfnfs/privsep.sock {{(pid=47649) __init__ /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:362}} 2025-04-17 12:58:52.862 | INFO oslo.privsep.daemon [-] privsep daemon starting 2025-04-17 12:58:52.862 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0 2025-04-17 12:58:52.862 | 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-17 12:58:52.862 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 47660 2025-04-17 12:58:52.863 | DEBUG oslo.privsep.daemon [-] privsep: reply[453fdfe8-fee4-4b5b-bab3-a3003fd19168]: (2,) {{(pid=47660) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-17 12:58:52.955 | 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=47660) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:384}} 2025-04-17 12:58:52.965 | 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=47660) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:422}} 2025-04-17 12:58:52.965 | DEBUG oslo.privsep.daemon [-] privsep: reply[fb995b26-85ce-48ff-9f57-b6b9f0980cb8]: (4, ('a1a64bda-6a9f-43ad-aa78-6e5fbfa0dd41\n', '')) {{(pid=47660) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-17 12:58:53.054 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=47649) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-17 12:58:53.054 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=47649) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-17 12:58:53.054 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=47649) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-17 12:58:53.054 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=47649) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-17 12:58:53.055 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=47649) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-17 12:58:53.055 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=47649) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-17 12:58:53.091 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2025-04-17 12:58:53.092 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=47649) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2025-04-17 12:58:53.092 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=47649) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2025-04-17 12:58:53.093 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2025-04-17 12:58:53.341 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2025-04-17 12:58:53.343 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2025-04-17 12:58:53.345 | + 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-17 12:58:53.348 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-04-17 12:58:53.350 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2025-04-17 12:58:53.363 | + 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-17 12:58:53.376 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2025-04-17 12:58:53.378 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:88 : [[ True == \T\r\u\e ]] 2025-04-17 12:58:53.381 | + 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-17 12:58:53.406 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:90 : running_in_container 2025-04-17 12:58:53.409 | ++ functions:running_in_container:804 : systemd-detect-virt --container 2025-04-17 12:58:53.415 | + functions:running_in_container:804 : [[ none != \n\o\n\e ]] 2025-04-17 12:58:53.417 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:91 : enable_kernel_bridge_firewall 2025-04-17 12:58:53.419 | + functions:enable_kernel_bridge_firewall:813 : sudo modprobe bridge 2025-04-17 12:58:53.444 | + functions:enable_kernel_bridge_firewall:816 : sudo modprobe br_netfilter 2025-04-17 12:58:53.457 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2025-04-17 12:58:53.459 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2025-04-17 12:58:53.466 | net.bridge.bridge-nf-call-iptables = 1 2025-04-17 12:58:53.469 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2025-04-17 12:58:53.471 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2025-04-17 12:58:53.477 | net.bridge.bridge-nf-call-ip6tables = 1 2025-04-17 12:58:53.481 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ false == \T\r\u\e ]] 2025-04-17 12:58:53.483 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ default != '' ]] 2025-04-17 12:58:53.485 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-ex != '' ]] 2025-04-17 12:58:53.487 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ '' == '' ]] 2025-04-17 12:58:53.489 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:50 : OVS_BRIDGE_MAPPINGS=default:br-ex 2025-04-17 12:58:53.491 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-ex 2025-04-17 12:58:53.493 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2025-04-17 12:58:53.495 | + 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-17 12:58:53.497 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-04-17 12:58:53.499 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2025-04-17 12:58:53.511 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ default:br-ex != '' ]] 2025-04-17 12:58:53.513 | + 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-17 12:58:53.541 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/opt/stack/data/venv/bin/neutron-openvswitch-agent 2025-04-17 12:58:53.543 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2025-04-17 12:58:53.568 | + 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-17 12:58:53.594 | + lib/neutron:configure_neutron:389 : is_service_enabled q-dhcp neutron-dhcp 2025-04-17 12:58:53.608 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:58:53.609 | + lib/neutron:configure_neutron:390 : _configure_neutron_dhcp_agent 2025-04-17 12:58:53.612 | + lib/neutron:_configure_neutron_dhcp_agent:930 : cp /opt/stack//neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2025-04-17 12:58:53.615 | + lib/neutron:_configure_neutron_dhcp_agent:932 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2025-04-17 12:58:53.639 | + lib/neutron:_configure_neutron_dhcp_agent:934 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2025-04-17 12:58:53.663 | + lib/neutron:_configure_neutron_dhcp_agent:935 : configure_root_helper_options /etc/neutron/dhcp_agent.ini 2025-04-17 12:58:53.666 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/dhcp_agent.ini 2025-04-17 12:58:53.668 | + 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-17 12:58:53.692 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-04-17 12:58:53.694 | + 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-17 12:58:53.718 | + lib/neutron:_configure_neutron_dhcp_agent:937 : is_service_enabled q-l3 neutron-l3 2025-04-17 12:58:53.731 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:58:53.733 | + lib/neutron:_configure_neutron_dhcp_agent:948 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2025-04-17 12:58:53.735 | + lib/neutron:_neutron_setup_interface_driver:1123 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2025-04-17 12:58:53.760 | + lib/neutron:_neutron_setup_interface_driver:1125 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2025-04-17 12:58:53.761 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2025-04-17 12:58:53.764 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2025-04-17 12:58:53.788 | + lib/neutron:_configure_neutron_dhcp_agent:950 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2025-04-17 12:58:53.790 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2025-04-17 12:58:53.792 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2025-04-17 12:58:53.795 | + lib/neutron:configure_neutron:392 : is_service_enabled q-l3 neutron-l3 2025-04-17 12:58:53.809 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:58:53.811 | + lib/neutron:configure_neutron:393 : _configure_neutron_l3_agent 2025-04-17 12:58:53.813 | + 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-17 12:58:53.816 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2025-04-17 12:58:53.841 | + 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-17 12:58:53.869 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : [[ True == \T\r\u\e ]] 2025-04-17 12:58:53.871 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:125 : iniset /etc/neutron/l3_agent.ini AGENT root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-17 12:58:53.897 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:128 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2025-04-17 12:58:53.899 | + lib/neutron:_neutron_setup_interface_driver:1123 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2025-04-17 12:58:53.923 | + lib/neutron:_neutron_setup_interface_driver:1125 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2025-04-17 12:58:53.925 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2025-04-17 12:58:53.928 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2025-04-17 12:58:53.952 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:130 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2025-04-17 12:58:53.953 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2025-04-17 12:58:53.956 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2025-04-17 12:58:53.958 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:99 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2025-04-17 12:58:55.177 | INFO neutron.common.config [-] Logging enabled! 2025-04-17 12:58:55.178 | INFO neutron.common.config [-] /opt/stack/data/venv/bin/neutron-ovs-cleanup version 0.0.1.dev13 2025-04-17 12:58:55.178 | DEBUG neutron.common.config [-] command line: /opt/stack/data/venv/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=48206) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2025-04-17 12:58:55.202 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=48206) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-17 12:58:55.202 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=48206) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-17 12:58:55.202 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=48206) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-17 12:58:55.202 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=48206) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-17 12:58:55.202 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=48206) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-17 12:58:55.202 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=48206) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-17 12:58:55.236 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2025-04-17 12:58:55.236 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=48206) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2025-04-17 12:58:55.236 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=48206) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2025-04-17 12:58:55.240 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2025-04-17 12:58:55.480 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:100 : [[ False = \T\r\u\e ]] 2025-04-17 12:58:55.482 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:108 : _neutron_ovs_base_add_public_bridge 2025-04-17 12:58:55.484 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:114 : _neutron_ovs_base_add_bridge br-ex 2025-04-17 12:58:55.487 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2025-04-17 12:58:55.489 | + 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-17 12:58:55.491 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-04-17 12:58:55.493 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2025-04-17 12:58:55.506 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:115 : set_mtu br-ex 8950 2025-04-17 12:58:55.508 | + functions:set_mtu:796 : local dev=br-ex 2025-04-17 12:58:55.510 | + functions:set_mtu:797 : local mtu=8950 2025-04-17 12:58:55.512 | + functions:set_mtu:798 : sudo ip link set mtu 8950 dev br-ex 2025-04-17 12:58:55.522 | + 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-17 12:58:55.535 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:132 : _configure_public_network_connectivity 2025-04-17 12:58:55.537 | + lib/neutron:_configure_public_network_connectivity:787 : [[ -n ens224 ]] 2025-04-17 12:58:55.539 | + lib/neutron:_configure_public_network_connectivity:788 : _move_neutron_addresses_route ens224 br-ex True False inet 2025-04-17 12:58:55.541 | + lib/neutron:_move_neutron_addresses_route:728 : local from_intf=ens224 2025-04-17 12:58:55.544 | + lib/neutron:_move_neutron_addresses_route:729 : local to_intf=br-ex 2025-04-17 12:58:55.545 | + lib/neutron:_move_neutron_addresses_route:730 : local add_ovs_port=True 2025-04-17 12:58:55.548 | + lib/neutron:_move_neutron_addresses_route:731 : local del_ovs_port=False 2025-04-17 12:58:55.549 | + lib/neutron:_move_neutron_addresses_route:732 : local af=inet 2025-04-17 12:58:55.551 | + lib/neutron:_move_neutron_addresses_route:734 : [[ -n ens224 ]] 2025-04-17 12:58:55.553 | + lib/neutron:_move_neutron_addresses_route:734 : [[ -n br-ex ]] 2025-04-17 12:58:55.555 | + lib/neutron:_move_neutron_addresses_route:740 : local IP_REPLACE= 2025-04-17 12:58:55.557 | + lib/neutron:_move_neutron_addresses_route:741 : local IP_DEL= 2025-04-17 12:58:55.559 | + lib/neutron:_move_neutron_addresses_route:742 : local IP_UP= 2025-04-17 12:58:55.561 | + lib/neutron:_move_neutron_addresses_route:743 : local DEFAULT_ROUTE_GW 2025-04-17 12:58:55.564 | ++ lib/neutron:_move_neutron_addresses_route:744 : ip -f inet r 2025-04-17 12:58:55.564 | ++ lib/neutron:_move_neutron_addresses_route:744 : awk '/default.+ens224\s/ { print $3; exit }' 2025-04-17 12:58:55.569 | + lib/neutron:_move_neutron_addresses_route:744 : DEFAULT_ROUTE_GW= 2025-04-17 12:58:55.571 | + lib/neutron:_move_neutron_addresses_route:745 : local ADD_OVS_PORT= 2025-04-17 12:58:55.573 | + lib/neutron:_move_neutron_addresses_route:746 : local DEL_OVS_PORT= 2025-04-17 12:58:55.575 | + lib/neutron:_move_neutron_addresses_route:747 : local ARP_CMD= 2025-04-17 12:58:55.578 | ++ lib/neutron:_move_neutron_addresses_route:749 : ip -f inet a s dev ens224 scope global primary 2025-04-17 12:58:55.578 | ++ lib/neutron:_move_neutron_addresses_route:749 : grep inet 2025-04-17 12:58:55.578 | ++ lib/neutron:_move_neutron_addresses_route:749 : awk '{ print $2, $3, $4; exit }' 2025-04-17 12:58:55.583 | + lib/neutron:_move_neutron_addresses_route:749 : IP_BRD= 2025-04-17 12:58:55.585 | + lib/neutron:_move_neutron_addresses_route:751 : '[' '' '!=' '' ']' 2025-04-17 12:58:55.587 | + lib/neutron:_move_neutron_addresses_route:755 : [[ True == \T\r\u\e ]] 2025-04-17 12:58:55.589 | + lib/neutron:_move_neutron_addresses_route:756 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-ex ens224' 2025-04-17 12:58:55.591 | + lib/neutron:_move_neutron_addresses_route:759 : [[ False == \T\r\u\e ]] 2025-04-17 12:58:55.593 | + lib/neutron:_move_neutron_addresses_route:763 : [[ '' != '' ]] 2025-04-17 12:58:55.595 | + lib/neutron:_move_neutron_addresses_route:775 : sudo ovs-vsctl --may-exist add-port br-ex ens224 2025-04-17 12:58:55.610 | ++ lib/neutron:_configure_public_network_connectivity:790 : ip -f inet6 a s dev ens224 2025-04-17 12:58:55.610 | ++ lib/neutron:_configure_public_network_connectivity:790 : grep -c global 2025-04-17 12:58:55.614 | + lib/neutron:_configure_public_network_connectivity:790 : [[ 0 != 0 ]] 2025-04-17 12:58:55.617 | + lib/neutron:configure_neutron:395 : is_service_enabled q-meta neutron-metadata-agent 2025-04-17 12:58:55.631 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:58:55.634 | + lib/neutron:configure_neutron:396 : _configure_neutron_metadata_agent 2025-04-17 12:58:55.636 | + lib/neutron:_configure_neutron_metadata_agent:955 : cp /opt/stack//neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2025-04-17 12:58:55.639 | + lib/neutron:_configure_neutron_metadata_agent:957 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2025-04-17 12:58:55.664 | + lib/neutron:_configure_neutron_metadata_agent:958 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.180.1.21 2025-04-17 12:58:55.689 | + lib/neutron:_configure_neutron_metadata_agent:959 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2025-04-17 12:58:55.714 | + lib/neutron:_configure_neutron_metadata_agent:960 : configure_root_helper_options /etc/neutron/metadata_agent.ini 2025-04-17 12:58:55.716 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/metadata_agent.ini 2025-04-17 12:58:55.718 | + 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-17 12:58:55.744 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-04-17 12:58:55.746 | + 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-17 12:58:55.770 | + lib/neutron:configure_neutron:399 : [[ legacy != \l\e\g\a\c\y ]] 2025-04-17 12:58:55.773 | + lib/neutron:configure_neutron:402 : is_service_enabled ceilometer 2025-04-17 12:58:55.786 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:58:55.789 | + lib/neutron:configure_neutron:406 : [[ openvswitch == \o\v\n ]] 2025-04-17 12:58:55.791 | + lib/neutron:configure_neutron:412 : is_service_enabled q-placement neutron-placement 2025-04-17 12:58:55.805 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:58:55.807 | + lib/neutron:configure_neutron:415 : is_service_enabled q-trunk neutron-trunk 2025-04-17 12:58:55.821 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:58:55.823 | + lib/neutron:configure_neutron:418 : is_service_enabled q-qos neutron-qos 2025-04-17 12:58:55.837 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:58:55.839 | + lib/neutron:configure_neutron:425 : is_service_enabled neutron-segments 2025-04-17 12:58:55.852 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:58:55.854 | + lib/neutron:configure_neutron:431 : is_service_enabled q-agt neutron-agent q-svc neutron-api 2025-04-17 12:58:55.868 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:58:55.871 | + lib/neutron:configure_neutron:432 : _configure_neutron_service 2025-04-17 12:58:55.872 | + lib/neutron:_configure_neutron_service:1002 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2025-04-17 12:58:55.874 | + lib/neutron:_configure_neutron_service:1003 : cp /opt/stack//neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2025-04-17 12:58:55.878 | + lib/neutron:_configure_neutron_service:1005 : [[ -n networking ]] 2025-04-17 12:58:55.880 | + lib/neutron:_configure_neutron_service:1006 : _replace_api_paste_composite 2025-04-17 12:58:55.882 | + lib/neutron:_replace_api_paste_composite:991 : local sep 2025-04-17 12:58:55.884 | ++ lib/neutron:_replace_api_paste_composite:992 : echo -ne '\x01' 2025-04-17 12:58:55.887 | + lib/neutron:_replace_api_paste_composite:992 : sep=$'\001' 2025-04-17 12:58:55.889 | + lib/neutron:_replace_api_paste_composite:994 : sed -i -e 's/\/\: neutronversions_composite/\/networking\/\: neutronversions_composite/' /etc/neutron/api-paste.ini 2025-04-17 12:58:55.893 | + lib/neutron:_replace_api_paste_composite:995 : sed -i -e 's/\/healthcheck\: healthcheck/\/networking\/healthcheck\: healthcheck/' /etc/neutron/api-paste.ini 2025-04-17 12:58:55.896 | + 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-17 12:58:55.900 | + lib/neutron:_configure_neutron_service:1010 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2025-04-17 12:58:55.925 | + lib/neutron:_configure_neutron_service:1012 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2025-04-17 12:58:55.952 | + lib/neutron:_configure_neutron_service:1013 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2025-04-17 12:58:55.977 | + lib/neutron:_configure_neutron_service:1015 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2025-04-17 12:58:56.003 | + lib/neutron:_configure_neutron_service:1016 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2025-04-17 12:58:56.006 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-04-17 12:58:56.008 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=neutron 2025-04-17 12:58:56.010 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-17 12:58:56.013 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2025-04-17 12:58:56.037 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2025-04-17 12:58:56.061 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-17 12:58:56.087 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2025-04-17 12:58:56.112 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken password nomoresecret 2025-04-17 12:58:56.137 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2025-04-17 12:58:56.161 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2025-04-17 12:58:56.185 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2025-04-17 12:58:56.212 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-17 12:58:56.237 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2025-04-17 12:58:56.261 | + lib/neutron:_configure_neutron_service:1019 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2025-04-17 12:58:56.287 | + lib/neutron:_configure_neutron_service:1020 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2025-04-17 12:58:56.313 | + lib/neutron:_configure_neutron_service:1022 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2025-04-17 12:58:56.315 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-04-17 12:58:56.317 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-04-17 12:58:56.319 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2025-04-17 12:58:56.321 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova auth_type password 2025-04-17 12:58:56.346 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova interface public 2025-04-17 12:58:56.371 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova auth_url http://10.180.1.21/identity 2025-04-17 12:58:56.396 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf nova username nova 2025-04-17 12:58:56.421 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova password nomoresecret 2025-04-17 12:58:56.447 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2025-04-17 12:58:56.472 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf nova project_name service 2025-04-17 12:58:56.497 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2025-04-17 12:58:56.522 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2025-04-17 12:58:56.546 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2025-04-17 12:58:56.571 | + lib/neutron:_configure_neutron_service:1025 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement 2025-04-17 12:58:56.573 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-04-17 12:58:56.575 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2025-04-17 12:58:56.577 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=placement 2025-04-17 12:58:56.579 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf placement auth_type password 2025-04-17 12:58:56.603 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf placement interface public 2025-04-17 12:58:56.629 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf placement auth_url http://10.180.1.21/identity 2025-04-17 12:58:56.653 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf placement username placement 2025-04-17 12:58:56.679 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf placement password nomoresecret 2025-04-17 12:58:56.710 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf placement user_domain_name Default 2025-04-17 12:58:56.735 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf placement project_name service 2025-04-17 12:58:56.760 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf placement project_domain_name Default 2025-04-17 12:58:56.785 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem 2025-04-17 12:58:56.811 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 2025-04-17 12:58:56.836 | + lib/neutron:_configure_neutron_service:1028 : neutron_plugin_configure_service 2025-04-17 12:58:56.838 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ geneve != \l\o\c\a\l ]] 2025-04-17 12:58:56.840 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2025-04-17 12:58:56.842 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2025-04-17 12:58:56.844 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2025-04-17 12:58:56.846 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ default != '' ]] 2025-04-17 12:58:56.848 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=default 2025-04-17 12:58:56.850 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 2:999 != '' ]] 2025-04-17 12:58:56.852 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=default:2:999 2025-04-17 12:58:56.854 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ default:2:999 != '' ]] 2025-04-17 12:58:56.856 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2025-04-17 12:58:56.858 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2025-04-17 12:58:56.860 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n default ]] 2025-04-17 12:58:56.862 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2025-04-17 12:58:56.864 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n default ]] 2025-04-17 12:58:56.866 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=default, 2025-04-17 12:58:56.868 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n default ]] 2025-04-17 12:58:56.870 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ default != \d\e\f\a\u\l\t ]] 2025-04-17 12:58:56.872 | + 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-17 12:58:56.874 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-17 12:58:56.876 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=securitygroup 2025-04-17 12:58:56.878 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=enable_security_group=True 2025-04-17 12:58:56.880 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z enable_security_group=True ']' 2025-04-17 12:58:56.882 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-17 12:58:56.883 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2025-04-17 12:58:56.907 | + 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-17 12:58:56.909 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-17 12:58:56.911 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-17 12:58:56.913 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=ovn 2025-04-17 12:58:56.915 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=ovn ']' 2025-04-17 12:58:56.917 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-17 12:58:56.919 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers ovn 2025-04-17 12:58:56.943 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:117 : [[ ovn == *\l\i\n\u\x\b\r\i\d\g\e* ]] 2025-04-17 12:58:56.945 | + 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-17 12:58:56.947 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-17 12:58:56.949 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-17 12:58:56.951 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=overlay_ip_version=4 2025-04-17 12:58:56.953 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z overlay_ip_version=4 ']' 2025-04-17 12:58:56.954 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-17 12:58:56.956 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2025-04-17 12:58:56.979 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 : [[ -n '' ]] 2025-04-17 12:58:56.982 | + 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-17 12:58:56.984 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-17 12:58:56.986 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-17 12:58:56.987 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2025-04-17 12:58:56.989 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2025-04-17 12:58:56.991 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-17 12:58:56.993 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2025-04-17 12:58:57.017 | + 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-17 12:58:57.019 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-17 12:58:57.021 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-17 12:58:57.023 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=geneve 2025-04-17 12:58:57.025 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=geneve ']' 2025-04-17 12:58:57.027 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-17 12:58:57.029 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types geneve 2025-04-17 12:58:57.053 | + 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-17 12:58:57.055 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-17 12:58:57.057 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2025-04-17 12:58:57.059 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2025-04-17 12:58:57.061 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2025-04-17 12:58:57.063 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-17 12:58:57.065 | + 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-17 12:58:57.088 | + 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-17 12:58:57.090 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-17 12:58:57.092 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2025-04-17 12:58:57.094 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2025-04-17 12:58:57.096 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2025-04-17 12:58:57.098 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-17 12:58:57.100 | + 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-17 12:58:57.124 | + 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-17 12:58:57.126 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-17 12:58:57.128 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2025-04-17 12:58:57.130 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=default, 2025-04-17 12:58:57.132 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=default, ']' 2025-04-17 12:58:57.134 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-17 12:58:57.136 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks default, 2025-04-17 12:58:57.160 | + 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-17 12:58:57.162 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-17 12:58:57.164 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2025-04-17 12:58:57.166 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=default:2:999 2025-04-17 12:58:57.168 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=default:2:999 ']' 2025-04-17 12:58:57.170 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-17 12:58:57.172 | + 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-17 12:58:57.196 | + 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-17 12:58:57.198 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-17 12:58:57.199 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2025-04-17 12:58:57.202 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2025-04-17 12:58:57.203 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2025-04-17 12:58:57.205 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-17 12:58:57.207 | + 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-17 12:58:57.232 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:140 : [[ legacy != \l\e\g\a\c\y ]] 2025-04-17 12:58:57.234 | + lib/neutron:configure_neutron:435 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2025-04-17 12:58:57.260 | + lib/neutron:configure_neutron:439 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2025-04-17 12:58:57.285 | + lib/neutron:configure_neutron:441 : '[' False == True ']' 2025-04-17 12:58:57.287 | + stack.sh:main:1178 : is_service_enabled mysql postgresql 2025-04-17 12:58:57.301 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:58:57.303 | + stack.sh:main:1178 : is_service_enabled neutron 2025-04-17 12:58:57.316 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:58:57.318 | + stack.sh:main:1179 : async_runfunc init_neutron 2025-04-17 12:58:57.320 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2025-04-17 12:58:57.369 | + inc/async:async_inner:63 : init_neutron 2025-04-17 12:58:57.399 | [3523 Async init_neutron:50023]: running: init_neutron 2025-04-17 12:58:57.402 | + stack.sh:main:1187 : is_service_enabled q-dhcp 2025-04-17 12:58:57.416 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:58:57.419 | ++ stack.sh:main:1191 : pidof NetworkManager 2025-04-17 12:58:57.431 | ++ stack.sh:main:1191 : true 2025-04-17 12:58:57.433 | + stack.sh:main:1191 : netman_pid= 2025-04-17 12:58:57.435 | + stack.sh:main:1192 : '[' -z '' ']' 2025-04-17 12:58:57.437 | + stack.sh:main:1193 : sudo killall dnsmasq 2025-04-17 12:58:57.448 | dnsmasq: no process found 2025-04-17 12:58:57.451 | + stack.sh:main:1193 : true 2025-04-17 12:58:57.453 | + stack.sh:main:1198 : clean_iptables 2025-04-17 12:58:57.457 | + lib/nova:clean_iptables:189 : grep nova 2025-04-17 12:58:57.458 | + lib/nova:clean_iptables:189 : sudo iptables -S -v 2025-04-17 12:58:57.458 | + lib/nova:clean_iptables:189 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-17 12:58:57.458 | + lib/nova:clean_iptables:189 : grep '\-A' 2025-04-17 12:58:57.459 | + lib/nova:clean_iptables:189 : bash 2025-04-17 12:58:57.459 | + lib/nova:clean_iptables:189 : awk '{print "sudo iptables",$0}' 2025-04-17 12:58:57.459 | + lib/nova:clean_iptables:189 : sed s/-A/-D/g 2025-04-17 12:58:57.482 | + lib/nova:clean_iptables:191 : sudo iptables -S -v -t nat 2025-04-17 12:58:57.482 | + lib/nova:clean_iptables:191 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-17 12:58:57.482 | + lib/nova:clean_iptables:191 : grep nova 2025-04-17 12:58:57.483 | + lib/nova:clean_iptables:191 : grep '\-A' 2025-04-17 12:58:57.484 | + lib/nova:clean_iptables:191 : sed s/-A/-D/g 2025-04-17 12:58:57.484 | + lib/nova:clean_iptables:191 : bash 2025-04-17 12:58:57.484 | + lib/nova:clean_iptables:191 : awk '{print "sudo iptables -t nat",$0}' 2025-04-17 12:58:57.494 | + lib/nova:clean_iptables:193 : grep nova 2025-04-17 12:58:57.494 | + lib/nova:clean_iptables:193 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-17 12:58:57.494 | + lib/nova:clean_iptables:193 : sudo iptables -S -v 2025-04-17 12:58:57.494 | + lib/nova:clean_iptables:193 : grep '\-N' 2025-04-17 12:58:57.495 | + lib/nova:clean_iptables:193 : awk '{print "sudo iptables",$0}' 2025-04-17 12:58:57.495 | + lib/nova:clean_iptables:193 : sed s/-N/-X/g 2025-04-17 12:58:57.495 | + lib/nova:clean_iptables:193 : bash 2025-04-17 12:58:57.507 | + lib/nova:clean_iptables:195 : sudo iptables -S -v -t nat 2025-04-17 12:58:57.507 | + lib/nova:clean_iptables:195 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-17 12:58:57.507 | + lib/nova:clean_iptables:195 : grep nova 2025-04-17 12:58:57.508 | + lib/nova:clean_iptables:195 : grep '\-N' 2025-04-17 12:58:57.508 | + lib/nova:clean_iptables:195 : sed s/-N/-X/g 2025-04-17 12:58:57.509 | + lib/nova:clean_iptables:195 : awk '{print "sudo iptables -t nat",$0}' 2025-04-17 12:58:57.509 | + lib/nova:clean_iptables:195 : bash 2025-04-17 12:58:57.517 | + stack.sh:main:1201 : sudo sysctl -w net.ipv4.ip_forward=1 2025-04-17 12:58:57.524 | net.ipv4.ip_forward = 1 2025-04-17 12:58:57.527 | + stack.sh:main:1206 : is_service_enabled nova neutron 2025-04-17 12:58:57.542 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:58:57.544 | + stack.sh:main:1207 : configure_os_vif 2025-04-17 12:58:57.546 | + lib/os-vif:configure_os_vif:16 : [[ -e /etc/nova/nova.conf ]] 2025-04-17 12:58:57.548 | + lib/os-vif:configure_os_vif:17 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2025-04-17 12:58:57.576 | + lib/os-vif:configure_os_vif:19 : [[ -e /etc/neutron/neutron.conf ]] 2025-04-17 12:58:57.578 | + lib/os-vif:configure_os_vif:20 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2025-04-17 12:58:57.607 | + stack.sh:main:1213 : is_service_enabled swift 2025-04-17 12:58:57.621 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:58:57.623 | + stack.sh:main:1222 : is_service_enabled cinder 2025-04-17 12:58:57.637 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:58:57.639 | + stack.sh:main:1223 : echo_summary 'Configuring Cinder' 2025-04-17 12:58:57.641 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-17 12:58:57.643 | + stack.sh:echo_summary:461 : echo -e Configuring Cinder 2025-04-17 12:58:57.645 | + stack.sh:main:1224 : async_runfunc init_cinder 2025-04-17 12:58:57.647 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2025-04-17 12:58:57.696 | + inc/async:async_inner:63 : init_cinder 2025-04-17 12:58:57.728 | [3523 Async init_cinder:50374]: running: init_cinder 2025-04-17 12:58:57.730 | + stack.sh:main:1230 : is_service_enabled placement 2025-04-17 12:58:57.746 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:58:57.748 | + stack.sh:main:1231 : echo_summary 'Configuring placement' 2025-04-17 12:58:57.751 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-17 12:58:57.753 | + stack.sh:echo_summary:461 : echo -e Configuring placement 2025-04-17 12:58:57.756 | + stack.sh:main:1232 : async_runfunc init_placement 2025-04-17 12:58:57.758 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2025-04-17 12:58:57.807 | + inc/async:async_inner:63 : init_placement 2025-04-17 12:58:57.841 | [3523 Async init_placement:50521]: running: init_placement 2025-04-17 12:58:57.843 | + stack.sh:main:1236 : async_wait init_neutron 2025-04-17 12:58:57.881 | [3523 Async init_neutron:50023]: Waiting for completion of init_neutron running on PID 50023 (5 other jobs running) 2025-04-17 12:58:57.899 | [3523 Async init_neutron:50023]: Signaling child to exit 2025-04-17 12:59:01.248 | + inc/async:async_inner:64 : rc=0 2025-04-17 12:59:01.267 | [50374 Async init_cinder:50374]: finished successfully 2025-04-17 12:59:06.674 | + inc/async:async_inner:64 : rc=0 2025-04-17 12:59:06.693 | [50023 Async init_neutron:50023]: finished successfully 2025-04-17 12:59:06.710 | WAKEUP 2025-04-17 12:59:06.727 | [3523 Async init_neutron:50023]: Signaled 2025-04-17 12:59:06.729 | + lib/neutron:init_neutron:511 : recreate_database neutron 2025-04-17 12:59:06.729 | + lib/database:recreate_database:112 : local db=neutron 2025-04-17 12:59:06.729 | + lib/database:recreate_database:113 : recreate_database_mysql neutron 2025-04-17 12:59:06.729 | + lib/databases/mysql:recreate_database_mysql:60 : local db=neutron 2025-04-17 12:59:06.729 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2025-04-17 12:59:06.729 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2025-04-17 12:59:06.729 | + lib/neutron:init_neutron:512 : time_start dbsync 2025-04-17 12:59:06.729 | + functions-common:time_start:2386 : local name=dbsync 2025-04-17 12:59:06.729 | + functions-common:time_start:2387 : local start_time= 2025-04-17 12:59:06.729 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 12:59:06.729 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 12:59:06.730 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894737408 2025-04-17 12:59:06.730 | + 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-17 12:59:06.730 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-04-17 12:59:06.730 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-04-17 12:59:06.730 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-04-17 12:59:06.730 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-04-17 12:59:06.730 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2025-04-17 12:59:06.730 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2025-04-17 12:59:06.730 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2025-04-17 12:59:06.730 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2025-04-17 12:59:06.730 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2025-04-17 12:59:06.730 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2025-04-17 12:59:06.730 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2025-04-17 12:59:06.730 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2025-04-17 12:59:06.730 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2025-04-17 12:59:06.730 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2025-04-17 12:59:06.730 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2025-04-17 12:59:06.730 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2025-04-17 12:59:06.730 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2025-04-17 12:59:06.730 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2025-04-17 12:59:06.730 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2025-04-17 12:59:06.730 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2025-04-17 12:59:06.730 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2025-04-17 12:59:06.730 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2025-04-17 12:59:06.730 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2025-04-17 12:59:06.730 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2025-04-17 12:59:06.732 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2025-04-17 12:59:06.732 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2025-04-17 12:59:06.732 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2025-04-17 12:59:06.732 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2025-04-17 12:59:06.732 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2025-04-17 12:59:06.732 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2025-04-17 12:59:06.732 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2025-04-17 12:59:06.732 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2025-04-17 12:59:06.732 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2025-04-17 12:59:06.732 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2025-04-17 12:59:06.732 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2025-04-17 12:59:06.732 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2025-04-17 12:59:06.732 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2025-04-17 12:59:06.732 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2025-04-17 12:59:06.732 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2025-04-17 12:59:06.732 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2025-04-17 12:59:06.732 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2025-04-17 12:59:06.732 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2025-04-17 12:59:06.732 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2025-04-17 12:59:06.732 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2025-04-17 12:59:06.732 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2025-04-17 12:59:06.732 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2025-04-17 12:59:06.732 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2025-04-17 12:59:06.732 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2025-04-17 12:59:06.732 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2025-04-17 12:59:06.732 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2025-04-17 12:59:06.732 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2025-04-17 12:59:06.732 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2025-04-17 12:59:06.732 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2025-04-17 12:59:06.732 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2025-04-17 12:59:06.732 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2025-04-17 12:59:06.732 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2025-04-17 12:59:06.732 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2025-04-17 12:59:06.732 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2025-04-17 12:59:06.732 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2025-04-17 12:59:06.732 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2025-04-17 12:59:06.732 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2025-04-17 12:59:06.732 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2025-04-17 12:59:06.732 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2025-04-17 12:59:06.732 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2025-04-17 12:59:06.732 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2025-04-17 12:59:06.732 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2025-04-17 12:59:06.732 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project" 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade 34cf8b009713 -> I43e0b669096 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade I43e0b669096 -> 4e6e655746f6 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade 4e6e655746f6 -> 659cbedf30a1 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade 659cbedf30a1 -> 21ff98fabab1 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade 21ff98fabab1 -> 5881373af7f5 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade 5881373af7f5 -> fc153938cdc1 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade fc153938cdc1 -> 93f394357a27 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade 93f394357a27 -> 6f1145bff34c 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade 6f1145bff34c -> 682c319773d7 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade 682c319773d7 -> 0aefee21cd87 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade 0aefee21cd87 -> b1199a3adbef 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade b1199a3adbef -> c33da356b165 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade c33da356b165 -> 89c58a70ceba 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2025-04-17 12:59:06.733 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2025-04-17 12:59:06.733 | Running upgrade for neutron ... 2025-04-17 12:59:06.733 | OK 2025-04-17 12:59:06.733 | + lib/neutron:init_neutron:515 : time_stop dbsync 2025-04-17 12:59:06.733 | + functions-common:time_stop:2400 : local name 2025-04-17 12:59:06.733 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:59:06.733 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:59:06.733 | + functions-common:time_stop:2403 : local total 2025-04-17 12:59:06.733 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:59:06.733 | + functions-common:time_stop:2406 : name=dbsync 2025-04-17 12:59:06.733 | + functions-common:time_stop:2407 : start_time=1744894737408 2025-04-17 12:59:06.734 | + functions-common:time_stop:2409 : [[ -z 1744894737408 ]] 2025-04-17 12:59:06.734 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:59:06.734 | + functions-common:time_stop:2412 : end_time=1744894746661 2025-04-17 12:59:06.734 | + functions-common:time_stop:2413 : elapsed_time=9253 2025-04-17 12:59:06.734 | + functions-common:time_stop:2414 : total=2693 2025-04-17 12:59:06.734 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:59:06.734 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11946 2025-04-17 12:59:06.766 | [3523 Async init_neutron:50023]: finished init_neutron with result 0 in 9 seconds 2025-04-17 12:59:06.769 | + inc/async:async_wait:197 : return 0 2025-04-17 12:59:06.771 | + stack.sh:main:1237 : async_wait init_placement 2025-04-17 12:59:06.811 | [3523 Async init_placement:50521]: Waiting for completion of init_placement running on PID 50521 (4 other jobs running) 2025-04-17 12:59:06.830 | [3523 Async init_placement:50521]: Signaling child to exit 2025-04-17 12:59:14.158 | + inc/async:async_inner:64 : rc=0 2025-04-17 12:59:14.176 | [50521 Async init_placement:50521]: finished successfully 2025-04-17 12:59:14.193 | WAKEUP 2025-04-17 12:59:14.209 | [3523 Async init_placement:50521]: Signaled 2025-04-17 12:59:14.210 | + lib/placement:init_placement:143 : recreate_database placement 2025-04-17 12:59:14.211 | + lib/database:recreate_database:112 : local db=placement 2025-04-17 12:59:14.211 | + lib/database:recreate_database:113 : recreate_database_mysql placement 2025-04-17 12:59:14.211 | + lib/databases/mysql:recreate_database_mysql:60 : local db=placement 2025-04-17 12:59:14.211 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2025-04-17 12:59:14.211 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2025-04-17 12:59:14.211 | + lib/placement:init_placement:144 : /opt/stack/data/venv/bin/placement-manage db sync 2025-04-17 12:59:14.211 | + lib/placement:init_placement:145 : create_placement_accounts 2025-04-17 12:59:14.211 | + lib/placement:create_placement_accounts:132 : create_service_user placement admin 2025-04-17 12:59:14.211 | + lib/keystone:create_service_user:436 : get_or_create_user placement nomoresecret Default 2025-04-17 12:59:14.211 | + functions-common:get_or_create_user:882 : local user_id 2025-04-17 12:59:14.211 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-17 12:59:14.211 | + functions-common:get_or_create_user:886 : local email= 2025-04-17 12:59:14.211 | ++ 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-17 12:59:14.211 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:59:14.211 | + functions-common:get_or_create_user:898 : user_id=77b4716d8392427f9893ed1c2496477b 2025-04-17 12:59:14.211 | + functions-common:get_or_create_user:899 : echo 77b4716d8392427f9893ed1c2496477b 2025-04-17 12:59:14.211 | 77b4716d8392427f9893ed1c2496477b 2025-04-17 12:59:14.211 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service placement service Default Default 2025-04-17 12:59:14.211 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-17 12:59:14.211 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-17 12:59:14.211 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-17 12:59:14.211 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-17 12:59:14.211 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-17 12:59:14.211 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-17 12:59:14.211 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-17 12:59:14.211 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-17 12:59:14.211 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-17 12:59:14.211 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-17 12:59:14.211 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-17 12:59:14.211 | + 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-17 12:59:14.211 | ++ 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-17 12:59:14.211 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:59:14.211 | + functions-common:get_or_add_user_project_role:962 : user_role_id=c6ec7ff6f9f64c55861781359ee99c1b 2025-04-17 12:59:14.211 | + functions-common:get_or_add_user_project_role:963 : echo c6ec7ff6f9f64c55861781359ee99c1b 2025-04-17 12:59:14.211 | c6ec7ff6f9f64c55861781359ee99c1b 2025-04-17 12:59:14.211 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2025-04-17 12:59:14.211 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin placement service Default Default 2025-04-17 12:59:14.211 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-17 12:59:14.211 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-17 12:59:14.211 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-17 12:59:14.211 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-17 12:59:14.211 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-17 12:59:14.211 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-17 12:59:14.211 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-17 12:59:14.211 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-17 12:59:14.211 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-17 12:59:14.211 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-17 12:59:14.211 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-17 12:59:14.211 | + 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-17 12:59:14.211 | ++ 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-17 12:59:14.211 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:59:14.211 | + functions-common:get_or_add_user_project_role:962 : user_role_id=5ce4b597f3a24a25a08963ba437f314c 2025-04-17 12:59:14.211 | + functions-common:get_or_add_user_project_role:963 : echo 5ce4b597f3a24a25a08963ba437f314c 2025-04-17 12:59:14.211 | 5ce4b597f3a24a25a08963ba437f314c 2025-04-17 12:59:14.211 | + lib/placement:create_placement_accounts:133 : local placement_api_url=http://10.180.1.21/placement 2025-04-17 12:59:14.211 | + lib/placement:create_placement_accounts:134 : get_or_create_service placement placement 'Placement Service' 2025-04-17 12:59:14.211 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-17 12:59:14.211 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show placement -f value -c id 2025-04-17 12:59:14.211 | ++ 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-17 12:59:14.211 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:59:14.211 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-17 12:59:14.211 | 68599141510542808150ec74eafceb4d' 2025-04-17 12:59:14.211 | + functions-common:get_or_create_service:1050 : echo 68599141510542808150ec74eafceb4d 2025-04-17 12:59:14.211 | 68599141510542808150ec74eafceb4d 2025-04-17 12:59:14.211 | + lib/placement:create_placement_accounts:136 : get_or_create_endpoint placement RegionOne http://10.180.1.21/placement 2025-04-17 12:59:14.211 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-17 12:59:14.211 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface placement public http://10.180.1.21/placement RegionOne 2025-04-17 12:59:14.211 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-17 12:59:14.211 | +++ 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-17 12:59:14.211 | +++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:59:14.211 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-17 12:59:14.211 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-17 12:59:14.211 | +++ 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-17 12:59:14.211 | +++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:59:14.211 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=30435f5ba7e6482eb0002380388bdbf4 2025-04-17 12:59:14.211 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 30435f5ba7e6482eb0002380388bdbf4 2025-04-17 12:59:14.211 | + functions-common:get_or_create_endpoint:1083 : public_id=30435f5ba7e6482eb0002380388bdbf4 2025-04-17 12:59:14.212 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-17 12:59:14.212 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-17 12:59:14.212 | + functions-common:get_or_create_endpoint:1092 : echo 30435f5ba7e6482eb0002380388bdbf4 2025-04-17 12:59:14.212 | 30435f5ba7e6482eb0002380388bdbf4 2025-04-17 12:59:14.242 | [3523 Async init_placement:50521]: finished init_placement with result 0 in 16 seconds 2025-04-17 12:59:14.245 | + inc/async:async_wait:197 : return 0 2025-04-17 12:59:14.248 | + stack.sh:main:1238 : async_wait init_glance 2025-04-17 12:59:14.285 | [3523 Async init_glance:46697]: Waiting for completion of init_glance running on PID 46697 (3 other jobs running) 2025-04-17 12:59:14.303 | [3523 Async init_glance:46697]: Signaling child to exit 2025-04-17 12:59:14.303 | WAKEUP 2025-04-17 12:59:14.320 | [3523 Async init_glance:46697]: Signaled 2025-04-17 12:59:14.321 | + lib/glance:init_glance:484 : rm -rf /opt/stack/data/glance/images 2025-04-17 12:59:14.321 | + lib/glance:init_glance:485 : mkdir -p /opt/stack/data/glance/images 2025-04-17 12:59:14.321 | + lib/glance:init_glance:488 : recreate_database glance 2025-04-17 12:59:14.321 | + lib/database:recreate_database:112 : local db=glance 2025-04-17 12:59:14.321 | + lib/database:recreate_database:113 : recreate_database_mysql glance 2025-04-17 12:59:14.321 | + lib/databases/mysql:recreate_database_mysql:60 : local db=glance 2025-04-17 12:59:14.321 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2025-04-17 12:59:14.321 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2025-04-17 12:59:14.321 | + lib/glance:init_glance:490 : time_start dbsync 2025-04-17 12:59:14.321 | + functions-common:time_start:2386 : local name=dbsync 2025-04-17 12:59:14.321 | + functions-common:time_start:2387 : local start_time= 2025-04-17 12:59:14.321 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 12:59:14.321 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 12:59:14.321 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894711728 2025-04-17 12:59:14.321 | + lib/glance:init_glance:492 : /opt/stack/data/venv/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2025-04-17 12:59:14.321 | INFO dbcounter [-] Registered counter for database glance 2025-04-17 12:59:14.321 | 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=46783) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-17 12:59:14.321 | DEBUG dbcounter [-] [46783] Writer thread running {{(pid=46783) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-17 12:59:14.321 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-17 12:59:14.321 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-17 12:59:14.321 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-17 12:59:14.321 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-17 12:59:14.321 | INFO dbcounter [-] Registered counter for database glance 2025-04-17 12:59:14.321 | 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=46783) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-17 12:59:14.321 | DEBUG dbcounter [-] [46783] Writer thread running {{(pid=46783) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-17 12:59:14.321 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-17 12:59:14.321 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-17 12:59:14.321 | INFO alembic.runtime.migration [-] Running upgrade -> liberty, liberty initial 2025-04-17 12:59:14.321 | DEBUG alembic.runtime.migration [-] new branch insert liberty {{(pid=46783) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-17 12:59:14.321 | INFO alembic.runtime.migration [-] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2025-04-17 12:59:14.321 | DEBUG alembic.runtime.migration [-] update liberty to mitaka01 {{(pid=46783) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-17 12:59:14.321 | INFO alembic.runtime.migration [-] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2025-04-17 12:59:14.321 | DEBUG alembic.runtime.migration [-] update mitaka01 to mitaka02 {{(pid=46783) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-17 12:59:14.321 | INFO alembic.runtime.migration [-] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2025-04-17 12:59:14.321 | DEBUG alembic.runtime.migration [-] update mitaka02 to ocata_expand01 {{(pid=46783) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-17 12:59:14.321 | INFO alembic.runtime.migration [-] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2025-04-17 12:59:14.321 | DEBUG alembic.runtime.migration [-] update ocata_expand01 to pike_expand01 {{(pid=46783) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-17 12:59:14.321 | INFO alembic.runtime.migration [-] Running upgrade pike_expand01 -> queens_expand01 2025-04-17 12:59:14.321 | DEBUG alembic.runtime.migration [-] update pike_expand01 to queens_expand01 {{(pid=46783) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-17 12:59:14.321 | INFO alembic.runtime.migration [-] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2025-04-17 12:59:14.321 | DEBUG alembic.runtime.migration [-] update queens_expand01 to rocky_expand01 {{(pid=46783) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-17 12:59:14.321 | INFO alembic.runtime.migration [-] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2025-04-17 12:59:14.321 | DEBUG alembic.runtime.migration [-] update rocky_expand01 to rocky_expand02 {{(pid=46783) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-17 12:59:14.322 | INFO alembic.runtime.migration [-] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2025-04-17 12:59:14.322 | DEBUG alembic.runtime.migration [-] update rocky_expand02 to train_expand01 {{(pid=46783) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-17 12:59:14.322 | INFO alembic.runtime.migration [-] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2025-04-17 12:59:14.322 | DEBUG alembic.runtime.migration [-] update train_expand01 to ussuri_expand01 {{(pid=46783) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-17 12:59:14.322 | INFO alembic.runtime.migration [-] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2025-04-17 12:59:14.322 | DEBUG alembic.runtime.migration [-] update ussuri_expand01 to wallaby_expand01 {{(pid=46783) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-17 12:59:14.322 | INFO alembic.runtime.migration [-] Running upgrade wallaby_expand01 -> xena_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-17 12:59:14.322 | DEBUG alembic.runtime.migration [-] update wallaby_expand01 to xena_expand01 {{(pid=46783) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-17 12:59:14.322 | INFO alembic.runtime.migration [-] Running upgrade xena_expand01 -> yoga_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-17 12:59:14.322 | DEBUG alembic.runtime.migration [-] update xena_expand01 to yoga_expand01 {{(pid=46783) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-17 12:59:14.322 | INFO alembic.runtime.migration [-] Running upgrade yoga_expand01 -> zed_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-17 12:59:14.322 | DEBUG alembic.runtime.migration [-] update yoga_expand01 to zed_expand01 {{(pid=46783) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-17 12:59:14.322 | INFO alembic.runtime.migration [-] Running upgrade zed_expand01 -> 2023_1_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-17 12:59:14.322 | DEBUG alembic.runtime.migration [-] update zed_expand01 to 2023_1_expand01 {{(pid=46783) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-17 12:59:14.322 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-17 12:59:14.322 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-17 12:59:14.322 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-17 12:59:14.322 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-17 12:59:14.322 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-17 12:59:14.322 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-17 12:59:14.322 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-17 12:59:14.322 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-17 12:59:14.322 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-17 12:59:14.322 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-17 12:59:14.322 | INFO alembic.runtime.migration [-] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2025-04-17 12:59:14.322 | DEBUG alembic.runtime.migration [-] new branch insert ocata_contract01 {{(pid=46783) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-17 12:59:14.322 | INFO alembic.runtime.migration [-] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2025-04-17 12:59:14.322 | DEBUG alembic.runtime.migration [-] update ocata_contract01 to pike_contract01 {{(pid=46783) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-17 12:59:14.322 | INFO alembic.runtime.migration [-] Running upgrade pike_contract01 -> queens_contract01 2025-04-17 12:59:14.322 | DEBUG alembic.runtime.migration [-] update pike_contract01 to queens_contract01 {{(pid=46783) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-17 12:59:14.322 | INFO alembic.runtime.migration [-] Running upgrade queens_contract01 -> rocky_contract01 2025-04-17 12:59:14.322 | DEBUG alembic.runtime.migration [-] update queens_contract01 to rocky_contract01 {{(pid=46783) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-17 12:59:14.322 | INFO alembic.runtime.migration [-] Running upgrade rocky_contract01 -> rocky_contract02 2025-04-17 12:59:14.322 | DEBUG alembic.runtime.migration [-] update rocky_contract01 to rocky_contract02 {{(pid=46783) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-17 12:59:14.322 | INFO alembic.runtime.migration [-] Running upgrade rocky_contract02 -> train_contract01 2025-04-17 12:59:14.322 | DEBUG alembic.runtime.migration [-] update rocky_contract02 to train_contract01 {{(pid=46783) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-17 12:59:14.322 | INFO alembic.runtime.migration [-] Running upgrade train_contract01 -> ussuri_contract01 2025-04-17 12:59:14.322 | DEBUG alembic.runtime.migration [-] update train_contract01 to ussuri_contract01 {{(pid=46783) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-17 12:59:14.322 | INFO alembic.runtime.migration [-] Running upgrade ussuri_contract01 -> wallaby_contract01 2025-04-17 12:59:14.322 | DEBUG alembic.runtime.migration [-] update ussuri_contract01 to wallaby_contract01 {{(pid=46783) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-17 12:59:14.322 | INFO alembic.runtime.migration [-] Running upgrade wallaby_contract01 -> xena_contract01 2025-04-17 12:59:14.322 | DEBUG alembic.runtime.migration [-] update wallaby_contract01 to xena_contract01 {{(pid=46783) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-17 12:59:14.322 | INFO alembic.runtime.migration [-] Running upgrade xena_contract01 -> yoga_contract01 2025-04-17 12:59:14.322 | DEBUG alembic.runtime.migration [-] update xena_contract01 to yoga_contract01 {{(pid=46783) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-17 12:59:14.322 | INFO alembic.runtime.migration [-] Running upgrade yoga_contract01 -> zed_contract01 2025-04-17 12:59:14.322 | DEBUG alembic.runtime.migration [-] update yoga_contract01 to zed_contract01 {{(pid=46783) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-17 12:59:14.322 | INFO alembic.runtime.migration [-] Running upgrade zed_contract01 -> 2023_1_contract01 2025-04-17 12:59:14.322 | DEBUG alembic.runtime.migration [-] merge, delete ['zed_contract01'], update 2023_1_expand01 to 2023_1_contract01 {{(pid=46783) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:837}} 2025-04-17 12:59:14.322 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-17 12:59:14.322 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-17 12:59:14.322 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-17 12:59:14.322 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-17 12:59:14.322 | Upgraded database to: 2023_1_expand01, current revision(s): 2023_1_expand01 2025-04-17 12:59:14.322 | Database migration is up to date. No migration needed. 2025-04-17 12:59:14.322 | Upgraded database to: 2023_1_contract01, current revision(s): 2023_1_contract01 2025-04-17 12:59:14.322 | Database is synced successfully. 2025-04-17 12:59:14.323 | + lib/glance:init_glance:495 : /opt/stack/data/venv/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2025-04-17 12:59:14.323 | INFO dbcounter [-] Registered counter for database glance 2025-04-17 12:59:14.323 | 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=46845) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-17 12:59:14.323 | DEBUG dbcounter [-] [46845] Writer thread running {{(pid=46845) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-17 12:59:14.323 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2025-04-17 12:59:14.323 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2025-04-17 12:59:14.323 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2025-04-17 12:59:14.323 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2025-04-17 12:59:14.323 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2025-04-17 12:59:14.323 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2025-04-17 12:59:14.323 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2025-04-17 12:59:14.323 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2025-04-17 12:59:14.323 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2025-04-17 12:59:14.323 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2025-04-17 12:59:14.323 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2025-04-17 12:59:14.323 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2025-04-17 12:59:14.323 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2025-04-17 12:59:14.323 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2025-04-17 12:59:14.323 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2025-04-17 12:59:14.323 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2025-04-17 12:59:14.323 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-mode.json loaded to database. 2025-04-17 12:59:14.323 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2025-04-17 12:59:14.323 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2025-04-17 12:59:14.323 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2025-04-17 12:59:14.323 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2025-04-17 12:59:14.323 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2025-04-17 12:59:14.323 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2025-04-17 12:59:14.323 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2025-04-17 12:59:14.323 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2025-04-17 12:59:14.323 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm-hw.json loaded to database. 2025-04-17 12:59:14.323 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2025-04-17 12:59:14.323 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2025-04-17 12:59:14.323 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2025-04-17 12:59:14.323 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2025-04-17 12:59:14.323 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm.json loaded to database. 2025-04-17 12:59:14.323 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2025-04-17 12:59:14.323 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2025-04-17 12:59:14.323 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2025-04-17 12:59:14.323 | + lib/glance:init_glance:496 : time_stop dbsync 2025-04-17 12:59:14.323 | + functions-common:time_stop:2400 : local name 2025-04-17 12:59:14.323 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:59:14.323 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:59:14.323 | + functions-common:time_stop:2403 : local total 2025-04-17 12:59:14.323 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:59:14.323 | + functions-common:time_stop:2406 : name=dbsync 2025-04-17 12:59:14.323 | + functions-common:time_stop:2407 : start_time=1744894711728 2025-04-17 12:59:14.323 | + functions-common:time_stop:2409 : [[ -z 1744894711728 ]] 2025-04-17 12:59:14.323 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:59:14.323 | + functions-common:time_stop:2412 : end_time=1744894716137 2025-04-17 12:59:14.323 | + functions-common:time_stop:2413 : elapsed_time=4409 2025-04-17 12:59:14.323 | + functions-common:time_stop:2414 : total=2693 2025-04-17 12:59:14.323 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:59:14.323 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=7102 2025-04-17 12:59:14.353 | [3523 Async init_glance:46697]: finished init_glance with result 0 in 4 seconds 2025-04-17 12:59:14.356 | + inc/async:async_wait:197 : return 0 2025-04-17 12:59:14.358 | + stack.sh:main:1239 : async_wait init_swift 2025-04-17 12:59:14.374 | Not waiting for async task init_swift that we never started or has already been waited for 2025-04-17 12:59:14.376 | + inc/async:async_wait:197 : return 0 2025-04-17 12:59:14.378 | + stack.sh:main:1240 : async_wait init_cinder 2025-04-17 12:59:14.415 | [3523 Async init_cinder:50374]: Waiting for completion of init_cinder running on PID 50374 (2 other jobs running) 2025-04-17 12:59:14.433 | [3523 Async init_cinder:50374]: Signaling child to exit 2025-04-17 12:59:14.433 | WAKEUP 2025-04-17 12:59:14.449 | [3523 Async init_cinder:50374]: Signaled 2025-04-17 12:59:14.450 | + lib/cinder:init_cinder:484 : is_service_enabled mysql postgresql 2025-04-17 12:59:14.451 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:59:14.451 | + lib/cinder:init_cinder:486 : recreate_database cinder 2025-04-17 12:59:14.451 | + lib/database:recreate_database:112 : local db=cinder 2025-04-17 12:59:14.451 | + lib/database:recreate_database:113 : recreate_database_mysql cinder 2025-04-17 12:59:14.451 | + lib/databases/mysql:recreate_database_mysql:60 : local db=cinder 2025-04-17 12:59:14.451 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2025-04-17 12:59:14.451 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2025-04-17 12:59:14.451 | + lib/cinder:init_cinder:488 : time_start dbsync 2025-04-17 12:59:14.451 | + functions-common:time_start:2386 : local name=dbsync 2025-04-17 12:59:14.451 | + functions-common:time_start:2387 : local start_time= 2025-04-17 12:59:14.451 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 12:59:14.451 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 12:59:14.451 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894737752 2025-04-17 12:59:14.451 | + lib/cinder:init_cinder:490 : /opt/stack/data/venv/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2025-04-17 12:59:14.451 | INFO dbcounter [-] Registered counter for database cinder 2025-04-17 12:59:14.451 | 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=50478) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-17 12:59:14.451 | DEBUG dbcounter [-] [50478] Writer thread running {{(pid=50478) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-17 12:59:14.451 | INFO cinder.db.migration [-] Applying migration(s) 2025-04-17 12:59:14.451 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-17 12:59:14.451 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-17 12:59:14.451 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2025-04-17 12:59:14.451 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=50478) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-17 12:59:14.451 | INFO alembic.runtime.migration [-] Running upgrade 921e1a36b076 -> c92a3e68beed, Make shared_targets nullable 2025-04-17 12:59:14.451 | DEBUG alembic.runtime.migration [-] update 921e1a36b076 to c92a3e68beed {{(pid=50478) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-17 12:59:14.451 | INFO alembic.runtime.migration [-] Running upgrade c92a3e68beed -> daa98075b90d, Add resource indexes 2025-04-17 12:59:14.451 | INFO dbcounter [-] Registered counter for database cinder 2025-04-17 12:59:14.451 | 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=50478) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-17 12:59:14.451 | DEBUG dbcounter [-] [50478] Writer thread running {{(pid=50478) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-17 12:59:14.451 | DEBUG alembic.runtime.migration [-] update c92a3e68beed to daa98075b90d {{(pid=50478) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-17 12:59:14.451 | INFO alembic.runtime.migration [-] Running upgrade daa98075b90d -> 89aa6f9639f9, Drop legacy migrate_version table 2025-04-17 12:59:14.451 | DEBUG alembic.runtime.migration [-] update daa98075b90d to 89aa6f9639f9 {{(pid=50478) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-17 12:59:14.451 | INFO cinder.db.migration [-] Migration(s) applied 2025-04-17 12:59:14.451 | + lib/cinder:init_cinder:491 : time_stop dbsync 2025-04-17 12:59:14.451 | + functions-common:time_stop:2400 : local name 2025-04-17 12:59:14.451 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:59:14.451 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:59:14.451 | + functions-common:time_stop:2403 : local total 2025-04-17 12:59:14.451 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:59:14.451 | + functions-common:time_stop:2406 : name=dbsync 2025-04-17 12:59:14.451 | + functions-common:time_stop:2407 : start_time=1744894737752 2025-04-17 12:59:14.451 | + functions-common:time_stop:2409 : [[ -z 1744894737752 ]] 2025-04-17 12:59:14.451 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:59:14.451 | + functions-common:time_stop:2412 : end_time=1744894741183 2025-04-17 12:59:14.451 | + functions-common:time_stop:2413 : elapsed_time=3431 2025-04-17 12:59:14.451 | + functions-common:time_stop:2414 : total=2693 2025-04-17 12:59:14.451 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:59:14.451 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6124 2025-04-17 12:59:14.451 | + lib/cinder:init_cinder:494 : is_service_enabled c-vol 2025-04-17 12:59:14.451 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:59:14.451 | + lib/cinder:init_cinder:494 : [[ -n vmdk:vsphere ]] 2025-04-17 12:59:14.451 | + lib/cinder:init_cinder:495 : local be be_name be_type 2025-04-17 12:59:14.451 | + lib/cinder:init_cinder:496 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-04-17 12:59:14.451 | + lib/cinder:init_cinder:497 : be_type=vmdk 2025-04-17 12:59:14.451 | + lib/cinder:init_cinder:498 : be_name=vsphere 2025-04-17 12:59:14.451 | + lib/cinder:init_cinder:499 : type init_cinder_backend_vmdk 2025-04-17 12:59:14.451 | + lib/cinder:init_cinder:505 : is_service_enabled c-bak 2025-04-17 12:59:14.451 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:59:14.451 | + lib/cinder:init_cinder:511 : mkdir -p /opt/stack/data/cinder/volumes 2025-04-17 12:59:14.482 | [3523 Async init_cinder:50374]: finished init_cinder with result 0 in 3 seconds 2025-04-17 12:59:14.486 | + inc/async:async_wait:197 : return 0 2025-04-17 12:59:14.488 | + stack.sh:main:1245 : is_service_enabled nova 2025-04-17 12:59:14.501 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:59:14.504 | + stack.sh:main:1246 : echo_summary 'Configuring Nova' 2025-04-17 12:59:14.506 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-17 12:59:14.508 | + stack.sh:echo_summary:461 : echo -e Configuring Nova 2025-04-17 12:59:14.510 | + stack.sh:main:1247 : init_nova 2025-04-17 12:59:14.512 | + lib/nova:init_nova:858 : is_service_enabled mysql postgresql 2025-04-17 12:59:14.526 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:59:14.528 | + lib/nova:init_nova:858 : is_service_enabled n-api 2025-04-17 12:59:14.541 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:59:14.543 | + lib/nova:init_nova:860 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-17 12:59:14.545 | + lib/nova:init_nova:866 : recreate_database nova_cell0 2025-04-17 12:59:14.547 | + lib/database:recreate_database:112 : local db=nova_cell0 2025-04-17 12:59:14.549 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell0 2025-04-17 12:59:14.552 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_cell0 2025-04-17 12:59:14.554 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2025-04-17 12:59:14.562 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2025-04-17 12:59:14.571 | ++ lib/nova:init_nova:871 : seq 1 1 2025-04-17 12:59:14.574 | + lib/nova:init_nova:871 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-04-17 12:59:14.577 | ++ lib/nova:init_nova:872 : conductor_conf 1 2025-04-17 12:59:14.579 | ++ lib/nova:conductor_conf:837 : local cell=1 2025-04-17 12:59:14.581 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2025-04-17 12:59:14.584 | + lib/nova:init_nova:872 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-04-17 12:59:14.632 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-04-17 12:59:14.661 | [3523 Async nova-cell-1:51753]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-04-17 12:59:14.663 | + lib/nova:init_nova:875 : recreate_database nova_api 2025-04-17 12:59:14.665 | + lib/database:recreate_database:112 : local db=nova_api 2025-04-17 12:59:14.667 | + lib/database:recreate_database:113 : recreate_database_mysql nova_api 2025-04-17 12:59:14.669 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_api 2025-04-17 12:59:14.671 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2025-04-17 12:59:14.679 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2025-04-17 12:59:14.688 | + lib/nova:init_nova:876 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2025-04-17 12:59:15.158 | 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-17 12:59:16.840 | INFO dbcounter [-] Registered counter for database nova_api 2025-04-17 12:59:16.851 | DEBUG dbcounter [-] [51820] Writer thread running {{(pid=51820) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-17 12:59:16.855 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-17 12:59:16.855 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-17 12:59:16.879 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version 2025-04-17 12:59:17.901 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=51820) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-17 12:59:17.904 | INFO alembic.runtime.migration [-] Running upgrade d67eeaabee36 -> b30f573d3377, Remove unused build_requests columns 2025-04-17 12:59:18.094 | DEBUG alembic.runtime.migration [-] update d67eeaabee36 to b30f573d3377 {{(pid=51820) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-17 12:59:18.097 | INFO alembic.runtime.migration [-] Running upgrade b30f573d3377 -> cdeec0c85668, Drop legacy migrate_version table 2025-04-17 12:59:18.099 | DEBUG alembic.runtime.migration [-] update b30f573d3377 to cdeec0c85668 {{(pid=51820) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-17 12:59:18.497 | ++ lib/nova:init_nova:880 : database_connection_url nova_cell0 2025-04-17 12:59:18.500 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2025-04-17 12:59:18.502 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2025-04-17 12:59:18.504 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell0 2025-04-17 12:59:18.506 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-17 12:59:18.508 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-17 12:59:18.511 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-17 12:59:18.528 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:59:18.531 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-17 12:59:18.532 | ++ 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-17 12:59:18.535 | + 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-17 12:59:18.997 | 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-17 12:59:20.110 | + inc/async:async_inner:64 : rc=0 2025-04-17 12:59:20.130 | [51753 Async nova-cell-1:51753]: finished successfully 2025-04-17 12:59:20.239 | INFO dbcounter [None req-2c45eea8-756f-4535-a720-2b8f99a9e706 None None] Registered counter for database nova_api 2025-04-17 12:59:20.249 | DEBUG dbcounter [-] [51872] Writer thread running {{(pid=51872) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-17 12:59:20.592 | ++ lib/nova:init_nova:883 : seq 0 1 2025-04-17 12:59:20.595 | + lib/nova:init_nova:883 : for i in $(seq 0 $NOVA_NUM_CELLS) 2025-04-17 12:59:20.597 | + lib/nova:init_nova:884 : async_wait nova-cell-0 2025-04-17 12:59:20.613 | Not waiting for async task nova-cell-0 that we never started or has already been waited for 2025-04-17 12:59:20.615 | + inc/async:async_wait:197 : return 0 2025-04-17 12:59:20.617 | + lib/nova:init_nova:883 : for i in $(seq 0 $NOVA_NUM_CELLS) 2025-04-17 12:59:20.619 | + lib/nova:init_nova:884 : async_wait nova-cell-1 2025-04-17 12:59:20.656 | [3523 Async nova-cell-1:51753]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 51753 (2 other jobs running) 2025-04-17 12:59:20.674 | [3523 Async nova-cell-1:51753]: Signaling child to exit 2025-04-17 12:59:20.674 | WAKEUP 2025-04-17 12:59:20.689 | [3523 Async nova-cell-1:51753]: Signaled 2025-04-17 12:59:20.691 | + lib/nova:init_nova_db:848 : local dbname=nova_cell1 2025-04-17 12:59:20.691 | + lib/nova:init_nova_db:849 : local conffile=/etc/nova/nova_cell1.conf 2025-04-17 12:59:20.691 | + lib/nova:init_nova_db:850 : recreate_database nova_cell1 2025-04-17 12:59:20.691 | + lib/database:recreate_database:112 : local db=nova_cell1 2025-04-17 12:59:20.691 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell1 2025-04-17 12:59:20.691 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_cell1 2025-04-17 12:59:20.691 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2025-04-17 12:59:20.691 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2025-04-17 12:59:20.691 | + 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-17 12:59:20.691 | 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-17 12:59:20.691 | INFO dbcounter [-] Registered counter for database nova_cell1 2025-04-17 12:59:20.691 | DEBUG dbcounter [-] [51805] Writer thread running {{(pid=51805) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-17 12:59:20.691 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-17 12:59:20.691 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-17 12:59:20.691 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2025-04-17 12:59:20.691 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=51805) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-17 12:59:20.691 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2025-04-17 12:59:20.691 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=51805) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-17 12:59:20.691 | INFO alembic.runtime.migration [-] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2025-04-17 12:59:20.691 | DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=51805) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-17 12:59:20.691 | INFO alembic.runtime.migration [-] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2025-04-17 12:59:20.691 | DEBUG alembic.runtime.migration [-] update ccb0fa1a2252 to 960aac0e09ea {{(pid=51805) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-17 12:59:20.691 | INFO alembic.runtime.migration [-] Running upgrade 960aac0e09ea -> 1b91788ec3a6, Drop legacy migrate_version table 2025-04-17 12:59:20.691 | DEBUG alembic.runtime.migration [-] update 960aac0e09ea to 1b91788ec3a6 {{(pid=51805) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-17 12:59:20.691 | INFO alembic.runtime.migration [-] Running upgrade 1b91788ec3a6 -> 1acf2c98e646, Add compute_id to instance 2025-04-17 12:59:20.691 | DEBUG alembic.runtime.migration [-] update 1b91788ec3a6 to 1acf2c98e646 {{(pid=51805) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-17 12:59:20.722 | [3523 Async nova-cell-1:51753]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 5 seconds 2025-04-17 12:59:20.725 | + inc/async:async_wait:197 : return 0 2025-04-17 12:59:20.727 | + lib/nova:init_nova:887 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-17 12:59:20.729 | + lib/nova:init_nova:889 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf db sync 2025-04-17 12:59:21.184 | 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-17 12:59:22.385 | INFO dbcounter [None req-f8b90e46-3d77-478b-b085-5ee8cc179c75 None None] Registered counter for database nova_api 2025-04-17 12:59:22.396 | DEBUG dbcounter [-] [52058] Writer thread running {{(pid=52058) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-17 12:59:22.424 | INFO dbcounter [None req-f8b90e46-3d77-478b-b085-5ee8cc179c75 None None] Registered counter for database nova_cell0 2025-04-17 12:59:22.427 | DEBUG dbcounter [-] [52058] Writer thread running {{(pid=52058) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-17 12:59:22.430 | INFO alembic.runtime.migration [None req-f8b90e46-3d77-478b-b085-5ee8cc179c75 None None] Context impl MySQLImpl. 2025-04-17 12:59:22.430 | INFO alembic.runtime.migration [None req-f8b90e46-3d77-478b-b085-5ee8cc179c75 None None] Will assume non-transactional DDL. 2025-04-17 12:59:22.449 | INFO alembic.runtime.migration [None req-f8b90e46-3d77-478b-b085-5ee8cc179c75 None None] Running upgrade -> 8f2f1571d55b, Initial version 2025-04-17 12:59:24.660 | DEBUG alembic.runtime.migration [None req-f8b90e46-3d77-478b-b085-5ee8cc179c75 None None] new branch insert 8f2f1571d55b {{(pid=52058) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-17 12:59:24.662 | INFO alembic.runtime.migration [None req-f8b90e46-3d77-478b-b085-5ee8cc179c75 None None] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2025-04-17 12:59:24.690 | DEBUG alembic.runtime.migration [None req-f8b90e46-3d77-478b-b085-5ee8cc179c75 None None] update 8f2f1571d55b to 16f1fbcab42b {{(pid=52058) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-17 12:59:24.691 | INFO alembic.runtime.migration [None req-f8b90e46-3d77-478b-b085-5ee8cc179c75 None None] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2025-04-17 12:59:24.753 | DEBUG alembic.runtime.migration [None req-f8b90e46-3d77-478b-b085-5ee8cc179c75 None None] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=52058) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-17 12:59:24.755 | INFO alembic.runtime.migration [None req-f8b90e46-3d77-478b-b085-5ee8cc179c75 None None] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2025-04-17 12:59:24.781 | DEBUG alembic.runtime.migration [None req-f8b90e46-3d77-478b-b085-5ee8cc179c75 None None] update ccb0fa1a2252 to 960aac0e09ea {{(pid=52058) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-17 12:59:24.782 | INFO alembic.runtime.migration [None req-f8b90e46-3d77-478b-b085-5ee8cc179c75 None None] Running upgrade 960aac0e09ea -> 1b91788ec3a6, Drop legacy migrate_version table 2025-04-17 12:59:24.784 | DEBUG alembic.runtime.migration [None req-f8b90e46-3d77-478b-b085-5ee8cc179c75 None None] update 960aac0e09ea to 1b91788ec3a6 {{(pid=52058) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-17 12:59:24.785 | INFO alembic.runtime.migration [None req-f8b90e46-3d77-478b-b085-5ee8cc179c75 None None] Running upgrade 1b91788ec3a6 -> 1acf2c98e646, Add compute_id to instance 2025-04-17 12:59:24.870 | DEBUG alembic.runtime.migration [None req-f8b90e46-3d77-478b-b085-5ee8cc179c75 None None] update 1b91788ec3a6 to 1acf2c98e646 {{(pid=52058) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-17 12:59:24.874 | INFO dbcounter [None req-f8b90e46-3d77-478b-b085-5ee8cc179c75 None None] Registered counter for database nova_cell1 2025-04-17 12:59:24.880 | DEBUG dbcounter [-] [52058] Writer thread running {{(pid=52058) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-17 12:59:24.883 | INFO alembic.runtime.migration [None req-f8b90e46-3d77-478b-b085-5ee8cc179c75 None None] Context impl MySQLImpl. 2025-04-17 12:59:24.883 | INFO alembic.runtime.migration [None req-f8b90e46-3d77-478b-b085-5ee8cc179c75 None None] Will assume non-transactional DDL. 2025-04-17 12:59:25.221 | + lib/nova:init_nova:894 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2025-04-17 12:59:25.670 | 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-17 12:59:26.875 | Running batches of 50 until complete 2025-04-17 12:59:26.875 | INFO dbcounter [None req-0835bee8-b775-4778-a0d5-f47604514ef3 None None] Registered counter for database nova_cell1 2025-04-17 12:59:26.886 | DEBUG dbcounter [-] [52064] Writer thread running {{(pid=52064) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-17 12:59:26.941 | INFO dbcounter [None req-0835bee8-b775-4778-a0d5-f47604514ef3 None None] Registered counter for database nova_api 2025-04-17 12:59:26.946 | DEBUG dbcounter [-] [52064] Writer thread running {{(pid=52064) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-17 12:59:27.017 | INFO dbcounter [None req-0835bee8-b775-4778-a0d5-f47604514ef3 None None] Registered counter for database nova_cell0 2025-04-17 12:59:27.021 | DEBUG dbcounter [-] [52064] Writer thread running {{(pid=52064) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-17 12:59:27.063 | +-------------------------------------+--------------+-----------+ 2025-04-17 12:59:27.064 | | Migration | Total Needed | Completed | 2025-04-17 12:59:27.064 | +-------------------------------------+--------------+-----------+ 2025-04-17 12:59:27.064 | | fill_virtual_interface_list | 0 | 0 | 2025-04-17 12:59:27.064 | | migrate_empty_ratio | 0 | 0 | 2025-04-17 12:59:27.064 | | migrate_quota_classes_to_api_db | 0 | 0 | 2025-04-17 12:59:27.064 | | migrate_quota_limits_to_api_db | 0 | 0 | 2025-04-17 12:59:27.064 | | migration_migrate_to_uuid | 0 | 0 | 2025-04-17 12:59:27.064 | | populate_dev_uuids | 0 | 0 | 2025-04-17 12:59:27.064 | | populate_instance_compute_id | 0 | 0 | 2025-04-17 12:59:27.064 | | populate_missing_availability_zones | 0 | 0 | 2025-04-17 12:59:27.064 | | populate_queued_for_delete | 0 | 0 | 2025-04-17 12:59:27.064 | | populate_user_id | 0 | 0 | 2025-04-17 12:59:27.064 | | populate_uuids | 0 | 0 | 2025-04-17 12:59:27.064 | +-------------------------------------+--------------+-----------+ 2025-04-17 12:59:27.414 | ++ lib/nova:init_nova:897 : seq 1 1 2025-04-17 12:59:27.418 | + lib/nova:init_nova:897 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-04-17 12:59:27.421 | ++ lib/nova:init_nova:898 : conductor_conf 1 2025-04-17 12:59:27.423 | ++ lib/nova:conductor_conf:837 : local cell=1 2025-04-17 12:59:27.426 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2025-04-17 12:59:27.428 | + 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-17 12:59:27.877 | 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-17 12:59:29.059 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2025-04-17 12:59:29.059 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2025-04-17 12:59:29.059 | INFO dbcounter [None req-e5852672-5a63-4283-b3ea-29715d540e67 None None] Registered counter for database nova_api 2025-04-17 12:59:29.069 | DEBUG dbcounter [-] [52081] Writer thread running {{(pid=52081) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-17 12:59:29.414 | + lib/nova:init_nova:902 : create_nova_keys_dir 2025-04-17 12:59:29.416 | + lib/nova:create_nova_keys_dir:844 : sudo install -d -o stack /opt/stack/data/nova /opt/stack/data/nova/keys 2025-04-17 12:59:29.427 | + lib/nova:init_nova:904 : [[ '' == \L\V\M ]] 2025-04-17 12:59:29.429 | + stack.sh:main:1249 : async_runfunc configure_neutron_nova 2025-04-17 12:59:29.431 | + inc/async:async_runfunc:116 : async_run configure_neutron_nova configure_neutron_nova 2025-04-17 12:59:29.480 | + inc/async:async_inner:63 : configure_neutron_nova 2025-04-17 12:59:29.512 | [3523 Async configure_neutron_nova:52139]: running: configure_neutron_nova 2025-04-17 12:59:29.514 | + stack.sh:main:1257 : run_phase stack post-config 2025-04-17 12:59:29.516 | + functions-common:run_phase:1828 : local mode=stack 2025-04-17 12:59:29.518 | + functions-common:run_phase:1829 : local phase=post-config 2025-04-17 12:59:29.520 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-17 12:59:29.522 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-17 12:59:29.524 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-17 12:59:29.526 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-17 12:59:29.529 | + functions-common:run_phase:1838 : local extra 2025-04-17 12:59:29.531 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-17 12:59:29.535 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-17 12:59:29.537 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-17 12:59:29.539 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-17 12:59:29.542 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack post-config 2025-04-17 12:59:29.544 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-17 12:59:29.558 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:59:29.560 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-17 12:59:29.562 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-17 12:59:29.564 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2025-04-17 12:59:29.567 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-17 12:59:29.569 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-17 12:59:29.571 | ++ extras.d/80-tempest.sh:source:12 : : 2025-04-17 12:59:29.573 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-17 12:59:29.576 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-17 12:59:29.578 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-17 12:59:29.582 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-17 12:59:29.584 | + functions-common:run_phase:1855 : run_plugins stack post-config 2025-04-17 12:59:29.587 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-17 12:59:29.589 | + functions-common:run_plugins:1815 : local phase=post-config 2025-04-17 12:59:29.591 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-17 12:59:29.594 | + functions-common:run_plugins:1818 : local plugin 2025-04-17 12:59:29.596 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-17 12:59:29.598 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-17 12:59:29.600 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-17 12:59:29.603 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack post-config 2025-04-17 12:59:29.605 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-17 12:59:29.607 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-17 12:59:29.609 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2025-04-17 12:59:29.611 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-17 12:59:29.613 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-17 12:59:29.615 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:13 : echo_summary 'Configuring Networking-NSX-T' 2025-04-17 12:59:29.617 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-17 12:59:29.620 | ++ stack.sh:echo_summary:461 : echo -e Configuring Networking-NSX-T 2025-04-17 12:59:29.622 | + stack.sh:main:1265 : merge_config_group /opt/stack/devstack/local.conf post-config 2025-04-17 12:59:29.624 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-17 12:59:29.626 | + inc/meta-config:merge_config_group:171 : shift 2025-04-17 12:59:29.629 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2025-04-17 12:59:29.631 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-17 12:59:29.633 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-17 12:59:29.635 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-17 12:59:29.638 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-config 2025-04-17 12:59:29.640 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-17 12:59:29.643 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2025-04-17 12:59:29.645 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-17 12:59:29.647 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2025-04-17 12:59:29.647 | /^\[\[.+\|.*\]\]/ { 2025-04-17 12:59:29.647 | gsub("[][]", "", $1); 2025-04-17 12:59:29.647 | split($1, a, "|"); 2025-04-17 12:59:29.647 | if (a[1] == matchgroup) 2025-04-17 12:59:29.647 | print a[2] 2025-04-17 12:59:29.647 | } 2025-04-17 12:59:29.647 | ' /opt/stack/devstack/local.conf 2025-04-17 12:59:29.652 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-17 12:59:29.654 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-17 12:59:29.656 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-17 12:59:29.659 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2025-04-17 12:59:29.661 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2025-04-17 12:59:29.663 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2025-04-17 12:59:29.665 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2025-04-17 12:59:29.669 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2025-04-17 12:59:29.672 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2025-04-17 12:59:29.675 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2025-04-17 12:59:29.677 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2025-04-17 12:59:29.679 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-17 12:59:29.681 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-17 12:59:29.684 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2025-04-17 12:59:29.686 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-17 12:59:29.689 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2025-04-17 12:59:29.691 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2025-04-17 12:59:29.694 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2025-04-17 12:59:29.696 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2025-04-17 12:59:29.700 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2025-04-17 12:59:29.700 | BEGIN { 2025-04-17 12:59:29.700 | section = "" 2025-04-17 12:59:29.700 | last_section = "" 2025-04-17 12:59:29.700 | section_count = 0 2025-04-17 12:59:29.700 | } 2025-04-17 12:59:29.700 | /^\[.+\]/ { 2025-04-17 12:59:29.700 | gsub("[][]", "", $1); 2025-04-17 12:59:29.700 | section=$1 2025-04-17 12:59:29.700 | next 2025-04-17 12:59:29.700 | } 2025-04-17 12:59:29.700 | /^ *\#/ { 2025-04-17 12:59:29.700 | next 2025-04-17 12:59:29.700 | } 2025-04-17 12:59:29.700 | /^[^ \t]+/ { 2025-04-17 12:59:29.700 | # get offset of first = in $0 2025-04-17 12:59:29.700 | eq_idx = index($0, "=") 2025-04-17 12:59:29.700 | # extract attr & value from $0 2025-04-17 12:59:29.700 | attr = substr($0, 1, eq_idx - 1) 2025-04-17 12:59:29.700 | value = substr($0, eq_idx + 1) 2025-04-17 12:59:29.700 | # only need to strip trailing whitespace from attr 2025-04-17 12:59:29.700 | sub(/[ \t]*$/, "", attr) 2025-04-17 12:59:29.700 | # need to strip leading & trailing whitespace from value 2025-04-17 12:59:29.700 | sub(/^[ \t]*/, "", value) 2025-04-17 12:59:29.700 | sub(/[ \t]*$/, "", value) 2025-04-17 12:59:29.700 | 2025-04-17 12:59:29.700 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-17 12:59:29.700 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-17 12:59:29.700 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-17 12:59:29.700 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-17 12:59:29.700 | if (! (section, attr) in cfg_attr_count) { 2025-04-17 12:59:29.700 | if (section != last_section) { 2025-04-17 12:59:29.700 | cfg_section[section_count++] = section 2025-04-17 12:59:29.700 | last_section = section 2025-04-17 12:59:29.700 | } 2025-04-17 12:59:29.700 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-17 12:59:29.700 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-17 12:59:29.700 | 2025-04-17 12:59:29.700 | cfg_attr[section, attr, 0] = value 2025-04-17 12:59:29.700 | cfg_attr_count[section, attr] = 1 2025-04-17 12:59:29.700 | } else { 2025-04-17 12:59:29.700 | lno = cfg_attr_count[section, attr]++ 2025-04-17 12:59:29.700 | cfg_attr[section, attr, lno] = value 2025-04-17 12:59:29.700 | } 2025-04-17 12:59:29.700 | } 2025-04-17 12:59:29.700 | END { 2025-04-17 12:59:29.700 | # Process each section in order 2025-04-17 12:59:29.700 | for (sno = 0; sno < section_count; sno++) { 2025-04-17 12:59:29.700 | section = cfg_section[sno] 2025-04-17 12:59:29.700 | # The ini routines simply append a config item immediately 2025-04-17 12:59:29.700 | # after the section header. To keep the same order as defined 2025-04-17 12:59:29.700 | # in local.conf, invoke the ini routines in the reverse order 2025-04-17 12:59:29.700 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-17 12:59:29.700 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-17 12:59:29.700 | if (cfg_attr_count[section, attr] == 1) 2025-04-17 12:59:29.700 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-17 12:59:29.700 | else { 2025-04-17 12:59:29.700 | # For multiline, invoke the ini routines in the reverse order 2025-04-17 12:59:29.700 | count = cfg_attr_count[section, attr] 2025-04-17 12:59:29.700 | print "inidelete " configfile " " section " " attr 2025-04-17 12:59:29.700 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-17 12:59:29.700 | for (l = count -2; l >= 0; l--) 2025-04-17 12:59:29.700 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-17 12:59:29.700 | } 2025-04-17 12:59:29.700 | } 2025-04-17 12:59:29.700 | } 2025-04-17 12:59:29.700 | } 2025-04-17 12:59:29.700 | ' 2025-04-17 12:59:29.700 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2025-04-17 12:59:29.700 | + inc/meta-config:merge_config_file:164 : read a 2025-04-17 12:59:29.702 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-17 12:59:29.702 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-17 12:59:29.705 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-17 12:59:29.707 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2025-04-17 12:59:29.709 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-17 12:59:29.711 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2025-04-17 12:59:29.714 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2025-04-17 12:59:29.714 | BEGIN { group = "" } 2025-04-17 12:59:29.714 | /^\[\[.+\|.*\]\]/ { 2025-04-17 12:59:29.714 | gsub("[][]", "", $1); 2025-04-17 12:59:29.714 | split($1, a, "|"); 2025-04-17 12:59:29.714 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-17 12:59:29.714 | group=a[1] 2025-04-17 12:59:29.714 | } else { 2025-04-17 12:59:29.714 | group="" 2025-04-17 12:59:29.714 | } 2025-04-17 12:59:29.714 | next 2025-04-17 12:59:29.714 | } 2025-04-17 12:59:29.714 | { 2025-04-17 12:59:29.714 | if (group != "") 2025-04-17 12:59:29.714 | print $0 2025-04-17 12:59:29.714 | } 2025-04-17 12:59:29.714 | ' /opt/stack/devstack/local.conf 2025-04-17 12:59:29.718 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF neutron service_metadata_proxy "True"' 2025-04-17 12:59:29.721 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2025-04-17 12:59:29.746 | + inc/meta-config:merge_config_file:164 : read a 2025-04-17 12:59:29.749 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-17 12:59:29.751 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-17 12:59:29.753 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-17 12:59:29.756 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2025-04-17 12:59:29.758 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2025-04-17 12:59:29.761 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2025-04-17 12:59:29.763 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2025-04-17 12:59:29.766 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2025-04-17 12:59:29.769 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2025-04-17 12:59:29.772 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2025-04-17 12:59:29.773 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2025-04-17 12:59:29.776 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-17 12:59:29.778 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-17 12:59:29.780 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2025-04-17 12:59:29.782 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-17 12:59:29.786 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2025-04-17 12:59:29.788 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2025-04-17 12:59:29.790 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2025-04-17 12:59:29.792 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2025-04-17 12:59:29.795 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2025-04-17 12:59:29.796 | + inc/meta-config:merge_config_file:164 : read a 2025-04-17 12:59:29.796 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2025-04-17 12:59:29.796 | BEGIN { 2025-04-17 12:59:29.796 | section = "" 2025-04-17 12:59:29.796 | last_section = "" 2025-04-17 12:59:29.796 | section_count = 0 2025-04-17 12:59:29.796 | } 2025-04-17 12:59:29.796 | /^\[.+\]/ { 2025-04-17 12:59:29.796 | gsub("[][]", "", $1); 2025-04-17 12:59:29.796 | section=$1 2025-04-17 12:59:29.796 | next 2025-04-17 12:59:29.796 | } 2025-04-17 12:59:29.796 | /^ *\#/ { 2025-04-17 12:59:29.796 | next 2025-04-17 12:59:29.796 | } 2025-04-17 12:59:29.796 | /^[^ \t]+/ { 2025-04-17 12:59:29.796 | # get offset of first = in $0 2025-04-17 12:59:29.796 | eq_idx = index($0, "=") 2025-04-17 12:59:29.796 | # extract attr & value from $0 2025-04-17 12:59:29.796 | attr = substr($0, 1, eq_idx - 1) 2025-04-17 12:59:29.796 | value = substr($0, eq_idx + 1) 2025-04-17 12:59:29.796 | # only need to strip trailing whitespace from attr 2025-04-17 12:59:29.796 | sub(/[ \t]*$/, "", attr) 2025-04-17 12:59:29.796 | # need to strip leading & trailing whitespace from value 2025-04-17 12:59:29.796 | sub(/^[ \t]*/, "", value) 2025-04-17 12:59:29.796 | sub(/[ \t]*$/, "", value) 2025-04-17 12:59:29.796 | 2025-04-17 12:59:29.796 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-17 12:59:29.796 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-17 12:59:29.796 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-17 12:59:29.796 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-17 12:59:29.796 | if (! (section, attr) in cfg_attr_count) { 2025-04-17 12:59:29.796 | if (section != last_section) { 2025-04-17 12:59:29.796 | cfg_section[section_count++] = section 2025-04-17 12:59:29.796 | last_section = section 2025-04-17 12:59:29.796 | } 2025-04-17 12:59:29.796 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-17 12:59:29.796 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-17 12:59:29.796 | 2025-04-17 12:59:29.796 | cfg_attr[section, attr, 0] = value 2025-04-17 12:59:29.796 | cfg_attr_count[section, attr] = 1 2025-04-17 12:59:29.796 | } else { 2025-04-17 12:59:29.796 | lno = cfg_attr_count[section, attr]++ 2025-04-17 12:59:29.796 | cfg_attr[section, attr, lno] = value 2025-04-17 12:59:29.796 | } 2025-04-17 12:59:29.796 | } 2025-04-17 12:59:29.796 | END { 2025-04-17 12:59:29.796 | # Process each section in order 2025-04-17 12:59:29.796 | for (sno = 0; sno < section_count; sno++) { 2025-04-17 12:59:29.796 | section = cfg_section[sno] 2025-04-17 12:59:29.796 | # The ini routines simply append a config item immediately 2025-04-17 12:59:29.796 | # after the section header. To keep the same order as defined 2025-04-17 12:59:29.796 | # in local.conf, invoke the ini routines in the reverse order 2025-04-17 12:59:29.796 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-17 12:59:29.796 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-17 12:59:29.796 | if (cfg_attr_count[section, attr] == 1) 2025-04-17 12:59:29.796 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-17 12:59:29.796 | else { 2025-04-17 12:59:29.796 | # For multiline, invoke the ini routines in the reverse order 2025-04-17 12:59:29.796 | count = cfg_attr_count[section, attr] 2025-04-17 12:59:29.796 | print "inidelete " configfile " " section " " attr 2025-04-17 12:59:29.796 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-17 12:59:29.796 | for (l = count -2; l >= 0; l--) 2025-04-17 12:59:29.796 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-17 12:59:29.796 | } 2025-04-17 12:59:29.796 | } 2025-04-17 12:59:29.796 | } 2025-04-17 12:59:29.796 | } 2025-04-17 12:59:29.796 | ' 2025-04-17 12:59:29.798 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-17 12:59:29.798 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-17 12:59:29.800 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-17 12:59:29.802 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2025-04-17 12:59:29.804 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-17 12:59:29.807 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2025-04-17 12:59:29.809 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2025-04-17 12:59:29.809 | BEGIN { group = "" } 2025-04-17 12:59:29.809 | /^\[\[.+\|.*\]\]/ { 2025-04-17 12:59:29.809 | gsub("[][]", "", $1); 2025-04-17 12:59:29.809 | split($1, a, "|"); 2025-04-17 12:59:29.809 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-17 12:59:29.809 | group=a[1] 2025-04-17 12:59:29.809 | } else { 2025-04-17 12:59:29.809 | group="" 2025-04-17 12:59:29.809 | } 2025-04-17 12:59:29.809 | next 2025-04-17 12:59:29.809 | } 2025-04-17 12:59:29.809 | { 2025-04-17 12:59:29.809 | if (group != "") 2025-04-17 12:59:29.809 | print $0 2025-04-17 12:59:29.809 | } 2025-04-17 12:59:29.809 | ' /opt/stack/devstack/local.conf 2025-04-17 12:59:29.814 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF vsphere vmware_insecure "True"' 2025-04-17 12:59:29.817 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf vsphere vmware_insecure True 2025-04-17 12:59:29.821 | + inc/async:async_inner:64 : rc=0 2025-04-17 12:59:29.841 | [52139 Async configure_neutron_nova:52139]: finished successfully 2025-04-17 12:59:29.842 | + inc/meta-config:merge_config_file:164 : read a 2025-04-17 12:59:29.845 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-17 12:59:29.847 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-17 12:59:29.850 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-17 12:59:29.852 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2025-04-17 12:59:29.855 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2025-04-17 12:59:29.857 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2025-04-17 12:59:29.859 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2025-04-17 12:59:29.862 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2025-04-17 12:59:29.865 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2025-04-17 12:59:29.867 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2025-04-17 12:59:29.869 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2025-04-17 12:59:29.871 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-17 12:59:29.873 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-17 12:59:29.876 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2025-04-17 12:59:29.878 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-17 12:59:29.880 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2025-04-17 12:59:29.883 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2025-04-17 12:59:29.885 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2025-04-17 12:59:29.887 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2025-04-17 12:59:29.890 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2025-04-17 12:59:29.891 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2025-04-17 12:59:29.891 | BEGIN { 2025-04-17 12:59:29.891 | section = "" 2025-04-17 12:59:29.891 | last_section = "" 2025-04-17 12:59:29.891 | section_count = 0 2025-04-17 12:59:29.891 | } 2025-04-17 12:59:29.891 | /^\[.+\]/ { 2025-04-17 12:59:29.891 | gsub("[][]", "", $1); 2025-04-17 12:59:29.891 | section=$1 2025-04-17 12:59:29.891 | next 2025-04-17 12:59:29.891 | } 2025-04-17 12:59:29.891 | /^ *\#/ { 2025-04-17 12:59:29.891 | next 2025-04-17 12:59:29.891 | } 2025-04-17 12:59:29.891 | /^[^ \t]+/ { 2025-04-17 12:59:29.891 | # get offset of first = in $0 2025-04-17 12:59:29.891 | eq_idx = index($0, "=") 2025-04-17 12:59:29.891 | # extract attr & value from $0 2025-04-17 12:59:29.891 | attr = substr($0, 1, eq_idx - 1) 2025-04-17 12:59:29.891 | value = substr($0, eq_idx + 1) 2025-04-17 12:59:29.891 | # only need to strip trailing whitespace from attr 2025-04-17 12:59:29.891 | sub(/[ \t]*$/, "", attr) 2025-04-17 12:59:29.891 | # need to strip leading & trailing whitespace from value 2025-04-17 12:59:29.891 | sub(/^[ \t]*/, "", value) 2025-04-17 12:59:29.891 | sub(/[ \t]*$/, "", value) 2025-04-17 12:59:29.891 | 2025-04-17 12:59:29.891 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-17 12:59:29.891 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-17 12:59:29.891 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-17 12:59:29.891 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-17 12:59:29.891 | if (! (section, attr) in cfg_attr_count) { 2025-04-17 12:59:29.891 | if (section != last_section) { 2025-04-17 12:59:29.891 | cfg_section[section_count++] = section 2025-04-17 12:59:29.891 | last_section = section 2025-04-17 12:59:29.891 | } 2025-04-17 12:59:29.892 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-17 12:59:29.892 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-17 12:59:29.892 | 2025-04-17 12:59:29.892 | cfg_attr[section, attr, 0] = value 2025-04-17 12:59:29.892 | cfg_attr_count[section, attr] = 1 2025-04-17 12:59:29.892 | } else { 2025-04-17 12:59:29.892 | lno = cfg_attr_count[section, attr]++ 2025-04-17 12:59:29.892 | cfg_attr[section, attr, lno] = value 2025-04-17 12:59:29.892 | } 2025-04-17 12:59:29.892 | } 2025-04-17 12:59:29.892 | END { 2025-04-17 12:59:29.892 | # Process each section in order 2025-04-17 12:59:29.892 | for (sno = 0; sno < section_count; sno++) { 2025-04-17 12:59:29.892 | section = cfg_section[sno] 2025-04-17 12:59:29.892 | # The ini routines simply append a config item immediately 2025-04-17 12:59:29.892 | # after the section header. To keep the same order as defined 2025-04-17 12:59:29.892 | # in local.conf, invoke the ini routines in the reverse order 2025-04-17 12:59:29.892 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-17 12:59:29.892 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-17 12:59:29.892 | if (cfg_attr_count[section, attr] == 1) 2025-04-17 12:59:29.892 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-17 12:59:29.892 | else { 2025-04-17 12:59:29.892 | # For multiline, invoke the ini routines in the reverse order 2025-04-17 12:59:29.892 | count = cfg_attr_count[section, attr] 2025-04-17 12:59:29.892 | print "inidelete " configfile " " section " " attr 2025-04-17 12:59:29.892 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-17 12:59:29.892 | for (l = count -2; l >= 0; l--) 2025-04-17 12:59:29.892 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-17 12:59:29.892 | } 2025-04-17 12:59:29.892 | } 2025-04-17 12:59:29.892 | } 2025-04-17 12:59:29.892 | } 2025-04-17 12:59:29.892 | ' 2025-04-17 12:59:29.892 | + inc/meta-config:merge_config_file:164 : read a 2025-04-17 12:59:29.893 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-17 12:59:29.893 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-17 12:59:29.894 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-17 12:59:29.896 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2025-04-17 12:59:29.898 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-17 12:59:29.900 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2025-04-17 12:59:29.902 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2025-04-17 12:59:29.902 | BEGIN { group = "" } 2025-04-17 12:59:29.902 | /^\[\[.+\|.*\]\]/ { 2025-04-17 12:59:29.902 | gsub("[][]", "", $1); 2025-04-17 12:59:29.902 | split($1, a, "|"); 2025-04-17 12:59:29.902 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-17 12:59:29.902 | group=a[1] 2025-04-17 12:59:29.902 | } else { 2025-04-17 12:59:29.902 | group="" 2025-04-17 12:59:29.902 | } 2025-04-17 12:59:29.902 | next 2025-04-17 12:59:29.902 | } 2025-04-17 12:59:29.902 | { 2025-04-17 12:59:29.902 | if (group != "") 2025-04-17 12:59:29.902 | print $0 2025-04-17 12:59:29.902 | } 2025-04-17 12:59:29.902 | ' /opt/stack/devstack/local.conf 2025-04-17 12:59:29.907 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF DEFAULT global_physnet_mtu "8950"' 2025-04-17 12:59:29.909 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf DEFAULT global_physnet_mtu 8950 2025-04-17 12:59:29.934 | + inc/meta-config:merge_config_file:164 : read a 2025-04-17 12:59:29.936 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF experimental linuxbridge "true"' 2025-04-17 12:59:29.938 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf experimental linuxbridge true 2025-04-17 12:59:29.963 | + inc/meta-config:merge_config_file:164 : read a 2025-04-17 12:59:29.966 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-17 12:59:29.968 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-17 12:59:29.970 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-17 12:59:29.973 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2025-04-17 12:59:29.975 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-17 12:59:29.977 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-17 12:59:29.980 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2025-04-17 12:59:29.983 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-17 12:59:29.986 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2025-04-17 12:59:29.988 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2025-04-17 12:59:29.990 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2025-04-17 12:59:29.992 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-17 12:59:29.994 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-17 12:59:29.997 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2025-04-17 12:59:29.999 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-17 12:59:30.001 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2025-04-17 12:59:30.004 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-17 12:59:30.006 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-17 12:59:30.008 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2025-04-17 12:59:30.011 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2025-04-17 12:59:30.012 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2025-04-17 12:59:30.012 | BEGIN { 2025-04-17 12:59:30.012 | section = "" 2025-04-17 12:59:30.012 | last_section = "" 2025-04-17 12:59:30.012 | section_count = 0 2025-04-17 12:59:30.012 | } 2025-04-17 12:59:30.012 | /^\[.+\]/ { 2025-04-17 12:59:30.012 | gsub("[][]", "", $1); 2025-04-17 12:59:30.012 | section=$1 2025-04-17 12:59:30.012 | next 2025-04-17 12:59:30.012 | } 2025-04-17 12:59:30.012 | /^ *\#/ { 2025-04-17 12:59:30.012 | next 2025-04-17 12:59:30.012 | } 2025-04-17 12:59:30.012 | /^[^ \t]+/ { 2025-04-17 12:59:30.012 | # get offset of first = in $0 2025-04-17 12:59:30.012 | eq_idx = index($0, "=") 2025-04-17 12:59:30.012 | # extract attr & value from $0 2025-04-17 12:59:30.012 | attr = substr($0, 1, eq_idx - 1) 2025-04-17 12:59:30.012 | value = substr($0, eq_idx + 1) 2025-04-17 12:59:30.012 | # only need to strip trailing whitespace from attr 2025-04-17 12:59:30.012 | sub(/[ \t]*$/, "", attr) 2025-04-17 12:59:30.012 | # need to strip leading & trailing whitespace from value 2025-04-17 12:59:30.012 | sub(/^[ \t]*/, "", value) 2025-04-17 12:59:30.012 | sub(/[ \t]*$/, "", value) 2025-04-17 12:59:30.012 | 2025-04-17 12:59:30.012 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-17 12:59:30.012 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-17 12:59:30.012 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-17 12:59:30.012 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-17 12:59:30.012 | if (! (section, attr) in cfg_attr_count) { 2025-04-17 12:59:30.012 | if (section != last_section) { 2025-04-17 12:59:30.012 | cfg_section[section_count++] = section 2025-04-17 12:59:30.012 | last_section = section 2025-04-17 12:59:30.012 | } 2025-04-17 12:59:30.012 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-17 12:59:30.012 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-17 12:59:30.012 | 2025-04-17 12:59:30.012 | cfg_attr[section, attr, 0] = value 2025-04-17 12:59:30.012 | cfg_attr_count[section, attr] = 1 2025-04-17 12:59:30.012 | } else { 2025-04-17 12:59:30.012 | lno = cfg_attr_count[section, attr]++ 2025-04-17 12:59:30.012 | cfg_attr[section, attr, lno] = value 2025-04-17 12:59:30.012 | } 2025-04-17 12:59:30.012 | } 2025-04-17 12:59:30.012 | END { 2025-04-17 12:59:30.012 | # Process each section in order 2025-04-17 12:59:30.012 | for (sno = 0; sno < section_count; sno++) { 2025-04-17 12:59:30.012 | section = cfg_section[sno] 2025-04-17 12:59:30.012 | # The ini routines simply append a config item immediately 2025-04-17 12:59:30.012 | # after the section header. To keep the same order as defined 2025-04-17 12:59:30.012 | # in local.conf, invoke the ini routines in the reverse order 2025-04-17 12:59:30.012 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-17 12:59:30.012 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-17 12:59:30.012 | if (cfg_attr_count[section, attr] == 1) 2025-04-17 12:59:30.012 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-17 12:59:30.012 | else { 2025-04-17 12:59:30.012 | # For multiline, invoke the ini routines in the reverse order 2025-04-17 12:59:30.012 | count = cfg_attr_count[section, attr] 2025-04-17 12:59:30.012 | print "inidelete " configfile " " section " " attr 2025-04-17 12:59:30.012 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-17 12:59:30.012 | for (l = count -2; l >= 0; l--) 2025-04-17 12:59:30.012 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-17 12:59:30.012 | } 2025-04-17 12:59:30.012 | } 2025-04-17 12:59:30.012 | } 2025-04-17 12:59:30.012 | } 2025-04-17 12:59:30.012 | ' 2025-04-17 12:59:30.012 | + inc/meta-config:merge_config_file:164 : read a 2025-04-17 12:59:30.013 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-17 12:59:30.014 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-17 12:59:30.015 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-17 12:59:30.017 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2025-04-17 12:59:30.019 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-17 12:59:30.021 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2025-04-17 12:59:30.024 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2025-04-17 12:59:30.024 | BEGIN { group = "" } 2025-04-17 12:59:30.024 | /^\[\[.+\|.*\]\]/ { 2025-04-17 12:59:30.024 | gsub("[][]", "", $1); 2025-04-17 12:59:30.024 | split($1, a, "|"); 2025-04-17 12:59:30.024 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-17 12:59:30.024 | group=a[1] 2025-04-17 12:59:30.024 | } else { 2025-04-17 12:59:30.024 | group="" 2025-04-17 12:59:30.024 | } 2025-04-17 12:59:30.024 | next 2025-04-17 12:59:30.024 | } 2025-04-17 12:59:30.024 | { 2025-04-17 12:59:30.024 | if (group != "") 2025-04-17 12:59:30.024 | print $0 2025-04-17 12:59:30.024 | } 2025-04-17 12:59:30.024 | ' /opt/stack/devstack/local.conf 2025-04-17 12:59:30.029 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 mechanism_drivers "nsxv3,openvswitch,logger"' 2025-04-17 12:59:30.030 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers nsxv3,openvswitch,logger 2025-04-17 12:59:30.056 | + inc/meta-config:merge_config_file:164 : read a 2025-04-17 12:59:30.058 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 overlay_ip_version "4"' 2025-04-17 12:59:30.060 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2025-04-17 12:59:30.085 | + inc/meta-config:merge_config_file:164 : read a 2025-04-17 12:59:30.087 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 extension_drivers "port_security"' 2025-04-17 12:59:30.089 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2025-04-17 12:59:30.114 | + inc/meta-config:merge_config_file:164 : read a 2025-04-17 12:59:30.116 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 tenant_network_types "vlan"' 2025-04-17 12:59:30.118 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2025-04-17 12:59:30.145 | + inc/meta-config:merge_config_file:164 : read a 2025-04-17 12:59:30.146 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 path_mtu "8950"' 2025-04-17 12:59:30.148 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 path_mtu 8950 2025-04-17 12:59:30.172 | + inc/meta-config:merge_config_file:164 : read a 2025-04-17 12:59:30.174 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 type_drivers "vlan"' 2025-04-17 12:59:30.176 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 type_drivers vlan 2025-04-17 12:59:30.200 | + inc/meta-config:merge_config_file:164 : read a 2025-04-17 12:59:30.202 | + 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-17 12:59:30.205 | ++ 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-17 12:59:30.229 | + inc/meta-config:merge_config_file:164 : read a 2025-04-17 12:59:30.231 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup firewall_driver "noop"' 2025-04-17 12:59:30.233 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver noop 2025-04-17 12:59:30.259 | + inc/meta-config:merge_config_file:164 : read a 2025-04-17 12:59:30.261 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2025-04-17 12:59:30.263 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2025-04-17 12:59:30.289 | + inc/meta-config:merge_config_file:164 : read a 2025-04-17 12:59:30.292 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-17 12:59:30.294 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-17 12:59:30.296 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-17 12:59:30.299 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /etc/neutron/dhcp_agent.ini' 2025-04-17 12:59:30.301 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/dhcp_agent.ini 2025-04-17 12:59:30.304 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/dhcp_agent.ini 2025-04-17 12:59:30.306 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2025-04-17 12:59:30.309 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/dhcp_agent.ini 2025-04-17 12:59:30.312 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2025-04-17 12:59:30.314 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2025-04-17 12:59:30.316 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2025-04-17 12:59:30.319 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-17 12:59:30.321 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-17 12:59:30.323 | + inc/meta-config:merge_config_file:85 : local configfile=/etc/neutron/dhcp_agent.ini 2025-04-17 12:59:30.325 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-17 12:59:30.328 | ++ inc/meta-config:merge_config_file:91 : eval echo /etc/neutron/dhcp_agent.ini 2025-04-17 12:59:30.330 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/dhcp_agent.ini 2025-04-17 12:59:30.332 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/dhcp_agent.ini 2025-04-17 12:59:30.334 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/dhcp_agent.ini ']' 2025-04-17 12:59:30.337 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2025-04-17 12:59:30.338 | + inc/meta-config:merge_config_file:164 : read a 2025-04-17 12:59:30.338 | + inc/meta-config:merge_config_file:97 : awk -v configfile=/etc/neutron/dhcp_agent.ini ' 2025-04-17 12:59:30.338 | BEGIN { 2025-04-17 12:59:30.338 | section = "" 2025-04-17 12:59:30.338 | last_section = "" 2025-04-17 12:59:30.338 | section_count = 0 2025-04-17 12:59:30.338 | } 2025-04-17 12:59:30.338 | /^\[.+\]/ { 2025-04-17 12:59:30.338 | gsub("[][]", "", $1); 2025-04-17 12:59:30.338 | section=$1 2025-04-17 12:59:30.338 | next 2025-04-17 12:59:30.338 | } 2025-04-17 12:59:30.338 | /^ *\#/ { 2025-04-17 12:59:30.338 | next 2025-04-17 12:59:30.338 | } 2025-04-17 12:59:30.338 | /^[^ \t]+/ { 2025-04-17 12:59:30.338 | # get offset of first = in $0 2025-04-17 12:59:30.338 | eq_idx = index($0, "=") 2025-04-17 12:59:30.338 | # extract attr & value from $0 2025-04-17 12:59:30.338 | attr = substr($0, 1, eq_idx - 1) 2025-04-17 12:59:30.338 | value = substr($0, eq_idx + 1) 2025-04-17 12:59:30.338 | # only need to strip trailing whitespace from attr 2025-04-17 12:59:30.338 | sub(/[ \t]*$/, "", attr) 2025-04-17 12:59:30.338 | # need to strip leading & trailing whitespace from value 2025-04-17 12:59:30.338 | sub(/^[ \t]*/, "", value) 2025-04-17 12:59:30.338 | sub(/[ \t]*$/, "", value) 2025-04-17 12:59:30.338 | 2025-04-17 12:59:30.338 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-17 12:59:30.338 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-17 12:59:30.338 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-17 12:59:30.338 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-17 12:59:30.338 | if (! (section, attr) in cfg_attr_count) { 2025-04-17 12:59:30.338 | if (section != last_section) { 2025-04-17 12:59:30.338 | cfg_section[section_count++] = section 2025-04-17 12:59:30.338 | last_section = section 2025-04-17 12:59:30.338 | } 2025-04-17 12:59:30.338 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-17 12:59:30.338 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-17 12:59:30.338 | 2025-04-17 12:59:30.338 | cfg_attr[section, attr, 0] = value 2025-04-17 12:59:30.338 | cfg_attr_count[section, attr] = 1 2025-04-17 12:59:30.338 | } else { 2025-04-17 12:59:30.338 | lno = cfg_attr_count[section, attr]++ 2025-04-17 12:59:30.338 | cfg_attr[section, attr, lno] = value 2025-04-17 12:59:30.338 | } 2025-04-17 12:59:30.338 | } 2025-04-17 12:59:30.338 | END { 2025-04-17 12:59:30.338 | # Process each section in order 2025-04-17 12:59:30.338 | for (sno = 0; sno < section_count; sno++) { 2025-04-17 12:59:30.338 | section = cfg_section[sno] 2025-04-17 12:59:30.338 | # The ini routines simply append a config item immediately 2025-04-17 12:59:30.338 | # after the section header. To keep the same order as defined 2025-04-17 12:59:30.338 | # in local.conf, invoke the ini routines in the reverse order 2025-04-17 12:59:30.338 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-17 12:59:30.338 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-17 12:59:30.338 | if (cfg_attr_count[section, attr] == 1) 2025-04-17 12:59:30.338 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-17 12:59:30.338 | else { 2025-04-17 12:59:30.338 | # For multiline, invoke the ini routines in the reverse order 2025-04-17 12:59:30.338 | count = cfg_attr_count[section, attr] 2025-04-17 12:59:30.338 | print "inidelete " configfile " " section " " attr 2025-04-17 12:59:30.338 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-17 12:59:30.338 | for (l = count -2; l >= 0; l--) 2025-04-17 12:59:30.338 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-17 12:59:30.338 | } 2025-04-17 12:59:30.338 | } 2025-04-17 12:59:30.338 | } 2025-04-17 12:59:30.338 | } 2025-04-17 12:59:30.338 | ' 2025-04-17 12:59:30.340 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-17 12:59:30.340 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-17 12:59:30.342 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-17 12:59:30.344 | + inc/meta-config:get_meta_section:35 : local configfile=/etc/neutron/dhcp_agent.ini 2025-04-17 12:59:30.346 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-17 12:59:30.348 | + inc/meta-config:get_meta_section:38 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2025-04-17 12:59:30.350 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v configfile=/etc/neutron/dhcp_agent.ini ' 2025-04-17 12:59:30.350 | BEGIN { group = "" } 2025-04-17 12:59:30.350 | /^\[\[.+\|.*\]\]/ { 2025-04-17 12:59:30.350 | gsub("[][]", "", $1); 2025-04-17 12:59:30.350 | split($1, a, "|"); 2025-04-17 12:59:30.350 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-17 12:59:30.350 | group=a[1] 2025-04-17 12:59:30.350 | } else { 2025-04-17 12:59:30.350 | group="" 2025-04-17 12:59:30.350 | } 2025-04-17 12:59:30.350 | next 2025-04-17 12:59:30.350 | } 2025-04-17 12:59:30.350 | { 2025-04-17 12:59:30.350 | if (group != "") 2025-04-17 12:59:30.350 | print $0 2025-04-17 12:59:30.350 | } 2025-04-17 12:59:30.350 | ' /opt/stack/devstack/local.conf 2025-04-17 12:59:30.355 | + 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-17 12:59:30.357 | ++ 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-17 12:59:30.381 | + inc/meta-config:merge_config_file:164 : read a 2025-04-17 12:59:30.383 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver "openvswitch"' 2025-04-17 12:59:30.385 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2025-04-17 12:59:30.409 | + inc/meta-config:merge_config_file:164 : read a 2025-04-17 12:59:30.411 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata "True"' 2025-04-17 12:59:30.413 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata True 2025-04-17 12:59:30.437 | + inc/meta-config:merge_config_file:164 : read a 2025-04-17 12:59:30.439 | + stack.sh:main:1274 : is_service_enabled swift 2025-04-17 12:59:30.453 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:59:30.455 | + stack.sh:main:1282 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-17 12:59:30.458 | + stack.sh:main:1283 : is_service_enabled cinder 2025-04-17 12:59:30.472 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:59:30.474 | + stack.sh:main:1284 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-17 12:59:30.500 | + stack.sh:main:1287 : async_wait configure_neutron_nova 2025-04-17 12:59:30.536 | [3523 Async configure_neutron_nova:52139]: Waiting for completion of configure_neutron_nova running on PID 52139 (2 other jobs running) 2025-04-17 12:59:30.554 | [3523 Async configure_neutron_nova:52139]: Signaling child to exit 2025-04-17 12:59:30.554 | WAKEUP 2025-04-17 12:59:30.570 | [3523 Async configure_neutron_nova:52139]: Signaled 2025-04-17 12:59:30.571 | + lib/neutron:configure_neutron_nova:447 : create_nova_conf_neutron /etc/nova/nova.conf 2025-04-17 12:59:30.571 | + lib/neutron:create_nova_conf_neutron:458 : local conf=/etc/nova/nova.conf 2025-04-17 12:59:30.571 | + lib/neutron:create_nova_conf_neutron:459 : iniset /etc/nova/nova.conf neutron auth_type password 2025-04-17 12:59:30.571 | + lib/neutron:create_nova_conf_neutron:460 : iniset /etc/nova/nova.conf neutron auth_url http://10.180.1.21/identity 2025-04-17 12:59:30.571 | + lib/neutron:create_nova_conf_neutron:461 : iniset /etc/nova/nova.conf neutron username neutron 2025-04-17 12:59:30.571 | + lib/neutron:create_nova_conf_neutron:462 : iniset /etc/nova/nova.conf neutron password nomoresecret 2025-04-17 12:59:30.571 | + lib/neutron:create_nova_conf_neutron:463 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2025-04-17 12:59:30.571 | + lib/neutron:create_nova_conf_neutron:464 : iniset /etc/nova/nova.conf neutron project_name service 2025-04-17 12:59:30.571 | + lib/neutron:create_nova_conf_neutron:465 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2025-04-17 12:59:30.571 | + lib/neutron:create_nova_conf_neutron:466 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2025-04-17 12:59:30.571 | + lib/neutron:create_nova_conf_neutron:467 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2025-04-17 12:59:30.571 | + lib/neutron:create_nova_conf_neutron:470 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2025-04-17 12:59:30.571 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2025-04-17 12:59:30.571 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:119 : : 2025-04-17 12:59:30.571 | + lib/neutron:create_nova_conf_neutron:472 : is_service_enabled q-meta neutron-metadata-agent 2025-04-17 12:59:30.571 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:59:30.571 | + lib/neutron:create_nova_conf_neutron:473 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2025-04-17 12:59:30.571 | + lib/neutron:create_nova_conf_neutron:476 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2025-04-17 12:59:30.571 | + lib/neutron:create_nova_conf_neutron:477 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2025-04-17 12:59:30.571 | + lib/neutron:configure_neutron_nova:448 : [[ singleconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2025-04-17 12:59:30.603 | [3523 Async configure_neutron_nova:52139]: finished configure_neutron_nova with result 0 in 0 seconds 2025-04-17 12:59:30.606 | + inc/async:async_wait:197 : return 0 2025-04-17 12:59:30.608 | + stack.sh:main:1293 : is_service_enabled nova 2025-04-17 12:59:30.622 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:59:30.624 | + stack.sh:main:1294 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-17 12:59:30.650 | + stack.sh:main:1295 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-17 12:59:30.677 | + stack.sh:main:1299 : is_service_enabled n-api 2025-04-17 12:59:30.691 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:59:30.693 | + stack.sh:main:1300 : echo_summary 'Starting Nova API' 2025-04-17 12:59:30.695 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-17 12:59:30.697 | + stack.sh:echo_summary:461 : echo -e Starting Nova API 2025-04-17 12:59:30.700 | + stack.sh:main:1301 : start_nova_api 2025-04-17 12:59:30.702 | + lib/nova:start_nova_api:978 : local service_port=8774 2025-04-17 12:59:30.704 | + lib/nova:start_nova_api:979 : local service_protocol=http 2025-04-17 12:59:30.706 | + lib/nova:start_nova_api:980 : local nova_url 2025-04-17 12:59:30.708 | + lib/nova:start_nova_api:981 : is_service_enabled tls-proxy 2025-04-17 12:59:30.721 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:59:30.723 | + 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-17 12:59:30.725 | + 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-17 12:59:30.727 | + 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-17 12:59:30.730 | + lib/nova:start_nova_api:990 : '[' True == False ']' 2025-04-17 12:59:30.732 | ++ lib/nova:start_nova_api:998 : which uwsgi 2025-04-17 12:59:30.736 | + 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-17 12:59:30.738 | + functions-common:run_process:1654 : local service=n-api 2025-04-17 12:59:30.740 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-17 12:59:30.742 | + functions-common:run_process:1656 : local group= 2025-04-17 12:59:30.744 | + functions-common:run_process:1657 : local user= 2025-04-17 12:59:30.746 | + functions-common:run_process:1658 : local env_vars= 2025-04-17 12:59:30.748 | + functions-common:run_process:1660 : local name=n-api 2025-04-17 12:59:30.750 | + functions-common:run_process:1662 : time_start run_process 2025-04-17 12:59:30.752 | + functions-common:time_start:2386 : local name=run_process 2025-04-17 12:59:30.754 | + functions-common:time_start:2387 : local start_time= 2025-04-17 12:59:30.756 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 12:59:30.759 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 12:59:30.762 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894770760 2025-04-17 12:59:30.764 | + functions-common:run_process:1663 : is_service_enabled n-api 2025-04-17 12:59:30.777 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:59:30.779 | + 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-17 12:59:30.781 | + functions-common:_run_under_systemd:1611 : local service=n-api 2025-04-17 12:59:30.784 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-17 12:59:30.786 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-17 12:59:30.788 | + 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-17 12:59:30.790 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-17 12:59:30.792 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2025-04-17 12:59:30.794 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2025-04-17 12:59:30.796 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-api.service 2025-04-17 12:59:30.798 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-17 12:59:30.800 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-17 12:59:30.802 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-17 12:59:30.804 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-17 12:59:30.807 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2025-04-17 12:59:30.809 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-17 12:59:30.811 | + 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-17 12:59:30.813 | + 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-17 12:59:30.815 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@n-api.service 2025-04-17 12:59:30.817 | + 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-17 12:59:30.819 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-17 12:59:30.821 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-17 12:59:30.822 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-17 12:59:30.824 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@n-api.service 2025-04-17 12:59:30.826 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-17 12:59:30.829 | + 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-17 12:59:30.878 | + 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-17 12:59:30.927 | + 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-17 12:59:30.968 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User stack 2025-04-17 12:59:31.009 | + 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-17 12:59:31.050 | + 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-17 12:59:31.091 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2025-04-17 12:59:31.131 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2025-04-17 12:59:31.172 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2025-04-17 12:59:31.214 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2025-04-17 12:59:31.255 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2025-04-17 12:59:31.295 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-17 12:59:31.297 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-17 12:59:31.299 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2025-04-17 12:59:31.347 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-17 12:59:31.598 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-api.service 2025-04-17 12:59:31.608 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2025-04-17 12:59:31.843 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-api.service 2025-04-17 12:59:31.896 | + functions-common:run_process:1666 : time_stop run_process 2025-04-17 12:59:31.898 | + functions-common:time_stop:2400 : local name 2025-04-17 12:59:31.900 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:59:31.902 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:59:31.905 | + functions-common:time_stop:2403 : local total 2025-04-17 12:59:31.907 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:59:31.909 | + functions-common:time_stop:2406 : name=run_process 2025-04-17 12:59:31.911 | + functions-common:time_stop:2407 : start_time=1744894770760 2025-04-17 12:59:31.913 | + functions-common:time_stop:2409 : [[ -z 1744894770760 ]] 2025-04-17 12:59:31.916 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:59:31.919 | + functions-common:time_stop:2412 : end_time=1744894771917 2025-04-17 12:59:31.921 | + functions-common:time_stop:2413 : elapsed_time=1157 2025-04-17 12:59:31.923 | + functions-common:time_stop:2414 : total=1240 2025-04-17 12:59:31.925 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:59:31.927 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2397 2025-04-17 12:59:31.930 | + lib/nova:start_nova_api:999 : nova_url=http://10.180.1.21/compute/v2.1/ 2025-04-17 12:59:31.932 | + lib/nova:start_nova_api:1002 : echo 'Waiting for nova-api to start...' 2025-04-17 12:59:31.932 | Waiting for nova-api to start... 2025-04-17 12:59:31.934 | + lib/nova:start_nova_api:1003 : wait_for_service 60 http://10.180.1.21/compute/v2.1/ 2025-04-17 12:59:31.936 | + functions:wait_for_service:468 : local timeout=60 2025-04-17 12:59:31.938 | + functions:wait_for_service:469 : local url=http://10.180.1.21/compute/v2.1/ 2025-04-17 12:59:31.940 | + functions:wait_for_service:470 : local rval=0 2025-04-17 12:59:31.942 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-17 12:59:31.945 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-17 12:59:31.947 | + functions-common:time_start:2387 : local start_time= 2025-04-17 12:59:31.949 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 12:59:31.952 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 12:59:31.956 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894771953 2025-04-17 12:59:31.958 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-17 12:59:31.962 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/compute/v2.1/ 2025-04-17 12:59:34.560 | + :: : [[ 200 == 503 ]] 2025-04-17 12:59:34.562 | + :: : [[ 0 -eq 7 ]] 2025-04-17 12:59:34.564 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-17 12:59:34.566 | + functions-common:time_stop:2400 : local name 2025-04-17 12:59:34.569 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:59:34.571 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:59:34.573 | + functions-common:time_stop:2403 : local total 2025-04-17 12:59:34.575 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:59:34.577 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-17 12:59:34.579 | + functions-common:time_stop:2407 : start_time=1744894771953 2025-04-17 12:59:34.581 | + functions-common:time_stop:2409 : [[ -z 1744894771953 ]] 2025-04-17 12:59:34.584 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:59:34.587 | + functions-common:time_stop:2412 : end_time=1744894774585 2025-04-17 12:59:34.589 | + functions-common:time_stop:2413 : elapsed_time=2632 2025-04-17 12:59:34.591 | + functions-common:time_stop:2414 : total=2263 2025-04-17 12:59:34.593 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:59:34.595 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=4895 2025-04-17 12:59:34.597 | + functions:wait_for_service:478 : return 0 2025-04-17 12:59:34.599 | + 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-17 12:59:34.601 | + 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-17 12:59:34.604 | + stack.sh:main:1304 : is_service_enabled ovn-controller ovn-controller-vtep 2025-04-17 12:59:34.618 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:59:34.620 | + stack.sh:main:1309 : is_service_enabled neutron-api 2025-04-17 12:59:34.634 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:59:34.636 | + stack.sh:main:1312 : is_service_enabled q-svc 2025-04-17 12:59:34.650 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:59:34.652 | + stack.sh:main:1313 : echo_summary 'Starting Neutron' 2025-04-17 12:59:34.654 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-17 12:59:34.656 | + stack.sh:echo_summary:461 : echo -e Starting Neutron 2025-04-17 12:59:34.659 | + stack.sh:main:1314 : configure_neutron_after_post_config 2025-04-17 12:59:34.661 | + lib/neutron:configure_neutron_after_post_config:557 : [[ router != '' ]] 2025-04-17 12:59:34.663 | + lib/neutron:configure_neutron_after_post_config:558 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router 2025-04-17 12:59:34.690 | + lib/neutron:configure_neutron_after_post_config:560 : configure_rbac_policies 2025-04-17 12:59:34.693 | + lib/neutron:configure_rbac_policies:566 : [[ False == \T\r\u\e ]] 2025-04-17 12:59:34.695 | + lib/neutron:configure_rbac_policies:566 : [[ False == True ]] 2025-04-17 12:59:34.697 | + lib/neutron:configure_rbac_policies:570 : iniset /etc/neutron/neutron.conf oslo_policy enforce_new_defaults False 2025-04-17 12:59:34.723 | + lib/neutron:configure_rbac_policies:571 : iniset /etc/neutron/neutron.conf oslo_policy enforce_scope False 2025-04-17 12:59:34.749 | + stack.sh:main:1315 : start_neutron_service_and_check 2025-04-17 12:59:34.751 | + lib/neutron:start_neutron_service_and_check:600 : local service_port=9696 2025-04-17 12:59:34.753 | + lib/neutron:start_neutron_service_and_check:601 : local service_protocol=http 2025-04-17 12:59:34.755 | + lib/neutron:start_neutron_service_and_check:602 : local cfg_file_options 2025-04-17 12:59:34.757 | + lib/neutron:start_neutron_service_and_check:603 : local neutron_url 2025-04-17 12:59:34.760 | ++ lib/neutron:start_neutron_service_and_check:605 : determine_config_files neutron-server 2025-04-17 12:59:34.762 | ++ lib/neutron:determine_config_files:366 : local opts= 2025-04-17 12:59:34.764 | ++ lib/neutron:determine_config_files:367 : case "$1" in 2025-04-17 12:59:34.767 | +++ lib/neutron:determine_config_files:368 : _determine_config_server 2025-04-17 12:59:34.769 | +++ lib/neutron:_determine_config_server:336 : [[ '' != '' ]] 2025-04-17 12:59:34.771 | +++ lib/neutron:_determine_config_server:343 : [[ 0 > 0 ]] 2025-04-17 12:59:34.773 | +++ lib/neutron:_determine_config_server:350 : local cfg_file 2025-04-17 12:59:34.775 | +++ 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-17 12:59:34.777 | +++ lib/neutron:_determine_config_server:355 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-17 12:59:34.780 | ++ lib/neutron:determine_config_files:368 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-17 12:59:34.782 | ++ lib/neutron:determine_config_files:371 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2025-04-17 12:59:34.785 | ++ lib/neutron:determine_config_files:374 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-17 12:59:34.787 | + 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-17 12:59:34.789 | + lib/neutron:start_neutron_service_and_check:607 : is_service_enabled tls-proxy 2025-04-17 12:59:34.805 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:59:34.807 | + lib/neutron:start_neutron_service_and_check:612 : '[' False == True ']' 2025-04-17 12:59:34.809 | + 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-17 12:59:34.812 | + functions-common:run_process:1654 : local service=q-svc 2025-04-17 12:59:34.814 | + 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-17 12:59:34.816 | + functions-common:run_process:1656 : local group= 2025-04-17 12:59:34.819 | + functions-common:run_process:1657 : local user= 2025-04-17 12:59:34.821 | + functions-common:run_process:1658 : local env_vars= 2025-04-17 12:59:34.823 | + functions-common:run_process:1660 : local name=q-svc 2025-04-17 12:59:34.825 | + functions-common:run_process:1662 : time_start run_process 2025-04-17 12:59:34.827 | + functions-common:time_start:2386 : local name=run_process 2025-04-17 12:59:34.829 | + functions-common:time_start:2387 : local start_time= 2025-04-17 12:59:34.832 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 12:59:34.834 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 12:59:34.838 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894774836 2025-04-17 12:59:34.840 | + functions-common:run_process:1663 : is_service_enabled q-svc 2025-04-17 12:59:34.853 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:59:34.855 | + 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-17 12:59:34.857 | + functions-common:_run_under_systemd:1611 : local service=q-svc 2025-04-17 12:59:34.859 | + 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-17 12:59:34.861 | + 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-17 12:59:34.863 | + 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-17 12:59:34.865 | + 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-17 12:59:34.867 | + 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-17 12:59:34.869 | + 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-17 12:59:34.871 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-svc.service 2025-04-17 12:59:34.873 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-17 12:59:34.875 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-17 12:59:34.877 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-17 12:59:34.879 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-17 12:59:34.881 | + 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-17 12:59:34.884 | + 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-17 12:59:34.886 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-svc.service 2025-04-17 12:59:34.887 | + 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-17 12:59:34.890 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-17 12:59:34.891 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-17 12:59:34.893 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-17 12:59:34.895 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-17 12:59:34.897 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-17 12:59:34.899 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2025-04-17 12:59:34.901 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-17 12:59:34.904 | + 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-17 12:59:34.953 | + 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-17 12:59:35.003 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User stack 2025-04-17 12:59:35.044 | + 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-17 12:59:35.085 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2025-04-17 12:59:35.127 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2025-04-17 12:59:35.167 | + 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-17 12:59:35.208 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-17 12:59:35.209 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-17 12:59:35.212 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2025-04-17 12:59:35.260 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-17 12:59:35.494 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-svc.service 2025-04-17 12:59:35.504 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2025-04-17 12:59:35.736 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-svc.service 2025-04-17 12:59:35.762 | + functions-common:run_process:1666 : time_stop run_process 2025-04-17 12:59:35.764 | + functions-common:time_stop:2400 : local name 2025-04-17 12:59:35.766 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:59:35.768 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:59:35.770 | + functions-common:time_stop:2403 : local total 2025-04-17 12:59:35.773 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:59:35.775 | + functions-common:time_stop:2406 : name=run_process 2025-04-17 12:59:35.777 | + functions-common:time_stop:2407 : start_time=1744894774836 2025-04-17 12:59:35.779 | + functions-common:time_stop:2409 : [[ -z 1744894774836 ]] 2025-04-17 12:59:35.781 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:59:35.785 | + functions-common:time_stop:2412 : end_time=1744894775783 2025-04-17 12:59:35.787 | + functions-common:time_stop:2413 : elapsed_time=947 2025-04-17 12:59:35.789 | + functions-common:time_stop:2414 : total=2397 2025-04-17 12:59:35.792 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:59:35.794 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3344 2025-04-17 12:59:35.796 | + lib/neutron:start_neutron_service_and_check:620 : neutron_url=http://10.180.1.21:9696/ 2025-04-17 12:59:35.798 | + lib/neutron:start_neutron_service_and_check:622 : is_service_enabled tls-proxy 2025-04-17 12:59:35.813 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:59:35.815 | + lib/neutron:start_neutron_service_and_check:626 : '[' '!' -z networking ']' 2025-04-17 12:59:35.818 | + lib/neutron:start_neutron_service_and_check:627 : neutron_url=http://10.180.1.21:9696/networking 2025-04-17 12:59:35.820 | + lib/neutron:start_neutron_service_and_check:629 : echo 'Waiting for Neutron to start...' 2025-04-17 12:59:35.820 | Waiting for Neutron to start... 2025-04-17 12:59:35.822 | + lib/neutron:start_neutron_service_and_check:631 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2025-04-17 12:59:35.824 | + 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-17 12:59:35.826 | + functions-common:test_with_retry:2338 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2025-04-17 12:59:35.828 | + functions-common:test_with_retry:2339 : local 'failmsg=Neutron did not start' 2025-04-17 12:59:35.830 | + functions-common:test_with_retry:2340 : local until=60 2025-04-17 12:59:35.832 | + functions-common:test_with_retry:2341 : local sleep=0.5 2025-04-17 12:59:35.835 | + functions-common:test_with_retry:2343 : time_start test_with_retry 2025-04-17 12:59:35.837 | + functions-common:time_start:2386 : local name=test_with_retry 2025-04-17 12:59:35.839 | + functions-common:time_start:2387 : local start_time= 2025-04-17 12:59:35.841 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 12:59:35.844 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 12:59:35.847 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894775845 2025-04-17 12:59:35.849 | + 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-17 12:59:38.886 | {"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-17 12:59:38.888 | + functions-common:time_stop:2400 : local name 2025-04-17 12:59:38.891 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:59:38.893 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:59:38.895 | + functions-common:time_stop:2403 : local total 2025-04-17 12:59:38.897 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:59:38.899 | + functions-common:time_stop:2406 : name=test_with_retry 2025-04-17 12:59:38.901 | + functions-common:time_stop:2407 : start_time=1744894775845 2025-04-17 12:59:38.903 | + functions-common:time_stop:2409 : [[ -z 1744894775845 ]] 2025-04-17 12:59:38.907 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:59:38.909 | + functions-common:time_stop:2412 : end_time=1744894778907 2025-04-17 12:59:38.912 | + functions-common:time_stop:2413 : elapsed_time=3062 2025-04-17 12:59:38.914 | + functions-common:time_stop:2414 : total=0 2025-04-17 12:59:38.915 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:59:38.917 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3062 2025-04-17 12:59:38.920 | + stack.sh:main:1320 : is_service_enabled placement 2025-04-17 12:59:38.934 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:59:38.935 | + stack.sh:main:1321 : echo_summary 'Starting Placement' 2025-04-17 12:59:38.937 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-17 12:59:38.939 | + stack.sh:echo_summary:461 : echo -e Starting Placement 2025-04-17 12:59:38.942 | + stack.sh:main:1322 : start_placement 2025-04-17 12:59:38.944 | + lib/placement:start_placement:173 : start_placement_api 2025-04-17 12:59:38.946 | + lib/placement:start_placement_api:159 : [[ uwsgi == \u\w\s\g\i ]] 2025-04-17 12:59:38.948 | ++ lib/placement:start_placement_api:160 : which uwsgi 2025-04-17 12:59:38.952 | + lib/placement:start_placement_api:160 : run_process placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-17 12:59:38.954 | + functions-common:run_process:1654 : local service=placement-api 2025-04-17 12:59:38.956 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-17 12:59:38.958 | + functions-common:run_process:1656 : local group= 2025-04-17 12:59:38.960 | + functions-common:run_process:1657 : local user= 2025-04-17 12:59:38.962 | + functions-common:run_process:1658 : local env_vars= 2025-04-17 12:59:38.964 | + functions-common:run_process:1660 : local name=placement-api 2025-04-17 12:59:38.967 | + functions-common:run_process:1662 : time_start run_process 2025-04-17 12:59:38.969 | + functions-common:time_start:2386 : local name=run_process 2025-04-17 12:59:38.971 | + functions-common:time_start:2387 : local start_time= 2025-04-17 12:59:38.973 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 12:59:38.975 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 12:59:38.979 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894778977 2025-04-17 12:59:38.981 | + functions-common:run_process:1663 : is_service_enabled placement-api 2025-04-17 12:59:38.995 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:59:38.997 | + functions-common:run_process:1664 : _run_under_systemd placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' '' 2025-04-17 12:59:38.999 | + functions-common:_run_under_systemd:1611 : local service=placement-api 2025-04-17 12:59:39.002 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-17 12:59:39.004 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-17 12:59:39.006 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-17 12:59:39.007 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-17 12:59:39.009 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2025-04-17 12:59:39.012 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2025-04-17 12:59:39.014 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@placement-api.service 2025-04-17 12:59:39.016 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-17 12:59:39.018 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-17 12:59:39.020 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-17 12:59:39.022 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-17 12:59:39.024 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2025-04-17 12:59:39.026 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-17 12:59:39.028 | + 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-17 12:59:39.030 | + 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-17 12:59:39.032 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@placement-api.service 2025-04-17 12:59:39.034 | + 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-17 12:59:39.036 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-17 12:59:39.038 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-17 12:59:39.040 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-17 12:59:39.041 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2025-04-17 12:59:39.043 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-17 12:59:39.046 | + 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-17 12:59:39.096 | + 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-17 12:59:39.144 | + 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-17 12:59:39.185 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User stack 2025-04-17 12:59:39.224 | + 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-17 12:59:39.265 | + 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-17 12:59:39.307 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2025-04-17 12:59:39.348 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2025-04-17 12:59:39.388 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2025-04-17 12:59:39.428 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2025-04-17 12:59:39.470 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2025-04-17 12:59:39.511 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-17 12:59:39.513 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-17 12:59:39.515 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2025-04-17 12:59:39.562 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-17 12:59:39.806 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@placement-api.service 2025-04-17 12:59:39.816 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2025-04-17 12:59:40.063 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@placement-api.service 2025-04-17 12:59:40.117 | + functions-common:run_process:1666 : time_stop run_process 2025-04-17 12:59:40.120 | + functions-common:time_stop:2400 : local name 2025-04-17 12:59:40.122 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:59:40.124 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:59:40.126 | + functions-common:time_stop:2403 : local total 2025-04-17 12:59:40.128 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:59:40.130 | + functions-common:time_stop:2406 : name=run_process 2025-04-17 12:59:40.132 | + functions-common:time_stop:2407 : start_time=1744894778977 2025-04-17 12:59:40.134 | + functions-common:time_stop:2409 : [[ -z 1744894778977 ]] 2025-04-17 12:59:40.138 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:59:40.141 | + functions-common:time_stop:2412 : end_time=1744894780138 2025-04-17 12:59:40.143 | + functions-common:time_stop:2413 : elapsed_time=1161 2025-04-17 12:59:40.145 | + functions-common:time_stop:2414 : total=3344 2025-04-17 12:59:40.147 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:59:40.149 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=4505 2025-04-17 12:59:40.151 | + lib/placement:start_placement_api:166 : echo 'Waiting for placement-api to start...' 2025-04-17 12:59:40.152 | Waiting for placement-api to start... 2025-04-17 12:59:40.154 | + lib/placement:start_placement_api:167 : wait_for_service 60 http://10.180.1.21/placement 2025-04-17 12:59:40.156 | + functions:wait_for_service:468 : local timeout=60 2025-04-17 12:59:40.158 | + functions:wait_for_service:469 : local url=http://10.180.1.21/placement 2025-04-17 12:59:40.160 | + functions:wait_for_service:470 : local rval=0 2025-04-17 12:59:40.162 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-17 12:59:40.164 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-17 12:59:40.166 | + functions-common:time_start:2387 : local start_time= 2025-04-17 12:59:40.168 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 12:59:40.172 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 12:59:40.176 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894780173 2025-04-17 12:59:40.179 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-17 12:59:40.182 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/placement 2025-04-17 12:59:41.345 | + :: : [[ 200 == 503 ]] 2025-04-17 12:59:41.346 | + :: : [[ 0 -eq 7 ]] 2025-04-17 12:59:41.349 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-17 12:59:41.351 | + functions-common:time_stop:2400 : local name 2025-04-17 12:59:41.353 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:59:41.355 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:59:41.358 | + functions-common:time_stop:2403 : local total 2025-04-17 12:59:41.359 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:59:41.362 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-17 12:59:41.363 | + functions-common:time_stop:2407 : start_time=1744894780173 2025-04-17 12:59:41.366 | + functions-common:time_stop:2409 : [[ -z 1744894780173 ]] 2025-04-17 12:59:41.368 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:59:41.372 | + functions-common:time_stop:2412 : end_time=1744894781370 2025-04-17 12:59:41.374 | + functions-common:time_stop:2413 : elapsed_time=1197 2025-04-17 12:59:41.376 | + functions-common:time_stop:2414 : total=4895 2025-04-17 12:59:41.378 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:59:41.380 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6092 2025-04-17 12:59:41.382 | + functions:wait_for_service:478 : return 0 2025-04-17 12:59:41.385 | + stack.sh:main:1325 : is_service_enabled neutron 2025-04-17 12:59:41.398 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:59:41.400 | + stack.sh:main:1326 : start_neutron 2025-04-17 12:59:41.402 | + lib/neutron:start_neutron:636 : start_l2_agent 2025-04-17 12:59:41.405 | + 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-17 12:59:41.407 | + functions-common:run_process:1654 : local service=q-agt 2025-04-17 12:59:41.409 | + 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-17 12:59:41.411 | + functions-common:run_process:1656 : local group= 2025-04-17 12:59:41.413 | + functions-common:run_process:1657 : local user= 2025-04-17 12:59:41.415 | + functions-common:run_process:1658 : local env_vars= 2025-04-17 12:59:41.417 | + functions-common:run_process:1660 : local name=q-agt 2025-04-17 12:59:41.419 | + functions-common:run_process:1662 : time_start run_process 2025-04-17 12:59:41.421 | + functions-common:time_start:2386 : local name=run_process 2025-04-17 12:59:41.423 | + functions-common:time_start:2387 : local start_time= 2025-04-17 12:59:41.425 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 12:59:41.428 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 12:59:41.431 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894781429 2025-04-17 12:59:41.434 | + functions-common:run_process:1663 : is_service_enabled q-agt 2025-04-17 12:59:41.447 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:59:41.450 | + 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-17 12:59:41.451 | + functions-common:_run_under_systemd:1611 : local service=q-agt 2025-04-17 12:59:41.454 | + 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-17 12:59:41.456 | + 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-17 12:59:41.458 | + 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-17 12:59:41.460 | + 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-17 12:59:41.462 | + 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-17 12:59:41.464 | + 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-17 12:59:41.466 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-agt.service 2025-04-17 12:59:41.468 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-17 12:59:41.470 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-17 12:59:41.473 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-17 12:59:41.474 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-17 12:59:41.477 | + 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-17 12:59:41.479 | + 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-17 12:59:41.481 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-agt.service 2025-04-17 12:59:41.483 | + 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-17 12:59:41.485 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-17 12:59:41.486 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-17 12:59:41.488 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-17 12:59:41.490 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-17 12:59:41.492 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-17 12:59:41.494 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2025-04-17 12:59:41.496 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-17 12:59:41.499 | + 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-17 12:59:41.547 | + 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-17 12:59:41.596 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User stack 2025-04-17 12:59:41.636 | + 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-17 12:59:41.676 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2025-04-17 12:59:41.719 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2025-04-17 12:59:41.760 | + 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-17 12:59:41.802 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-17 12:59:41.804 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-17 12:59:41.807 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2025-04-17 12:59:41.856 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-17 12:59:42.102 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-agt.service 2025-04-17 12:59:42.111 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2025-04-17 12:59:42.344 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-agt.service 2025-04-17 12:59:42.368 | + functions-common:run_process:1666 : time_stop run_process 2025-04-17 12:59:42.370 | + functions-common:time_stop:2400 : local name 2025-04-17 12:59:42.372 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:59:42.374 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:59:42.377 | + functions-common:time_stop:2403 : local total 2025-04-17 12:59:42.379 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:59:42.381 | + functions-common:time_stop:2406 : name=run_process 2025-04-17 12:59:42.383 | + functions-common:time_stop:2407 : start_time=1744894781429 2025-04-17 12:59:42.385 | + functions-common:time_stop:2409 : [[ -z 1744894781429 ]] 2025-04-17 12:59:42.388 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:59:42.392 | + functions-common:time_stop:2412 : end_time=1744894782389 2025-04-17 12:59:42.394 | + functions-common:time_stop:2413 : elapsed_time=960 2025-04-17 12:59:42.396 | + functions-common:time_stop:2414 : total=4505 2025-04-17 12:59:42.398 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:59:42.401 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5465 2025-04-17 12:59:42.403 | + lib/neutron:start_l2_agent:645 : is_provider_network 2025-04-17 12:59:42.405 | + functions-common:is_provider_network:2249 : '[' '' == True ']' 2025-04-17 12:59:42.407 | + functions-common:is_provider_network:2252 : return 1 2025-04-17 12:59:42.409 | + lib/neutron:start_neutron:637 : start_other_agents 2025-04-17 12:59:42.411 | + 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-17 12:59:42.413 | + functions-common:run_process:1654 : local service=q-dhcp 2025-04-17 12:59:42.416 | + 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-17 12:59:42.418 | + functions-common:run_process:1656 : local group= 2025-04-17 12:59:42.420 | + functions-common:run_process:1657 : local user= 2025-04-17 12:59:42.422 | + functions-common:run_process:1658 : local env_vars= 2025-04-17 12:59:42.424 | + functions-common:run_process:1660 : local name=q-dhcp 2025-04-17 12:59:42.426 | + functions-common:run_process:1662 : time_start run_process 2025-04-17 12:59:42.428 | + functions-common:time_start:2386 : local name=run_process 2025-04-17 12:59:42.430 | + functions-common:time_start:2387 : local start_time= 2025-04-17 12:59:42.432 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 12:59:42.434 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 12:59:42.438 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894782436 2025-04-17 12:59:42.440 | + functions-common:run_process:1663 : is_service_enabled q-dhcp 2025-04-17 12:59:42.454 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:59:42.456 | + 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-17 12:59:42.458 | + functions-common:_run_under_systemd:1611 : local service=q-dhcp 2025-04-17 12:59:42.460 | + 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-17 12:59:42.462 | + 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-17 12:59:42.464 | + 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-17 12:59:42.466 | + 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-17 12:59:42.469 | + 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-17 12:59:42.471 | + 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-17 12:59:42.473 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-dhcp.service 2025-04-17 12:59:42.475 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-17 12:59:42.477 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-17 12:59:42.479 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-17 12:59:42.481 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-17 12:59:42.483 | + 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-17 12:59:42.485 | + 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-17 12:59:42.487 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-dhcp.service 2025-04-17 12:59:42.490 | + 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-17 12:59:42.492 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-17 12:59:42.494 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-17 12:59:42.496 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-17 12:59:42.498 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-17 12:59:42.500 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-17 12:59:42.502 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2025-04-17 12:59:42.503 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-17 12:59:42.507 | + 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-17 12:59:42.556 | + 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-17 12:59:42.606 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User stack 2025-04-17 12:59:42.649 | + 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-17 12:59:42.691 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2025-04-17 12:59:42.735 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2025-04-17 12:59:42.777 | + 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-17 12:59:42.826 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-17 12:59:42.829 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-17 12:59:42.831 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2025-04-17 12:59:42.885 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-17 12:59:43.140 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-dhcp.service 2025-04-17 12:59:43.151 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2025-04-17 12:59:43.391 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-dhcp.service 2025-04-17 12:59:43.426 | + functions-common:run_process:1666 : time_stop run_process 2025-04-17 12:59:43.428 | + functions-common:time_stop:2400 : local name 2025-04-17 12:59:43.430 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:59:43.432 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:59:43.434 | + functions-common:time_stop:2403 : local total 2025-04-17 12:59:43.436 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:59:43.438 | + functions-common:time_stop:2406 : name=run_process 2025-04-17 12:59:43.440 | + functions-common:time_stop:2407 : start_time=1744894782436 2025-04-17 12:59:43.442 | + functions-common:time_stop:2409 : [[ -z 1744894782436 ]] 2025-04-17 12:59:43.445 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:59:43.448 | + functions-common:time_stop:2412 : end_time=1744894783446 2025-04-17 12:59:43.450 | + functions-common:time_stop:2413 : elapsed_time=1010 2025-04-17 12:59:43.452 | + functions-common:time_stop:2414 : total=5465 2025-04-17 12:59:43.454 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:59:43.456 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6475 2025-04-17 12:59:43.459 | ++ lib/neutron:start_other_agents:663 : determine_config_files neutron-l3-agent 2025-04-17 12:59:43.461 | ++ lib/neutron:determine_config_files:366 : local opts= 2025-04-17 12:59:43.463 | ++ lib/neutron:determine_config_files:367 : case "$1" in 2025-04-17 12:59:43.466 | +++ lib/neutron:determine_config_files:369 : _determine_config_l3 2025-04-17 12:59:43.468 | +++ lib/neutron:_determine_config_l3:359 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-17 12:59:43.470 | +++ lib/neutron:_determine_config_l3:360 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-17 12:59:43.472 | ++ lib/neutron:determine_config_files:369 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-17 12:59:43.474 | ++ lib/neutron:determine_config_files:371 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2025-04-17 12:59:43.476 | ++ lib/neutron:determine_config_files:374 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-17 12:59:43.479 | + 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-17 12:59:43.481 | + functions-common:run_process:1654 : local service=q-l3 2025-04-17 12:59:43.483 | + 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-17 12:59:43.485 | + functions-common:run_process:1656 : local group= 2025-04-17 12:59:43.487 | + functions-common:run_process:1657 : local user= 2025-04-17 12:59:43.489 | + functions-common:run_process:1658 : local env_vars= 2025-04-17 12:59:43.491 | + functions-common:run_process:1660 : local name=q-l3 2025-04-17 12:59:43.493 | + functions-common:run_process:1662 : time_start run_process 2025-04-17 12:59:43.495 | + functions-common:time_start:2386 : local name=run_process 2025-04-17 12:59:43.497 | + functions-common:time_start:2387 : local start_time= 2025-04-17 12:59:43.499 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 12:59:43.502 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 12:59:43.506 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894783503 2025-04-17 12:59:43.508 | + functions-common:run_process:1663 : is_service_enabled q-l3 2025-04-17 12:59:43.521 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:59:43.524 | + 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-17 12:59:43.526 | + functions-common:_run_under_systemd:1611 : local service=q-l3 2025-04-17 12:59:43.527 | + 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-17 12:59:43.529 | + 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-17 12:59:43.531 | + 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-17 12:59:43.533 | + 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-17 12:59:43.536 | + 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-17 12:59:43.538 | + 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-17 12:59:43.540 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-l3.service 2025-04-17 12:59:43.542 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-17 12:59:43.543 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-17 12:59:43.545 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-17 12:59:43.548 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-17 12:59:43.550 | + 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-17 12:59:43.552 | + 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-17 12:59:43.554 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-l3.service 2025-04-17 12:59:43.556 | + 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-17 12:59:43.558 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-17 12:59:43.560 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-17 12:59:43.562 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-17 12:59:43.564 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-17 12:59:43.565 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-17 12:59:43.567 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2025-04-17 12:59:43.569 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-17 12:59:43.573 | + 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-17 12:59:43.624 | + 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-17 12:59:43.674 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User stack 2025-04-17 12:59:43.716 | + 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-17 12:59:43.758 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2025-04-17 12:59:43.801 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2025-04-17 12:59:43.845 | + 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-17 12:59:43.889 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-17 12:59:43.891 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-17 12:59:43.894 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2025-04-17 12:59:43.947 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-17 12:59:44.191 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-l3.service 2025-04-17 12:59:44.201 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2025-04-17 12:59:44.433 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-l3.service 2025-04-17 12:59:44.456 | + functions-common:run_process:1666 : time_stop run_process 2025-04-17 12:59:44.458 | + functions-common:time_stop:2400 : local name 2025-04-17 12:59:44.461 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:59:44.463 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:59:44.465 | + functions-common:time_stop:2403 : local total 2025-04-17 12:59:44.467 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:59:44.469 | + functions-common:time_stop:2406 : name=run_process 2025-04-17 12:59:44.471 | + functions-common:time_stop:2407 : start_time=1744894783503 2025-04-17 12:59:44.473 | + functions-common:time_stop:2409 : [[ -z 1744894783503 ]] 2025-04-17 12:59:44.477 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:59:44.480 | + functions-common:time_stop:2412 : end_time=1744894784477 2025-04-17 12:59:44.482 | + functions-common:time_stop:2413 : elapsed_time=974 2025-04-17 12:59:44.485 | + functions-common:time_stop:2414 : total=6475 2025-04-17 12:59:44.487 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:59:44.489 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=7449 2025-04-17 12:59:44.491 | + 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-17 12:59:44.493 | + functions-common:run_process:1654 : local service=q-meta 2025-04-17 12:59:44.495 | + 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-17 12:59:44.497 | + functions-common:run_process:1656 : local group= 2025-04-17 12:59:44.499 | + functions-common:run_process:1657 : local user= 2025-04-17 12:59:44.501 | + functions-common:run_process:1658 : local env_vars= 2025-04-17 12:59:44.503 | + functions-common:run_process:1660 : local name=q-meta 2025-04-17 12:59:44.505 | + functions-common:run_process:1662 : time_start run_process 2025-04-17 12:59:44.507 | + functions-common:time_start:2386 : local name=run_process 2025-04-17 12:59:44.509 | + functions-common:time_start:2387 : local start_time= 2025-04-17 12:59:44.511 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 12:59:44.514 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 12:59:44.517 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894784514 2025-04-17 12:59:44.519 | + functions-common:run_process:1663 : is_service_enabled q-meta 2025-04-17 12:59:44.533 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:59:44.535 | + 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-17 12:59:44.537 | + functions-common:_run_under_systemd:1611 : local service=q-meta 2025-04-17 12:59:44.539 | + 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-17 12:59:44.541 | + 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-17 12:59:44.543 | + 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-17 12:59:44.545 | + 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-17 12:59:44.547 | + 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-17 12:59:44.549 | + 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-17 12:59:44.551 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-meta.service 2025-04-17 12:59:44.553 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-17 12:59:44.555 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-17 12:59:44.557 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-17 12:59:44.559 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-17 12:59:44.561 | + 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-17 12:59:44.563 | + 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-17 12:59:44.565 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-meta.service 2025-04-17 12:59:44.567 | + 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-17 12:59:44.569 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-17 12:59:44.571 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-17 12:59:44.573 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-17 12:59:44.575 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-17 12:59:44.577 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-17 12:59:44.579 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2025-04-17 12:59:44.580 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-17 12:59:44.584 | + 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-17 12:59:44.634 | + 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-17 12:59:44.685 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User stack 2025-04-17 12:59:44.730 | + 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-17 12:59:44.772 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2025-04-17 12:59:44.816 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2025-04-17 12:59:44.858 | + 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-17 12:59:44.903 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-17 12:59:44.905 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-17 12:59:44.907 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2025-04-17 12:59:44.959 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-17 12:59:45.220 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-meta.service 2025-04-17 12:59:45.230 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2025-04-17 12:59:45.474 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-meta.service 2025-04-17 12:59:45.509 | + functions-common:run_process:1666 : time_stop run_process 2025-04-17 12:59:45.513 | + functions-common:time_stop:2400 : local name 2025-04-17 12:59:45.515 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:59:45.517 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:59:45.519 | + functions-common:time_stop:2403 : local total 2025-04-17 12:59:45.521 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:59:45.524 | + functions-common:time_stop:2406 : name=run_process 2025-04-17 12:59:45.526 | + functions-common:time_stop:2407 : start_time=1744894784514 2025-04-17 12:59:45.529 | + functions-common:time_stop:2409 : [[ -z 1744894784514 ]] 2025-04-17 12:59:45.531 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:59:45.535 | + functions-common:time_stop:2412 : end_time=1744894785532 2025-04-17 12:59:45.536 | + functions-common:time_stop:2413 : elapsed_time=1018 2025-04-17 12:59:45.539 | + functions-common:time_stop:2414 : total=7449 2025-04-17 12:59:45.541 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:59:45.543 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8467 2025-04-17 12:59:45.545 | + 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-17 12:59:45.547 | + functions-common:run_process:1654 : local service=q-metering 2025-04-17 12:59:45.550 | + 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-17 12:59:45.552 | + functions-common:run_process:1656 : local group= 2025-04-17 12:59:45.554 | + functions-common:run_process:1657 : local user= 2025-04-17 12:59:45.559 | + functions-common:run_process:1658 : local env_vars= 2025-04-17 12:59:45.561 | + functions-common:run_process:1660 : local name=q-metering 2025-04-17 12:59:45.563 | + functions-common:run_process:1662 : time_start run_process 2025-04-17 12:59:45.566 | + functions-common:time_start:2386 : local name=run_process 2025-04-17 12:59:45.567 | + functions-common:time_start:2387 : local start_time= 2025-04-17 12:59:45.571 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 12:59:45.574 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 12:59:45.580 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894785574 2025-04-17 12:59:45.582 | + functions-common:run_process:1663 : is_service_enabled q-metering 2025-04-17 12:59:45.598 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 12:59:45.600 | + functions-common:run_process:1666 : time_stop run_process 2025-04-17 12:59:45.602 | + functions-common:time_stop:2400 : local name 2025-04-17 12:59:45.604 | + functions-common:time_stop:2401 : local end_time 2025-04-17 12:59:45.606 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 12:59:45.608 | + functions-common:time_stop:2403 : local total 2025-04-17 12:59:45.610 | + functions-common:time_stop:2404 : local start_time 2025-04-17 12:59:45.613 | + functions-common:time_stop:2406 : name=run_process 2025-04-17 12:59:45.615 | + functions-common:time_stop:2407 : start_time=1744894785574 2025-04-17 12:59:45.617 | + functions-common:time_stop:2409 : [[ -z 1744894785574 ]] 2025-04-17 12:59:45.620 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 12:59:45.623 | + functions-common:time_stop:2412 : end_time=1744894785620 2025-04-17 12:59:45.625 | + functions-common:time_stop:2413 : elapsed_time=46 2025-04-17 12:59:45.627 | + functions-common:time_stop:2414 : total=8467 2025-04-17 12:59:45.629 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 12:59:45.631 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8513 2025-04-17 12:59:45.634 | + stack.sh:main:1329 : is_service_enabled q-svc 2025-04-17 12:59:45.650 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 12:59:45.652 | + stack.sh:main:1329 : [[ True == \T\r\u\e ]] 2025-04-17 12:59:45.654 | + stack.sh:main:1330 : echo_summary 'Creating initial neutron network elements' 2025-04-17 12:59:45.657 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-17 12:59:45.659 | + stack.sh:echo_summary:461 : echo -e Creating initial neutron network elements 2025-04-17 12:59:45.661 | + stack.sh:main:1333 : type -p neutron_plugin_create_initial_networks 2025-04-17 12:59:45.663 | + stack.sh:main:1336 : create_neutron_initial_network 2025-04-17 12:59:45.665 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:157 : type -p neutron_plugin_create_initial_network_profile 2025-04-17 12:59:45.668 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:161 : is_networking_extension_supported auto-allocated-topology 2025-04-17 12:59:45.670 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=auto-allocated-topology 2025-04-17 12:59:45.673 | ++ 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-17 12:59:47.170 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:59:47.173 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-17 12:59:47.173 | address-scope 2025-04-17 12:59:47.173 | router-admin-state-down-before-update 2025-04-17 12:59:47.173 | agent 2025-04-17 12:59:47.173 | agent-resources-synced 2025-04-17 12:59:47.173 | allowed-address-pairs 2025-04-17 12:59:47.173 | auto-allocated-topology 2025-04-17 12:59:47.173 | availability_zone 2025-04-17 12:59:47.173 | availability_zone_filter 2025-04-17 12:59:47.173 | default-subnetpools 2025-04-17 12:59:47.173 | dhcp_agent_scheduler 2025-04-17 12:59:47.173 | dvr 2025-04-17 12:59:47.173 | empty-string-filtering 2025-04-17 12:59:47.173 | external-net 2025-04-17 12:59:47.173 | extra_dhcp_opt 2025-04-17 12:59:47.173 | extraroute 2025-04-17 12:59:47.173 | extraroute-atomic 2025-04-17 12:59:47.173 | filter-validation 2025-04-17 12:59:47.173 | floating-ip-port-forwarding-detail 2025-04-17 12:59:47.173 | fip-port-details 2025-04-17 12:59:47.173 | flavors 2025-04-17 12:59:47.173 | floatingip-pools 2025-04-17 12:59:47.173 | ip-substring-filtering 2025-04-17 12:59:47.173 | router 2025-04-17 12:59:47.173 | ext-gw-mode 2025-04-17 12:59:47.173 | l3-ha 2025-04-17 12:59:47.173 | l3-flavors 2025-04-17 12:59:47.173 | l3-port-ip-change-not-allowed 2025-04-17 12:59:47.173 | l3_agent_scheduler 2025-04-17 12:59:47.173 | multi-provider 2025-04-17 12:59:47.173 | net-mtu 2025-04-17 12:59:47.173 | net-mtu-writable 2025-04-17 12:59:47.173 | network_availability_zone 2025-04-17 12:59:47.173 | network_ha 2025-04-17 12:59:47.173 | network-ip-availability 2025-04-17 12:59:47.173 | pagination 2025-04-17 12:59:47.173 | port-device-profile 2025-04-17 12:59:47.173 | port-mac-override 2025-04-17 12:59:47.173 | port-mac-address-regenerate 2025-04-17 12:59:47.173 | port-numa-affinity-policy 2025-04-17 12:59:47.173 | binding 2025-04-17 12:59:47.173 | binding-extended 2025-04-17 12:59:47.173 | port-security 2025-04-17 12:59:47.173 | project-id 2025-04-17 12:59:47.173 | provider 2025-04-17 12:59:47.173 | quota-check-limit 2025-04-17 12:59:47.173 | quotas 2025-04-17 12:59:47.173 | quota_details 2025-04-17 12:59:47.173 | rbac-policies 2025-04-17 12:59:47.173 | rbac-address-group 2025-04-17 12:59:47.173 | rbac-address-scope 2025-04-17 12:59:47.173 | rbac-security-groups 2025-04-17 12:59:47.173 | rbac-subnetpool 2025-04-17 12:59:47.173 | revision-if-match 2025-04-17 12:59:47.173 | standard-attr-revisions 2025-04-17 12:59:47.173 | router_availability_zone 2025-04-17 12:59:47.173 | security-groups-default-rules 2025-04-17 12:59:47.173 | security-groups-normalized-cidr 2025-04-17 12:59:47.173 | port-security-groups-filtering 2025-04-17 12:59:47.173 | security-groups-remote-address-group 2025-04-17 12:59:47.173 | security-groups-shared-filtering 2025-04-17 12:59:47.173 | security-group 2025-04-17 12:59:47.173 | service-type 2025-04-17 12:59:47.174 | sorting 2025-04-17 12:59:47.174 | standard-attr-description 2025-04-17 12:59:47.174 | stateful-security-group 2025-04-17 12:59:47.174 | subnet_onboard 2025-04-17 12:59:47.174 | subnet-service-types 2025-04-17 12:59:47.174 | subnet_allocation 2025-04-17 12:59:47.174 | subnetpool-prefix-ops 2025-04-17 12:59:47.174 | standard-attr-tag 2025-04-17 12:59:47.174 | standard-attr-timestamp 2025-04-17 12:59:47.174 | nsxt-ops' 2025-04-17 12:59:47.176 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-17 12:59:47.176 | address-scope 2025-04-17 12:59:47.176 | router-admin-state-down-before-update 2025-04-17 12:59:47.176 | agent 2025-04-17 12:59:47.176 | agent-resources-synced 2025-04-17 12:59:47.176 | allowed-address-pairs 2025-04-17 12:59:47.176 | auto-allocated-topology 2025-04-17 12:59:47.176 | availability_zone 2025-04-17 12:59:47.176 | availability_zone_filter 2025-04-17 12:59:47.176 | default-subnetpools 2025-04-17 12:59:47.176 | dhcp_agent_scheduler 2025-04-17 12:59:47.176 | dvr 2025-04-17 12:59:47.177 | empty-string-filtering 2025-04-17 12:59:47.177 | external-net 2025-04-17 12:59:47.177 | extra_dhcp_opt 2025-04-17 12:59:47.177 | extraroute 2025-04-17 12:59:47.177 | extraroute-atomic 2025-04-17 12:59:47.177 | filter-validation 2025-04-17 12:59:47.177 | floating-ip-port-forwarding-detail 2025-04-17 12:59:47.177 | fip-port-details 2025-04-17 12:59:47.177 | flavors 2025-04-17 12:59:47.177 | floatingip-pools 2025-04-17 12:59:47.177 | ip-substring-filtering 2025-04-17 12:59:47.177 | router 2025-04-17 12:59:47.177 | ext-gw-mode 2025-04-17 12:59:47.177 | l3-ha 2025-04-17 12:59:47.177 | l3-flavors 2025-04-17 12:59:47.177 | l3-port-ip-change-not-allowed 2025-04-17 12:59:47.177 | l3_agent_scheduler 2025-04-17 12:59:47.177 | multi-provider 2025-04-17 12:59:47.177 | net-mtu 2025-04-17 12:59:47.177 | net-mtu-writable 2025-04-17 12:59:47.177 | network_availability_zone 2025-04-17 12:59:47.177 | network_ha 2025-04-17 12:59:47.177 | network-ip-availability 2025-04-17 12:59:47.177 | pagination 2025-04-17 12:59:47.177 | port-device-profile 2025-04-17 12:59:47.177 | port-mac-override 2025-04-17 12:59:47.177 | port-mac-address-regenerate 2025-04-17 12:59:47.177 | port-numa-affinity-policy 2025-04-17 12:59:47.177 | binding 2025-04-17 12:59:47.177 | binding-extended 2025-04-17 12:59:47.177 | port-security 2025-04-17 12:59:47.177 | project-id 2025-04-17 12:59:47.177 | provider 2025-04-17 12:59:47.177 | quota-check-limit 2025-04-17 12:59:47.177 | quotas 2025-04-17 12:59:47.177 | quota_details 2025-04-17 12:59:47.177 | rbac-policies 2025-04-17 12:59:47.177 | rbac-address-group 2025-04-17 12:59:47.177 | rbac-address-scope 2025-04-17 12:59:47.177 | rbac-security-groups 2025-04-17 12:59:47.177 | rbac-subnetpool 2025-04-17 12:59:47.177 | revision-if-match 2025-04-17 12:59:47.177 | standard-attr-revisions 2025-04-17 12:59:47.177 | router_availability_zone 2025-04-17 12:59:47.177 | security-groups-default-rules 2025-04-17 12:59:47.178 | security-groups-normalized-cidr 2025-04-17 12:59:47.178 | port-security-groups-filtering 2025-04-17 12:59:47.178 | security-groups-remote-address-group 2025-04-17 12:59:47.178 | security-groups-shared-filtering 2025-04-17 12:59:47.178 | security-group 2025-04-17 12:59:47.178 | service-type 2025-04-17 12:59:47.178 | sorting 2025-04-17 12:59:47.178 | standard-attr-description 2025-04-17 12:59:47.178 | stateful-security-group 2025-04-17 12:59:47.178 | subnet_onboard 2025-04-17 12:59:47.178 | subnet-service-types 2025-04-17 12:59:47.178 | subnet_allocation 2025-04-17 12:59:47.178 | subnetpool-prefix-ops 2025-04-17 12:59:47.178 | standard-attr-tag 2025-04-17 12:59:47.178 | standard-attr-timestamp 2025-04-17 12:59:47.178 | nsxt-ops =~ auto-allocated-topology ]] 2025-04-17 12:59:47.179 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-17 12:59:47.181 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:162 : [[ True == \T\r\u\e ]] 2025-04-17 12:59:47.183 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:163 : [[ 4 =~ 4.* ]] 2025-04-17 12:59:47.186 | ++ 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-17 12:59:48.400 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:59:48.403 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:164 : SUBNETPOOL_V4_ID=23a377fa-c310-4cc2-bbb4-34e30d6b6828 2025-04-17 12:59:48.406 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : [[ 4 =~ .*6 ]] 2025-04-17 12:59:48.409 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:172 : is_provider_network 2025-04-17 12:59:48.411 | + functions-common:is_provider_network:2249 : '[' '' == True ']' 2025-04-17 12:59:48.414 | + functions-common:is_provider_network:2252 : return 1 2025-04-17 12:59:48.417 | ++ 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-17 12:59:50.080 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:59:50.083 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:202 : NET_ID=ba751a25-6758-4a27-997d-c17192dfbf58 2025-04-17 12:59:50.085 | + 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-17 12:59:50.087 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-17 12:59:50.101 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:205 : [[ 4 =~ 4.* ]] 2025-04-17 12:59:50.104 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:207 : _neutron_create_private_subnet_v4 2025-04-17 12:59:50.106 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:254 : '[' -z 23a377fa-c310-4cc2-bbb4-34e30d6b6828 ']' 2025-04-17 12:59:50.108 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:257 : local 'subnet_params=--ip-version 4 ' 2025-04-17 12:59:50.110 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:258 : [[ -n '' ]] 2025-04-17 12:59:50.112 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:262 : subnet_params+='--subnet-pool 23a377fa-c310-4cc2-bbb4-34e30d6b6828 ' 2025-04-17 12:59:50.114 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:263 : subnet_params+=' ' 2025-04-17 12:59:50.116 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:264 : subnet_params+='--network ba751a25-6758-4a27-997d-c17192dfbf58 private-subnet' 2025-04-17 12:59:50.118 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:265 : local subnet_id 2025-04-17 12:59:50.121 | +++ 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 23a377fa-c310-4cc2-bbb4-34e30d6b6828 --network ba751a25-6758-4a27-997d-c17192dfbf58 private-subnet -f value -c id 2025-04-17 12:59:51.736 | +++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:59:51.739 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:266 : subnet_id=b9c1238b-5bb9-4766-a855-597a5609d0ee 2025-04-17 12:59:51.741 | ++ 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-17 12:59:51.743 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2025-04-17 12:59:51.758 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:268 : echo b9c1238b-5bb9-4766-a855-597a5609d0ee 2025-04-17 12:59:51.760 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:207 : SUBNET_ID=b9c1238b-5bb9-4766-a855-597a5609d0ee 2025-04-17 12:59:51.762 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : [[ 4 =~ .*6 ]] 2025-04-17 12:59:51.765 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:216 : is_networking_extension_supported router 2025-04-17 12:59:51.768 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=router 2025-04-17 12:59:51.771 | ++ 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-17 12:59:52.957 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:59:52.960 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-17 12:59:52.960 | address-scope 2025-04-17 12:59:52.960 | router-admin-state-down-before-update 2025-04-17 12:59:52.960 | agent 2025-04-17 12:59:52.960 | agent-resources-synced 2025-04-17 12:59:52.960 | allowed-address-pairs 2025-04-17 12:59:52.960 | auto-allocated-topology 2025-04-17 12:59:52.960 | availability_zone 2025-04-17 12:59:52.960 | availability_zone_filter 2025-04-17 12:59:52.960 | default-subnetpools 2025-04-17 12:59:52.960 | dhcp_agent_scheduler 2025-04-17 12:59:52.960 | dvr 2025-04-17 12:59:52.960 | empty-string-filtering 2025-04-17 12:59:52.960 | external-net 2025-04-17 12:59:52.960 | extra_dhcp_opt 2025-04-17 12:59:52.960 | extraroute 2025-04-17 12:59:52.960 | extraroute-atomic 2025-04-17 12:59:52.960 | filter-validation 2025-04-17 12:59:52.960 | floating-ip-port-forwarding-detail 2025-04-17 12:59:52.960 | fip-port-details 2025-04-17 12:59:52.960 | flavors 2025-04-17 12:59:52.960 | floatingip-pools 2025-04-17 12:59:52.960 | ip-substring-filtering 2025-04-17 12:59:52.960 | router 2025-04-17 12:59:52.960 | ext-gw-mode 2025-04-17 12:59:52.960 | l3-ha 2025-04-17 12:59:52.960 | l3-flavors 2025-04-17 12:59:52.960 | l3-port-ip-change-not-allowed 2025-04-17 12:59:52.960 | l3_agent_scheduler 2025-04-17 12:59:52.960 | multi-provider 2025-04-17 12:59:52.960 | net-mtu 2025-04-17 12:59:52.960 | net-mtu-writable 2025-04-17 12:59:52.960 | network_availability_zone 2025-04-17 12:59:52.960 | network_ha 2025-04-17 12:59:52.960 | network-ip-availability 2025-04-17 12:59:52.960 | pagination 2025-04-17 12:59:52.960 | port-device-profile 2025-04-17 12:59:52.960 | port-mac-override 2025-04-17 12:59:52.960 | port-mac-address-regenerate 2025-04-17 12:59:52.960 | port-numa-affinity-policy 2025-04-17 12:59:52.960 | binding 2025-04-17 12:59:52.960 | binding-extended 2025-04-17 12:59:52.960 | port-security 2025-04-17 12:59:52.960 | project-id 2025-04-17 12:59:52.960 | provider 2025-04-17 12:59:52.960 | quota-check-limit 2025-04-17 12:59:52.960 | quotas 2025-04-17 12:59:52.960 | quota_details 2025-04-17 12:59:52.960 | rbac-policies 2025-04-17 12:59:52.960 | rbac-address-group 2025-04-17 12:59:52.960 | rbac-address-scope 2025-04-17 12:59:52.960 | rbac-security-groups 2025-04-17 12:59:52.960 | rbac-subnetpool 2025-04-17 12:59:52.960 | revision-if-match 2025-04-17 12:59:52.960 | standard-attr-revisions 2025-04-17 12:59:52.960 | router_availability_zone 2025-04-17 12:59:52.960 | security-groups-default-rules 2025-04-17 12:59:52.960 | security-groups-normalized-cidr 2025-04-17 12:59:52.960 | port-security-groups-filtering 2025-04-17 12:59:52.960 | security-groups-remote-address-group 2025-04-17 12:59:52.960 | security-groups-shared-filtering 2025-04-17 12:59:52.960 | security-group 2025-04-17 12:59:52.960 | service-type 2025-04-17 12:59:52.960 | sorting 2025-04-17 12:59:52.960 | standard-attr-description 2025-04-17 12:59:52.960 | stateful-security-group 2025-04-17 12:59:52.960 | subnet_onboard 2025-04-17 12:59:52.960 | subnet-service-types 2025-04-17 12:59:52.960 | subnet_allocation 2025-04-17 12:59:52.960 | subnetpool-prefix-ops 2025-04-17 12:59:52.960 | standard-attr-tag 2025-04-17 12:59:52.960 | standard-attr-timestamp 2025-04-17 12:59:52.960 | nsxt-ops' 2025-04-17 12:59:52.962 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-17 12:59:52.962 | address-scope 2025-04-17 12:59:52.962 | router-admin-state-down-before-update 2025-04-17 12:59:52.962 | agent 2025-04-17 12:59:52.962 | agent-resources-synced 2025-04-17 12:59:52.962 | allowed-address-pairs 2025-04-17 12:59:52.962 | auto-allocated-topology 2025-04-17 12:59:52.962 | availability_zone 2025-04-17 12:59:52.962 | availability_zone_filter 2025-04-17 12:59:52.963 | default-subnetpools 2025-04-17 12:59:52.963 | dhcp_agent_scheduler 2025-04-17 12:59:52.963 | dvr 2025-04-17 12:59:52.963 | empty-string-filtering 2025-04-17 12:59:52.963 | external-net 2025-04-17 12:59:52.963 | extra_dhcp_opt 2025-04-17 12:59:52.963 | extraroute 2025-04-17 12:59:52.963 | extraroute-atomic 2025-04-17 12:59:52.963 | filter-validation 2025-04-17 12:59:52.963 | floating-ip-port-forwarding-detail 2025-04-17 12:59:52.963 | fip-port-details 2025-04-17 12:59:52.963 | flavors 2025-04-17 12:59:52.963 | floatingip-pools 2025-04-17 12:59:52.963 | ip-substring-filtering 2025-04-17 12:59:52.963 | router 2025-04-17 12:59:52.963 | ext-gw-mode 2025-04-17 12:59:52.963 | l3-ha 2025-04-17 12:59:52.963 | l3-flavors 2025-04-17 12:59:52.963 | l3-port-ip-change-not-allowed 2025-04-17 12:59:52.963 | l3_agent_scheduler 2025-04-17 12:59:52.963 | multi-provider 2025-04-17 12:59:52.963 | net-mtu 2025-04-17 12:59:52.963 | net-mtu-writable 2025-04-17 12:59:52.963 | network_availability_zone 2025-04-17 12:59:52.963 | network_ha 2025-04-17 12:59:52.963 | network-ip-availability 2025-04-17 12:59:52.963 | pagination 2025-04-17 12:59:52.963 | port-device-profile 2025-04-17 12:59:52.963 | port-mac-override 2025-04-17 12:59:52.963 | port-mac-address-regenerate 2025-04-17 12:59:52.963 | port-numa-affinity-policy 2025-04-17 12:59:52.963 | binding 2025-04-17 12:59:52.963 | binding-extended 2025-04-17 12:59:52.963 | port-security 2025-04-17 12:59:52.963 | project-id 2025-04-17 12:59:52.963 | provider 2025-04-17 12:59:52.963 | quota-check-limit 2025-04-17 12:59:52.963 | quotas 2025-04-17 12:59:52.963 | quota_details 2025-04-17 12:59:52.963 | rbac-policies 2025-04-17 12:59:52.963 | rbac-address-group 2025-04-17 12:59:52.963 | rbac-address-scope 2025-04-17 12:59:52.963 | rbac-security-groups 2025-04-17 12:59:52.963 | rbac-subnetpool 2025-04-17 12:59:52.963 | revision-if-match 2025-04-17 12:59:52.963 | standard-attr-revisions 2025-04-17 12:59:52.963 | router_availability_zone 2025-04-17 12:59:52.963 | security-groups-default-rules 2025-04-17 12:59:52.963 | security-groups-normalized-cidr 2025-04-17 12:59:52.963 | port-security-groups-filtering 2025-04-17 12:59:52.963 | security-groups-remote-address-group 2025-04-17 12:59:52.963 | security-groups-shared-filtering 2025-04-17 12:59:52.963 | security-group 2025-04-17 12:59:52.963 | service-type 2025-04-17 12:59:52.963 | sorting 2025-04-17 12:59:52.963 | standard-attr-description 2025-04-17 12:59:52.963 | stateful-security-group 2025-04-17 12:59:52.963 | subnet_onboard 2025-04-17 12:59:52.963 | subnet-service-types 2025-04-17 12:59:52.963 | subnet_allocation 2025-04-17 12:59:52.963 | subnetpool-prefix-ops 2025-04-17 12:59:52.963 | standard-attr-tag 2025-04-17 12:59:52.963 | standard-attr-timestamp 2025-04-17 12:59:52.963 | nsxt-ops =~ router ]] 2025-04-17 12:59:52.964 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-17 12:59:52.967 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:216 : is_networking_extension_supported external-net 2025-04-17 12:59:52.969 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=external-net 2025-04-17 12:59:52.971 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2025-04-17 12:59:54.168 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:59:54.171 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-17 12:59:54.171 | address-scope 2025-04-17 12:59:54.171 | router-admin-state-down-before-update 2025-04-17 12:59:54.171 | agent 2025-04-17 12:59:54.171 | agent-resources-synced 2025-04-17 12:59:54.171 | allowed-address-pairs 2025-04-17 12:59:54.171 | auto-allocated-topology 2025-04-17 12:59:54.171 | availability_zone 2025-04-17 12:59:54.171 | availability_zone_filter 2025-04-17 12:59:54.171 | default-subnetpools 2025-04-17 12:59:54.171 | dhcp_agent_scheduler 2025-04-17 12:59:54.171 | dvr 2025-04-17 12:59:54.171 | empty-string-filtering 2025-04-17 12:59:54.171 | external-net 2025-04-17 12:59:54.171 | extra_dhcp_opt 2025-04-17 12:59:54.171 | extraroute 2025-04-17 12:59:54.171 | extraroute-atomic 2025-04-17 12:59:54.171 | filter-validation 2025-04-17 12:59:54.171 | floating-ip-port-forwarding-detail 2025-04-17 12:59:54.171 | fip-port-details 2025-04-17 12:59:54.171 | flavors 2025-04-17 12:59:54.171 | floatingip-pools 2025-04-17 12:59:54.171 | ip-substring-filtering 2025-04-17 12:59:54.171 | router 2025-04-17 12:59:54.171 | ext-gw-mode 2025-04-17 12:59:54.171 | l3-ha 2025-04-17 12:59:54.171 | l3-flavors 2025-04-17 12:59:54.171 | l3-port-ip-change-not-allowed 2025-04-17 12:59:54.172 | l3_agent_scheduler 2025-04-17 12:59:54.172 | multi-provider 2025-04-17 12:59:54.172 | net-mtu 2025-04-17 12:59:54.172 | net-mtu-writable 2025-04-17 12:59:54.172 | network_availability_zone 2025-04-17 12:59:54.172 | network_ha 2025-04-17 12:59:54.172 | network-ip-availability 2025-04-17 12:59:54.172 | pagination 2025-04-17 12:59:54.172 | port-device-profile 2025-04-17 12:59:54.172 | port-mac-override 2025-04-17 12:59:54.172 | port-mac-address-regenerate 2025-04-17 12:59:54.172 | port-numa-affinity-policy 2025-04-17 12:59:54.172 | binding 2025-04-17 12:59:54.172 | binding-extended 2025-04-17 12:59:54.172 | port-security 2025-04-17 12:59:54.172 | project-id 2025-04-17 12:59:54.172 | provider 2025-04-17 12:59:54.172 | quota-check-limit 2025-04-17 12:59:54.172 | quotas 2025-04-17 12:59:54.172 | quota_details 2025-04-17 12:59:54.172 | rbac-policies 2025-04-17 12:59:54.172 | rbac-address-group 2025-04-17 12:59:54.172 | rbac-address-scope 2025-04-17 12:59:54.172 | rbac-security-groups 2025-04-17 12:59:54.172 | rbac-subnetpool 2025-04-17 12:59:54.172 | revision-if-match 2025-04-17 12:59:54.172 | standard-attr-revisions 2025-04-17 12:59:54.172 | router_availability_zone 2025-04-17 12:59:54.172 | security-groups-default-rules 2025-04-17 12:59:54.172 | security-groups-normalized-cidr 2025-04-17 12:59:54.172 | port-security-groups-filtering 2025-04-17 12:59:54.172 | security-groups-remote-address-group 2025-04-17 12:59:54.172 | security-groups-shared-filtering 2025-04-17 12:59:54.172 | security-group 2025-04-17 12:59:54.172 | service-type 2025-04-17 12:59:54.172 | sorting 2025-04-17 12:59:54.172 | standard-attr-description 2025-04-17 12:59:54.172 | stateful-security-group 2025-04-17 12:59:54.172 | subnet_onboard 2025-04-17 12:59:54.172 | subnet-service-types 2025-04-17 12:59:54.172 | subnet_allocation 2025-04-17 12:59:54.172 | subnetpool-prefix-ops 2025-04-17 12:59:54.172 | standard-attr-tag 2025-04-17 12:59:54.172 | standard-attr-timestamp 2025-04-17 12:59:54.172 | nsxt-ops' 2025-04-17 12:59:54.174 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-17 12:59:54.174 | address-scope 2025-04-17 12:59:54.174 | router-admin-state-down-before-update 2025-04-17 12:59:54.174 | agent 2025-04-17 12:59:54.174 | agent-resources-synced 2025-04-17 12:59:54.174 | allowed-address-pairs 2025-04-17 12:59:54.174 | auto-allocated-topology 2025-04-17 12:59:54.174 | availability_zone 2025-04-17 12:59:54.174 | availability_zone_filter 2025-04-17 12:59:54.174 | default-subnetpools 2025-04-17 12:59:54.174 | dhcp_agent_scheduler 2025-04-17 12:59:54.174 | dvr 2025-04-17 12:59:54.174 | empty-string-filtering 2025-04-17 12:59:54.174 | external-net 2025-04-17 12:59:54.174 | extra_dhcp_opt 2025-04-17 12:59:54.174 | extraroute 2025-04-17 12:59:54.174 | extraroute-atomic 2025-04-17 12:59:54.174 | filter-validation 2025-04-17 12:59:54.174 | floating-ip-port-forwarding-detail 2025-04-17 12:59:54.174 | fip-port-details 2025-04-17 12:59:54.174 | flavors 2025-04-17 12:59:54.174 | floatingip-pools 2025-04-17 12:59:54.174 | ip-substring-filtering 2025-04-17 12:59:54.174 | router 2025-04-17 12:59:54.174 | ext-gw-mode 2025-04-17 12:59:54.174 | l3-ha 2025-04-17 12:59:54.174 | l3-flavors 2025-04-17 12:59:54.174 | l3-port-ip-change-not-allowed 2025-04-17 12:59:54.174 | l3_agent_scheduler 2025-04-17 12:59:54.174 | multi-provider 2025-04-17 12:59:54.174 | net-mtu 2025-04-17 12:59:54.174 | net-mtu-writable 2025-04-17 12:59:54.174 | network_availability_zone 2025-04-17 12:59:54.174 | network_ha 2025-04-17 12:59:54.174 | network-ip-availability 2025-04-17 12:59:54.174 | pagination 2025-04-17 12:59:54.174 | port-device-profile 2025-04-17 12:59:54.174 | port-mac-override 2025-04-17 12:59:54.174 | port-mac-address-regenerate 2025-04-17 12:59:54.174 | port-numa-affinity-policy 2025-04-17 12:59:54.174 | binding 2025-04-17 12:59:54.174 | binding-extended 2025-04-17 12:59:54.174 | port-security 2025-04-17 12:59:54.174 | project-id 2025-04-17 12:59:54.174 | provider 2025-04-17 12:59:54.174 | quota-check-limit 2025-04-17 12:59:54.174 | quotas 2025-04-17 12:59:54.174 | quota_details 2025-04-17 12:59:54.174 | rbac-policies 2025-04-17 12:59:54.174 | rbac-address-group 2025-04-17 12:59:54.174 | rbac-address-scope 2025-04-17 12:59:54.174 | rbac-security-groups 2025-04-17 12:59:54.174 | rbac-subnetpool 2025-04-17 12:59:54.174 | revision-if-match 2025-04-17 12:59:54.174 | standard-attr-revisions 2025-04-17 12:59:54.174 | router_availability_zone 2025-04-17 12:59:54.174 | security-groups-default-rules 2025-04-17 12:59:54.174 | security-groups-normalized-cidr 2025-04-17 12:59:54.174 | port-security-groups-filtering 2025-04-17 12:59:54.174 | security-groups-remote-address-group 2025-04-17 12:59:54.174 | security-groups-shared-filtering 2025-04-17 12:59:54.174 | security-group 2025-04-17 12:59:54.174 | service-type 2025-04-17 12:59:54.174 | sorting 2025-04-17 12:59:54.174 | standard-attr-description 2025-04-17 12:59:54.174 | stateful-security-group 2025-04-17 12:59:54.174 | subnet_onboard 2025-04-17 12:59:54.174 | subnet-service-types 2025-04-17 12:59:54.174 | subnet_allocation 2025-04-17 12:59:54.174 | subnetpool-prefix-ops 2025-04-17 12:59:54.174 | standard-attr-tag 2025-04-17 12:59:54.174 | standard-attr-timestamp 2025-04-17 12:59:54.174 | nsxt-ops =~ external-net ]] 2025-04-17 12:59:54.176 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-17 12:59:54.178 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:218 : [[ True == \T\r\u\e ]] 2025-04-17 12:59:54.181 | ++ 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-17 12:59:55.418 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:59:55.421 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:220 : ROUTER_ID=5fa89f3e-d4bf-430f-a982-45f593733721 2025-04-17 12:59:55.423 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:221 : die_if_not_set 221 ROUTER_ID 'Failure creating router router1' 2025-04-17 12:59:55.425 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-17 12:59:55.440 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : EXTERNAL_NETWORK_FLAGS=--external 2025-04-17 12:59:55.442 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:229 : is_networking_extension_supported auto-allocated-topology 2025-04-17 12:59:55.444 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=auto-allocated-topology 2025-04-17 12:59:55.447 | ++ 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-17 12:59:56.623 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:59:56.626 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-17 12:59:56.626 | address-scope 2025-04-17 12:59:56.626 | router-admin-state-down-before-update 2025-04-17 12:59:56.626 | agent 2025-04-17 12:59:56.626 | agent-resources-synced 2025-04-17 12:59:56.626 | allowed-address-pairs 2025-04-17 12:59:56.626 | auto-allocated-topology 2025-04-17 12:59:56.626 | availability_zone 2025-04-17 12:59:56.626 | availability_zone_filter 2025-04-17 12:59:56.626 | default-subnetpools 2025-04-17 12:59:56.626 | dhcp_agent_scheduler 2025-04-17 12:59:56.626 | dvr 2025-04-17 12:59:56.626 | empty-string-filtering 2025-04-17 12:59:56.626 | external-net 2025-04-17 12:59:56.626 | extra_dhcp_opt 2025-04-17 12:59:56.626 | extraroute 2025-04-17 12:59:56.626 | extraroute-atomic 2025-04-17 12:59:56.626 | filter-validation 2025-04-17 12:59:56.626 | floating-ip-port-forwarding-detail 2025-04-17 12:59:56.626 | fip-port-details 2025-04-17 12:59:56.626 | flavors 2025-04-17 12:59:56.626 | floatingip-pools 2025-04-17 12:59:56.626 | ip-substring-filtering 2025-04-17 12:59:56.626 | router 2025-04-17 12:59:56.626 | ext-gw-mode 2025-04-17 12:59:56.626 | l3-ha 2025-04-17 12:59:56.626 | l3-flavors 2025-04-17 12:59:56.626 | l3-port-ip-change-not-allowed 2025-04-17 12:59:56.626 | l3_agent_scheduler 2025-04-17 12:59:56.626 | multi-provider 2025-04-17 12:59:56.626 | net-mtu 2025-04-17 12:59:56.626 | net-mtu-writable 2025-04-17 12:59:56.626 | network_availability_zone 2025-04-17 12:59:56.626 | network_ha 2025-04-17 12:59:56.626 | network-ip-availability 2025-04-17 12:59:56.626 | pagination 2025-04-17 12:59:56.626 | port-device-profile 2025-04-17 12:59:56.626 | port-mac-override 2025-04-17 12:59:56.627 | port-mac-address-regenerate 2025-04-17 12:59:56.627 | port-numa-affinity-policy 2025-04-17 12:59:56.627 | binding 2025-04-17 12:59:56.627 | binding-extended 2025-04-17 12:59:56.627 | port-security 2025-04-17 12:59:56.627 | project-id 2025-04-17 12:59:56.627 | provider 2025-04-17 12:59:56.627 | quota-check-limit 2025-04-17 12:59:56.627 | quotas 2025-04-17 12:59:56.627 | quota_details 2025-04-17 12:59:56.627 | rbac-policies 2025-04-17 12:59:56.627 | rbac-address-group 2025-04-17 12:59:56.627 | rbac-address-scope 2025-04-17 12:59:56.627 | rbac-security-groups 2025-04-17 12:59:56.627 | rbac-subnetpool 2025-04-17 12:59:56.627 | revision-if-match 2025-04-17 12:59:56.627 | standard-attr-revisions 2025-04-17 12:59:56.627 | router_availability_zone 2025-04-17 12:59:56.627 | security-groups-default-rules 2025-04-17 12:59:56.627 | security-groups-normalized-cidr 2025-04-17 12:59:56.627 | port-security-groups-filtering 2025-04-17 12:59:56.627 | security-groups-remote-address-group 2025-04-17 12:59:56.627 | security-groups-shared-filtering 2025-04-17 12:59:56.627 | security-group 2025-04-17 12:59:56.627 | service-type 2025-04-17 12:59:56.627 | sorting 2025-04-17 12:59:56.627 | standard-attr-description 2025-04-17 12:59:56.627 | stateful-security-group 2025-04-17 12:59:56.627 | subnet_onboard 2025-04-17 12:59:56.627 | subnet-service-types 2025-04-17 12:59:56.627 | subnet_allocation 2025-04-17 12:59:56.627 | subnetpool-prefix-ops 2025-04-17 12:59:56.627 | standard-attr-tag 2025-04-17 12:59:56.627 | standard-attr-timestamp 2025-04-17 12:59:56.627 | nsxt-ops' 2025-04-17 12:59:56.629 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-17 12:59:56.629 | address-scope 2025-04-17 12:59:56.629 | router-admin-state-down-before-update 2025-04-17 12:59:56.629 | agent 2025-04-17 12:59:56.629 | agent-resources-synced 2025-04-17 12:59:56.629 | allowed-address-pairs 2025-04-17 12:59:56.629 | auto-allocated-topology 2025-04-17 12:59:56.629 | availability_zone 2025-04-17 12:59:56.629 | availability_zone_filter 2025-04-17 12:59:56.629 | default-subnetpools 2025-04-17 12:59:56.629 | dhcp_agent_scheduler 2025-04-17 12:59:56.629 | dvr 2025-04-17 12:59:56.629 | empty-string-filtering 2025-04-17 12:59:56.629 | external-net 2025-04-17 12:59:56.629 | extra_dhcp_opt 2025-04-17 12:59:56.629 | extraroute 2025-04-17 12:59:56.629 | extraroute-atomic 2025-04-17 12:59:56.629 | filter-validation 2025-04-17 12:59:56.629 | floating-ip-port-forwarding-detail 2025-04-17 12:59:56.629 | fip-port-details 2025-04-17 12:59:56.629 | flavors 2025-04-17 12:59:56.629 | floatingip-pools 2025-04-17 12:59:56.629 | ip-substring-filtering 2025-04-17 12:59:56.629 | router 2025-04-17 12:59:56.629 | ext-gw-mode 2025-04-17 12:59:56.629 | l3-ha 2025-04-17 12:59:56.629 | l3-flavors 2025-04-17 12:59:56.629 | l3-port-ip-change-not-allowed 2025-04-17 12:59:56.629 | l3_agent_scheduler 2025-04-17 12:59:56.629 | multi-provider 2025-04-17 12:59:56.629 | net-mtu 2025-04-17 12:59:56.629 | net-mtu-writable 2025-04-17 12:59:56.629 | network_availability_zone 2025-04-17 12:59:56.629 | network_ha 2025-04-17 12:59:56.629 | network-ip-availability 2025-04-17 12:59:56.629 | pagination 2025-04-17 12:59:56.629 | port-device-profile 2025-04-17 12:59:56.629 | port-mac-override 2025-04-17 12:59:56.629 | port-mac-address-regenerate 2025-04-17 12:59:56.629 | port-numa-affinity-policy 2025-04-17 12:59:56.629 | binding 2025-04-17 12:59:56.629 | binding-extended 2025-04-17 12:59:56.629 | port-security 2025-04-17 12:59:56.629 | project-id 2025-04-17 12:59:56.629 | provider 2025-04-17 12:59:56.629 | quota-check-limit 2025-04-17 12:59:56.629 | quotas 2025-04-17 12:59:56.629 | quota_details 2025-04-17 12:59:56.629 | rbac-policies 2025-04-17 12:59:56.629 | rbac-address-group 2025-04-17 12:59:56.629 | rbac-address-scope 2025-04-17 12:59:56.629 | rbac-security-groups 2025-04-17 12:59:56.629 | rbac-subnetpool 2025-04-17 12:59:56.629 | revision-if-match 2025-04-17 12:59:56.629 | standard-attr-revisions 2025-04-17 12:59:56.629 | router_availability_zone 2025-04-17 12:59:56.629 | security-groups-default-rules 2025-04-17 12:59:56.629 | security-groups-normalized-cidr 2025-04-17 12:59:56.629 | port-security-groups-filtering 2025-04-17 12:59:56.629 | security-groups-remote-address-group 2025-04-17 12:59:56.629 | security-groups-shared-filtering 2025-04-17 12:59:56.629 | security-group 2025-04-17 12:59:56.629 | service-type 2025-04-17 12:59:56.629 | sorting 2025-04-17 12:59:56.629 | standard-attr-description 2025-04-17 12:59:56.629 | stateful-security-group 2025-04-17 12:59:56.629 | subnet_onboard 2025-04-17 12:59:56.629 | subnet-service-types 2025-04-17 12:59:56.629 | subnet_allocation 2025-04-17 12:59:56.629 | subnetpool-prefix-ops 2025-04-17 12:59:56.629 | standard-attr-tag 2025-04-17 12:59:56.629 | standard-attr-timestamp 2025-04-17 12:59:56.629 | nsxt-ops =~ auto-allocated-topology ]] 2025-04-17 12:59:56.631 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-17 12:59:56.633 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:230 : EXTERNAL_NETWORK_FLAGS='--external --default' 2025-04-17 12:59:56.635 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:233 : '[' True = True ']' 2025-04-17 12:59:56.638 | ++ 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-17 12:59:57.929 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 12:59:57.931 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : EXT_NET_ID=1ae432cf-3c75-4ff5-81af-cfe7ce201747 2025-04-17 12:59:57.933 | + 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-17 12:59:57.935 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-17 12:59:57.950 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:240 : [[ 4 =~ 4.* ]] 2025-04-17 12:59:57.952 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:242 : _neutron_configure_router_v4 2025-04-17 12:59:57.954 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router add subnet 5fa89f3e-d4bf-430f-a982-45f593733721 b9c1238b-5bb9-4766-a855-597a5609d0ee 2025-04-17 13:00:00.062 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:323 : local id_and_ext_gw_ip 2025-04-17 13:00:00.064 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:324 : _neutron_create_public_subnet_v4 1ae432cf-3c75-4ff5-81af-cfe7ce201747 2025-04-17 13:00:00.066 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:294 : local 'subnet_params=--ip-version 4 ' 2025-04-17 13:00:00.068 | ++ 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-17 13:00:00.070 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : [[ -n 10.180.180.1 ]] 2025-04-17 13:00:00.072 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:297 : subnet_params+='--gateway 10.180.180.1 ' 2025-04-17 13:00:00.074 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:299 : subnet_params+='--network 1ae432cf-3c75-4ff5-81af-cfe7ce201747 --subnet-range 10.180.180.0/24 --no-dhcp ' 2025-04-17 13:00:00.076 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:300 : subnet_params+=public-subnet 2025-04-17 13:00:00.077 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:301 : local id_and_ext_gw_ip 2025-04-17 13:00:00.081 | +++ 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 1ae432cf-3c75-4ff5-81af-cfe7ce201747 --subnet-range 10.180.180.0/24 --no-dhcp public-subnet 2025-04-17 13:00:00.081 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 : grep -e gateway_ip -e ' id ' 2025-04-17 13:00:01.500 | +++ functions-common:oscwrap:2440 : return 0 2025-04-17 13:00:01.503 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | 2025-04-17 13:00:01.503 | | id | d977464a-f345-4f1d-9cfe-21f668bace3f |' 2025-04-17 13:00:01.506 | ++ 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-17 13:00:01.507 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2025-04-17 13:00:01.521 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:304 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' d977464a-f345-4f1d-9cfe-21f668bace3f '|' 2025-04-17 13:00:01.523 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:324 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | | id | d977464a-f345-4f1d-9cfe-21f668bace3f |' 2025-04-17 13:00:01.525 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:325 : local ext_gw_ip 2025-04-17 13:00:01.528 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' d977464a-f345-4f1d-9cfe-21f668bace3f '|' 2025-04-17 13:00:01.528 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : get_field 2 2025-04-17 13:00:01.530 | ++ functions-common:get_field:789 : local data field 2025-04-17 13:00:01.532 | ++ functions-common:get_field:790 : read data 2025-04-17 13:00:01.533 | ++ functions-common:get_field:791 : '[' 2 -lt 0 ']' 2025-04-17 13:00:01.536 | ++ functions-common:get_field:794 : field='$3' 2025-04-17 13:00:01.538 | ++ functions-common:get_field:796 : echo '| gateway_ip | 10.180.180.1 | | id | d977464a-f345-4f1d-9cfe-21f668bace3f |' 2025-04-17 13:00:01.540 | ++ functions-common:get_field:796 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2025-04-17 13:00:01.544 | ++ functions-common:get_field:790 : read data 2025-04-17 13:00:01.546 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : ext_gw_ip=10.180.180.1 2025-04-17 13:00:01.549 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' d977464a-f345-4f1d-9cfe-21f668bace3f '|' 2025-04-17 13:00:01.550 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : get_field 5 2025-04-17 13:00:01.552 | ++ functions-common:get_field:789 : local data field 2025-04-17 13:00:01.554 | ++ functions-common:get_field:790 : read data 2025-04-17 13:00:01.556 | ++ functions-common:get_field:791 : '[' 5 -lt 0 ']' 2025-04-17 13:00:01.558 | ++ functions-common:get_field:794 : field='$6' 2025-04-17 13:00:01.561 | ++ functions-common:get_field:796 : echo '| gateway_ip | 10.180.180.1 | | id | d977464a-f345-4f1d-9cfe-21f668bace3f |' 2025-04-17 13:00:01.561 | ++ functions-common:get_field:796 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2025-04-17 13:00:01.565 | ++ functions-common:get_field:790 : read data 2025-04-17 13:00:01.568 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : PUB_SUBNET_ID=d977464a-f345-4f1d-9cfe-21f668bace3f 2025-04-17 13:00:01.570 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:329 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router set --external-gateway 1ae432cf-3c75-4ff5-81af-cfe7ce201747 5fa89f3e-d4bf-430f-a982-45f593733721 2025-04-17 13:00:03.532 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:332 : [[ openvswitch == \o\v\n ]] 2025-04-17 13:00:03.534 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:332 : is_service_enabled q-l3 neutron-l3 2025-04-17 13:00:03.546 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 13:00:03.548 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:334 : local ext_gw_interface=none 2025-04-17 13:00:03.550 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:335 : is_neutron_ovs_base_plugin 2025-04-17 13:00:03.552 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:23 : return 0 2025-04-17 13:00:03.555 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:336 : _neutron_get_ext_gw_interface 2025-04-17 13:00:03.557 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:144 : [[ False == \T\r\u\e ]] 2025-04-17 13:00:03.559 | ++ 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-17 13:00:03.571 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:151 : echo br-ex 2025-04-17 13:00:03.574 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:336 : ext_gw_interface=br-ex 2025-04-17 13:00:03.576 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:348 : [[ br-ex != \n\o\n\e ]] 2025-04-17 13:00:03.578 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:349 : local cidr_len=24 2025-04-17 13:00:03.579 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : local 'testcmd=ip -o link | grep -q br-ex' 2025-04-17 13:00:03.581 | + 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-17 13:00:03.583 | + functions-common:test_with_retry:2338 : local 'testcmd=ip -o link | grep -q br-ex' 2025-04-17 13:00:03.585 | + functions-common:test_with_retry:2339 : local 'failmsg=br-ex creation failed' 2025-04-17 13:00:03.587 | + functions-common:test_with_retry:2340 : local until=10 2025-04-17 13:00:03.589 | + functions-common:test_with_retry:2341 : local sleep=0.5 2025-04-17 13:00:03.591 | + functions-common:test_with_retry:2343 : time_start test_with_retry 2025-04-17 13:00:03.593 | + functions-common:time_start:2386 : local name=test_with_retry 2025-04-17 13:00:03.595 | + functions-common:time_start:2387 : local start_time= 2025-04-17 13:00:03.597 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 13:00:03.600 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 13:00:03.603 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894803601 2025-04-17 13:00:03.605 | + 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-17 13:00:03.611 | + functions-common:test_with_retry:2347 : time_stop test_with_retry 2025-04-17 13:00:03.613 | + functions-common:time_stop:2400 : local name 2025-04-17 13:00:03.615 | + functions-common:time_stop:2401 : local end_time 2025-04-17 13:00:03.617 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 13:00:03.620 | + functions-common:time_stop:2403 : local total 2025-04-17 13:00:03.622 | + functions-common:time_stop:2404 : local start_time 2025-04-17 13:00:03.624 | + functions-common:time_stop:2406 : name=test_with_retry 2025-04-17 13:00:03.626 | + functions-common:time_stop:2407 : start_time=1744894803601 2025-04-17 13:00:03.628 | + functions-common:time_stop:2409 : [[ -z 1744894803601 ]] 2025-04-17 13:00:03.631 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 13:00:03.634 | + functions-common:time_stop:2412 : end_time=1744894803632 2025-04-17 13:00:03.636 | + functions-common:time_stop:2413 : elapsed_time=31 2025-04-17 13:00:03.638 | + functions-common:time_stop:2414 : total=3062 2025-04-17 13:00:03.639 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 13:00:03.641 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3093 2025-04-17 13:00:03.646 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : ip addr show dev br-ex 2025-04-17 13:00:03.646 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : grep -c 10.180.180.1 2025-04-17 13:00:03.650 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ 0 == 0 ]] 2025-04-17 13:00:03.652 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ True == \F\a\l\s\e ]] 2025-04-17 13:00:03.654 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ False == \T\r\u\e ]] 2025-04-17 13:00:03.656 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ False == \T\r\u\e ]] 2025-04-17 13:00:03.659 | ++ 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-17 13:00:03.660 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : cut -f2 '-d'\''' 2025-04-17 13:00:03.660 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : tr '\n' ' ' 2025-04-17 13:00:03.660 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : awk -Fip_address '{ print $2 }' 2025-04-17 13:00:04.840 | ++ functions-common:oscwrap:2440 : return 0 2025-04-17 13:00:04.844 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : ROUTER_GW_IP=' 10.180.180.129 ' 2025-04-17 13:00:04.846 | + 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-17 13:00:04.848 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-17 13:00:04.864 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:359 : _neutron_set_router_id 2025-04-17 13:00:04.866 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:137 : [[ True == \F\a\l\s\e ]] 2025-04-17 13:00:04.868 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:245 : [[ 4 =~ .*6 ]] 2025-04-17 13:00:04.871 | + stack.sh:main:1341 : is_service_enabled nova 2025-04-17 13:00:04.886 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 13:00:04.888 | + stack.sh:main:1342 : echo_summary 'Starting Nova' 2025-04-17 13:00:04.890 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-17 13:00:04.892 | + stack.sh:echo_summary:461 : echo -e Starting Nova 2025-04-17 13:00:04.895 | + stack.sh:main:1343 : start_nova 2025-04-17 13:00:04.898 | + lib/nova:start_nova:1184 : start_nova_rest 2025-04-17 13:00:04.899 | + 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-17 13:00:04.902 | + 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-17 13:00:04.904 | + 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-17 13:00:04.906 | + lib/nova:start_nova_rest:1096 : local compute_cell_conf=/etc/nova/nova.conf 2025-04-17 13:00:04.908 | + 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-17 13:00:04.911 | + functions-common:run_process:1654 : local service=n-sch 2025-04-17 13:00:04.913 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-17 13:00:04.915 | + functions-common:run_process:1656 : local group= 2025-04-17 13:00:04.917 | + functions-common:run_process:1657 : local user= 2025-04-17 13:00:04.920 | + functions-common:run_process:1658 : local env_vars= 2025-04-17 13:00:04.922 | + functions-common:run_process:1660 : local name=n-sch 2025-04-17 13:00:04.924 | + functions-common:run_process:1662 : time_start run_process 2025-04-17 13:00:04.926 | + functions-common:time_start:2386 : local name=run_process 2025-04-17 13:00:04.928 | + functions-common:time_start:2387 : local start_time= 2025-04-17 13:00:04.931 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 13:00:04.933 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 13:00:04.937 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894804935 2025-04-17 13:00:04.939 | + functions-common:run_process:1663 : is_service_enabled n-sch 2025-04-17 13:00:04.952 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 13:00:04.955 | + 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-17 13:00:04.957 | + functions-common:_run_under_systemd:1611 : local service=n-sch 2025-04-17 13:00:04.959 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-17 13:00:04.961 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-17 13:00:04.963 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-17 13:00:04.965 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-17 13:00:04.967 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2025-04-17 13:00:04.969 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2025-04-17 13:00:04.972 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-sch.service 2025-04-17 13:00:04.974 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-17 13:00:04.976 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-17 13:00:04.978 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-17 13:00:04.980 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-17 13:00:04.982 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2025-04-17 13:00:04.984 | + 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-17 13:00:04.986 | + functions-common:write_user_unit_file:1518 : local service=devstack@n-sch.service 2025-04-17 13:00:04.989 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-17 13:00:04.990 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-17 13:00:04.992 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-17 13:00:04.994 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-17 13:00:04.996 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-17 13:00:04.998 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-17 13:00:05.000 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2025-04-17 13:00:05.002 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-17 13:00:05.006 | + 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-17 13:00:05.062 | + 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-17 13:00:05.113 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User stack 2025-04-17 13:00:05.154 | + 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-17 13:00:05.196 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2025-04-17 13:00:05.238 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2025-04-17 13:00:05.280 | + 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-17 13:00:05.322 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-17 13:00:05.324 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-17 13:00:05.326 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2025-04-17 13:00:05.376 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-17 13:00:05.628 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-sch.service 2025-04-17 13:00:05.640 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2025-04-17 13:00:05.874 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-sch.service 2025-04-17 13:00:05.902 | + functions-common:run_process:1666 : time_stop run_process 2025-04-17 13:00:05.905 | + functions-common:time_stop:2400 : local name 2025-04-17 13:00:05.907 | + functions-common:time_stop:2401 : local end_time 2025-04-17 13:00:05.909 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 13:00:05.911 | + functions-common:time_stop:2403 : local total 2025-04-17 13:00:05.914 | + functions-common:time_stop:2404 : local start_time 2025-04-17 13:00:05.916 | + functions-common:time_stop:2406 : name=run_process 2025-04-17 13:00:05.919 | + functions-common:time_stop:2407 : start_time=1744894804935 2025-04-17 13:00:05.921 | + functions-common:time_stop:2409 : [[ -z 1744894804935 ]] 2025-04-17 13:00:05.923 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 13:00:05.927 | + functions-common:time_stop:2412 : end_time=1744894805924 2025-04-17 13:00:05.929 | + functions-common:time_stop:2413 : elapsed_time=989 2025-04-17 13:00:05.930 | + functions-common:time_stop:2414 : total=8513 2025-04-17 13:00:05.932 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 13:00:05.934 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9502 2025-04-17 13:00:05.937 | + lib/nova:start_nova_rest:1099 : '[' True == False ']' 2025-04-17 13:00:05.940 | ++ lib/nova:start_nova_rest:1102 : which uwsgi 2025-04-17 13:00:05.944 | + 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-17 13:00:05.946 | + functions-common:run_process:1654 : local service=n-api-meta 2025-04-17 13:00:05.948 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-17 13:00:05.950 | + functions-common:run_process:1656 : local group= 2025-04-17 13:00:05.952 | + functions-common:run_process:1657 : local user= 2025-04-17 13:00:05.954 | + functions-common:run_process:1658 : local env_vars= 2025-04-17 13:00:05.956 | + functions-common:run_process:1660 : local name=n-api-meta 2025-04-17 13:00:05.958 | + functions-common:run_process:1662 : time_start run_process 2025-04-17 13:00:05.960 | + functions-common:time_start:2386 : local name=run_process 2025-04-17 13:00:05.962 | + functions-common:time_start:2387 : local start_time= 2025-04-17 13:00:05.964 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 13:00:05.967 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 13:00:05.970 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894805968 2025-04-17 13:00:05.972 | + functions-common:run_process:1663 : is_service_enabled n-api-meta 2025-04-17 13:00:05.987 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 13:00:05.989 | + 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-17 13:00:05.991 | + functions-common:_run_under_systemd:1611 : local service=n-api-meta 2025-04-17 13:00:05.993 | + 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-17 13:00:05.996 | + 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-17 13:00:05.998 | + 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-17 13:00:06.000 | + 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-17 13:00:06.002 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] 2025-04-17 13:00:06.004 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2025-04-17 13:00:06.006 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-api-meta.service 2025-04-17 13:00:06.008 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-17 13:00:06.010 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-17 13:00:06.012 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-17 13:00:06.014 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-17 13:00:06.016 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] 2025-04-17 13:00:06.019 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-17 13:00:06.021 | + 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-17 13:00:06.023 | + 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-17 13:00:06.025 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@n-api-meta.service 2025-04-17 13:00:06.027 | + 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-17 13:00:06.028 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-17 13:00:06.030 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-17 13:00:06.033 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-17 13:00:06.034 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2025-04-17 13:00:06.037 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-17 13:00:06.040 | + 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-17 13:00:06.091 | + 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-17 13:00:06.143 | + 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-17 13:00:06.187 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User stack 2025-04-17 13:00:06.231 | + 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-17 13:00:06.277 | + 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-17 13:00:06.321 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2025-04-17 13:00:06.366 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2025-04-17 13:00:06.411 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2025-04-17 13:00:06.460 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2025-04-17 13:00:06.505 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2025-04-17 13:00:06.556 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-17 13:00:06.558 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-17 13:00:06.560 | + 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-17 13:00:06.611 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-17 13:00:06.897 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-api-meta.service 2025-04-17 13:00:06.907 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. 2025-04-17 13:00:07.136 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-api-meta.service 2025-04-17 13:00:07.191 | + functions-common:run_process:1666 : time_stop run_process 2025-04-17 13:00:07.193 | + functions-common:time_stop:2400 : local name 2025-04-17 13:00:07.195 | + functions-common:time_stop:2401 : local end_time 2025-04-17 13:00:07.198 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 13:00:07.200 | + functions-common:time_stop:2403 : local total 2025-04-17 13:00:07.202 | + functions-common:time_stop:2404 : local start_time 2025-04-17 13:00:07.204 | + functions-common:time_stop:2406 : name=run_process 2025-04-17 13:00:07.206 | + functions-common:time_stop:2407 : start_time=1744894805968 2025-04-17 13:00:07.208 | + functions-common:time_stop:2409 : [[ -z 1744894805968 ]] 2025-04-17 13:00:07.212 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 13:00:07.215 | + functions-common:time_stop:2412 : end_time=1744894807213 2025-04-17 13:00:07.217 | + functions-common:time_stop:2413 : elapsed_time=1245 2025-04-17 13:00:07.219 | + functions-common:time_stop:2414 : total=9502 2025-04-17 13:00:07.221 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 13:00:07.223 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10747 2025-04-17 13:00:07.225 | + 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-17 13:00:07.228 | + 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-17 13:00:07.230 | + lib/nova:start_nova:1185 : start_nova_console_proxies 2025-04-17 13:00:07.232 | + 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-17 13:00:07.234 | + 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-17 13:00:07.237 | + 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-17 13:00:07.239 | + lib/nova:start_nova_console_proxies:1124 : local api_cell_conf=/etc/nova/nova.conf 2025-04-17 13:00:07.241 | + 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-17 13:00:07.243 | + 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-17 13:00:07.245 | + functions-common:run_process:1654 : local service=n-novnc 2025-04-17 13:00:07.247 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2025-04-17 13:00:07.249 | + functions-common:run_process:1656 : local group= 2025-04-17 13:00:07.251 | + functions-common:run_process:1657 : local user= 2025-04-17 13:00:07.253 | + functions-common:run_process:1658 : local env_vars= 2025-04-17 13:00:07.255 | + functions-common:run_process:1660 : local name=n-novnc 2025-04-17 13:00:07.257 | + functions-common:run_process:1662 : time_start run_process 2025-04-17 13:00:07.259 | + functions-common:time_start:2386 : local name=run_process 2025-04-17 13:00:07.261 | + functions-common:time_start:2387 : local start_time= 2025-04-17 13:00:07.263 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 13:00:07.266 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 13:00:07.269 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894807267 2025-04-17 13:00:07.271 | + functions-common:run_process:1663 : is_service_enabled n-novnc 2025-04-17 13:00:07.285 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 13:00:07.287 | + functions-common:run_process:1666 : time_stop run_process 2025-04-17 13:00:07.290 | + functions-common:time_stop:2400 : local name 2025-04-17 13:00:07.292 | + functions-common:time_stop:2401 : local end_time 2025-04-17 13:00:07.294 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 13:00:07.296 | + functions-common:time_stop:2403 : local total 2025-04-17 13:00:07.298 | + functions-common:time_stop:2404 : local start_time 2025-04-17 13:00:07.300 | + functions-common:time_stop:2406 : name=run_process 2025-04-17 13:00:07.302 | + functions-common:time_stop:2407 : start_time=1744894807267 2025-04-17 13:00:07.304 | + functions-common:time_stop:2409 : [[ -z 1744894807267 ]] 2025-04-17 13:00:07.307 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 13:00:07.310 | + functions-common:time_stop:2412 : end_time=1744894807308 2025-04-17 13:00:07.312 | + functions-common:time_stop:2413 : elapsed_time=41 2025-04-17 13:00:07.314 | + functions-common:time_stop:2414 : total=10747 2025-04-17 13:00:07.316 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 13:00:07.318 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10788 2025-04-17 13:00:07.320 | + 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-17 13:00:07.322 | + functions-common:run_process:1654 : local service=n-spice 2025-04-17 13:00:07.325 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2025-04-17 13:00:07.327 | + functions-common:run_process:1656 : local group= 2025-04-17 13:00:07.329 | + functions-common:run_process:1657 : local user= 2025-04-17 13:00:07.331 | + functions-common:run_process:1658 : local env_vars= 2025-04-17 13:00:07.333 | + functions-common:run_process:1660 : local name=n-spice 2025-04-17 13:00:07.335 | + functions-common:run_process:1662 : time_start run_process 2025-04-17 13:00:07.337 | + functions-common:time_start:2386 : local name=run_process 2025-04-17 13:00:07.339 | + functions-common:time_start:2387 : local start_time= 2025-04-17 13:00:07.341 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 13:00:07.344 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 13:00:07.347 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894807345 2025-04-17 13:00:07.350 | + functions-common:run_process:1663 : is_service_enabled n-spice 2025-04-17 13:00:07.363 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 13:00:07.366 | + functions-common:run_process:1666 : time_stop run_process 2025-04-17 13:00:07.368 | + functions-common:time_stop:2400 : local name 2025-04-17 13:00:07.370 | + functions-common:time_stop:2401 : local end_time 2025-04-17 13:00:07.372 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 13:00:07.374 | + functions-common:time_stop:2403 : local total 2025-04-17 13:00:07.376 | + functions-common:time_stop:2404 : local start_time 2025-04-17 13:00:07.378 | + functions-common:time_stop:2406 : name=run_process 2025-04-17 13:00:07.380 | + functions-common:time_stop:2407 : start_time=1744894807345 2025-04-17 13:00:07.382 | + functions-common:time_stop:2409 : [[ -z 1744894807345 ]] 2025-04-17 13:00:07.385 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 13:00:07.388 | + functions-common:time_stop:2412 : end_time=1744894807386 2025-04-17 13:00:07.390 | + functions-common:time_stop:2413 : elapsed_time=41 2025-04-17 13:00:07.392 | + functions-common:time_stop:2414 : total=10788 2025-04-17 13:00:07.395 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 13:00:07.397 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10829 2025-04-17 13:00:07.399 | + 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-17 13:00:07.401 | + functions-common:run_process:1654 : local service=n-sproxy 2025-04-17 13:00:07.403 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2025-04-17 13:00:07.405 | + functions-common:run_process:1656 : local group= 2025-04-17 13:00:07.407 | + functions-common:run_process:1657 : local user= 2025-04-17 13:00:07.409 | + functions-common:run_process:1658 : local env_vars= 2025-04-17 13:00:07.411 | + functions-common:run_process:1660 : local name=n-sproxy 2025-04-17 13:00:07.413 | + functions-common:run_process:1662 : time_start run_process 2025-04-17 13:00:07.415 | + functions-common:time_start:2386 : local name=run_process 2025-04-17 13:00:07.417 | + functions-common:time_start:2387 : local start_time= 2025-04-17 13:00:07.419 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 13:00:07.422 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 13:00:07.425 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894807423 2025-04-17 13:00:07.427 | + functions-common:run_process:1663 : is_service_enabled n-sproxy 2025-04-17 13:00:07.441 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 13:00:07.444 | + functions-common:run_process:1666 : time_stop run_process 2025-04-17 13:00:07.446 | + functions-common:time_stop:2400 : local name 2025-04-17 13:00:07.448 | + functions-common:time_stop:2401 : local end_time 2025-04-17 13:00:07.450 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 13:00:07.453 | + functions-common:time_stop:2403 : local total 2025-04-17 13:00:07.454 | + functions-common:time_stop:2404 : local start_time 2025-04-17 13:00:07.456 | + functions-common:time_stop:2406 : name=run_process 2025-04-17 13:00:07.458 | + functions-common:time_stop:2407 : start_time=1744894807423 2025-04-17 13:00:07.460 | + functions-common:time_stop:2409 : [[ -z 1744894807423 ]] 2025-04-17 13:00:07.463 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 13:00:07.467 | + functions-common:time_stop:2412 : end_time=1744894807464 2025-04-17 13:00:07.469 | + functions-common:time_stop:2413 : elapsed_time=41 2025-04-17 13:00:07.474 | + functions-common:time_stop:2414 : total=10829 2025-04-17 13:00:07.474 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 13:00:07.475 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10870 2025-04-17 13:00:07.477 | + 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-17 13:00:07.479 | + 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-17 13:00:07.482 | + lib/nova:start_nova:1186 : start_nova_conductor 2025-04-17 13:00:07.484 | + lib/nova:start_nova_conductor:1154 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-17 13:00:07.486 | + lib/nova:start_nova_conductor:1155 : echo 'Starting nova-conductor in a cellsv1-compatible way' 2025-04-17 13:00:07.486 | Starting nova-conductor in a cellsv1-compatible way 2025-04-17 13:00:07.492 | + 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-17 13:00:07.494 | + functions-common:run_process:1654 : local service=n-cond 2025-04-17 13:00:07.496 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-17 13:00:07.498 | + functions-common:run_process:1656 : local group= 2025-04-17 13:00:07.500 | + functions-common:run_process:1657 : local user= 2025-04-17 13:00:07.502 | + functions-common:run_process:1658 : local env_vars= 2025-04-17 13:00:07.506 | + functions-common:run_process:1660 : local name=n-cond 2025-04-17 13:00:07.506 | + functions-common:run_process:1662 : time_start run_process 2025-04-17 13:00:07.509 | + functions-common:time_start:2386 : local name=run_process 2025-04-17 13:00:07.511 | + functions-common:time_start:2387 : local start_time= 2025-04-17 13:00:07.513 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 13:00:07.517 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 13:00:07.520 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894807517 2025-04-17 13:00:07.522 | + functions-common:run_process:1663 : is_service_enabled n-cond 2025-04-17 13:00:07.536 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 13:00:07.538 | + 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-17 13:00:07.540 | + functions-common:_run_under_systemd:1611 : local service=n-cond 2025-04-17 13:00:07.543 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-17 13:00:07.545 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-17 13:00:07.547 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-17 13:00:07.549 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-17 13:00:07.551 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2025-04-17 13:00:07.553 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2025-04-17 13:00:07.555 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-cond.service 2025-04-17 13:00:07.557 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-17 13:00:07.559 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-17 13:00:07.561 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-17 13:00:07.564 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-17 13:00:07.566 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2025-04-17 13:00:07.568 | + 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-17 13:00:07.570 | + functions-common:write_user_unit_file:1518 : local service=devstack@n-cond.service 2025-04-17 13:00:07.574 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-17 13:00:07.576 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-17 13:00:07.578 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-17 13:00:07.580 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-17 13:00:07.581 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-17 13:00:07.583 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-17 13:00:07.585 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@n-cond.service 2025-04-17 13:00:07.588 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-17 13:00:07.591 | + 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-17 13:00:07.648 | + 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-17 13:00:07.706 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service User stack 2025-04-17 13:00:07.749 | + 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-17 13:00:07.791 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service KillMode process 2025-04-17 13:00:07.833 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service TimeoutStopSec 300 2025-04-17 13:00:07.875 | + 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-17 13:00:07.917 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-17 13:00:07.919 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-17 13:00:07.921 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Install WantedBy multi-user.target 2025-04-17 13:00:07.973 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-17 13:00:08.214 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-cond.service 2025-04-17 13:00:08.234 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond.service → /etc/systemd/system/devstack@n-cond.service. 2025-04-17 13:00:08.481 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-cond.service 2025-04-17 13:00:08.504 | + functions-common:run_process:1666 : time_stop run_process 2025-04-17 13:00:08.506 | + functions-common:time_stop:2400 : local name 2025-04-17 13:00:08.511 | + functions-common:time_stop:2401 : local end_time 2025-04-17 13:00:08.513 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 13:00:08.518 | + functions-common:time_stop:2403 : local total 2025-04-17 13:00:08.520 | + functions-common:time_stop:2404 : local start_time 2025-04-17 13:00:08.522 | + functions-common:time_stop:2406 : name=run_process 2025-04-17 13:00:08.524 | + functions-common:time_stop:2407 : start_time=1744894807517 2025-04-17 13:00:08.529 | + functions-common:time_stop:2409 : [[ -z 1744894807517 ]] 2025-04-17 13:00:08.531 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 13:00:08.535 | + functions-common:time_stop:2412 : end_time=1744894808533 2025-04-17 13:00:08.538 | + functions-common:time_stop:2413 : elapsed_time=1016 2025-04-17 13:00:08.540 | + functions-common:time_stop:2414 : total=10870 2025-04-17 13:00:08.542 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 13:00:08.545 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11886 2025-04-17 13:00:08.547 | + lib/nova:start_nova_conductor:1157 : return 2025-04-17 13:00:08.549 | + lib/nova:start_nova:1187 : start_nova_compute 2025-04-17 13:00:08.555 | + 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-17 13:00:08.557 | + 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-17 13:00:08.562 | + 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-17 13:00:08.564 | + lib/nova:start_nova_compute:1017 : local compute_cell_conf=/etc/nova/nova.conf 2025-04-17 13:00:08.570 | + lib/nova:start_nova_compute:1020 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2025-04-17 13:00:08.573 | + lib/nova:start_nova_compute:1022 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2025-04-17 13:00:08.575 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-17 13:00:08.580 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-17 13:00:08.582 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2025-04-17 13:00:08.584 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-17 13:00:08.587 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2025-04-17 13:00:08.589 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2025-04-17 13:00:08.593 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2025-04-17 13:00:08.595 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2025-04-17 13:00:08.598 | + inc/meta-config:merge_config_file:164 : read a 2025-04-17 13:00:08.598 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2025-04-17 13:00:08.599 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2025-04-17 13:00:08.599 | BEGIN { 2025-04-17 13:00:08.599 | section = "" 2025-04-17 13:00:08.599 | last_section = "" 2025-04-17 13:00:08.599 | section_count = 0 2025-04-17 13:00:08.599 | } 2025-04-17 13:00:08.599 | /^\[.+\]/ { 2025-04-17 13:00:08.599 | gsub("[][]", "", $1); 2025-04-17 13:00:08.599 | section=$1 2025-04-17 13:00:08.599 | next 2025-04-17 13:00:08.599 | } 2025-04-17 13:00:08.599 | /^ *\#/ { 2025-04-17 13:00:08.599 | next 2025-04-17 13:00:08.599 | } 2025-04-17 13:00:08.599 | /^[^ \t]+/ { 2025-04-17 13:00:08.599 | # get offset of first = in $0 2025-04-17 13:00:08.599 | eq_idx = index($0, "=") 2025-04-17 13:00:08.599 | # extract attr & value from $0 2025-04-17 13:00:08.599 | attr = substr($0, 1, eq_idx - 1) 2025-04-17 13:00:08.599 | value = substr($0, eq_idx + 1) 2025-04-17 13:00:08.599 | # only need to strip trailing whitespace from attr 2025-04-17 13:00:08.599 | sub(/[ \t]*$/, "", attr) 2025-04-17 13:00:08.599 | # need to strip leading & trailing whitespace from value 2025-04-17 13:00:08.599 | sub(/^[ \t]*/, "", value) 2025-04-17 13:00:08.599 | sub(/[ \t]*$/, "", value) 2025-04-17 13:00:08.599 | 2025-04-17 13:00:08.599 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-17 13:00:08.599 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-17 13:00:08.599 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-17 13:00:08.599 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-17 13:00:08.599 | if (! (section, attr) in cfg_attr_count) { 2025-04-17 13:00:08.599 | if (section != last_section) { 2025-04-17 13:00:08.599 | cfg_section[section_count++] = section 2025-04-17 13:00:08.599 | last_section = section 2025-04-17 13:00:08.599 | } 2025-04-17 13:00:08.599 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-17 13:00:08.599 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-17 13:00:08.599 | 2025-04-17 13:00:08.599 | cfg_attr[section, attr, 0] = value 2025-04-17 13:00:08.599 | cfg_attr_count[section, attr] = 1 2025-04-17 13:00:08.599 | } else { 2025-04-17 13:00:08.599 | lno = cfg_attr_count[section, attr]++ 2025-04-17 13:00:08.599 | cfg_attr[section, attr, lno] = value 2025-04-17 13:00:08.599 | } 2025-04-17 13:00:08.599 | } 2025-04-17 13:00:08.599 | END { 2025-04-17 13:00:08.599 | # Process each section in order 2025-04-17 13:00:08.599 | for (sno = 0; sno < section_count; sno++) { 2025-04-17 13:00:08.599 | section = cfg_section[sno] 2025-04-17 13:00:08.599 | # The ini routines simply append a config item immediately 2025-04-17 13:00:08.599 | # after the section header. To keep the same order as defined 2025-04-17 13:00:08.599 | # in local.conf, invoke the ini routines in the reverse order 2025-04-17 13:00:08.599 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-17 13:00:08.599 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-17 13:00:08.599 | if (cfg_attr_count[section, attr] == 1) 2025-04-17 13:00:08.599 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-17 13:00:08.599 | else { 2025-04-17 13:00:08.599 | # For multiline, invoke the ini routines in the reverse order 2025-04-17 13:00:08.599 | count = cfg_attr_count[section, attr] 2025-04-17 13:00:08.599 | print "inidelete " configfile " " section " " attr 2025-04-17 13:00:08.599 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-17 13:00:08.599 | for (l = count -2; l >= 0; l--) 2025-04-17 13:00:08.599 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-17 13:00:08.599 | } 2025-04-17 13:00:08.599 | } 2025-04-17 13:00:08.599 | } 2025-04-17 13:00:08.599 | } 2025-04-17 13:00:08.599 | ' 2025-04-17 13:00:08.601 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-17 13:00:08.601 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-17 13:00:08.603 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-17 13:00:08.605 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2025-04-17 13:00:08.607 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-17 13:00:08.609 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2025-04-17 13:00:08.611 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2025-04-17 13:00:08.611 | BEGIN { group = "" } 2025-04-17 13:00:08.611 | /^\[\[.+\|.*\]\]/ { 2025-04-17 13:00:08.611 | gsub("[][]", "", $1); 2025-04-17 13:00:08.611 | split($1, a, "|"); 2025-04-17 13:00:08.611 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-17 13:00:08.611 | group=a[1] 2025-04-17 13:00:08.611 | } else { 2025-04-17 13:00:08.611 | group="" 2025-04-17 13:00:08.611 | } 2025-04-17 13:00:08.611 | next 2025-04-17 13:00:08.611 | } 2025-04-17 13:00:08.611 | { 2025-04-17 13:00:08.611 | if (group != "") 2025-04-17 13:00:08.611 | print $0 2025-04-17 13:00:08.611 | } 2025-04-17 13:00:08.611 | ' /opt/stack/devstack/local.conf 2025-04-17 13:00:08.617 | + lib/nova:start_nova_compute:1024 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-17 13:00:08.619 | + lib/nova:start_nova_compute:1027 : echo 'Skipping multi-cell conductor fleet setup' 2025-04-17 13:00:08.619 | Skipping multi-cell conductor fleet setup 2025-04-17 13:00:08.621 | + lib/nova:start_nova_compute:1039 : inidelete /etc/nova/nova-cpu.conf database connection 2025-04-17 13:00:08.637 | + lib/nova:start_nova_compute:1040 : inidelete /etc/nova/nova-cpu.conf api_database connection 2025-04-17 13:00:08.653 | + lib/nova:start_nova_compute:1045 : configure_console_compute 2025-04-17 13:00:08.656 | + lib/nova:configure_console_compute:672 : local offset 2025-04-17 13:00:08.658 | + lib/nova:configure_console_compute:673 : offset=0 2025-04-17 13:00:08.660 | + lib/nova:configure_console_compute:677 : local default_proxyclient_addr 2025-04-17 13:00:08.662 | ++ lib/nova:configure_console_compute:678 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2025-04-17 13:00:08.678 | + lib/nova:configure_console_compute:678 : default_proxyclient_addr=10.180.1.21 2025-04-17 13:00:08.680 | + lib/nova:configure_console_compute:682 : is_service_enabled n-cpu 2025-04-17 13:00:08.693 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 13:00:08.695 | + lib/nova:configure_console_compute:698 : is_service_enabled n-novnc 2025-04-17 13:00:08.709 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 13:00:08.711 | + lib/nova:configure_console_compute:698 : '[' False '!=' False ']' 2025-04-17 13:00:08.713 | + lib/nova:configure_console_compute:706 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2025-04-17 13:00:08.740 | + lib/nova:configure_console_compute:709 : is_service_enabled n-spice 2025-04-17 13:00:08.755 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 13:00:08.758 | + lib/nova:configure_console_compute:719 : is_service_enabled n-sproxy 2025-04-17 13:00:08.772 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 13:00:08.774 | + lib/nova:start_nova_compute:1049 : iniset /etc/nova/nova-cpu.conf DEFAULT reimage_timeout_per_gb 60 2025-04-17 13:00:08.801 | + lib/nova:start_nova_compute:1052 : '[' -n '' ']' 2025-04-17 13:00:08.803 | + lib/nova:start_nova_compute:1057 : [[ vsphere == \l\i\b\v\i\r\t ]] 2025-04-17 13:00:08.805 | + lib/nova:start_nova_compute:1061 : [[ vsphere = \l\i\b\v\i\r\t ]] 2025-04-17 13:00:08.807 | + lib/nova:start_nova_compute:1066 : [[ vsphere = \l\x\d ]] 2025-04-17 13:00:08.809 | + lib/nova:start_nova_compute:1068 : [[ vsphere = \d\o\c\k\e\r ]] 2025-04-17 13:00:08.811 | + lib/nova:start_nova_compute:1068 : [[ vsphere = \z\u\n ]] 2025-04-17 13:00:08.813 | + lib/nova:start_nova_compute:1070 : [[ vsphere = \f\a\k\e ]] 2025-04-17 13:00:08.815 | + lib/nova:start_nova_compute:1081 : is_service_enabled n-cpu 2025-04-17 13:00:08.830 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 13:00:08.832 | + 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-17 13:00:08.834 | + functions-common:run_process:1654 : local service=n-cpu 2025-04-17 13:00:08.836 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2025-04-17 13:00:08.838 | + functions-common:run_process:1656 : local group= 2025-04-17 13:00:08.841 | + functions-common:run_process:1657 : local user= 2025-04-17 13:00:08.843 | + functions-common:run_process:1658 : local env_vars= 2025-04-17 13:00:08.846 | + functions-common:run_process:1660 : local name=n-cpu 2025-04-17 13:00:08.847 | + functions-common:run_process:1662 : time_start run_process 2025-04-17 13:00:08.849 | + functions-common:time_start:2386 : local name=run_process 2025-04-17 13:00:08.851 | + functions-common:time_start:2387 : local start_time= 2025-04-17 13:00:08.853 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 13:00:08.856 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 13:00:08.860 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894808857 2025-04-17 13:00:08.862 | + functions-common:run_process:1663 : is_service_enabled n-cpu 2025-04-17 13:00:08.876 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 13:00:08.878 | + functions-common:run_process:1666 : time_stop run_process 2025-04-17 13:00:08.881 | + functions-common:time_stop:2400 : local name 2025-04-17 13:00:08.883 | + functions-common:time_stop:2401 : local end_time 2025-04-17 13:00:08.885 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 13:00:08.887 | + functions-common:time_stop:2403 : local total 2025-04-17 13:00:08.889 | + functions-common:time_stop:2404 : local start_time 2025-04-17 13:00:08.891 | + functions-common:time_stop:2406 : name=run_process 2025-04-17 13:00:08.894 | + functions-common:time_stop:2407 : start_time=1744894808857 2025-04-17 13:00:08.896 | + functions-common:time_stop:2409 : [[ -z 1744894808857 ]] 2025-04-17 13:00:08.898 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 13:00:08.902 | + functions-common:time_stop:2412 : end_time=1744894808899 2025-04-17 13:00:08.903 | + functions-common:time_stop:2413 : elapsed_time=42 2025-04-17 13:00:08.906 | + functions-common:time_stop:2414 : total=11886 2025-04-17 13:00:08.908 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 13:00:08.910 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11928 2025-04-17 13:00:08.912 | + 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-17 13:00:08.914 | + 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-17 13:00:08.917 | + lib/nova:start_nova:1188 : is_service_enabled n-api 2025-04-17 13:00:08.932 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 13:00:08.934 | + lib/nova:start_nova:1190 : echo 'Dumping cells_v2 mapping' 2025-04-17 13:00:08.935 | Dumping cells_v2 mapping 2025-04-17 13:00:08.937 | + lib/nova:start_nova:1191 : /opt/stack/data/venv/bin/nova-manage cell_v2 list_cells --verbose 2025-04-17 13:00:09.390 | 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-17 13:00:10.612 | INFO dbcounter [None req-29a77892-32cd-4b52-9110-c482eb3ce205 None None] Registered counter for database nova_api 2025-04-17 13:00:10.623 | DEBUG dbcounter [-] [61074] Writer thread running {{(pid=61074) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-17 13:00:10.648 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2025-04-17 13:00:10.648 | | Name | UUID | Transport URL | Database Connection | Disabled | 2025-04-17 13:00:10.648 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2025-04-17 13:00:10.648 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter | False | 2025-04-17 13:00:10.648 | | cell1 | b8262c3e-187a-4d14-9c42-8f02010df9c1 | 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-17 13:00:10.648 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2025-04-17 13:00:10.980 | + stack.sh:main:1344 : async_runfunc create_flavors 2025-04-17 13:00:10.983 | + inc/async:async_runfunc:116 : async_run create_flavors create_flavors 2025-04-17 13:00:11.033 | + inc/async:async_inner:63 : create_flavors 2025-04-17 13:00:11.064 | [3523 Async create_flavors:61184]: running: create_flavors 2025-04-17 13:00:11.067 | + stack.sh:main:1346 : is_service_enabled cinder 2025-04-17 13:00:11.081 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 13:00:11.083 | + stack.sh:main:1347 : echo_summary 'Starting Cinder' 2025-04-17 13:00:11.085 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-17 13:00:11.087 | + stack.sh:echo_summary:461 : echo -e Starting Cinder 2025-04-17 13:00:11.090 | + stack.sh:main:1348 : start_cinder 2025-04-17 13:00:11.092 | + lib/cinder:start_cinder:595 : local service_port=8776 2025-04-17 13:00:11.094 | + lib/cinder:start_cinder:596 : local service_protocol=http 2025-04-17 13:00:11.096 | + lib/cinder:start_cinder:597 : local cinder_url 2025-04-17 13:00:11.098 | + lib/cinder:start_cinder:598 : is_service_enabled tls-proxy 2025-04-17 13:00:11.112 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 13:00:11.114 | + lib/cinder:start_cinder:602 : '[' lioadm = tgtadm ']' 2025-04-17 13:00:11.116 | + 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-17 13:00:11.119 | + lib/cinder:start_cinder:618 : '[' True == False ']' 2025-04-17 13:00:11.121 | ++ lib/cinder:start_cinder:626 : which uwsgi 2025-04-17 13:00:11.125 | + 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-17 13:00:11.127 | + functions-common:run_process:1654 : local service=c-api 2025-04-17 13:00:11.129 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-17 13:00:11.131 | + functions-common:run_process:1656 : local group= 2025-04-17 13:00:11.133 | + functions-common:run_process:1657 : local user= 2025-04-17 13:00:11.136 | + functions-common:run_process:1658 : local env_vars= 2025-04-17 13:00:11.138 | + functions-common:run_process:1660 : local name=c-api 2025-04-17 13:00:11.140 | + functions-common:run_process:1662 : time_start run_process 2025-04-17 13:00:11.142 | + functions-common:time_start:2386 : local name=run_process 2025-04-17 13:00:11.144 | + functions-common:time_start:2387 : local start_time= 2025-04-17 13:00:11.146 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 13:00:11.149 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 13:00:11.152 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894811150 2025-04-17 13:00:11.154 | + functions-common:run_process:1663 : is_service_enabled c-api 2025-04-17 13:00:11.167 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 13:00:11.169 | + 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-17 13:00:11.171 | + functions-common:_run_under_systemd:1611 : local service=c-api 2025-04-17 13:00:11.173 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-17 13:00:11.175 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-17 13:00:11.177 | + 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-17 13:00:11.179 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-17 13:00:11.181 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2025-04-17 13:00:11.183 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2025-04-17 13:00:11.185 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-api.service 2025-04-17 13:00:11.187 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-17 13:00:11.189 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-17 13:00:11.191 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-17 13:00:11.193 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-17 13:00:11.195 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2025-04-17 13:00:11.197 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-17 13:00:11.200 | + 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-17 13:00:11.202 | + 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-17 13:00:11.204 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@c-api.service 2025-04-17 13:00:11.206 | + 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-17 13:00:11.208 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-17 13:00:11.210 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-17 13:00:11.212 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-17 13:00:11.214 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@c-api.service 2025-04-17 13:00:11.215 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-17 13:00:11.219 | + 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-17 13:00:11.267 | + 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-17 13:00:11.316 | + 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-17 13:00:11.357 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User stack 2025-04-17 13:00:11.398 | + 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-17 13:00:11.441 | + 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-17 13:00:11.482 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2025-04-17 13:00:11.523 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2025-04-17 13:00:11.565 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2025-04-17 13:00:11.606 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2025-04-17 13:00:11.648 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2025-04-17 13:00:11.689 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-17 13:00:11.691 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-17 13:00:11.693 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target 2025-04-17 13:00:11.745 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-17 13:00:12.010 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-api.service 2025-04-17 13:00:12.019 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2025-04-17 13:00:12.248 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-api.service 2025-04-17 13:00:12.308 | + functions-common:run_process:1666 : time_stop run_process 2025-04-17 13:00:12.311 | + functions-common:time_stop:2400 : local name 2025-04-17 13:00:12.313 | + functions-common:time_stop:2401 : local end_time 2025-04-17 13:00:12.315 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 13:00:12.317 | + functions-common:time_stop:2403 : local total 2025-04-17 13:00:12.319 | + functions-common:time_stop:2404 : local start_time 2025-04-17 13:00:12.321 | + functions-common:time_stop:2406 : name=run_process 2025-04-17 13:00:12.323 | + functions-common:time_stop:2407 : start_time=1744894811150 2025-04-17 13:00:12.325 | + functions-common:time_stop:2409 : [[ -z 1744894811150 ]] 2025-04-17 13:00:12.327 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 13:00:12.331 | + functions-common:time_stop:2412 : end_time=1744894812329 2025-04-17 13:00:12.333 | + functions-common:time_stop:2413 : elapsed_time=1179 2025-04-17 13:00:12.335 | + functions-common:time_stop:2414 : total=11928 2025-04-17 13:00:12.337 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 13:00:12.339 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=13107 2025-04-17 13:00:12.341 | + lib/cinder:start_cinder:627 : cinder_url=http://10.180.1.21/volume/v3 2025-04-17 13:00:12.343 | + lib/cinder:start_cinder:631 : echo 'Waiting for Cinder API to start...' 2025-04-17 13:00:12.344 | Waiting for Cinder API to start... 2025-04-17 13:00:12.346 | + lib/cinder:start_cinder:632 : wait_for_service 60 http://10.180.1.21/volume/v3 2025-04-17 13:00:12.348 | + functions:wait_for_service:468 : local timeout=60 2025-04-17 13:00:12.350 | + functions:wait_for_service:469 : local url=http://10.180.1.21/volume/v3 2025-04-17 13:00:12.352 | + functions:wait_for_service:470 : local rval=0 2025-04-17 13:00:12.354 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-17 13:00:12.356 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-17 13:00:12.358 | + functions-common:time_start:2387 : local start_time= 2025-04-17 13:00:12.360 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 13:00:12.362 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 13:00:12.366 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894812364 2025-04-17 13:00:12.368 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-17 13:00:12.371 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/volume/v3 2025-04-17 13:00:14.265 | + :: : [[ 401 == 503 ]] 2025-04-17 13:00:14.266 | + :: : [[ 0 -eq 7 ]] 2025-04-17 13:00:14.269 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-17 13:00:14.272 | + functions-common:time_stop:2400 : local name 2025-04-17 13:00:14.274 | + functions-common:time_stop:2401 : local end_time 2025-04-17 13:00:14.276 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 13:00:14.278 | + functions-common:time_stop:2403 : local total 2025-04-17 13:00:14.280 | + functions-common:time_stop:2404 : local start_time 2025-04-17 13:00:14.282 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-17 13:00:14.284 | + functions-common:time_stop:2407 : start_time=1744894812364 2025-04-17 13:00:14.286 | + functions-common:time_stop:2409 : [[ -z 1744894812364 ]] 2025-04-17 13:00:14.289 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 13:00:14.292 | + functions-common:time_stop:2412 : end_time=1744894814290 2025-04-17 13:00:14.295 | + functions-common:time_stop:2413 : elapsed_time=1926 2025-04-17 13:00:14.297 | + functions-common:time_stop:2414 : total=6092 2025-04-17 13:00:14.299 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 13:00:14.301 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8018 2025-04-17 13:00:14.303 | + functions:wait_for_service:478 : return 0 2025-04-17 13:00:14.305 | + lib/cinder:start_cinder:636 : run_process c-sch '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-17 13:00:14.307 | + functions-common:run_process:1654 : local service=c-sch 2025-04-17 13:00:14.310 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-17 13:00:14.312 | + functions-common:run_process:1656 : local group= 2025-04-17 13:00:14.314 | + functions-common:run_process:1657 : local user= 2025-04-17 13:00:14.316 | + functions-common:run_process:1658 : local env_vars= 2025-04-17 13:00:14.318 | + functions-common:run_process:1660 : local name=c-sch 2025-04-17 13:00:14.320 | + functions-common:run_process:1662 : time_start run_process 2025-04-17 13:00:14.322 | + functions-common:time_start:2386 : local name=run_process 2025-04-17 13:00:14.325 | + functions-common:time_start:2387 : local start_time= 2025-04-17 13:00:14.327 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 13:00:14.330 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 13:00:14.334 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894814332 2025-04-17 13:00:14.336 | + functions-common:run_process:1663 : is_service_enabled c-sch 2025-04-17 13:00:14.350 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 13:00:14.353 | + 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-17 13:00:14.355 | + functions-common:_run_under_systemd:1611 : local service=c-sch 2025-04-17 13:00:14.357 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-17 13:00:14.359 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-17 13:00:14.361 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-17 13:00:14.363 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-17 13:00:14.365 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2025-04-17 13:00:14.367 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2025-04-17 13:00:14.370 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-sch.service 2025-04-17 13:00:14.372 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-17 13:00:14.374 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-17 13:00:14.376 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-17 13:00:14.378 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-17 13:00:14.380 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2025-04-17 13:00:14.382 | + 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-17 13:00:14.384 | + functions-common:write_user_unit_file:1518 : local service=devstack@c-sch.service 2025-04-17 13:00:14.386 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-17 13:00:14.388 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-17 13:00:14.390 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-17 13:00:14.392 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-17 13:00:14.394 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-17 13:00:14.396 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-17 13:00:14.398 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2025-04-17 13:00:14.400 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-17 13:00:14.403 | + 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-17 13:00:14.454 | + 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-17 13:00:14.502 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User stack 2025-04-17 13:00:14.544 | + 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-17 13:00:14.586 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2025-04-17 13:00:14.626 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2025-04-17 13:00:14.669 | + 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-17 13:00:14.713 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-17 13:00:14.715 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-17 13:00:14.717 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2025-04-17 13:00:14.766 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-17 13:00:15.022 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-sch.service 2025-04-17 13:00:15.032 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2025-04-17 13:00:15.289 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-sch.service 2025-04-17 13:00:15.311 | + functions-common:run_process:1666 : time_stop run_process 2025-04-17 13:00:15.313 | + functions-common:time_stop:2400 : local name 2025-04-17 13:00:15.317 | + functions-common:time_stop:2401 : local end_time 2025-04-17 13:00:15.321 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 13:00:15.325 | + functions-common:time_stop:2403 : local total 2025-04-17 13:00:15.327 | + functions-common:time_stop:2404 : local start_time 2025-04-17 13:00:15.332 | + functions-common:time_stop:2406 : name=run_process 2025-04-17 13:00:15.334 | + functions-common:time_stop:2407 : start_time=1744894814332 2025-04-17 13:00:15.336 | + functions-common:time_stop:2409 : [[ -z 1744894814332 ]] 2025-04-17 13:00:15.339 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 13:00:15.345 | + functions-common:time_stop:2412 : end_time=1744894815340 2025-04-17 13:00:15.352 | + functions-common:time_stop:2413 : elapsed_time=1008 2025-04-17 13:00:15.354 | + functions-common:time_stop:2414 : total=13107 2025-04-17 13:00:15.356 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 13:00:15.359 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=14115 2025-04-17 13:00:15.360 | + lib/cinder:start_cinder:641 : malloc_tuning='MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-17 13:00:15.363 | + 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-17 13:00:15.365 | + functions-common:run_process:1654 : local service=c-bak 2025-04-17 13:00:15.367 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2025-04-17 13:00:15.369 | + functions-common:run_process:1656 : local group= 2025-04-17 13:00:15.371 | + functions-common:run_process:1657 : local user= 2025-04-17 13:00:15.373 | + functions-common:run_process:1658 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-17 13:00:15.375 | + functions-common:run_process:1660 : local name=c-bak 2025-04-17 13:00:15.377 | + functions-common:run_process:1662 : time_start run_process 2025-04-17 13:00:15.379 | + functions-common:time_start:2386 : local name=run_process 2025-04-17 13:00:15.381 | + functions-common:time_start:2387 : local start_time= 2025-04-17 13:00:15.384 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 13:00:15.387 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 13:00:15.390 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894815388 2025-04-17 13:00:15.392 | + functions-common:run_process:1663 : is_service_enabled c-bak 2025-04-17 13:00:15.406 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 13:00:15.408 | + functions-common:run_process:1666 : time_stop run_process 2025-04-17 13:00:15.410 | + functions-common:time_stop:2400 : local name 2025-04-17 13:00:15.413 | + functions-common:time_stop:2401 : local end_time 2025-04-17 13:00:15.415 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 13:00:15.417 | + functions-common:time_stop:2403 : local total 2025-04-17 13:00:15.419 | + functions-common:time_stop:2404 : local start_time 2025-04-17 13:00:15.421 | + functions-common:time_stop:2406 : name=run_process 2025-04-17 13:00:15.423 | + functions-common:time_stop:2407 : start_time=1744894815388 2025-04-17 13:00:15.425 | + functions-common:time_stop:2409 : [[ -z 1744894815388 ]] 2025-04-17 13:00:15.427 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 13:00:15.431 | + functions-common:time_stop:2412 : end_time=1744894815429 2025-04-17 13:00:15.433 | + functions-common:time_stop:2413 : elapsed_time=41 2025-04-17 13:00:15.435 | + functions-common:time_stop:2414 : total=14115 2025-04-17 13:00:15.437 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 13:00:15.439 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=14156 2025-04-17 13:00:15.441 | + 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-17 13:00:15.443 | + functions-common:run_process:1654 : local service=c-vol 2025-04-17 13:00:15.445 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-17 13:00:15.448 | + functions-common:run_process:1656 : local group= 2025-04-17 13:00:15.450 | + functions-common:run_process:1657 : local user= 2025-04-17 13:00:15.452 | + functions-common:run_process:1658 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-17 13:00:15.454 | + functions-common:run_process:1660 : local name=c-vol 2025-04-17 13:00:15.456 | + functions-common:run_process:1662 : time_start run_process 2025-04-17 13:00:15.458 | + functions-common:time_start:2386 : local name=run_process 2025-04-17 13:00:15.460 | + functions-common:time_start:2387 : local start_time= 2025-04-17 13:00:15.462 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 13:00:15.465 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 13:00:15.468 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894815466 2025-04-17 13:00:15.470 | + functions-common:run_process:1663 : is_service_enabled c-vol 2025-04-17 13:00:15.484 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 13:00:15.486 | + 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-17 13:00:15.488 | + functions-common:_run_under_systemd:1611 : local service=c-vol 2025-04-17 13:00:15.490 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-17 13:00:15.492 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-17 13:00:15.495 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-17 13:00:15.497 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-17 13:00:15.499 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ sudo ]] 2025-04-17 13:00:15.501 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2025-04-17 13:00:15.503 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-vol.service 2025-04-17 13:00:15.505 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-17 13:00:15.508 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-17 13:00:15.510 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-17 13:00:15.512 | + functions-common:_run_under_systemd:1623 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-17 13:00:15.514 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2025-04-17 13:00:15.516 | + 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-17 13:00:15.518 | + functions-common:write_user_unit_file:1518 : local service=devstack@c-vol.service 2025-04-17 13:00:15.520 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-17 13:00:15.522 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-17 13:00:15.524 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-17 13:00:15.526 | + functions-common:write_user_unit_file:1522 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-17 13:00:15.528 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-17 13:00:15.530 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-17 13:00:15.532 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@c-vol.service 2025-04-17 13:00:15.534 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-17 13:00:15.538 | + 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-17 13:00:15.589 | + 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-17 13:00:15.638 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service User stack 2025-04-17 13:00:15.681 | + 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-17 13:00:15.725 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service KillMode process 2025-04-17 13:00:15.768 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service TimeoutStopSec 300 2025-04-17 13:00:15.811 | + 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-17 13:00:15.856 | + functions-common:write_user_unit_file:1537 : [[ -n MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144 ]] 2025-04-17 13:00:15.858 | + 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-17 13:00:15.905 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-17 13:00:15.907 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Install WantedBy multi-user.target 2025-04-17 13:00:15.959 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-17 13:00:16.210 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-vol.service 2025-04-17 13:00:16.220 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-vol.service → /etc/systemd/system/devstack@c-vol.service. 2025-04-17 13:00:16.467 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-vol.service 2025-04-17 13:00:16.496 | + functions-common:run_process:1666 : time_stop run_process 2025-04-17 13:00:16.500 | + functions-common:time_stop:2400 : local name 2025-04-17 13:00:16.504 | + functions-common:time_stop:2401 : local end_time 2025-04-17 13:00:16.509 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 13:00:16.513 | + functions-common:time_stop:2403 : local total 2025-04-17 13:00:16.516 | + functions-common:time_stop:2404 : local start_time 2025-04-17 13:00:16.518 | + functions-common:time_stop:2406 : name=run_process 2025-04-17 13:00:16.524 | + functions-common:time_stop:2407 : start_time=1744894815466 2025-04-17 13:00:16.526 | + functions-common:time_stop:2409 : [[ -z 1744894815466 ]] 2025-04-17 13:00:16.528 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 13:00:16.534 | + functions-common:time_stop:2412 : end_time=1744894816530 2025-04-17 13:00:16.535 | + functions-common:time_stop:2413 : elapsed_time=1064 2025-04-17 13:00:16.538 | + functions-common:time_stop:2414 : total=14156 2025-04-17 13:00:16.540 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 13:00:16.542 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=15220 2025-04-17 13:00:16.544 | + stack.sh:main:1349 : create_volume_types 2025-04-17 13:00:16.546 | + lib/cinder:create_volume_types:678 : is_service_enabled c-api 2025-04-17 13:00:16.561 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 13:00:16.564 | + lib/cinder:create_volume_types:678 : [[ -n vmdk:vsphere ]] 2025-04-17 13:00:16.566 | + lib/cinder:create_volume_types:679 : local be be_name 2025-04-17 13:00:16.568 | + lib/cinder:create_volume_types:680 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-04-17 13:00:16.571 | + lib/cinder:create_volume_types:681 : be_name=vsphere 2025-04-17 13:00:16.574 | + lib/cinder:create_volume_types:682 : create_one_type vsphere volume_backend_name vsphere 2025-04-17 13:00:16.577 | + lib/cinder:create_one_type:659 : type_name=vsphere 2025-04-17 13:00:16.580 | + lib/cinder:create_one_type:660 : property_key=volume_backend_name 2025-04-17 13:00:16.583 | + lib/cinder:create_one_type:661 : property_value=vsphere 2025-04-17 13:00:16.586 | + lib/cinder:create_one_type:663 : is_service_enabled keystone 2025-04-17 13:00:16.600 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 13:00:16.602 | + lib/cinder:create_one_type:664 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=vsphere vsphere 2025-04-17 13:00:18.492 | +-------------+--------------------------------------+ 2025-04-17 13:00:18.492 | | Field | Value | 2025-04-17 13:00:18.492 | +-------------+--------------------------------------+ 2025-04-17 13:00:18.492 | | description | None | 2025-04-17 13:00:18.492 | | id | 2e106c3a-22f3-4acf-9b2a-7162f44a5d05 | 2025-04-17 13:00:18.492 | | is_public | True | 2025-04-17 13:00:18.492 | | name | vsphere | 2025-04-17 13:00:18.492 | | properties | volume_backend_name='vsphere' | 2025-04-17 13:00:18.492 | +-------------+--------------------------------------+ 2025-04-17 13:00:18.642 | + lib/cinder:create_volume_types:685 : [[ False == \T\r\u\e ]] 2025-04-17 13:00:18.644 | + lib/cinder:create_volume_types:692 : [[ False == \T\r\u\e ]] 2025-04-17 13:00:18.647 | + stack.sh:main:1354 : [[ False == \T\r\u\e ]] 2025-04-17 13:00:18.649 | + stack.sh:main:1362 : is_service_enabled glance 2025-04-17 13:00:18.663 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 13:00:18.666 | + stack.sh:main:1363 : echo_summary 'Starting Glance' 2025-04-17 13:00:18.668 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-17 13:00:18.670 | + stack.sh:echo_summary:461 : echo -e Starting Glance 2025-04-17 13:00:18.672 | + stack.sh:main:1364 : start_glance 2025-04-17 13:00:18.674 | + lib/glance:start_glance:609 : local service_protocol=http 2025-04-17 13:00:18.676 | + lib/glance:start_glance:610 : is_service_enabled tls-proxy 2025-04-17 13:00:18.690 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 13:00:18.692 | + lib/glance:start_glance:616 : [[ False == False ]] 2025-04-17 13:00:18.695 | ++ lib/glance:start_glance:617 : which uwsgi 2025-04-17 13:00:18.699 | + lib/glance:start_glance:617 : run_process g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-17 13:00:18.701 | + functions-common:run_process:1654 : local service=g-api 2025-04-17 13:00:18.703 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-17 13:00:18.705 | + functions-common:run_process:1656 : local group= 2025-04-17 13:00:18.707 | + functions-common:run_process:1657 : local user= 2025-04-17 13:00:18.709 | + functions-common:run_process:1658 : local env_vars= 2025-04-17 13:00:18.711 | + functions-common:run_process:1660 : local name=g-api 2025-04-17 13:00:18.713 | + functions-common:run_process:1662 : time_start run_process 2025-04-17 13:00:18.716 | + functions-common:time_start:2386 : local name=run_process 2025-04-17 13:00:18.718 | + functions-common:time_start:2387 : local start_time= 2025-04-17 13:00:18.720 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 13:00:18.723 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 13:00:18.726 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894818724 2025-04-17 13:00:18.729 | + functions-common:run_process:1663 : is_service_enabled g-api 2025-04-17 13:00:18.743 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 13:00:18.746 | + 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-17 13:00:18.748 | + functions-common:_run_under_systemd:1611 : local service=g-api 2025-04-17 13:00:18.750 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-17 13:00:18.752 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-17 13:00:18.754 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-17 13:00:18.756 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-17 13:00:18.759 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2025-04-17 13:00:18.761 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2025-04-17 13:00:18.764 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@g-api.service 2025-04-17 13:00:18.766 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-17 13:00:18.768 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-17 13:00:18.770 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-17 13:00:18.773 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-17 13:00:18.775 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2025-04-17 13:00:18.777 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-17 13:00:18.779 | + 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-17 13:00:18.781 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@g-api.service '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2025-04-17 13:00:18.783 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@g-api.service 2025-04-17 13:00:18.785 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-17 13:00:18.787 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-17 13:00:18.789 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-17 13:00:18.791 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-17 13:00:18.793 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@g-api.service 2025-04-17 13:00:18.794 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-17 13:00:18.798 | + 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-17 13:00:18.850 | + 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-17 13:00:18.901 | + 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-17 13:00:18.943 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User stack 2025-04-17 13:00:18.987 | + 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-17 13:00:19.031 | + 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-17 13:00:19.073 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2025-04-17 13:00:19.121 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2025-04-17 13:00:19.165 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2025-04-17 13:00:19.207 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2025-04-17 13:00:19.250 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2025-04-17 13:00:19.295 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-17 13:00:19.297 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-17 13:00:19.299 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target 2025-04-17 13:00:19.352 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-17 13:00:19.613 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@g-api.service 2025-04-17 13:00:19.624 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2025-04-17 13:00:19.880 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@g-api.service 2025-04-17 13:00:19.932 | + functions-common:run_process:1666 : time_stop run_process 2025-04-17 13:00:19.935 | + functions-common:time_stop:2400 : local name 2025-04-17 13:00:19.937 | + functions-common:time_stop:2401 : local end_time 2025-04-17 13:00:19.939 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 13:00:19.941 | + functions-common:time_stop:2403 : local total 2025-04-17 13:00:19.943 | + functions-common:time_stop:2404 : local start_time 2025-04-17 13:00:19.946 | + functions-common:time_stop:2406 : name=run_process 2025-04-17 13:00:19.948 | + functions-common:time_stop:2407 : start_time=1744894818724 2025-04-17 13:00:19.950 | + functions-common:time_stop:2409 : [[ -z 1744894818724 ]] 2025-04-17 13:00:19.953 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 13:00:19.959 | + functions-common:time_stop:2412 : end_time=1744894819954 2025-04-17 13:00:19.962 | + functions-common:time_stop:2413 : elapsed_time=1230 2025-04-17 13:00:19.964 | + functions-common:time_stop:2414 : total=15220 2025-04-17 13:00:19.966 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 13:00:19.968 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=16450 2025-04-17 13:00:19.970 | + lib/glance:start_glance:622 : is_service_enabled g-api-r 2025-04-17 13:00:19.986 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 13:00:19.988 | + lib/glance:start_glance:627 : echo 'Waiting for g-api (10.180.1.21) to start...' 2025-04-17 13:00:19.988 | Waiting for g-api (10.180.1.21) to start... 2025-04-17 13:00:19.990 | + lib/glance:start_glance:628 : wait_for_service 60 http://10.180.1.21/image 2025-04-17 13:00:19.992 | + functions:wait_for_service:468 : local timeout=60 2025-04-17 13:00:19.994 | + functions:wait_for_service:469 : local url=http://10.180.1.21/image 2025-04-17 13:00:19.996 | + functions:wait_for_service:470 : local rval=0 2025-04-17 13:00:19.998 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-17 13:00:20.001 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-17 13:00:20.003 | + functions-common:time_start:2387 : local start_time= 2025-04-17 13:00:20.005 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 13:00:20.008 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 13:00:20.011 | + functions-common:time_start:2391 : _TIME_START[$name]=1744894820009 2025-04-17 13:00:20.013 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-17 13:00:20.017 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/image 2025-04-17 13:00:21.942 | + :: : [[ 300 == 503 ]] 2025-04-17 13:00:21.943 | + :: : [[ 0 -eq 7 ]] 2025-04-17 13:00:21.945 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-17 13:00:21.948 | + functions-common:time_stop:2400 : local name 2025-04-17 13:00:21.950 | + functions-common:time_stop:2401 : local end_time 2025-04-17 13:00:21.952 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-17 13:00:21.954 | + functions-common:time_stop:2403 : local total 2025-04-17 13:00:21.956 | + functions-common:time_stop:2404 : local start_time 2025-04-17 13:00:21.959 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-17 13:00:21.961 | + functions-common:time_stop:2407 : start_time=1744894820009 2025-04-17 13:00:21.963 | + functions-common:time_stop:2409 : [[ -z 1744894820009 ]] 2025-04-17 13:00:21.966 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 13:00:21.969 | + functions-common:time_stop:2412 : end_time=1744894821967 2025-04-17 13:00:21.971 | + functions-common:time_stop:2413 : elapsed_time=1958 2025-04-17 13:00:21.973 | + functions-common:time_stop:2414 : total=8018 2025-04-17 13:00:21.975 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 13:00:21.977 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9976 2025-04-17 13:00:21.980 | + functions:wait_for_service:478 : return 0 2025-04-17 13:00:21.982 | + stack.sh:main:1378 : is_service_enabled mysql postgresql 2025-04-17 13:00:21.997 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 13:00:21.999 | + stack.sh:main:1378 : is_service_enabled glance 2025-04-17 13:00:22.013 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 13:00:22.015 | + stack.sh:main:1379 : echo_summary 'Uploading images' 2025-04-17 13:00:22.017 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-17 13:00:22.019 | + stack.sh:echo_summary:461 : echo -e Uploading images 2025-04-17 13:00:22.021 | + stack.sh:main:1381 : for image_url in ${IMAGE_URLS//,/ } 2025-04-17 13:00:22.023 | + 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-17 13:00:22.025 | + 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-17 13:00:22.027 | + functions:upload_image:134 : local image image_fname image_name 2025-04-17 13:00:22.029 | + functions:upload_image:136 : local max_attempts=5 2025-04-17 13:00:22.031 | + functions:upload_image:139 : mkdir -p /opt/stack/devstack/files/images 2025-04-17 13:00:22.035 | ++ functions:upload_image:140 : basename 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-17 13:00:22.038 | + functions:upload_image:140 : image_fname='cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-17 13:00:22.040 | + functions:upload_image:141 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk != file* ]] 2025-04-17 13:00:22.041 | + functions:upload_image:143 : [[ ! -f /opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk ]] 2025-04-17 13:00:22.044 | ++ functions:upload_image:144 : seq 5 2025-04-17 13:00:22.047 | + functions:upload_image:144 : for attempt in `seq $max_attempts` 2025-04-17 13:00:22.049 | + functions:upload_image:145 : local rc=0 2025-04-17 13:00:22.050 | + 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-17 13:00:22.054 | --2025-04-17 13:00:22-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk 2025-04-17 13:00:22.059 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2025-04-17 13:00:22.060 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2025-04-17 13:00:22.099 | HTTP request sent, awaiting response... 200 OK 2025-04-17 13:00:22.099 | Length: 21318656 (20M) [application/octet-stream] 2025-04-17 13:00:22.099 | Saving to: ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ 2025-04-17 13:00:22.106 | 2025-04-17 13:00:22.195 | 0K ........ ........ .... 100% 212M=0.1s 2025-04-17 13:00:22.195 | 2025-04-17 13:00:22.196 | 2025-04-17 13:00:22 (212 MB/s) - ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ saved [21318656/21318656] 2025-04-17 13:00:22.196 | 2025-04-17 13:00:22.199 | + functions:upload_image:147 : [[ 0 -ne 0 ]] 2025-04-17 13:00:22.201 | + functions:upload_image:155 : break 2025-04-17 13:00:22.203 | + functions:upload_image:159 : image='/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-17 13:00:22.205 | + functions:upload_image:173 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ openvz ]] 2025-04-17 13:00:22.207 | + functions:upload_image:180 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ \.vmdk ]] 2025-04-17 13:00:22.209 | + functions:upload_image:181 : image_name='cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-04-17 13:00:22.210 | + functions:upload_image:194 : local vmdk_disktype= 2025-04-17 13:00:22.212 | + functions:upload_image:195 : local vmdk_net_adapter=e1000 2025-04-17 13:00:22.214 | + functions:upload_image:196 : local path_len 2025-04-17 13:00:22.216 | + functions:upload_image:199 : local vmdk_adapter_type 2025-04-17 13:00:22.219 | ++ functions:upload_image:200 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-17 13:00:22.219 | ++ functions:upload_image:200 : grep -a -F -m 1 'ddb.adapterType =' '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-17 13:00:22.223 | + functions:upload_image:200 : vmdk_adapter_type='ddb.adapterType = "ide"' 2025-04-17 13:00:22.225 | + functions:upload_image:201 : vmdk_adapter_type='ide"' 2025-04-17 13:00:22.226 | + functions:upload_image:202 : vmdk_adapter_type=ide 2025-04-17 13:00:22.228 | + functions:upload_image:205 : local vmdk_create_type 2025-04-17 13:00:22.231 | ++ functions:upload_image:206 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-17 13:00:22.231 | ++ functions:upload_image:206 : grep -a -F -m 1 createType= '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-17 13:00:22.235 | + functions:upload_image:206 : vmdk_create_type='createType="streamOptimized"' 2025-04-17 13:00:22.237 | + functions:upload_image:207 : vmdk_create_type='streamOptimized"' 2025-04-17 13:00:22.239 | + functions:upload_image:208 : vmdk_create_type=streamOptimized 2025-04-17 13:00:22.241 | + functions:upload_image:211 : descriptor_data_pair_msg='Monolithic flat and VMFS disks should use a descriptor-data pair.' 2025-04-17 13:00:22.242 | + functions:upload_image:212 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\S\p\a\r\s\e ]] 2025-04-17 13:00:22.244 | + functions:upload_image:214 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\F\l\a\t ]] 2025-04-17 13:00:22.246 | + functions:upload_image:214 : [[ streamOptimized = \v\m\f\s ]] 2025-04-17 13:00:22.248 | + functions:upload_image:242 : [[ streamOptimized = \s\t\r\e\a\m\O\p\t\i\m\i\z\e\d ]] 2025-04-17 13:00:22.250 | + functions:upload_image:243 : vmdk_disktype=streamOptimized 2025-04-17 13:00:22.253 | ++ functions:upload_image:283 : echo 'cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-04-17 13:00:22.253 | ++ functions:upload_image:283 : grep -oP '(?<=-)(?!.*-).*[:;].*[:;].*$' 2025-04-17 13:00:22.257 | + functions:upload_image:283 : property_string='sparse;paraVirtual;vmxnet3' 2025-04-17 13:00:22.259 | + functions:upload_image:284 : IFS=':;' 2025-04-17 13:00:22.261 | + functions:upload_image:284 : read -a props 2025-04-17 13:00:22.263 | + functions:upload_image:285 : vmdk_disktype=sparse 2025-04-17 13:00:22.264 | + functions:upload_image:286 : vmdk_adapter_type=paraVirtual 2025-04-17 13:00:22.266 | + functions:upload_image:287 : vmdk_net_adapter=vmxnet3 2025-04-17 13:00:22.268 | + 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-17 13:00:22.270 | + functions:_upload_image:104 : local 'image_name=cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-04-17 13:00:22.272 | + functions:_upload_image:105 : shift 2025-04-17 13:00:22.274 | + functions:_upload_image:106 : local container=bare 2025-04-17 13:00:22.275 | + functions:_upload_image:107 : shift 2025-04-17 13:00:22.277 | + functions:_upload_image:108 : local disk=vmdk 2025-04-17 13:00:22.279 | + functions:_upload_image:109 : shift 2025-04-17 13:00:22.281 | + functions:_upload_image:110 : local 'image=/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-17 13:00:22.282 | + functions:_upload_image:111 : shift 2025-04-17 13:00:22.284 | + functions:_upload_image:112 : local properties 2025-04-17 13:00:22.286 | + functions:_upload_image:113 : local useimport 2025-04-17 13:00:22.288 | ++ functions:_upload_image:115 : _image_properties_to_arg vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2025-04-17 13:00:22.290 | ++ functions:_image_properties_to_arg:87 : local result= 2025-04-17 13:00:22.292 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-04-17 13:00:22.294 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_disktype=sparse' 2025-04-17 13:00:22.295 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-04-17 13:00:22.297 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_adaptertype=paraVirtual' 2025-04-17 13:00:22.299 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-04-17 13:00:22.301 | ++ functions:_image_properties_to_arg:89 : result+=' --property hw_vif_model=vmxnet3' 2025-04-17 13:00:22.302 | ++ functions:_image_properties_to_arg:91 : echo --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2025-04-17 13:00:22.304 | + functions:_upload_image:115 : properties='--property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3' 2025-04-17 13:00:22.306 | + functions:_upload_image:117 : [[ False == \T\r\u\e ]] 2025-04-17 13:00:22.308 | + 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-17 13:00:24.639 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-04-17 13:00:24.639 | | Field | Value | 2025-04-17 13:00:24.639 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-04-17 13:00:24.639 | | container_format | bare | 2025-04-17 13:00:24.639 | | created_at | 2025-04-17T13:00:23Z | 2025-04-17 13:00:24.639 | | disk_format | vmdk | 2025-04-17 13:00:24.639 | | file | /v2/images/b1400c31-d33b-4e13-944f-4c645e62493e/file | 2025-04-17 13:00:24.639 | | id | b1400c31-d33b-4e13-944f-4c645e62493e | 2025-04-17 13:00:24.639 | | min_disk | 0 | 2025-04-17 13:00:24.639 | | min_ram | 0 | 2025-04-17 13:00:24.639 | | name | cirros-d240228-sparse;paraVirtual;vmxnet3 | 2025-04-17 13:00:24.639 | | owner | 1ae7bf3a375d41c6af5e7536af51ffd1 | 2025-04-17 13:00:24.639 | | 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-17 13:00:24.639 | | protected | False | 2025-04-17 13:00:24.639 | | schema | /v2/schemas/image | 2025-04-17 13:00:24.639 | | status | queued | 2025-04-17 13:00:24.640 | | tags | | 2025-04-17 13:00:24.640 | | updated_at | 2025-04-17T13:00:23Z | 2025-04-17 13:00:24.640 | | visibility | public | 2025-04-17 13:00:24.640 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-04-17 13:00:24.774 | + functions:upload_image:291 : return 2025-04-17 13:00:24.776 | + stack.sh:main:1386 : async_wait create_flavors 2025-04-17 13:00:24.825 | [3523 Async create_flavors:61184]: Waiting for completion of create_flavors running on PID 61184 (2 other jobs running) 2025-04-17 13:00:24.844 | [3523 Async create_flavors:61184]: Signaling child to exit 2025-04-17 13:00:25.541 | + inc/async:async_inner:64 : rc=0 2025-04-17 13:00:25.561 | [61184 Async create_flavors:61184]: finished successfully 2025-04-17 13:00:25.579 | WAKEUP 2025-04-17 13:00:25.598 | [3523 Async create_flavors:61184]: Signaled 2025-04-17 13:00:25.599 | + lib/nova:create_flavors:1255 : is_service_enabled n-api 2025-04-17 13:00:25.599 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 13:00:25.599 | + lib/nova:create_flavors:1256 : openstack --os-region-name=RegionOne flavor list 2025-04-17 13:00:25.599 | + lib/nova:create_flavors:1256 : grep -q ds512M 2025-04-17 13:00:25.599 | + 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-17 13:00:25.599 | +----------------------------+-----------------------+ 2025-04-17 13:00:25.599 | | Field | Value | 2025-04-17 13:00:25.599 | +----------------------------+-----------------------+ 2025-04-17 13:00:25.599 | | OS-FLV-DISABLED:disabled | False | 2025-04-17 13:00:25.599 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-17 13:00:25.599 | | description | None | 2025-04-17 13:00:25.599 | | disk | 1 | 2025-04-17 13:00:25.599 | | id | c1 | 2025-04-17 13:00:25.599 | | name | cirros256 | 2025-04-17 13:00:25.599 | | os-flavor-access:is_public | True | 2025-04-17 13:00:25.599 | | properties | hw_rng:allowed='True' | 2025-04-17 13:00:25.599 | | ram | 256 | 2025-04-17 13:00:25.599 | | rxtx_factor | 1.0 | 2025-04-17 13:00:25.599 | | swap | 0 | 2025-04-17 13:00:25.599 | | vcpus | 1 | 2025-04-17 13:00:25.599 | +----------------------------+-----------------------+ 2025-04-17 13:00:25.599 | + 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-17 13:00:25.599 | +----------------------------+-----------------------+ 2025-04-17 13:00:25.599 | | Field | Value | 2025-04-17 13:00:25.599 | +----------------------------+-----------------------+ 2025-04-17 13:00:25.599 | | OS-FLV-DISABLED:disabled | False | 2025-04-17 13:00:25.599 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-17 13:00:25.599 | | description | None | 2025-04-17 13:00:25.599 | | disk | 5 | 2025-04-17 13:00:25.599 | | id | d1 | 2025-04-17 13:00:25.599 | | name | ds512M | 2025-04-17 13:00:25.599 | | os-flavor-access:is_public | True | 2025-04-17 13:00:25.599 | | properties | hw_rng:allowed='True' | 2025-04-17 13:00:25.599 | | ram | 512 | 2025-04-17 13:00:25.599 | | rxtx_factor | 1.0 | 2025-04-17 13:00:25.599 | | swap | 0 | 2025-04-17 13:00:25.599 | | vcpus | 1 | 2025-04-17 13:00:25.599 | +----------------------------+-----------------------+ 2025-04-17 13:00:25.599 | + 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-17 13:00:25.599 | +----------------------------+-----------------------+ 2025-04-17 13:00:25.599 | | Field | Value | 2025-04-17 13:00:25.599 | +----------------------------+-----------------------+ 2025-04-17 13:00:25.599 | | OS-FLV-DISABLED:disabled | False | 2025-04-17 13:00:25.599 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-17 13:00:25.599 | | description | None | 2025-04-17 13:00:25.599 | | disk | 10 | 2025-04-17 13:00:25.599 | | id | d2 | 2025-04-17 13:00:25.599 | | name | ds1G | 2025-04-17 13:00:25.599 | | os-flavor-access:is_public | True | 2025-04-17 13:00:25.599 | | properties | hw_rng:allowed='True' | 2025-04-17 13:00:25.599 | | ram | 1024 | 2025-04-17 13:00:25.599 | | rxtx_factor | 1.0 | 2025-04-17 13:00:25.599 | | swap | 0 | 2025-04-17 13:00:25.599 | | vcpus | 1 | 2025-04-17 13:00:25.599 | +----------------------------+-----------------------+ 2025-04-17 13:00:25.599 | + 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-17 13:00:25.599 | +----------------------------+-----------------------+ 2025-04-17 13:00:25.599 | | Field | Value | 2025-04-17 13:00:25.599 | +----------------------------+-----------------------+ 2025-04-17 13:00:25.599 | | OS-FLV-DISABLED:disabled | False | 2025-04-17 13:00:25.599 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-17 13:00:25.599 | | description | None | 2025-04-17 13:00:25.599 | | disk | 10 | 2025-04-17 13:00:25.599 | | id | d3 | 2025-04-17 13:00:25.599 | | name | ds2G | 2025-04-17 13:00:25.599 | | os-flavor-access:is_public | True | 2025-04-17 13:00:25.599 | | properties | hw_rng:allowed='True' | 2025-04-17 13:00:25.599 | | ram | 2048 | 2025-04-17 13:00:25.600 | | rxtx_factor | 1.0 | 2025-04-17 13:00:25.600 | | swap | 0 | 2025-04-17 13:00:25.600 | | vcpus | 2 | 2025-04-17 13:00:25.600 | +----------------------------+-----------------------+ 2025-04-17 13:00:25.600 | + 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-17 13:00:25.600 | +----------------------------+-----------------------+ 2025-04-17 13:00:25.600 | | Field | Value | 2025-04-17 13:00:25.600 | +----------------------------+-----------------------+ 2025-04-17 13:00:25.600 | | OS-FLV-DISABLED:disabled | False | 2025-04-17 13:00:25.600 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-17 13:00:25.600 | | description | None | 2025-04-17 13:00:25.600 | | disk | 20 | 2025-04-17 13:00:25.600 | | id | d4 | 2025-04-17 13:00:25.600 | | name | ds4G | 2025-04-17 13:00:25.600 | | os-flavor-access:is_public | True | 2025-04-17 13:00:25.600 | | properties | hw_rng:allowed='True' | 2025-04-17 13:00:25.600 | | ram | 4096 | 2025-04-17 13:00:25.600 | | rxtx_factor | 1.0 | 2025-04-17 13:00:25.600 | | swap | 0 | 2025-04-17 13:00:25.600 | | vcpus | 4 | 2025-04-17 13:00:25.600 | +----------------------------+-----------------------+ 2025-04-17 13:00:25.600 | + lib/nova:create_flavors:1265 : openstack --os-region-name=RegionOne flavor list 2025-04-17 13:00:25.600 | + lib/nova:create_flavors:1265 : grep -q m1.tiny 2025-04-17 13:00:25.600 | + 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-17 13:00:25.600 | +----------------------------+-----------------------+ 2025-04-17 13:00:25.600 | | Field | Value | 2025-04-17 13:00:25.600 | +----------------------------+-----------------------+ 2025-04-17 13:00:25.600 | | OS-FLV-DISABLED:disabled | False | 2025-04-17 13:00:25.600 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-17 13:00:25.600 | | description | None | 2025-04-17 13:00:25.600 | | disk | 1 | 2025-04-17 13:00:25.600 | | id | 1 | 2025-04-17 13:00:25.600 | | name | m1.tiny | 2025-04-17 13:00:25.600 | | os-flavor-access:is_public | True | 2025-04-17 13:00:25.600 | | properties | hw_rng:allowed='True' | 2025-04-17 13:00:25.600 | | ram | 512 | 2025-04-17 13:00:25.600 | | rxtx_factor | 1.0 | 2025-04-17 13:00:25.600 | | swap | 0 | 2025-04-17 13:00:25.600 | | vcpus | 1 | 2025-04-17 13:00:25.600 | +----------------------------+-----------------------+ 2025-04-17 13:00:25.600 | + 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-17 13:00:25.600 | +----------------------------+-----------------------+ 2025-04-17 13:00:25.600 | | Field | Value | 2025-04-17 13:00:25.600 | +----------------------------+-----------------------+ 2025-04-17 13:00:25.600 | | OS-FLV-DISABLED:disabled | False | 2025-04-17 13:00:25.600 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-17 13:00:25.600 | | description | None | 2025-04-17 13:00:25.600 | | disk | 20 | 2025-04-17 13:00:25.600 | | id | 2 | 2025-04-17 13:00:25.600 | | name | m1.small | 2025-04-17 13:00:25.600 | | os-flavor-access:is_public | True | 2025-04-17 13:00:25.600 | | properties | hw_rng:allowed='True' | 2025-04-17 13:00:25.600 | | ram | 2048 | 2025-04-17 13:00:25.600 | | rxtx_factor | 1.0 | 2025-04-17 13:00:25.600 | | swap | 0 | 2025-04-17 13:00:25.600 | | vcpus | 1 | 2025-04-17 13:00:25.600 | +----------------------------+-----------------------+ 2025-04-17 13:00:25.600 | + 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-17 13:00:25.600 | +----------------------------+-----------------------+ 2025-04-17 13:00:25.600 | | Field | Value | 2025-04-17 13:00:25.600 | +----------------------------+-----------------------+ 2025-04-17 13:00:25.600 | | OS-FLV-DISABLED:disabled | False | 2025-04-17 13:00:25.600 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-17 13:00:25.600 | | description | None | 2025-04-17 13:00:25.600 | | disk | 40 | 2025-04-17 13:00:25.600 | | id | 3 | 2025-04-17 13:00:25.600 | | name | m1.medium | 2025-04-17 13:00:25.600 | | os-flavor-access:is_public | True | 2025-04-17 13:00:25.600 | | properties | hw_rng:allowed='True' | 2025-04-17 13:00:25.600 | | ram | 4096 | 2025-04-17 13:00:25.600 | | rxtx_factor | 1.0 | 2025-04-17 13:00:25.600 | | swap | 0 | 2025-04-17 13:00:25.600 | | vcpus | 2 | 2025-04-17 13:00:25.600 | +----------------------------+-----------------------+ 2025-04-17 13:00:25.600 | + 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-17 13:00:25.600 | +----------------------------+-----------------------+ 2025-04-17 13:00:25.600 | | Field | Value | 2025-04-17 13:00:25.600 | +----------------------------+-----------------------+ 2025-04-17 13:00:25.600 | | OS-FLV-DISABLED:disabled | False | 2025-04-17 13:00:25.600 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-17 13:00:25.600 | | description | None | 2025-04-17 13:00:25.600 | | disk | 80 | 2025-04-17 13:00:25.600 | | id | 4 | 2025-04-17 13:00:25.600 | | name | m1.large | 2025-04-17 13:00:25.600 | | os-flavor-access:is_public | True | 2025-04-17 13:00:25.600 | | properties | hw_rng:allowed='True' | 2025-04-17 13:00:25.600 | | ram | 8192 | 2025-04-17 13:00:25.600 | | rxtx_factor | 1.0 | 2025-04-17 13:00:25.600 | | swap | 0 | 2025-04-17 13:00:25.600 | | vcpus | 4 | 2025-04-17 13:00:25.600 | +----------------------------+-----------------------+ 2025-04-17 13:00:25.600 | + 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-17 13:00:25.600 | +----------------------------+-----------------------+ 2025-04-17 13:00:25.600 | | Field | Value | 2025-04-17 13:00:25.600 | +----------------------------+-----------------------+ 2025-04-17 13:00:25.600 | | OS-FLV-DISABLED:disabled | False | 2025-04-17 13:00:25.600 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-17 13:00:25.600 | | description | None | 2025-04-17 13:00:25.600 | | disk | 160 | 2025-04-17 13:00:25.600 | | id | 5 | 2025-04-17 13:00:25.600 | | name | m1.xlarge | 2025-04-17 13:00:25.600 | | os-flavor-access:is_public | True | 2025-04-17 13:00:25.600 | | properties | hw_rng:allowed='True' | 2025-04-17 13:00:25.600 | | ram | 16384 | 2025-04-17 13:00:25.600 | | rxtx_factor | 1.0 | 2025-04-17 13:00:25.600 | | swap | 0 | 2025-04-17 13:00:25.600 | | vcpus | 8 | 2025-04-17 13:00:25.600 | +----------------------------+-----------------------+ 2025-04-17 13:00:25.634 | [3523 Async create_flavors:61184]: finished create_flavors with result 0 in 14 seconds 2025-04-17 13:00:25.637 | + inc/async:async_wait:197 : return 0 2025-04-17 13:00:25.639 | + stack.sh:main:1388 : is_service_enabled horizon 2025-04-17 13:00:25.654 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 13:00:25.656 | + stack.sh:main:1402 : is_service_enabled nova 2025-04-17 13:00:25.671 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 13:00:25.673 | + stack.sh:main:1402 : is_service_enabled keystone 2025-04-17 13:00:25.687 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 13:00:25.689 | + stack.sh:main:1403 : USERRC_PARAMS='-PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret' 2025-04-17 13:00:25.691 | + stack.sh:main:1405 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-04-17 13:00:25.693 | + stack.sh:main:1409 : /opt/stack/devstack/tools/create_userrc.sh -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2025-04-17 13:00:25.697 | + opt/stack/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2025-04-17 13:00:25.698 | ++ 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-17 13:00:25.700 | + opt/stack/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/opt/stack/devstack/accrc'\'' --os-password '\''nomoresecret'\'' --' 2025-04-17 13:00:25.701 | + opt/stack/devstack/tools/create_userrc.sh:main:84 : eval set -- -P -A --target-dir ''\''/opt/stack/devstack/accrc'\''' --os-password ''\''nomoresecret'\''' -- 2025-04-17 13:00:25.702 | ++ opt/stack/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /opt/stack/devstack/accrc --os-password nomoresecret -- 2025-04-17 13:00:25.703 | + opt/stack/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2025-04-17 13:00:25.704 | + opt/stack/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2025-04-17 13:00:25.705 | + opt/stack/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2025-04-17 13:00:25.706 | + opt/stack/devstack/tools/create_userrc.sh:main:92 : MODE= 2025-04-17 13:00:25.707 | + opt/stack/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2025-04-17 13:00:25.708 | + opt/stack/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2025-04-17 13:00:25.709 | + opt/stack/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2025-04-17 13:00:25.710 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 7 -gt 0 ']' 2025-04-17 13:00:25.712 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-17 13:00:25.713 | + opt/stack/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2025-04-17 13:00:25.713 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-17 13:00:25.715 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 6 -gt 0 ']' 2025-04-17 13:00:25.716 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-17 13:00:25.717 | + opt/stack/devstack/tools/create_userrc.sh:main:118 : MODE=all 2025-04-17 13:00:25.718 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-17 13:00:25.719 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2025-04-17 13:00:25.720 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-17 13:00:25.721 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/opt/stack/devstack/accrc 2025-04-17 13:00:25.722 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : shift 2025-04-17 13:00:25.723 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-17 13:00:25.724 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2025-04-17 13:00:25.725 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-17 13:00:25.726 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : export OS_PASSWORD=nomoresecret 2025-04-17 13:00:25.727 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : OS_PASSWORD=nomoresecret 2025-04-17 13:00:25.728 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : shift 2025-04-17 13:00:25.729 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-17 13:00:25.730 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2025-04-17 13:00:25.731 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-17 13:00:25.732 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : shift 2025-04-17 13:00:25.733 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : break 2025-04-17 13:00:25.734 | + opt/stack/devstack/tools/create_userrc.sh:main:129 : '[' -z nomoresecret ']' 2025-04-17 13:00:25.735 | + opt/stack/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2025-04-17 13:00:25.737 | + opt/stack/devstack/tools/create_userrc.sh:main:142 : '[' -z '' -a '' ']' 2025-04-17 13:00:25.738 | + opt/stack/devstack/tools/create_userrc.sh:main:146 : '[' -z '' -a -z '' ']' 2025-04-17 13:00:25.739 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : export OS_PROJECT_NAME=admin 2025-04-17 13:00:25.740 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : OS_PROJECT_NAME=admin 2025-04-17 13:00:25.741 | + opt/stack/devstack/tools/create_userrc.sh:main:150 : '[' -z '' ']' 2025-04-17 13:00:25.742 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : export OS_USERNAME=admin 2025-04-17 13:00:25.743 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : OS_USERNAME=admin 2025-04-17 13:00:25.744 | + opt/stack/devstack/tools/create_userrc.sh:main:154 : '[' -z '' ']' 2025-04-17 13:00:25.745 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : export OS_AUTH_URL=http://localhost:5000/v3/ 2025-04-17 13:00:25.746 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : OS_AUTH_URL=http://localhost:5000/v3/ 2025-04-17 13:00:25.747 | + opt/stack/devstack/tools/create_userrc.sh:main:158 : '[' -z '' -a -z '' ']' 2025-04-17 13:00:25.748 | + opt/stack/devstack/tools/create_userrc.sh:main:160 : OS_USER_DOMAIN_ID=default 2025-04-17 13:00:25.750 | + opt/stack/devstack/tools/create_userrc.sh:main:163 : '[' -z '' -a -z '' ']' 2025-04-17 13:00:25.751 | + opt/stack/devstack/tools/create_userrc.sh:main:165 : OS_PROJECT_DOMAIN_ID=default 2025-04-17 13:00:25.752 | + opt/stack/devstack/tools/create_userrc.sh:main:168 : USER_PASS=nomoresecret 2025-04-17 13:00:25.753 | + opt/stack/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2025-04-17 13:00:25.754 | + opt/stack/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2025-04-17 13:00:25.755 | + opt/stack/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2025-04-17 13:00:25.757 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2025-04-17 13:00:25.757 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep -v service 2025-04-17 13:00:25.757 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep ,True 2025-04-17 13:00:25.757 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : IFS=, 2025-04-17 13:00:25.758 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2025-04-17 13:00:26.583 | Failed to discover available identity versions when contacting http://localhost:5000/v3/. Attempting to parse version from URL. 2025-04-17 13:00:26.584 | 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-17 13:00:26.701 | + stack.sh:main:1414 : save_stackenv 2025-04-17 13:00:26.703 | + functions-common:save_stackenv:60 : local tag= 2025-04-17 13:00:26.706 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-04-17 13:00:26.709 | + functions-common:save_stackenv:62 : time_stamp=2025-04-17-130026 2025-04-17 13:00:26.711 | + functions-common:save_stackenv:63 : echo '# 2025-04-17-130026 ' 2025-04-17 13:00:26.714 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 13:00:26.716 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-17 13:00:26.718 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 13:00:26.720 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-04-17 13:00:26.722 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 13:00:26.724 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-04-17 13:00:26.726 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 13:00:26.728 | + 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-17 13:00:26.730 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 13:00:26.732 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-04-17 13:00:26.734 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 13:00:26.736 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-04-17 13:00:26.738 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 13:00:26.740 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-04-17-125250 2025-04-17 13:00:26.742 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 13:00:26.744 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-04-17 13:00:26.746 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 13:00:26.748 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-04-17 13:00:26.750 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 13:00:26.752 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-04-17 13:00:26.754 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 13:00:26.756 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-04-17 13:00:26.758 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 13:00:26.760 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-04-17 13:00:26.762 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 13:00:26.764 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-04-17 13:00:26.766 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 13:00:26.768 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-04-17 13:00:26.770 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-17 13:00:26.772 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-04-17 13:00:26.774 | + stack.sh:main:1425 : merge_config_group /opt/stack/devstack/local.conf extra 2025-04-17 13:00:26.776 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-17 13:00:26.778 | + inc/meta-config:merge_config_group:171 : shift 2025-04-17 13:00:26.780 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2025-04-17 13:00:26.782 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-17 13:00:26.784 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-17 13:00:26.787 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-17 13:00:26.789 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf extra 2025-04-17 13:00:26.792 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-17 13:00:26.794 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2025-04-17 13:00:26.796 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-17 13:00:26.798 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2025-04-17 13:00:26.798 | /^\[\[.+\|.*\]\]/ { 2025-04-17 13:00:26.798 | gsub("[][]", "", $1); 2025-04-17 13:00:26.798 | split($1, a, "|"); 2025-04-17 13:00:26.798 | if (a[1] == matchgroup) 2025-04-17 13:00:26.798 | print a[2] 2025-04-17 13:00:26.798 | } 2025-04-17 13:00:26.798 | ' /opt/stack/devstack/local.conf 2025-04-17 13:00:26.803 | + stack.sh:main:1432 : run_phase stack extra 2025-04-17 13:00:26.805 | + functions-common:run_phase:1828 : local mode=stack 2025-04-17 13:00:26.807 | + functions-common:run_phase:1829 : local phase=extra 2025-04-17 13:00:26.809 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-17 13:00:26.811 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-17 13:00:26.813 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-17 13:00:26.815 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-17 13:00:26.817 | + functions-common:run_phase:1838 : local extra 2025-04-17 13:00:26.820 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-17 13:00:26.824 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-17 13:00:26.826 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-17 13:00:26.828 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-17 13:00:26.830 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack extra 2025-04-17 13:00:26.832 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-17 13:00:26.846 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-17 13:00:26.848 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-17 13:00:26.850 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-17 13:00:26.852 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2025-04-17 13:00:26.854 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-17 13:00:26.856 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-17 13:00:26.858 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-04-17 13:00:26.860 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2025-04-17 13:00:26.862 | ++ extras.d/80-tempest.sh:source:15 : : 2025-04-17 13:00:26.864 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-17 13:00:26.866 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-17 13:00:26.868 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-17 13:00:26.871 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-17 13:00:26.873 | + functions-common:run_phase:1855 : run_plugins stack extra 2025-04-17 13:00:26.875 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-17 13:00:26.877 | + functions-common:run_plugins:1815 : local phase=extra 2025-04-17 13:00:26.879 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-17 13:00:26.881 | + functions-common:run_plugins:1818 : local plugin 2025-04-17 13:00:26.883 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-17 13:00:26.886 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-17 13:00:26.888 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-17 13:00:26.890 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack extra 2025-04-17 13:00:26.892 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-17 13:00:26.894 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-17 13:00:26.896 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2025-04-17 13:00:26.898 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-17 13:00:26.900 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-17 13:00:26.903 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-04-17 13:00:26.905 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ extra == \e\x\t\r\a ]] 2025-04-17 13:00:26.907 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:17 : echo_summary 'Initializing Networking-NSX-T' 2025-04-17 13:00:26.909 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-17 13:00:26.911 | ++ stack.sh:echo_summary:461 : echo -e Initializing Networking-NSX-T 2025-04-17 13:00:26.913 | + stack.sh:main:1440 : merge_config_group /opt/stack/devstack/local.conf post-extra 2025-04-17 13:00:26.915 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-17 13:00:26.917 | + inc/meta-config:merge_config_group:171 : shift 2025-04-17 13:00:26.919 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2025-04-17 13:00:26.921 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-17 13:00:26.924 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-17 13:00:26.926 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-17 13:00:26.928 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-extra 2025-04-17 13:00:26.931 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-17 13:00:26.933 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2025-04-17 13:00:26.935 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-17 13:00:26.937 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2025-04-17 13:00:26.937 | /^\[\[.+\|.*\]\]/ { 2025-04-17 13:00:26.937 | gsub("[][]", "", $1); 2025-04-17 13:00:26.937 | split($1, a, "|"); 2025-04-17 13:00:26.937 | if (a[1] == matchgroup) 2025-04-17 13:00:26.937 | print a[2] 2025-04-17 13:00:26.937 | } 2025-04-17 13:00:26.937 | ' /opt/stack/devstack/local.conf 2025-04-17 13:00:26.942 | + stack.sh:main:1449 : is_service_enabled n-cpu 2025-04-17 13:00:26.957 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 13:00:26.959 | + stack.sh:main:1454 : service_check 2025-04-17 13:00:26.961 | + functions-common:service_check:1693 : local service 2025-04-17 13:00:26.963 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 13:00:26.965 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@key.service 2025-04-17 13:00:26.975 | Failed to get unit file state for devstack@key.service: No such file or directory 2025-04-17 13:00:26.978 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 13:00:26.980 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-api.service 2025-04-17 13:00:26.990 | enabled 2025-04-17 13:00:26.994 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-api.service --no-pager 2025-04-17 13:00:27.022 | ● devstack@n-api.service - Devstack devstack@n-api.service 2025-04-17 13:00:27.022 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2025-04-17 13:00:27.022 | Active: active (running) since Thu 2025-04-17 12:59:31 UTC; 55s ago 2025-04-17 13:00:27.022 | Main PID: 54211 (uwsgi) 2025-04-17 13:00:27.022 | Status: "uWSGI is ready" 2025-04-17 13:00:27.022 | Tasks: 3 (limit: 19125) 2025-04-17 13:00:27.022 | Memory: 226.2M 2025-04-17 13:00:27.022 | CPU: 6.196s 2025-04-17 13:00:27.022 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2025-04-17 13:00:27.022 | ├─54211 "nova-apiuWSGI master" 2025-04-17 13:00:27.022 | ├─54212 "nova-apiuWSGI worker 1" 2025-04-17 13:00:27.022 | └─54213 "nova-apiuWSGI worker 2" 2025-04-17 13:00:27.022 | 2025-04-17 13:00:27.022 | Apr 17 13:00:24 devstack devstack@n-api.service[54213]: [pid: 54213|app: 0|req: 17/32] 10.180.1.21 () {64 vars in 1332 bytes} [Thu Apr 17 13:00:24 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-17 13:00:27.022 | Apr 17 13:00:25 devstack devstack@n-api.service[54212]: DEBUG nova.api.openstack.wsgi [None req-cda7ec40-7dc2-4c61-b0ff-c4908ca0f8e2 admin admin] Calling method '>' {{(pid=54212) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:513}} 2025-04-17 13:00:27.022 | Apr 17 13:00:25 devstack devstack@n-api.service[54212]: INFO nova.api.openstack.requestlog [None req-cda7ec40-7dc2-4c61-b0ff-c4908ca0f8e2 admin admin] 10.180.1.21 "GET /compute/v2.1" status: 200 len: 388 microversion: 2.1 time: 0.001163 2025-04-17 13:00:27.022 | Apr 17 13:00:25 devstack devstack@n-api.service[54212]: [pid: 54212|app: 0|req: 16/33] 10.180.1.21 () {54 vars in 930 bytes} [Thu Apr 17 13:00:25 2025] GET /compute/v2.1 => generated 388 bytes in 2 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2025-04-17 13:00:27.022 | Apr 17 13:00:25 devstack devstack@n-api.service[54213]: DEBUG nova.api.openstack.wsgi [None req-34ba7437-6c84-44cd-a8cd-c5194c841480 admin admin] Action: 'create', calling method: >, body: {"flavor": {"swap": 0, "disk": 160, "id": "5", "rxtx_factor": 1.0, "name": "m1.xlarge", "OS-FLV-EXT-DATA:ephemeral": 0, "os-flavor-access:is_public": true, "ram": 16384, "vcpus": 8}} {{(pid=54213) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2025-04-17 13:00:27.022 | Apr 17 13:00:25 devstack devstack@n-api.service[54213]: INFO nova.api.openstack.requestlog [None req-34ba7437-6c84-44cd-a8cd-c5194c841480 admin admin] 10.180.1.21 "POST /compute/v2.1/flavors" status: 200 len: 408 microversion: 2.61 time: 0.052526 2025-04-17 13:00:27.022 | Apr 17 13:00:25 devstack devstack@n-api.service[54213]: [pid: 54213|app: 0|req: 18/34] 10.180.1.21 () {64 vars in 1282 bytes} [Thu Apr 17 13:00:25 2025] POST /compute/v2.1/flavors => generated 408 bytes in 53 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) 2025-04-17 13:00:27.022 | Apr 17 13:00:25 devstack devstack@n-api.service[54212]: DEBUG nova.api.openstack.wsgi [None req-64cb50c8-e2fa-442a-b4e5-9d0c92861013 admin admin] Action: 'create', calling method: >, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=54212) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2025-04-17 13:00:27.022 | Apr 17 13:00:25 devstack devstack@n-api.service[54212]: INFO nova.api.openstack.requestlog [None req-64cb50c8-e2fa-442a-b4e5-9d0c92861013 admin admin] 10.180.1.21 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.61 time: 0.020578 2025-04-17 13:00:27.022 | Apr 17 13:00:25 devstack devstack@n-api.service[54212]: [pid: 54212|app: 0|req: 17/35] 10.180.1.21 () {64 vars in 1332 bytes} [Thu Apr 17 13:00:25 2025] POST /compute/v2.1/flavors/5/os-extra_specs => generated 43 bytes in 21 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2025-04-17 13:00:27.025 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 13:00:27.027 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-cond.service 2025-04-17 13:00:27.038 | enabled 2025-04-17 13:00:27.041 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-cond.service --no-pager 2025-04-17 13:00:27.053 | ● devstack@n-cond.service - Devstack devstack@n-cond.service 2025-04-17 13:00:27.053 | Loaded: loaded (/etc/systemd/system/devstack@n-cond.service; enabled; vendor preset: enabled) 2025-04-17 13:00:27.053 | Active: active (running) since Thu 2025-04-17 13:00:08 UTC; 18s ago 2025-04-17 13:00:27.053 | Main PID: 60666 (nova-conductor) 2025-04-17 13:00:27.053 | Tasks: 3 (limit: 19125) 2025-04-17 13:00:27.053 | Memory: 142.1M 2025-04-17 13:00:27.053 | CPU: 2.033s 2025-04-17 13:00:27.053 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond.service 2025-04-17 13:00:27.053 | ├─60666 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-04-17 13:00:27.053 | ├─61130 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-04-17 13:00:27.053 | └─61131 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-04-17 13:00:27.053 | 2025-04-17 13:00:27.053 | Apr 17 13:00:10 devstack nova-conductor[60666]: DEBUG oslo_service.service [None req-693406cc-78b2-42fb-a44e-7af250b2ab4c None None] oslo_limit.version = None {{(pid=60666) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-17 13:00:27.053 | Apr 17 13:00:10 devstack nova-conductor[60666]: DEBUG oslo_service.service [None req-693406cc-78b2-42fb-a44e-7af250b2ab4c None None] oslo_reports.file_event_handler = None {{(pid=60666) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-17 13:00:27.053 | Apr 17 13:00:10 devstack nova-conductor[60666]: DEBUG oslo_service.service [None req-693406cc-78b2-42fb-a44e-7af250b2ab4c None None] oslo_reports.file_event_handler_interval = 1 {{(pid=60666) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-17 13:00:27.053 | Apr 17 13:00:10 devstack nova-conductor[60666]: DEBUG oslo_service.service [None req-693406cc-78b2-42fb-a44e-7af250b2ab4c None None] oslo_reports.log_dir = None {{(pid=60666) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-17 13:00:27.053 | Apr 17 13:00:10 devstack nova-conductor[60666]: DEBUG oslo_service.service [None req-693406cc-78b2-42fb-a44e-7af250b2ab4c None None] ******************************************************************************** {{(pid=60666) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-04-17 13:00:27.053 | Apr 17 13:00:20 devstack nova-conductor[60666]: DEBUG dbcounter [-] [60666] Writing DB stats nova_api:SELECT=3 {{(pid=60666) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-17 13:00:27.053 | Apr 17 13:00:20 devstack nova-conductor[60666]: DEBUG dbcounter [-] [60666] Writing DB stats nova_cell0:SELECT=3 {{(pid=60666) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-17 13:00:27.053 | Apr 17 13:00:20 devstack nova-conductor[60666]: DEBUG dbcounter [-] [60666] Writing DB stats nova_cell1:SELECT=3 {{(pid=60666) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-17 13:00:27.053 | Apr 17 13:00:25 devstack nova-conductor[61130]: DEBUG dbcounter [-] [61130] Writing DB stats nova_cell1:SELECT=10,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=61130) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-17 13:00:27.053 | Apr 17 13:00:25 devstack nova-conductor[61131]: DEBUG dbcounter [-] [61131] Writing DB stats nova_cell1:SELECT=12,nova_cell1:INSERT=1 {{(pid=61131) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-17 13:00:27.056 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 13:00:27.058 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-sch.service 2025-04-17 13:00:27.067 | enabled 2025-04-17 13:00:27.070 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-sch.service --no-pager 2025-04-17 13:00:27.082 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2025-04-17 13:00:27.082 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2025-04-17 13:00:27.082 | Active: active (running) since Thu 2025-04-17 13:00:05 UTC; 21s ago 2025-04-17 13:00:27.082 | Main PID: 59349 (nova-scheduler) 2025-04-17 13:00:27.082 | Tasks: 3 (limit: 19125) 2025-04-17 13:00:27.082 | Memory: 142.1M 2025-04-17 13:00:27.082 | CPU: 2.113s 2025-04-17 13:00:27.082 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2025-04-17 13:00:27.082 | ├─59349 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-04-17 13:00:27.082 | ├─60369 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-04-17 13:00:27.082 | └─60372 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-04-17 13:00:27.082 | 2025-04-17 13:00:27.082 | Apr 17 13:00:07 devstack nova-scheduler[59349]: DEBUG oslo_service.service [None req-73abbd6c-51f6-45a3-b57f-11f11cceaa68 None None] oslo_limit.version = None {{(pid=59349) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-17 13:00:27.082 | Apr 17 13:00:07 devstack nova-scheduler[59349]: DEBUG oslo_service.service [None req-73abbd6c-51f6-45a3-b57f-11f11cceaa68 None None] oslo_reports.file_event_handler = None {{(pid=59349) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-17 13:00:27.082 | Apr 17 13:00:07 devstack nova-scheduler[59349]: DEBUG oslo_service.service [None req-73abbd6c-51f6-45a3-b57f-11f11cceaa68 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=59349) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-17 13:00:27.082 | Apr 17 13:00:07 devstack nova-scheduler[59349]: DEBUG oslo_service.service [None req-73abbd6c-51f6-45a3-b57f-11f11cceaa68 None None] oslo_reports.log_dir = None {{(pid=59349) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-17 13:00:27.082 | Apr 17 13:00:07 devstack nova-scheduler[59349]: DEBUG oslo_service.service [None req-73abbd6c-51f6-45a3-b57f-11f11cceaa68 None None] ******************************************************************************** {{(pid=59349) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-04-17 13:00:27.082 | Apr 17 13:00:17 devstack nova-scheduler[59349]: DEBUG dbcounter [-] [59349] Writing DB stats nova_api:SELECT=7 {{(pid=59349) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-17 13:00:27.082 | Apr 17 13:00:17 devstack nova-scheduler[59349]: DEBUG dbcounter [-] [59349] Writing DB stats nova_cell1:SELECT=5 {{(pid=59349) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-17 13:00:27.082 | Apr 17 13:00:17 devstack nova-scheduler[59349]: DEBUG dbcounter [-] [59349] Writing DB stats nova_cell0:SELECT=3 {{(pid=59349) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-17 13:00:27.082 | Apr 17 13:00:22 devstack nova-scheduler[60369]: DEBUG dbcounter [-] [60369] Writing DB stats nova_cell1:SELECT=12,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=60369) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-17 13:00:27.082 | Apr 17 13:00:22 devstack nova-scheduler[60372]: DEBUG dbcounter [-] [60372] Writing DB stats nova_cell1:SELECT=10,nova_cell1:INSERT=1 {{(pid=60372) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-17 13:00:27.085 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 13:00:27.088 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-api-meta.service 2025-04-17 13:00:27.097 | enabled 2025-04-17 13:00:27.100 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-api-meta.service --no-pager 2025-04-17 13:00:27.111 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2025-04-17 13:00:27.111 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2025-04-17 13:00:27.111 | Active: active (running) since Thu 2025-04-17 13:00:07 UTC; 19s ago 2025-04-17 13:00:27.111 | Main PID: 59965 (uwsgi) 2025-04-17 13:00:27.111 | Status: "uWSGI is ready" 2025-04-17 13:00:27.111 | Tasks: 4 (limit: 19125) 2025-04-17 13:00:27.111 | Memory: 188.4M 2025-04-17 13:00:27.111 | CPU: 3.881s 2025-04-17 13:00:27.111 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2025-04-17 13:00:27.111 | ├─59965 "nova-api-metauWSGI master" 2025-04-17 13:00:27.111 | ├─59966 "nova-api-metauWSGI worker 1" 2025-04-17 13:00:27.111 | ├─59967 "nova-api-metauWSGI worker 2" 2025-04-17 13:00:27.111 | └─59968 "nova-api-metauWSGI http 1" 2025-04-17 13:00:27.111 | 2025-04-17 13:00:27.111 | Apr 17 13:00:09 devstack devstack@n-api-meta.service[59967]: INFO dbcounter [None req-0cc9e97e-5743-45c3-9eed-b3fe61cf0593 None None] Registered counter for database nova_cell1 2025-04-17 13:00:27.111 | Apr 17 13:00:09 devstack devstack@n-api-meta.service[59967]: DEBUG oslo_db.sqlalchemy.engines [None req-0cc9e97e-5743-45c3-9eed-b3fe61cf0593 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=59967) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-17 13:00:27.111 | Apr 17 13:00:09 devstack devstack@n-api-meta.service[59967]: DEBUG dbcounter [-] [59967] Writer thread running {{(pid=59967) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-17 13:00:27.111 | Apr 17 13:00:09 devstack devstack@n-api-meta.service[59966]: INFO dbcounter [None req-e6c119e7-9fbc-4ce5-983c-00dc4020be28 None None] Registered counter for database nova_cell1 2025-04-17 13:00:27.111 | Apr 17 13:00:09 devstack devstack@n-api-meta.service[59966]: DEBUG oslo_db.sqlalchemy.engines [None req-e6c119e7-9fbc-4ce5-983c-00dc4020be28 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=59966) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-17 13:00:27.111 | Apr 17 13:00:09 devstack devstack@n-api-meta.service[59966]: DEBUG dbcounter [-] [59966] Writer thread running {{(pid=59966) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-17 13:00:27.111 | Apr 17 13:00:09 devstack devstack@n-api-meta.service[59967]: WARNING nova.api.metadata.handler [None req-0cc9e97e-5743-45c3-9eed-b3fe61cf0593 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2025-04-17 13:00:27.111 | Apr 17 13:00:09 devstack devstack@n-api-meta.service[59967]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x562bfe61f100 pid: 59967 (default app) 2025-04-17 13:00:27.111 | Apr 17 13:00:09 devstack devstack@n-api-meta.service[59966]: WARNING nova.api.metadata.handler [None req-e6c119e7-9fbc-4ce5-983c-00dc4020be28 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2025-04-17 13:00:27.111 | Apr 17 13:00:09 devstack devstack@n-api-meta.service[59966]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x562bfe61f100 pid: 59966 (default app) 2025-04-17 13:00:27.114 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 13:00:27.116 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@placement-api.service 2025-04-17 13:00:27.125 | enabled 2025-04-17 13:00:27.128 | + functions-common:service_check:1700 : sudo systemctl status devstack@placement-api.service --no-pager 2025-04-17 13:00:27.140 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2025-04-17 13:00:27.140 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2025-04-17 13:00:27.140 | Active: active (running) since Thu 2025-04-17 12:59:40 UTC; 47s ago 2025-04-17 13:00:27.140 | Main PID: 55606 (uwsgi) 2025-04-17 13:00:27.140 | Status: "uWSGI is ready" 2025-04-17 13:00:27.140 | Tasks: 5 (limit: 19125) 2025-04-17 13:00:27.140 | Memory: 136.8M 2025-04-17 13:00:27.140 | CPU: 2.474s 2025-04-17 13:00:27.140 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2025-04-17 13:00:27.140 | ├─55606 "placementuWSGI master" 2025-04-17 13:00:27.140 | ├─55607 "placementuWSGI worker 1" 2025-04-17 13:00:27.140 | └─55608 "placementuWSGI worker 2" 2025-04-17 13:00:27.140 | 2025-04-17 13:00:27.140 | Apr 17 12:59:41 devstack devstack@placement-api.service[55607]: INFO placement.requestlog [None req-776c920f-20a1-4bf7-a2e4-5c728830d85c None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2025-04-17 13:00:27.140 | Apr 17 12:59:41 devstack devstack@placement-api.service[55607]: [pid: 55607|app: 0|req: 1/1] 10.180.1.21 () {50 vars in 776 bytes} [Thu Apr 17 12:59:41 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-17 13:00:27.140 | Apr 17 12:59:51 devstack devstack@placement-api.service[55607]: DEBUG dbcounter [-] [55607] Writing DB stats placement:SELECT=5,placement:INSERT=2,placement:SET=1 {{(pid=55607) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-17 13:00:27.140 | Apr 17 12:59:51 devstack devstack@placement-api.service[55608]: DEBUG dbcounter [-] [55608] Writing DB stats placement:SELECT=5,placement:INSERT=2,placement:SET=1 {{(pid=55608) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-17 13:00:27.140 | Apr 17 13:00:07 devstack devstack@placement-api.service[55608]: DEBUG placement.requestlog [None req-a0225ec7-3982-4b22-8e78-530c44f021e0 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=55608) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2025-04-17 13:00:27.140 | Apr 17 13:00:07 devstack devstack@placement-api.service[55608]: INFO placement.requestlog [None req-a0225ec7-3982-4b22-8e78-530c44f021e0 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2025-04-17 13:00:27.140 | Apr 17 13:00:07 devstack devstack@placement-api.service[55608]: [pid: 55608|app: 0|req: 1/2] 10.180.1.21 () {54 vars in 917 bytes} [Thu Apr 17 13:00:07 2025] GET /placement => generated 136 bytes in 9 msecs (HTTP/1.1 200) 6 headers in 224 bytes (2 switches on core 0) 2025-04-17 13:00:27.140 | Apr 17 13:00:10 devstack devstack@placement-api.service[55607]: DEBUG placement.requestlog [None req-4e7dc163-2e57-4119-84ae-cca1e7c7ae55 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=55607) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2025-04-17 13:00:27.140 | Apr 17 13:00:10 devstack devstack@placement-api.service[55607]: INFO placement.requestlog [None req-4e7dc163-2e57-4119-84ae-cca1e7c7ae55 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2025-04-17 13:00:27.140 | Apr 17 13:00:10 devstack devstack@placement-api.service[55607]: [pid: 55607|app: 0|req: 2/3] 10.180.1.21 () {54 vars in 917 bytes} [Thu Apr 17 13:00:10 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-17 13:00:27.143 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 13:00:27.145 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@placement-client.service 2025-04-17 13:00:27.153 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2025-04-17 13:00:27.156 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 13:00:27.158 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@g-api.service 2025-04-17 13:00:27.167 | enabled 2025-04-17 13:00:27.170 | + functions-common:service_check:1700 : sudo systemctl status devstack@g-api.service --no-pager 2025-04-17 13:00:27.181 | ● devstack@g-api.service - Devstack devstack@g-api.service 2025-04-17 13:00:27.181 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2025-04-17 13:00:27.181 | Active: active (running) since Thu 2025-04-17 13:00:19 UTC; 7s ago 2025-04-17 13:00:27.181 | Main PID: 63587 (uwsgi) 2025-04-17 13:00:27.181 | Status: "uWSGI is ready" 2025-04-17 13:00:27.181 | Tasks: 9 (limit: 19125) 2025-04-17 13:00:27.181 | Memory: 223.5M 2025-04-17 13:00:27.181 | CPU: 4.480s 2025-04-17 13:00:27.181 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2025-04-17 13:00:27.181 | ├─63587 "glance-apiuWSGI master" 2025-04-17 13:00:27.181 | ├─63588 "glance-apiuWSGI worker 1" 2025-04-17 13:00:27.181 | └─63589 "glance-apiuWSGI worker 2" 2025-04-17 13:00:27.181 | 2025-04-17 13:00:27.181 | Apr 17 13:00:23 devstack devstack@g-api.service[63588]: DEBUG glance.api.middleware.version_negotiation [None req-917c2327-2311-4f4c-bea9-622ccb1fa217 None None] new path /v2/images/b1400c31-d33b-4e13-944f-4c645e62493e/file {{(pid=63588) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} 2025-04-17 13:00:27.181 | Apr 17 13:00:24 devstack devstack@g-api.service[63588]: INFO dbcounter [None req-6851ebf0-9fa9-4e88-b7f0-cfd4dd2ba041 admin admin] Registered counter for database glance 2025-04-17 13:00:27.181 | Apr 17 13:00:24 devstack devstack@g-api.service[63588]: DEBUG oslo_db.sqlalchemy.engines [None req-6851ebf0-9fa9-4e88-b7f0-cfd4dd2ba041 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=63588) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-17 13:00:27.181 | Apr 17 13:00:24 devstack devstack@g-api.service[63588]: DEBUG dbcounter [-] [63588] Writer thread running {{(pid=63588) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-17 13:00:27.181 | Apr 17 13:00:24 devstack devstack@g-api.service[63588]: INFO glance.api.v2.image_data [None req-6851ebf0-9fa9-4e88-b7f0-cfd4dd2ba041 admin admin] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2025-04-17 13:00:27.181 | Apr 17 13:00:24 devstack devstack@g-api.service[63588]: DEBUG glance.location [None req-6851ebf0-9fa9-4e88-b7f0-cfd4dd2ba041 admin admin] Enabling in-flight format inspection for vmdk {{(pid=63588) set_data /opt/stack/glance/glance/location.py:592}} 2025-04-17 13:00:27.181 | Apr 17 13:00:24 devstack devstack@g-api.service[63588]: DEBUG glance_store._drivers.filesystem [None req-6851ebf0-9fa9-4e88-b7f0-cfd4dd2ba041 admin admin] Wrote 21318656 bytes to /opt/stack/data/glance/images/b1400c31-d33b-4e13-944f-4c645e62493e with checksum 879b8eacf4b511d84bac79c7fe0e0d0a and multihash 7b454ad71f0f894fcc55e4d1f50ee446a570ffa34406e3026d1af22a43e4d61724db145f5ac4ee3c321289b7638b2a429cce605dfa25c96800748e00a61d3051 {{(pid=63588) add /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/_drivers/filesystem.py:773}} 2025-04-17 13:00:27.181 | Apr 17 13:00:24 devstack devstack@g-api.service[63588]: INFO glance.location [None req-6851ebf0-9fa9-4e88-b7f0-cfd4dd2ba041 admin admin] Image format matched and virtual size computed: 117440512 2025-04-17 13:00:27.181 | Apr 17 13:00:24 devstack devstack@g-api.service[63588]: DEBUG glance_store.backend [None req-6851ebf0-9fa9-4e88-b7f0-cfd4dd2ba041 admin admin] Skipping store.set_acls... not implemented. {{(pid=63588) set_acls /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:508}} 2025-04-17 13:00:27.181 | Apr 17 13:00:24 devstack devstack@g-api.service[63588]: [pid: 63588|app: 0|req: 3/4] 127.0.0.1 () {40 vars in 860 bytes} [Thu Apr 17 13:00:23 2025] PUT /v2/images/b1400c31-d33b-4e13-944f-4c645e62493e/file => generated 0 bytes in 858 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) 2025-04-17 13:00:27.184 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 13:00:27.186 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-sch.service 2025-04-17 13:00:27.195 | enabled 2025-04-17 13:00:27.198 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-sch.service --no-pager 2025-04-17 13:00:27.209 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2025-04-17 13:00:27.209 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2025-04-17 13:00:27.209 | Active: active (running) since Thu 2025-04-17 13:00:15 UTC; 11s ago 2025-04-17 13:00:27.209 | Main PID: 62347 (cinder-schedule) 2025-04-17 13:00:27.209 | Tasks: 1 (limit: 19125) 2025-04-17 13:00:27.209 | Memory: 93.9M 2025-04-17 13:00:27.209 | CPU: 1.769s 2025-04-17 13:00:27.209 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2025-04-17 13:00:27.209 | └─62347 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2025-04-17 13:00:27.209 | 2025-04-17 13:00:27.209 | Apr 17 13:00:16 devstack cinder-scheduler[62347]: INFO cinder.manager [None req-a37ce0c2-f0b8-4ec2-bd0e-a6f23bc304be None None] Initiating service 1 cleanup 2025-04-17 13:00:27.209 | Apr 17 13:00:16 devstack cinder-scheduler[62347]: INFO cinder.manager [None req-a37ce0c2-f0b8-4ec2-bd0e-a6f23bc304be None None] Service 1 cleanup completed. 2025-04-17 13:00:27.209 | Apr 17 13:00:16 devstack cinder-scheduler[62347]: DEBUG cinder.service [None req-a37ce0c2-f0b8-4ec2-bd0e-a6f23bc304be None None] Creating RPC server for service cinder-scheduler {{(pid=62347) start /opt/stack/cinder/cinder/service.py:239}} 2025-04-17 13:00:27.209 | Apr 17 13:00:16 devstack cinder-scheduler[62347]: DEBUG cinder.service [None req-a37ce0c2-f0b8-4ec2-bd0e-a6f23bc304be None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=62347) start /opt/stack/cinder/cinder/service.py:245}} 2025-04-17 13:00:27.209 | Apr 17 13:00:20 devstack cinder-scheduler[62347]: DEBUG cinder.scheduler.host_manager [None req-60906fed-d194-49ca-8c17-c9cd59d21fe1 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=62347) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:628}} 2025-04-17 13:00:27.209 | Apr 17 13:00:20 devstack cinder-scheduler[62347]: DEBUG cinder.scheduler.host_manager [None req-60906fed-d194-49ca-8c17-c9cd59d21fe1 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, 17, 13, 0, 20, 667811)} {{(pid=62347) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:415}} 2025-04-17 13:00:27.209 | Apr 17 13:00:20 devstack cinder-scheduler[62347]: DEBUG cinder.utils [None req-60906fed-d194-49ca-8c17-c9cd59d21fe1 None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=62347) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:879}} 2025-04-17 13:00:27.209 | Apr 17 13:00:26 devstack cinder-scheduler[62347]: DEBUG oslo_service.periodic_task [None req-aae88cad-d0ae-47c1-a530-7e2b3434d558 None None] Running periodic task SchedulerManager._clean_expired_messages {{(pid=62347) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} 2025-04-17 13:00:27.209 | Apr 17 13:00:27 devstack cinder-scheduler[62347]: INFO cinder.message.api [None req-aae88cad-d0ae-47c1-a530-7e2b3434d558 None None] Deleted 0 expired messages. 2025-04-17 13:00:27.209 | Apr 17 13:00:27 devstack cinder-scheduler[62347]: DEBUG oslo_service.periodic_task [None req-aae88cad-d0ae-47c1-a530-7e2b3434d558 None None] Running periodic task SchedulerManager._clean_expired_reservation {{(pid=62347) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} 2025-04-17 13:00:27.212 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 13:00:27.214 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-api.service 2025-04-17 13:00:27.223 | enabled 2025-04-17 13:00:27.226 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-api.service --no-pager 2025-04-17 13:00:27.238 | ● devstack@c-api.service - Devstack devstack@c-api.service 2025-04-17 13:00:27.238 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2025-04-17 13:00:27.238 | Active: active (running) since Thu 2025-04-17 13:00:12 UTC; 14s ago 2025-04-17 13:00:27.238 | Main PID: 61810 (uwsgi) 2025-04-17 13:00:27.238 | Status: "uWSGI is ready" 2025-04-17 13:00:27.238 | Tasks: 7 (limit: 19125) 2025-04-17 13:00:27.238 | Memory: 213.5M 2025-04-17 13:00:27.238 | CPU: 4.724s 2025-04-17 13:00:27.238 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2025-04-17 13:00:27.238 | ├─61810 "cinder-apiuWSGI master" 2025-04-17 13:00:27.238 | ├─61811 "cinder-apiuWSGI worker 1" 2025-04-17 13:00:27.238 | └─61812 "cinder-apiuWSGI worker 2" 2025-04-17 13:00:27.238 | 2025-04-17 13:00:27.238 | Apr 17 13:00:18 devstack devstack@c-api.service[61812]: INFO cinder.api.openstack.wsgi [None req-ee18b64b-efdb-4afd-a420-4200d3423762 admin admin] http://10.180.1.21/volume/v3/1ae7bf3a375d41c6af5e7536af51ffd1/types returned with HTTP 200 2025-04-17 13:00:27.238 | Apr 17 13:00:18 devstack devstack@c-api.service[61812]: [pid: 61812|app: 0|req: 1/2] 10.180.1.21 () {60 vars in 1236 bytes} [Thu Apr 17 13:00:17 2025] POST /volume/v3/1ae7bf3a375d41c6af5e7536af51ffd1/types => generated 182 bytes in 479 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2025-04-17 13:00:27.238 | Apr 17 13:00:18 devstack devstack@c-api.service[61811]: DEBUG cinder.api.middleware.request_id [req-ee18b64b-efdb-4afd-a420-4200d3423762 req-55d1f2d2-28f9-46cb-b553-e5941ec9f653 None None] RequestId filter calling following filter/app {{(pid=61811) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} 2025-04-17 13:00:27.238 | Apr 17 13:00:18 devstack devstack@c-api.service[61811]: INFO cinder.api.openstack.wsgi [req-ee18b64b-efdb-4afd-a420-4200d3423762 req-55d1f2d2-28f9-46cb-b553-e5941ec9f653 admin admin] POST http://10.180.1.21/volume/v3/1ae7bf3a375d41c6af5e7536af51ffd1/types/2e106c3a-22f3-4acf-9b2a-7162f44a5d05/extra_specs 2025-04-17 13:00:27.238 | Apr 17 13:00:18 devstack devstack@c-api.service[61811]: DEBUG cinder.api.openstack.wsgi [req-ee18b64b-efdb-4afd-a420-4200d3423762 req-55d1f2d2-28f9-46cb-b553-e5941ec9f653 admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "vsphere"}} {{(pid=61811) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} 2025-04-17 13:00:27.238 | Apr 17 13:00:18 devstack devstack@c-api.service[61811]: /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-17 13:00:27.238 | Apr 17 13:00:18 devstack devstack@c-api.service[61811]: warnings.warn('Policy enforcement is depending on the value of ' 2025-04-17 13:00:27.238 | Apr 17 13:00:18 devstack devstack@c-api.service[61811]: DEBUG oslo_db.sqlalchemy.engines [req-ee18b64b-efdb-4afd-a420-4200d3423762 req-55d1f2d2-28f9-46cb-b553-e5941ec9f653 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=61811) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-17 13:00:27.238 | Apr 17 13:00:18 devstack devstack@c-api.service[61811]: INFO cinder.api.openstack.wsgi [req-ee18b64b-efdb-4afd-a420-4200d3423762 req-55d1f2d2-28f9-46cb-b553-e5941ec9f653 admin admin] http://10.180.1.21/volume/v3/1ae7bf3a375d41c6af5e7536af51ffd1/types/2e106c3a-22f3-4acf-9b2a-7162f44a5d05/extra_specs returned with HTTP 200 2025-04-17 13:00:27.238 | Apr 17 13:00:18 devstack devstack@c-api.service[61811]: [pid: 61811|app: 0|req: 2/3] 10.180.1.21 () {62 vars in 1454 bytes} [Thu Apr 17 13:00:18 2025] POST /volume/v3/1ae7bf3a375d41c6af5e7536af51ffd1/types/2e106c3a-22f3-4acf-9b2a-7162f44a5d05/extra_specs => generated 51 bytes in 433 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2025-04-17 13:00:27.241 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 13:00:27.243 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-vol.service 2025-04-17 13:00:27.252 | enabled 2025-04-17 13:00:27.255 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-vol.service --no-pager 2025-04-17 13:00:27.266 | ● devstack@c-vol.service - Devstack devstack@c-vol.service 2025-04-17 13:00:27.266 | Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled) 2025-04-17 13:00:27.266 | Active: active (running) since Thu 2025-04-17 13:00:16 UTC; 10s ago 2025-04-17 13:00:27.266 | Main PID: 62893 (cinder-volume) 2025-04-17 13:00:27.266 | Tasks: 3 (limit: 19125) 2025-04-17 13:00:27.266 | Memory: 242.7M 2025-04-17 13:00:27.266 | CPU: 4.218s 2025-04-17 13:00:27.266 | CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service 2025-04-17 13:00:27.266 | ├─62893 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2025-04-17 13:00:27.266 | └─62999 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2025-04-17 13:00:27.266 | 2025-04-17 13:00:27.266 | Apr 17 13:00:20 devstack cinder-volume[62999]: DEBUG cinder.image.image_utils [None req-60906fed-d194-49ca-8c17-c9cd59d21fe1 None None] Configuration image_conversion_dir is None or the path doesn't exist. {{(pid=62999) cleanup_temporary_file /opt/stack/cinder/cinder/image/image_utils.py:1242}} 2025-04-17 13:00:27.266 | Apr 17 13:00:20 devstack cinder-volume[62999]: INFO cinder.keymgr.migration [None req-5c1f35f1-5af1-4bc1-8be4-ed90c290f7ee None None] Not migrating encryption keys because the ConfKeyManager is still in use. 2025-04-17 13:00:27.266 | Apr 17 13:00:20 devstack cinder-volume[62999]: DEBUG cinder.manager [None req-60906fed-d194-49ca-8c17-c9cd59d21fe1 None None] Notifying Schedulers of capabilities ... {{(pid=62999) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} 2025-04-17 13:00:27.266 | Apr 17 13:00:20 devstack cinder-volume[62999]: INFO cinder.volume.manager [None req-60906fed-d194-49ca-8c17-c9cd59d21fe1 None None] Driver initialization completed successfully. 2025-04-17 13:00:27.266 | Apr 17 13:00:20 devstack cinder-volume[62999]: INFO cinder.manager [None req-60906fed-d194-49ca-8c17-c9cd59d21fe1 None None] Initiating service 2 cleanup 2025-04-17 13:00:27.266 | Apr 17 13:00:20 devstack cinder-volume[62999]: INFO cinder.manager [None req-60906fed-d194-49ca-8c17-c9cd59d21fe1 None None] Service 2 cleanup completed. 2025-04-17 13:00:27.266 | Apr 17 13:00:20 devstack cinder-volume[62999]: DEBUG cinder.service [None req-60906fed-d194-49ca-8c17-c9cd59d21fe1 None None] Creating RPC server for service cinder-volume {{(pid=62999) start /opt/stack/cinder/cinder/service.py:239}} 2025-04-17 13:00:27.266 | Apr 17 13:00:20 devstack cinder-volume[62999]: DEBUG cinder.service [None req-60906fed-d194-49ca-8c17-c9cd59d21fe1 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=62999) start /opt/stack/cinder/cinder/service.py:245}} 2025-04-17 13:00:27.266 | Apr 17 13:00:20 devstack cinder-volume[62999]: INFO cinder.volume.manager [None req-60906fed-d194-49ca-8c17-c9cd59d21fe1 None None] Initializing RPC dependent components of volume driver VMwareVcVmdkDriver (3.4.4) 2025-04-17 13:00:27.266 | Apr 17 13:00:20 devstack cinder-volume[62999]: INFO cinder.volume.manager [None req-60906fed-d194-49ca-8c17-c9cd59d21fe1 None None] Driver post RPC initialization completed successfully. 2025-04-17 13:00:27.269 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 13:00:27.271 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@ovs-vswitchd.service 2025-04-17 13:00:27.279 | Failed to get unit file state for devstack@ovs-vswitchd.service: No such file or directory 2025-04-17 13:00:27.282 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 13:00:27.285 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@ovsdb-server.service 2025-04-17 13:00:27.293 | Failed to get unit file state for devstack@ovsdb-server.service: No such file or directory 2025-04-17 13:00:27.296 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 13:00:27.298 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-svc.service 2025-04-17 13:00:27.307 | enabled 2025-04-17 13:00:27.310 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-svc.service --no-pager 2025-04-17 13:00:27.321 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2025-04-17 13:00:27.321 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2025-04-17 13:00:27.321 | Active: active (running) since Thu 2025-04-17 12:59:35 UTC; 51s ago 2025-04-17 13:00:27.321 | Main PID: 54924 (/opt/stack/data) 2025-04-17 13:00:27.321 | Tasks: 5 (limit: 19125) 2025-04-17 13:00:27.321 | Memory: 370.9M 2025-04-17 13:00:27.321 | CPU: 10.294s 2025-04-17 13:00:27.321 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2025-04-17 13:00:27.321 | ├─54924 "/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-17 13:00:27.321 | ├─55027 "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-17 13:00:27.321 | ├─55028 "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-17 13:00:27.321 | ├─55029 "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-17 13:00:27.321 | └─55030 "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-17 13:00:27.321 | 2025-04-17 13:00:27.321 | Apr 17 13:00:11 devstack neutron-server[55030]: DEBUG dbcounter [-] [55030] Writing DB stats neutron:SELECT=237,neutron:UPDATE=3 {{(pid=55030) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-17 13:00:27.321 | Apr 17 13:00:11 devstack neutron-server[55030]: DEBUG dbcounter [-] [55030] Writing DB stats neutron:SELECT=221,neutron:UPDATE=4,neutron:INSERT=1 {{(pid=55030) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-17 13:00:27.321 | Apr 17 13:00:13 devstack neutron-server[55028]: DEBUG dbcounter [-] [55028] Writing DB stats neutron:SELECT=526,neutron:INSERT=21,neutron:DELETE=4,neutron:UPDATE=7 {{(pid=55028) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-17 13:00:27.321 | Apr 17 13:00:13 devstack neutron-server[55028]: DEBUG dbcounter [-] [55028] Writing DB stats neutron:SELECT=520,neutron:INSERT=20,neutron:UPDATE=9,neutron:DELETE=2 {{(pid=55028) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-17 13:00:27.321 | Apr 17 13:00:14 devstack neutron-server[55027]: DEBUG dbcounter [-] [55027] Writing DB stats neutron:SELECT=102,neutron:INSERT=21,neutron:UPDATE=3,neutron:DELETE=3 {{(pid=55027) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-17 13:00:27.321 | Apr 17 13:00:14 devstack neutron-server[55027]: DEBUG dbcounter [-] [55027] Writing DB stats neutron:SELECT=90,neutron:INSERT=26,neutron:UPDATE=6,neutron:DELETE=3 {{(pid=55027) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-17 13:00:27.321 | Apr 17 13:00:15 devstack neutron-server[55029]: DEBUG neutron_lib.callbacks.manager [None req-286bb874-dbbf-4408-b65e-f1045f38a23b None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8229744411519', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-32828799'] for agent (4d435742-8a21-4f87-8c71-92dd81468169), after_update {{(pid=55029) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-17 13:00:27.321 | Apr 17 13:00:16 devstack neutron-server[55029]: DEBUG neutron_lib.callbacks.manager [None req-2caf22e7-afb0-40d3-9269-55fbea66b134 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8229744411519', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-32828799'] for agent (5c94fcf6-bbe8-4236-81b6-b0981d36a490), after_update {{(pid=55029) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-17 13:00:27.322 | Apr 17 13:00:16 devstack neutron-server[55029]: DEBUG neutron_lib.callbacks.manager [None req-b17f5c02-099e-4c47-b6df-b9b8caed1320 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8229744411519', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-32828799'] for agent (af9a7408-d1e4-4030-8d6f-df3eeab42462), after_update {{(pid=55029) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-17 13:00:27.322 | Apr 17 13:00:17 devstack neutron-server[55029]: DEBUG neutron_lib.callbacks.manager [None req-9f53f339-1630-46d7-939b-ccdae311ca30 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8229744411519', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-32828799'] for agent (0a9e2a5f-8a0f-4ae2-984c-cc5cb366b99f), after_update {{(pid=55029) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-17 13:00:27.325 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 13:00:27.327 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@rabbit.service 2025-04-17 13:00:27.335 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2025-04-17 13:00:27.338 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 13:00:27.340 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@tempest.service 2025-04-17 13:00:27.348 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2025-04-17 13:00:27.351 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 13:00:27.353 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@mysql.service 2025-04-17 13:00:27.361 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2025-04-17 13:00:27.364 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 13:00:27.366 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@etcd3.service 2025-04-17 13:00:27.375 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2025-04-17 13:00:27.377 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 13:00:27.380 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-agt.service 2025-04-17 13:00:27.389 | enabled 2025-04-17 13:00:27.391 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-agt.service --no-pager 2025-04-17 13:00:27.402 | ● devstack@q-agt.service - Devstack devstack@q-agt.service 2025-04-17 13:00:27.402 | Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled) 2025-04-17 13:00:27.402 | Active: active (running) since Thu 2025-04-17 12:59:42 UTC; 45s ago 2025-04-17 13:00:27.402 | Main PID: 56136 (neutron-openvsw) 2025-04-17 13:00:27.402 | Tasks: 4 (limit: 19125) 2025-04-17 13:00:27.402 | Memory: 153.3M 2025-04-17 13:00:27.402 | CPU: 3.716s 2025-04-17 13:00:27.402 | CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service 2025-04-17 13:00:27.402 | ├─56136 "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-17 13:00:27.403 | ├─58007 /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/tmpad6hk7_5/privsep.sock 2025-04-17 13:00:27.403 | └─58011 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json 2025-04-17 13:00:27.403 | 2025-04-17 13:00:27.403 | Apr 17 13:00:24 devstack neutron-openvswitch-agent[56136]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-687f75e3-3005-4fe2-a482-839252874de3 None None] Agent rpc_loop - iteration:18 started 2025-04-17 13:00:27.403 | Apr 17 13:00:24 devstack neutron-openvswitch-agent[56136]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-687f75e3-3005-4fe2-a482-839252874de3 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x78822cbf,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=6984029565229738122,duration_nsec=237000000,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=56136) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2025-04-17 13:00:27.403 | Apr 17 13:00:24 devstack neutron-openvswitch-agent[56136]: DEBUG neutron.agent.linux.utils [None req-687f75e3-3005-4fe2-a482-839252874de3 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 58011. {{(pid=56136) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2025-04-17 13:00:27.403 | Apr 17 13:00:24 devstack neutron-openvswitch-agent[56136]: DEBUG neutron.agent.common.ovsdb_monitor [None req-687f75e3-3005-4fe2-a482-839252874de3 None None] Current size of new_events: added=0 modified=0 removed=0. New events: {'added': [], 'removed': [], 'modified': []} {{(pid=56136) process_events /opt/stack/neutron/neutron/agent/common/ovsdb_monitor.py:147}} 2025-04-17 13:00:27.403 | Apr 17 13:00:24 devstack neutron-openvswitch-agent[56136]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-687f75e3-3005-4fe2-a482-839252874de3 None None] Agent rpc_loop - iteration:18 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.003 2025-04-17 13:00:27.403 | Apr 17 13:00:26 devstack neutron-openvswitch-agent[56136]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-687f75e3-3005-4fe2-a482-839252874de3 None None] Agent rpc_loop - iteration:19 started 2025-04-17 13:00:27.403 | Apr 17 13:00:26 devstack neutron-openvswitch-agent[56136]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-687f75e3-3005-4fe2-a482-839252874de3 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x78822cc1,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=6984029565229738122,duration_nsec=238000000,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=56136) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2025-04-17 13:00:27.403 | Apr 17 13:00:26 devstack neutron-openvswitch-agent[56136]: DEBUG neutron.agent.linux.utils [None req-687f75e3-3005-4fe2-a482-839252874de3 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 58011. {{(pid=56136) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2025-04-17 13:00:27.403 | Apr 17 13:00:26 devstack neutron-openvswitch-agent[56136]: DEBUG neutron.agent.common.ovsdb_monitor [None req-687f75e3-3005-4fe2-a482-839252874de3 None None] Current size of new_events: added=0 modified=0 removed=0. New events: {'added': [], 'removed': [], 'modified': []} {{(pid=56136) process_events /opt/stack/neutron/neutron/agent/common/ovsdb_monitor.py:147}} 2025-04-17 13:00:27.403 | Apr 17 13:00:26 devstack neutron-openvswitch-agent[56136]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-687f75e3-3005-4fe2-a482-839252874de3 None None] Agent rpc_loop - iteration:19 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.004 2025-04-17 13:00:27.406 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 13:00:27.408 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-dhcp.service 2025-04-17 13:00:27.417 | enabled 2025-04-17 13:00:27.419 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-dhcp.service --no-pager 2025-04-17 13:00:27.431 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service 2025-04-17 13:00:27.431 | Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled) 2025-04-17 13:00:27.431 | Active: active (running) since Thu 2025-04-17 12:59:43 UTC; 44s ago 2025-04-17 13:00:27.431 | Main PID: 56581 (neutron-dhcp-ag) 2025-04-17 13:00:27.431 | Tasks: 13 (limit: 19125) 2025-04-17 13:00:27.431 | Memory: 400.1M 2025-04-17 13:00:27.431 | CPU: 8.687s 2025-04-17 13:00:27.431 | CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service 2025-04-17 13:00:27.431 | ├─56581 "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-17 13:00:27.431 | ├─58214 /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/tmpy0faoxro/privsep.sock 2025-04-17 13:00:27.431 | ├─58253 /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/tmpwlmq8yt7/privsep.sock 2025-04-17 13:00:27.431 | ├─58314 /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/tmpibflgza6/privsep.sock 2025-04-17 13:00:27.431 | ├─58434 sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-17 13:00:27.431 | ├─58435 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-17 13:00:27.431 | └─58447 dnsmasq --no-hosts --no-resolv --pid-file=/opt/stack/data/neutron/dhcp/ba751a25-6758-4a27-997d-c17192dfbf58/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/ba751a25-6758-4a27-997d-c17192dfbf58/host --addn-hosts=/opt/stack/data/neutron/dhcp/ba751a25-6758-4a27-997d-c17192dfbf58/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/ba751a25-6758-4a27-997d-c17192dfbf58/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/ba751a25-6758-4a27-997d-c17192dfbf58/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-b9c1238b-5bb9-4766-a855-597a5609d0ee,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-17 13:00:27.431 | 2025-04-17 13:00:27.431 | Apr 17 12:59:59 devstack neutron-dhcp-agent[56581]: INFO neutron.agent.dhcp.agent [None req-a63a0d28-ea11-48fd-a5a8-0d22b4e8a1b6 None None] DHCP configuration for ports {'2f191f8c-27ca-40ee-b095-b82ecbb8f823'} is completed 2025-04-17 13:00:27.431 | Apr 17 13:00:01 devstack neutron-dhcp-agent[56581]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _network_create called with arguments ({'network': {'id': '1ae432cf-3c75-4ff5-81af-cfe7ce201747'}, 'priority': 0},) {} {{(pid=56581) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2025-04-17 13:00:27.431 | Apr 17 13:00:01 devstack neutron-dhcp-agent[56581]: DEBUG oslo_concurrency.lockutils [None req-6a602bbd-8ec4-4e0e-91ab-2b4ad5c7b5c9 None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=56581) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:404}} 2025-04-17 13:00:27.431 | Apr 17 13:00:01 devstack neutron-dhcp-agent[56581]: DEBUG oslo_concurrency.lockutils [None req-6a602bbd-8ec4-4e0e-91ab-2b4ad5c7b5c9 None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.001s {{(pid=56581) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:409}} 2025-04-17 13:00:27.431 | Apr 17 13:00:01 devstack neutron-dhcp-agent[56581]: DEBUG oslo_concurrency.lockutils [None req-6a602bbd-8ec4-4e0e-91ab-2b4ad5c7b5c9 None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=56581) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:423}} 2025-04-17 13:00:27.431 | Apr 17 13:00:01 devstack neutron-dhcp-agent[56581]: DEBUG neutron.agent.dhcp.agent [None req-6a602bbd-8ec4-4e0e-91ab-2b4ad5c7b5c9 None None] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _subnet_update called with arguments ({'subnet': {'id': 'd977464a-f345-4f1d-9cfe-21f668bace3f', 'name': 'public-subnet', 'tenant_id': '1ae7bf3a375d41c6af5e7536af51ffd1', 'network_id': '1ae432cf-3c75-4ff5-81af-cfe7ce201747', '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-17T13:00:01Z', 'updated_at': '2025-04-17T13:00:01Z', 'revision_number': 0, 'project_id': '1ae7bf3a375d41c6af5e7536af51ffd1', 'network': {'id': '1ae432cf-3c75-4ff5-81af-cfe7ce201747', 'name': 'public', 'tenant_id': '1ae7bf3a375d41c6af5e7536af51ffd1', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': ['d977464a-f345-4f1d-9cfe-21f668bace3f'], '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-17T12:59:57Z', 'updated_at': '2025-04-17T13:00:01Z', 'revision_number': 2, 'project_id': '1ae7bf3a375d41c6af5e7536af51ffd1', 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 1001}}, 'priority': 3},) {} {{(pid=56581) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2025-04-17 13:00:27.431 | Apr 17 13:00:01 devstack neutron-dhcp-agent[56581]: DEBUG oslo_concurrency.lockutils [None req-f82ad090-f494-4846-bede-ce8e97b721de None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=56581) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:404}} 2025-04-17 13:00:27.431 | Apr 17 13:00:01 devstack neutron-dhcp-agent[56581]: DEBUG oslo_concurrency.lockutils [None req-f82ad090-f494-4846-bede-ce8e97b721de None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=56581) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:409}} 2025-04-17 13:00:27.431 | Apr 17 13:00:01 devstack neutron-dhcp-agent[56581]: DEBUG oslo_concurrency.lockutils [None req-f82ad090-f494-4846-bede-ce8e97b721de None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=56581) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:423}} 2025-04-17 13:00:27.431 | Apr 17 13:00:03 devstack neutron-dhcp-agent[56581]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_create called with arguments (,) {} {{(pid=56581) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2025-04-17 13:00:27.434 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 13:00:27.437 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-l3.service 2025-04-17 13:00:27.446 | enabled 2025-04-17 13:00:27.450 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-l3.service --no-pager 2025-04-17 13:00:27.461 | ● devstack@q-l3.service - Devstack devstack@q-l3.service 2025-04-17 13:00:27.461 | Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled) 2025-04-17 13:00:27.461 | Active: active (running) since Thu 2025-04-17 12:59:44 UTC; 43s ago 2025-04-17 13:00:27.461 | Main PID: 57039 (neutron-l3-agen) 2025-04-17 13:00:27.461 | Tasks: 22 (limit: 19125) 2025-04-17 13:00:27.461 | Memory: 405.3M 2025-04-17 13:00:27.461 | CPU: 8.656s 2025-04-17 13:00:27.461 | CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service 2025-04-17 13:00:27.461 | ├─57039 "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-17 13:00:27.461 | ├─58053 /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/tmpr0xgeas3/privsep.sock 2025-04-17 13:00:27.461 | ├─58625 /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/tmpzr9dbvv6/privsep.sock 2025-04-17 13:00:27.461 | ├─58637 /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/tmpl4lenhye/privsep.sock 2025-04-17 13:00:27.461 | ├─59026 sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-17 13:00:27.461 | ├─59028 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-17 13:00:27.461 | └─59244 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/5fa89f3e-d4bf-430f-a982-45f593733721.conf 2025-04-17 13:00:27.461 | 2025-04-17 13:00:27.462 | Apr 17 13:00:07 devstack neutron-l3-agent[57039]: DEBUG oslo.privsep.daemon [-] privsep: reply[750d98fc-b81c-48ed-8ce1-7c2f57404d77]: (4, ('ARPING 10.180.180.129 from 10.180.180.129 qg-1cd6dcac-37\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=58625) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-17 13:00:27.462 | Apr 17 13:00:08 devstack neutron-l3-agent[57039]: DEBUG oslo.privsep.daemon [-] privsep: reply[f2771648-f6c9-43ce-8f24-a71b1a7aef51]: (4, ('ARPING 10.180.180.129 from 10.180.180.129 qg-1cd6dcac-37\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=58625) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-17 13:00:27.462 | Apr 17 13:00:09 devstack neutron-l3-agent[57039]: DEBUG oslo.privsep.daemon [-] privsep: reply[caa0b865-abf2-4bf6-965d-366df5118ada]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-2f191f8c-27\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=58625) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-17 13:00:27.462 | Apr 17 13:00:10 devstack neutron-l3-agent[57039]: DEBUG oslo.privsep.daemon [-] privsep: reply[3ef1c303-29bd-4294-82c5-62c343167571]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-2f191f8c-27\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=58625) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-17 13:00:27.462 | Apr 17 13:00:11 devstack neutron-l3-agent[57039]: DEBUG oslo.privsep.daemon [-] privsep: reply[d5cb2fd2-69e9-46cc-82a4-bf0ea86c8924]: (4, ('ARPING 10.180.180.129 from 10.180.180.129 qg-1cd6dcac-37\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=58625) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-17 13:00:27.462 | Apr 17 13:00:12 devstack neutron-l3-agent[57039]: DEBUG oslo.privsep.daemon [-] privsep: reply[3aa7b971-8146-46df-9673-21e06562be10]: (4, ('ARPING 10.180.180.129 from 10.180.180.129 qg-1cd6dcac-37\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=58625) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-17 13:00:27.462 | Apr 17 13:00:13 devstack neutron-l3-agent[57039]: DEBUG oslo.privsep.daemon [-] privsep: reply[20df30f5-327e-4ece-bb8f-9cf26394a909]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-2f191f8c-27\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=58625) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-17 13:00:27.462 | Apr 17 13:00:14 devstack neutron-l3-agent[57039]: DEBUG oslo.privsep.daemon [-] privsep: reply[bc573683-9126-41ec-9952-07c2253deb57]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-2f191f8c-27\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=58625) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-17 13:00:27.462 | Apr 17 13:00:15 devstack neutron-l3-agent[57039]: DEBUG oslo.privsep.daemon [-] privsep: reply[86af6fdd-7359-434d-b390-5f291e7a3c03]: (4, ('ARPING 10.180.180.129 from 10.180.180.129 qg-1cd6dcac-37\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=58625) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-17 13:00:27.462 | Apr 17 13:00:16 devstack neutron-l3-agent[57039]: DEBUG oslo.privsep.daemon [-] privsep: reply[550b4d8d-9507-4234-a0a6-45829f2f4dab]: (4, ('ARPING 10.180.180.129 from 10.180.180.129 qg-1cd6dcac-37\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=58625) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-17 13:00:27.465 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-17 13:00:27.467 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-meta.service 2025-04-17 13:00:27.476 | enabled 2025-04-17 13:00:27.479 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-meta.service --no-pager 2025-04-17 13:00:27.491 | ● devstack@q-meta.service - Devstack devstack@q-meta.service 2025-04-17 13:00:27.491 | Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled) 2025-04-17 13:00:27.491 | Active: active (running) since Thu 2025-04-17 12:59:45 UTC; 41s ago 2025-04-17 13:00:27.491 | Main PID: 57486 (neutron-metadat) 2025-04-17 13:00:27.491 | Tasks: 3 (limit: 19125) 2025-04-17 13:00:27.491 | Memory: 117.2M 2025-04-17 13:00:27.491 | CPU: 1.956s 2025-04-17 13:00:27.491 | CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service 2025-04-17 13:00:27.491 | ├─57486 "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-17 13:00:27.491 | ├─58003 "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-17 13:00:27.491 | └─58004 "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-17 13:00:27.491 | 2025-04-17 13:00:27.491 | Apr 17 12:59:47 devstack neutron-metadata-agent[57486]: DEBUG oslo_service.service [None req-9f53f339-1630-46d7-939b-ccdae311ca30 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=57486) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-17 13:00:27.491 | Apr 17 12:59:47 devstack neutron-metadata-agent[57486]: DEBUG oslo_service.service [None req-9f53f339-1630-46d7-939b-ccdae311ca30 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=57486) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-17 13:00:27.491 | Apr 17 12:59:47 devstack neutron-metadata-agent[57486]: DEBUG oslo_service.service [None req-9f53f339-1630-46d7-939b-ccdae311ca30 None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=57486) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-17 13:00:27.491 | Apr 17 12:59:47 devstack neutron-metadata-agent[57486]: DEBUG oslo_service.service [None req-9f53f339-1630-46d7-939b-ccdae311ca30 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=57486) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-17 13:00:27.491 | Apr 17 12:59:47 devstack neutron-metadata-agent[57486]: DEBUG oslo_service.service [None req-9f53f339-1630-46d7-939b-ccdae311ca30 None None] oslo_messaging_rabbit.ssl_version = {{(pid=57486) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-17 13:00:27.491 | Apr 17 12:59:47 devstack neutron-metadata-agent[57486]: DEBUG oslo_service.service [None req-9f53f339-1630-46d7-939b-ccdae311ca30 None None] oslo_messaging_notifications.driver = [] {{(pid=57486) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-17 13:00:27.491 | Apr 17 12:59:47 devstack neutron-metadata-agent[57486]: DEBUG oslo_service.service [None req-9f53f339-1630-46d7-939b-ccdae311ca30 None None] oslo_messaging_notifications.retry = -1 {{(pid=57486) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-17 13:00:27.491 | Apr 17 12:59:47 devstack neutron-metadata-agent[57486]: DEBUG oslo_service.service [None req-9f53f339-1630-46d7-939b-ccdae311ca30 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=57486) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-17 13:00:27.491 | Apr 17 12:59:47 devstack neutron-metadata-agent[57486]: DEBUG oslo_service.service [None req-9f53f339-1630-46d7-939b-ccdae311ca30 None None] oslo_messaging_notifications.transport_url = **** {{(pid=57486) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-17 13:00:27.491 | Apr 17 12:59:47 devstack neutron-metadata-agent[57486]: DEBUG oslo_service.service [None req-9f53f339-1630-46d7-939b-ccdae311ca30 None None] ******************************************************************************** {{(pid=57486) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-04-17 13:00:27.494 | + stack.sh:main:1460 : is_service_enabled n-api 2025-04-17 13:00:27.508 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 13:00:27.510 | + stack.sh:main:1461 : is_service_enabled n-cpu 2025-04-17 13:00:27.525 | + functions-common:is_service_enabled:2056 : return 1 2025-04-17 13:00:27.527 | + 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-17 13:00:27.529 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-17 13:00:27.531 | + 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-17 13:00:27.533 | + stack.sh:main:1475 : /opt/stack/data/venv/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2025-04-17 13:00:27.986 | 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-17 13:00:29.437 | +--------------------------------------------------------------------+ 2025-04-17 13:00:29.437 | | Upgrade Check Results | 2025-04-17 13:00:29.437 | +--------------------------------------------------------------------+ 2025-04-17 13:00:29.437 | | Check: Cells v2 | 2025-04-17 13:00:29.437 | | Result: Success | 2025-04-17 13:00:29.437 | | Details: No host mappings or compute nodes were found. Remember to | 2025-04-17 13:00:29.437 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2025-04-17 13:00:29.437 | | compute hosts are deployed. | 2025-04-17 13:00:29.437 | +--------------------------------------------------------------------+ 2025-04-17 13:00:29.437 | | Check: Placement API | 2025-04-17 13:00:29.437 | | Result: Success | 2025-04-17 13:00:29.438 | | Details: None | 2025-04-17 13:00:29.438 | +--------------------------------------------------------------------+ 2025-04-17 13:00:29.438 | | Check: Cinder API | 2025-04-17 13:00:29.438 | | Result: Success | 2025-04-17 13:00:29.438 | | Details: None | 2025-04-17 13:00:29.438 | +--------------------------------------------------------------------+ 2025-04-17 13:00:29.438 | | Check: Policy File JSON to YAML Migration | 2025-04-17 13:00:29.438 | | Result: Success | 2025-04-17 13:00:29.438 | | Details: None | 2025-04-17 13:00:29.438 | +--------------------------------------------------------------------+ 2025-04-17 13:00:29.438 | | Check: Older than N-1 computes | 2025-04-17 13:00:29.438 | | Result: Success | 2025-04-17 13:00:29.438 | | Details: None | 2025-04-17 13:00:29.438 | +--------------------------------------------------------------------+ 2025-04-17 13:00:29.438 | | Check: hw_machine_type unset | 2025-04-17 13:00:29.438 | | Result: Success | 2025-04-17 13:00:29.438 | | Details: None | 2025-04-17 13:00:29.438 | +--------------------------------------------------------------------+ 2025-04-17 13:00:29.438 | | Check: Service User Token Configuration | 2025-04-17 13:00:29.438 | | Result: Success | 2025-04-17 13:00:29.438 | | Details: None | 2025-04-17 13:00:29.438 | +--------------------------------------------------------------------+ 2025-04-17 13:00:29.763 | + stack.sh:main:1482 : [[ -x /opt/stack/devstack/local.sh ]] 2025-04-17 13:00:29.766 | + stack.sh:main:1493 : command openstack complete 2025-04-17 13:00:29.766 | + stack.sh:main:1494 : sudo tee /etc/bash_completion.d/osc.bash_completion 2025-04-17 13:00:31.079 | + stack.sh:main:1497 : is_service_enabled cinder 2025-04-17 13:00:31.094 | + functions-common:is_service_enabled:2056 : return 0 2025-04-17 13:00:31.096 | + stack.sh:main:1498 : is_ubuntu 2025-04-17 13:00:31.098 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-17 13:00:31.100 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-17 13:00:31.102 | + stack.sh:main:1499 : echo_summary 'Configuring lvm.conf global device filter' 2025-04-17 13:00:31.104 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-17 13:00:31.106 | + stack.sh:echo_summary:461 : echo -e Configuring lvm.conf global device filter 2025-04-17 13:00:31.108 | + stack.sh:main:1500 : set_lvm_filter 2025-04-17 13:00:31.110 | + lib/lvm:set_lvm_filter:189 : local 'filter_suffix="r|.*|" ] # from devstack' 2025-04-17 13:00:31.112 | + lib/lvm:set_lvm_filter:190 : local 'filter_string=global_filter = [ ' 2025-04-17 13:00:31.114 | + lib/lvm:set_lvm_filter:191 : local pv 2025-04-17 13:00:31.116 | + lib/lvm:set_lvm_filter:192 : local vg 2025-04-17 13:00:31.118 | + lib/lvm:set_lvm_filter:193 : local line 2025-04-17 13:00:31.121 | ++ lib/lvm:set_lvm_filter:195 : sudo pvs --noheadings -o name 2025-04-17 13:00:31.159 | + lib/lvm:set_lvm_filter:200 : filter_string='global_filter = [ "r|.*|" ] # from devstack' 2025-04-17 13:00:31.162 | + lib/lvm:set_lvm_filter:202 : clean_lvm_filter 2025-04-17 13:00:31.164 | + lib/lvm:clean_lvm_filter:177 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2025-04-17 13:00:31.175 | + lib/lvm:set_lvm_filter:203 : sudo sed -i '/# global_filter = \[.*\]/a\ global_filter = [ "r|.*|" ] # from devstack' /etc/lvm/lvm.conf 2025-04-17 13:00:31.186 | + lib/lvm:set_lvm_filter:204 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "r|.*|" ] # from devstack' 2025-04-17 13:00:31.188 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-17 13:00:31.190 | + stack.sh:echo_summary:461 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"r|.*|"' ']' '#' from devstack 2025-04-17 13:00:31.192 | + stack.sh:main:1510 : run_phase stack test-config 2025-04-17 13:00:31.195 | + functions-common:run_phase:1828 : local mode=stack 2025-04-17 13:00:31.197 | + functions-common:run_phase:1829 : local phase=test-config 2025-04-17 13:00:31.199 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-17 13:00:31.201 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-17 13:00:31.203 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-17 13:00:31.205 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-17 13:00:31.207 | + functions-common:run_phase:1838 : local extra 2025-04-17 13:00:31.210 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-17 13:00:31.213 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-17 13:00:31.215 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-17 13:00:31.218 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-17 13:00:31.220 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack test-config 2025-04-17 13:00:31.222 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-17 13:00:31.235 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-17 13:00:31.237 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-17 13:00:31.239 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-17 13:00:31.241 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2025-04-17 13:00:31.243 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-17 13:00:31.246 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-17 13:00:31.248 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-04-17 13:00:31.250 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2025-04-17 13:00:31.252 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2025-04-17 13:00:31.254 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2025-04-17 13:00:31.256 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2025-04-17 13:00:31.258 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2025-04-17 13:00:31.260 | ++ extras.d/80-tempest.sh:source:20 : async_wait install_tempest 2025-04-17 13:00:31.294 | [3523 Async install_tempest:34665]: Waiting for completion of install_tempest running on PID 34665 (1 other jobs running) 2025-04-17 13:00:31.311 | [3523 Async install_tempest:34665]: Signaling child to exit 2025-04-17 13:00:31.311 | WAKEUP 2025-04-17 13:00:31.327 | [3523 Async install_tempest:34665]: Signaled 2025-04-17 13:00:31.328 | ++ lib/tempest:install_tempest:858 : git_clone https://opendev.org/openstack/tempest.git /opt/stack//tempest master 2025-04-17 13:00:31.328 | ++ functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/tempest.git 2025-04-17 13:00:31.328 | ++ functions-common:git_clone:573 : local git_dest=/opt/stack//tempest 2025-04-17 13:00:31.328 | ++ functions-common:git_clone:574 : local git_ref=master 2025-04-17 13:00:31.328 | ++ functions-common:git_clone:575 : local orig_dir 2025-04-17 13:00:31.328 | +++ functions-common:git_clone:576 : pwd 2025-04-17 13:00:31.328 | ++ functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-17 13:00:31.328 | ++ functions-common:git_clone:577 : local git_clone_flags= 2025-04-17 13:00:31.328 | +++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-17 13:00:31.328 | ++ functions-common:git_clone:579 : RECLONE=False 2025-04-17 13:00:31.328 | ++ functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-17 13:00:31.328 | ++ functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-17 13:00:31.328 | ++ functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-17 13:00:31.328 | ++ functions-common:git_clone:593 : echo master 2025-04-17 13:00:31.328 | ++ functions-common:git_clone:593 : egrep -q '^refs' 2025-04-17 13:00:31.328 | ++ functions-common:git_clone:607 : [[ ! -d /opt/stack//tempest ]] 2025-04-17 13:00:31.328 | ++ functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-17 13:00:31.328 | ++ functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2025-04-17 13:00:31.328 | ++ functions-common:git_timed:680 : local count=0 2025-04-17 13:00:31.328 | ++ functions-common:git_timed:681 : local timeout=0 2025-04-17 13:00:31.328 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-17 13:00:31.328 | ++ functions-common:git_timed:684 : timeout=0 2025-04-17 13:00:31.328 | ++ functions-common:git_timed:687 : time_start git_timed 2025-04-17 13:00:31.328 | ++ functions-common:time_start:2386 : local name=git_timed 2025-04-17 13:00:31.328 | ++ functions-common:time_start:2387 : local start_time= 2025-04-17 13:00:31.328 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 13:00:31.328 | +++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 13:00:31.328 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1744894627072 2025-04-17 13:00:31.328 | ++ 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-17 13:00:31.328 | Cloning into '/opt/stack//tempest'... 2025-04-17 13:00:31.328 | ++ functions-common:git_timed:702 : time_stop git_timed 2025-04-17 13:00:31.328 | ++ functions-common:time_stop:2400 : local name 2025-04-17 13:00:31.328 | ++ functions-common:time_stop:2401 : local end_time 2025-04-17 13:00:31.328 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-17 13:00:31.328 | ++ functions-common:time_stop:2403 : local total 2025-04-17 13:00:31.328 | ++ functions-common:time_stop:2404 : local start_time 2025-04-17 13:00:31.328 | ++ functions-common:time_stop:2406 : name=git_timed 2025-04-17 13:00:31.328 | ++ functions-common:time_stop:2407 : start_time=1744894627072 2025-04-17 13:00:31.328 | ++ functions-common:time_stop:2409 : [[ -z 1744894627072 ]] 2025-04-17 13:00:31.328 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 13:00:31.328 | ++ functions-common:time_stop:2412 : end_time=1744894629108 2025-04-17 13:00:31.328 | ++ functions-common:time_stop:2413 : elapsed_time=2036 2025-04-17 13:00:31.328 | ++ functions-common:time_stop:2414 : total=92072 2025-04-17 13:00:31.328 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 13:00:31.328 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=94108 2025-04-17 13:00:31.328 | ++ functions-common:git_clone:614 : cd /opt/stack//tempest 2025-04-17 13:00:31.328 | ++ functions-common:git_clone:615 : git_timed fetch --depth 10 origin master 2025-04-17 13:00:31.328 | ++ functions-common:git_timed:680 : local count=0 2025-04-17 13:00:31.328 | ++ functions-common:git_timed:681 : local timeout=0 2025-04-17 13:00:31.328 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-17 13:00:31.328 | ++ functions-common:git_timed:684 : timeout=0 2025-04-17 13:00:31.328 | ++ functions-common:git_timed:687 : time_start git_timed 2025-04-17 13:00:31.328 | ++ functions-common:time_start:2386 : local name=git_timed 2025-04-17 13:00:31.328 | ++ functions-common:time_start:2387 : local start_time= 2025-04-17 13:00:31.328 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 13:00:31.328 | +++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 13:00:31.328 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1744894629139 2025-04-17 13:00:31.328 | ++ functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin master 2025-04-17 13:00:31.328 | From https://opendev.org/openstack/tempest 2025-04-17 13:00:31.328 | * branch master -> FETCH_HEAD 2025-04-17 13:00:31.328 | ++ functions-common:git_timed:702 : time_stop git_timed 2025-04-17 13:00:31.328 | ++ functions-common:time_stop:2400 : local name 2025-04-17 13:00:31.328 | ++ functions-common:time_stop:2401 : local end_time 2025-04-17 13:00:31.328 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-17 13:00:31.328 | ++ functions-common:time_stop:2403 : local total 2025-04-17 13:00:31.328 | ++ functions-common:time_stop:2404 : local start_time 2025-04-17 13:00:31.328 | ++ functions-common:time_stop:2406 : name=git_timed 2025-04-17 13:00:31.328 | ++ functions-common:time_stop:2407 : start_time=1744894629139 2025-04-17 13:00:31.328 | ++ functions-common:time_stop:2409 : [[ -z 1744894629139 ]] 2025-04-17 13:00:31.328 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 13:00:31.328 | ++ functions-common:time_stop:2412 : end_time=1744894630027 2025-04-17 13:00:31.328 | ++ functions-common:time_stop:2413 : elapsed_time=888 2025-04-17 13:00:31.328 | ++ functions-common:time_stop:2414 : total=94108 2025-04-17 13:00:31.328 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 13:00:31.328 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=94996 2025-04-17 13:00:31.328 | ++ functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-17 13:00:31.328 | ++ functions-common:git_timed:680 : local count=0 2025-04-17 13:00:31.328 | ++ functions-common:git_timed:681 : local timeout=0 2025-04-17 13:00:31.328 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-17 13:00:31.328 | ++ functions-common:git_timed:684 : timeout=0 2025-04-17 13:00:31.329 | ++ functions-common:git_timed:687 : time_start git_timed 2025-04-17 13:00:31.329 | ++ functions-common:time_start:2386 : local name=git_timed 2025-04-17 13:00:31.329 | ++ functions-common:time_start:2387 : local start_time= 2025-04-17 13:00:31.329 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-04-17 13:00:31.329 | +++ functions-common:time_start:2391 : date +%s%3N 2025-04-17 13:00:31.329 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1744894630056 2025-04-17 13:00:31.329 | ++ functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-17 13:00:31.329 | Note: switching to 'FETCH_HEAD'. 2025-04-17 13:00:31.329 | 2025-04-17 13:00:31.329 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-17 13:00:31.329 | changes and commit them, and you can discard any commits you make in this 2025-04-17 13:00:31.329 | state without impacting any branches by switching back to a branch. 2025-04-17 13:00:31.329 | 2025-04-17 13:00:31.329 | If you want to create a new branch to retain commits you create, you may 2025-04-17 13:00:31.329 | do so (now or later) by using -c with the switch command. Example: 2025-04-17 13:00:31.329 | 2025-04-17 13:00:31.329 | git switch -c 2025-04-17 13:00:31.329 | 2025-04-17 13:00:31.329 | Or undo this operation with: 2025-04-17 13:00:31.329 | 2025-04-17 13:00:31.329 | git switch - 2025-04-17 13:00:31.329 | 2025-04-17 13:00:31.329 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-17 13:00:31.329 | 2025-04-17 13:00:31.329 | HEAD is now at 60364b3 Revert "Adds tests for resize server for swap" 2025-04-17 13:00:31.329 | ++ functions-common:git_timed:702 : time_stop git_timed 2025-04-17 13:00:31.329 | ++ functions-common:time_stop:2400 : local name 2025-04-17 13:00:31.329 | ++ functions-common:time_stop:2401 : local end_time 2025-04-17 13:00:31.329 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-17 13:00:31.329 | ++ functions-common:time_stop:2403 : local total 2025-04-17 13:00:31.329 | ++ functions-common:time_stop:2404 : local start_time 2025-04-17 13:00:31.329 | ++ functions-common:time_stop:2406 : name=git_timed 2025-04-17 13:00:31.329 | ++ functions-common:time_stop:2407 : start_time=1744894630056 2025-04-17 13:00:31.329 | ++ functions-common:time_stop:2409 : [[ -z 1744894630056 ]] 2025-04-17 13:00:31.329 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 13:00:31.329 | ++ functions-common:time_stop:2412 : end_time=1744894630152 2025-04-17 13:00:31.329 | ++ functions-common:time_stop:2413 : elapsed_time=96 2025-04-17 13:00:31.329 | ++ functions-common:time_stop:2414 : total=94996 2025-04-17 13:00:31.329 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 13:00:31.329 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=95092 2025-04-17 13:00:31.329 | ++ functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//tempest 2025-04-17 13:00:31.329 | ++ functions-common:git_clone:655 : cd /opt/stack//tempest 2025-04-17 13:00:31.329 | ++ functions-common:git_clone:656 : head -1 2025-04-17 13:00:31.329 | ++ functions-common:git_clone:656 : git show --oneline 2025-04-17 13:00:31.329 | 60364b3 Revert "Adds tests for resize server for swap" 2025-04-17 13:00:31.329 | ++ functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-17 13:00:31.329 | ++ lib/tempest:install_tempest:864 : pip_install 'tox!=2.8.0,<4.0.0' 2025-04-17 13:00:31.329 | Using python 3.10 to install tox!=2.8.0,<4.0.0 2025-04-17 13:00:31.329 | ++ 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-17 13:00:31.329 | Collecting tox!=2.8.0,<4.0.0 2025-04-17 13:00:31.329 | Using cached tox-3.28.0-py2.py3-none-any.whl.metadata (7.8 kB) 2025-04-17 13:00:31.329 | Collecting filelock>=3.0.0 (from tox!=2.8.0,<4.0.0) 2025-04-17 13:00:31.329 | Using cached filelock-3.12.0-py3-none-any.whl.metadata (2.5 kB) 2025-04-17 13:00:31.329 | 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-17 13:00:31.329 | Collecting pluggy>=0.12.0 (from tox!=2.8.0,<4.0.0) 2025-04-17 13:00:31.329 | Using cached pluggy-1.0.0-py2.py3-none-any.whl.metadata (4.3 kB) 2025-04-17 13:00:31.329 | Collecting py>=1.4.17 (from tox!=2.8.0,<4.0.0) 2025-04-17 13:00:31.329 | Using cached py-1.11.0-py2.py3-none-any.whl.metadata (2.8 kB) 2025-04-17 13:00:31.329 | 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-17 13:00:31.329 | 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-17 13:00:31.329 | Using cached virtualenv-20.22.0-py3-none-any.whl.metadata (4.1 kB) 2025-04-17 13:00:31.329 | Collecting tomli>=2.0.1 (from tox!=2.8.0,<4.0.0) 2025-04-17 13:00:31.329 | Using cached tomli-2.0.1-py3-none-any.whl.metadata (8.9 kB) 2025-04-17 13:00:31.329 | 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-17 13:00:31.329 | Using cached distlib-0.3.6-py2.py3-none-any.whl.metadata (5.1 kB) 2025-04-17 13:00:31.329 | 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-17 13:00:31.329 | Using cached platformdirs-3.2.0-py3-none-any.whl.metadata (9.5 kB) 2025-04-17 13:00:31.329 | Using cached tox-3.28.0-py2.py3-none-any.whl (86 kB) 2025-04-17 13:00:31.329 | Using cached filelock-3.12.0-py3-none-any.whl (10 kB) 2025-04-17 13:00:31.329 | Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB) 2025-04-17 13:00:31.329 | Using cached py-1.11.0-py2.py3-none-any.whl (98 kB) 2025-04-17 13:00:31.329 | Using cached tomli-2.0.1-py3-none-any.whl (12 kB) 2025-04-17 13:00:31.329 | Using cached virtualenv-20.22.0-py3-none-any.whl (3.2 MB) 2025-04-17 13:00:31.329 | Using cached distlib-0.3.6-py2.py3-none-any.whl (468 kB) 2025-04-17 13:00:31.329 | Using cached platformdirs-3.2.0-py3-none-any.whl (14 kB) 2025-04-17 13:00:31.329 | Installing collected packages: distlib, tomli, py, pluggy, platformdirs, filelock, virtualenv, tox 2025-04-17 13:00:31.329 | 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-17 13:00:31.329 | ++ inc/python:pip_install:222 : result=0 2025-04-17 13:00:31.329 | ++ inc/python:pip_install:224 : time_stop pip_install 2025-04-17 13:00:31.329 | ++ functions-common:time_stop:2400 : local name 2025-04-17 13:00:31.329 | ++ functions-common:time_stop:2401 : local end_time 2025-04-17 13:00:31.329 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-17 13:00:31.329 | ++ functions-common:time_stop:2403 : local total 2025-04-17 13:00:31.329 | ++ functions-common:time_stop:2404 : local start_time 2025-04-17 13:00:31.329 | ++ functions-common:time_stop:2406 : name=pip_install 2025-04-17 13:00:31.329 | ++ functions-common:time_stop:2407 : start_time=1744894630195 2025-04-17 13:00:31.329 | ++ functions-common:time_stop:2409 : [[ -z 1744894630195 ]] 2025-04-17 13:00:31.329 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 13:00:31.329 | ++ functions-common:time_stop:2412 : end_time=1744894633439 2025-04-17 13:00:31.329 | ++ functions-common:time_stop:2413 : elapsed_time=3244 2025-04-17 13:00:31.329 | ++ functions-common:time_stop:2414 : total=83765 2025-04-17 13:00:31.329 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 13:00:31.329 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=87009 2025-04-17 13:00:31.329 | ++ inc/python:pip_install:225 : return 0 2025-04-17 13:00:31.329 | ++ lib/tempest:install_tempest:865 : pushd /opt/stack//tempest 2025-04-17 13:00:31.329 | ~/tempest ~/devstack 2025-04-17 13:00:31.329 | ++ lib/tempest:install_tempest:869 : git checkout master 2025-04-17 13:00:31.329 | Switched to branch 'master' 2025-04-17 13:00:31.329 | Your branch is up to date with 'origin/master'. 2025-04-17 13:00:31.329 | ++ lib/tempest:install_tempest:871 : local tmp_u_c_m 2025-04-17 13:00:31.330 | +++ lib/tempest:install_tempest:872 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2025-04-17 13:00:31.330 | ++ lib/tempest:install_tempest:872 : tmp_u_c_m=/tmp/tempest_u_c_m.KVRAKBQGDr 2025-04-17 13:00:31.330 | ++ lib/tempest:install_tempest:873 : set_tempest_venv_constraints /tmp/tempest_u_c_m.KVRAKBQGDr 2025-04-17 13:00:31.330 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2025-04-17 13:00:31.330 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.KVRAKBQGDr 2025-04-17 13:00:31.330 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2025-04-17 13:00:31.330 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2025-04-17 13:00:31.330 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2025-04-17 13:00:31.330 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-17 13:00:31.330 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-17 13:00:31.330 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-17 13:00:31.330 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-17 13:00:31.330 | ++ lib/tempest:install_tempest:875 : tox -r --notest -efull 2025-04-17 13:00:31.330 | full create: /opt/stack/tempest/.tox/tempest 2025-04-17 13:00:31.330 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2025-04-17 13:00:31.330 | full develop-inst: /opt/stack/tempest 2025-04-17 13:00:31.330 | 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-17 13:00:31.330 | ___________________________________ summary ____________________________________ 2025-04-17 13:00:31.330 | full: skipped tests 2025-04-17 13:00:31.330 | congratulations :) 2025-04-17 13:00:31.330 | ++ lib/tempest:install_tempest:879 : /opt/stack//tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.KVRAKBQGDr -r requirements.txt 2025-04-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | Requirement already satisfied: referencing>=0.28.4 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (0.36.2) 2025-04-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | 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-17 13:00:31.330 | WARNING: There was an error checking the latest version of pip. 2025-04-17 13:00:31.330 | ++ lib/tempest:install_tempest:880 : PROJECT_VENV["tempest"]=/opt/stack//tempest/.tox/tempest 2025-04-17 13:00:31.330 | ++ lib/tempest:install_tempest:881 : rm -f /tmp/tempest_u_c_m.KVRAKBQGDr 2025-04-17 13:00:31.330 | ++ lib/tempest:install_tempest:882 : popd 2025-04-17 13:00:31.330 | ~/devstack 2025-04-17 13:00:31.358 | [3523 Async install_tempest:34665]: finished install_tempest with result 0 in 22 seconds 2025-04-17 13:00:31.361 | ++ inc/async:async_wait:197 : return 0 2025-04-17 13:00:31.363 | ++ extras.d/80-tempest.sh:source:21 : echo_summary 'Initializing Tempest' 2025-04-17 13:00:31.365 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-17 13:00:31.367 | ++ stack.sh:echo_summary:461 : echo -e Initializing Tempest 2025-04-17 13:00:31.369 | ++ extras.d/80-tempest.sh:source:22 : configure_tempest 2025-04-17 13:00:31.372 | ++ lib/tempest:configure_tempest:189 : [[ False == \T\r\u\e ]] 2025-04-17 13:00:31.373 | ++ lib/tempest:configure_tempest:193 : pip_install_gr testrepository 2025-04-17 13:00:31.375 | ++ inc/python:pip_install_gr:94 : local name=testrepository 2025-04-17 13:00:31.377 | ++ inc/python:pip_install_gr:95 : local clean_name 2025-04-17 13:00:31.379 | +++ inc/python:pip_install_gr:96 : get_from_global_requirements testrepository 2025-04-17 13:00:31.381 | +++ inc/python:get_from_global_requirements:247 : local package=testrepository 2025-04-17 13:00:31.383 | +++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-17 13:00:31.386 | ++++ inc/python:get_from_global_requirements:249 : grep -i -h '^testrepository' /opt/stack//requirements/global-requirements.txt 2025-04-17 13:00:31.386 | ++++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-17 13:00:31.389 | +++ inc/python:get_from_global_requirements:249 : required_pkg='testrepository ' 2025-04-17 13:00:31.391 | +++ inc/python:get_from_global_requirements:250 : [[ testrepository == '' ]] 2025-04-17 13:00:31.392 | +++ inc/python:get_from_global_requirements:253 : echo testrepository 2025-04-17 13:00:31.394 | ++ inc/python:pip_install_gr:96 : clean_name=testrepository 2025-04-17 13:00:31.396 | ++ inc/python:pip_install_gr:97 : pip_install testrepository 2025-04-17 13:00:31.411 | Using python 3.10 to install testrepository 2025-04-17 13:00:31.413 | ++ 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-17 13:00:32.428 | Collecting testrepository 2025-04-17 13:00:32.428 | Using cached testrepository-0.0.20-py3-none-any.whl 2025-04-17 13:00:32.462 | Requirement already satisfied: fixtures in /opt/stack/data/venv/lib/python3.10/site-packages (from testrepository) (4.0.1) 2025-04-17 13:00:32.463 | 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-17 13:00:32.463 | Requirement already satisfied: testtools>=0.9.30 in /opt/stack/data/venv/lib/python3.10/site-packages (from testrepository) (2.6.0) 2025-04-17 13:00:32.468 | 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-17 13:00:32.472 | 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-17 13:00:33.498 | Installing collected packages: testrepository 2025-04-17 13:00:33.603 | Successfully installed testrepository-0.0.20 2025-04-17 13:00:33.707 | ++ inc/python:pip_install:222 : result=0 2025-04-17 13:00:33.708 | ++ inc/python:pip_install:224 : time_stop pip_install 2025-04-17 13:00:33.711 | ++ functions-common:time_stop:2400 : local name 2025-04-17 13:00:33.712 | ++ functions-common:time_stop:2401 : local end_time 2025-04-17 13:00:33.714 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-17 13:00:33.716 | ++ functions-common:time_stop:2403 : local total 2025-04-17 13:00:33.718 | ++ functions-common:time_stop:2404 : local start_time 2025-04-17 13:00:33.720 | ++ functions-common:time_stop:2406 : name=pip_install 2025-04-17 13:00:33.721 | ++ functions-common:time_stop:2407 : start_time=1744894831408 2025-04-17 13:00:33.723 | ++ functions-common:time_stop:2409 : [[ -z 1744894831408 ]] 2025-04-17 13:00:33.725 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-17 13:00:33.728 | ++ functions-common:time_stop:2412 : end_time=1744894833726 2025-04-17 13:00:33.730 | ++ functions-common:time_stop:2413 : elapsed_time=2318 2025-04-17 13:00:33.731 | ++ functions-common:time_stop:2414 : total=100080 2025-04-17 13:00:33.733 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-17 13:00:33.735 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=102398 2025-04-17 13:00:33.737 | ++ inc/python:pip_install:225 : return 0 2025-04-17 13:00:33.738 | ++ lib/tempest:configure_tempest:196 : local image_lines 2025-04-17 13:00:33.740 | ++ lib/tempest:configure_tempest:197 : local images 2025-04-17 13:00:33.742 | ++ lib/tempest:configure_tempest:198 : local num_images 2025-04-17 13:00:33.744 | ++ lib/tempest:configure_tempest:199 : local image_uuid 2025-04-17 13:00:33.746 | ++ lib/tempest:configure_tempest:200 : local image_uuid_alt 2025-04-17 13:00:33.747 | ++ lib/tempest:configure_tempest:201 : local password 2025-04-17 13:00:33.749 | ++ lib/tempest:configure_tempest:202 : local line 2025-04-17 13:00:33.751 | ++ lib/tempest:configure_tempest:203 : local flavors 2025-04-17 13:00:33.752 | ++ lib/tempest:configure_tempest:204 : local available_flavors 2025-04-17 13:00:33.754 | ++ lib/tempest:configure_tempest:205 : local flavors_ref 2025-04-17 13:00:33.757 | ++ lib/tempest:configure_tempest:206 : local flavor_lines 2025-04-17 13:00:33.759 | ++ lib/tempest:configure_tempest:207 : local flavor_ref_size 2025-04-17 13:00:33.761 | ++ lib/tempest:configure_tempest:208 : local flavor_ref_alt_size 2025-04-17 13:00:33.762 | ++ lib/tempest:configure_tempest:209 : local public_network_id 2025-04-17 13:00:33.765 | ++ lib/tempest:configure_tempest:210 : local public_router_id 2025-04-17 13:00:33.766 | ++ lib/tempest:configure_tempest:211 : local ssh_connect_method=floating 2025-04-17 13:00:33.768 | ++ lib/tempest:configure_tempest:212 : local disk 2025-04-17 13:00:33.770 | ++ lib/tempest:configure_tempest:215 : ifs=' 2025-04-17 13:00:33.770 | ' 2025-04-17 13:00:33.771 | ++ lib/tempest:configure_tempest:225 : declare -a images 2025-04-17 13:00:33.773 | ++ lib/tempest:configure_tempest:227 : is_service_enabled glance 2025-04-17 13:00:33.786 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-17 13:00:33.787 | ++ lib/tempest:configure_tempest:228 : get_active_images images image_uuid 2025-04-17 13:00:33.789 | ++ lib/tempest:get_active_images:154 : declare -n img_array=images 2025-04-17 13:00:33.791 | ++ lib/tempest:get_active_images:155 : declare -n img_id=image_uuid 2025-04-17 13:00:33.793 | ++ lib/tempest:get_active_images:158 : img_array=() 2025-04-17 13:00:33.795 | ++ lib/tempest:get_active_images:160 : read -r IMAGE_NAME IMAGE_UUID 2025-04-17 13:00:33.796 | +++ lib/tempest:get_active_images:153 : oscwrap --os-cloud devstack-admin image list --property status=active 2025-04-17 13:00:33.796 | +++ lib/tempest:get_active_images:153 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2025-04-17 13:00:34.964 | +++ functions-common:oscwrap:2440 : return 0 2025-04-17 13:00:34.966 | ++ lib/tempest:get_active_images:161 : '[' 'cirros-d240228-sparse;paraVirtual;vmxnet3' = '' ']' 2025-04-17 13:00:34.969 | ++ lib/tempest:get_active_images:164 : img_array+=($IMAGE_UUID) 2025-04-17 13:00:34.970 | ++ lib/tempest:get_active_images:160 : read -r IMAGE_NAME IMAGE_UUID 2025-04-17 13:00:34.972 | ++ lib/tempest:configure_tempest:230 : (( 1 < 1 )) 2025-04-17 13:00:34.974 | ++ lib/tempest:configure_tempest:244 : case "${#images[*]}" in 2025-04-17 13:00:34.976 | ++ lib/tempest:configure_tempest:250 : '[' -z '' ']' 2025-04-17 13:00:34.978 | ++ lib/tempest:configure_tempest:251 : image_uuid=b1400c31-d33b-4e13-944f-4c645e62493e 2025-04-17 13:00:34.979 | ++ lib/tempest:configure_tempest:253 : image_uuid_alt=b1400c31-d33b-4e13-944f-4c645e62493e 2025-04-17 13:00:34.981 | ++ lib/tempest:configure_tempest:275 : sudo install -d -o stack /opt/stack//tempest/etc 2025-04-17 13:00:34.991 | ++ lib/tempest:configure_tempest:276 : rm -f /opt/stack//tempest/etc/tempest.conf 2025-04-17 13:00:34.994 | ++ lib/tempest:configure_tempest:278 : local password=nomoresecret 2025-04-17 13:00:34.996 | ++ lib/tempest:configure_tempest:281 : local admin_username=admin 2025-04-17 13:00:34.997 | ++ lib/tempest:configure_tempest:282 : local admin_project_name=admin 2025-04-17 13:00:35.000 | ++ lib/tempest:configure_tempest:283 : local admin_domain_name=Default 2025-04-17 13:00:35.001 | ++ lib/tempest:configure_tempest:284 : local alt_username=alt_demo 2025-04-17 13:00:35.003 | ++ lib/tempest:configure_tempest:285 : local alt_project_name=alt_demo 2025-04-17 13:00:35.004 | ++ lib/tempest:configure_tempest:286 : local admin_project_id 2025-04-17 13:00:35.008 | +++ lib/tempest:configure_tempest:287 : awk '/ admin / { print $2 }' 2025-04-17 13:00:35.008 | +++ lib/tempest:configure_tempest:287 : oscwrap --os-cloud devstack-admin project list 2025-04-17 13:00:36.099 | +++ functions-common:oscwrap:2440 : return 0 2025-04-17 13:00:36.102 | ++ lib/tempest:configure_tempest:287 : admin_project_id=1ae7bf3a375d41c6af5e7536af51ffd1 2025-04-17 13:00:36.104 | ++ lib/tempest:configure_tempest:289 : is_service_enabled nova 2025-04-17 13:00:36.116 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-17 13:00:36.119 | +++ lib/tempest:configure_tempest:292 : oscwrap --os-cloud devstack-admin flavor list 2025-04-17 13:00:37.230 | +++ functions-common:oscwrap:2440 : return 0 2025-04-17 13:00:37.232 | ++ lib/tempest:configure_tempest:292 : available_flavors='+----+-----------+-------+------+-----------+-------+-----------+ 2025-04-17 13:00:37.233 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-04-17 13:00:37.233 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-17 13:00:37.233 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-04-17 13:00:37.233 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-04-17 13:00:37.233 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-04-17 13:00:37.233 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-04-17 13:00:37.233 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-04-17 13:00:37.233 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-04-17 13:00:37.233 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-04-17 13:00:37.233 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-04-17 13:00:37.233 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-04-17 13:00:37.233 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-04-17 13:00:37.233 | +----+-----------+-------+------+-----------+-------+-----------+' 2025-04-17 13:00:37.235 | ++ lib/tempest:configure_tempest:293 : [[ -z '' ]] 2025-04-17 13:00:37.236 | ++ lib/tempest:configure_tempest:294 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-17 13:00:37.236 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-04-17 13:00:37.236 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-17 13:00:37.236 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-04-17 13:00:37.236 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-04-17 13:00:37.236 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-04-17 13:00:37.236 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-04-17 13:00:37.236 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-04-17 13:00:37.236 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-04-17 13:00:37.236 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-04-17 13:00:37.236 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-04-17 13:00:37.236 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-04-17 13:00:37.236 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-04-17 13:00:37.236 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.nano ]] 2025-04-17 13:00:37.239 | +++ lib/tempest:configure_tempest:296 : image_size_in_gib b1400c31-d33b-4e13-944f-4c645e62493e 2025-04-17 13:00:37.241 | +++ lib/tempest:image_size_in_gib:119 : local size 2025-04-17 13:00:37.243 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show b1400c31-d33b-4e13-944f-4c645e62493e -c size -f value 2025-04-17 13:00:38.348 | ++++ functions-common:oscwrap:2440 : return 0 2025-04-17 13:00:38.350 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2025-04-17 13:00:38.353 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2025-04-17 13:00:38.354 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2025-04-17 13:00:38.380 | ++ lib/tempest:configure_tempest:296 : disk=1 2025-04-17 13:00:38.382 | ++ 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-17 13:00:39.381 | +----------------------------+-----------------------+ 2025-04-17 13:00:39.381 | | Field | Value | 2025-04-17 13:00:39.381 | +----------------------------+-----------------------+ 2025-04-17 13:00:39.381 | | OS-FLV-DISABLED:disabled | False | 2025-04-17 13:00:39.381 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-17 13:00:39.381 | | description | None | 2025-04-17 13:00:39.381 | | disk | 1 | 2025-04-17 13:00:39.381 | | id | 42 | 2025-04-17 13:00:39.381 | | name | m1.nano | 2025-04-17 13:00:39.381 | | os-flavor-access:is_public | True | 2025-04-17 13:00:39.381 | | properties | hw_rng:allowed='True' | 2025-04-17 13:00:39.381 | | ram | 128 | 2025-04-17 13:00:39.381 | | rxtx_factor | 1.0 | 2025-04-17 13:00:39.381 | | swap | 0 | 2025-04-17 13:00:39.381 | | vcpus | 1 | 2025-04-17 13:00:39.381 | +----------------------------+-----------------------+ 2025-04-17 13:00:39.506 | ++ lib/tempest:configure_tempest:299 : flavor_ref=42 2025-04-17 13:00:39.508 | ++ lib/tempest:configure_tempest:300 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-17 13:00:39.508 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-04-17 13:00:39.508 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-17 13:00:39.508 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-04-17 13:00:39.508 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-04-17 13:00:39.508 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-04-17 13:00:39.508 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-04-17 13:00:39.508 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-04-17 13:00:39.508 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-04-17 13:00:39.508 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-04-17 13:00:39.508 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-04-17 13:00:39.508 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-04-17 13:00:39.508 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-04-17 13:00:39.508 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.micro ]] 2025-04-17 13:00:39.510 | +++ lib/tempest:configure_tempest:302 : image_size_in_gib b1400c31-d33b-4e13-944f-4c645e62493e 2025-04-17 13:00:39.512 | +++ lib/tempest:image_size_in_gib:119 : local size 2025-04-17 13:00:39.514 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show b1400c31-d33b-4e13-944f-4c645e62493e -c size -f value 2025-04-17 13:00:40.617 | ++++ functions-common:oscwrap:2440 : return 0 2025-04-17 13:00:40.620 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2025-04-17 13:00:40.622 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2025-04-17 13:00:40.622 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2025-04-17 13:00:40.649 | ++ lib/tempest:configure_tempest:302 : disk=1 2025-04-17 13:00:40.651 | ++ 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-17 13:00:41.637 | +----------------------------+-----------------------+ 2025-04-17 13:00:41.637 | | Field | Value | 2025-04-17 13:00:41.637 | +----------------------------+-----------------------+ 2025-04-17 13:00:41.637 | | OS-FLV-DISABLED:disabled | False | 2025-04-17 13:00:41.637 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-17 13:00:41.637 | | description | None | 2025-04-17 13:00:41.637 | | disk | 1 | 2025-04-17 13:00:41.637 | | id | 84 | 2025-04-17 13:00:41.637 | | name | m1.micro | 2025-04-17 13:00:41.637 | | os-flavor-access:is_public | True | 2025-04-17 13:00:41.637 | | properties | hw_rng:allowed='True' | 2025-04-17 13:00:41.637 | | ram | 192 | 2025-04-17 13:00:41.637 | | rxtx_factor | 1.0 | 2025-04-17 13:00:41.637 | | swap | 0 | 2025-04-17 13:00:41.637 | | vcpus | 1 | 2025-04-17 13:00:41.637 | +----------------------------+-----------------------+ 2025-04-17 13:00:41.766 | ++ lib/tempest:configure_tempest:305 : flavor_ref_alt=84 2025-04-17 13:00:41.768 | ++ lib/tempest:configure_tempest:354 : iniset /opt/stack//tempest/etc/tempest.conf network project_network_cidr 192.168.128.0/17 2025-04-17 13:00:41.793 | ++ lib/tempest:configure_tempest:356 : ssh_connect_method=floating 2025-04-17 13:00:41.795 | ++ lib/tempest:configure_tempest:362 : [[ True == \T\r\u\e ]] 2025-04-17 13:00:41.796 | ++ lib/tempest:configure_tempest:362 : is_networking_extension_supported external-net 2025-04-17 13:00:41.798 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=external-net 2025-04-17 13:00:41.801 | +++ 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-17 13:00:42.945 | +++ functions-common:oscwrap:2440 : return 0 2025-04-17 13:00:42.948 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-17 13:00:42.948 | address-scope 2025-04-17 13:00:42.948 | router-admin-state-down-before-update 2025-04-17 13:00:42.948 | agent 2025-04-17 13:00:42.948 | agent-resources-synced 2025-04-17 13:00:42.948 | allowed-address-pairs 2025-04-17 13:00:42.948 | auto-allocated-topology 2025-04-17 13:00:42.948 | availability_zone 2025-04-17 13:00:42.948 | availability_zone_filter 2025-04-17 13:00:42.948 | default-subnetpools 2025-04-17 13:00:42.948 | dhcp_agent_scheduler 2025-04-17 13:00:42.948 | dvr 2025-04-17 13:00:42.948 | empty-string-filtering 2025-04-17 13:00:42.948 | external-net 2025-04-17 13:00:42.948 | extra_dhcp_opt 2025-04-17 13:00:42.948 | extraroute 2025-04-17 13:00:42.948 | extraroute-atomic 2025-04-17 13:00:42.948 | filter-validation 2025-04-17 13:00:42.948 | floating-ip-port-forwarding-detail 2025-04-17 13:00:42.948 | fip-port-details 2025-04-17 13:00:42.948 | flavors 2025-04-17 13:00:42.948 | floatingip-pools 2025-04-17 13:00:42.948 | ip-substring-filtering 2025-04-17 13:00:42.948 | router 2025-04-17 13:00:42.948 | ext-gw-mode 2025-04-17 13:00:42.948 | l3-ha 2025-04-17 13:00:42.948 | l3-flavors 2025-04-17 13:00:42.948 | l3-port-ip-change-not-allowed 2025-04-17 13:00:42.948 | l3_agent_scheduler 2025-04-17 13:00:42.948 | multi-provider 2025-04-17 13:00:42.948 | net-mtu 2025-04-17 13:00:42.948 | net-mtu-writable 2025-04-17 13:00:42.948 | network_availability_zone 2025-04-17 13:00:42.948 | network_ha 2025-04-17 13:00:42.948 | network-ip-availability 2025-04-17 13:00:42.948 | pagination 2025-04-17 13:00:42.948 | port-device-profile 2025-04-17 13:00:42.948 | port-mac-override 2025-04-17 13:00:42.948 | port-mac-address-regenerate 2025-04-17 13:00:42.948 | port-numa-affinity-policy 2025-04-17 13:00:42.948 | binding 2025-04-17 13:00:42.948 | binding-extended 2025-04-17 13:00:42.948 | port-security 2025-04-17 13:00:42.948 | project-id 2025-04-17 13:00:42.948 | provider 2025-04-17 13:00:42.948 | quota-check-limit 2025-04-17 13:00:42.948 | quotas 2025-04-17 13:00:42.948 | quota_details 2025-04-17 13:00:42.948 | rbac-policies 2025-04-17 13:00:42.948 | rbac-address-group 2025-04-17 13:00:42.948 | rbac-address-scope 2025-04-17 13:00:42.948 | rbac-security-groups 2025-04-17 13:00:42.948 | rbac-subnetpool 2025-04-17 13:00:42.948 | revision-if-match 2025-04-17 13:00:42.948 | standard-attr-revisions 2025-04-17 13:00:42.948 | router_availability_zone 2025-04-17 13:00:42.948 | security-groups-default-rules 2025-04-17 13:00:42.948 | security-groups-normalized-cidr 2025-04-17 13:00:42.948 | port-security-groups-filtering 2025-04-17 13:00:42.948 | security-groups-remote-address-group 2025-04-17 13:00:42.948 | security-groups-shared-filtering 2025-04-17 13:00:42.948 | security-group 2025-04-17 13:00:42.948 | service-type 2025-04-17 13:00:42.948 | sorting 2025-04-17 13:00:42.948 | standard-attr-description 2025-04-17 13:00:42.949 | stateful-security-group 2025-04-17 13:00:42.949 | subnet_onboard 2025-04-17 13:00:42.949 | subnet-service-types 2025-04-17 13:00:42.949 | subnet_allocation 2025-04-17 13:00:42.949 | subnetpool-prefix-ops 2025-04-17 13:00:42.949 | standard-attr-tag 2025-04-17 13:00:42.949 | standard-attr-timestamp 2025-04-17 13:00:42.949 | nsxt-ops' 2025-04-17 13:00:42.950 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-17 13:00:42.950 | address-scope 2025-04-17 13:00:42.950 | router-admin-state-down-before-update 2025-04-17 13:00:42.950 | agent 2025-04-17 13:00:42.950 | agent-resources-synced 2025-04-17 13:00:42.950 | allowed-address-pairs 2025-04-17 13:00:42.950 | auto-allocated-topology 2025-04-17 13:00:42.950 | availability_zone 2025-04-17 13:00:42.950 | availability_zone_filter 2025-04-17 13:00:42.950 | default-subnetpools 2025-04-17 13:00:42.950 | dhcp_agent_scheduler 2025-04-17 13:00:42.950 | dvr 2025-04-17 13:00:42.950 | empty-string-filtering 2025-04-17 13:00:42.950 | external-net 2025-04-17 13:00:42.950 | extra_dhcp_opt 2025-04-17 13:00:42.950 | extraroute 2025-04-17 13:00:42.950 | extraroute-atomic 2025-04-17 13:00:42.950 | filter-validation 2025-04-17 13:00:42.950 | floating-ip-port-forwarding-detail 2025-04-17 13:00:42.950 | fip-port-details 2025-04-17 13:00:42.950 | flavors 2025-04-17 13:00:42.950 | floatingip-pools 2025-04-17 13:00:42.950 | ip-substring-filtering 2025-04-17 13:00:42.950 | router 2025-04-17 13:00:42.950 | ext-gw-mode 2025-04-17 13:00:42.950 | l3-ha 2025-04-17 13:00:42.950 | l3-flavors 2025-04-17 13:00:42.950 | l3-port-ip-change-not-allowed 2025-04-17 13:00:42.950 | l3_agent_scheduler 2025-04-17 13:00:42.950 | multi-provider 2025-04-17 13:00:42.950 | net-mtu 2025-04-17 13:00:42.950 | net-mtu-writable 2025-04-17 13:00:42.950 | network_availability_zone 2025-04-17 13:00:42.950 | network_ha 2025-04-17 13:00:42.950 | network-ip-availability 2025-04-17 13:00:42.950 | pagination 2025-04-17 13:00:42.950 | port-device-profile 2025-04-17 13:00:42.950 | port-mac-override 2025-04-17 13:00:42.950 | port-mac-address-regenerate 2025-04-17 13:00:42.950 | port-numa-affinity-policy 2025-04-17 13:00:42.950 | binding 2025-04-17 13:00:42.950 | binding-extended 2025-04-17 13:00:42.950 | port-security 2025-04-17 13:00:42.950 | project-id 2025-04-17 13:00:42.950 | provider 2025-04-17 13:00:42.950 | quota-check-limit 2025-04-17 13:00:42.950 | quotas 2025-04-17 13:00:42.950 | quota_details 2025-04-17 13:00:42.950 | rbac-policies 2025-04-17 13:00:42.950 | rbac-address-group 2025-04-17 13:00:42.950 | rbac-address-scope 2025-04-17 13:00:42.950 | rbac-security-groups 2025-04-17 13:00:42.950 | rbac-subnetpool 2025-04-17 13:00:42.950 | revision-if-match 2025-04-17 13:00:42.950 | standard-attr-revisions 2025-04-17 13:00:42.950 | router_availability_zone 2025-04-17 13:00:42.950 | security-groups-default-rules 2025-04-17 13:00:42.950 | security-groups-normalized-cidr 2025-04-17 13:00:42.950 | port-security-groups-filtering 2025-04-17 13:00:42.950 | security-groups-remote-address-group 2025-04-17 13:00:42.950 | security-groups-shared-filtering 2025-04-17 13:00:42.950 | security-group 2025-04-17 13:00:42.950 | service-type 2025-04-17 13:00:42.950 | sorting 2025-04-17 13:00:42.950 | standard-attr-description 2025-04-17 13:00:42.951 | stateful-security-group 2025-04-17 13:00:42.951 | subnet_onboard 2025-04-17 13:00:42.951 | subnet-service-types 2025-04-17 13:00:42.951 | subnet_allocation 2025-04-17 13:00:42.951 | subnetpool-prefix-ops 2025-04-17 13:00:42.951 | standard-attr-tag 2025-04-17 13:00:42.951 | standard-attr-timestamp 2025-04-17 13:00:42.951 | nsxt-ops =~ external-net ]] 2025-04-17 13:00:42.952 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-17 13:00:42.954 | +++ lib/tempest:configure_tempest:363 : oscwrap --os-cloud devstack-admin network show -f value -c id public 2025-04-17 13:00:44.142 | +++ functions-common:oscwrap:2440 : return 0 2025-04-17 13:00:44.144 | ++ lib/tempest:configure_tempest:363 : public_network_id=1ae432cf-3c75-4ff5-81af-cfe7ce201747 2025-04-17 13:00:44.146 | ++ lib/tempest:configure_tempest:365 : openstack --os-cloud devstack-admin --os-region RegionOne network create --share shared 2025-04-17 13:00:45.214 | +---------------------------+--------------------------------------+ 2025-04-17 13:00:45.214 | | Field | Value | 2025-04-17 13:00:45.215 | +---------------------------+--------------------------------------+ 2025-04-17 13:00:45.215 | | admin_state_up | UP | 2025-04-17 13:00:45.215 | | availability_zone_hints | | 2025-04-17 13:00:45.215 | | availability_zones | | 2025-04-17 13:00:45.215 | | created_at | 2025-04-17T13:00:45Z | 2025-04-17 13:00:45.215 | | description | | 2025-04-17 13:00:45.215 | | dns_domain | None | 2025-04-17 13:00:45.215 | | id | 63efabfb-0028-4758-9626-5f9860440121 | 2025-04-17 13:00:45.215 | | ipv4_address_scope | None | 2025-04-17 13:00:45.215 | | ipv6_address_scope | None | 2025-04-17 13:00:45.215 | | is_default | False | 2025-04-17 13:00:45.215 | | is_vlan_transparent | None | 2025-04-17 13:00:45.215 | | mtu | 8950 | 2025-04-17 13:00:45.215 | | name | shared | 2025-04-17 13:00:45.215 | | port_security_enabled | True | 2025-04-17 13:00:45.215 | | project_id | 1ae7bf3a375d41c6af5e7536af51ffd1 | 2025-04-17 13:00:45.215 | | provider:network_type | vlan | 2025-04-17 13:00:45.215 | | provider:physical_network | default | 2025-04-17 13:00:45.215 | | provider:segmentation_id | 153 | 2025-04-17 13:00:45.215 | | qos_policy_id | None | 2025-04-17 13:00:45.215 | | revision_number | 1 | 2025-04-17 13:00:45.215 | | router:external | Internal | 2025-04-17 13:00:45.215 | | segments | None | 2025-04-17 13:00:45.215 | | shared | True | 2025-04-17 13:00:45.215 | | status | ACTIVE | 2025-04-17 13:00:45.215 | | subnets | | 2025-04-17 13:00:45.215 | | tags | | 2025-04-17 13:00:45.215 | | tenant_id | 1ae7bf3a375d41c6af5e7536af51ffd1 | 2025-04-17 13:00:45.215 | | updated_at | 2025-04-17T13:00:45Z | 2025-04-17 13:00:45.215 | +---------------------------+--------------------------------------+ 2025-04-17 13:00:45.347 | ++ 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-17 13:00:46.553 | +----------------------+--------------------------------------+ 2025-04-17 13:00:46.553 | | Field | Value | 2025-04-17 13:00:46.553 | +----------------------+--------------------------------------+ 2025-04-17 13:00:46.553 | | allocation_pools | 192.168.233.2-192.168.233.254 | 2025-04-17 13:00:46.553 | | cidr | 192.168.233.0/24 | 2025-04-17 13:00:46.553 | | created_at | 2025-04-17T13:00:46Z | 2025-04-17 13:00:46.553 | | description | shared-subnet | 2025-04-17 13:00:46.553 | | dns_nameservers | | 2025-04-17 13:00:46.553 | | dns_publish_fixed_ip | None | 2025-04-17 13:00:46.553 | | enable_dhcp | True | 2025-04-17 13:00:46.553 | | gateway_ip | 192.168.233.1 | 2025-04-17 13:00:46.553 | | host_routes | | 2025-04-17 13:00:46.553 | | id | 0f40fa9b-a467-4545-9a32-1c6b94edaa2e | 2025-04-17 13:00:46.553 | | ip_version | 4 | 2025-04-17 13:00:46.553 | | ipv6_address_mode | None | 2025-04-17 13:00:46.553 | | ipv6_ra_mode | None | 2025-04-17 13:00:46.553 | | name | shared-subnet | 2025-04-17 13:00:46.553 | | network_id | 63efabfb-0028-4758-9626-5f9860440121 | 2025-04-17 13:00:46.553 | | project_id | 1ae7bf3a375d41c6af5e7536af51ffd1 | 2025-04-17 13:00:46.553 | | revision_number | 0 | 2025-04-17 13:00:46.553 | | segment_id | None | 2025-04-17 13:00:46.553 | | service_types | | 2025-04-17 13:00:46.553 | | subnetpool_id | None | 2025-04-17 13:00:46.553 | | tags | | 2025-04-17 13:00:46.553 | | updated_at | 2025-04-17T13:00:46Z | 2025-04-17 13:00:46.553 | +----------------------+--------------------------------------+ 2025-04-17 13:00:46.697 | ++ lib/tempest:configure_tempest:369 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_syslog False 2025-04-17 13:00:46.723 | ++ lib/tempest:configure_tempest:372 : iniset /opt/stack//tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2025-04-17 13:00:46.747 | ++ lib/tempest:configure_tempest:373 : mkdir -p /opt/stack/data/tempest 2025-04-17 13:00:46.750 | ++ lib/tempest:configure_tempest:374 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_stderr False 2025-04-17 13:00:46.775 | ++ lib/tempest:configure_tempest:375 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT log_file tempest.log 2025-04-17 13:00:46.798 | ++ lib/tempest:configure_tempest:376 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT debug True 2025-04-17 13:00:46.822 | ++ lib/tempest:configure_tempest:379 : iniset /opt/stack//tempest/etc/tempest.conf compute build_timeout 196 2025-04-17 13:00:46.847 | ++ lib/tempest:configure_tempest:380 : iniset /opt/stack//tempest/etc/tempest.conf volume build_timeout 196 2025-04-17 13:00:46.871 | ++ lib/tempest:configure_tempest:383 : iniset /opt/stack//tempest/etc/tempest.conf identity uri http://10.180.1.21/identity/v2.0/ 2025-04-17 13:00:46.896 | ++ lib/tempest:configure_tempest:384 : iniset /opt/stack//tempest/etc/tempest.conf identity uri_v3 http://10.180.1.21/identity/v3 2025-04-17 13:00:46.919 | ++ lib/tempest:configure_tempest:385 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2025-04-17 13:00:46.941 | ++ lib/tempest:configure_tempest:386 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_duration 10 2025-04-17 13:00:46.964 | ++ lib/tempest:configure_tempest:387 : iniset /opt/stack//tempest/etc/tempest.conf identity user_unique_last_password_count 2 2025-04-17 13:00:46.987 | ++ lib/tempest:configure_tempest:388 : [[ True == \T\r\u\e ]] 2025-04-17 13:00:46.989 | ++ lib/tempest:configure_tempest:389 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_username admin 2025-04-17 13:00:47.013 | ++ lib/tempest:configure_tempest:390 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_password nomoresecret 2025-04-17 13:00:47.037 | ++ lib/tempest:configure_tempest:391 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_project_name admin 2025-04-17 13:00:47.061 | ++ lib/tempest:configure_tempest:392 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_domain_name Default 2025-04-17 13:00:47.083 | ++ lib/tempest:configure_tempest:394 : '[' '' == True ']' 2025-04-17 13:00:47.085 | ++ lib/tempest:configure_tempest:399 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2025-04-17 13:00:47.112 | ++ lib/tempest:configure_tempest:401 : iniset /opt/stack//tempest/etc/tempest.conf identity auth_version v3 2025-04-17 13:00:47.136 | ++ lib/tempest:configure_tempest:402 : [[ '' != \v\2 ]] 2025-04-17 13:00:47.137 | ++ lib/tempest:configure_tempest:404 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2025-04-17 13:00:47.163 | ++ lib/tempest:configure_tempest:407 : is_service_enabled tls-proxy 2025-04-17 13:00:47.175 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-17 13:00:47.177 | ++ lib/tempest:configure_tempest:412 : [[ True = True ]] 2025-04-17 13:00:47.179 | ++ lib/tempest:configure_tempest:413 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2025-04-17 13:00:47.202 | ++ lib/tempest:configure_tempest:418 : is_service_enabled ldap 2025-04-17 13:00:47.215 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-17 13:00:47.217 | ++ lib/tempest:configure_tempest:424 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled project_tags True 2025-04-17 13:00:47.240 | ++ lib/tempest:configure_tempest:428 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2025-04-17 13:00:47.262 | ++ lib/tempest:configure_tempest:432 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled access_rules True 2025-04-17 13:00:47.285 | ++ lib/tempest:configure_tempest:437 : [[ ! -z '' ]] 2025-04-17 13:00:47.287 | ++ lib/tempest:configure_tempest:440 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled import_image False 2025-04-17 13:00:47.312 | ++ lib/tempest:configure_tempest:441 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled os_glance_reserved True 2025-04-17 13:00:47.336 | ++ lib/tempest:configure_tempest:442 : is_service_enabled g-api-r 2025-04-17 13:00:47.348 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-17 13:00:47.349 | ++ lib/tempest:configure_tempest:447 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref b1400c31-d33b-4e13-944f-4c645e62493e 2025-04-17 13:00:47.373 | ++ lib/tempest:configure_tempest:448 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref_alt b1400c31-d33b-4e13-944f-4c645e62493e 2025-04-17 13:00:47.396 | ++ lib/tempest:configure_tempest:449 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref 42 2025-04-17 13:00:47.419 | ++ lib/tempest:configure_tempest:450 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref_alt 84 2025-04-17 13:00:47.442 | ++ lib/tempest:configure_tempest:451 : iniset /opt/stack//tempest/etc/tempest.conf validation connect_method floating 2025-04-17 13:00:47.466 | ++ lib/tempest:configure_tempest:452 : is_service_enabled neutron 2025-04-17 13:00:47.479 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-17 13:00:47.481 | ++ lib/tempest:configure_tempest:460 : [[ -n '' ]] 2025-04-17 13:00:47.483 | ++ lib/tempest:configure_tempest:470 : local tempest_compute_min_microversion=None 2025-04-17 13:00:47.485 | ++ lib/tempest:configure_tempest:471 : local tempest_compute_max_microversion=2.95 2025-04-17 13:00:47.486 | ++ lib/tempest:configure_tempest:474 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2025-04-17 13:00:47.488 | ++ lib/tempest:configure_tempest:478 : '[' None == None ']' 2025-04-17 13:00:47.490 | ++ lib/tempest:configure_tempest:479 : inicomment /opt/stack//tempest/etc/tempest.conf compute min_microversion 2025-04-17 13:00:47.504 | ++ lib/tempest:configure_tempest:483 : '[' 2.95 == None ']' 2025-04-17 13:00:47.506 | ++ lib/tempest:configure_tempest:486 : iniset /opt/stack//tempest/etc/tempest.conf compute max_microversion 2.95 2025-04-17 13:00:47.529 | ++ lib/tempest:configure_tempest:489 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled personality False 2025-04-17 13:00:47.553 | ++ lib/tempest:configure_tempest:490 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled resize True 2025-04-17 13:00:47.576 | ++ lib/tempest:configure_tempest:491 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migration False 2025-04-17 13:00:47.599 | ++ lib/tempest:configure_tempest:492 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled change_password False 2025-04-17 13:00:47.623 | ++ lib/tempest:configure_tempest:493 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration False 2025-04-17 13:00:47.647 | ++ lib/tempest:configure_tempest:494 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2025-04-17 13:00:47.672 | ++ lib/tempest:configure_tempest:495 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume True 2025-04-17 13:00:47.695 | ++ lib/tempest:configure_tempest:498 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled hostname_fqdn_sanitization True 2025-04-17 13:00:47.718 | ++ lib/tempest:configure_tempest:500 : [[ -n ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2025-04-17 13:00:47.720 | ++ 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-17 13:00:47.743 | ++ lib/tempest:configure_tempest:504 : [[ False == \T\r\u\e ]] 2025-04-17 13:00:47.745 | ++ lib/tempest:configure_tempest:508 : is_service_enabled n-novnc 2025-04-17 13:00:47.758 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-17 13:00:47.760 | ++ lib/tempest:configure_tempest:513 : iniset /opt/stack//tempest/etc/tempest.conf network project_networks_reachable false 2025-04-17 13:00:47.784 | ++ lib/tempest:configure_tempest:514 : iniset /opt/stack//tempest/etc/tempest.conf network public_network_id 1ae432cf-3c75-4ff5-81af-cfe7ce201747 2025-04-17 13:00:47.807 | ++ lib/tempest:configure_tempest:515 : iniset /opt/stack//tempest/etc/tempest.conf network public_router_id '' 2025-04-17 13:00:47.830 | ++ lib/tempest:configure_tempest:516 : iniset /opt/stack//tempest/etc/tempest.conf network default_network 192.168.128.0/17 2025-04-17 13:00:47.853 | ++ lib/tempest:configure_tempest:517 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6 False 2025-04-17 13:00:47.877 | ++ lib/tempest:configure_tempest:518 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2025-04-17 13:00:47.901 | ++ lib/tempest:configure_tempest:519 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled port_security True 2025-04-17 13:00:47.924 | ++ lib/tempest:configure_tempest:521 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope neutron False 2025-04-17 13:00:47.949 | ++ lib/tempest:configure_tempest:524 : SCENARIO_IMAGE_DIR=/opt/stack/devstack/files 2025-04-17 13:00:47.951 | ++ lib/tempest:configure_tempest:525 : SCENARIO_IMAGE_FILE= 2025-04-17 13:00:47.953 | ++ lib/tempest:configure_tempest:526 : SCENARIO_IMAGE_TYPE=cirros 2025-04-17 13:00:47.955 | ++ lib/tempest:configure_tempest:527 : iniset /opt/stack//tempest/etc/tempest.conf scenario img_file /opt/stack/devstack/files/ 2025-04-17 13:00:47.979 | ++ lib/tempest:configure_tempest:531 : [[ cirros == \c\i\r\r\o\s ]] 2025-04-17 13:00:47.982 | +++ lib/tempest:configure_tempest:534 : echo 0.6.2 2025-04-17 13:00:47.982 | +++ lib/tempest:configure_tempest:534 : tr -d . 2025-04-17 13:00:47.985 | ++ lib/tempest:configure_tempest:534 : [[ 062 -ge 060 ]] 2025-04-17 13:00:47.987 | ++ lib/tempest:configure_tempest:535 : iniset /opt/stack//tempest/etc/tempest.conf scenario dhcp_client dhcpcd 2025-04-17 13:00:48.010 | ++ lib/tempest:configure_tempest:540 : TEMPEST_SSH_NETWORK_NAME=private 2025-04-17 13:00:48.012 | ++ lib/tempest:configure_tempest:541 : is_provider_network 2025-04-17 13:00:48.013 | ++ functions-common:is_provider_network:2249 : '[' '' == True ']' 2025-04-17 13:00:48.015 | ++ functions-common:is_provider_network:2252 : return 1 2025-04-17 13:00:48.017 | ++ lib/tempest:configure_tempest:545 : iniset /opt/stack//tempest/etc/tempest.conf validation run_validation True 2025-04-17 13:00:48.040 | ++ lib/tempest:configure_tempest:546 : iniset /opt/stack//tempest/etc/tempest.conf validation ip_version_for_ssh 4 2025-04-17 13:00:48.063 | ++ lib/tempest:configure_tempest:547 : iniset /opt/stack//tempest/etc/tempest.conf validation ssh_timeout 196 2025-04-17 13:00:48.086 | ++ lib/tempest:configure_tempest:548 : iniset /opt/stack//tempest/etc/tempest.conf validation image_ssh_user cirros 2025-04-17 13:00:48.108 | ++ lib/tempest:configure_tempest:549 : iniset /opt/stack//tempest/etc/tempest.conf validation image_alt_ssh_user cirros 2025-04-17 13:00:48.131 | ++ lib/tempest:configure_tempest:550 : iniset /opt/stack//tempest/etc/tempest.conf validation network_for_ssh private 2025-04-17 13:00:48.153 | ++ lib/tempest:configure_tempest:554 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-17 13:00:48.156 | +++ lib/tempest:configure_tempest:557 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2025-04-17 13:00:48.168 | ++ lib/tempest:configure_tempest:557 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_snapshot False 2025-04-17 13:00:48.193 | ++ lib/tempest:configure_tempest:559 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-17 13:00:48.195 | +++ lib/tempest:configure_tempest:562 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2025-04-17 13:00:48.208 | ++ lib/tempest:configure_tempest:562 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_volume False 2025-04-17 13:00:48.231 | ++ lib/tempest:configure_tempest:565 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-17 13:00:48.233 | +++ lib/tempest:configure_tempest:568 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2025-04-17 13:00:48.246 | ++ lib/tempest:configure_tempest:568 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume False 2025-04-17 13:00:48.269 | ++ lib/tempest:configure_tempest:570 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-17 13:00:48.271 | +++ lib/tempest:configure_tempest:573 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2025-04-17 13:00:48.284 | ++ lib/tempest:configure_tempest:573 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled volume_revert False 2025-04-17 13:00:48.307 | ++ lib/tempest:configure_tempest:574 : local tempest_volume_min_microversion=None 2025-04-17 13:00:48.309 | ++ lib/tempest:configure_tempest:575 : local tempest_volume_max_microversion=3.70 2025-04-17 13:00:48.311 | ++ lib/tempest:configure_tempest:576 : '[' None == None ']' 2025-04-17 13:00:48.313 | ++ lib/tempest:configure_tempest:577 : inicomment /opt/stack//tempest/etc/tempest.conf volume min_microversion 2025-04-17 13:00:48.327 | ++ lib/tempest:configure_tempest:582 : '[' 3.70 == None ']' 2025-04-17 13:00:48.329 | ++ lib/tempest:configure_tempest:585 : iniset /opt/stack//tempest/etc/tempest.conf volume max_microversion 3.70 2025-04-17 13:00:48.351 | ++ lib/tempest:configure_tempest:588 : is_service_enabled c-bak 2025-04-17 13:00:48.363 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-17 13:00:48.365 | ++ lib/tempest:configure_tempest:589 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled backup False 2025-04-17 13:00:48.388 | ++ lib/tempest:configure_tempest:595 : [[ -n vmdk:vsphere ]] 2025-04-17 13:00:48.390 | ++ lib/tempest:configure_tempest:595 : [[ vmdk:vsphere =~ .*,.* ]] 2025-04-17 13:00:48.392 | ++ lib/tempest:configure_tempest:615 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2025-04-17 13:00:48.393 | ++ lib/tempest:configure_tempest:619 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2025-04-17 13:00:48.395 | ++ lib/tempest:configure_tempest:624 : [[ False == \T\r\u\e ]] 2025-04-17 13:00:48.397 | ++ lib/tempest:configure_tempest:633 : local tempest_placement_min_microversion=None 2025-04-17 13:00:48.399 | ++ lib/tempest:configure_tempest:634 : local tempest_placement_max_microversion=1.39 2025-04-17 13:00:48.401 | ++ lib/tempest:configure_tempest:635 : '[' None == None ']' 2025-04-17 13:00:48.403 | ++ lib/tempest:configure_tempest:636 : inicomment /opt/stack//tempest/etc/tempest.conf placement min_microversion 2025-04-17 13:00:48.417 | ++ lib/tempest:configure_tempest:640 : '[' 1.39 == None ']' 2025-04-17 13:00:48.419 | ++ lib/tempest:configure_tempest:643 : iniset /opt/stack//tempest/etc/tempest.conf placement max_microversion 1.39 2025-04-17 13:00:48.443 | ++ lib/tempest:configure_tempest:647 : '[' vsphere = ironic ']' 2025-04-17 13:00:48.445 | ++ lib/tempest:configure_tempest:661 : '[' vsphere = libvirt ']' 2025-04-17 13:00:48.446 | ++ lib/tempest:configure_tempest:685 : local service 2025-04-17 13:00:48.448 | ++ lib/tempest:configure_tempest:686 : local tempest_services=key,glance,nova,neutron,cinder,swift,horizon 2025-04-17 13:00:48.450 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-17 13:00:48.452 | ++ lib/tempest:configure_tempest:688 : is_service_enabled key 2025-04-17 13:00:48.464 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-17 13:00:48.466 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available key True 2025-04-17 13:00:48.491 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-17 13:00:48.493 | ++ lib/tempest:configure_tempest:688 : is_service_enabled glance 2025-04-17 13:00:48.505 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-17 13:00:48.507 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available glance True 2025-04-17 13:00:48.529 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-17 13:00:48.531 | ++ lib/tempest:configure_tempest:688 : is_service_enabled nova 2025-04-17 13:00:48.544 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-17 13:00:48.546 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available nova True 2025-04-17 13:00:48.569 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-17 13:00:48.571 | ++ lib/tempest:configure_tempest:688 : is_service_enabled neutron 2025-04-17 13:00:48.584 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-17 13:00:48.586 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available neutron True 2025-04-17 13:00:48.609 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-17 13:00:48.611 | ++ lib/tempest:configure_tempest:688 : is_service_enabled cinder 2025-04-17 13:00:48.624 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-17 13:00:48.626 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available cinder True 2025-04-17 13:00:48.649 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-17 13:00:48.651 | ++ lib/tempest:configure_tempest:688 : is_service_enabled swift 2025-04-17 13:00:48.663 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-17 13:00:48.665 | ++ lib/tempest:configure_tempest:691 : iniset /opt/stack//tempest/etc/tempest.conf service_available swift False 2025-04-17 13:00:48.688 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-17 13:00:48.690 | ++ lib/tempest:configure_tempest:688 : is_service_enabled horizon 2025-04-17 13:00:48.702 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-17 13:00:48.704 | ++ lib/tempest:configure_tempest:691 : iniset /opt/stack//tempest/etc/tempest.conf service_available horizon False 2025-04-17 13:00:48.727 | ++ lib/tempest:configure_tempest:699 : [[ False == True ]] 2025-04-17 13:00:48.729 | ++ lib/tempest:configure_tempest:699 : [[ False == True ]] 2025-04-17 13:00:48.731 | ++ lib/tempest:configure_tempest:705 : [[ True == True ]] 2025-04-17 13:00:48.733 | ++ lib/tempest:configure_tempest:706 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope nova true 2025-04-17 13:00:48.756 | ++ lib/tempest:configure_tempest:709 : [[ False == True ]] 2025-04-17 13:00:48.758 | ++ lib/tempest:configure_tempest:709 : [[ False == True ]] 2025-04-17 13:00:48.760 | ++ lib/tempest:configure_tempest:713 : [[ True == True ]] 2025-04-17 13:00:48.762 | ++ lib/tempest:configure_tempest:714 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope glance true 2025-04-17 13:00:48.786 | ++ lib/tempest:configure_tempest:717 : [[ False == True ]] 2025-04-17 13:00:48.788 | ++ lib/tempest:configure_tempest:717 : [[ False == True ]] 2025-04-17 13:00:48.790 | ++ lib/tempest:configure_tempest:721 : '[' vsphere = libvirt ']' 2025-04-17 13:00:48.792 | ++ lib/tempest:configure_tempest:731 : local tmp_cfg_file 2025-04-17 13:00:48.794 | +++ lib/tempest:configure_tempest:732 : mktemp 2025-04-17 13:00:48.798 | ++ lib/tempest:configure_tempest:732 : tmp_cfg_file=/tmp/tmp.IxJErR1dp0 2025-04-17 13:00:48.800 | ++ lib/tempest:configure_tempest:733 : cd /opt/stack//tempest 2025-04-17 13:00:48.802 | ++ lib/tempest:configure_tempest:735 : local tmp_u_c_m 2025-04-17 13:00:48.805 | +++ lib/tempest:configure_tempest:736 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2025-04-17 13:00:48.808 | ++ lib/tempest:configure_tempest:736 : tmp_u_c_m=/tmp/tempest_u_c_m.GCQhfIc1K5 2025-04-17 13:00:48.810 | ++ lib/tempest:configure_tempest:737 : set_tempest_venv_constraints /tmp/tempest_u_c_m.GCQhfIc1K5 2025-04-17 13:00:48.812 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2025-04-17 13:00:48.814 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.GCQhfIc1K5 2025-04-17 13:00:48.816 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2025-04-17 13:00:48.818 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2025-04-17 13:00:48.820 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2025-04-17 13:00:48.825 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-17 13:00:48.827 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-17 13:00:48.829 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-17 13:00:48.831 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-17 13:00:48.834 | ++ lib/tempest:configure_tempest:738 : [[ False != \T\r\u\e ]] 2025-04-17 13:00:48.835 | ++ lib/tempest:configure_tempest:739 : tox -revenv-tempest --notest 2025-04-17 13:00:49.063 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2025-04-17 13:00:49.445 | venv-tempest installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2025-04-17 13:00:59.342 | venv-tempest develop-inst: /opt/stack/tempest 2025-04-17 13:01:02.360 | 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-17 13:01:02.360 | ___________________________________ summary ____________________________________ 2025-04-17 13:01:02.360 | venv-tempest: skipped tests 2025-04-17 13:01:02.360 | congratulations :) 2025-04-17 13:01:02.381 | ++ lib/tempest:configure_tempest:741 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.GCQhfIc1K5 -r requirements.txt 2025-04-17 13:01:02.817 | /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-17 13:01:02.817 | dist.fetch_build_eggs(dist.setup_requires) 2025-04-17 13:01:02.892 | /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-17 13:01:02.892 | warnings.warn( 2025-04-17 13:01:02.892 | /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-17 13:01:02.892 | warnings.warn( 2025-04-17 13:01:02.955 | venv-tempest develop-inst-nodeps: /opt/stack/tempest 2025-04-17 13:01:05.082 | 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-17 13:01:05.082 | venv-tempest run-test-pre: PYTHONHASHSEED='3323086516' 2025-04-17 13:01:05.083 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.GCQhfIc1K5 -r requirements.txt 2025-04-17 13:01:05.919 | 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-17 13:01:05.920 | 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-17 13:01:05.921 | 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-17 13:01:05.921 | 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-17 13:01:05.922 | 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-17 13:01:05.923 | 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-17 13:01:05.923 | 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-17 13:01:05.924 | 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-17 13:01:05.925 | 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-17 13:01:05.926 | 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-17 13:01:05.926 | 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-17 13:01:05.927 | 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-17 13:01:05.928 | 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-17 13:01:05.928 | 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-17 13:01:05.929 | 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-17 13:01:05.930 | 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-17 13:01:05.931 | 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-17 13:01:05.931 | 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-17 13:01:05.932 | 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-17 13:01:05.933 | 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-17 13:01:05.933 | 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-17 13:01:05.934 | 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-17 13:01:05.935 | 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-17 13:01:05.936 | 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-17 13:01:05.941 | 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-17 13:01:05.942 | 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-17 13:01:05.959 | 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-17 13:01:05.960 | 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-17 13:01:05.961 | 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-17 13:01:05.962 | 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-17 13:01:05.978 | 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-17 13:01:05.979 | 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-17 13:01:05.998 | 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-17 13:01:06.009 | 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-17 13:01:06.025 | 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-17 13:01:06.025 | 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-17 13:01:06.038 | 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-17 13:01:06.040 | 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-17 13:01:06.055 | 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-17 13:01:06.056 | 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-17 13:01:06.056 | 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-17 13:01:06.061 | 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-17 13:01:06.062 | 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-17 13:01:06.070 | 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-17 13:01:06.071 | 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-17 13:01:06.072 | 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-17 13:01:06.073 | 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-17 13:01:06.099 | 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-17 13:01:06.123 | 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-17 13:01:06.199 | 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-17 13:01:06.206 | 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-17 13:01:06.287 | 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-17 13:01:06.296 | 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-17 13:01:06.308 | 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-17 13:01:06.308 | 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-17 13:01:06.309 | 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-17 13:01:06.471 | WARNING: There was an error checking the latest version of pip. 2025-04-17 13:01:06.546 | ___________________________________ summary ____________________________________ 2025-04-17 13:01:06.546 | venv-tempest: commands succeeded 2025-04-17 13:01:06.546 | congratulations :) 2025-04-17 13:01:06.568 | ++ lib/tempest:configure_tempest:742 : rm -f /tmp/tempest_u_c_m.GCQhfIc1K5 2025-04-17 13:01:06.572 | ++ lib/tempest:configure_tempest:745 : [[ False == \T\r\u\e ]] 2025-04-17 13:01:06.574 | ++ lib/tempest:configure_tempest:753 : [[ True == \F\a\l\s\e ]] 2025-04-17 13:01:06.576 | ++ lib/tempest:configure_tempest:757 : iniset /opt/stack//tempest/etc/tempest.conf auth use_dynamic_credentials True 2025-04-17 13:01:06.601 | ++ lib/tempest:configure_tempest:763 : tox -evenv -- tempest verify-config -uro /tmp/tmp.IxJErR1dp0 2025-04-17 13:01:06.834 | venv create: /opt/stack/tempest/.tox/venv 2025-04-17 13:01:07.116 | venv installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt 2025-04-17 13:01:21.708 | venv develop-inst: /opt/stack/tempest 2025-04-17 13:01:25.163 | 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-17 13:01:25.163 | venv run-test-pre: PYTHONHASHSEED='2225689271' 2025-04-17 13:01:25.163 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.IxJErR1dp0 2025-04-17 13:01:25.292 | /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-17 13:01:25.292 | debtcollector.deprecate( 2025-04-17 13:01:25.461 | /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-17 13:01:25.461 | FORMAT_CHECKER = jsonschema.draft4_format_checker 2025-04-17 13:01:25.461 | /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-17 13:01:25.461 | @jsonschema.FormatChecker.cls_checks('base64') 2025-04-17 13:01:25.720 | /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-17 13:01:25.720 | warnings.warn( 2025-04-17 13:01:25.904 | /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-17 13:01:25.904 | for key, value in info.getheaders().items(): 2025-04-17 13:01:25.930 | /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-17 13:01:25.930 | for key, value in info.getheaders().items(): 2025-04-17 13:01:26.170 | /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-17 13:01:26.170 | for key, value in info.getheaders().items(): 2025-04-17 13:01:26.171 | /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-17 13:01:26.171 | _client = klass(auth_provider=auth_provider, **kwargs) 2025-04-17 13:01:26.798 | ___________________________________ summary ____________________________________ 2025-04-17 13:01:26.798 | venv: commands succeeded 2025-04-17 13:01:26.798 | congratulations :) 2025-04-17 13:01:26.821 | ++ lib/tempest:configure_tempest:768 : is_service_enabled q-metering neutron-metering 2025-04-17 13:01:26.835 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-17 13:01:26.836 | ++ lib/tempest:configure_tempest:769 : DISABLE_NETWORK_API_EXTENSIONS+=', metering' 2025-04-17 13:01:26.838 | ++ lib/tempest:configure_tempest:773 : is_service_enabled q-l3 neutron-l3 2025-04-17 13:01:26.851 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-17 13:01:26.853 | ++ lib/tempest:configure_tempest:777 : DEFAULT_NET_EXT=address-scope,agent,allowed-address-pairs,auto-allocated-topology 2025-04-17 13:01:26.855 | ++ lib/tempest:configure_tempest:778 : DEFAULT_NET_EXT+=,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler 2025-04-17 13:01:26.857 | ++ lib/tempest:configure_tempest:779 : DEFAULT_NET_EXT+=,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors 2025-04-17 13:01:26.859 | ++ lib/tempest:configure_tempest:780 : DEFAULT_NET_EXT+=,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu 2025-04-17 13:01:26.861 | ++ lib/tempest:configure_tempest:781 : DEFAULT_NET_EXT+=,network-ip-availability,network_availability_zone,pagination 2025-04-17 13:01:26.863 | ++ lib/tempest:configure_tempest:782 : DEFAULT_NET_EXT+=,port-security,project-id,provider,quotas,quota_details,rbac-policies 2025-04-17 13:01:26.864 | ++ lib/tempest:configure_tempest:783 : DEFAULT_NET_EXT+=,revision-if-match,router,router_availability_zone,security-group,service-type,sorting 2025-04-17 13:01:26.866 | ++ lib/tempest:configure_tempest:784 : DEFAULT_NET_EXT+=,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp 2025-04-17 13:01:26.868 | ++ lib/tempest:configure_tempest:785 : DEFAULT_NET_EXT+=,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering 2025-04-17 13:01:26.870 | ++ lib/tempest:configure_tempest:786 : DEFAULT_NET_EXT+=,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate 2025-04-17 13:01:26.872 | ++ lib/tempest:configure_tempest:787 : DEFAULT_NET_EXT+=,port-security-groups-filtering,fip-port-details,binding-extended 2025-04-17 13:01:26.874 | ++ lib/tempest:configure_tempest:788 : DEFAULT_NET_EXT+=,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced 2025-04-17 13:01:26.876 | ++ lib/tempest:configure_tempest:789 : DEFAULT_NET_EXT+=,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update 2025-04-17 13:01:26.878 | ++ lib/tempest:configure_tempest:790 : DEFAULT_NET_EXT+=,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic 2025-04-17 13:01:26.880 | ++ 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-17 13:01:26.882 | ++ lib/tempest:configure_tempest:792 : DEFAULT_NET_EXT+=,rbac-address-group,port-device-profile 2025-04-17 13:01:26.883 | ++ lib/tempest:configure_tempest:793 : DEFAULT_NET_EXT+=,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn 2025-04-17 13:01:26.885 | ++ lib/tempest:configure_tempest:794 : DEFAULT_NET_EXT+=,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges 2025-04-17 13:01:26.887 | ++ lib/tempest:configure_tempest:796 : DEFAULT_NET_EXT+=,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit 2025-04-17 13:01:26.889 | ++ lib/tempest:configure_tempest:797 : DEFAULT_NET_EXT+=,port-resource-request-groups 2025-04-17 13:01:26.891 | ++ lib/tempest:configure_tempest:799 : DEFAULT_NET_EXT+=,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete 2025-04-17 13:01:26.893 | ++ lib/tempest:configure_tempest:801 : DEFAULT_NET_EXT+=,port-hints,floating-ip-distributed 2025-04-17 13:01:26.895 | ++ lib/tempest:configure_tempest:803 : DEFAULT_NET_EXT+=,port-hint-ovs-tx-steering,enable-default-route-bfd 2025-04-17 13:01:26.897 | ++ lib/tempest:configure_tempest:804 : DEFAULT_NET_EXT+=,enable-default-route-ecmp,standard-attr-fwaas-v2 2025-04-17 13:01:26.899 | ++ lib/tempest:configure_tempest:805 : DEFAULT_NET_EXT+=,allowed-address-pairs-atomic,network_ha 2025-04-17 13:01:26.900 | ++ lib/tempest:configure_tempest:806 : DEFAULT_NET_EXT+=,security-groups-rules-belongs-to-default-sg 2025-04-17 13:01:26.902 | ++ lib/tempest:configure_tempest:807 : DEFAULT_NET_EXT+=,port-hardware-offload-type 2025-04-17 13:01:26.905 | ++ 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-17 13:01:26.907 | ++ lib/tempest:configure_tempest:809 : [[ ! -z , metering ]] 2025-04-17 13:01:26.910 | +++ lib/tempest:configure_tempest:811 : iniget /tmp/tmp.IxJErR1dp0 network-feature-enabled api_extensions 2025-04-17 13:01:26.910 | +++ lib/tempest:configure_tempest:811 : tr -d ' ' 2025-04-17 13:01:26.926 | ++ 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-17 13:01:26.928 | +++ 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-17 13:01:26.931 | +++ 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-17 13:01:26.933 | +++ lib/tempest:remove_disabled_extensions:111 : shift 2025-04-17 13:01:26.935 | +++ lib/tempest:remove_disabled_extensions:112 : local 'disabled_exts=, metering' 2025-04-17 13:01:26.937 | +++ 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-17 13:01:26.952 | +++ 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-17 13:01:26.968 | ++ 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-17 13:01:26.970 | ++ lib/tempest:configure_tempest:815 : [[ -n '' ]] 2025-04-17 13:01:26.972 | ++ 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-17 13:01:26.995 | ++ lib/tempest:configure_tempest:820 : DEFAULT_SWIFT_OPT=account_quotas,bulk_delete,bulk_upload,container_quotas 2025-04-17 13:01:26.998 | ++ lib/tempest:configure_tempest:821 : DEFAULT_SWIFT_OPT+=,container_sync,crossdomain,formpost,ratelimit,slo 2025-04-17 13:01:27.000 | ++ lib/tempest:configure_tempest:822 : DEFAULT_SWIFT_OPT+=,staticweb,tempauth,tempurl,versioned_writes 2025-04-17 13:01:27.002 | ++ 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-17 13:01:27.004 | ++ lib/tempest:configure_tempest:824 : [[ ! -z '' ]] 2025-04-17 13:01:27.006 | ++ 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-17 13:01:27.031 | ++ lib/tempest:configure_tempest:832 : DEFAULT_VOL_EXT=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups 2025-04-17 13:01:27.033 | ++ lib/tempest:configure_tempest:833 : DEFAULT_VOL_EXT+=,encryption,os-admin-actions,os-availability-zone 2025-04-17 13:01:27.035 | ++ lib/tempest:configure_tempest:834 : DEFAULT_VOL_EXT+=,os-extended-services,os-extended-snapshot-attributes 2025-04-17 13:01:27.037 | ++ lib/tempest:configure_tempest:835 : DEFAULT_VOL_EXT+=,os-hosts,os-quota-class-sets,os-quota-sets 2025-04-17 13:01:27.039 | ++ lib/tempest:configure_tempest:836 : DEFAULT_VOL_EXT+=,os-services,os-snapshot-actions,os-snapshot-manage 2025-04-17 13:01:27.041 | ++ lib/tempest:configure_tempest:837 : DEFAULT_VOL_EXT+=,os-snapshot-unmanage,os-types-extra-specs,os-types-manage 2025-04-17 13:01:27.043 | ++ lib/tempest:configure_tempest:838 : DEFAULT_VOL_EXT+=,os-used-limits,os-vol-host-attr,os-vol-image-meta 2025-04-17 13:01:27.045 | ++ lib/tempest:configure_tempest:839 : DEFAULT_VOL_EXT+=,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions 2025-04-17 13:01:27.047 | ++ lib/tempest:configure_tempest:840 : DEFAULT_VOL_EXT+=,os-volume-encryption-metadata,os-volume-manage 2025-04-17 13:01:27.049 | ++ lib/tempest:configure_tempest:841 : DEFAULT_VOL_EXT+=,os-volume-transfer,os-volume-type-access 2025-04-17 13:01:27.051 | ++ lib/tempest:configure_tempest:842 : DEFAULT_VOL_EXT+=,os-volume-unmanage,qos-specs,scheduler-stats 2025-04-17 13:01:27.053 | ++ 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-17 13:01:27.055 | ++ lib/tempest:configure_tempest:844 : [[ ! -z '' ]] 2025-04-17 13:01:27.057 | ++ 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-17 13:01:27.082 | ++ lib/tempest:configure_tempest:853 : IFS=' 2025-04-17 13:01:27.082 | ' 2025-04-17 13:01:27.084 | ++ extras.d/80-tempest.sh:source:23 : echo_summary 'Installing Tempest Plugins' 2025-04-17 13:01:27.086 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-17 13:01:27.088 | ++ stack.sh:echo_summary:461 : echo -e Installing Tempest Plugins 2025-04-17 13:01:27.090 | ++ extras.d/80-tempest.sh:source:24 : install_tempest_plugins 2025-04-17 13:01:27.092 | ++ lib/tempest:install_tempest_plugins:887 : pushd /opt/stack//tempest 2025-04-17 13:01:27.092 | ~/tempest ~/tempest 2025-04-17 13:01:27.094 | ++ lib/tempest:install_tempest_plugins:888 : [[ 0 != 0 ]] 2025-04-17 13:01:27.096 | ++ lib/tempest:install_tempest_plugins:897 : popd 2025-04-17 13:01:27.096 | ~/tempest 2025-04-17 13:01:27.098 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-17 13:01:27.100 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-17 13:01:27.102 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-17 13:01:27.104 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-17 13:01:27.107 | + functions-common:run_phase:1855 : run_plugins stack test-config 2025-04-17 13:01:27.109 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-17 13:01:27.111 | + functions-common:run_plugins:1815 : local phase=test-config 2025-04-17 13:01:27.114 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-17 13:01:27.116 | + functions-common:run_plugins:1818 : local plugin 2025-04-17 13:01:27.118 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-17 13:01:27.121 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-17 13:01:27.123 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-17 13:01:27.125 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack test-config 2025-04-17 13:01:27.128 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-17 13:01:27.130 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-17 13:01:27.132 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2025-04-17 13:01:27.134 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-17 13:01:27.137 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-17 13:01:27.139 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-04-17 13:01:27.141 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ test-config == \e\x\t\r\a ]] 2025-04-17 13:01:27.143 | + stack.sh:main:1514 : merge_config_group /opt/stack/devstack/local.conf test-config 2025-04-17 13:01:27.146 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-17 13:01:27.148 | + inc/meta-config:merge_config_group:171 : shift 2025-04-17 13:01:27.150 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2025-04-17 13:01:27.152 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-17 13:01:27.155 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-17 13:01:27.157 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-17 13:01:27.160 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf test-config 2025-04-17 13:01:27.162 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-17 13:01:27.164 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2025-04-17 13:01:27.167 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-17 13:01:27.169 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2025-04-17 13:01:27.169 | /^\[\[.+\|.*\]\]/ { 2025-04-17 13:01:27.169 | gsub("[][]", "", $1); 2025-04-17 13:01:27.169 | split($1, a, "|"); 2025-04-17 13:01:27.169 | if (a[1] == matchgroup) 2025-04-17 13:01:27.169 | print a[2] 2025-04-17 13:01:27.169 | } 2025-04-17 13:01:27.169 | ' /opt/stack/devstack/local.conf ========================= DevStack Component Timing (times are in seconds) ========================= wait_for_service 9 async_wait 42 osc 149 apt-get 40 test_with_retry 3 dbsync 2 pip_install 102 apt-get-update 9 run_process 16 git_timed 92 ------------------------- Unaccounted time 55 ========================= Total runtime 519 ================= Async summary ================= Time spent in the background minus waits: 179 sec Elapsed time: 519 sec Time if we did everything serially: 698 sec Speedup: 1.34489 Post-stack database query stats: +------------+-----------+-------+ | db | op | count | +------------+-----------+-------+ | keystone | SELECT | 36800 | | keystone | INSERT | 93 | | keystone | UPDATE | 7 | | neutron | SELECT | 3461 | | neutron | INSERT | 131 | | placement | SELECT | 10 | | placement | INSERT | 4 | | placement | SET | 2 | | neutron | UPDATE | 71 | | nova_cell1 | SELECT | 67 | | nova_cell0 | SELECT | 12 | | nova_api | SELECT | 110 | | neutron | DELETE | 16 | | nova_cell1 | INSERT | 5 | | nova_cell1 | UPDATE | 2 | | cinder | SELECT | 121 | | cinder | INSERT | 5 | | cinder | UPDATE | 3 | | glance | SELECT | 47 | | glance | INSERT | 8 | | glance | UPDATE | 2 | | cinder | DELETE | 1 | | nova_api | INSERT | 20 | | nova_api | SAVEPOINT | 10 | | nova_api | RELEASE | 10 | +------------+-----------+-------+ 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