2025-04-16 12:12:52.298 | + stack.sh:main:502 : exec 2025-04-16 12:12:52.298 | ++ stack.sh:main:502 : /usr/bin/python3.10 /opt/stack/devstack/tools/outfilter.py -o /opt/stack//logs/stack.sh.log.2025-04-16-121252.summary.2025-04-16-121252 2025-04-16 12:12:52.298 | + stack.sh:main:510 : echo_summary 'stack.sh log /opt/stack//logs/stack.sh.log.2025-04-16-121252' 2025-04-16 12:12:52.298 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 12:12:52.298 | + stack.sh:echo_summary:461 : echo -e stack.sh log /opt/stack//logs/stack.sh.log.2025-04-16-121252 2025-04-16 12:12:52.298 | + stack.sh:main:512 : ln -sf /opt/stack//logs/stack.sh.log.2025-04-16-121252 /opt/stack//logs/stack.sh.log 2025-04-16 12:12:52.298 | + stack.sh:main:513 : ln -sf /opt/stack//logs/stack.sh.log.2025-04-16-121252.summary.2025-04-16-121252 /opt/stack//logs/stack.sh.log.summary 2025-04-16 12:12:52.298 | + stack.sh:main:528 : check_path_perm_sanity /opt/stack/ 2025-04-16 12:12:52.298 | + functions:check_path_perm_sanity:607 : local real_path 2025-04-16 12:12:52.298 | ++ functions:check_path_perm_sanity:608 : readlink -f /opt/stack/ 2025-04-16 12:12:52.298 | + functions:check_path_perm_sanity:608 : real_path=/opt/stack 2025-04-16 12:12:52.298 | + functions:check_path_perm_sanity:609 : local rebuilt_path= 2025-04-16 12:12:52.298 | ++ functions:check_path_perm_sanity:610 : tr / ' ' 2025-04-16 12:12:52.298 | ++ functions:check_path_perm_sanity:610 : echo /opt/stack 2025-04-16 12:12:52.298 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2025-04-16 12:12:52.298 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt 2025-04-16 12:12:52.298 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt 2025-04-16 12:12:52.298 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2025-04-16 12:12:52.300 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2025-04-16 12:12:52.301 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt/stack 2025-04-16 12:12:52.303 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt/stack 2025-04-16 12:12:52.305 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2025-04-16 12:12:52.306 | + stack.sh:main:534 : trap exit_trap EXIT 2025-04-16 12:12:52.308 | + stack.sh:main:575 : trap err_trap ERR 2025-04-16 12:12:52.309 | + stack.sh:main:588 : set -o errexit 2025-04-16 12:12:52.310 | + stack.sh:main:591 : uname -a 2025-04-16 12:12:52.311 | Linux devstack 6.8.0-52-generic #53~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Jan 15 19:18:46 UTC 2 x86_64 x86_64 x86_64 GNU/Linux 2025-04-16 12:12:52.313 | + stack.sh:main:594 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2025-04-16 12:12:52.314 | + stack.sh:main:595 : rm -f /opt/stack/data/ca-bundle.pem 2025-04-16 12:12:52.316 | + stack.sh:main:598 : source /opt/stack/devstack/lib/database 2025-04-16 12:12:52.339 | + stack.sh:main:599 : source /opt/stack/devstack/lib/rpc_backend 2025-04-16 12:12:52.349 | + stack.sh:main:605 : fetch_plugins 2025-04-16 12:12:52.350 | + functions-common:fetch_plugins:1746 : local plugins=,networking-nsx-t 2025-04-16 12:12:52.352 | + functions-common:fetch_plugins:1747 : local plugin 2025-04-16 12:12:52.353 | + functions-common:fetch_plugins:1750 : [[ -z ,networking-nsx-t ]] 2025-04-16 12:12:52.354 | + functions-common:fetch_plugins:1754 : echo 'Fetching DevStack plugins' 2025-04-16 12:12:52.354 | Fetching DevStack plugins 2025-04-16 12:12:52.355 | + functions-common:fetch_plugins:1755 : for plugin in ${plugins//,/ } 2025-04-16 12:12:52.357 | + functions-common:fetch_plugins:1756 : git_clone_by_name networking-nsx-t 2025-04-16 12:12:52.358 | + functions-common:git_clone_by_name:664 : local name=networking-nsx-t 2025-04-16 12:12:52.359 | + functions-common:git_clone_by_name:665 : local repo=https://github.com/sapcc/networking-nsx-t 2025-04-16 12:12:52.361 | + functions-common:git_clone_by_name:666 : local dir=/opt/stack/networking-nsx-t 2025-04-16 12:12:52.362 | + functions-common:git_clone_by_name:667 : local branch=devstack 2025-04-16 12:12:52.363 | + functions-common:git_clone_by_name:668 : git_clone https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t devstack 2025-04-16 12:12:52.364 | + functions-common:git_clone:572 : local git_remote=https://github.com/sapcc/networking-nsx-t 2025-04-16 12:12:52.366 | + functions-common:git_clone:573 : local git_dest=/opt/stack/networking-nsx-t 2025-04-16 12:12:52.367 | + functions-common:git_clone:574 : local git_ref=devstack 2025-04-16 12:12:52.368 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 12:12:52.370 | ++ functions-common:git_clone:576 : pwd 2025-04-16 12:12:52.371 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 12:12:52.373 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 12:12:52.374 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 12:12:52.383 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 12:12:52.384 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 12:12:52.386 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 12:12:52.387 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 12:12:52.389 | + functions-common:git_clone:593 : echo devstack 2025-04-16 12:12:52.389 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 12:12:52.392 | + functions-common:git_clone:607 : [[ ! -d /opt/stack/networking-nsx-t ]] 2025-04-16 12:12:52.393 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 12:12:52.394 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t 2025-04-16 12:12:52.396 | + functions-common:git_timed:680 : local count=0 2025-04-16 12:12:52.397 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 12:12:52.398 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 12:12:52.399 | + functions-common:git_timed:684 : timeout=0 2025-04-16 12:12:52.401 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 12:12:52.402 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 12:12:52.403 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:12:52.404 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:12:52.406 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:12:52.408 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805572407 2025-04-16 12:12:52.409 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t 2025-04-16 12:12:52.412 | Cloning into '/opt/stack/networking-nsx-t'... 2025-04-16 12:12:52.893 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 12:12:52.894 | + functions-common:time_stop:2400 : local name 2025-04-16 12:12:52.895 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:12:52.897 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:12:52.898 | + functions-common:time_stop:2403 : local total 2025-04-16 12:12:52.899 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:12:52.901 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 12:12:52.902 | + functions-common:time_stop:2407 : start_time=1744805572407 2025-04-16 12:12:52.903 | + functions-common:time_stop:2409 : [[ -z 1744805572407 ]] 2025-04-16 12:12:52.905 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:12:52.907 | + functions-common:time_stop:2412 : end_time=1744805572906 2025-04-16 12:12:52.909 | + functions-common:time_stop:2413 : elapsed_time=499 2025-04-16 12:12:52.910 | + functions-common:time_stop:2414 : total=0 2025-04-16 12:12:52.911 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:12:52.912 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=499 2025-04-16 12:12:52.914 | + functions-common:git_clone:614 : cd /opt/stack/networking-nsx-t 2025-04-16 12:12:52.915 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin devstack 2025-04-16 12:12:52.916 | + functions-common:git_timed:680 : local count=0 2025-04-16 12:12:52.918 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 12:12:52.919 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 12:12:52.920 | + functions-common:git_timed:684 : timeout=0 2025-04-16 12:12:52.921 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 12:12:52.923 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 12:12:52.924 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:12:52.925 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:12:52.927 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:12:52.929 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805572928 2025-04-16 12:12:52.931 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin devstack 2025-04-16 12:12:53.336 | From https://github.com/sapcc/networking-nsx-t 2025-04-16 12:12:53.336 | * branch devstack -> FETCH_HEAD 2025-04-16 12:12:53.339 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 12:12:53.341 | + functions-common:time_stop:2400 : local name 2025-04-16 12:12:53.342 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:12:53.343 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:12:53.345 | + functions-common:time_stop:2403 : local total 2025-04-16 12:12:53.346 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:12:53.347 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 12:12:53.349 | + functions-common:time_stop:2407 : start_time=1744805572928 2025-04-16 12:12:53.350 | + functions-common:time_stop:2409 : [[ -z 1744805572928 ]] 2025-04-16 12:12:53.351 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:12:53.354 | + functions-common:time_stop:2412 : end_time=1744805573352 2025-04-16 12:12:53.355 | + functions-common:time_stop:2413 : elapsed_time=424 2025-04-16 12:12:53.356 | + functions-common:time_stop:2414 : total=499 2025-04-16 12:12:53.357 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:12:53.359 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=923 2025-04-16 12:12:53.360 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 12:12:53.361 | + functions-common:git_timed:680 : local count=0 2025-04-16 12:12:53.363 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 12:12:53.364 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 12:12:53.365 | + functions-common:git_timed:684 : timeout=0 2025-04-16 12:12:53.366 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 12:12:53.368 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 12:12:53.369 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:12:53.370 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:12:53.372 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:12:53.374 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805573373 2025-04-16 12:12:53.376 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 12:12:53.385 | Note: switching to 'FETCH_HEAD'. 2025-04-16 12:12:53.385 | 2025-04-16 12:12:53.385 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 12:12:53.385 | changes and commit them, and you can discard any commits you make in this 2025-04-16 12:12:53.385 | state without impacting any branches by switching back to a branch. 2025-04-16 12:12:53.385 | 2025-04-16 12:12:53.385 | If you want to create a new branch to retain commits you create, you may 2025-04-16 12:12:53.385 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 12:12:53.385 | 2025-04-16 12:12:53.385 | git switch -c 2025-04-16 12:12:53.385 | 2025-04-16 12:12:53.385 | Or undo this operation with: 2025-04-16 12:12:53.385 | 2025-04-16 12:12:53.385 | git switch - 2025-04-16 12:12:53.385 | 2025-04-16 12:12:53.385 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 12:12:53.385 | 2025-04-16 12:12:53.385 | HEAD is now at 29bc664 Delay agent initialization 2025-04-16 12:12:53.387 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 12:12:53.388 | + functions-common:time_stop:2400 : local name 2025-04-16 12:12:53.389 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:12:53.391 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:12:53.392 | + functions-common:time_stop:2403 : local total 2025-04-16 12:12:53.393 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:12:53.394 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 12:12:53.396 | + functions-common:time_stop:2407 : start_time=1744805573373 2025-04-16 12:12:53.397 | + functions-common:time_stop:2409 : [[ -z 1744805573373 ]] 2025-04-16 12:12:53.399 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:12:53.401 | + functions-common:time_stop:2412 : end_time=1744805573399 2025-04-16 12:12:53.402 | + functions-common:time_stop:2413 : elapsed_time=26 2025-04-16 12:12:53.403 | + functions-common:time_stop:2414 : total=923 2025-04-16 12:12:53.405 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:12:53.406 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=949 2025-04-16 12:12:53.407 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack/networking-nsx-t 2025-04-16 12:12:53.417 | + functions-common:git_clone:655 : cd /opt/stack/networking-nsx-t 2025-04-16 12:12:53.418 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 12:12:53.419 | + functions-common:git_clone:656 : head -1 2025-04-16 12:12:53.421 | 29bc664 Delay agent initialization 2025-04-16 12:12:53.422 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 12:12:53.424 | + stack.sh:main:609 : run_phase override_defaults 2025-04-16 12:12:53.425 | + functions-common:run_phase:1828 : local mode=override_defaults 2025-04-16 12:12:53.426 | + functions-common:run_phase:1829 : local phase= 2025-04-16 12:12:53.428 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-16 12:12:53.429 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-16 12:12:53.431 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-16 12:12:53.432 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-16 12:12:53.433 | + functions-common:run_phase:1838 : local extra 2025-04-16 12:12:53.435 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-16 12:12:53.437 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-16 12:12:53.439 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-16 12:12:53.440 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-16 12:12:53.441 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh override_defaults 2025-04-16 12:12:53.443 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-16 12:12:53.452 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:12:53.453 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2025-04-16 12:12:53.454 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-16 12:12:53.456 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-16 12:12:53.457 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-16 12:12:53.458 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-16 12:12:53.460 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-16 12:12:53.461 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2025-04-16 12:12:53.462 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2025-04-16 12:12:53.464 | + functions-common:run_phase:1849 : [[ override_defaults == \s\o\u\r\c\e ]] 2025-04-16 12:12:53.465 | + functions-common:run_phase:1852 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-16 12:12:53.466 | + functions-common:run_phase:1853 : plugin_override_defaults 2025-04-16 12:12:53.468 | + functions-common:plugin_override_defaults:1787 : local plugins=,networking-nsx-t 2025-04-16 12:12:53.469 | + functions-common:plugin_override_defaults:1788 : local plugin 2025-04-16 12:12:53.471 | + functions-common:plugin_override_defaults:1791 : [[ -z ,networking-nsx-t ]] 2025-04-16 12:12:53.472 | + functions-common:plugin_override_defaults:1795 : echo 'Overriding Configuration Defaults' 2025-04-16 12:12:53.472 | Overriding Configuration Defaults 2025-04-16 12:12:53.473 | + functions-common:plugin_override_defaults:1796 : for plugin in ${plugins//,/ } 2025-04-16 12:12:53.475 | + functions-common:plugin_override_defaults:1797 : local dir=/opt/stack/networking-nsx-t 2025-04-16 12:12:53.476 | + functions-common:plugin_override_defaults:1799 : [[ -f /opt/stack/networking-nsx-t/devstack/override-defaults ]] 2025-04-16 12:12:53.478 | + stack.sh:main:612 : source /opt/stack/devstack/lib/apache 2025-04-16 12:12:53.489 | + stack.sh:main:615 : source /opt/stack/devstack/lib/tls 2025-04-16 12:12:53.490 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2025-04-16 12:12:53.499 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:12:53.501 | +++ lib/tls:source:43 : hostname -f 2025-04-16 12:12:53.503 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=devstack 2025-04-16 12:12:53.504 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2025-04-16 12:12:53.506 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2025-04-16 12:12:53.507 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2025-04-16 12:12:53.509 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2025-04-16 12:12:53.510 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2025-04-16 12:12:53.511 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2025-04-16 12:12:53.513 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2025-04-16 12:12:53.514 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2025-04-16 12:12:53.515 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2025-04-16 12:12:53.518 | + stack.sh:main:618 : source /opt/stack/devstack/lib/infra 2025-04-16 12:12:53.526 | + stack.sh:main:619 : source /opt/stack/devstack/lib/libraries 2025-04-16 12:12:53.537 | + stack.sh:main:620 : source /opt/stack/devstack/lib/lvm 2025-04-16 12:12:53.545 | + stack.sh:main:621 : source /opt/stack/devstack/lib/horizon 2025-04-16 12:12:53.554 | + stack.sh:main:622 : source /opt/stack/devstack/lib/keystone 2025-04-16 12:12:53.577 | + stack.sh:main:623 : source /opt/stack/devstack/lib/glance 2025-04-16 12:12:53.615 | + stack.sh:main:624 : source /opt/stack/devstack/lib/nova 2025-04-16 12:12:53.659 | + stack.sh:main:625 : source /opt/stack/devstack/lib/placement 2025-04-16 12:12:53.676 | + stack.sh:main:626 : source /opt/stack/devstack/lib/cinder 2025-04-16 12:12:53.710 | + stack.sh:main:627 : source /opt/stack/devstack/lib/swift 2025-04-16 12:12:53.741 | + stack.sh:main:628 : source /opt/stack/devstack/lib/neutron 2025-04-16 12:12:53.743 | ++ lib/neutron:source:61 : is_service_enabled tls-proxy 2025-04-16 12:12:53.752 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:12:53.754 | ++ lib/neutron:source:67 : GITDIR["python-neutronclient"]=/opt/stack//python-neutronclient 2025-04-16 12:12:53.755 | ++ lib/neutron:source:70 : NEUTRON_DIR=/opt/stack//neutron 2025-04-16 12:12:53.757 | ++ lib/neutron:source:71 : NEUTRON_FWAAS_DIR=/opt/stack//neutron-fwaas 2025-04-16 12:12:53.759 | ++ lib/neutron:source:74 : [[ -d /opt/stack//neutron/bin/neutron-server ]] 2025-04-16 12:12:53.761 | +++ lib/neutron:source:77 : get_python_exec_prefix 2025-04-16 12:12:53.771 | +++ inc/python:get_python_exec_prefix:80 : [[ True == \T\r\u\e ]] 2025-04-16 12:12:53.772 | +++ inc/python:get_python_exec_prefix:81 : echo /opt/stack/data/venv/bin 2025-04-16 12:12:53.774 | ++ lib/neutron:source:77 : NEUTRON_BIN_DIR=/opt/stack/data/venv/bin 2025-04-16 12:12:53.775 | ++ lib/neutron:source:80 : NEUTRON_CONF_DIR=/etc/neutron 2025-04-16 12:12:53.777 | ++ lib/neutron:source:81 : NEUTRON_CONF=/etc/neutron/neutron.conf 2025-04-16 12:12:53.778 | ++ lib/neutron:source:82 : export NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2025-04-16 12:12:53.780 | ++ lib/neutron:source:82 : NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2025-04-16 12:12:53.782 | +++ lib/neutron:source:89 : trueorfalse False NEUTRON_DEPLOY_MOD_WSGI 2025-04-16 12:12:53.792 | ++ lib/neutron:source:89 : NEUTRON_DEPLOY_MOD_WSGI=False 2025-04-16 12:12:53.794 | ++ lib/neutron:source:91 : NEUTRON_UWSGI_CONF=/etc/neutron/neutron-api-uwsgi.ini 2025-04-16 12:12:53.796 | +++ lib/neutron:source:96 : trueorfalse False NEUTRON_ENFORCE_SCOPE 2025-04-16 12:12:53.806 | ++ lib/neutron:source:96 : NEUTRON_ENFORCE_SCOPE=False 2025-04-16 12:12:53.808 | ++ lib/neutron:source:100 : AGENT_DHCP_BINARY=/opt/stack/data/venv/bin/neutron-dhcp-agent 2025-04-16 12:12:53.809 | ++ lib/neutron:source:101 : AGENT_L3_BINARY=/opt/stack/data/venv/bin/neutron-l3-agent 2025-04-16 12:12:53.811 | ++ lib/neutron:source:102 : AGENT_META_BINARY=/opt/stack/data/venv/bin/neutron-metadata-agent 2025-04-16 12:12:53.812 | ++ lib/neutron:source:106 : Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini 2025-04-16 12:12:53.814 | ++ lib/neutron:source:109 : NEUTRON_DHCP_CONF=/etc/neutron/dhcp_agent.ini 2025-04-16 12:12:53.815 | ++ lib/neutron:source:110 : Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini 2025-04-16 12:12:53.817 | ++ lib/neutron:source:113 : NEUTRON_L3_CONF=/etc/neutron/l3_agent.ini 2025-04-16 12:12:53.818 | ++ lib/neutron:source:114 : Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini 2025-04-16 12:12:53.820 | ++ lib/neutron:source:117 : Q_DB_NAME=neutron 2025-04-16 12:12:53.821 | ++ lib/neutron:source:119 : Q_PLUGIN=ml2 2025-04-16 12:12:53.823 | ++ lib/neutron:source:121 : Q_PORT=9696 2025-04-16 12:12:53.824 | ++ lib/neutron:source:123 : Q_PORT_INT=19696 2025-04-16 12:12:53.826 | ++ lib/neutron:source:125 : Q_HOST=10.180.1.21 2025-04-16 12:12:53.827 | ++ lib/neutron:source:127 : Q_PROTOCOL=http 2025-04-16 12:12:53.829 | +++ lib/neutron:source:129 : ipv6_unquote 0.0.0.0 2025-04-16 12:12:53.831 | +++ functions-common:ipv6_unquote:2198 : echo 0.0.0.0 2025-04-16 12:12:53.831 | +++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2025-04-16 12:12:53.834 | ++ lib/neutron:source:129 : Q_LISTEN_ADDRESS=0.0.0.0 2025-04-16 12:12:53.836 | ++ lib/neutron:source:131 : Q_ADMIN_USERNAME=neutron 2025-04-16 12:12:53.837 | ++ lib/neutron:source:133 : Q_AUTH_STRATEGY=keystone 2025-04-16 12:12:53.839 | ++ lib/neutron:source:135 : Q_OVS_USE_VETH=False 2025-04-16 12:12:53.840 | ++ lib/neutron:source:136 : Q_USE_ROOTWRAP=True 2025-04-16 12:12:53.842 | +++ lib/neutron:source:137 : trueorfalse True Q_USE_ROOTWRAP_DAEMON 2025-04-16 12:12:53.852 | ++ lib/neutron:source:137 : Q_USE_ROOTWRAP_DAEMON=True 2025-04-16 12:12:53.854 | +++ lib/neutron:source:139 : ipv6_unquote 10.180.1.21 2025-04-16 12:12:53.856 | +++ functions-common:ipv6_unquote:2198 : echo 10.180.1.21 2025-04-16 12:12:53.857 | +++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2025-04-16 12:12:53.859 | ++ lib/neutron:source:139 : Q_META_DATA_IP=10.180.1.21 2025-04-16 12:12:53.861 | ++ lib/neutron:source:141 : Q_ALLOW_OVERLAPPING_IP=True 2025-04-16 12:12:53.862 | ++ lib/neutron:source:142 : Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True 2025-04-16 12:12:53.863 | ++ lib/neutron:source:143 : Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True 2025-04-16 12:12:53.865 | ++ lib/neutron:source:144 : VIF_PLUGGING_IS_FATAL=True 2025-04-16 12:12:53.867 | ++ lib/neutron:source:145 : VIF_PLUGGING_TIMEOUT=300 2025-04-16 12:12:53.868 | ++ lib/neutron:source:148 : SKIP_STOP_OVN=False 2025-04-16 12:12:53.870 | ++ lib/neutron:source:152 : _Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron 2025-04-16 12:12:53.871 | ++ lib/neutron:source:155 : NEUTRON_ENDPOINT_SERVICE_NAME=networking 2025-04-16 12:12:53.873 | ++ lib/neutron:source:156 : [[ False == \T\r\u\e ]] 2025-04-16 12:12:53.874 | ++ lib/neutron:source:169 : declare -a -g Q_PLUGIN_EXTRA_CONF_FILES 2025-04-16 12:12:53.876 | ++ lib/neutron:source:172 : declare -a -g _Q_PLUGIN_EXTRA_CONF_FILES_ABS 2025-04-16 12:12:53.878 | ++ lib/neutron:source:175 : Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf 2025-04-16 12:12:53.879 | ++ lib/neutron:source:176 : [[ True == \F\a\l\s\e ]] 2025-04-16 12:12:53.881 | +++ lib/neutron:source:179 : get_rootwrap_location neutron 2025-04-16 12:12:53.883 | +++ functions:get_rootwrap_location:593 : local module=neutron 2025-04-16 12:12:53.884 | ++++ functions:get_rootwrap_location:595 : get_python_exec_prefix 2025-04-16 12:12:53.894 | ++++ inc/python:get_python_exec_prefix:80 : [[ True == \T\r\u\e ]] 2025-04-16 12:12:53.896 | ++++ inc/python:get_python_exec_prefix:81 : echo /opt/stack/data/venv/bin 2025-04-16 12:12:53.898 | +++ functions:get_rootwrap_location:595 : echo /opt/stack/data/venv/bin/neutron-rootwrap 2025-04-16 12:12:53.899 | ++ lib/neutron:source:179 : NEUTRON_ROOTWRAP=/opt/stack/data/venv/bin/neutron-rootwrap 2025-04-16 12:12:53.901 | ++ lib/neutron:source:180 : Q_RR_COMMAND='sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-16 12:12:53.902 | ++ lib/neutron:source:181 : [[ True == \T\r\u\e ]] 2025-04-16 12:12:53.904 | ++ lib/neutron:source:182 : Q_RR_DAEMON_COMMAND='sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-16 12:12:53.905 | ++ lib/neutron:source:194 : Q_DVR_MODE=legacy 2025-04-16 12:12:53.907 | ++ lib/neutron:source:195 : [[ legacy != \l\e\g\a\c\y ]] 2025-04-16 12:12:53.908 | ++ lib/neutron:source:211 : ENABLE_TENANT_TUNNELS=false 2025-04-16 12:12:53.910 | ++ lib/neutron:source:216 : TENANT_TUNNEL_RANGES=1:1000 2025-04-16 12:12:53.911 | ++ lib/neutron:source:221 : ENABLE_TENANT_VLANS=True 2025-04-16 12:12:53.913 | ++ lib/neutron:source:229 : TENANT_VLAN_RANGE=2:999 2025-04-16 12:12:53.914 | ++ lib/neutron:source:238 : PHYSICAL_NETWORK=default 2025-04-16 12:12:53.916 | ++ lib/neutron:source:248 : OVS_PHYSICAL_BRIDGE=br-ex 2025-04-16 12:12:53.917 | ++ lib/neutron:source:256 : [[ openvswitch == \l\i\n\u\x\b\r\i\d\g\e ]] 2025-04-16 12:12:53.919 | ++ lib/neutron:source:266 : OVS_ENABLE_TUNNELING=false 2025-04-16 12:12:53.920 | ++ lib/neutron:source:270 : ENABLE_ISOLATED_METADATA=False 2025-04-16 12:12:53.922 | ++ lib/neutron:source:275 : ENABLE_METADATA_NETWORK=False 2025-04-16 12:12:53.923 | ++ lib/neutron:source:280 : '[' -f /opt/stack/devstack/lib/neutron_plugins/ml2 ']' 2025-04-16 12:12:53.925 | ++ lib/neutron:source:281 : source /opt/stack/devstack/lib/neutron_plugins/ml2 2025-04-16 12:12:53.945 | ++ lib/neutron:source:288 : source /opt/stack/devstack/lib/neutron_plugins/services/metering 2025-04-16 12:12:53.954 | ++ lib/neutron:source:291 : source /opt/stack/devstack/lib/neutron_plugins/services/l3 2025-04-16 12:12:53.955 | +++ lib/neutron_plugins/services/l3:source:3 : IP_VERSION=4 2025-04-16 12:12:53.957 | +++ lib/neutron_plugins/services/l3:source:5 : [[ 4 != \4 ]] 2025-04-16 12:12:53.959 | +++ lib/neutron_plugins/services/l3:source:9 : NEUTRON_CREATE_INITIAL_NETWORKS=True 2025-04-16 12:12:53.960 | +++ lib/neutron_plugins/services/l3:source:12 : PROVIDER_SUBNET_NAME=provider_net 2025-04-16 12:12:53.962 | +++ lib/neutron_plugins/services/l3:source:13 : IPV6_PROVIDER_SUBNET_NAME=provider_net_v6 2025-04-16 12:12:53.963 | +++ lib/neutron_plugins/services/l3:source:14 : IPV6_PROVIDER_FIXED_RANGE= 2025-04-16 12:12:53.965 | +++ lib/neutron_plugins/services/l3:source:15 : IPV6_PROVIDER_NETWORK_GATEWAY= 2025-04-16 12:12:53.966 | +++ lib/neutron_plugins/services/l3:source:17 : PUBLIC_BRIDGE=br-ex 2025-04-16 12:12:53.968 | +++ lib/neutron_plugins/services/l3:source:18 : PUBLIC_BRIDGE_MTU=8950 2025-04-16 12:12:53.969 | +++ lib/neutron_plugins/services/l3:source:23 : Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE=False 2025-04-16 12:12:53.971 | +++ lib/neutron_plugins/services/l3:source:26 : Q_ROUTER_NAME=router1 2025-04-16 12:12:53.972 | +++ lib/neutron_plugins/services/l3:source:31 : Q_USE_PUBLIC_VETH=False 2025-04-16 12:12:53.974 | +++ lib/neutron_plugins/services/l3:source:32 : Q_PUBLIC_VETH_EX=veth-pub-ex 2025-04-16 12:12:53.975 | +++ lib/neutron_plugins/services/l3:source:33 : Q_PUBLIC_VETH_INT=veth-pub-int 2025-04-16 12:12:53.977 | +++ lib/neutron_plugins/services/l3:source:39 : Q_L3_ROUTER_PER_TENANT=True 2025-04-16 12:12:53.978 | +++ lib/neutron_plugins/services/l3:source:72 : Q_USE_PROVIDERNET_FOR_PUBLIC=True 2025-04-16 12:12:53.980 | +++ lib/neutron_plugins/services/l3:source:73 : PUBLIC_PHYSICAL_NETWORK=default 2025-04-16 12:12:53.982 | ++++ lib/neutron_plugins/services/l3:source:76 : uuidgen 2025-04-16 12:12:53.983 | ++++ lib/neutron_plugins/services/l3:source:76 : cut -c 23- 2025-04-16 12:12:53.983 | ++++ lib/neutron_plugins/services/l3:source:76 : sed s/-//g 2025-04-16 12:12:53.983 | ++++ lib/neutron_plugins/services/l3:source:76 : sed -e 's/\(..\)\(....\)\(....\)/\1:\2:\3/' 2025-04-16 12:12:53.987 | +++ lib/neutron_plugins/services/l3:source:76 : IPV6_GLOBAL_ID=78:d2ed:2b0b 2025-04-16 12:12:53.988 | +++ lib/neutron_plugins/services/l3:source:79 : IPV6_RA_MODE=slaac 2025-04-16 12:12:53.990 | +++ lib/neutron_plugins/services/l3:source:80 : IPV6_ADDRESS_MODE=slaac 2025-04-16 12:12:53.991 | +++ lib/neutron_plugins/services/l3:source:81 : IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet 2025-04-16 12:12:53.993 | +++ lib/neutron_plugins/services/l3:source:82 : IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet 2025-04-16 12:12:53.995 | +++ lib/neutron_plugins/services/l3:source:83 : IPV6_ADDRS_SAFE_TO_USE=fd78:d2ed:2b0b::/56 2025-04-16 12:12:53.997 | ++++ lib/neutron_plugins/services/l3:source:86 : echo fd78:d2ed:2b0b::/56 2025-04-16 12:12:53.997 | ++++ lib/neutron_plugins/services/l3:source:86 : awk -F / '{ print $1"/"($2>63 ? $2 : 64) }' 2025-04-16 12:12:54.001 | +++ lib/neutron_plugins/services/l3:source:86 : FIXED_RANGE_V6=fd78:d2ed:2b0b::/64 2025-04-16 12:12:54.002 | +++ lib/neutron_plugins/services/l3:source:87 : IPV6_PRIVATE_NETWORK_GATEWAY= 2025-04-16 12:12:54.004 | +++ lib/neutron_plugins/services/l3:source:88 : IPV6_PUBLIC_RANGE=2001:db8::/64 2025-04-16 12:12:54.005 | +++ lib/neutron_plugins/services/l3:source:89 : IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2 2025-04-16 12:12:54.007 | +++ lib/neutron_plugins/services/l3:source:90 : IPV6_ROUTER_GW_IP=2001:db8::1 2025-04-16 12:12:54.008 | +++ lib/neutron_plugins/services/l3:source:93 : NETWORK_GATEWAY= 2025-04-16 12:12:54.010 | +++ lib/neutron_plugins/services/l3:source:94 : PUBLIC_NETWORK_GATEWAY=10.180.180.1 2025-04-16 12:12:54.011 | +++ lib/neutron_plugins/services/l3:source:95 : PRIVATE_SUBNET_NAME=private-subnet 2025-04-16 12:12:54.013 | +++ lib/neutron_plugins/services/l3:source:96 : PUBLIC_SUBNET_NAME=public-subnet 2025-04-16 12:12:54.015 | +++ lib/neutron_plugins/services/l3:source:99 : USE_SUBNETPOOL=True 2025-04-16 12:12:54.016 | +++ lib/neutron_plugins/services/l3:source:100 : SUBNETPOOL_NAME_V4=shared-default-subnetpool-v4 2025-04-16 12:12:54.018 | +++ lib/neutron_plugins/services/l3:source:101 : SUBNETPOOL_NAME_V6=shared-default-subnetpool-v6 2025-04-16 12:12:54.019 | +++ lib/neutron_plugins/services/l3:source:103 : SUBNETPOOL_PREFIX_V4=192.168.128.0/17 2025-04-16 12:12:54.021 | +++ lib/neutron_plugins/services/l3:source:104 : SUBNETPOOL_PREFIX_V6=fd78:d2ed:2b0b::/56 2025-04-16 12:12:54.022 | +++ lib/neutron_plugins/services/l3:source:106 : SUBNETPOOL_SIZE_V4=26 2025-04-16 12:12:54.024 | +++ lib/neutron_plugins/services/l3:source:107 : SUBNETPOOL_SIZE_V6=64 2025-04-16 12:12:54.026 | ++++ lib/neutron_plugins/services/l3:source:109 : grep '^default' 2025-04-16 12:12:54.026 | ++++ lib/neutron_plugins/services/l3:source:109 : ip -4 route 2025-04-16 12:12:54.027 | ++++ lib/neutron_plugins/services/l3:source:109 : awk '{print $5}' 2025-04-16 12:12:54.030 | +++ lib/neutron_plugins/services/l3:source:109 : default_v4_route_devs=ens192 2025-04-16 12:12:54.033 | ++++ lib/neutron_plugins/services/l3:source:111 : grep via 2025-04-16 12:12:54.033 | ++++ lib/neutron_plugins/services/l3:source:111 : ip -6 route list match default table all 2025-04-16 12:12:54.033 | ++++ lib/neutron_plugins/services/l3:source:111 : awk '{print $5}' 2025-04-16 12:12:54.036 | +++ lib/neutron_plugins/services/l3:source:111 : default_v6_route_devs= 2025-04-16 12:12:54.039 | ++ lib/neutron:source:294 : source /opt/stack/devstack/lib/neutron_plugins/services/placement 2025-04-16 12:12:54.041 | ++ lib/neutron:source:295 : source /opt/stack/devstack/lib/neutron_plugins/services/trunk 2025-04-16 12:12:54.042 | ++ lib/neutron:source:296 : source /opt/stack/devstack/lib/neutron_plugins/services/qos 2025-04-16 12:12:54.044 | ++ lib/neutron:source:297 : source /opt/stack/devstack/lib/neutron_plugins/services/segments 2025-04-16 12:12:54.046 | ++ lib/neutron:source:300 : has_neutron_plugin_security_group 2025-04-16 12:12:54.047 | ++ lib/neutron_plugins/ml2:has_neutron_plugin_security_group:149 : return 0 2025-04-16 12:12:54.049 | ++ lib/neutron:source:301 : Q_USE_SECGROUP=True 2025-04-16 12:12:54.050 | ++ lib/neutron:source:309 : OVN_BRIDGE_MAPPINGS=default:br-ex 2025-04-16 12:12:54.062 | + stack.sh:main:629 : source /opt/stack/devstack/lib/ldap 2025-04-16 12:12:54.072 | + stack.sh:main:630 : source /opt/stack/devstack/lib/dstat 2025-04-16 12:12:54.081 | + stack.sh:main:631 : source /opt/stack/devstack/lib/tcpdump 2025-04-16 12:12:54.090 | + stack.sh:main:632 : source /opt/stack/devstack/lib/etcd3 2025-04-16 12:12:54.141 | + stack.sh:main:633 : source /opt/stack/devstack/lib/os-vif 2025-04-16 12:12:54.143 | +++ lib/os-vif:source:12 : is_ml2_ovs 2025-04-16 12:12:54.144 | +++ lib/os-vif:is_ml2_ovs:4 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2025-04-16 12:12:54.146 | +++ lib/os-vif:is_ml2_ovs:5 : echo True 2025-04-16 12:12:54.148 | +++ lib/os-vif:is_ml2_ovs:7 : echo False 2025-04-16 12:12:54.150 | ++ lib/os-vif:source:12 : OS_VIF_OVS_ISOLATE_VIF='True 2025-04-16 12:12:54.150 | False' 2025-04-16 12:12:54.152 | +++ lib/os-vif:source:13 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2025-04-16 12:12:54.163 | ++ lib/os-vif:source:13 : OS_VIF_OVS_ISOLATE_VIF=False 2025-04-16 12:12:54.164 | + stack.sh:main:639 : run_phase source 2025-04-16 12:12:54.166 | + functions-common:run_phase:1828 : local mode=source 2025-04-16 12:12:54.167 | + functions-common:run_phase:1829 : local phase= 2025-04-16 12:12:54.169 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-16 12:12:54.170 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-16 12:12:54.172 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-16 12:12:54.174 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-16 12:12:54.175 | + functions-common:run_phase:1838 : local extra 2025-04-16 12:12:54.177 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-16 12:12:54.180 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-16 12:12:54.182 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-16 12:12:54.183 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-16 12:12:54.185 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh source 2025-04-16 12:12:54.186 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-16 12:12:54.197 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:12:54.198 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2025-04-16 12:12:54.200 | ++ extras.d/80-tempest.sh:source:6 : source /opt/stack/devstack/lib/tempest 2025-04-16 12:12:54.225 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2025-04-16 12:12:54.227 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2025-04-16 12:12:54.229 | + functions-common:run_phase:1849 : [[ source == \s\o\u\r\c\e ]] 2025-04-16 12:12:54.231 | + functions-common:run_phase:1850 : load_plugin_settings 2025-04-16 12:12:54.232 | + functions-common:load_plugin_settings:1764 : local plugins=,networking-nsx-t 2025-04-16 12:12:54.234 | + functions-common:load_plugin_settings:1765 : local plugin 2025-04-16 12:12:54.235 | + functions-common:load_plugin_settings:1768 : [[ -z ,networking-nsx-t ]] 2025-04-16 12:12:54.237 | + functions-common:load_plugin_settings:1772 : echo 'Loading plugin settings' 2025-04-16 12:12:54.237 | Loading plugin settings 2025-04-16 12:12:54.238 | + functions-common:load_plugin_settings:1773 : for plugin in ${plugins//,/ } 2025-04-16 12:12:54.240 | + functions-common:load_plugin_settings:1774 : local dir=/opt/stack/networking-nsx-t 2025-04-16 12:12:54.242 | + functions-common:load_plugin_settings:1776 : [[ -f /opt/stack/networking-nsx-t/devstack/settings ]] 2025-04-16 12:12:54.243 | + functions-common:load_plugin_settings:1777 : source /opt/stack/networking-nsx-t/devstack/settings 2025-04-16 12:12:54.245 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:2 : define_plugin networking-nsx-t 2025-04-16 12:12:54.247 | ++ functions-common:define_plugin:1872 : : 2025-04-16 12:12:54.249 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:4 : NETWORKING_NSX_T_DIR=/opt/stack//networking-nsx-t 2025-04-16 12:12:54.250 | + functions-common:run_phase:1851 : verify_disabled_services 2025-04-16 12:12:54.252 | + functions-common:verify_disabled_services:2111 : local service 2025-04-16 12:12:54.254 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 12:12:54.255 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,key, ]] 2025-04-16 12:12:54.257 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 12:12:54.259 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api, ]] 2025-04-16 12:12:54.261 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 12:12:54.262 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-cond, ]] 2025-04-16 12:12:54.264 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 12:12:54.266 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-sch, ]] 2025-04-16 12:12:54.268 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 12:12:54.269 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api-meta, ]] 2025-04-16 12:12:54.271 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 12:12:54.273 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-api, ]] 2025-04-16 12:12:54.275 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 12:12:54.276 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-client, ]] 2025-04-16 12:12:54.278 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 12:12:54.279 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,g-api, ]] 2025-04-16 12:12:54.281 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 12:12:54.283 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-sch, ]] 2025-04-16 12:12:54.285 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 12:12:54.286 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-api, ]] 2025-04-16 12:12:54.288 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 12:12:54.290 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-vol, ]] 2025-04-16 12:12:54.291 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 12:12:54.293 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovs-vswitchd, ]] 2025-04-16 12:12:54.295 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 12:12:54.296 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovsdb-server, ]] 2025-04-16 12:12:54.298 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 12:12:54.300 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-svc, ]] 2025-04-16 12:12:54.302 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 12:12:54.303 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,rabbit, ]] 2025-04-16 12:12:54.305 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 12:12:54.307 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,tempest, ]] 2025-04-16 12:12:54.309 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 12:12:54.310 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,mysql, ]] 2025-04-16 12:12:54.312 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 12:12:54.314 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,etcd3, ]] 2025-04-16 12:12:54.315 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 12:12:54.317 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-agt, ]] 2025-04-16 12:12:54.319 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 12:12:54.320 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-dhcp, ]] 2025-04-16 12:12:54.322 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 12:12:54.324 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-l3, ]] 2025-04-16 12:12:54.326 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 12:12:54.327 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-meta, ]] 2025-04-16 12:12:54.329 | + stack.sh:main:710 : initialize_database_backends 2025-04-16 12:12:54.331 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2025-04-16 12:12:54.333 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2025-04-16 12:12:54.344 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:12:54.345 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2025-04-16 12:12:54.347 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2025-04-16 12:12:54.349 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2025-04-16 12:12:54.360 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:12:54.362 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2025-04-16 12:12:54.364 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2025-04-16 12:12:54.366 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2025-04-16 12:12:54.368 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2025-04-16 12:12:54.370 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2025-04-16 12:12:54.371 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2025-04-16 12:12:54.373 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2025-04-16 12:12:54.375 | + lib/database:initialize_database_backends:92 : return 0 2025-04-16 12:12:54.377 | + stack.sh:main:711 : echo 'Using mysql database backend' 2025-04-16 12:12:54.377 | Using mysql database backend 2025-04-16 12:12:54.379 | + stack.sh:main:714 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2025-04-16 12:12:54.391 | + stack.sh:main:716 : define_database_baseurl 2025-04-16 12:12:54.393 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2025-04-16 12:12:54.395 | ++ lib/databases/mysql:get_database_type_mysql:32 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2025-04-16 12:12:54.397 | ++ lib/databases/mysql:get_database_type_mysql:33 : echo mysql+pymysql 2025-04-16 12:12:54.399 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-16 12:12:54.401 | + stack.sh:main:728 : is_service_enabled rabbit 2025-04-16 12:12:54.412 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:12:54.414 | + stack.sh:main:729 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2025-04-16 12:12:54.426 | + stack.sh:main:736 : is_service_enabled keystone 2025-04-16 12:12:54.438 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:12:54.440 | + stack.sh:main:738 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2025-04-16 12:12:54.451 | + stack.sh:main:740 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2025-04-16 12:12:54.463 | + stack.sh:main:751 : is_service_enabled ldap 2025-04-16 12:12:54.475 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:12:54.477 | + stack.sh:main:760 : is_service_enabled s-proxy 2025-04-16 12:12:54.489 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:12:54.491 | + stack.sh:main:772 : save_stackenv 772 2025-04-16 12:12:54.492 | + functions-common:save_stackenv:60 : local tag=772 2025-04-16 12:12:54.495 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-04-16 12:12:54.498 | + functions-common:save_stackenv:62 : time_stamp=2025-04-16-121254 2025-04-16 12:12:54.499 | + functions-common:save_stackenv:63 : echo '# 2025-04-16-121254 772' 2025-04-16 12:12:54.501 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 12:12:54.503 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-16 12:12:54.505 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 12:12:54.507 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-04-16 12:12:54.508 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 12:12:54.510 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-04-16 12:12:54.512 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 12:12:54.514 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2025-04-16 12:12:54.515 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 12:12:54.517 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-04-16 12:12:54.519 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 12:12:54.521 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-04-16 12:12:54.522 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 12:12:54.524 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-04-16-121252 2025-04-16 12:12:54.526 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 12:12:54.528 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-04-16 12:12:54.530 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 12:12:54.531 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-04-16 12:12:54.533 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 12:12:54.535 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-04-16 12:12:54.537 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 12:12:54.538 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-04-16 12:12:54.540 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 12:12:54.542 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-04-16 12:12:54.544 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 12:12:54.545 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-04-16 12:12:54.547 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 12:12:54.549 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-04-16 12:12:54.551 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 12:12:54.552 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-04-16 12:12:54.554 | + stack.sh:main:785 : GIT_DEPTH=0 2025-04-16 12:12:54.556 | + stack.sh:main:785 : git_clone https://opendev.org/openstack/requirements.git /opt/stack//requirements stable/2023.2 2025-04-16 12:12:54.558 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/requirements.git 2025-04-16 12:12:54.560 | + functions-common:git_clone:573 : local git_dest=/opt/stack//requirements 2025-04-16 12:12:54.561 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-16 12:12:54.563 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 12:12:54.565 | ++ functions-common:git_clone:576 : pwd 2025-04-16 12:12:54.567 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 12:12:54.568 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 12:12:54.570 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 12:12:54.582 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 12:12:54.583 | + functions-common:git_clone:580 : [[ 0 -gt 0 ]] 2025-04-16 12:12:54.585 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 12:12:54.587 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-16 12:12:54.587 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 12:12:54.591 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//requirements ]] 2025-04-16 12:12:54.593 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 12:12:54.594 | + functions-common:git_clone:613 : git_timed clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2025-04-16 12:12:54.596 | + functions-common:git_timed:680 : local count=0 2025-04-16 12:12:54.597 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 12:12:54.599 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 12:12:54.600 | + functions-common:git_timed:684 : timeout=0 2025-04-16 12:12:54.602 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 12:12:54.604 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 12:12:54.605 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:12:54.607 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:12:54.609 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:12:54.612 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805574610 2025-04-16 12:12:54.613 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2025-04-16 12:12:54.615 | Cloning into '/opt/stack//requirements'... 2025-04-16 12:12:58.386 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 12:12:58.387 | + functions-common:time_stop:2400 : local name 2025-04-16 12:12:58.389 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:12:58.391 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:12:58.393 | + functions-common:time_stop:2403 : local total 2025-04-16 12:12:58.394 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:12:58.396 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 12:12:58.398 | + functions-common:time_stop:2407 : start_time=1744805574610 2025-04-16 12:12:58.399 | + functions-common:time_stop:2409 : [[ -z 1744805574610 ]] 2025-04-16 12:12:58.401 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:12:58.404 | + functions-common:time_stop:2412 : end_time=1744805578402 2025-04-16 12:12:58.406 | + functions-common:time_stop:2413 : elapsed_time=3792 2025-04-16 12:12:58.407 | + functions-common:time_stop:2414 : total=949 2025-04-16 12:12:58.409 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:12:58.410 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=4741 2025-04-16 12:12:58.412 | + functions-common:git_clone:614 : cd /opt/stack//requirements 2025-04-16 12:12:58.414 | + functions-common:git_clone:615 : git_timed fetch origin stable/2023.2 2025-04-16 12:12:58.416 | + functions-common:git_timed:680 : local count=0 2025-04-16 12:12:58.417 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 12:12:58.419 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 12:12:58.420 | + functions-common:git_timed:684 : timeout=0 2025-04-16 12:12:58.422 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 12:12:58.423 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 12:12:58.425 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:12:58.427 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:12:58.429 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:12:58.432 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805578430 2025-04-16 12:12:58.433 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch origin stable/2023.2 2025-04-16 12:12:59.103 | From https://opendev.org/openstack/requirements 2025-04-16 12:12:59.103 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-16 12:12:59.111 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 12:12:59.113 | + functions-common:time_stop:2400 : local name 2025-04-16 12:12:59.115 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:12:59.116 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:12:59.118 | + functions-common:time_stop:2403 : local total 2025-04-16 12:12:59.119 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:12:59.121 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 12:12:59.123 | + functions-common:time_stop:2407 : start_time=1744805578430 2025-04-16 12:12:59.124 | + functions-common:time_stop:2409 : [[ -z 1744805578430 ]] 2025-04-16 12:12:59.126 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:12:59.129 | + functions-common:time_stop:2412 : end_time=1744805579127 2025-04-16 12:12:59.131 | + functions-common:time_stop:2413 : elapsed_time=697 2025-04-16 12:12:59.132 | + functions-common:time_stop:2414 : total=4741 2025-04-16 12:12:59.134 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:12:59.136 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5438 2025-04-16 12:12:59.137 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 12:12:59.139 | + functions-common:git_timed:680 : local count=0 2025-04-16 12:12:59.141 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 12:12:59.142 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 12:12:59.144 | + functions-common:git_timed:684 : timeout=0 2025-04-16 12:12:59.146 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 12:12:59.147 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 12:12:59.149 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:12:59.150 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:12:59.153 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:12:59.156 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805579154 2025-04-16 12:12:59.157 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 12:12:59.166 | Note: switching to 'FETCH_HEAD'. 2025-04-16 12:12:59.166 | 2025-04-16 12:12:59.166 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 12:12:59.166 | changes and commit them, and you can discard any commits you make in this 2025-04-16 12:12:59.166 | state without impacting any branches by switching back to a branch. 2025-04-16 12:12:59.166 | 2025-04-16 12:12:59.166 | If you want to create a new branch to retain commits you create, you may 2025-04-16 12:12:59.166 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 12:12:59.166 | 2025-04-16 12:12:59.166 | git switch -c 2025-04-16 12:12:59.166 | 2025-04-16 12:12:59.166 | Or undo this operation with: 2025-04-16 12:12:59.166 | 2025-04-16 12:12:59.166 | git switch - 2025-04-16 12:12:59.166 | 2025-04-16 12:12:59.166 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 12:12:59.166 | 2025-04-16 12:12:59.166 | HEAD is now at 9042ccff Merge "update constraint for oslo.db to new release 14.1.1" into stable/2023.2 2025-04-16 12:12:59.168 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 12:12:59.170 | + functions-common:time_stop:2400 : local name 2025-04-16 12:12:59.171 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:12:59.173 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:12:59.175 | + functions-common:time_stop:2403 : local total 2025-04-16 12:12:59.176 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:12:59.178 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 12:12:59.179 | + functions-common:time_stop:2407 : start_time=1744805579154 2025-04-16 12:12:59.181 | + functions-common:time_stop:2409 : [[ -z 1744805579154 ]] 2025-04-16 12:12:59.183 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:12:59.186 | + functions-common:time_stop:2412 : end_time=1744805579184 2025-04-16 12:12:59.187 | + functions-common:time_stop:2413 : elapsed_time=30 2025-04-16 12:12:59.189 | + functions-common:time_stop:2414 : total=5438 2025-04-16 12:12:59.191 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:12:59.192 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5468 2025-04-16 12:12:59.194 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//requirements 2025-04-16 12:12:59.204 | + functions-common:git_clone:655 : cd /opt/stack//requirements 2025-04-16 12:12:59.206 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 12:12:59.206 | + functions-common:git_clone:656 : head -1 2025-04-16 12:12:59.209 | 9042ccff Merge "update constraint for oslo.db to new release 14.1.1" into stable/2023.2 2025-04-16 12:12:59.211 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 12:12:59.212 | + stack.sh:main:789 : echo_summary 'Installing package prerequisites' 2025-04-16 12:12:59.215 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 12:12:59.216 | + stack.sh:echo_summary:461 : echo -e Installing package prerequisites 2025-04-16 12:12:59.218 | + stack.sh:main:790 : source /opt/stack/devstack/tools/install_prereqs.sh 2025-04-16 12:12:59.220 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2025-04-16 12:12:59.222 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2025-04-16 12:12:59.224 | ++ tools/install_prereqs.sh:source:23 : [[ -z /opt/stack/devstack ]] 2025-04-16 12:12:59.226 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/opt/stack/devstack/.prereqs 2025-04-16 12:12:59.228 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2025-04-16 12:12:59.230 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2025-04-16 12:12:59.232 | +++ tools/install_prereqs.sh:source:47 : date +%s 2025-04-16 12:12:59.235 | ++ tools/install_prereqs.sh:source:47 : NOW=1744805579 2025-04-16 12:12:59.238 | +++ tools/install_prereqs.sh:source:48 : head -1 /opt/stack/devstack/.prereqs 2025-04-16 12:12:59.240 | +++ tools/install_prereqs.sh:source:48 : echo 0 2025-04-16 12:12:59.242 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2025-04-16 12:12:59.244 | ++ tools/install_prereqs.sh:source:49 : DELTA=1744805579 2025-04-16 12:12:59.246 | ++ tools/install_prereqs.sh:source:50 : [[ 1744805579 -lt 7200 ]] 2025-04-16 12:12:59.248 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2025-04-16 12:12:59.250 | ++ functions-common:export_proxy_variables:2218 : isset http_proxy 2025-04-16 12:12:59.252 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2025-04-16 12:12:59.253 | ++ functions-common:export_proxy_variables:2221 : isset https_proxy 2025-04-16 12:12:59.255 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2025-04-16 12:12:59.257 | ++ functions-common:export_proxy_variables:2224 : isset no_proxy 2025-04-16 12:12:59.259 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2025-04-16 12:12:59.261 | +++ tools/install_prereqs.sh:source:64 : get_packages general,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2025-04-16 12:12:59.288 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2025-04-16 12:12:59.289 | apache2-dev 2025-04-16 12:12:59.289 | bc 2025-04-16 12:12:59.289 | bsdmainutils 2025-04-16 12:12:59.289 | curl 2025-04-16 12:12:59.289 | g++ 2025-04-16 12:12:59.289 | gawk 2025-04-16 12:12:59.289 | gcc 2025-04-16 12:12:59.289 | gettext 2025-04-16 12:12:59.289 | git 2025-04-16 12:12:59.289 | graphviz 2025-04-16 12:12:59.289 | iputils-ping 2025-04-16 12:12:59.289 | libapache2-mod-proxy-uwsgi 2025-04-16 12:12:59.289 | libffi-dev 2025-04-16 12:12:59.289 | libjpeg-dev 2025-04-16 12:12:59.289 | libpcre3-dev 2025-04-16 12:12:59.289 | libpq-dev 2025-04-16 12:12:59.289 | libssl-dev 2025-04-16 12:12:59.289 | libsystemd-dev 2025-04-16 12:12:59.289 | libxml2-dev 2025-04-16 12:12:59.289 | libxslt1-dev 2025-04-16 12:12:59.289 | libyaml-dev 2025-04-16 12:12:59.289 | lsof 2025-04-16 12:12:59.289 | openssh-server 2025-04-16 12:12:59.289 | openssl 2025-04-16 12:12:59.289 | pkg-config 2025-04-16 12:12:59.289 | psmisc 2025-04-16 12:12:59.289 | python3-dev 2025-04-16 12:12:59.289 | python3-pip 2025-04-16 12:12:59.289 | python3-systemd 2025-04-16 12:12:59.289 | python3-venv 2025-04-16 12:12:59.289 | tar 2025-04-16 12:12:59.289 | tcpdump 2025-04-16 12:12:59.289 | unzip 2025-04-16 12:12:59.289 | uuid-runtime 2025-04-16 12:12:59.289 | wget 2025-04-16 12:12:59.289 | wget 2025-04-16 12:12:59.289 | zlib1g-dev 2025-04-16 12:12:59.289 | libkrb5-dev 2025-04-16 12:12:59.289 | libldap2-dev 2025-04-16 12:12:59.289 | libsasl2-dev 2025-04-16 12:12:59.289 | memcached 2025-04-16 12:12:59.289 | python3-mysqldb 2025-04-16 12:12:59.289 | sqlite3 2025-04-16 12:12:59.289 | conntrack 2025-04-16 12:12:59.289 | curl 2025-04-16 12:12:59.289 | ebtables 2025-04-16 12:12:59.289 | genisoimage 2025-04-16 12:12:59.289 | iptables 2025-04-16 12:12:59.289 | iputils-arping 2025-04-16 12:12:59.289 | kpartx 2025-04-16 12:12:59.289 | libjs-jquery-tablesorter 2025-04-16 12:12:59.289 | parted 2025-04-16 12:12:59.289 | pm-utils 2025-04-16 12:12:59.289 | python3-mysqldb 2025-04-16 12:12:59.289 | socat 2025-04-16 12:12:59.289 | sqlite3 2025-04-16 12:12:59.289 | sudo 2025-04-16 12:12:59.289 | vlan 2025-04-16 12:12:59.289 | lsscsi 2025-04-16 12:12:59.289 | open-iscsi 2025-04-16 12:12:59.289 | lvm2 2025-04-16 12:12:59.289 | qemu-utils 2025-04-16 12:12:59.289 | thin-provisioning-tools 2025-04-16 12:12:59.289 | acl 2025-04-16 12:12:59.289 | dnsmasq-base 2025-04-16 12:12:59.289 | dnsmasq-utils 2025-04-16 12:12:59.289 | ebtables 2025-04-16 12:12:59.289 | haproxy 2025-04-16 12:12:59.289 | iptables 2025-04-16 12:12:59.289 | iputils-arping 2025-04-16 12:12:59.289 | iputils-ping 2025-04-16 12:12:59.289 | postgresql-server-dev-all 2025-04-16 12:12:59.289 | python3-mysqldb 2025-04-16 12:12:59.289 | sqlite3 2025-04-16 12:12:59.289 | sudo 2025-04-16 12:12:59.289 | vlan 2025-04-16 12:12:59.289 | ipset 2025-04-16 12:12:59.289 | conntrack 2025-04-16 12:12:59.289 | conntrackd 2025-04-16 12:12:59.289 | keepalived' 2025-04-16 12:12:59.291 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2025-04-16 12:12:59.306 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2025-04-16 12:12:59.306 | apache2-dev 2025-04-16 12:12:59.306 | bc 2025-04-16 12:12:59.306 | bsdmainutils 2025-04-16 12:12:59.306 | curl 2025-04-16 12:12:59.306 | g++ 2025-04-16 12:12:59.306 | gawk 2025-04-16 12:12:59.306 | gcc 2025-04-16 12:12:59.306 | gettext 2025-04-16 12:12:59.306 | git 2025-04-16 12:12:59.306 | graphviz 2025-04-16 12:12:59.306 | iputils-ping 2025-04-16 12:12:59.306 | libapache2-mod-proxy-uwsgi 2025-04-16 12:12:59.306 | libffi-dev 2025-04-16 12:12:59.306 | libjpeg-dev 2025-04-16 12:12:59.306 | libpcre3-dev 2025-04-16 12:12:59.306 | libpq-dev 2025-04-16 12:12:59.306 | libssl-dev 2025-04-16 12:12:59.306 | libsystemd-dev 2025-04-16 12:12:59.306 | libxml2-dev 2025-04-16 12:12:59.306 | libxslt1-dev 2025-04-16 12:12:59.306 | libyaml-dev 2025-04-16 12:12:59.306 | lsof 2025-04-16 12:12:59.307 | openssh-server 2025-04-16 12:12:59.307 | openssl 2025-04-16 12:12:59.307 | pkg-config 2025-04-16 12:12:59.307 | psmisc 2025-04-16 12:12:59.307 | python3-dev 2025-04-16 12:12:59.307 | python3-pip 2025-04-16 12:12:59.307 | python3-systemd 2025-04-16 12:12:59.307 | python3-venv 2025-04-16 12:12:59.307 | tar 2025-04-16 12:12:59.307 | tcpdump 2025-04-16 12:12:59.307 | unzip 2025-04-16 12:12:59.307 | uuid-runtime 2025-04-16 12:12:59.307 | wget 2025-04-16 12:12:59.307 | wget 2025-04-16 12:12:59.307 | zlib1g-dev 2025-04-16 12:12:59.307 | libkrb5-dev 2025-04-16 12:12:59.307 | libldap2-dev 2025-04-16 12:12:59.307 | libsasl2-dev 2025-04-16 12:12:59.307 | memcached 2025-04-16 12:12:59.307 | python3-mysqldb 2025-04-16 12:12:59.307 | sqlite3 2025-04-16 12:12:59.307 | conntrack 2025-04-16 12:12:59.307 | curl 2025-04-16 12:12:59.307 | ebtables 2025-04-16 12:12:59.307 | genisoimage 2025-04-16 12:12:59.307 | iptables 2025-04-16 12:12:59.307 | iputils-arping 2025-04-16 12:12:59.307 | kpartx 2025-04-16 12:12:59.307 | libjs-jquery-tablesorter 2025-04-16 12:12:59.307 | parted 2025-04-16 12:12:59.307 | pm-utils 2025-04-16 12:12:59.307 | python3-mysqldb 2025-04-16 12:12:59.307 | socat 2025-04-16 12:12:59.307 | sqlite3 2025-04-16 12:12:59.307 | sudo 2025-04-16 12:12:59.307 | vlan 2025-04-16 12:12:59.307 | lsscsi 2025-04-16 12:12:59.307 | open-iscsi 2025-04-16 12:12:59.307 | lvm2 2025-04-16 12:12:59.307 | qemu-utils 2025-04-16 12:12:59.307 | thin-provisioning-tools 2025-04-16 12:12:59.307 | acl 2025-04-16 12:12:59.307 | dnsmasq-base 2025-04-16 12:12:59.307 | dnsmasq-utils 2025-04-16 12:12:59.307 | ebtables 2025-04-16 12:12:59.307 | haproxy 2025-04-16 12:12:59.307 | iptables 2025-04-16 12:12:59.307 | iputils-arping 2025-04-16 12:12:59.307 | iputils-ping 2025-04-16 12:12:59.307 | postgresql-server-dev-all 2025-04-16 12:12:59.307 | python3-mysqldb 2025-04-16 12:12:59.307 | sqlite3 2025-04-16 12:12:59.307 | sudo 2025-04-16 12:12:59.307 | vlan 2025-04-16 12:12:59.307 | ipset 2025-04-16 12:12:59.307 | conntrack 2025-04-16 12:12:59.307 | conntrackd 2025-04-16 12:12:59.307 | keepalived ' 2025-04-16 12:12:59.308 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2025-04-16 12:12:59.310 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:12:59.312 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:12:59.314 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2025-04-16 12:12:59.314 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2025-04-16 12:12:59.318 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2025-04-16 12:12:59.319 | ++ functions-common:install_package:1421 : update_package_repo 2025-04-16 12:12:59.321 | ++ functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 12:12:59.323 | ++ functions-common:update_package_repo:1396 : REPOS_UPDATED=False 2025-04-16 12:12:59.325 | ++ functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 12:12:59.326 | ++ functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 12:12:59.328 | ++ functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 12:12:59.329 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:12:59.331 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:12:59.333 | ++ functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 12:12:59.335 | ++ functions-common:apt_get_update:1149 : [[ False == \T\r\u\e ]] 2025-04-16 12:12:59.336 | ++ functions-common:apt_get_update:1154 : [[ False = \T\r\u\e ]] 2025-04-16 12:12:59.338 | ++ functions-common:apt_get_update:1156 : local sudo=sudo 2025-04-16 12:12:59.340 | +++ functions-common:apt_get_update:1157 : id -u 2025-04-16 12:12:59.343 | ++ functions-common:apt_get_update:1157 : [[ 1001 = \0 ]] 2025-04-16 12:12:59.345 | ++ functions-common:apt_get_update:1160 : time_start apt-get-update 2025-04-16 12:12:59.346 | ++ functions-common:time_start:2386 : local name=apt-get-update 2025-04-16 12:12:59.348 | ++ functions-common:time_start:2387 : local start_time= 2025-04-16 12:12:59.349 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:12:59.351 | +++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:12:59.354 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1744805579352 2025-04-16 12:12:59.356 | ++ functions-common:apt_get_update:1162 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2025-04-16 12:12:59.357 | ++ functions-common:apt_get_update:1163 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2025-04-16 12:12:59.359 | ++ functions-common:apt_get_update:1164 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2025-04-16 12:12:59.548 | Hit:1 https://repo.eu-de-1.cloud.sap/ubuntu jammy InRelease 2025-04-16 12:12:59.555 | Get:2 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates InRelease [128 kB] 2025-04-16 12:12:59.572 | Get:3 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports InRelease [127 kB] 2025-04-16 12:12:59.721 | Get:4 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 Packages [2,468 kB] 2025-04-16 12:12:59.769 | Get:5 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main Translation-en [405 kB] 2025-04-16 12:12:59.788 | Get:6 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 c-n-f Metadata [18.5 kB] 2025-04-16 12:12:59.801 | Get:7 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 Packages [3,269 kB] 2025-04-16 12:12:59.834 | Get:8 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted Translation-en [580 kB] 2025-04-16 12:12:59.839 | Get:9 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [676 B] 2025-04-16 12:12:59.852 | Get:10 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 Packages [1,200 kB] 2025-04-16 12:12:59.868 | Get:11 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe Translation-en [296 kB] 2025-04-16 12:12:59.882 | Get:12 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 c-n-f Metadata [28.7 kB] 2025-04-16 12:12:59.894 | Get:13 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse amd64 Packages [46.5 kB] 2025-04-16 12:12:59.903 | Get:14 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse Translation-en [11.8 kB] 2025-04-16 12:12:59.919 | Get:15 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [592 B] 2025-04-16 12:12:59.928 | Get:16 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main amd64 Packages [68.4 kB] 2025-04-16 12:12:59.939 | Get:17 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main Translation-en [11.1 kB] 2025-04-16 12:12:59.948 | Get:18 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main amd64 c-n-f Metadata [392 B] 2025-04-16 12:12:59.963 | Get:19 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe amd64 Packages [30.0 kB] 2025-04-16 12:12:59.990 | Get:20 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe Translation-en [16.6 kB] 2025-04-16 12:12:59.998 | Get:21 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2025-04-16 12:13:00.590 | Get:22 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2025-04-16 12:13:01.080 | Get:23 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2,222 kB] 2025-04-16 12:13:01.640 | Get:24 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [342 kB] 2025-04-16 12:13:01.652 | Get:25 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.6 kB] 2025-04-16 12:13:01.652 | Get:26 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [3,145 kB] 2025-04-16 12:13:01.776 | Get:27 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [558 kB] 2025-04-16 12:13:01.781 | Get:28 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [624 B] 2025-04-16 12:13:01.781 | Get:29 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [972 kB] 2025-04-16 12:13:01.805 | Get:30 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [209 kB] 2025-04-16 12:13:01.809 | Get:31 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [21.7 kB] 2025-04-16 12:13:01.809 | Get:32 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [39.6 kB] 2025-04-16 12:13:01.810 | Get:33 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [8,716 B] 2025-04-16 12:13:01.810 | Get:34 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [368 B] 2025-04-16 12:13:08.144 | Fetched 16.4 MB in 3s (5,020 kB/s) 2025-04-16 12:13:09.225 | Reading package lists... 2025-04-16 12:13:09.250 | ++ functions-common:apt_get_update:1168 : REPOS_UPDATED=True 2025-04-16 12:13:09.252 | ++ functions-common:apt_get_update:1170 : time_stop apt-get-update 2025-04-16 12:13:09.253 | ++ functions-common:time_stop:2400 : local name 2025-04-16 12:13:09.256 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 12:13:09.257 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:13:09.259 | ++ functions-common:time_stop:2403 : local total 2025-04-16 12:13:09.261 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 12:13:09.262 | ++ functions-common:time_stop:2406 : name=apt-get-update 2025-04-16 12:13:09.264 | ++ functions-common:time_stop:2407 : start_time=1744805579352 2025-04-16 12:13:09.266 | ++ functions-common:time_stop:2409 : [[ -z 1744805579352 ]] 2025-04-16 12:13:09.268 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:13:09.270 | ++ functions-common:time_stop:2412 : end_time=1744805589269 2025-04-16 12:13:09.272 | ++ functions-common:time_stop:2413 : elapsed_time=9917 2025-04-16 12:13:09.274 | ++ functions-common:time_stop:2414 : total=0 2025-04-16 12:13:09.275 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:13:09.277 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9917 2025-04-16 12:13:09.279 | ++ functions-common:install_package:1422 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2025-04-16 12:13:09.281 | ++ functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 12:13:09.283 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:13:09.285 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:13:09.287 | ++ functions-common:real_install_package:1410 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2025-04-16 12:13:09.302 | ++ functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2025-04-16 12:13:09.363 | Reading package lists... 2025-04-16 12:13:09.583 | Building dependency tree... 2025-04-16 12:13:09.584 | Reading state information... 2025-04-16 12:13:09.778 | acl is already the newest version (2.3.1-1). 2025-04-16 12:13:09.778 | bc is already the newest version (1.07.1-3build1). 2025-04-16 12:13:09.778 | bc set to manually installed. 2025-04-16 12:13:09.778 | conntrack is already the newest version (1:1.4.6-2build2). 2025-04-16 12:13:09.778 | ebtables is already the newest version (2.0.11-4build2). 2025-04-16 12:13:09.778 | g++ is already the newest version (4:11.2.0-1ubuntu1). 2025-04-16 12:13:09.778 | gcc is already the newest version (4:11.2.0-1ubuntu1). 2025-04-16 12:13:09.778 | genisoimage is already the newest version (9:1.1.11-3.2ubuntu1). 2025-04-16 12:13:09.778 | gettext is already the newest version (0.21-4ubuntu4). 2025-04-16 12:13:09.778 | ipset is already the newest version (7.15-1build1). 2025-04-16 12:13:09.778 | iputils-arping is already the newest version (3:20211215-1). 2025-04-16 12:13:09.778 | iputils-ping is already the newest version (3:20211215-1). 2025-04-16 12:13:09.778 | iputils-ping set to manually installed. 2025-04-16 12:13:09.778 | keepalived is already the newest version (1:2.2.4-0.2build1). 2025-04-16 12:13:09.778 | libffi-dev is already the newest version (3.4.2-4). 2025-04-16 12:13:09.778 | libjpeg-dev is already the newest version (8c-2ubuntu10). 2025-04-16 12:13:09.778 | libyaml-dev is already the newest version (0.2.2-1build2). 2025-04-16 12:13:09.778 | lsof is already the newest version (4.93.2+dfsg-1.1build2). 2025-04-16 12:13:09.778 | lsof set to manually installed. 2025-04-16 12:13:09.778 | lsscsi is already the newest version (0.31-1build2). 2025-04-16 12:13:09.778 | parted is already the newest version (3.4-2build1). 2025-04-16 12:13:09.778 | parted set to manually installed. 2025-04-16 12:13:09.778 | pkg-config is already the newest version (0.29.2-1ubuntu3). 2025-04-16 12:13:09.778 | psmisc is already the newest version (23.4-2build3). 2025-04-16 12:13:09.778 | psmisc set to manually installed. 2025-04-16 12:13:09.778 | python3-mysqldb is already the newest version (1.4.6-1build1). 2025-04-16 12:13:09.778 | python3-systemd is already the newest version (234-3ubuntu2). 2025-04-16 12:13:09.778 | python3-systemd set to manually installed. 2025-04-16 12:13:09.778 | socat is already the newest version (1.7.4.1-3ubuntu4). 2025-04-16 12:13:09.778 | thin-provisioning-tools is already the newest version (0.9.0-2ubuntu1). 2025-04-16 12:13:09.778 | thin-provisioning-tools set to manually installed. 2025-04-16 12:13:09.778 | bsdmainutils is already the newest version (12.1.7+nmu3ubuntu2). 2025-04-16 12:13:09.778 | conntrackd is already the newest version (1:1.4.6-2build2). 2025-04-16 12:13:09.778 | libjs-jquery-tablesorter is already the newest version (1:2.31.3+dfsg1-3). 2025-04-16 12:13:09.778 | pm-utils is already the newest version (1.4.1-19). 2025-04-16 12:13:09.778 | postgresql-server-dev-all is already the newest version (238). 2025-04-16 12:13:09.778 | vlan is already the newest version (2.0.5ubuntu5). 2025-04-16 12:13:09.778 | curl is already the newest version (7.81.0-1ubuntu1.20). 2025-04-16 12:13:09.778 | curl set to manually installed. 2025-04-16 12:13:09.778 | dnsmasq-base is already the newest version (2.90-0ubuntu0.22.04.1). 2025-04-16 12:13:09.778 | dnsmasq-utils is already the newest version (2.90-0ubuntu0.22.04.1). 2025-04-16 12:13:09.778 | gawk is already the newest version (1:5.1.0-1ubuntu0.1). 2025-04-16 12:13:09.778 | gawk set to manually installed. 2025-04-16 12:13:09.778 | git is already the newest version (1:2.34.1-1ubuntu1.12). 2025-04-16 12:13:09.778 | git set to manually installed. 2025-04-16 12:13:09.778 | iptables is already the newest version (1.8.7-1ubuntu5.2). 2025-04-16 12:13:09.778 | iptables set to manually installed. 2025-04-16 12:13:09.778 | kpartx is already the newest version (0.8.8-1ubuntu1.22.04.4). 2025-04-16 12:13:09.778 | kpartx set to manually installed. 2025-04-16 12:13:09.778 | libpcre3-dev is already the newest version (2:8.39-13ubuntu0.22.04.1). 2025-04-16 12:13:09.778 | libsasl2-dev is already the newest version (2.1.27+dfsg2-3ubuntu1.2). 2025-04-16 12:13:09.778 | memcached is already the newest version (1.6.14-1ubuntu0.1). 2025-04-16 12:13:09.778 | python3-dev is already the newest version (3.10.6-1~22.04.1). 2025-04-16 12:13:09.778 | sqlite3 is already the newest version (3.37.2-2ubuntu0.3). 2025-04-16 12:13:09.778 | sudo is already the newest version (1.9.9-1ubuntu2.4). 2025-04-16 12:13:09.778 | sudo set to manually installed. 2025-04-16 12:13:09.778 | tar is already the newest version (1.34+dfsg-1ubuntu0.1.22.04.2). 2025-04-16 12:13:09.778 | tar set to manually installed. 2025-04-16 12:13:09.778 | tcpdump is already the newest version (4.99.1-3ubuntu0.2). 2025-04-16 12:13:09.778 | tcpdump set to manually installed. 2025-04-16 12:13:09.778 | unzip is already the newest version (6.0-26ubuntu3.2). 2025-04-16 12:13:09.778 | uuid-runtime is already the newest version (2.37.2-4ubuntu3.4). 2025-04-16 12:13:09.778 | uuid-runtime set to manually installed. 2025-04-16 12:13:09.778 | wget is already the newest version (1.21.2-2ubuntu1.1). 2025-04-16 12:13:09.778 | wget set to manually installed. 2025-04-16 12:13:09.778 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu9.2). 2025-04-16 12:13:09.778 | graphviz is already the newest version (2.42.2-6ubuntu0.1). 2025-04-16 12:13:09.778 | python3-pip is already the newest version (22.0.2+dfsg-1ubuntu0.5). 2025-04-16 12:13:09.778 | python3-venv is already the newest version (3.10.6-1~22.04.1). 2025-04-16 12:13:09.778 | The following additional packages will be installed: 2025-04-16 12:13:09.779 | apache2-bin apache2-data apache2-utils dmeventd dmsetup krb5-multidev 2025-04-16 12:13:09.779 | libgssapi-krb5-2 libgssrpc4 libk5crypto3 libkadm5clnt-mit12 2025-04-16 12:13:09.779 | libkadm5srv-mit12 libkrb5-3 libkrb5support0 libnss-systemd libpam-systemd 2025-04-16 12:13:09.780 | libpq5 libssl3 libsystemd0 libxml2 libxslt1.1 openssh-client 2025-04-16 12:13:09.780 | openssh-sftp-server qemu-block-extra systemd systemd-sysv systemd-timesyncd 2025-04-16 12:13:09.781 | Suggested packages: 2025-04-16 12:13:09.781 | apache2-doc apache2-suexec-pristine | apache2-suexec-custom www-browser 2025-04-16 12:13:09.781 | vim-haproxy haproxy-doc krb5-doc krb5-user postgresql-doc-14 libssl-doc 2025-04-16 12:13:09.781 | keychain libpam-ssh monkeysphere ssh-askpass molly-guard debootstrap 2025-04-16 12:13:09.781 | systemd-container libtss2-rc0 2025-04-16 12:13:09.781 | Recommended packages: 2025-04-16 12:13:09.781 | krb5-locales 2025-04-16 12:13:09.825 | The following packages will be upgraded: 2025-04-16 12:13:09.826 | apache2 apache2-bin apache2-data apache2-dev apache2-utils dmeventd dmsetup 2025-04-16 12:13:09.826 | haproxy krb5-multidev libapache2-mod-proxy-uwsgi libgssapi-krb5-2 libgssrpc4 2025-04-16 12:13:09.826 | libk5crypto3 libkadm5clnt-mit12 libkadm5srv-mit12 libkrb5-3 libkrb5-dev 2025-04-16 12:13:09.826 | libkrb5support0 libldap2-dev libnss-systemd libpam-systemd libpq-dev libpq5 2025-04-16 12:13:09.826 | libssl-dev libssl3 libsystemd-dev libsystemd0 libxml2 libxml2-dev 2025-04-16 12:13:09.826 | libxslt1-dev libxslt1.1 lvm2 open-iscsi openssh-client openssh-server 2025-04-16 12:13:09.826 | openssh-sftp-server openssl qemu-block-extra qemu-utils systemd systemd-sysv 2025-04-16 12:13:09.829 | systemd-timesyncd 2025-04-16 12:13:10.331 | Preconfiguring packages ... 2025-04-16 12:13:10.413 | 42 upgraded, 0 newly installed, 0 to remove and 119 not upgraded. 2025-04-16 12:13:10.413 | Need to get 0 B/22.3 MB of archives. 2025-04-16 12:13:10.413 | After this operation, 29.7 kB of additional disk space will be used. 2025-04-16 12:13:11.019 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-16 12:13:11.026 | Preparing to unpack .../0-libsystemd-dev_249.11-0ubuntu3.15_amd64.deb ... 2025-04-16 12:13:11.042 | Unpacking libsystemd-dev:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-16 12:13:11.247 | Preparing to unpack .../1-libnss-systemd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-16 12:13:11.263 | Unpacking libnss-systemd:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-16 12:13:11.332 | Preparing to unpack .../2-systemd-timesyncd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-16 12:13:11.345 | Unpacking systemd-timesyncd (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-16 12:13:11.414 | Preparing to unpack .../3-systemd-sysv_249.11-0ubuntu3.15_amd64.deb ... 2025-04-16 12:13:11.426 | Unpacking systemd-sysv (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-16 12:13:11.487 | Preparing to unpack .../4-libpam-systemd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-16 12:13:11.502 | Unpacking libpam-systemd:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-16 12:13:11.556 | Preparing to unpack .../5-libssl-dev_3.0.2-0ubuntu1.19_amd64.deb ... 2025-04-16 12:13:11.566 | Unpacking libssl-dev:amd64 (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-04-16 12:13:11.740 | Preparing to unpack .../6-libssl3_3.0.2-0ubuntu1.19_amd64.deb ... 2025-04-16 12:13:11.751 | Unpacking libssl3:amd64 (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-04-16 12:13:11.850 | Setting up libssl3:amd64 (3.0.2-0ubuntu1.19) ... 2025-04-16 12:13:12.078 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-16 12:13:12.084 | Preparing to unpack .../systemd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-16 12:13:12.131 | Unpacking systemd (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-16 12:13:12.429 | Preparing to unpack .../libsystemd0_249.11-0ubuntu3.15_amd64.deb ... 2025-04-16 12:13:12.440 | Unpacking libsystemd0:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-16 12:13:12.504 | Setting up libsystemd0:amd64 (249.11-0ubuntu3.15) ... 2025-04-16 12:13:12.621 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-16 12:13:12.626 | Preparing to unpack .../00-libapache2-mod-proxy-uwsgi_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-16 12:13:12.648 | Unpacking libapache2-mod-proxy-uwsgi (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-16 12:13:12.698 | Preparing to unpack .../01-libxml2-dev_2.9.13+dfsg-1ubuntu0.6_amd64.deb ... 2025-04-16 12:13:12.709 | Unpacking libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.6) over (2.9.13+dfsg-1ubuntu0.5) ... 2025-04-16 12:13:12.800 | Preparing to unpack .../02-libxml2_2.9.13+dfsg-1ubuntu0.6_amd64.deb ... 2025-04-16 12:13:12.810 | Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.6) over (2.9.13+dfsg-1ubuntu0.5) ... 2025-04-16 12:13:12.887 | Preparing to unpack .../03-apache2_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-16 12:13:12.904 | Unpacking apache2 (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-16 12:13:12.991 | Preparing to unpack .../04-apache2-bin_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-16 12:13:13.001 | Unpacking apache2-bin (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-16 12:13:13.099 | Preparing to unpack .../05-apache2-data_2.4.52-1ubuntu4.14_all.deb ... 2025-04-16 12:13:13.119 | Unpacking apache2-data (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-16 12:13:13.252 | Preparing to unpack .../06-apache2-utils_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-16 12:13:13.262 | Unpacking apache2-utils (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-16 12:13:13.329 | Preparing to unpack .../07-haproxy_2.4.24-0ubuntu0.22.04.2_amd64.deb ... 2025-04-16 12:13:13.350 | Unpacking haproxy (2.4.24-0ubuntu0.22.04.2) over (2.4.24-0ubuntu0.22.04.1) ... 2025-04-16 12:13:13.454 | Preparing to unpack .../08-dmsetup_2%3a1.02.175-2.1ubuntu5_amd64.deb ... 2025-04-16 12:13:13.468 | Unpacking dmsetup (2:1.02.175-2.1ubuntu5) over (2:1.02.175-2.1ubuntu4) ... 2025-04-16 12:13:13.535 | Preparing to unpack .../09-dmeventd_2%3a1.02.175-2.1ubuntu5_amd64.deb ... 2025-04-16 12:13:13.548 | Unpacking dmeventd (2:1.02.175-2.1ubuntu5) over (2:1.02.175-2.1ubuntu4) ... 2025-04-16 12:13:13.620 | Preparing to unpack .../10-lvm2_2.03.11-2.1ubuntu5_amd64.deb ... 2025-04-16 12:13:13.644 | Unpacking lvm2 (2.03.11-2.1ubuntu5) over (2.03.11-2.1ubuntu4) ... 2025-04-16 12:13:13.772 | Preparing to unpack .../11-open-iscsi_2.1.5-1ubuntu1.1_amd64.deb ... 2025-04-16 12:13:14.005 | Unpacking open-iscsi (2.1.5-1ubuntu1.1) over (2.1.5-1ubuntu1) ... 2025-04-16 12:13:14.077 | Preparing to unpack .../12-libk5crypto3_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 12:13:14.088 | Unpacking libk5crypto3:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 12:13:14.150 | Setting up libk5crypto3:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 12:13:14.264 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-16 12:13:14.271 | Preparing to unpack .../libkrb5support0_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 12:13:14.282 | Unpacking libkrb5support0:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 12:13:14.340 | Setting up libkrb5support0:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 12:13:14.462 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-16 12:13:14.467 | Preparing to unpack .../libkrb5-3_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 12:13:14.482 | Unpacking libkrb5-3:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 12:13:14.553 | Setting up libkrb5-3:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 12:13:14.675 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-16 12:13:14.681 | Preparing to unpack .../libgssapi-krb5-2_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 12:13:14.697 | Unpacking libgssapi-krb5-2:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 12:13:14.765 | Setting up libgssapi-krb5-2:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 12:13:14.894 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-16 12:13:14.898 | Preparing to unpack .../00-libgssrpc4_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 12:13:14.912 | Unpacking libgssrpc4:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 12:13:14.972 | Preparing to unpack .../01-libkadm5srv-mit12_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 12:13:14.984 | Unpacking libkadm5srv-mit12:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 12:13:15.047 | Preparing to unpack .../02-libkadm5clnt-mit12_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 12:13:15.060 | Unpacking libkadm5clnt-mit12:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 12:13:15.114 | Preparing to unpack .../03-libkrb5-dev_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 12:13:15.126 | Unpacking libkrb5-dev:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 12:13:15.190 | Preparing to unpack .../04-krb5-multidev_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 12:13:15.200 | Unpacking krb5-multidev:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 12:13:15.262 | Preparing to unpack .../05-openssh-sftp-server_1%3a8.9p1-3ubuntu0.11_amd64.deb ... 2025-04-16 12:13:15.273 | Unpacking openssh-sftp-server (1:8.9p1-3ubuntu0.11) over (1:8.9p1-3ubuntu0.10) ... 2025-04-16 12:13:15.351 | Preparing to unpack .../06-openssh-server_1%3a8.9p1-3ubuntu0.11_amd64.deb ... 2025-04-16 12:13:15.387 | Unpacking openssh-server (1:8.9p1-3ubuntu0.11) over (1:8.9p1-3ubuntu0.10) ... 2025-04-16 12:13:15.608 | Preparing to unpack .../07-openssh-client_1%3a8.9p1-3ubuntu0.11_amd64.deb ... 2025-04-16 12:13:15.630 | Unpacking openssh-client (1:8.9p1-3ubuntu0.11) over (1:8.9p1-3ubuntu0.10) ... 2025-04-16 12:13:15.716 | Preparing to unpack .../08-openssl_3.0.2-0ubuntu1.19_amd64.deb ... 2025-04-16 12:13:15.726 | Unpacking openssl (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-04-16 12:13:15.841 | Preparing to unpack .../09-apache2-dev_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-16 12:13:15.852 | Unpacking apache2-dev (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-16 12:13:15.931 | Preparing to unpack .../10-libpq-dev_14.17-0ubuntu0.22.04.1_amd64.deb ... 2025-04-16 12:13:15.942 | Unpacking libpq-dev (14.17-0ubuntu0.22.04.1) over (14.15-0ubuntu0.22.04.1) ... 2025-04-16 12:13:16.005 | Preparing to unpack .../11-libpq5_14.17-0ubuntu0.22.04.1_amd64.deb ... 2025-04-16 12:13:16.016 | Unpacking libpq5:amd64 (14.17-0ubuntu0.22.04.1) over (14.15-0ubuntu0.22.04.1) ... 2025-04-16 12:13:16.069 | Preparing to unpack .../12-libxslt1-dev_1.1.34-4ubuntu0.22.04.3_amd64.deb ... 2025-04-16 12:13:16.079 | Unpacking libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.3) over (1.1.34-4ubuntu0.22.04.1) ... 2025-04-16 12:13:16.171 | Preparing to unpack .../13-libxslt1.1_1.1.34-4ubuntu0.22.04.3_amd64.deb ... 2025-04-16 12:13:16.181 | Unpacking libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.3) over (1.1.34-4ubuntu0.22.04.1) ... 2025-04-16 12:13:16.241 | Preparing to unpack .../14-qemu-block-extra_1%3a6.2+dfsg-2ubuntu6.26_amd64.deb ... 2025-04-16 12:13:16.260 | Unpacking qemu-block-extra (1:6.2+dfsg-2ubuntu6.26) over (1:6.2+dfsg-2ubuntu6.24) ... 2025-04-16 12:13:16.312 | Preparing to unpack .../15-qemu-utils_1%3a6.2+dfsg-2ubuntu6.26_amd64.deb ... 2025-04-16 12:13:16.322 | Unpacking qemu-utils (1:6.2+dfsg-2ubuntu6.26) over (1:6.2+dfsg-2ubuntu6.24) ... 2025-04-16 12:13:16.422 | Preparing to unpack .../16-libldap2-dev_2.5.18+dfsg-0ubuntu0.22.04.3_all.deb ... 2025-04-16 12:13:16.432 | Unpacking libldap2-dev (2.5.18+dfsg-0ubuntu0.22.04.3) over (2.5.18+dfsg-0ubuntu0.22.04.2) ... 2025-04-16 12:13:16.491 | Setting up openssh-client (1:8.9p1-3ubuntu0.11) ... 2025-04-16 12:13:16.572 | Setting up libpq5:amd64 (14.17-0ubuntu0.22.04.1) ... 2025-04-16 12:13:16.581 | Setting up haproxy (2.4.24-0ubuntu0.22.04.2) ... 2025-04-16 12:13:17.351 | Setting up systemd (249.11-0ubuntu3.15) ... 2025-04-16 12:13:18.031 | Setting up open-iscsi (2.1.5-1ubuntu1.1) ... 2025-04-16 12:13:19.019 | iscsid.service is a disabled or a static unit, not starting it. 2025-04-16 12:13:19.841 | Setting up libldap2-dev (2.5.18+dfsg-0ubuntu0.22.04.3) ... 2025-04-16 12:13:19.851 | Setting up libgssrpc4:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 12:13:19.860 | Setting up libssl-dev:amd64 (3.0.2-0ubuntu1.19) ... 2025-04-16 12:13:19.870 | Setting up systemd-timesyncd (249.11-0ubuntu3.15) ... 2025-04-16 12:13:20.366 | Setting up dmsetup (2:1.02.175-2.1ubuntu5) ... 2025-04-16 12:13:20.379 | update-initramfs: deferring update (trigger activated) 2025-04-16 12:13:20.384 | Setting up dmeventd (2:1.02.175-2.1ubuntu5) ... 2025-04-16 12:13:20.776 | dm-event.service is a disabled or a static unit not running, not starting it. 2025-04-16 12:13:20.839 | Setting up libkadm5srv-mit12:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 12:13:20.849 | Setting up apache2-data (2.4.52-1ubuntu4.14) ... 2025-04-16 12:13:20.862 | Setting up qemu-utils (1:6.2+dfsg-2ubuntu6.26) ... 2025-04-16 12:13:20.873 | Setting up openssl (3.0.2-0ubuntu1.19) ... 2025-04-16 12:13:20.889 | Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.6) ... 2025-04-16 12:13:20.899 | Setting up qemu-block-extra (1:6.2+dfsg-2ubuntu6.26) ... 2025-04-16 12:13:21.594 | Setting up libsystemd-dev:amd64 (249.11-0ubuntu3.15) ... 2025-04-16 12:13:21.604 | Setting up libkadm5clnt-mit12:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 12:13:21.613 | Setting up apache2-utils (2.4.52-1ubuntu4.14) ... 2025-04-16 12:13:21.623 | Setting up apache2-dev (2.4.52-1ubuntu4.14) ... 2025-04-16 12:13:21.633 | Setting up krb5-multidev:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 12:13:21.643 | Setting up openssh-sftp-server (1:8.9p1-3ubuntu0.11) ... 2025-04-16 12:13:21.653 | Setting up systemd-sysv (249.11-0ubuntu3.15) ... 2025-04-16 12:13:21.664 | Setting up openssh-server (1:8.9p1-3ubuntu0.11) ... 2025-04-16 12:13:22.498 | rescue-ssh.target is a disabled or a static unit not running, not starting it. 2025-04-16 12:13:22.990 | ssh.socket is a disabled or a static unit not running, not starting it. 2025-04-16 12:13:23.030 | Setting up libnss-systemd:amd64 (249.11-0ubuntu3.15) ... 2025-04-16 12:13:23.041 | Setting up libpq-dev (14.17-0ubuntu0.22.04.1) ... 2025-04-16 12:13:23.051 | Setting up apache2-bin (2.4.52-1ubuntu4.14) ... 2025-04-16 12:13:23.061 | Setting up lvm2 (2.03.11-2.1ubuntu5) ... 2025-04-16 12:13:23.156 | update-initramfs: deferring update (trigger activated) 2025-04-16 12:13:24.532 | Setting up libkrb5-dev:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 12:13:24.542 | Setting up libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.6) ... 2025-04-16 12:13:24.552 | Setting up libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.3) ... 2025-04-16 12:13:24.562 | Setting up libpam-systemd:amd64 (249.11-0ubuntu3.15) ... 2025-04-16 12:13:24.735 | Setting up libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.3) ... 2025-04-16 12:13:24.745 | Setting up apache2 (2.4.52-1ubuntu4.14) ... 2025-04-16 12:13:26.692 | apache-htcacheclean.service is a disabled or a static unit not running, not starting it. 2025-04-16 12:13:26.713 | Setting up libapache2-mod-proxy-uwsgi (2.4.52-1ubuntu4.14) ... 2025-04-16 12:13:26.729 | Processing triggers for libc-bin (2.35-0ubuntu3.8) ... 2025-04-16 12:13:26.772 | Processing triggers for rsyslog (8.2112.0-2ubuntu2.2) ... 2025-04-16 12:13:26.828 | Processing triggers for ufw (0.36.1-4ubuntu0.1) ... 2025-04-16 12:13:26.902 | Processing triggers for man-db (2.10.2-1) ... 2025-04-16 12:13:27.197 | Processing triggers for dbus (1.12.20-2ubuntu4.1) ... 2025-04-16 12:13:27.212 | Processing triggers for initramfs-tools (0.140ubuntu13.4) ... 2025-04-16 12:13:27.249 | update-initramfs: Generating /boot/initrd.img-6.8.0-52-generic 2025-04-16 12:13:34.083 | NEEDRESTART-VER: 3.5 2025-04-16 12:13:34.820 | NEEDRESTART-KCUR: 6.8.0-52-generic 2025-04-16 12:13:34.821 | NEEDRESTART-KEXP: 6.8.0-52-generic 2025-04-16 12:13:34.821 | NEEDRESTART-KSTA: 1 2025-04-16 12:13:34.821 | NEEDRESTART-SVC: apt-news.service 2025-04-16 12:13:34.821 | NEEDRESTART-SVC: conntrackd.service 2025-04-16 12:13:34.821 | NEEDRESTART-SVC: dbus.service 2025-04-16 12:13:34.821 | NEEDRESTART-SVC: epmd.service 2025-04-16 12:13:34.821 | NEEDRESTART-SVC: esm-cache.service 2025-04-16 12:13:34.821 | NEEDRESTART-SVC: irqbalance.service 2025-04-16 12:13:34.821 | NEEDRESTART-SVC: mariadb.service 2025-04-16 12:13:34.821 | NEEDRESTART-SVC: memcached.service 2025-04-16 12:13:34.821 | NEEDRESTART-SVC: ModemManager.service 2025-04-16 12:13:34.821 | NEEDRESTART-SVC: multipathd.service 2025-04-16 12:13:34.821 | NEEDRESTART-SVC: networkd-dispatcher.service 2025-04-16 12:13:34.821 | NEEDRESTART-SVC: open-vm-tools.service 2025-04-16 12:13:34.821 | NEEDRESTART-SVC: ovs-vswitchd.service 2025-04-16 12:13:34.821 | NEEDRESTART-SVC: ovsdb-server.service 2025-04-16 12:13:34.821 | NEEDRESTART-SVC: packagekit.service 2025-04-16 12:13:34.821 | NEEDRESTART-SVC: pmcd.service 2025-04-16 12:13:34.821 | NEEDRESTART-SVC: pmie.service 2025-04-16 12:13:34.821 | NEEDRESTART-SVC: pmie_farm.service 2025-04-16 12:13:34.821 | NEEDRESTART-SVC: pmlogger.service 2025-04-16 12:13:34.821 | NEEDRESTART-SVC: pmlogger_farm.service 2025-04-16 12:13:34.821 | NEEDRESTART-SVC: pmproxy.service 2025-04-16 12:13:34.821 | NEEDRESTART-SVC: polkit.service 2025-04-16 12:13:34.821 | NEEDRESTART-SVC: rabbitmq-server.service 2025-04-16 12:13:34.821 | NEEDRESTART-SVC: systemd-logind.service 2025-04-16 12:13:34.821 | NEEDRESTART-SVC: systemd-udevd.service 2025-04-16 12:13:34.821 | NEEDRESTART-SVC: udisks2.service 2025-04-16 12:13:34.821 | NEEDRESTART-SVC: user@1001.service 2025-04-16 12:13:34.821 | NEEDRESTART-SVC: vgauth.service 2025-04-16 12:13:36.764 | ++ functions-common:apt_get:1194 : result=0 2025-04-16 12:13:36.766 | ++ functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 12:13:36.767 | ++ functions-common:time_stop:2400 : local name 2025-04-16 12:13:36.769 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 12:13:36.771 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:13:36.772 | ++ functions-common:time_stop:2403 : local total 2025-04-16 12:13:36.774 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 12:13:36.776 | ++ functions-common:time_stop:2406 : name=apt-get 2025-04-16 12:13:36.778 | ++ functions-common:time_stop:2407 : start_time=1744805589300 2025-04-16 12:13:36.779 | ++ functions-common:time_stop:2409 : [[ -z 1744805589300 ]] 2025-04-16 12:13:36.781 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:13:36.784 | ++ functions-common:time_stop:2412 : end_time=1744805616783 2025-04-16 12:13:36.786 | ++ functions-common:time_stop:2413 : elapsed_time=27483 2025-04-16 12:13:36.788 | ++ functions-common:time_stop:2414 : total=504 2025-04-16 12:13:36.790 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:13:36.791 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=27987 2025-04-16 12:13:36.793 | ++ functions-common:apt_get:1198 : return 0 2025-04-16 12:13:36.795 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2025-04-16 12:13:36.797 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2025-04-16 12:13:36.800 | +++ tools/install_prereqs.sh:source:83 : which python3.10 2025-04-16 12:13:36.803 | ++ tools/install_prereqs.sh:source:83 : export PYTHON=/usr/bin/python3.10 2025-04-16 12:13:36.805 | ++ tools/install_prereqs.sh:source:83 : PYTHON=/usr/bin/python3.10 2025-04-16 12:13:36.808 | ++ tools/install_prereqs.sh:source:88 : date +%s 2025-04-16 12:13:36.811 | ++ tools/install_prereqs.sh:source:89 : date 2025-04-16 12:13:36.814 | + stack.sh:main:805 : [[ False != \T\r\u\e ]] 2025-04-16 12:13:36.816 | + stack.sh:main:806 : PYPI_ALTERNATIVE_URL= 2025-04-16 12:13:36.818 | + stack.sh:main:806 : /opt/stack/devstack/tools/install_pip.sh 2025-04-16 12:13:37.127 | + tools/install_pip.sh:main:25 : FILES=/opt/stack/devstack/files 2025-04-16 12:13:37.129 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2025-04-16 12:13:37.130 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2025-04-16 12:13:37.131 | + tools/install_pip.sh:main:43 : GetDistro 2025-04-16 12:13:37.133 | + functions-common:GetDistro:449 : GetOSVersion 2025-04-16 12:13:37.134 | + functions-common:GetOSVersion:416 : source /etc/os-release 2025-04-16 12:13:37.135 | ++ /etc/os-release:source:1 : PRETTY_NAME='Ubuntu 22.04.5 LTS' 2025-04-16 12:13:37.137 | ++ /etc/os-release:source:2 : NAME=Ubuntu 2025-04-16 12:13:37.138 | ++ /etc/os-release:source:3 : VERSION_ID=22.04 2025-04-16 12:13:37.139 | ++ /etc/os-release:source:4 : VERSION='22.04.5 LTS (Jammy Jellyfish)' 2025-04-16 12:13:37.141 | ++ /etc/os-release:source:5 : VERSION_CODENAME=jammy 2025-04-16 12:13:37.142 | ++ /etc/os-release:source:6 : ID=ubuntu 2025-04-16 12:13:37.143 | ++ /etc/os-release:source:7 : ID_LIKE=debian 2025-04-16 12:13:37.144 | ++ /etc/os-release:source:8 : HOME_URL=https://www.ubuntu.com/ 2025-04-16 12:13:37.146 | ++ /etc/os-release:source:9 : SUPPORT_URL=https://help.ubuntu.com/ 2025-04-16 12:13:37.147 | ++ /etc/os-release:source:10 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2025-04-16 12:13:37.148 | ++ /etc/os-release:source:11 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2025-04-16 12:13:37.149 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=jammy 2025-04-16 12:13:37.151 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) == \c\e\n\t\o\s\9 ]] 2025-04-16 12:13:37.152 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) =~ rhel9 ]] 2025-04-16 12:13:37.153 | + functions-common:GetOSVersion:421 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) =~ rocky9 ]] 2025-04-16 12:13:37.154 | + functions-common:GetOSVersion:425 : _ensure_lsb_release 2025-04-16 12:13:37.156 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2025-04-16 12:13:37.158 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2025-04-16 12:13:37.159 | + functions-common:_ensure_lsb_release:394 : return 2025-04-16 12:13:37.161 | ++ functions-common:GetOSVersion:427 : lsb_release -r -s 2025-04-16 12:13:37.194 | + functions-common:GetOSVersion:427 : os_RELEASE=22.04 2025-04-16 12:13:37.196 | ++ functions-common:GetOSVersion:428 : lsb_release -c -s 2025-04-16 12:13:37.229 | + functions-common:GetOSVersion:428 : os_CODENAME=jammy 2025-04-16 12:13:37.230 | ++ functions-common:GetOSVersion:429 : lsb_release -i -s 2025-04-16 12:13:37.264 | + functions-common:GetOSVersion:429 : os_VENDOR=Ubuntu 2025-04-16 12:13:37.265 | + functions-common:GetOSVersion:432 : [[ Ubuntu =~ (Debian|Ubuntu) ]] 2025-04-16 12:13:37.267 | + functions-common:GetOSVersion:433 : os_PACKAGE=deb 2025-04-16 12:13:37.268 | + functions-common:GetOSVersion:438 : typeset -xr os_VENDOR 2025-04-16 12:13:37.269 | + functions-common:GetOSVersion:439 : typeset -xr os_RELEASE 2025-04-16 12:13:37.271 | + functions-common:GetOSVersion:440 : typeset -xr os_PACKAGE 2025-04-16 12:13:37.272 | + functions-common:GetOSVersion:441 : typeset -xr os_CODENAME 2025-04-16 12:13:37.274 | + functions-common:GetDistro:450 : [[ Ubuntu =~ (Ubuntu) ]] 2025-04-16 12:13:37.275 | + functions-common:GetDistro:453 : DISTRO=jammy 2025-04-16 12:13:37.277 | + functions-common:GetDistro:491 : typeset -xr DISTRO 2025-04-16 12:13:37.278 | + tools/install_pip.sh:main:44 : echo 'Distro: jammy' 2025-04-16 12:13:37.278 | Distro: jammy 2025-04-16 12:13:37.280 | + tools/install_pip.sh:main:124 : get_versions 2025-04-16 12:13:37.281 | ++ tools/install_pip.sh:get_versions:49 : which pip 2025-04-16 12:13:37.284 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2025-04-16 12:13:37.286 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2025-04-16 12:13:37.288 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2025-04-16 12:13:37.288 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2025-04-16 12:13:37.356 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2025-04-16 12:13:37.357 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2025-04-16 12:13:37.357 | pip: 0.1.15 2025-04-16 12:13:37.359 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2025-04-16 12:13:37.360 | + tools/install_pip.sh:main:130 : is_fedora 2025-04-16 12:13:37.362 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-16 12:13:37.363 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-16 12:13:37.364 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-16 12:13:37.366 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-16 12:13:37.367 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-16 12:13:37.368 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-16 12:13:37.369 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-16 12:13:37.371 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-16 12:13:37.372 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-16 12:13:37.373 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-16 12:13:37.374 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-16 12:13:37.376 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-16 12:13:37.377 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-16 12:13:37.378 | + tools/install_pip.sh:main:141 : is_ubuntu 2025-04-16 12:13:37.379 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:13:37.381 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:13:37.382 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack//requirements/upper-constraints.txt 2025-04-16 12:13:37.386 | + tools/install_pip.sh:main:153 : set -x 2025-04-16 12:13:37.388 | + tools/install_pip.sh:main:156 : get_versions 2025-04-16 12:13:37.390 | ++ tools/install_pip.sh:get_versions:49 : which pip 2025-04-16 12:13:37.392 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2025-04-16 12:13:37.393 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2025-04-16 12:13:37.395 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2025-04-16 12:13:37.395 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2025-04-16 12:13:37.403 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2025-04-16 12:13:37.404 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2025-04-16 12:13:37.404 | pip: 0.1.15 2025-04-16 12:13:37.407 | + stack.sh:main:810 : source /opt/stack/devstack/tools/fixup_stuff.sh 2025-04-16 12:13:37.409 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /opt/stack/devstack ]] 2025-04-16 12:13:37.411 | + stack.sh:main:811 : fixup_all 2025-04-16 12:13:37.413 | + tools/fixup_stuff.sh:fixup_all:124 : fixup_ubuntu 2025-04-16 12:13:37.415 | + tools/fixup_stuff.sh:fixup_ubuntu:108 : is_ubuntu 2025-04-16 12:13:37.416 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:13:37.418 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:13:37.420 | + tools/fixup_stuff.sh:fixup_ubuntu:118 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.4.1.egg-info 2025-04-16 12:13:37.429 | + tools/fixup_stuff.sh:fixup_ubuntu:119 : sudo rm -rf /usr/lib/python3/dist-packages/pyasn1_modules-0.2.1.egg-info 2025-04-16 12:13:37.438 | + tools/fixup_stuff.sh:fixup_ubuntu:120 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2025-04-16 12:13:37.446 | + tools/fixup_stuff.sh:fixup_all:125 : fixup_fedora 2025-04-16 12:13:37.448 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2025-04-16 12:13:37.449 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-16 12:13:37.451 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-16 12:13:37.453 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-16 12:13:37.454 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-16 12:13:37.456 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-16 12:13:37.457 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-16 12:13:37.459 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-16 12:13:37.460 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-16 12:13:37.462 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-16 12:13:37.464 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-16 12:13:37.465 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-16 12:13:37.467 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-16 12:13:37.468 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-16 12:13:37.470 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2025-04-16 12:13:37.472 | + stack.sh:main:813 : [[ True == \T\r\u\e ]] 2025-04-16 12:13:37.473 | + stack.sh:main:815 : sudo ln -sf /opt/stack/data/venv/bin/cinder-rtstool /usr/local/bin 2025-04-16 12:13:37.482 | + stack.sh:main:816 : sudo ln -sf /opt/stack/data/venv/bin/glance /usr/local/bin 2025-04-16 12:13:37.491 | + stack.sh:main:817 : sudo ln -sf /opt/stack/data/venv/bin/nova-manage /usr/local/bin 2025-04-16 12:13:37.499 | + stack.sh:main:818 : sudo ln -sf /opt/stack/data/venv/bin/openstack /usr/local/bin 2025-04-16 12:13:37.507 | + stack.sh:main:819 : sudo ln -sf /opt/stack/data/venv/bin/privsep-helper /usr/local/bin 2025-04-16 12:13:37.515 | + stack.sh:main:820 : sudo ln -sf /opt/stack/data/venv/bin/rally /usr/local/bin 2025-04-16 12:13:37.523 | + stack.sh:main:821 : sudo ln -sf /opt/stack/data/venv/bin/tox /usr/local/bin 2025-04-16 12:13:37.532 | + stack.sh:main:823 : setup_devstack_virtualenv 2025-04-16 12:13:37.533 | + inc/python:setup_devstack_virtualenv:39 : [[ ! -d /opt/stack/data/venv ]] 2025-04-16 12:13:37.535 | + inc/python:setup_devstack_virtualenv:46 : [[ :/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin: != *\:\/\o\p\t\/\s\t\a\c\k\/\d\a\t\a\/\v\e\n\v\/\b\i\n\:* ]] 2025-04-16 12:13:37.537 | + inc/python:setup_devstack_virtualenv:47 : export PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 12:13:37.539 | + inc/python:setup_devstack_virtualenv:47 : PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 12:13:37.541 | + inc/python:setup_devstack_virtualenv:48 : export PYTHON=/opt/stack/data/venv/bin/python3 2025-04-16 12:13:37.542 | + inc/python:setup_devstack_virtualenv:48 : PYTHON=/opt/stack/data/venv/bin/python3 2025-04-16 12:13:37.544 | + stack.sh:main:827 : pip_install -U os-testr 2025-04-16 12:13:37.562 | Using python 3.10 to install os-testr 2025-04-16 12:13:37.564 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -U os-testr 2025-04-16 12:13:39.458 | Collecting os-testr 2025-04-16 12:13:39.460 | Using cached os_testr-3.0.0-py3-none-any.whl.metadata (1.8 kB) 2025-04-16 12:13:39.495 | Collecting pbr!=2.1.0,>=2.0.0 (from os-testr) 2025-04-16 12:13:39.497 | Using cached pbr-5.11.1-py2.py3-none-any.whl.metadata (1.3 kB) 2025-04-16 12:13:39.518 | Collecting python-subunit>=1.0.0 (from os-testr) 2025-04-16 12:13:39.520 | Using cached python_subunit-1.4.2-py3-none-any.whl.metadata (22 kB) 2025-04-16 12:13:39.546 | Collecting testtools>=2.2.0 (from os-testr) 2025-04-16 12:13:39.548 | Using cached testtools-2.6.0-py3-none-any.whl.metadata (5.2 kB) 2025-04-16 12:13:39.576 | Collecting extras (from python-subunit>=1.0.0->os-testr) 2025-04-16 12:13:39.577 | Using cached extras-1.0.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-04-16 12:13:39.612 | Collecting fixtures>=2.0 (from testtools>=2.2.0->os-testr) 2025-04-16 12:13:39.615 | Using cached fixtures-4.0.1-py3-none-any.whl 2025-04-16 12:13:39.632 | Using cached os_testr-3.0.0-py3-none-any.whl (32 kB) 2025-04-16 12:13:39.635 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2025-04-16 12:13:39.638 | Using cached python_subunit-1.4.2-py3-none-any.whl (106 kB) 2025-04-16 12:13:39.643 | Using cached testtools-2.6.0-py3-none-any.whl (182 kB) 2025-04-16 12:13:39.646 | Using cached extras-1.0.0-py2.py3-none-any.whl (7.3 kB) 2025-04-16 12:13:39.713 | Installing collected packages: extras, pbr, fixtures, testtools, python-subunit, os-testr 2025-04-16 12:13:40.074 | Successfully installed extras-1.0.0 fixtures-4.0.1 os-testr-3.0.0 pbr-5.11.1 python-subunit-1.4.2 testtools-2.6.0 2025-04-16 12:13:40.153 | + inc/python:pip_install:222 : result=0 2025-04-16 12:13:40.155 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 12:13:40.156 | + functions-common:time_stop:2400 : local name 2025-04-16 12:13:40.158 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:13:40.160 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:13:40.162 | + functions-common:time_stop:2403 : local total 2025-04-16 12:13:40.163 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:13:40.165 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 12:13:40.167 | + functions-common:time_stop:2407 : start_time=1744805617558 2025-04-16 12:13:40.168 | + functions-common:time_stop:2409 : [[ -z 1744805617558 ]] 2025-04-16 12:13:40.171 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:13:40.173 | + functions-common:time_stop:2412 : end_time=1744805620171 2025-04-16 12:13:40.175 | + functions-common:time_stop:2413 : elapsed_time=2613 2025-04-16 12:13:40.177 | + functions-common:time_stop:2414 : total=0 2025-04-16 12:13:40.179 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:13:40.180 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2613 2025-04-16 12:13:40.182 | + inc/python:pip_install:225 : return 0 2025-04-16 12:13:40.184 | + stack.sh:main:831 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2025-04-16 12:13:40.225 | + stack.sh:main:832 : sudo systemctl restart systemd-journald 2025-04-16 12:13:40.276 | + stack.sh:main:838 : install_infra 2025-04-16 12:13:40.278 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-04-16 12:13:40.280 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack//requirements/.venv ']' 2025-04-16 12:13:40.282 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack//requirements/.venv 2025-04-16 12:13:43.406 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-04-16 12:13:43.408 | + lib/infra:install_infra:34 : pip_install -U pbr 2025-04-16 12:13:43.426 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack//requirements/.venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -U pbr 2025-04-16 12:13:44.386 | Collecting pbr 2025-04-16 12:13:44.389 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2025-04-16 12:13:44.415 | Installing collected packages: pbr 2025-04-16 12:13:44.482 | Successfully installed pbr-5.11.1 2025-04-16 12:13:44.555 | + inc/python:pip_install:222 : result=0 2025-04-16 12:13:44.557 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 12:13:44.558 | + functions-common:time_stop:2400 : local name 2025-04-16 12:13:44.560 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:13:44.562 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:13:44.563 | + functions-common:time_stop:2403 : local total 2025-04-16 12:13:44.565 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:13:44.566 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 12:13:44.568 | + functions-common:time_stop:2407 : start_time=1744805623420 2025-04-16 12:13:44.570 | + functions-common:time_stop:2409 : [[ -z 1744805623420 ]] 2025-04-16 12:13:44.572 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:13:44.574 | + functions-common:time_stop:2412 : end_time=1744805624573 2025-04-16 12:13:44.576 | + functions-common:time_stop:2413 : elapsed_time=1153 2025-04-16 12:13:44.578 | + functions-common:time_stop:2414 : total=2613 2025-04-16 12:13:44.579 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:13:44.581 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3766 2025-04-16 12:13:44.582 | + inc/python:pip_install:225 : return 0 2025-04-16 12:13:44.584 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-04-16 12:13:44.586 | + lib/infra:install_infra:35 : pip_install /opt/stack//requirements 2025-04-16 12:13:44.603 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack//requirements/.venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt /opt/stack//requirements 2025-04-16 12:13:45.442 | Processing /opt/stack/requirements 2025-04-16 12:13:45.443 | Preparing metadata (setup.py): started 2025-04-16 12:13:46.126 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 12:13:46.218 | Collecting Parsley>=1.2 2025-04-16 12:13:46.220 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2025-04-16 12:13:46.327 | Collecting PyYAML>=3.12 2025-04-16 12:13:46.333 | Using cached PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (682 kB) 2025-04-16 12:13:46.443 | Collecting beagle>=0.2.1 2025-04-16 12:13:46.445 | Using cached beagle-0.4.0-py3-none-any.whl (11 kB) 2025-04-16 12:13:46.470 | Collecting fixtures>=3.0.0 2025-04-16 12:13:46.470 | Using cached fixtures-4.0.1-py3-none-any.whl 2025-04-16 12:13:46.509 | Collecting packaging!=20.5,!=20.6,!=20.7,>=16.5 2025-04-16 12:13:46.511 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2025-04-16 12:13:46.568 | Collecting requests>=2.14.2 2025-04-16 12:13:46.570 | Using cached requests-2.28.2-py3-none-any.whl (62 kB) 2025-04-16 12:13:46.595 | Collecting six>=1.10.0 2025-04-16 12:13:46.597 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2025-04-16 12:13:46.644 | Collecting cliff>=2.11.0 2025-04-16 12:13:46.646 | Using cached cliff-4.3.0-py3-none-any.whl (80 kB) 2025-04-16 12:13:46.656 | Requirement already satisfied: pbr>=2.0 in /opt/stack/requirements/.venv/lib/python3.10/site-packages (from beagle>=0.2.1->openstack-requirements==1.2.1.dev6395) (5.11.1) 2025-04-16 12:13:46.862 | Collecting charset-normalizer<4,>=2 2025-04-16 12:13:46.867 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB) 2025-04-16 12:13:46.893 | Collecting idna<4,>=2.5 2025-04-16 12:13:46.895 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2025-04-16 12:13:46.960 | Collecting urllib3<1.27,>=1.21.1 2025-04-16 12:13:46.963 | Using cached urllib3-1.26.15-py2.py3-none-any.whl (140 kB) 2025-04-16 12:13:47.013 | Collecting certifi>=2017.4.17 2025-04-16 12:13:47.016 | Using cached certifi-2025.1.31-py3-none-any.whl (166 kB) 2025-04-16 12:13:47.128 | Collecting importlib-metadata>=4.4 2025-04-16 12:13:47.130 | Using cached importlib_metadata-6.0.1-py3-none-any.whl (21 kB) 2025-04-16 12:13:47.194 | Collecting cmd2>=1.0.0 2025-04-16 12:13:47.197 | Using cached cmd2-2.4.3-py3-none-any.whl (147 kB) 2025-04-16 12:13:47.229 | Collecting PrettyTable>=0.7.2 2025-04-16 12:13:47.232 | Using cached prettytable-3.7.0-py3-none-any.whl (27 kB) 2025-04-16 12:13:47.252 | Collecting autopage>=0.4.0 2025-04-16 12:13:47.254 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2025-04-16 12:13:47.297 | Collecting stevedore>=2.0.1 2025-04-16 12:13:47.299 | Using cached stevedore-5.1.0-py3-none-any.whl (49 kB) 2025-04-16 12:13:47.365 | Collecting wcwidth>=0.1.7 2025-04-16 12:13:47.367 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl (29 kB) 2025-04-16 12:13:47.396 | Collecting attrs>=16.3.0 2025-04-16 12:13:47.399 | Using cached attrs-23.1.0-py3-none-any.whl (61 kB) 2025-04-16 12:13:47.420 | Collecting pyperclip>=1.6 2025-04-16 12:13:47.420 | Using cached pyperclip-1.8.2-py3-none-any.whl 2025-04-16 12:13:47.483 | Collecting zipp>=0.5 2025-04-16 12:13:47.485 | Using cached zipp-3.15.0-py3-none-any.whl (6.8 kB) 2025-04-16 12:13:47.543 | Using legacy 'setup.py install' for openstack-requirements, since package 'wheel' is not installed. 2025-04-16 12:13:47.683 | Installing collected packages: wcwidth, pyperclip, Parsley, zipp, urllib3, stevedore, six, PyYAML, PrettyTable, packaging, idna, fixtures, charset-normalizer, certifi, autopage, attrs, requests, importlib-metadata, cmd2, cliff, beagle, openstack-requirements 2025-04-16 12:13:48.495 | Running setup.py install for openstack-requirements: started 2025-04-16 12:13:49.948 | Running setup.py install for openstack-requirements: finished with status 'done' 2025-04-16 12:13:49.957 | Successfully installed Parsley-1.3 PrettyTable-3.7.0 PyYAML-6.0 attrs-23.1.0 autopage-0.5.1 beagle-0.4.0 certifi-2025.1.31 charset-normalizer-3.1.0 cliff-4.3.0 cmd2-2.4.3 fixtures-4.0.1 idna-3.4 importlib-metadata-6.0.1 openstack-requirements-1.2.1.dev6395 packaging-23.1 pyperclip-1.8.2 requests-2.28.2 six-1.16.0 stevedore-5.1.0 urllib3-1.26.15 wcwidth-0.2.6 zipp-3.15.0 2025-04-16 12:13:50.075 | + inc/python:pip_install:222 : result=0 2025-04-16 12:13:50.077 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 12:13:50.080 | + functions-common:time_stop:2400 : local name 2025-04-16 12:13:50.081 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:13:50.083 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:13:50.085 | + functions-common:time_stop:2403 : local total 2025-04-16 12:13:50.087 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:13:50.088 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 12:13:50.090 | + functions-common:time_stop:2407 : start_time=1744805624597 2025-04-16 12:13:50.091 | + functions-common:time_stop:2409 : [[ -z 1744805624597 ]] 2025-04-16 12:13:50.094 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:13:50.097 | + functions-common:time_stop:2412 : end_time=1744805630095 2025-04-16 12:13:50.099 | + functions-common:time_stop:2413 : elapsed_time=5498 2025-04-16 12:13:50.100 | + functions-common:time_stop:2414 : total=3766 2025-04-16 12:13:50.102 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:13:50.104 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9264 2025-04-16 12:13:50.106 | + inc/python:pip_install:225 : return 0 2025-04-16 12:13:50.108 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2025-04-16 12:13:50.110 | + lib/infra:install_infra:42 : use_library_from_git pbr 2025-04-16 12:13:50.112 | + inc/python:use_library_from_git:272 : local name=pbr 2025-04-16 12:13:50.114 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:13:50.116 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:13:50.118 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,pbr, ]] 2025-04-16 12:13:50.120 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:13:50.122 | + lib/infra:install_infra:48 : pip_install -U pbr 2025-04-16 12:13:50.137 | Using python 3.10 to install pbr 2025-04-16 12:13:50.139 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -U pbr 2025-04-16 12:13:50.916 | Requirement already satisfied: pbr in /opt/stack/data/venv/lib/python3.10/site-packages (5.11.1) 2025-04-16 12:13:51.151 | + inc/python:pip_install:222 : result=0 2025-04-16 12:13:51.153 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 12:13:51.155 | + functions-common:time_stop:2400 : local name 2025-04-16 12:13:51.157 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:13:51.159 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:13:51.160 | + functions-common:time_stop:2403 : local total 2025-04-16 12:13:51.162 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:13:51.163 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 12:13:51.165 | + functions-common:time_stop:2407 : start_time=1744805630133 2025-04-16 12:13:51.167 | + functions-common:time_stop:2409 : [[ -z 1744805630133 ]] 2025-04-16 12:13:51.169 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:13:51.172 | + functions-common:time_stop:2412 : end_time=1744805631170 2025-04-16 12:13:51.174 | + functions-common:time_stop:2413 : elapsed_time=1037 2025-04-16 12:13:51.176 | + functions-common:time_stop:2414 : total=9264 2025-04-16 12:13:51.177 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:13:51.179 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10301 2025-04-16 12:13:51.181 | + inc/python:pip_install:225 : return 0 2025-04-16 12:13:51.183 | + stack.sh:main:841 : python3 -m venv /opt/stack//bindep-venv 2025-04-16 12:13:54.303 | + stack.sh:main:843 : /opt/stack//bindep-venv/bin/pip install bindep 2025-04-16 12:13:54.801 | Collecting bindep 2025-04-16 12:13:54.802 | Using cached bindep-2.13.0-py3-none-any.whl (34 kB) 2025-04-16 12:13:54.863 | Collecting pbr>=2 2025-04-16 12:13:54.866 | Using cached pbr-6.1.1-py2.py3-none-any.whl (108 kB) 2025-04-16 12:13:54.884 | Collecting Parsley 2025-04-16 12:13:54.886 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2025-04-16 12:13:54.907 | Collecting distro>=1.7 2025-04-16 12:13:54.909 | Using cached distro-1.9.0-py3-none-any.whl (20 kB) 2025-04-16 12:13:54.948 | Collecting packaging 2025-04-16 12:13:54.950 | Using cached packaging-24.2-py3-none-any.whl (65 kB) 2025-04-16 12:13:54.954 | Requirement already satisfied: setuptools in /opt/stack/bindep-venv/lib/python3.10/site-packages (from pbr>=2->bindep) (59.6.0) 2025-04-16 12:13:54.995 | Installing collected packages: Parsley, pbr, packaging, distro, bindep 2025-04-16 12:13:55.234 | Successfully installed Parsley-1.3 bindep-2.13.0 distro-1.9.0 packaging-24.2 pbr-6.1.1 2025-04-16 12:13:55.307 | + stack.sh:main:844 : export BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2025-04-16 12:13:55.309 | + stack.sh:main:844 : BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2025-04-16 12:13:55.312 | ++ stack.sh:main:847 : _get_plugin_bindep_packages 2025-04-16 12:13:55.325 | + stack.sh:main:847 : pkgs= 2025-04-16 12:13:55.327 | + stack.sh:main:848 : [[ -n '' ]] 2025-04-16 12:13:55.329 | + stack.sh:main:855 : run_phase stack pre-install 2025-04-16 12:13:55.330 | + functions-common:run_phase:1828 : local mode=stack 2025-04-16 12:13:55.332 | + functions-common:run_phase:1829 : local phase=pre-install 2025-04-16 12:13:55.334 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-16 12:13:55.336 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-16 12:13:55.337 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-16 12:13:55.339 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-16 12:13:55.340 | + functions-common:run_phase:1838 : local extra 2025-04-16 12:13:55.342 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-16 12:13:55.345 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-16 12:13:55.347 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-16 12:13:55.349 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-16 12:13:55.350 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack pre-install 2025-04-16 12:13:55.352 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-16 12:13:55.362 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:13:55.364 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 12:13:55.366 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 12:13:55.367 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2025-04-16 12:13:55.369 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-16 12:13:55.370 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-16 12:13:55.372 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-04-16 12:13:55.373 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2025-04-16 12:13:55.375 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2025-04-16 12:13:55.376 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2025-04-16 12:13:55.378 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2025-04-16 12:13:55.379 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2025-04-16 12:13:55.381 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-16 12:13:55.382 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-16 12:13:55.384 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 12:13:55.386 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-16 12:13:55.388 | + functions-common:run_phase:1855 : run_plugins stack pre-install 2025-04-16 12:13:55.390 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-16 12:13:55.392 | + functions-common:run_plugins:1815 : local phase=pre-install 2025-04-16 12:13:55.393 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-16 12:13:55.395 | + functions-common:run_plugins:1818 : local plugin 2025-04-16 12:13:55.397 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-16 12:13:55.399 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-16 12:13:55.400 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-16 12:13:55.402 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack pre-install 2025-04-16 12:13:55.404 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 12:13:55.406 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 12:13:55.407 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2025-04-16 12:13:55.409 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-16 12:13:55.411 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-16 12:13:55.413 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-04-16 12:13:55.414 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ pre-install == \e\x\t\r\a ]] 2025-04-16 12:13:55.416 | + stack.sh:main:858 : set_systemd_override DefaultLimitNOFILE 2048 2025-04-16 12:13:55.418 | + functions:set_systemd_override:831 : local key=DefaultLimitNOFILE 2025-04-16 12:13:55.420 | + functions:set_systemd_override:832 : local value=2048 2025-04-16 12:13:55.422 | + functions:set_systemd_override:834 : local sysconf=/etc/systemd/system.conf 2025-04-16 12:13:55.423 | + functions:set_systemd_override:835 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2025-04-16 12:13:55.465 | + functions:set_systemd_override:836 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2025-04-16 12:13:55.466 | Set systemd system override for DefaultLimitNOFILE=2048 2025-04-16 12:13:55.467 | + functions:set_systemd_override:838 : sudo systemctl daemon-reload 2025-04-16 12:13:55.696 | + stack.sh:main:860 : install_rpc_backend 2025-04-16 12:13:55.698 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2025-04-16 12:13:55.711 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:13:55.713 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2025-04-16 12:13:55.714 | + functions-common:install_package:1421 : update_package_repo 2025-04-16 12:13:55.716 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 12:13:55.718 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-16 12:13:55.720 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 12:13:55.722 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 12:13:55.723 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 12:13:55.725 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:13:55.727 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:13:55.729 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 12:13:55.731 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-16 12:13:55.733 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-16 12:13:55.735 | + functions-common:apt_get_update:1150 : return 2025-04-16 12:13:55.736 | + functions-common:install_package:1422 : real_install_package rabbitmq-server 2025-04-16 12:13:55.738 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 12:13:55.740 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:13:55.742 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:13:55.744 | + functions-common:real_install_package:1410 : apt_get install rabbitmq-server 2025-04-16 12:13:55.759 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2025-04-16 12:13:55.819 | Reading package lists... 2025-04-16 12:13:56.043 | Building dependency tree... 2025-04-16 12:13:56.044 | Reading state information... 2025-04-16 12:13:56.248 | The following packages will be upgraded: 2025-04-16 12:13:56.248 | rabbitmq-server 2025-04-16 12:13:56.572 | 1 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-16 12:13:56.572 | Need to get 0 B/15.2 MB of archives. 2025-04-16 12:13:56.572 | After this operation, 0 B of additional disk space will be used. 2025-04-16 12:13:56.668 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-16 12:13:56.673 | Preparing to unpack .../rabbitmq-server_3.9.27-0ubuntu0.2_all.deb ... 2025-04-16 12:13:56.687 | Unpacking rabbitmq-server (3.9.27-0ubuntu0.2) over (3.9.27-0ubuntu0.1) ... 2025-04-16 12:13:57.132 | Setting up rabbitmq-server (3.9.27-0ubuntu0.2) ... 2025-04-16 12:14:02.583 | Processing triggers for man-db (2.10.2-1) ... 2025-04-16 12:14:03.040 | NEEDRESTART-VER: 3.5 2025-04-16 12:14:03.545 | NEEDRESTART-KCUR: 6.8.0-52-generic 2025-04-16 12:14:03.546 | NEEDRESTART-KEXP: 6.8.0-52-generic 2025-04-16 12:14:03.546 | NEEDRESTART-KSTA: 1 2025-04-16 12:14:03.546 | NEEDRESTART-SVC: conntrackd.service 2025-04-16 12:14:03.546 | NEEDRESTART-SVC: dbus.service 2025-04-16 12:14:03.546 | NEEDRESTART-SVC: epmd.service 2025-04-16 12:14:03.546 | NEEDRESTART-SVC: irqbalance.service 2025-04-16 12:14:03.546 | NEEDRESTART-SVC: mariadb.service 2025-04-16 12:14:03.546 | NEEDRESTART-SVC: memcached.service 2025-04-16 12:14:03.546 | NEEDRESTART-SVC: ModemManager.service 2025-04-16 12:14:03.546 | NEEDRESTART-SVC: multipathd.service 2025-04-16 12:14:03.546 | NEEDRESTART-SVC: networkd-dispatcher.service 2025-04-16 12:14:03.546 | NEEDRESTART-SVC: open-vm-tools.service 2025-04-16 12:14:03.546 | NEEDRESTART-SVC: ovs-vswitchd.service 2025-04-16 12:14:03.546 | NEEDRESTART-SVC: ovsdb-server.service 2025-04-16 12:14:03.546 | NEEDRESTART-SVC: packagekit.service 2025-04-16 12:14:03.546 | NEEDRESTART-SVC: pmcd.service 2025-04-16 12:14:03.546 | NEEDRESTART-SVC: pmie.service 2025-04-16 12:14:03.546 | NEEDRESTART-SVC: pmie_farm.service 2025-04-16 12:14:03.546 | NEEDRESTART-SVC: pmlogger.service 2025-04-16 12:14:03.546 | NEEDRESTART-SVC: pmlogger_farm.service 2025-04-16 12:14:03.546 | NEEDRESTART-SVC: pmproxy.service 2025-04-16 12:14:03.546 | NEEDRESTART-SVC: polkit.service 2025-04-16 12:14:03.546 | NEEDRESTART-SVC: systemd-logind.service 2025-04-16 12:14:03.546 | NEEDRESTART-SVC: systemd-udevd.service 2025-04-16 12:14:03.546 | NEEDRESTART-SVC: udisks2.service 2025-04-16 12:14:03.546 | NEEDRESTART-SVC: user@1001.service 2025-04-16 12:14:03.546 | NEEDRESTART-SVC: vgauth.service 2025-04-16 12:14:05.504 | + functions-common:apt_get:1194 : result=0 2025-04-16 12:14:05.506 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 12:14:05.508 | + functions-common:time_stop:2400 : local name 2025-04-16 12:14:05.510 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:14:05.512 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:14:05.514 | + functions-common:time_stop:2403 : local total 2025-04-16 12:14:05.515 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:14:05.517 | + functions-common:time_stop:2406 : name=apt-get 2025-04-16 12:14:05.519 | + functions-common:time_stop:2407 : start_time=1744805635757 2025-04-16 12:14:05.521 | + functions-common:time_stop:2409 : [[ -z 1744805635757 ]] 2025-04-16 12:14:05.523 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:14:05.526 | + functions-common:time_stop:2412 : end_time=1744805645524 2025-04-16 12:14:05.528 | + functions-common:time_stop:2413 : elapsed_time=9767 2025-04-16 12:14:05.530 | + functions-common:time_stop:2414 : total=27987 2025-04-16 12:14:05.531 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:14:05.533 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=37754 2025-04-16 12:14:05.535 | + functions-common:apt_get:1198 : return 0 2025-04-16 12:14:05.537 | + lib/rpc_backend:install_rpc_backend:55 : is_fedora 2025-04-16 12:14:05.539 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-16 12:14:05.541 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-16 12:14:05.543 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-16 12:14:05.545 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-16 12:14:05.546 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-16 12:14:05.548 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-16 12:14:05.550 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-16 12:14:05.552 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-16 12:14:05.554 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-16 12:14:05.555 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-16 12:14:05.557 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-16 12:14:05.559 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-16 12:14:05.561 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-16 12:14:05.563 | + stack.sh:main:861 : restart_rpc_backend 2025-04-16 12:14:05.565 | + lib/rpc_backend:restart_rpc_backend:68 : is_service_enabled rabbit 2025-04-16 12:14:05.577 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:14:05.579 | + lib/rpc_backend:restart_rpc_backend:70 : echo_summary 'Starting RabbitMQ' 2025-04-16 12:14:05.581 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 12:14:05.583 | + stack.sh:echo_summary:461 : echo -e Starting RabbitMQ 2025-04-16 12:14:05.584 | + lib/rpc_backend:restart_rpc_backend:81 : local i 2025-04-16 12:14:05.587 | ++ lib/rpc_backend:restart_rpc_backend:82 : seq 20 2025-04-16 12:14:05.590 | + lib/rpc_backend:restart_rpc_backend:82 : for i in `seq 20` 2025-04-16 12:14:05.592 | + lib/rpc_backend:restart_rpc_backend:83 : local rc=0 2025-04-16 12:14:05.594 | + lib/rpc_backend:restart_rpc_backend:85 : [[ 1 -eq 20 ]] 2025-04-16 12:14:05.596 | + lib/rpc_backend:restart_rpc_backend:87 : [[ 1 == \0 ]] 2025-04-16 12:14:05.598 | + lib/rpc_backend:restart_rpc_backend:91 : rabbit_setuser stackrabbit stackdb 2025-04-16 12:14:05.600 | + lib/rpc_backend:rabbit_setuser:160 : local user=stackrabbit pass=stackdb found= out= 2025-04-16 12:14:05.603 | ++ lib/rpc_backend:rabbit_setuser:161 : sudo rabbitmqctl list_users 2025-04-16 12:14:06.049 | + lib/rpc_backend:rabbit_setuser:161 : out='Listing users ... 2025-04-16 12:14:06.049 | user tags 2025-04-16 12:14:06.049 | guest [administrator]' 2025-04-16 12:14:06.052 | ++ lib/rpc_backend:rabbit_setuser:163 : echo 'Listing users ... 2025-04-16 12:14:06.053 | user tags 2025-04-16 12:14:06.053 | guest [administrator]' 2025-04-16 12:14:06.053 | ++ lib/rpc_backend:rabbit_setuser:163 : awk '$1 == user { print $1 }' user=stackrabbit 2025-04-16 12:14:06.057 | + lib/rpc_backend:rabbit_setuser:163 : found= 2025-04-16 12:14:06.059 | + lib/rpc_backend:rabbit_setuser:164 : '[' '' = stackrabbit ']' 2025-04-16 12:14:06.061 | + lib/rpc_backend:rabbit_setuser:168 : sudo rabbitmqctl add_user stackrabbit stackdb 2025-04-16 12:14:06.493 | Adding user "stackrabbit" ... 2025-04-16 12:14:06.499 | Done. Don't forget to grant the user permissions to some virtual hosts! See 'rabbitmqctl help set_permissions' to learn more. 2025-04-16 12:14:06.512 | + lib/rpc_backend:rabbit_setuser:171 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2025-04-16 12:14:06.942 | Setting permissions for user "stackrabbit" in vhost "/" ... 2025-04-16 12:14:06.959 | + lib/rpc_backend:restart_rpc_backend:92 : '[' 0 -ne 0 ']' 2025-04-16 12:14:06.961 | + lib/rpc_backend:restart_rpc_backend:97 : sudo rabbitmqctl change_password stackrabbit stackdb 2025-04-16 12:14:07.388 | Changing password for user "stackrabbit" ... 2025-04-16 12:14:07.406 | + lib/rpc_backend:restart_rpc_backend:99 : '[' 0 -ne 0 ']' 2025-04-16 12:14:07.407 | + lib/rpc_backend:restart_rpc_backend:103 : break 2025-04-16 12:14:07.409 | + lib/rpc_backend:restart_rpc_backend:106 : sudo rabbitmqctl delete_user guest 2025-04-16 12:14:07.839 | Deleting user "guest" ... 2025-04-16 12:14:07.856 | + stack.sh:main:863 : is_service_enabled mysql postgresql 2025-04-16 12:14:07.869 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:14:07.871 | + stack.sh:main:864 : install_database 2025-04-16 12:14:07.872 | + lib/database:install_database:118 : install_database_mysql 2025-04-16 12:14:07.875 | + lib/databases/mysql:install_database_mysql:197 : is_ubuntu 2025-04-16 12:14:07.876 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:14:07.878 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:14:07.880 | + lib/databases/mysql:install_database_mysql:200 : sudo debconf-set-selections 2025-04-16 12:14:07.998 | + lib/databases/mysql:install_database_mysql:210 : [[ ! -e /opt/stack/.my.cnf ]] 2025-04-16 12:14:08.000 | + lib/databases/mysql:install_database_mysql:211 : cat 2025-04-16 12:14:08.003 | + lib/databases/mysql:install_database_mysql:217 : is_ubuntu 2025-04-16 12:14:08.005 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:14:08.007 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:14:08.009 | + lib/databases/mysql:install_database_mysql:217 : '[' mariadb '!=' mariadb ']' 2025-04-16 12:14:08.011 | + lib/databases/mysql:install_database_mysql:220 : chmod 0600 /opt/stack/.my.cnf 2025-04-16 12:14:08.014 | + lib/databases/mysql:install_database_mysql:223 : [[ False == \T\r\u\e ]] 2025-04-16 12:14:08.016 | + stack.sh:main:866 : '[' -n mysql ']' 2025-04-16 12:14:08.018 | + stack.sh:main:867 : install_database_python 2025-04-16 12:14:08.019 | + lib/database:install_database_python:123 : install_database_python_mysql 2025-04-16 12:14:08.021 | + lib/databases/mysql:install_database_python_mysql:239 : pip_install_gr PyMySQL 2025-04-16 12:14:08.023 | + inc/python:pip_install_gr:94 : local name=PyMySQL 2025-04-16 12:14:08.025 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-16 12:14:08.027 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements PyMySQL 2025-04-16 12:14:08.029 | ++ inc/python:get_from_global_requirements:247 : local package=PyMySQL 2025-04-16 12:14:08.031 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-16 12:14:08.034 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^PyMySQL' /opt/stack//requirements/global-requirements.txt 2025-04-16 12:14:08.034 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-16 12:14:08.037 | ++ inc/python:get_from_global_requirements:249 : required_pkg='PyMySQL ' 2025-04-16 12:14:08.039 | ++ inc/python:get_from_global_requirements:250 : [[ PyMySQL == '' ]] 2025-04-16 12:14:08.041 | ++ inc/python:get_from_global_requirements:253 : echo PyMySQL 2025-04-16 12:14:08.043 | + inc/python:pip_install_gr:96 : clean_name=PyMySQL 2025-04-16 12:14:08.045 | + inc/python:pip_install_gr:97 : pip_install PyMySQL 2025-04-16 12:14:08.061 | Using python 3.10 to install PyMySQL 2025-04-16 12:14:08.063 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt PyMySQL 2025-04-16 12:14:08.953 | Collecting PyMySQL 2025-04-16 12:14:08.956 | Using cached PyMySQL-1.0.3-py3-none-any.whl.metadata (4.4 kB) 2025-04-16 12:14:08.962 | Using cached PyMySQL-1.0.3-py3-none-any.whl (43 kB) 2025-04-16 12:14:09.025 | Installing collected packages: PyMySQL 2025-04-16 12:14:09.061 | Successfully installed PyMySQL-1.0.3 2025-04-16 12:14:09.130 | + inc/python:pip_install:222 : result=0 2025-04-16 12:14:09.133 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 12:14:09.134 | + functions-common:time_stop:2400 : local name 2025-04-16 12:14:09.136 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:14:09.138 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:14:09.139 | + functions-common:time_stop:2403 : local total 2025-04-16 12:14:09.141 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:14:09.143 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 12:14:09.145 | + functions-common:time_stop:2407 : start_time=1744805648057 2025-04-16 12:14:09.146 | + functions-common:time_stop:2409 : [[ -z 1744805648057 ]] 2025-04-16 12:14:09.148 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:14:09.151 | + functions-common:time_stop:2412 : end_time=1744805649149 2025-04-16 12:14:09.153 | + functions-common:time_stop:2413 : elapsed_time=1092 2025-04-16 12:14:09.155 | + functions-common:time_stop:2414 : total=10301 2025-04-16 12:14:09.156 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:14:09.158 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11393 2025-04-16 12:14:09.160 | + inc/python:pip_install:225 : return 0 2025-04-16 12:14:09.161 | + lib/databases/mysql:install_database_python_mysql:240 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2025-04-16 12:14:09.163 | + lib/databases/mysql:install_database_python_mysql:242 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2025-04-16 12:14:09.165 | + lib/databases/mysql:install_database_python_mysql:243 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2025-04-16 12:14:09.166 | + stack.sh:main:870 : is_service_enabled neutron 2025-04-16 12:14:09.179 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:14:09.181 | + stack.sh:main:871 : install_neutron_agent_packages 2025-04-16 12:14:09.182 | + lib/neutron:install_neutron_agent_packages:546 : is_service_enabled q-l3 neutron-l3 2025-04-16 12:14:09.195 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:14:09.197 | + lib/neutron:install_neutron_agent_packages:547 : install_package radvd 2025-04-16 12:14:09.198 | + functions-common:install_package:1421 : update_package_repo 2025-04-16 12:14:09.200 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 12:14:09.202 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-16 12:14:09.204 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 12:14:09.205 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 12:14:09.207 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 12:14:09.209 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:14:09.210 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:14:09.212 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 12:14:09.214 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-16 12:14:09.216 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-16 12:14:09.218 | + functions-common:apt_get_update:1150 : return 2025-04-16 12:14:09.219 | + functions-common:install_package:1422 : real_install_package radvd 2025-04-16 12:14:09.221 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 12:14:09.223 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:14:09.224 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:14:09.226 | + functions-common:real_install_package:1410 : apt_get install radvd 2025-04-16 12:14:09.242 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2025-04-16 12:14:09.300 | Reading package lists... 2025-04-16 12:14:09.513 | Building dependency tree... 2025-04-16 12:14:09.515 | Reading state information... 2025-04-16 12:14:09.719 | radvd is already the newest version (1:2.18-3build2). 2025-04-16 12:14:09.719 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-16 12:14:09.723 | + functions-common:apt_get:1194 : result=0 2025-04-16 12:14:09.725 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 12:14:09.727 | + functions-common:time_stop:2400 : local name 2025-04-16 12:14:09.729 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:14:09.731 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:14:09.732 | + functions-common:time_stop:2403 : local total 2025-04-16 12:14:09.734 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:14:09.736 | + functions-common:time_stop:2406 : name=apt-get 2025-04-16 12:14:09.737 | + functions-common:time_stop:2407 : start_time=1744805649239 2025-04-16 12:14:09.739 | + functions-common:time_stop:2409 : [[ -z 1744805649239 ]] 2025-04-16 12:14:09.741 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:14:09.744 | + functions-common:time_stop:2412 : end_time=1744805649742 2025-04-16 12:14:09.746 | + functions-common:time_stop:2413 : elapsed_time=503 2025-04-16 12:14:09.748 | + functions-common:time_stop:2414 : total=37754 2025-04-16 12:14:09.749 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:14:09.751 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=38257 2025-04-16 12:14:09.753 | + functions-common:apt_get:1198 : return 0 2025-04-16 12:14:09.755 | + lib/neutron:install_neutron_agent_packages:550 : is_service_enabled q-agt neutron-agent q-dhcp neutron-dhcp q-l3 neutron-l3 2025-04-16 12:14:09.767 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:14:09.769 | + lib/neutron:install_neutron_agent_packages:551 : neutron_plugin_install_agent_packages 2025-04-16 12:14:09.770 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2025-04-16 12:14:09.772 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2025-04-16 12:14:09.774 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2025-04-16 12:14:09.789 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2025-04-16 12:14:09.791 | + functions-common:install_package:1421 : update_package_repo 2025-04-16 12:14:09.792 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 12:14:09.794 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-16 12:14:09.796 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 12:14:09.798 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 12:14:09.799 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 12:14:09.801 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:14:09.803 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:14:09.805 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 12:14:09.807 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-16 12:14:09.808 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-16 12:14:09.810 | + functions-common:apt_get_update:1150 : return 2025-04-16 12:14:09.812 | + functions-common:install_package:1422 : real_install_package fakeroot make openvswitch-switch 2025-04-16 12:14:09.813 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 12:14:09.815 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:14:09.817 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:14:09.819 | + functions-common:real_install_package:1410 : apt_get install fakeroot make openvswitch-switch 2025-04-16 12:14:09.833 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2025-04-16 12:14:09.893 | Reading package lists... 2025-04-16 12:14:10.117 | Building dependency tree... 2025-04-16 12:14:10.120 | Reading state information... 2025-04-16 12:14:10.337 | fakeroot is already the newest version (1.28-1ubuntu1). 2025-04-16 12:14:10.338 | fakeroot set to manually installed. 2025-04-16 12:14:10.338 | make is already the newest version (4.3-4.1build1). 2025-04-16 12:14:10.338 | make set to manually installed. 2025-04-16 12:14:10.338 | openvswitch-switch is already the newest version (2.17.9-0ubuntu0.22.04.1). 2025-04-16 12:14:10.338 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-16 12:14:10.341 | + functions-common:apt_get:1194 : result=0 2025-04-16 12:14:10.343 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 12:14:10.345 | + functions-common:time_stop:2400 : local name 2025-04-16 12:14:10.346 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:14:10.348 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:14:10.350 | + functions-common:time_stop:2403 : local total 2025-04-16 12:14:10.351 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:14:10.353 | + functions-common:time_stop:2406 : name=apt-get 2025-04-16 12:14:10.354 | + functions-common:time_stop:2407 : start_time=1744805649831 2025-04-16 12:14:10.356 | + functions-common:time_stop:2409 : [[ -z 1744805649831 ]] 2025-04-16 12:14:10.358 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:14:10.361 | + functions-common:time_stop:2412 : end_time=1744805650359 2025-04-16 12:14:10.363 | + functions-common:time_stop:2413 : elapsed_time=528 2025-04-16 12:14:10.365 | + functions-common:time_stop:2414 : total=38257 2025-04-16 12:14:10.366 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:14:10.368 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=38785 2025-04-16 12:14:10.370 | + functions-common:apt_get:1198 : return 0 2025-04-16 12:14:10.372 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2025-04-16 12:14:10.374 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:14:10.375 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:14:10.377 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2025-04-16 12:14:10.379 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2025-04-16 12:14:10.382 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2025-04-16 12:14:10.385 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=6.8.0-52-generic 2025-04-16 12:14:10.387 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2025-04-16 12:14:10.390 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 6.8.0-52-generic 2025-04-16 12:14:10.390 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2025-04-16 12:14:10.394 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=6.8 2025-04-16 12:14:10.395 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 6.8 '<' 3.13 2025-04-16 12:14:10.397 | + functions:vercmp:639 : local v1=6.8 2025-04-16 12:14:10.399 | + functions:vercmp:640 : local 'op=<' 2025-04-16 12:14:10.401 | + functions:vercmp:641 : local v2=3.13 2025-04-16 12:14:10.403 | + functions:vercmp:642 : local result 2025-04-16 12:14:10.406 | ++ functions:vercmp:646 : echo -e '6.8\n3.13' 2025-04-16 12:14:10.406 | ++ functions:vercmp:646 : sort -V 2025-04-16 12:14:10.406 | ++ functions:vercmp:646 : head -1 2025-04-16 12:14:10.409 | + functions:vercmp:646 : result=3.13 2025-04-16 12:14:10.411 | + functions:vercmp:648 : case $op in 2025-04-16 12:14:10.413 | + functions:vercmp:658 : '[' 6.8 '!=' 3.13 ']' 2025-04-16 12:14:10.415 | + functions:vercmp:658 : '[' 3.13 = 6.8 ']' 2025-04-16 12:14:10.417 | + functions:vercmp:659 : return 2025-04-16 12:14:10.418 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2025-04-16 12:14:10.420 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 12:14:10.422 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart openvswitch-switch 2025-04-16 12:14:10.895 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2025-04-16 12:14:10.897 | + inc/python:use_library_from_git:272 : local name=os-ken 2025-04-16 12:14:10.899 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:10.901 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:10.903 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-ken, ]] 2025-04-16 12:14:10.905 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:10.907 | + stack.sh:main:874 : is_service_enabled etcd3 2025-04-16 12:14:10.920 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:14:10.921 | + stack.sh:main:875 : install_etcd3 2025-04-16 12:14:10.923 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2025-04-16 12:14:10.924 | Installing etcd 2025-04-16 12:14:10.925 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack//bin 2025-04-16 12:14:10.934 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2025-04-16 12:14:10.943 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2025-04-16 12:14:10.945 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2025-04-16 12:14:10.955 | + lib/etcd3:install_etcd3:113 : local etcd_file 2025-04-16 12:14:10.957 | ++ lib/etcd3:install_etcd3:114 : get_extra_file https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-16 12:14:10.959 | ++ functions:get_extra_file:62 : local file_url=https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-16 12:14:10.962 | +++ functions:get_extra_file:64 : basename https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-16 12:14:10.966 | ++ functions:get_extra_file:64 : file_name=etcd-v3.4.27-linux-amd64.tar.gz 2025-04-16 12:14:10.968 | ++ functions:get_extra_file:65 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz != file* ]] 2025-04-16 12:14:10.971 | ++ functions:get_extra_file:67 : [[ ! -f /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz ]] 2025-04-16 12:14:10.973 | ++ functions:get_extra_file:68 : wget --progress=dot:giga -t 2 -c https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz -O /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-16 12:14:10.979 | --2025-04-16 12:14:10-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-16 12:14:10.987 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2025-04-16 12:14:10.988 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2025-04-16 12:14:11.018 | HTTP request sent, awaiting response... 200 OK 2025-04-16 12:14:11.018 | Length: 16171146 (15M) [application/gzip] 2025-04-16 12:14:11.018 | Saving to: ‘/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz’ 2025-04-16 12:14:11.032 | 2025-04-16 12:14:11.103 | 0K ........ ....... 100% 183M=0.08s 2025-04-16 12:14:11.103 | 2025-04-16 12:14:11.103 | 2025-04-16 12:14:11 (183 MB/s) - ‘/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz’ saved [16171146/16171146] 2025-04-16 12:14:11.103 | 2025-04-16 12:14:11.106 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2025-04-16 12:14:11.108 | ++ functions:get_extra_file:73 : echo /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-16 12:14:11.110 | ++ functions:get_extra_file:74 : return 2025-04-16 12:14:11.112 | + lib/etcd3:install_etcd3:114 : etcd_file=/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-16 12:14:11.114 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcd ']' 2025-04-16 12:14:11.116 | + lib/etcd3:install_etcd3:116 : echo 'a32d21e006252dbc3405b0645ba8468021ed41376974b573285927bf39b39eb9 /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz' 2025-04-16 12:14:11.118 | + lib/etcd3:install_etcd3:118 : sha256sum -c /opt/stack/devstack/files/etcd.sha256sum 2025-04-16 12:14:11.209 | /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz: OK 2025-04-16 12:14:11.211 | + lib/etcd3:install_etcd3:120 : tar xzvf /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz -C /opt/stack/devstack/files 2025-04-16 12:14:11.214 | etcd-v3.4.27-linux-amd64/ 2025-04-16 12:14:11.214 | etcd-v3.4.27-linux-amd64/READMEv2-etcdctl.md 2025-04-16 12:14:11.214 | etcd-v3.4.27-linux-amd64/etcdctl 2025-04-16 12:14:11.344 | etcd-v3.4.27-linux-amd64/README-etcdctl.md 2025-04-16 12:14:11.344 | etcd-v3.4.27-linux-amd64/Documentation/ 2025-04-16 12:14:11.345 | etcd-v3.4.27-linux-amd64/Documentation/demo.md 2025-04-16 12:14:11.345 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/ 2025-04-16 12:14:11.345 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/experimental_apis.md 2025-04-16 12:14:11.345 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/interacting_v3.md 2025-04-16 12:14:11.345 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/local_cluster.md 2025-04-16 12:14:11.345 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/ 2025-04-16 12:14:11.345 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2025-04-16 12:14:11.345 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2025-04-16 12:14:11.345 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2025-04-16 12:14:11.345 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2025-04-16 12:14:11.345 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2025-04-16 12:14:11.345 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2025-04-16 12:14:11.346 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/grpc_naming.md 2025-04-16 12:14:11.346 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/limit.md 2025-04-16 12:14:11.346 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2025-04-16 12:14:11.346 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/ 2025-04-16 12:14:11.346 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2025-04-16 12:14:11.346 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2025-04-16 12:14:11.346 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2025-04-16 12:14:11.346 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2025-04-16 12:14:11.346 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2025-04-16 12:14:11.346 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2025-04-16 12:14:11.346 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/README.md 2025-04-16 12:14:11.346 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2025-04-16 12:14:11.346 | etcd-v3.4.27-linux-amd64/Documentation/v2/ 2025-04-16 12:14:11.346 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/ 2025-04-16 12:14:11.346 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2025-04-16 12:14:11.346 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2025-04-16 12:14:11.346 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2025-04-16 12:14:11.346 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2025-04-16 12:14:11.346 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2025-04-16 12:14:11.346 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2025-04-16 12:14:11.346 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/README.md 2025-04-16 12:14:11.346 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2025-04-16 12:14:11.346 | etcd-v3.4.27-linux-amd64/Documentation/v2/clustering.md 2025-04-16 12:14:11.346 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_2.md 2025-04-16 12:14:11.346 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_3.md 2025-04-16 12:14:11.346 | etcd-v3.4.27-linux-amd64/Documentation/v2/authentication.md 2025-04-16 12:14:11.346 | etcd-v3.4.27-linux-amd64/Documentation/v2/metrics.md 2025-04-16 12:14:11.346 | etcd-v3.4.27-linux-amd64/Documentation/v2/auth_api.md 2025-04-16 12:14:11.347 | etcd-v3.4.27-linux-amd64/Documentation/v2/api_v3.md 2025-04-16 12:14:11.347 | etcd-v3.4.27-linux-amd64/Documentation/v2/platforms/ 2025-04-16 12:14:11.347 | etcd-v3.4.27-linux-amd64/Documentation/v2/platforms/freebsd.md 2025-04-16 12:14:11.347 | etcd-v3.4.27-linux-amd64/Documentation/v2/configuration.md 2025-04-16 12:14:11.347 | etcd-v3.4.27-linux-amd64/Documentation/v2/proxy.md 2025-04-16 12:14:11.347 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_1.md 2025-04-16 12:14:11.347 | etcd-v3.4.27-linux-amd64/Documentation/v2/glossary.md 2025-04-16 12:14:11.347 | etcd-v3.4.27-linux-amd64/Documentation/v2/security.md 2025-04-16 12:14:11.347 | etcd-v3.4.27-linux-amd64/Documentation/v2/tuning.md 2025-04-16 12:14:11.347 | etcd-v3.4.27-linux-amd64/Documentation/v2/admin_guide.md 2025-04-16 12:14:11.348 | etcd-v3.4.27-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2025-04-16 12:14:11.348 | etcd-v3.4.27-linux-amd64/Documentation/v2/runtime-reconf-design.md 2025-04-16 12:14:11.348 | etcd-v3.4.27-linux-amd64/Documentation/v2/libraries-and-tools.md 2025-04-16 12:14:11.348 | etcd-v3.4.27-linux-amd64/Documentation/v2/other_apis.md 2025-04-16 12:14:11.348 | etcd-v3.4.27-linux-amd64/Documentation/v2/faq.md 2025-04-16 12:14:11.348 | etcd-v3.4.27-linux-amd64/Documentation/v2/etcd_alert.rules 2025-04-16 12:14:11.348 | etcd-v3.4.27-linux-amd64/Documentation/v2/reporting_bugs.md 2025-04-16 12:14:11.348 | etcd-v3.4.27-linux-amd64/Documentation/v2/docker_guide.md 2025-04-16 12:14:11.348 | etcd-v3.4.27-linux-amd64/Documentation/v2/members_api.md 2025-04-16 12:14:11.348 | etcd-v3.4.27-linux-amd64/Documentation/v2/production-users.md 2025-04-16 12:14:11.348 | etcd-v3.4.27-linux-amd64/Documentation/v2/backward_compatibility.md 2025-04-16 12:14:11.348 | etcd-v3.4.27-linux-amd64/Documentation/v2/api.md 2025-04-16 12:14:11.349 | etcd-v3.4.27-linux-amd64/Documentation/v2/rfc/ 2025-04-16 12:14:11.349 | etcd-v3.4.27-linux-amd64/Documentation/v2/rfc/v3api.md 2025-04-16 12:14:11.349 | etcd-v3.4.27-linux-amd64/Documentation/v2/dev/ 2025-04-16 12:14:11.349 | etcd-v3.4.27-linux-amd64/Documentation/v2/dev/release.md 2025-04-16 12:14:11.349 | etcd-v3.4.27-linux-amd64/Documentation/v2/README.md 2025-04-16 12:14:11.349 | etcd-v3.4.27-linux-amd64/Documentation/v2/discovery_protocol.md 2025-04-16 12:14:11.349 | etcd-v3.4.27-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2025-04-16 12:14:11.349 | etcd-v3.4.27-linux-amd64/Documentation/v2/errorcode.md 2025-04-16 12:14:11.349 | etcd-v3.4.27-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2025-04-16 12:14:11.349 | etcd-v3.4.27-linux-amd64/Documentation/v2/runtime-configuration.md 2025-04-16 12:14:11.349 | etcd-v3.4.27-linux-amd64/Documentation/v2/branch_management.md 2025-04-16 12:14:11.349 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/ 2025-04-16 12:14:11.349 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/release.md 2025-04-16 12:14:11.349 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2025-04-16 12:14:11.349 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/logging.md 2025-04-16 12:14:11.349 | etcd-v3.4.27-linux-amd64/Documentation/metrics/ 2025-04-16 12:14:11.349 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.12 2025-04-16 12:14:11.349 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.13 2025-04-16 12:14:11.349 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.9 2025-04-16 12:14:11.349 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.0 2025-04-16 12:14:11.349 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.10 2025-04-16 12:14:11.349 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.6 2025-04-16 12:14:11.349 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.7 2025-04-16 12:14:11.349 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.3 2025-04-16 12:14:11.349 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.4 2025-04-16 12:14:11.349 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.12 2025-04-16 12:14:11.350 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.8 2025-04-16 12:14:11.350 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.1 2025-04-16 12:14:11.350 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.13 2025-04-16 12:14:11.350 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.17 2025-04-16 12:14:11.350 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.15 2025-04-16 12:14:11.350 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.6 2025-04-16 12:14:11.350 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.4 2025-04-16 12:14:11.350 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.22 2025-04-16 12:14:11.350 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.5 2025-04-16 12:14:11.351 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.7 2025-04-16 12:14:11.351 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.0 2025-04-16 12:14:11.351 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.10 2025-04-16 12:14:11.351 | etcd-v3.4.27-linux-amd64/Documentation/metrics/latest 2025-04-16 12:14:11.351 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.0 2025-04-16 12:14:11.351 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.16 2025-04-16 12:14:11.351 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.14 2025-04-16 12:14:11.351 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.20 2025-04-16 12:14:11.351 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.14 2025-04-16 12:14:11.352 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.20 2025-04-16 12:14:11.352 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.2 2025-04-16 12:14:11.352 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.4 2025-04-16 12:14:11.352 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.8 2025-04-16 12:14:11.352 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.3 2025-04-16 12:14:11.352 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.23 2025-04-16 12:14:11.352 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.19 2025-04-16 12:14:11.352 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.5 2025-04-16 12:14:11.353 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.18 2025-04-16 12:14:11.353 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.1 2025-04-16 12:14:11.353 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.9 2025-04-16 12:14:11.353 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.5 2025-04-16 12:14:11.353 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.1 2025-04-16 12:14:11.353 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.11 2025-04-16 12:14:11.353 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.18 2025-04-16 12:14:11.353 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.21 2025-04-16 12:14:11.353 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.7 2025-04-16 12:14:11.354 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.2 2025-04-16 12:14:11.354 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.19 2025-04-16 12:14:11.354 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.8 2025-04-16 12:14:11.354 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.10 2025-04-16 12:14:11.355 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.3 2025-04-16 12:14:11.355 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.17 2025-04-16 12:14:11.355 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.9 2025-04-16 12:14:11.355 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.11 2025-04-16 12:14:11.355 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.15 2025-04-16 12:14:11.355 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.2 2025-04-16 12:14:11.355 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.6 2025-04-16 12:14:11.355 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.24 2025-04-16 12:14:11.355 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.16 2025-04-16 12:14:11.355 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.25 2025-04-16 12:14:11.356 | etcd-v3.4.27-linux-amd64/Documentation/metrics.md 2025-04-16 12:14:11.356 | etcd-v3.4.27-linux-amd64/Documentation/platforms/ 2025-04-16 12:14:11.356 | etcd-v3.4.27-linux-amd64/Documentation/platforms/freebsd.md 2025-04-16 12:14:11.356 | etcd-v3.4.27-linux-amd64/Documentation/platforms/container-linux-systemd.md 2025-04-16 12:14:11.356 | etcd-v3.4.27-linux-amd64/Documentation/platforms/aws.md 2025-04-16 12:14:11.356 | etcd-v3.4.27-linux-amd64/Documentation/dl_build.md 2025-04-16 12:14:11.356 | etcd-v3.4.27-linux-amd64/Documentation/learning/ 2025-04-16 12:14:11.356 | etcd-v3.4.27-linux-amd64/Documentation/learning/data_model.md 2025-04-16 12:14:11.356 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/ 2025-04-16 12:14:11.356 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-07.png 2025-04-16 12:14:11.357 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-11.png 2025-04-16 12:14:11.357 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-04.png 2025-04-16 12:14:11.358 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-01.png 2025-04-16 12:14:11.359 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-02.png 2025-04-16 12:14:11.360 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-05.png 2025-04-16 12:14:11.360 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-13.png 2025-04-16 12:14:11.361 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-10.png 2025-04-16 12:14:11.362 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-06.png 2025-04-16 12:14:11.363 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-03.png 2025-04-16 12:14:11.364 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-08.png 2025-04-16 12:14:11.365 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-03.png 2025-04-16 12:14:11.365 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-01.png 2025-04-16 12:14:11.366 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-06.png 2025-04-16 12:14:11.367 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-02.png 2025-04-16 12:14:11.367 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-05.png 2025-04-16 12:14:11.368 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-09.png 2025-04-16 12:14:11.369 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/etcd.png 2025-04-16 12:14:11.370 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-08.png 2025-04-16 12:14:11.372 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-04.png 2025-04-16 12:14:11.373 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-12.png 2025-04-16 12:14:11.373 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-07.png 2025-04-16 12:14:11.373 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-09.png 2025-04-16 12:14:11.375 | etcd-v3.4.27-linux-amd64/Documentation/learning/glossary.md 2025-04-16 12:14:11.376 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-auth-v3.md 2025-04-16 12:14:11.376 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-learner.md 2025-04-16 12:14:11.376 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-client.md 2025-04-16 12:14:11.376 | etcd-v3.4.27-linux-amd64/Documentation/learning/api.md 2025-04-16 12:14:11.376 | etcd-v3.4.27-linux-amd64/Documentation/learning/why.md 2025-04-16 12:14:11.376 | etcd-v3.4.27-linux-amd64/Documentation/learning/api_guarantees.md 2025-04-16 12:14:11.376 | etcd-v3.4.27-linux-amd64/Documentation/docs.md 2025-04-16 12:14:11.376 | etcd-v3.4.27-linux-amd64/Documentation/triage/ 2025-04-16 12:14:11.376 | etcd-v3.4.27-linux-amd64/Documentation/triage/issues.md 2025-04-16 12:14:11.376 | etcd-v3.4.27-linux-amd64/Documentation/triage/PRs.md 2025-04-16 12:14:11.376 | etcd-v3.4.27-linux-amd64/Documentation/integrations.md 2025-04-16 12:14:11.376 | etcd-v3.4.27-linux-amd64/Documentation/tuning.md 2025-04-16 12:14:11.377 | etcd-v3.4.27-linux-amd64/Documentation/faq.md 2025-04-16 12:14:11.377 | etcd-v3.4.27-linux-amd64/Documentation/reporting_bugs.md 2025-04-16 12:14:11.377 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/ 2025-04-16 12:14:11.377 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/supported-platform.md 2025-04-16 12:14:11.377 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/clustering.md 2025-04-16 12:14:11.377 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2025-04-16 12:14:11.378 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/recovery.md 2025-04-16 12:14:11.378 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2025-04-16 12:14:11.378 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/gateway.md 2025-04-16 12:14:11.378 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/authentication.md 2025-04-16 12:14:11.378 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/v2-migration.md 2025-04-16 12:14:11.378 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/versioning.md 2025-04-16 12:14:11.378 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/configuration.md 2025-04-16 12:14:11.378 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/hardware.md 2025-04-16 12:14:11.378 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/grpc_proxy.md 2025-04-16 12:14:11.378 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/security.md 2025-04-16 12:14:11.378 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/performance.md 2025-04-16 12:14:11.379 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2025-04-16 12:14:11.379 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2025-04-16 12:14:11.379 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/monitoring.md 2025-04-16 12:14:11.379 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/maintenance.md 2025-04-16 12:14:11.379 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/container.md 2025-04-16 12:14:11.379 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/grafana.json 2025-04-16 12:14:11.379 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/runtime-configuration.md 2025-04-16 12:14:11.379 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/failures.md 2025-04-16 12:14:11.379 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/ 2025-04-16 12:14:11.379 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/mixin.libsonnet 2025-04-16 12:14:11.379 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/README.md 2025-04-16 12:14:11.379 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/test.yaml 2025-04-16 12:14:11.380 | etcd-v3.4.27-linux-amd64/Documentation/production-users.md 2025-04-16 12:14:11.380 | etcd-v3.4.27-linux-amd64/Documentation/rfc/ 2025-04-16 12:14:11.380 | etcd-v3.4.27-linux-amd64/Documentation/rfc/v3api.md 2025-04-16 12:14:11.380 | etcd-v3.4.27-linux-amd64/Documentation/README.md 2025-04-16 12:14:11.380 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/ 2025-04-16 12:14:11.380 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2025-04-16 12:14:11.380 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_5.md 2025-04-16 12:14:11.380 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2025-04-16 12:14:11.380 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2025-04-16 12:14:11.380 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2025-04-16 12:14:11.380 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2025-04-16 12:14:11.380 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2025-04-16 12:14:11.380 | etcd-v3.4.27-linux-amd64/Documentation/branch_management.md 2025-04-16 12:14:11.380 | etcd-v3.4.27-linux-amd64/README.md 2025-04-16 12:14:11.380 | etcd-v3.4.27-linux-amd64/etcd 2025-04-16 12:14:11.554 | + lib/etcd3:install_etcd3:121 : sudo cp /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcd /opt/stack//bin/etcd 2025-04-16 12:14:11.576 | + lib/etcd3:install_etcd3:122 : sudo cp /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcdctl /opt/stack//bin/etcdctl 2025-04-16 12:14:11.595 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack//bin/etcd ']' 2025-04-16 12:14:11.597 | + stack.sh:main:884 : is_service_enabled tls-proxy 2025-04-16 12:14:11.610 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:14:11.612 | + stack.sh:main:894 : install_dstat 2025-04-16 12:14:11.614 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2025-04-16 12:14:11.626 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:14:11.628 | + stack.sh:main:900 : echo_summary 'Installing OpenStack project source' 2025-04-16 12:14:11.630 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 12:14:11.631 | + stack.sh:echo_summary:461 : echo -e Installing OpenStack project source 2025-04-16 12:14:11.633 | + stack.sh:main:903 : install_libs 2025-04-16 12:14:11.635 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2025-04-16 12:14:11.637 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2025-04-16 12:14:11.639 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2025-04-16 12:14:11.641 | + inc/python:use_library_from_git:272 : local name=automaton 2025-04-16 12:14:11.642 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:11.644 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:11.646 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,automaton, ]] 2025-04-16 12:14:11.648 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:11.649 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2025-04-16 12:14:11.651 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2025-04-16 12:14:11.653 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2025-04-16 12:14:11.655 | + inc/python:use_library_from_git:272 : local name=castellan 2025-04-16 12:14:11.657 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:11.659 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:11.660 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,castellan, ]] 2025-04-16 12:14:11.662 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:11.664 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2025-04-16 12:14:11.666 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2025-04-16 12:14:11.668 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2025-04-16 12:14:11.669 | + inc/python:use_library_from_git:272 : local name=cliff 2025-04-16 12:14:11.671 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:11.673 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:11.675 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,cliff, ]] 2025-04-16 12:14:11.677 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:11.679 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2025-04-16 12:14:11.681 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2025-04-16 12:14:11.682 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2025-04-16 12:14:11.684 | + inc/python:use_library_from_git:272 : local name=cursive 2025-04-16 12:14:11.686 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:11.688 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:11.690 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,cursive, ]] 2025-04-16 12:14:11.691 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:11.693 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2025-04-16 12:14:11.695 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2025-04-16 12:14:11.697 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2025-04-16 12:14:11.698 | + inc/python:use_library_from_git:272 : local name=debtcollector 2025-04-16 12:14:11.700 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:11.702 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:11.704 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,debtcollector, ]] 2025-04-16 12:14:11.705 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:11.707 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2025-04-16 12:14:11.709 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2025-04-16 12:14:11.711 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2025-04-16 12:14:11.713 | + inc/python:use_library_from_git:272 : local name=futurist 2025-04-16 12:14:11.714 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:11.716 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:11.718 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,futurist, ]] 2025-04-16 12:14:11.720 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:11.722 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2025-04-16 12:14:11.723 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2025-04-16 12:14:11.725 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2025-04-16 12:14:11.727 | + inc/python:use_library_from_git:272 : local name=openstacksdk 2025-04-16 12:14:11.729 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:11.731 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:11.733 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,openstacksdk, ]] 2025-04-16 12:14:11.734 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:11.736 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2025-04-16 12:14:11.738 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2025-04-16 12:14:11.740 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2025-04-16 12:14:11.742 | + inc/python:use_library_from_git:272 : local name=osc-lib 2025-04-16 12:14:11.743 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:11.745 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:11.747 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osc-lib, ]] 2025-04-16 12:14:11.749 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:11.750 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2025-04-16 12:14:11.752 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2025-04-16 12:14:11.754 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2025-04-16 12:14:11.756 | + inc/python:use_library_from_git:272 : local name=osc-placement 2025-04-16 12:14:11.758 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:11.759 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:11.761 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osc-placement, ]] 2025-04-16 12:14:11.763 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:11.765 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2025-04-16 12:14:11.766 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2025-04-16 12:14:11.768 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2025-04-16 12:14:11.770 | + inc/python:use_library_from_git:272 : local name=os-client-config 2025-04-16 12:14:11.772 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:11.773 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:11.775 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-client-config, ]] 2025-04-16 12:14:11.777 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:11.779 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2025-04-16 12:14:11.781 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2025-04-16 12:14:11.783 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2025-04-16 12:14:11.784 | + inc/python:use_library_from_git:272 : local name=oslo.cache 2025-04-16 12:14:11.786 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:11.788 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:11.789 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.cache, ]] 2025-04-16 12:14:11.792 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:11.793 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2025-04-16 12:14:11.795 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2025-04-16 12:14:11.797 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2025-04-16 12:14:11.799 | + inc/python:use_library_from_git:272 : local name=oslo.concurrency 2025-04-16 12:14:11.801 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:11.802 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:11.804 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.concurrency, ]] 2025-04-16 12:14:11.806 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:11.808 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2025-04-16 12:14:11.810 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2025-04-16 12:14:11.812 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2025-04-16 12:14:11.813 | + inc/python:use_library_from_git:272 : local name=oslo.config 2025-04-16 12:14:11.815 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:11.817 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:11.819 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.config, ]] 2025-04-16 12:14:11.820 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:11.822 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2025-04-16 12:14:11.824 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2025-04-16 12:14:11.826 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2025-04-16 12:14:11.828 | + inc/python:use_library_from_git:272 : local name=oslo.context 2025-04-16 12:14:11.830 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:11.831 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:11.833 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.context, ]] 2025-04-16 12:14:11.835 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:11.837 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2025-04-16 12:14:11.839 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2025-04-16 12:14:11.841 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2025-04-16 12:14:11.842 | + inc/python:use_library_from_git:272 : local name=oslo.db 2025-04-16 12:14:11.844 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:11.846 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:11.848 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.db, ]] 2025-04-16 12:14:11.849 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:11.851 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2025-04-16 12:14:11.853 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2025-04-16 12:14:11.855 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2025-04-16 12:14:11.857 | + inc/python:use_library_from_git:272 : local name=oslo.i18n 2025-04-16 12:14:11.859 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:11.860 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:11.862 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.i18n, ]] 2025-04-16 12:14:11.864 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:11.866 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2025-04-16 12:14:11.868 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2025-04-16 12:14:11.870 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2025-04-16 12:14:11.872 | + inc/python:use_library_from_git:272 : local name=oslo.limit 2025-04-16 12:14:11.874 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:11.875 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:11.877 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.limit, ]] 2025-04-16 12:14:11.879 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:11.881 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2025-04-16 12:14:11.882 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2025-04-16 12:14:11.885 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2025-04-16 12:14:11.886 | + inc/python:use_library_from_git:272 : local name=oslo.log 2025-04-16 12:14:11.888 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:11.890 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:11.892 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.log, ]] 2025-04-16 12:14:11.894 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:11.895 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2025-04-16 12:14:11.897 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2025-04-16 12:14:11.899 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2025-04-16 12:14:11.901 | + inc/python:use_library_from_git:272 : local name=oslo.messaging 2025-04-16 12:14:11.903 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:11.904 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:11.906 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.messaging, ]] 2025-04-16 12:14:11.908 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:11.910 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2025-04-16 12:14:11.912 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2025-04-16 12:14:11.913 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2025-04-16 12:14:11.915 | + inc/python:use_library_from_git:272 : local name=oslo.middleware 2025-04-16 12:14:11.917 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:11.919 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:11.920 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.middleware, ]] 2025-04-16 12:14:11.922 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:11.924 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2025-04-16 12:14:11.926 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2025-04-16 12:14:11.928 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2025-04-16 12:14:11.930 | + inc/python:use_library_from_git:272 : local name=oslo.policy 2025-04-16 12:14:11.931 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:11.933 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:11.935 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.policy, ]] 2025-04-16 12:14:11.937 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:11.939 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2025-04-16 12:14:11.940 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2025-04-16 12:14:11.942 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2025-04-16 12:14:11.944 | + inc/python:use_library_from_git:272 : local name=oslo.privsep 2025-04-16 12:14:11.946 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:11.948 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:11.949 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.privsep, ]] 2025-04-16 12:14:11.951 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:11.953 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2025-04-16 12:14:11.955 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2025-04-16 12:14:11.957 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2025-04-16 12:14:11.958 | + inc/python:use_library_from_git:272 : local name=oslo.reports 2025-04-16 12:14:11.960 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:11.962 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:11.964 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.reports, ]] 2025-04-16 12:14:11.966 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:11.967 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2025-04-16 12:14:11.969 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2025-04-16 12:14:11.971 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2025-04-16 12:14:11.973 | + inc/python:use_library_from_git:272 : local name=oslo.rootwrap 2025-04-16 12:14:11.975 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:11.977 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:11.979 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.rootwrap, ]] 2025-04-16 12:14:11.980 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:11.982 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2025-04-16 12:14:11.984 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2025-04-16 12:14:11.986 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2025-04-16 12:14:11.987 | + inc/python:use_library_from_git:272 : local name=oslo.serialization 2025-04-16 12:14:11.989 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:11.991 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:11.993 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.serialization, ]] 2025-04-16 12:14:11.995 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:11.997 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2025-04-16 12:14:11.999 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2025-04-16 12:14:12.000 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2025-04-16 12:14:12.002 | + inc/python:use_library_from_git:272 : local name=oslo.service 2025-04-16 12:14:12.004 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:12.006 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:12.007 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.service, ]] 2025-04-16 12:14:12.009 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:12.011 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2025-04-16 12:14:12.013 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2025-04-16 12:14:12.015 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2025-04-16 12:14:12.016 | + inc/python:use_library_from_git:272 : local name=oslo.utils 2025-04-16 12:14:12.018 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:12.020 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:12.021 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.utils, ]] 2025-04-16 12:14:12.023 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:12.025 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2025-04-16 12:14:12.027 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2025-04-16 12:14:12.029 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2025-04-16 12:14:12.031 | + inc/python:use_library_from_git:272 : local name=oslo.versionedobjects 2025-04-16 12:14:12.032 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:12.034 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:12.036 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.versionedobjects, ]] 2025-04-16 12:14:12.038 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:12.040 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2025-04-16 12:14:12.041 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2025-04-16 12:14:12.043 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2025-04-16 12:14:12.045 | + inc/python:use_library_from_git:272 : local name=oslo.vmware 2025-04-16 12:14:12.047 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:12.048 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:12.050 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.vmware, ]] 2025-04-16 12:14:12.052 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:12.054 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2025-04-16 12:14:12.056 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2025-04-16 12:14:12.057 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2025-04-16 12:14:12.059 | + inc/python:use_library_from_git:272 : local name=osprofiler 2025-04-16 12:14:12.061 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:12.063 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:12.064 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osprofiler, ]] 2025-04-16 12:14:12.066 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:12.068 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2025-04-16 12:14:12.070 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2025-04-16 12:14:12.072 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2025-04-16 12:14:12.074 | + inc/python:use_library_from_git:272 : local name=pycadf 2025-04-16 12:14:12.075 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:12.077 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:12.079 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,pycadf, ]] 2025-04-16 12:14:12.081 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:12.083 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2025-04-16 12:14:12.084 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2025-04-16 12:14:12.086 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2025-04-16 12:14:12.088 | + inc/python:use_library_from_git:272 : local name=stevedore 2025-04-16 12:14:12.090 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:12.092 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:12.093 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,stevedore, ]] 2025-04-16 12:14:12.095 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:12.097 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2025-04-16 12:14:12.099 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2025-04-16 12:14:12.101 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2025-04-16 12:14:12.103 | + inc/python:use_library_from_git:272 : local name=taskflow 2025-04-16 12:14:12.104 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:12.106 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:12.108 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,taskflow, ]] 2025-04-16 12:14:12.110 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:12.112 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2025-04-16 12:14:12.113 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2025-04-16 12:14:12.115 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2025-04-16 12:14:12.117 | + inc/python:use_library_from_git:272 : local name=tooz 2025-04-16 12:14:12.119 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:12.121 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:12.122 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,tooz, ]] 2025-04-16 12:14:12.124 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:12.126 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2025-04-16 12:14:12.128 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2025-04-16 12:14:12.129 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2025-04-16 12:14:12.131 | + inc/python:use_library_from_git:272 : local name=os-brick 2025-04-16 12:14:12.133 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:12.135 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:12.137 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-brick, ]] 2025-04-16 12:14:12.138 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:12.140 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2025-04-16 12:14:12.142 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2025-04-16 12:14:12.144 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2025-04-16 12:14:12.145 | + inc/python:use_library_from_git:272 : local name=os-resource-classes 2025-04-16 12:14:12.147 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:12.149 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:12.151 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-resource-classes, ]] 2025-04-16 12:14:12.153 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:12.154 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2025-04-16 12:14:12.156 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2025-04-16 12:14:12.158 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2025-04-16 12:14:12.160 | + inc/python:use_library_from_git:272 : local name=os-traits 2025-04-16 12:14:12.162 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:12.163 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:12.165 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-traits, ]] 2025-04-16 12:14:12.167 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:12.169 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2025-04-16 12:14:12.170 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2025-04-16 12:14:12.172 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2025-04-16 12:14:12.174 | + inc/python:use_library_from_git:272 : local name=python-barbicanclient 2025-04-16 12:14:12.176 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:12.178 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:12.179 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-barbicanclient, ]] 2025-04-16 12:14:12.181 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:12.183 | + lib/libraries:install_libs:139 : pip_install etcd3 2025-04-16 12:14:12.198 | Using python 3.10 to install etcd3 2025-04-16 12:14:12.200 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt etcd3 2025-04-16 12:14:13.070 | Collecting etcd3 2025-04-16 12:14:13.071 | Using cached etcd3-0.12.0-py2.py3-none-any.whl 2025-04-16 12:14:13.725 | Collecting grpcio>=1.27.1 (from etcd3) 2025-04-16 12:14:13.727 | Using cached grpcio-1.54.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) 2025-04-16 12:14:13.945 | Collecting protobuf>=3.6.1 (from etcd3) 2025-04-16 12:14:13.947 | Using cached protobuf-4.22.3-cp37-abi3-manylinux2014_x86_64.whl.metadata (540 bytes) 2025-04-16 12:14:13.970 | Collecting six>=1.12.0 (from etcd3) 2025-04-16 12:14:13.972 | Using cached six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) 2025-04-16 12:14:13.999 | Collecting tenacity>=6.1.0 (from etcd3) 2025-04-16 12:14:14.001 | Using cached tenacity-6.3.1-py2.py3-none-any.whl.metadata (1.2 kB) 2025-04-16 12:14:14.017 | Using cached grpcio-1.54.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB) 2025-04-16 12:14:14.050 | Using cached protobuf-4.22.3-cp37-abi3-manylinux2014_x86_64.whl (302 kB) 2025-04-16 12:14:14.055 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2025-04-16 12:14:14.057 | Using cached tenacity-6.3.1-py2.py3-none-any.whl (36 kB) 2025-04-16 12:14:14.146 | Installing collected packages: six, protobuf, grpcio, tenacity, etcd3 2025-04-16 12:14:14.488 | Successfully installed etcd3-0.12.0 grpcio-1.54.0 protobuf-4.22.3 six-1.16.0 tenacity-6.3.1 2025-04-16 12:14:14.662 | + inc/python:pip_install:222 : result=0 2025-04-16 12:14:14.664 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 12:14:14.666 | + functions-common:time_stop:2400 : local name 2025-04-16 12:14:14.668 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:14:14.669 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:14:14.671 | + functions-common:time_stop:2403 : local total 2025-04-16 12:14:14.673 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:14:14.675 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 12:14:14.676 | + functions-common:time_stop:2407 : start_time=1744805652194 2025-04-16 12:14:14.678 | + functions-common:time_stop:2409 : [[ -z 1744805652194 ]] 2025-04-16 12:14:14.680 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:14:14.683 | + functions-common:time_stop:2412 : end_time=1744805654681 2025-04-16 12:14:14.685 | + functions-common:time_stop:2413 : elapsed_time=2487 2025-04-16 12:14:14.687 | + functions-common:time_stop:2414 : total=11393 2025-04-16 12:14:14.688 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:14:14.690 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=13880 2025-04-16 12:14:14.692 | + inc/python:pip_install:225 : return 0 2025-04-16 12:14:14.694 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2025-04-16 12:14:14.709 | Using python 3.10 to install etcd3gw 2025-04-16 12:14:14.711 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt etcd3gw 2025-04-16 12:14:15.600 | Collecting etcd3gw 2025-04-16 12:14:15.602 | Using cached etcd3gw-2.1.0-py3-none-any.whl.metadata (1.6 kB) 2025-04-16 12:14:15.635 | Collecting futurist>=0.16.0 (from etcd3gw) 2025-04-16 12:14:15.637 | Using cached futurist-2.4.1-py3-none-any.whl.metadata (2.1 kB) 2025-04-16 12:14:15.638 | Requirement already satisfied: pbr>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from etcd3gw) (5.11.1) 2025-04-16 12:14:15.684 | Collecting requests>=2.20.0 (from etcd3gw) 2025-04-16 12:14:15.685 | Using cached requests-2.28.2-py3-none-any.whl.metadata (4.6 kB) 2025-04-16 12:14:15.795 | Collecting charset-normalizer<4,>=2 (from requests>=2.20.0->etcd3gw) 2025-04-16 12:14:15.797 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (30 kB) 2025-04-16 12:14:15.824 | Collecting idna<4,>=2.5 (from requests>=2.20.0->etcd3gw) 2025-04-16 12:14:15.826 | Using cached idna-3.4-py3-none-any.whl.metadata (9.8 kB) 2025-04-16 12:14:15.883 | Collecting urllib3<1.27,>=1.21.1 (from requests>=2.20.0->etcd3gw) 2025-04-16 12:14:15.885 | Using cached urllib3-1.26.15-py2.py3-none-any.whl.metadata (48 kB) 2025-04-16 12:14:15.918 | Collecting certifi>=2017.4.17 (from requests>=2.20.0->etcd3gw) 2025-04-16 12:14:15.920 | Using cached certifi-2025.1.31-py3-none-any.whl.metadata (2.5 kB) 2025-04-16 12:14:15.945 | Using cached etcd3gw-2.1.0-py3-none-any.whl (22 kB) 2025-04-16 12:14:15.948 | Using cached futurist-2.4.1-py3-none-any.whl (36 kB) 2025-04-16 12:14:15.950 | Using cached requests-2.28.2-py3-none-any.whl (62 kB) 2025-04-16 12:14:15.953 | Using cached certifi-2025.1.31-py3-none-any.whl (166 kB) 2025-04-16 12:14:15.956 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB) 2025-04-16 12:14:15.960 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2025-04-16 12:14:15.963 | Using cached urllib3-1.26.15-py2.py3-none-any.whl (140 kB) 2025-04-16 12:14:16.065 | Installing collected packages: urllib3, idna, futurist, charset-normalizer, certifi, requests, etcd3gw 2025-04-16 12:14:16.365 | Successfully installed certifi-2025.1.31 charset-normalizer-3.1.0 etcd3gw-2.1.0 futurist-2.4.1 idna-3.4 requests-2.28.2 urllib3-1.26.15 2025-04-16 12:14:16.451 | + inc/python:pip_install:222 : result=0 2025-04-16 12:14:16.453 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 12:14:16.455 | + functions-common:time_stop:2400 : local name 2025-04-16 12:14:16.457 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:14:16.459 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:14:16.460 | + functions-common:time_stop:2403 : local total 2025-04-16 12:14:16.462 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:14:16.464 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 12:14:16.465 | + functions-common:time_stop:2407 : start_time=1744805654705 2025-04-16 12:14:16.467 | + functions-common:time_stop:2409 : [[ -z 1744805654705 ]] 2025-04-16 12:14:16.469 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:14:16.473 | + functions-common:time_stop:2412 : end_time=1744805656471 2025-04-16 12:14:16.474 | + functions-common:time_stop:2413 : elapsed_time=1766 2025-04-16 12:14:16.476 | + functions-common:time_stop:2414 : total=13880 2025-04-16 12:14:16.478 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:14:16.479 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=15646 2025-04-16 12:14:16.481 | + inc/python:pip_install:225 : return 0 2025-04-16 12:14:16.483 | + stack.sh:main:906 : install_apache_uwsgi 2025-04-16 12:14:16.485 | + lib/apache:install_apache_uwsgi:76 : local apxs=apxs2 2025-04-16 12:14:16.487 | + lib/apache:install_apache_uwsgi:77 : is_fedora 2025-04-16 12:14:16.488 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-16 12:14:16.490 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-16 12:14:16.492 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-16 12:14:16.494 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-16 12:14:16.496 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-16 12:14:16.498 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-16 12:14:16.499 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-16 12:14:16.501 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-16 12:14:16.503 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-16 12:14:16.505 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-16 12:14:16.507 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-16 12:14:16.509 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-16 12:14:16.511 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-16 12:14:16.513 | + lib/apache:install_apache_uwsgi:81 : is_ubuntu 2025-04-16 12:14:16.514 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:14:16.516 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:14:16.518 | + lib/apache:install_apache_uwsgi:82 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2025-04-16 12:14:16.520 | + lib/apache:install_apache_uwsgi:83 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-04-16 12:14:16.522 | + functions-common:install_package:1421 : update_package_repo 2025-04-16 12:14:16.523 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 12:14:16.525 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-16 12:14:16.527 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 12:14:16.529 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 12:14:16.531 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 12:14:16.532 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:14:16.534 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:14:16.536 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 12:14:16.538 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-16 12:14:16.540 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-16 12:14:16.542 | + functions-common:apt_get_update:1150 : return 2025-04-16 12:14:16.544 | + functions-common:install_package:1422 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-04-16 12:14:16.545 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 12:14:16.547 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:14:16.549 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:14:16.551 | + functions-common:real_install_package:1410 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-04-16 12:14:16.567 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-04-16 12:14:16.625 | Reading package lists... 2025-04-16 12:14:16.839 | Building dependency tree... 2025-04-16 12:14:16.840 | Reading state information... 2025-04-16 12:14:17.055 | uwsgi is already the newest version (2.0.20-4). 2025-04-16 12:14:17.055 | uwsgi-plugin-python3 is already the newest version (2.0.20-4). 2025-04-16 12:14:17.055 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.14). 2025-04-16 12:14:17.055 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-16 12:14:17.059 | + functions-common:apt_get:1194 : result=0 2025-04-16 12:14:17.061 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 12:14:17.063 | + functions-common:time_stop:2400 : local name 2025-04-16 12:14:17.065 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:14:17.067 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:14:17.069 | + functions-common:time_stop:2403 : local total 2025-04-16 12:14:17.071 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:14:17.073 | + functions-common:time_stop:2406 : name=apt-get 2025-04-16 12:14:17.075 | + functions-common:time_stop:2407 : start_time=1744805656564 2025-04-16 12:14:17.077 | + functions-common:time_stop:2409 : [[ -z 1744805656564 ]] 2025-04-16 12:14:17.079 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:14:17.082 | + functions-common:time_stop:2412 : end_time=1744805657080 2025-04-16 12:14:17.084 | + functions-common:time_stop:2413 : elapsed_time=516 2025-04-16 12:14:17.085 | + functions-common:time_stop:2414 : total=38785 2025-04-16 12:14:17.087 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:14:17.089 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=39301 2025-04-16 12:14:17.091 | + functions-common:apt_get:1198 : return 0 2025-04-16 12:14:17.093 | + lib/apache:install_apache_uwsgi:115 : is_ubuntu 2025-04-16 12:14:17.095 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:14:17.097 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:14:17.099 | + lib/apache:install_apache_uwsgi:117 : sudo a2enmod proxy 2025-04-16 12:14:17.134 | Enabling module proxy. 2025-04-16 12:14:17.138 | To activate the new configuration, you need to run: 2025-04-16 12:14:17.138 | systemctl restart apache2 2025-04-16 12:14:17.142 | + lib/apache:install_apache_uwsgi:118 : sudo a2enmod proxy_uwsgi 2025-04-16 12:14:17.173 | Considering dependency proxy for proxy_uwsgi: 2025-04-16 12:14:17.173 | Module proxy already enabled 2025-04-16 12:14:17.173 | Enabling module proxy_uwsgi. 2025-04-16 12:14:17.177 | To activate the new configuration, you need to run: 2025-04-16 12:14:17.177 | systemctl restart apache2 2025-04-16 12:14:17.179 | + lib/apache:install_apache_uwsgi:124 : restart_apache_server 2025-04-16 12:14:17.181 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-16 12:14:17.183 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 12:14:17.185 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-16 12:14:17.279 | + stack.sh:main:909 : install_keystoneauth 2025-04-16 12:14:17.281 | + lib/keystone:install_keystoneauth:503 : use_library_from_git keystoneauth 2025-04-16 12:14:17.283 | + inc/python:use_library_from_git:272 : local name=keystoneauth 2025-04-16 12:14:17.285 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:17.287 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:17.289 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,keystoneauth, ]] 2025-04-16 12:14:17.291 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:17.292 | + stack.sh:main:910 : install_keystoneclient 2025-04-16 12:14:17.294 | + lib/keystone:install_keystoneclient:511 : use_library_from_git python-keystoneclient 2025-04-16 12:14:17.296 | + inc/python:use_library_from_git:272 : local name=python-keystoneclient 2025-04-16 12:14:17.298 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:17.300 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:17.302 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-keystoneclient, ]] 2025-04-16 12:14:17.303 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:17.306 | + stack.sh:main:911 : install_glanceclient 2025-04-16 12:14:17.307 | + lib/glance:install_glanceclient:501 : use_library_from_git python-glanceclient 2025-04-16 12:14:17.309 | + inc/python:use_library_from_git:272 : local name=python-glanceclient 2025-04-16 12:14:17.311 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:17.313 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:17.315 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-glanceclient, ]] 2025-04-16 12:14:17.317 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:17.319 | + stack.sh:main:912 : install_cinderclient 2025-04-16 12:14:17.321 | + lib/cinder:install_cinderclient:571 : use_library_from_git python-brick-cinderclient-ext 2025-04-16 12:14:17.322 | + inc/python:use_library_from_git:272 : local name=python-brick-cinderclient-ext 2025-04-16 12:14:17.324 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:17.326 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:17.328 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2025-04-16 12:14:17.330 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:17.332 | + lib/cinder:install_cinderclient:576 : use_library_from_git python-cinderclient 2025-04-16 12:14:17.333 | + inc/python:use_library_from_git:272 : local name=python-cinderclient 2025-04-16 12:14:17.336 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:17.337 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:17.339 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-cinderclient, ]] 2025-04-16 12:14:17.341 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:17.343 | + stack.sh:main:913 : install_novaclient 2025-04-16 12:14:17.345 | + lib/nova:install_novaclient:911 : use_library_from_git python-novaclient 2025-04-16 12:14:17.347 | + inc/python:use_library_from_git:272 : local name=python-novaclient 2025-04-16 12:14:17.348 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:17.350 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:17.352 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-novaclient, ]] 2025-04-16 12:14:17.354 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:17.356 | + stack.sh:main:914 : is_service_enabled swift glance horizon 2025-04-16 12:14:17.369 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:14:17.371 | + stack.sh:main:915 : install_swiftclient 2025-04-16 12:14:17.372 | + lib/swift:install_swiftclient:730 : use_library_from_git python-swiftclient 2025-04-16 12:14:17.374 | + inc/python:use_library_from_git:272 : local name=python-swiftclient 2025-04-16 12:14:17.376 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:17.378 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:17.380 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-swiftclient, ]] 2025-04-16 12:14:17.382 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:17.384 | + stack.sh:main:917 : is_service_enabled neutron nova horizon 2025-04-16 12:14:17.396 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:14:17.398 | + stack.sh:main:918 : install_neutronclient 2025-04-16 12:14:17.400 | + lib/neutron:install_neutronclient:537 : use_library_from_git python-neutronclient 2025-04-16 12:14:17.402 | + inc/python:use_library_from_git:272 : local name=python-neutronclient 2025-04-16 12:14:17.404 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:17.405 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:17.407 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-neutronclient, ]] 2025-04-16 12:14:17.409 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:17.411 | + stack.sh:main:922 : install_keystonemiddleware 2025-04-16 12:14:17.413 | + lib/keystone:install_keystonemiddleware:521 : use_library_from_git keystonemiddleware 2025-04-16 12:14:17.415 | + inc/python:use_library_from_git:272 : local name=keystonemiddleware 2025-04-16 12:14:17.417 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:17.419 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:17.420 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,keystonemiddleware, ]] 2025-04-16 12:14:17.422 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:17.424 | + lib/keystone:install_keystonemiddleware:526 : pip_install_gr keystonemiddleware 2025-04-16 12:14:17.426 | + inc/python:pip_install_gr:94 : local name=keystonemiddleware 2025-04-16 12:14:17.428 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-16 12:14:17.431 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements keystonemiddleware 2025-04-16 12:14:17.433 | ++ inc/python:get_from_global_requirements:247 : local package=keystonemiddleware 2025-04-16 12:14:17.434 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-16 12:14:17.437 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^keystonemiddleware' /opt/stack//requirements/global-requirements.txt 2025-04-16 12:14:17.438 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-16 12:14:17.442 | ++ inc/python:get_from_global_requirements:249 : required_pkg='keystonemiddleware ' 2025-04-16 12:14:17.443 | ++ inc/python:get_from_global_requirements:250 : [[ keystonemiddleware == '' ]] 2025-04-16 12:14:17.445 | ++ inc/python:get_from_global_requirements:253 : echo keystonemiddleware 2025-04-16 12:14:17.448 | + inc/python:pip_install_gr:96 : clean_name=keystonemiddleware 2025-04-16 12:14:17.449 | + inc/python:pip_install_gr:97 : pip_install keystonemiddleware 2025-04-16 12:14:17.465 | Using python 3.10 to install keystonemiddleware 2025-04-16 12:14:17.466 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt keystonemiddleware 2025-04-16 12:14:18.364 | Collecting keystonemiddleware 2025-04-16 12:14:18.366 | Using cached keystonemiddleware-10.4.1-py3-none-any.whl.metadata (3.8 kB) 2025-04-16 12:14:18.420 | Collecting WebOb>=1.7.1 (from keystonemiddleware) 2025-04-16 12:14:18.423 | Using cached WebOb-1.8.7-py2.py3-none-any.whl.metadata (10 kB) 2025-04-16 12:14:18.460 | Collecting keystoneauth1>=3.12.0 (from keystonemiddleware) 2025-04-16 12:14:18.462 | Using cached keystoneauth1-5.3.0-py3-none-any.whl.metadata (3.8 kB) 2025-04-16 12:14:18.500 | Collecting oslo.cache>=1.26.0 (from keystonemiddleware) 2025-04-16 12:14:18.502 | Using cached oslo.cache-3.5.0-py3-none-any.whl.metadata (3.2 kB) 2025-04-16 12:14:18.552 | Collecting oslo.config>=5.2.0 (from keystonemiddleware) 2025-04-16 12:14:18.554 | Using cached oslo.config-9.2.0-py3-none-any.whl.metadata (3.1 kB) 2025-04-16 12:14:18.588 | Collecting oslo.context>=2.19.2 (from keystonemiddleware) 2025-04-16 12:14:18.590 | Using cached oslo.context-5.2.0-py3-none-any.whl.metadata (2.0 kB) 2025-04-16 12:14:18.620 | Collecting oslo.i18n>=3.15.3 (from keystonemiddleware) 2025-04-16 12:14:18.622 | Using cached oslo.i18n-6.1.1-py3-none-any.whl.metadata (2.0 kB) 2025-04-16 12:14:18.663 | Collecting oslo.log>=3.36.0 (from keystonemiddleware) 2025-04-16 12:14:18.665 | Using cached oslo.log-5.3.2-py3-none-any.whl.metadata (3.0 kB) 2025-04-16 12:14:18.699 | Collecting oslo.serialization!=2.19.1,>=2.18.0 (from keystonemiddleware) 2025-04-16 12:14:18.700 | Using cached oslo.serialization-5.2.1-py3-none-any.whl.metadata (2.2 kB) 2025-04-16 12:14:18.748 | Collecting oslo.utils>=3.33.0 (from keystonemiddleware) 2025-04-16 12:14:18.749 | Using cached oslo.utils-6.2.1-py3-none-any.whl.metadata (2.2 kB) 2025-04-16 12:14:18.751 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware) (5.11.1) 2025-04-16 12:14:18.774 | Collecting pycadf!=2.0.0,>=1.1.0 (from keystonemiddleware) 2025-04-16 12:14:18.776 | Using cached pycadf-3.1.1-py3-none-any.whl.metadata (2.1 kB) 2025-04-16 12:14:18.812 | Collecting python-keystoneclient>=3.20.0 (from keystonemiddleware) 2025-04-16 12:14:18.814 | Using cached python_keystoneclient-5.2.0-py3-none-any.whl.metadata (3.7 kB) 2025-04-16 12:14:18.816 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware) (2.28.2) 2025-04-16 12:14:18.862 | Collecting iso8601>=0.1.11 (from keystoneauth1>=3.12.0->keystonemiddleware) 2025-04-16 12:14:18.864 | Using cached iso8601-1.1.0-py3-none-any.whl.metadata (9.8 kB) 2025-04-16 12:14:18.883 | Collecting os-service-types>=1.2.0 (from keystoneauth1>=3.12.0->keystonemiddleware) 2025-04-16 12:14:18.885 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-04-16 12:14:18.921 | Collecting stevedore>=1.20.0 (from keystoneauth1>=3.12.0->keystonemiddleware) 2025-04-16 12:14:18.923 | Using cached stevedore-5.1.0-py3-none-any.whl.metadata (2.2 kB) 2025-04-16 12:14:18.966 | Collecting dogpile.cache>=1.1.5 (from oslo.cache>=1.26.0->keystonemiddleware) 2025-04-16 12:14:18.967 | Using cached dogpile.cache-1.1.8-py3-none-any.whl.metadata (5.0 kB) 2025-04-16 12:14:19.079 | Collecting PyYAML>=5.1 (from oslo.config>=5.2.0->keystonemiddleware) 2025-04-16 12:14:19.081 | Using cached PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (2.0 kB) 2025-04-16 12:14:19.106 | Collecting debtcollector>=1.2.0 (from oslo.config>=5.2.0->keystonemiddleware) 2025-04-16 12:14:19.108 | Using cached debtcollector-2.5.0-py3-none-any.whl.metadata (2.3 kB) 2025-04-16 12:14:19.134 | Collecting netaddr>=0.7.18 (from oslo.config>=5.2.0->keystonemiddleware) 2025-04-16 12:14:19.136 | Using cached netaddr-0.8.0-py2.py3-none-any.whl.metadata (4.9 kB) 2025-04-16 12:14:19.155 | Collecting rfc3986>=1.2.0 (from oslo.config>=5.2.0->keystonemiddleware) 2025-04-16 12:14:19.157 | Using cached rfc3986-2.0.0-py2.py3-none-any.whl.metadata (6.6 kB) 2025-04-16 12:14:19.255 | Collecting python-dateutil>=2.7.0 (from oslo.log>=3.36.0->keystonemiddleware) 2025-04-16 12:14:19.257 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl.metadata (8.2 kB) 2025-04-16 12:14:19.275 | Collecting pyinotify>=0.9.6 (from oslo.log>=3.36.0->keystonemiddleware) 2025-04-16 12:14:19.276 | Using cached pyinotify-0.9.6-py3-none-any.whl 2025-04-16 12:14:19.364 | Collecting msgpack>=0.5.2 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2025-04-16 12:14:19.366 | Using cached msgpack-1.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.8 kB) 2025-04-16 12:14:19.429 | Collecting pytz>=2013.6 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2025-04-16 12:14:19.432 | Using cached pytz-2023.3-py2.py3-none-any.whl.metadata (22 kB) 2025-04-16 12:14:19.457 | Collecting tzdata>=2022.4 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2025-04-16 12:14:19.459 | Using cached tzdata-2023.3-py2.py3-none-any.whl.metadata (1.4 kB) 2025-04-16 12:14:19.492 | Collecting netifaces>=0.10.4 (from oslo.utils>=3.33.0->keystonemiddleware) 2025-04-16 12:14:19.493 | Using cached netifaces-0.11.0-cp310-cp310-linux_x86_64.whl 2025-04-16 12:14:19.525 | Collecting packaging>=20.4 (from oslo.utils>=3.33.0->keystonemiddleware) 2025-04-16 12:14:19.527 | Using cached packaging-23.1-py3-none-any.whl.metadata (3.1 kB) 2025-04-16 12:14:19.572 | Collecting pyparsing>=2.1.0 (from oslo.utils>=3.33.0->keystonemiddleware) 2025-04-16 12:14:19.574 | Using cached pyparsing-3.0.9-py3-none-any.whl.metadata (4.2 kB) 2025-04-16 12:14:19.583 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from pycadf!=2.0.0,>=1.1.0->keystonemiddleware) (1.16.0) 2025-04-16 12:14:19.605 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware) (3.1.0) 2025-04-16 12:14:19.606 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware) (3.4) 2025-04-16 12:14:19.607 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware) (1.26.15) 2025-04-16 12:14:19.607 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware) (2025.1.31) 2025-04-16 12:14:19.748 | Collecting wrapt>=1.7.0 (from debtcollector>=1.2.0->oslo.config>=5.2.0->keystonemiddleware) 2025-04-16 12:14:19.751 | Using cached wrapt-1.15.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB) 2025-04-16 12:14:19.782 | Collecting decorator>=4.0.0 (from dogpile.cache>=1.1.5->oslo.cache>=1.26.0->keystonemiddleware) 2025-04-16 12:14:19.784 | Using cached decorator-5.1.1-py3-none-any.whl.metadata (4.0 kB) 2025-04-16 12:14:19.920 | Using cached keystonemiddleware-10.4.1-py3-none-any.whl (130 kB) 2025-04-16 12:14:19.923 | Using cached keystoneauth1-5.3.0-py3-none-any.whl (323 kB) 2025-04-16 12:14:19.927 | Using cached oslo.cache-3.5.0-py3-none-any.whl (70 kB) 2025-04-16 12:14:19.930 | Using cached oslo.config-9.2.0-py3-none-any.whl (128 kB) 2025-04-16 12:14:19.932 | Using cached oslo.context-5.2.0-py3-none-any.whl (20 kB) 2025-04-16 12:14:19.935 | Using cached oslo.i18n-6.1.1-py3-none-any.whl (46 kB) 2025-04-16 12:14:19.938 | Using cached oslo.log-5.3.2-py3-none-any.whl (76 kB) 2025-04-16 12:14:19.941 | Using cached oslo.serialization-5.2.1-py3-none-any.whl (26 kB) 2025-04-16 12:14:19.943 | Using cached oslo.utils-6.2.1-py3-none-any.whl (101 kB) 2025-04-16 12:14:19.946 | Using cached pycadf-3.1.1-py3-none-any.whl (39 kB) 2025-04-16 12:14:19.949 | Using cached python_keystoneclient-5.2.0-py3-none-any.whl (397 kB) 2025-04-16 12:14:19.954 | Using cached WebOb-1.8.7-py2.py3-none-any.whl (114 kB) 2025-04-16 12:14:19.957 | Using cached debtcollector-2.5.0-py3-none-any.whl (23 kB) 2025-04-16 12:14:19.959 | Using cached dogpile.cache-1.1.8-py3-none-any.whl (51 kB) 2025-04-16 12:14:19.968 | Using cached iso8601-1.1.0-py3-none-any.whl (9.9 kB) 2025-04-16 12:14:19.970 | Using cached msgpack-1.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316 kB) 2025-04-16 12:14:19.977 | Using cached netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB) 2025-04-16 12:14:19.995 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 2025-04-16 12:14:19.998 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2025-04-16 12:14:20.001 | Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) 2025-04-16 12:14:20.004 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2025-04-16 12:14:20.008 | Using cached pytz-2023.3-py2.py3-none-any.whl (502 kB) 2025-04-16 12:14:20.013 | Using cached PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (682 kB) 2025-04-16 12:14:20.020 | Using cached rfc3986-2.0.0-py2.py3-none-any.whl (31 kB) 2025-04-16 12:14:20.023 | Using cached stevedore-5.1.0-py3-none-any.whl (49 kB) 2025-04-16 12:14:20.026 | Using cached tzdata-2023.3-py2.py3-none-any.whl (341 kB) 2025-04-16 12:14:20.030 | Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB) 2025-04-16 12:14:20.033 | Using cached wrapt-1.15.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (78 kB) 2025-04-16 12:14:20.332 | Installing collected packages: pytz, pyinotify, netifaces, netaddr, msgpack, wrapt, WebOb, tzdata, stevedore, rfc3986, PyYAML, python-dateutil, pyparsing, packaging, oslo.i18n, os-service-types, iso8601, decorator, keystoneauth1, dogpile.cache, debtcollector, oslo.utils, oslo.context, oslo.config, oslo.serialization, python-keystoneclient, pycadf, oslo.log, oslo.cache, keystonemiddleware 2025-04-16 12:14:21.955 | Successfully installed PyYAML-6.0 WebOb-1.8.7 debtcollector-2.5.0 decorator-5.1.1 dogpile.cache-1.1.8 iso8601-1.1.0 keystoneauth1-5.3.0 keystonemiddleware-10.4.1 msgpack-1.0.5 netaddr-0.8.0 netifaces-0.11.0 os-service-types-1.7.0 oslo.cache-3.5.0 oslo.config-9.2.0 oslo.context-5.2.0 oslo.i18n-6.1.1 oslo.log-5.3.2 oslo.serialization-5.2.1 oslo.utils-6.2.1 packaging-23.1 pycadf-3.1.1 pyinotify-0.9.6 pyparsing-3.0.9 python-dateutil-2.8.2 python-keystoneclient-5.2.0 pytz-2023.3 rfc3986-2.0.0 stevedore-5.1.0 tzdata-2023.3 wrapt-1.15.0 2025-04-16 12:14:22.098 | + inc/python:pip_install:222 : result=0 2025-04-16 12:14:22.101 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 12:14:22.102 | + functions-common:time_stop:2400 : local name 2025-04-16 12:14:22.104 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:14:22.106 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:14:22.108 | + functions-common:time_stop:2403 : local total 2025-04-16 12:14:22.109 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:14:22.111 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 12:14:22.112 | + functions-common:time_stop:2407 : start_time=1744805657461 2025-04-16 12:14:22.114 | + functions-common:time_stop:2409 : [[ -z 1744805657461 ]] 2025-04-16 12:14:22.116 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:14:22.119 | + functions-common:time_stop:2412 : end_time=1744805662117 2025-04-16 12:14:22.121 | + functions-common:time_stop:2413 : elapsed_time=4656 2025-04-16 12:14:22.123 | + functions-common:time_stop:2414 : total=15646 2025-04-16 12:14:22.124 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:14:22.126 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=20302 2025-04-16 12:14:22.128 | + inc/python:pip_install:225 : return 0 2025-04-16 12:14:22.129 | + lib/keystone:install_keystonemiddleware:530 : pip_install_gr python-memcached 2025-04-16 12:14:22.131 | + inc/python:pip_install_gr:94 : local name=python-memcached 2025-04-16 12:14:22.133 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-16 12:14:22.135 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements python-memcached 2025-04-16 12:14:22.137 | ++ inc/python:get_from_global_requirements:247 : local package=python-memcached 2025-04-16 12:14:22.139 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-16 12:14:22.142 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^python-memcached' /opt/stack//requirements/global-requirements.txt 2025-04-16 12:14:22.142 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-16 12:14:22.146 | ++ inc/python:get_from_global_requirements:249 : required_pkg='python-memcached ' 2025-04-16 12:14:22.148 | ++ inc/python:get_from_global_requirements:250 : [[ python-memcached == '' ]] 2025-04-16 12:14:22.149 | ++ inc/python:get_from_global_requirements:253 : echo python-memcached 2025-04-16 12:14:22.152 | + inc/python:pip_install_gr:96 : clean_name=python-memcached 2025-04-16 12:14:22.154 | + inc/python:pip_install_gr:97 : pip_install python-memcached 2025-04-16 12:14:22.170 | Using python 3.10 to install python-memcached 2025-04-16 12:14:22.172 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt python-memcached 2025-04-16 12:14:23.092 | Collecting python-memcached 2025-04-16 12:14:23.094 | Using cached python_memcached-1.59-py2.py3-none-any.whl.metadata (2.1 kB) 2025-04-16 12:14:23.097 | Requirement already satisfied: six>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-memcached) (1.16.0) 2025-04-16 12:14:23.099 | Using cached python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2025-04-16 12:14:23.303 | Installing collected packages: python-memcached 2025-04-16 12:14:23.326 | Successfully installed python-memcached-1.59 2025-04-16 12:14:23.396 | + inc/python:pip_install:222 : result=0 2025-04-16 12:14:23.398 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 12:14:23.400 | + functions-common:time_stop:2400 : local name 2025-04-16 12:14:23.402 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:14:23.404 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:14:23.405 | + functions-common:time_stop:2403 : local total 2025-04-16 12:14:23.407 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:14:23.409 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 12:14:23.410 | + functions-common:time_stop:2407 : start_time=1744805662166 2025-04-16 12:14:23.412 | + functions-common:time_stop:2409 : [[ -z 1744805662166 ]] 2025-04-16 12:14:23.415 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:14:23.417 | + functions-common:time_stop:2412 : end_time=1744805663415 2025-04-16 12:14:23.419 | + functions-common:time_stop:2413 : elapsed_time=1249 2025-04-16 12:14:23.420 | + functions-common:time_stop:2414 : total=20302 2025-04-16 12:14:23.422 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:14:23.424 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=21551 2025-04-16 12:14:23.426 | + inc/python:pip_install:225 : return 0 2025-04-16 12:14:23.428 | + stack.sh:main:924 : is_service_enabled keystone 2025-04-16 12:14:23.440 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:14:23.442 | + stack.sh:main:925 : '[' 10.180.1.21 == 10.180.1.21 ']' 2025-04-16 12:14:23.444 | + stack.sh:main:926 : stack_install_service keystone 2025-04-16 12:14:23.446 | + lib/stack:stack_install_service:20 : local service=keystone 2025-04-16 12:14:23.447 | + lib/stack:stack_install_service:21 : type install_keystone 2025-04-16 12:14:23.450 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-16 12:14:23.451 | + lib/stack:stack_install_service:32 : install_keystone 2025-04-16 12:14:23.453 | + lib/keystone:install_keystone:536 : is_service_enabled ldap 2025-04-16 12:14:23.466 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:14:23.467 | + lib/keystone:install_keystone:540 : git_clone https://opendev.org/openstack/keystone.git /opt/stack//keystone stable/2023.2 2025-04-16 12:14:23.469 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/keystone.git 2025-04-16 12:14:23.471 | + functions-common:git_clone:573 : local git_dest=/opt/stack//keystone 2025-04-16 12:14:23.472 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-16 12:14:23.474 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 12:14:23.476 | ++ functions-common:git_clone:576 : pwd 2025-04-16 12:14:23.478 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 12:14:23.479 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 12:14:23.482 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 12:14:23.493 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 12:14:23.495 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 12:14:23.497 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 12:14:23.498 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 12:14:23.500 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-16 12:14:23.500 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 12:14:23.504 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//keystone ]] 2025-04-16 12:14:23.506 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 12:14:23.508 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2025-04-16 12:14:23.509 | + functions-common:git_timed:680 : local count=0 2025-04-16 12:14:23.511 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 12:14:23.513 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 12:14:23.514 | + functions-common:git_timed:684 : timeout=0 2025-04-16 12:14:23.516 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 12:14:23.517 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 12:14:23.519 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:14:23.521 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:14:23.523 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:14:23.526 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805663524 2025-04-16 12:14:23.527 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2025-04-16 12:14:23.529 | Cloning into '/opt/stack//keystone'... 2025-04-16 12:14:26.113 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 12:14:26.115 | + functions-common:time_stop:2400 : local name 2025-04-16 12:14:26.117 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:14:26.119 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:14:26.120 | + functions-common:time_stop:2403 : local total 2025-04-16 12:14:26.122 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:14:26.123 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 12:14:26.125 | + functions-common:time_stop:2407 : start_time=1744805663524 2025-04-16 12:14:26.127 | + functions-common:time_stop:2409 : [[ -z 1744805663524 ]] 2025-04-16 12:14:26.129 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:14:26.132 | + functions-common:time_stop:2412 : end_time=1744805666130 2025-04-16 12:14:26.133 | + functions-common:time_stop:2413 : elapsed_time=2606 2025-04-16 12:14:26.135 | + functions-common:time_stop:2414 : total=5468 2025-04-16 12:14:26.136 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:14:26.138 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8074 2025-04-16 12:14:26.140 | + functions-common:git_clone:614 : cd /opt/stack//keystone 2025-04-16 12:14:26.141 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-16 12:14:26.143 | + functions-common:git_timed:680 : local count=0 2025-04-16 12:14:26.145 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 12:14:26.147 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 12:14:26.148 | + functions-common:git_timed:684 : timeout=0 2025-04-16 12:14:26.150 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 12:14:26.152 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 12:14:26.153 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:14:26.155 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:14:26.157 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:14:26.160 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805666158 2025-04-16 12:14:26.162 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-16 12:14:28.485 | From https://opendev.org/openstack/keystone 2025-04-16 12:14:28.486 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-16 12:14:28.489 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 12:14:28.491 | + functions-common:time_stop:2400 : local name 2025-04-16 12:14:28.493 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:14:28.494 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:14:28.496 | + functions-common:time_stop:2403 : local total 2025-04-16 12:14:28.498 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:14:28.500 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 12:14:28.501 | + functions-common:time_stop:2407 : start_time=1744805666158 2025-04-16 12:14:28.503 | + functions-common:time_stop:2409 : [[ -z 1744805666158 ]] 2025-04-16 12:14:28.505 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:14:28.508 | + functions-common:time_stop:2412 : end_time=1744805668506 2025-04-16 12:14:28.509 | + functions-common:time_stop:2413 : elapsed_time=2348 2025-04-16 12:14:28.511 | + functions-common:time_stop:2414 : total=8074 2025-04-16 12:14:28.512 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:14:28.514 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10422 2025-04-16 12:14:28.516 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 12:14:28.517 | + functions-common:git_timed:680 : local count=0 2025-04-16 12:14:28.519 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 12:14:28.521 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 12:14:28.522 | + functions-common:git_timed:684 : timeout=0 2025-04-16 12:14:28.524 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 12:14:28.525 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 12:14:28.527 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:14:28.528 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:14:28.530 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:14:28.533 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805668531 2025-04-16 12:14:28.535 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 12:14:28.625 | Note: switching to 'FETCH_HEAD'. 2025-04-16 12:14:28.625 | 2025-04-16 12:14:28.625 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 12:14:28.626 | changes and commit them, and you can discard any commits you make in this 2025-04-16 12:14:28.626 | state without impacting any branches by switching back to a branch. 2025-04-16 12:14:28.626 | 2025-04-16 12:14:28.626 | If you want to create a new branch to retain commits you create, you may 2025-04-16 12:14:28.626 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 12:14:28.626 | 2025-04-16 12:14:28.626 | git switch -c 2025-04-16 12:14:28.626 | 2025-04-16 12:14:28.626 | Or undo this operation with: 2025-04-16 12:14:28.626 | 2025-04-16 12:14:28.626 | git switch - 2025-04-16 12:14:28.626 | 2025-04-16 12:14:28.626 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 12:14:28.626 | 2025-04-16 12:14:28.626 | HEAD is now at 13354bd Merge "Move OIDC job to check" into stable/2023.2 2025-04-16 12:14:28.628 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 12:14:28.630 | + functions-common:time_stop:2400 : local name 2025-04-16 12:14:28.631 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:14:28.633 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:14:28.634 | + functions-common:time_stop:2403 : local total 2025-04-16 12:14:28.636 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:14:28.638 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 12:14:28.639 | + functions-common:time_stop:2407 : start_time=1744805668531 2025-04-16 12:14:28.641 | + functions-common:time_stop:2409 : [[ -z 1744805668531 ]] 2025-04-16 12:14:28.643 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:14:28.646 | + functions-common:time_stop:2412 : end_time=1744805668644 2025-04-16 12:14:28.647 | + functions-common:time_stop:2413 : elapsed_time=113 2025-04-16 12:14:28.649 | + functions-common:time_stop:2414 : total=10422 2025-04-16 12:14:28.650 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:14:28.652 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10535 2025-04-16 12:14:28.654 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//keystone 2025-04-16 12:14:28.664 | + functions-common:git_clone:655 : cd /opt/stack//keystone 2025-04-16 12:14:28.667 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 12:14:28.667 | + functions-common:git_clone:656 : head -1 2025-04-16 12:14:28.669 | 13354bd Merge "Move OIDC job to check" into stable/2023.2 2025-04-16 12:14:28.671 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 12:14:28.673 | + lib/keystone:install_keystone:541 : setup_develop /opt/stack//keystone 2025-04-16 12:14:28.675 | + inc/python:setup_develop:360 : local bindep 2025-04-16 12:14:28.676 | + inc/python:setup_develop:361 : [[ /opt/stack//keystone == -bindep* ]] 2025-04-16 12:14:28.678 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//keystone 2025-04-16 12:14:28.680 | + inc/python:setup_develop:366 : local extras= 2025-04-16 12:14:28.682 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//keystone -e 2025-04-16 12:14:28.683 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-16 12:14:28.685 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//keystone == -bindep* ]] 2025-04-16 12:14:28.687 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//keystone 2025-04-16 12:14:28.689 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-16 12:14:28.691 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-16 12:14:28.693 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//keystone 2025-04-16 12:14:28.695 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-16 12:14:28.697 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/keystone 2025-04-16 12:14:28.699 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-16 12:14:28.701 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-16 12:14:28.703 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2025-04-16 12:14:28.707 | + inc/python:_setup_package_with_constraints_edit:407 : name=keystone 2025-04-16 12:14:28.709 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- keystone 2025-04-16 12:14:29.036 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/keystone -e 2025-04-16 12:14:29.038 | + inc/python:setup_package:440 : local bindep=0 2025-04-16 12:14:29.039 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-16 12:14:29.041 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-16 12:14:29.043 | + inc/python:setup_package:443 : [[ /opt/stack/keystone == -bindep* ]] 2025-04-16 12:14:29.045 | + inc/python:setup_package:448 : local project_dir=/opt/stack/keystone 2025-04-16 12:14:29.047 | + inc/python:setup_package:449 : local flags=-e 2025-04-16 12:14:29.049 | + inc/python:setup_package:450 : local extras= 2025-04-16 12:14:29.050 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-16 12:14:29.052 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-16 12:14:29.054 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-16 12:14:29.056 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-16 12:14:29.058 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-16 12:14:29.059 | + inc/python:setup_package:468 : pip_install -e /opt/stack/keystone 2025-04-16 12:14:29.074 | Using python 3.10 to install /opt/stack/keystone 2025-04-16 12:14:29.076 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/keystone 2025-04-16 12:14:29.861 | Obtaining file:///opt/stack/keystone 2025-04-16 12:14:29.862 | Preparing metadata (setup.py): started 2025-04-16 12:14:30.526 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 12:14:30.581 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.11.1) 2025-04-16 12:14:30.582 | Requirement already satisfied: WebOb>=1.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (1.8.7) 2025-04-16 12:14:30.684 | Collecting Flask!=0.11,>=1.0.2 (from keystone==0.0.1.dev11) 2025-04-16 12:14:30.686 | Using cached Flask-2.2.3-py3-none-any.whl.metadata (3.9 kB) 2025-04-16 12:14:30.708 | Collecting Flask-RESTful>=0.3.5 (from keystone==0.0.1.dev11) 2025-04-16 12:14:30.710 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl.metadata (912 bytes) 2025-04-16 12:14:30.943 | Collecting cryptography>=2.7 (from keystone==0.0.1.dev11) 2025-04-16 12:14:30.945 | Using cached cryptography-40.0.2-cp36-abi3-manylinux_2_28_x86_64.whl.metadata (5.4 kB) 2025-04-16 12:14:31.354 | Collecting SQLAlchemy>=1.4.0 (from keystone==0.0.1.dev11) 2025-04-16 12:14:31.356 | Using cached SQLAlchemy-1.4.41-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10.0 kB) 2025-04-16 12:14:31.359 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.1.0) 2025-04-16 12:14:31.379 | Collecting passlib>=1.7.0 (from keystone==0.0.1.dev11) 2025-04-16 12:14:31.381 | Using cached passlib-1.7.4-py2.py3-none-any.whl.metadata (1.7 kB) 2025-04-16 12:14:31.383 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.2.0) 2025-04-16 12:14:31.384 | Requirement already satisfied: keystonemiddleware>=7.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (10.4.1) 2025-04-16 12:14:31.441 | Collecting bcrypt>=3.1.3 (from keystone==0.0.1.dev11) 2025-04-16 12:14:31.443 | Using cached bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl.metadata (9.0 kB) 2025-04-16 12:14:31.501 | Collecting scrypt>=0.8.0 (from keystone==0.0.1.dev11) 2025-04-16 12:14:31.503 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.5 kB) 2025-04-16 12:14:31.505 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (3.5.0) 2025-04-16 12:14:31.506 | Requirement already satisfied: oslo.config>=6.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (9.2.0) 2025-04-16 12:14:31.507 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.2.0) 2025-04-16 12:14:31.566 | Collecting oslo.messaging>=5.29.0 (from keystone==0.0.1.dev11) 2025-04-16 12:14:31.568 | Using cached oslo.messaging-14.4.2-py3-none-any.whl.metadata (3.3 kB) 2025-04-16 12:14:31.620 | Collecting oslo.db>=6.0.0 (from keystone==0.0.1.dev11) 2025-04-16 12:14:31.622 | Using cached oslo.db-14.1.1-py3-none-any.whl.metadata (3.2 kB) 2025-04-16 12:14:31.625 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (6.1.1) 2025-04-16 12:14:31.625 | Requirement already satisfied: oslo.log>=3.44.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.3.2) 2025-04-16 12:14:31.662 | Collecting oslo.middleware>=3.31.0 (from keystone==0.0.1.dev11) 2025-04-16 12:14:31.664 | Using cached oslo.middleware-5.2.0-py3-none-any.whl.metadata (2.2 kB) 2025-04-16 12:14:31.707 | Collecting oslo.policy>=3.10.0 (from keystone==0.0.1.dev11) 2025-04-16 12:14:31.709 | Using cached oslo.policy-4.2.1-py3-none-any.whl.metadata (2.1 kB) 2025-04-16 12:14:31.712 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.2.1) 2025-04-16 12:14:31.735 | Collecting oslo.upgradecheck>=1.3.0 (from keystone==0.0.1.dev11) 2025-04-16 12:14:31.736 | Using cached oslo.upgradecheck-2.2.0-py3-none-any.whl.metadata (1.7 kB) 2025-04-16 12:14:31.739 | Requirement already satisfied: oslo.utils>=3.33.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (6.2.1) 2025-04-16 12:14:31.760 | Collecting oauthlib>=0.6.2 (from keystone==0.0.1.dev11) 2025-04-16 12:14:31.762 | Using cached oauthlib-3.2.2-py3-none-any.whl.metadata (7.5 kB) 2025-04-16 12:14:31.795 | Collecting pysaml2>=5.0.0 (from keystone==0.0.1.dev11) 2025-04-16 12:14:31.797 | Using cached pysaml2-7.3.1-py3-none-any.whl.metadata (7.1 kB) 2025-04-16 12:14:31.825 | Collecting PyJWT>=1.6.1 (from keystone==0.0.1.dev11) 2025-04-16 12:14:31.827 | Using cached PyJWT-2.6.0-py3-none-any.whl.metadata (4.0 kB) 2025-04-16 12:14:31.828 | Requirement already satisfied: dogpile.cache>=1.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (1.1.8) 2025-04-16 12:14:31.871 | Collecting jsonschema>=3.2.0 (from keystone==0.0.1.dev11) 2025-04-16 12:14:31.873 | Using cached jsonschema-4.17.3-py3-none-any.whl.metadata (7.9 kB) 2025-04-16 12:14:31.875 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (3.1.1) 2025-04-16 12:14:31.876 | Requirement already satisfied: msgpack>=0.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (1.0.5) 2025-04-16 12:14:31.901 | Collecting osprofiler>=1.4.0 (from keystone==0.0.1.dev11) 2025-04-16 12:14:31.903 | Using cached osprofiler-4.1.0-py3-none-any.whl.metadata (3.4 kB) 2025-04-16 12:14:31.904 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (2023.3) 2025-04-16 12:14:32.101 | Collecting cffi>=1.12 (from cryptography>=2.7->keystone==0.0.1.dev11) 2025-04-16 12:14:32.103 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.1 kB) 2025-04-16 12:14:32.108 | Requirement already satisfied: decorator>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from dogpile.cache>=1.0.2->keystone==0.0.1.dev11) (5.1.1) 2025-04-16 12:14:32.156 | Collecting Werkzeug>=2.2.2 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-16 12:14:32.158 | Using cached Werkzeug-2.2.3-py3-none-any.whl.metadata (4.4 kB) 2025-04-16 12:14:32.185 | Collecting Jinja2>=3.0 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-16 12:14:32.187 | Using cached Jinja2-3.1.2-py3-none-any.whl.metadata (3.5 kB) 2025-04-16 12:14:32.208 | Collecting itsdangerous>=2.0 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-16 12:14:32.209 | Using cached itsdangerous-2.1.2-py3-none-any.whl.metadata (2.9 kB) 2025-04-16 12:14:32.238 | Collecting click>=8.0 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-16 12:14:32.239 | Using cached click-8.1.3-py3-none-any.whl.metadata (3.2 kB) 2025-04-16 12:14:32.266 | Collecting aniso8601>=0.82 (from Flask-RESTful>=0.3.5->keystone==0.0.1.dev11) 2025-04-16 12:14:32.268 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl.metadata (23 kB) 2025-04-16 12:14:32.277 | Requirement already satisfied: six>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Flask-RESTful>=0.3.5->keystone==0.0.1.dev11) (1.16.0) 2025-04-16 12:14:32.321 | Collecting attrs>=17.4.0 (from jsonschema>=3.2.0->keystone==0.0.1.dev11) 2025-04-16 12:14:32.322 | Using cached attrs-23.1.0-py3-none-any.whl.metadata (11 kB) 2025-04-16 12:14:32.358 | Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 (from jsonschema>=3.2.0->keystone==0.0.1.dev11) 2025-04-16 12:14:32.359 | Using cached pyrsistent-0.19.3-py3-none-any.whl.metadata (27 kB) 2025-04-16 12:14:32.383 | Requirement already satisfied: keystoneauth1>=3.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (5.3.0) 2025-04-16 12:14:32.386 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (2.28.2) 2025-04-16 12:14:32.428 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev11) (6.0) 2025-04-16 12:14:32.428 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev11) (2.5.0) 2025-04-16 12:14:32.429 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev11) (0.8.0) 2025-04-16 12:14:32.430 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev11) (2.0.0) 2025-04-16 12:14:32.503 | Collecting alembic>=0.9.6 (from oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-04-16 12:14:32.505 | Using cached alembic-1.9.4-py3-none-any.whl.metadata (7.2 kB) 2025-04-16 12:14:32.525 | Collecting testresources>=2.0.0 (from oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-04-16 12:14:32.527 | Using cached testresources-2.0.1-py2.py3-none-any.whl.metadata (11 kB) 2025-04-16 12:14:32.545 | Collecting testscenarios>=0.4 (from oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-04-16 12:14:32.546 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl.metadata (12 kB) 2025-04-16 12:14:32.572 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=3.44.0->keystone==0.0.1.dev11) (2.8.2) 2025-04-16 12:14:32.573 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=3.44.0->keystone==0.0.1.dev11) (0.9.6) 2025-04-16 12:14:32.629 | Collecting amqp>=2.5.2 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 12:14:32.631 | Using cached amqp-5.1.1-py3-none-any.whl.metadata (8.9 kB) 2025-04-16 12:14:32.659 | Collecting cachetools>=2.0.0 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 12:14:32.662 | Using cached cachetools-5.3.0-py3-none-any.whl.metadata (5.2 kB) 2025-04-16 12:14:32.664 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) (2.4.1) 2025-04-16 12:14:32.718 | Collecting kombu>=4.6.6 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 12:14:32.721 | Using cached kombu-5.2.4-py3-none-any.whl.metadata (2.7 kB) 2025-04-16 12:14:32.745 | Collecting oslo.metrics>=0.2.1 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 12:14:32.748 | Using cached oslo.metrics-0.7.0-py3-none-any.whl.metadata (1.3 kB) 2025-04-16 12:14:32.797 | Collecting oslo.service!=1.28.1,>=1.24.0 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 12:14:32.799 | Using cached oslo.service-3.2.1-py3-none-any.whl.metadata (2.7 kB) 2025-04-16 12:14:32.831 | Collecting statsd>=3.2.1 (from oslo.middleware>=3.31.0->keystone==0.0.1.dev11) 2025-04-16 12:14:32.833 | Using cached statsd-4.0.1-py2.py3-none-any.whl.metadata (2.9 kB) 2025-04-16 12:14:32.849 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystone==0.0.1.dev11) (2023.3) 2025-04-16 12:14:32.884 | Collecting PrettyTable>=0.7.1 (from oslo.upgradecheck>=1.3.0->keystone==0.0.1.dev11) 2025-04-16 12:14:32.886 | Using cached prettytable-3.7.0-py3-none-any.whl.metadata (26 kB) 2025-04-16 12:14:32.907 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev11) (1.1.0) 2025-04-16 12:14:32.907 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev11) (0.11.0) 2025-04-16 12:14:32.909 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev11) (23.1) 2025-04-16 12:14:32.910 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev11) (3.0.9) 2025-04-16 12:14:33.028 | Collecting oslo.concurrency>=3.26.0 (from osprofiler>=1.4.0->keystone==0.0.1.dev11) 2025-04-16 12:14:33.031 | Using cached oslo.concurrency-5.2.0-py3-none-any.whl.metadata (2.0 kB) 2025-04-16 12:14:33.124 | Collecting defusedxml (from pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-04-16 12:14:33.126 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl.metadata (32 kB) 2025-04-16 12:14:33.154 | Collecting pyopenssl (from pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-04-16 12:14:33.156 | Using cached pyOpenSSL-23.1.1-py3-none-any.whl.metadata (10 kB) 2025-04-16 12:14:33.204 | Collecting xmlschema>=1.2.1 (from pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-04-16 12:14:33.205 | Using cached xmlschema-2.2.3-py3-none-any.whl.metadata (8.2 kB) 2025-04-16 12:14:33.461 | Collecting greenlet!=0.4.17 (from SQLAlchemy>=1.4.0->keystone==0.0.1.dev11) 2025-04-16 12:14:33.464 | Using cached greenlet-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB) 2025-04-16 12:14:33.543 | Collecting Mako (from alembic>=0.9.6->oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-04-16 12:14:33.549 | Using cached Mako-1.2.4-py3-none-any.whl.metadata (2.9 kB) 2025-04-16 12:14:33.584 | Collecting vine>=5.0.0 (from amqp>=2.5.2->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 12:14:33.586 | Using cached vine-5.0.0-py2.py3-none-any.whl.metadata (2.2 kB) 2025-04-16 12:14:33.662 | Collecting pycparser (from cffi>=1.12->cryptography>=2.7->keystone==0.0.1.dev11) 2025-04-16 12:14:33.664 | Using cached pycparser-2.21-py2.py3-none-any.whl.metadata (1.1 kB) 2025-04-16 12:14:33.686 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=6.8.0->keystone==0.0.1.dev11) (1.15.0) 2025-04-16 12:14:33.816 | Collecting MarkupSafe>=2.0 (from Jinja2>=3.0->Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-16 12:14:33.818 | Using cached MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.2 kB) 2025-04-16 12:14:33.853 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (1.7.0) 2025-04-16 12:14:33.939 | Collecting fasteners>=0.7.0 (from oslo.concurrency>=3.26.0->osprofiler>=1.4.0->keystone==0.0.1.dev11) 2025-04-16 12:14:33.941 | Using cached fasteners-0.18-py3-none-any.whl.metadata (4.9 kB) 2025-04-16 12:14:33.983 | Collecting prometheus-client>=0.6.0 (from oslo.metrics>=0.2.1->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 12:14:33.985 | Using cached prometheus_client-0.16.0-py3-none-any.whl.metadata (22 kB) 2025-04-16 12:14:34.039 | Collecting Paste>=2.0.2 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 12:14:34.041 | Using cached Paste-3.5.2-py2.py3-none-any.whl.metadata (4.5 kB) 2025-04-16 12:14:34.063 | Collecting PasteDeploy>=1.5.0 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 12:14:34.065 | Using cached PasteDeploy-3.0.1-py3-none-any.whl.metadata (2.6 kB) 2025-04-16 12:14:34.104 | Collecting Routes>=2.3.1 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 12:14:34.106 | Using cached Routes-2.5.1-py2.py3-none-any.whl.metadata (25 kB) 2025-04-16 12:14:34.146 | Collecting Yappi>=1.0 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 12:14:34.149 | Using cached yappi-1.4.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB) 2025-04-16 12:14:34.180 | Collecting eventlet>=0.25.2 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 12:14:34.182 | Using cached eventlet-0.33.3-py2.py3-none-any.whl.metadata (4.3 kB) 2025-04-16 12:14:34.184 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) (4.0.1) 2025-04-16 12:14:34.241 | Collecting wcwidth (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->keystone==0.0.1.dev11) 2025-04-16 12:14:34.244 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl.metadata (11 kB) 2025-04-16 12:14:34.324 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (3.1.0) 2025-04-16 12:14:34.326 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (3.4) 2025-04-16 12:14:34.326 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (1.26.15) 2025-04-16 12:14:34.327 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (2025.1.31) 2025-04-16 12:14:34.392 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=6.0.0->keystone==0.0.1.dev11) (2.6.0) 2025-04-16 12:14:34.482 | Collecting elementpath<5.0.0,>=4.0.0 (from xmlschema>=1.2.1->pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-04-16 12:14:34.484 | Using cached elementpath-4.1.1-py3-none-any.whl.metadata (6.6 kB) 2025-04-16 12:14:34.628 | Collecting dnspython>=1.15.0 (from eventlet>=0.25.2->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 12:14:34.631 | Using cached dnspython-2.3.0-py3-none-any.whl.metadata (5.2 kB) 2025-04-16 12:14:34.728 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) (69.1.1) 2025-04-16 12:14:34.878 | Collecting repoze.lru>=0.3 (from Routes>=2.3.1->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 12:14:34.880 | Using cached repoze.lru-0.7-py3-none-any.whl.metadata (1.1 kB) 2025-04-16 12:14:35.140 | Using cached bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (593 kB) 2025-04-16 12:14:35.147 | Using cached cryptography-40.0.2-cp36-abi3-manylinux_2_28_x86_64.whl (3.7 MB) 2025-04-16 12:14:35.171 | Using cached Flask-2.2.3-py3-none-any.whl (101 kB) 2025-04-16 12:14:35.174 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2025-04-16 12:14:35.177 | Using cached jsonschema-4.17.3-py3-none-any.whl (90 kB) 2025-04-16 12:14:35.181 | Using cached oauthlib-3.2.2-py3-none-any.whl (151 kB) 2025-04-16 12:14:35.186 | Using cached oslo.db-14.1.1-py3-none-any.whl (161 kB) 2025-04-16 12:14:35.190 | Using cached oslo.messaging-14.4.2-py3-none-any.whl (257 kB) 2025-04-16 12:14:35.195 | Using cached oslo.middleware-5.2.0-py3-none-any.whl (63 kB) 2025-04-16 12:14:35.197 | Using cached oslo.policy-4.2.1-py3-none-any.whl (88 kB) 2025-04-16 12:14:35.201 | Using cached oslo.upgradecheck-2.2.0-py3-none-any.whl (14 kB) 2025-04-16 12:14:35.203 | Using cached osprofiler-4.1.0-py3-none-any.whl (95 kB) 2025-04-16 12:14:35.207 | Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2025-04-16 12:14:35.212 | Using cached PyJWT-2.6.0-py3-none-any.whl (20 kB) 2025-04-16 12:14:35.215 | Using cached pysaml2-7.3.1-py3-none-any.whl (419 kB) 2025-04-16 12:14:35.219 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2025-04-16 12:14:35.227 | Using cached SQLAlchemy-1.4.41-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) 2025-04-16 12:14:35.239 | Using cached alembic-1.9.4-py3-none-any.whl (210 kB) 2025-04-16 12:14:35.243 | Using cached amqp-5.1.1-py3-none-any.whl (50 kB) 2025-04-16 12:14:35.246 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2025-04-16 12:14:35.249 | Using cached attrs-23.1.0-py3-none-any.whl (61 kB) 2025-04-16 12:14:35.253 | Using cached cachetools-5.3.0-py3-none-any.whl (9.3 kB) 2025-04-16 12:14:35.255 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) 2025-04-16 12:14:35.260 | Using cached click-8.1.3-py3-none-any.whl (96 kB) 2025-04-16 12:14:35.263 | Using cached greenlet-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (613 kB) 2025-04-16 12:14:35.269 | Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB) 2025-04-16 12:14:35.271 | Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) 2025-04-16 12:14:35.275 | Using cached kombu-5.2.4-py3-none-any.whl (189 kB) 2025-04-16 12:14:35.278 | Using cached oslo.concurrency-5.2.0-py3-none-any.whl (48 kB) 2025-04-16 12:14:35.286 | Using cached oslo.metrics-0.7.0-py3-none-any.whl (13 kB) 2025-04-16 12:14:35.288 | Using cached oslo.service-3.2.1-py3-none-any.whl (77 kB) 2025-04-16 12:14:35.292 | Using cached prettytable-3.7.0-py3-none-any.whl (27 kB) 2025-04-16 12:14:35.294 | Using cached pyrsistent-0.19.3-py3-none-any.whl (57 kB) 2025-04-16 12:14:35.297 | Using cached statsd-4.0.1-py2.py3-none-any.whl (13 kB) 2025-04-16 12:14:35.300 | Using cached testresources-2.0.1-py2.py3-none-any.whl (36 kB) 2025-04-16 12:14:35.302 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) 2025-04-16 12:14:35.305 | Using cached Werkzeug-2.2.3-py3-none-any.whl (233 kB) 2025-04-16 12:14:35.309 | Using cached xmlschema-2.2.3-py3-none-any.whl (355 kB) 2025-04-16 12:14:35.313 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2025-04-16 12:14:35.316 | Using cached pyOpenSSL-23.1.1-py3-none-any.whl (57 kB) 2025-04-16 12:14:35.320 | Using cached elementpath-4.1.1-py3-none-any.whl (216 kB) 2025-04-16 12:14:35.324 | Using cached eventlet-0.33.3-py2.py3-none-any.whl (226 kB) 2025-04-16 12:14:35.337 | Using cached fasteners-0.18-py3-none-any.whl (18 kB) 2025-04-16 12:14:35.340 | Using cached MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) 2025-04-16 12:14:35.344 | Using cached Paste-3.5.2-py2.py3-none-any.whl (593 kB) 2025-04-16 12:14:35.350 | Using cached PasteDeploy-3.0.1-py3-none-any.whl (16 kB) 2025-04-16 12:14:35.352 | Using cached prometheus_client-0.16.0-py3-none-any.whl (122 kB) 2025-04-16 12:14:35.355 | Using cached Routes-2.5.1-py2.py3-none-any.whl (40 kB) 2025-04-16 12:14:35.360 | Using cached vine-5.0.0-py2.py3-none-any.whl (9.4 kB) 2025-04-16 12:14:35.362 | Using cached yappi-1.4.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (78 kB) 2025-04-16 12:14:35.365 | Using cached Mako-1.2.4-py3-none-any.whl (78 kB) 2025-04-16 12:14:35.368 | Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) 2025-04-16 12:14:35.371 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl (29 kB) 2025-04-16 12:14:35.373 | Using cached dnspython-2.3.0-py3-none-any.whl (283 kB) 2025-04-16 12:14:35.377 | Using cached repoze.lru-0.7-py3-none-any.whl (10 kB) 2025-04-16 12:14:35.869 | Installing collected packages: Yappi, wcwidth, statsd, scrypt, repoze.lru, passlib, aniso8601, vine, testresources, Routes, pyrsistent, PyJWT, pycparser, prometheus-client, PrettyTable, PasteDeploy, Paste, oauthlib, MarkupSafe, itsdangerous, greenlet, fasteners, elementpath, dnspython, defusedxml, click, cachetools, bcrypt, attrs, xmlschema, Werkzeug, SQLAlchemy, Mako, jsonschema, Jinja2, eventlet, cffi, amqp, testscenarios, oslo.middleware, oslo.concurrency, kombu, Flask, cryptography, alembic, pyopenssl, osprofiler, oslo.policy, oslo.db, Flask-RESTful, pysaml2, oslo.upgradecheck, oslo.service, oslo.metrics, oslo.messaging, keystone 2025-04-16 12:14:40.167 | Running setup.py develop for keystone 2025-04-16 12:14:41.243 | Successfully installed Flask-2.2.3 Flask-RESTful-0.3.9 Jinja2-3.1.2 Mako-1.2.4 MarkupSafe-2.1.2 Paste-3.5.2 PasteDeploy-3.0.1 PrettyTable-3.7.0 PyJWT-2.6.0 Routes-2.5.1 SQLAlchemy-1.4.41 Werkzeug-2.2.3 Yappi-1.4.0 alembic-1.9.4 amqp-5.1.1 aniso8601-9.0.1 attrs-23.1.0 bcrypt-4.0.1 cachetools-5.3.0 cffi-1.15.1 click-8.1.3 cryptography-40.0.2 defusedxml-0.7.1 dnspython-2.3.0 elementpath-4.1.1 eventlet-0.33.3 fasteners-0.18 greenlet-2.0.2 itsdangerous-2.1.2 jsonschema-4.17.3 keystone-0.0.1.dev11 kombu-5.2.4 oauthlib-3.2.2 oslo.concurrency-5.2.0 oslo.db-14.1.1 oslo.messaging-14.4.2 oslo.metrics-0.7.0 oslo.middleware-5.2.0 oslo.policy-4.2.1 oslo.service-3.2.1 oslo.upgradecheck-2.2.0 osprofiler-4.1.0 passlib-1.7.4 prometheus-client-0.16.0 pycparser-2.21 pyopenssl-23.1.1 pyrsistent-0.19.3 pysaml2-7.3.1 repoze.lru-0.7 scrypt-0.8.20 statsd-4.0.1 testresources-2.0.1 testscenarios-0.5.0 vine-5.0.0 wcwidth-0.2.6 xmlschema-2.2.3 2025-04-16 12:14:41.579 | + inc/python:pip_install:222 : result=0 2025-04-16 12:14:41.581 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 12:14:41.583 | + functions-common:time_stop:2400 : local name 2025-04-16 12:14:41.585 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:14:41.586 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:14:41.588 | + functions-common:time_stop:2403 : local total 2025-04-16 12:14:41.590 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:14:41.591 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 12:14:41.593 | + functions-common:time_stop:2407 : start_time=1744805669070 2025-04-16 12:14:41.594 | + functions-common:time_stop:2409 : [[ -z 1744805669070 ]] 2025-04-16 12:14:41.597 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:14:41.600 | + functions-common:time_stop:2412 : end_time=1744805681598 2025-04-16 12:14:41.601 | + functions-common:time_stop:2413 : elapsed_time=12528 2025-04-16 12:14:41.603 | + functions-common:time_stop:2414 : total=21551 2025-04-16 12:14:41.605 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:14:41.606 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=34079 2025-04-16 12:14:41.608 | + inc/python:pip_install:225 : return 0 2025-04-16 12:14:41.610 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-16 12:14:41.611 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-16 12:14:41.613 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/keystone 2025-04-16 12:14:41.615 | + inc/python:use_library_from_git:272 : local name=/opt/stack/keystone 2025-04-16 12:14:41.617 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:41.618 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:41.620 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/keystone, ]] 2025-04-16 12:14:41.622 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:41.624 | + lib/keystone:install_keystone:543 : is_service_enabled ldap 2025-04-16 12:14:41.637 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:14:41.639 | + lib/keystone:install_keystone:547 : '[' uwsgi == mod_wsgi ']' 2025-04-16 12:14:41.641 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-16 12:14:41.643 | + stack.sh:main:927 : configure_keystone 2025-04-16 12:14:41.645 | + lib/keystone:configure_keystone:192 : sudo install -d -o stack /etc/keystone 2025-04-16 12:14:41.654 | + lib/keystone:configure_keystone:194 : [[ /etc/keystone != \/\o\p\t\/\s\t\a\c\k\/\/\k\e\y\s\t\o\n\e\/\e\t\c ]] 2025-04-16 12:14:41.657 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2025-04-16 12:14:41.660 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2025-04-16 12:14:41.671 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:14:41.673 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2025-04-16 12:14:41.697 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2025-04-16 12:14:41.719 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2025-04-16 12:14:41.743 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2025-04-16 12:14:41.767 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2025-04-16 12:14:41.791 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2025-04-16 12:14:41.816 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2025-04-16 12:14:41.838 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2025-04-16 12:14:41.860 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2025-04-16 12:14:41.862 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=keystone 2025-04-16 12:14:41.864 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/keystone/keystone.conf 2025-04-16 12:14:41.865 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=oslo_messaging_notifications 2025-04-16 12:14:41.867 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-16 12:14:41.869 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-16 12:14:41.880 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:14:41.883 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-16 12:14:41.885 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-16 12:14:41.886 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-16 12:14:41.898 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:14:41.899 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 12:14:41.902 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 12:14:41.926 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-16 12:14:41.928 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-16 12:14:41.930 | + lib/keystone:configure_keystone:215 : local service_port=5000 2025-04-16 12:14:41.931 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2025-04-16 12:14:41.943 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:14:41.945 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.180.1.21/identity 2025-04-16 12:14:41.969 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2025-04-16 12:14:41.971 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2025-04-16 12:14:41.995 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2025-04-16 12:14:41.997 | ++ lib/database:database_connection_url:134 : local db=keystone 2025-04-16 12:14:41.999 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2025-04-16 12:14:42.001 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=keystone 2025-04-16 12:14:42.003 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 12:14:42.004 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 12:14:42.006 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 12:14:42.018 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:14:42.020 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 12:14:42.022 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8&plugin=dbcounter' 2025-04-16 12:14:42.024 | + lib/keystone:configure_keystone:232 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8&plugin=dbcounter' 2025-04-16 12:14:42.048 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2025-04-16 12:14:42.049 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2025-04-16 12:14:42.051 | + functions:setup_logging:685 : setup_systemd_logging /etc/keystone/keystone.conf 2025-04-16 12:14:42.053 | + functions:setup_systemd_logging:700 : local conf_file=/etc/keystone/keystone.conf 2025-04-16 12:14:42.055 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-16 12:14:42.068 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-16 12:14:42.070 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-16 12:14:42.071 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-16 12:14:42.073 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-16 12:14:42.075 | + functions:setup_systemd_logging:713 : iniset /etc/keystone/keystone.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-16 12:14:42.097 | + functions:setup_systemd_logging:715 : iniset /etc/keystone/keystone.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2025-04-16 12:14:42.118 | + functions:setup_systemd_logging:716 : iniset /etc/keystone/keystone.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2025-04-16 12:14:42.141 | + functions:setup_systemd_logging:717 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-16 12:14:42.162 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2025-04-16 12:14:42.184 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2025-04-16 12:14:42.186 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /opt/stack/data/venv/bin/keystone-wsgi-public /identity 2025-04-16 12:14:42.188 | + lib/apache:write_uwsgi_config:241 : local file=/etc/keystone/keystone-uwsgi-public.ini 2025-04-16 12:14:42.189 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/keystone-wsgi-public 2025-04-16 12:14:42.191 | + lib/apache:write_uwsgi_config:243 : local url=/identity 2025-04-16 12:14:42.193 | + lib/apache:write_uwsgi_config:244 : local http= 2025-04-16 12:14:42.195 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-16 12:14:42.197 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/keystone-wsgi-public 2025-04-16 12:14:42.200 | + lib/apache:write_uwsgi_config:246 : name=keystone-wsgi-public 2025-04-16 12:14:42.202 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-16 12:14:42.203 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-16 12:14:42.212 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-16 12:14:42.213 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-16 12:14:42.219 | d /var/run/uwsgi 0755 stack root 2025-04-16 12:14:42.221 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-16 12:14:42.229 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2025-04-16 12:14:42.232 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2025-04-16 12:14:42.234 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2025-04-16 12:14:42.237 | + lib/apache:write_uwsgi_config:262 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /opt/stack/data/venv/bin/keystone-wsgi-public 2025-04-16 12:14:42.259 | + lib/apache:write_uwsgi_config:263 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2025-04-16 12:14:42.281 | + lib/apache:write_uwsgi_config:265 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2025-04-16 12:14:42.302 | + lib/apache:write_uwsgi_config:267 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2025-04-16 12:14:42.324 | + lib/apache:write_uwsgi_config:268 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2025-04-16 12:14:42.345 | + lib/apache:write_uwsgi_config:271 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 80 2025-04-16 12:14:42.368 | + lib/apache:write_uwsgi_config:272 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2025-04-16 12:14:42.390 | + lib/apache:write_uwsgi_config:273 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2025-04-16 12:14:42.411 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2025-04-16 12:14:42.433 | + lib/apache:write_uwsgi_config:277 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-04-16 12:14:42.455 | + lib/apache:write_uwsgi_config:279 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2025-04-16 12:14:42.477 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2025-04-16 12:14:42.499 | + lib/apache:write_uwsgi_config:283 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2025-04-16 12:14:42.521 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-04-16 12:14:42.523 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-04-16 12:14:42.525 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for keystone-wsgi-public 2025-04-16 12:14:42.527 | ++ lib/apache:apache_site_config_for:173 : local site=keystone-wsgi-public 2025-04-16 12:14:42.528 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-16 12:14:42.530 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:14:42.532 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:14:42.534 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2025-04-16 12:14:42.536 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2025-04-16 12:14:42.538 | + lib/apache:write_uwsgi_config:291 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2025-04-16 12:14:42.560 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2025-04-16 12:14:42.582 | + lib/apache:write_uwsgi_config:293 : echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 acquire=1 ' 2025-04-16 12:14:42.582 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2025-04-16 12:14:42.588 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 acquire=1 2025-04-16 12:14:42.591 | + lib/apache:write_uwsgi_config:294 : enable_apache_site keystone-wsgi-public 2025-04-16 12:14:42.593 | + lib/apache:enable_apache_site:190 : local site=keystone-wsgi-public 2025-04-16 12:14:42.595 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-16 12:14:42.596 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-16 12:14:42.598 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 12:14:42.600 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:14:42.602 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:14:42.604 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-16 12:14:42.606 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-16 12:14:42.608 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:14:42.609 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:14:42.611 | + lib/apache:enable_apache_site:194 : sudo a2ensite keystone-wsgi-public 2025-04-16 12:14:42.644 | Enabling site keystone-wsgi-public. 2025-04-16 12:14:42.648 | To activate the new configuration, you need to run: 2025-04-16 12:14:42.648 | systemctl reload apache2 2025-04-16 12:14:42.652 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-04-16 12:14:42.653 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-16 12:14:42.655 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 12:14:42.657 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-16 12:14:42.746 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2025-04-16 12:14:42.772 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2025-04-16 12:14:42.796 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2025-04-16 12:14:42.820 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2025-04-16 12:14:42.822 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2025-04-16 12:14:42.848 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2025-04-16 12:14:42.872 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2025-04-16 12:14:42.895 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf oslo_policy policy_file policy.yaml 2025-04-16 12:14:42.919 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2025-04-16 12:14:42.921 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2025-04-16 12:14:42.923 | + lib/keystone:configure_keystone:275 : iniset /etc/keystone/keystone.conf oslo_policy enforce_scope false 2025-04-16 12:14:42.945 | + lib/keystone:configure_keystone:276 : iniset /etc/keystone/keystone.conf oslo_policy enforce_new_defaults false 2025-04-16 12:14:42.968 | + stack.sh:main:931 : is_service_enabled swift 2025-04-16 12:14:42.980 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:14:42.982 | + stack.sh:main:945 : is_service_enabled g-api n-api 2025-04-16 12:14:42.995 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:14:42.997 | + stack.sh:main:947 : stack_install_service glance 2025-04-16 12:14:42.999 | + lib/stack:stack_install_service:20 : local service=glance 2025-04-16 12:14:43.000 | + lib/stack:stack_install_service:21 : type install_glance 2025-04-16 12:14:43.003 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-16 12:14:43.004 | + lib/stack:stack_install_service:32 : install_glance 2025-04-16 12:14:43.006 | + lib/glance:install_glance:510 : glance_store_extras=() 2025-04-16 12:14:43.008 | + lib/glance:install_glance:510 : local glance_store_extras 2025-04-16 12:14:43.010 | + lib/glance:install_glance:512 : is_service_enabled cinder 2025-04-16 12:14:43.022 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:14:43.024 | + lib/glance:install_glance:513 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2025-04-16 12:14:43.025 | + lib/glance:install_glance:516 : is_service_enabled swift 2025-04-16 12:14:43.038 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:14:43.040 | + lib/glance:install_glance:522 : use_library_from_git glance_store 2025-04-16 12:14:43.042 | + inc/python:use_library_from_git:272 : local name=glance_store 2025-04-16 12:14:43.044 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:14:43.045 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:14:43.048 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,glance_store, ]] 2025-04-16 12:14:43.049 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:14:43.052 | ++ lib/glance:install_glance:528 : join_extras cinder 2025-04-16 12:14:43.054 | ++ inc/python:join_extras:28 : local IFS=, 2025-04-16 12:14:43.056 | ++ inc/python:join_extras:29 : echo cinder 2025-04-16 12:14:43.058 | + lib/glance:install_glance:528 : pip_install_gr_extras glance-store cinder 2025-04-16 12:14:43.060 | + inc/python:pip_install_gr_extras:107 : local name=glance-store 2025-04-16 12:14:43.062 | + inc/python:pip_install_gr_extras:108 : local extras=cinder 2025-04-16 12:14:43.063 | + inc/python:pip_install_gr_extras:109 : local version_constraints 2025-04-16 12:14:43.066 | ++ inc/python:pip_install_gr_extras:110 : get_version_constraints_from_global_requirements glance-store 2025-04-16 12:14:43.068 | ++ inc/python:get_version_constraints_from_global_requirements:259 : local package=glance-store 2025-04-16 12:14:43.070 | ++ inc/python:get_version_constraints_from_global_requirements:260 : local required_pkg_version_constraint 2025-04-16 12:14:43.073 | +++ inc/python:get_version_constraints_from_global_requirements:262 : grep -i -h -o -P '^glance-store\K.*' /opt/stack//requirements/global-requirements.txt 2025-04-16 12:14:43.073 | +++ inc/python:get_version_constraints_from_global_requirements:262 : cut -d# -f1 2025-04-16 12:14:43.077 | ++ inc/python:get_version_constraints_from_global_requirements:262 : required_pkg_version_constraint='!=0.29.0 ' 2025-04-16 12:14:43.079 | ++ inc/python:get_version_constraints_from_global_requirements:263 : [[ !=0.29.0 == '' ]] 2025-04-16 12:14:43.081 | ++ inc/python:get_version_constraints_from_global_requirements:266 : echo '!=0.29.0' 2025-04-16 12:14:43.084 | + inc/python:pip_install_gr_extras:110 : version_constraints='!=0.29.0' 2025-04-16 12:14:43.085 | + inc/python:pip_install_gr_extras:111 : pip_install 'glance-store[cinder]!=0.29.0' 2025-04-16 12:14:43.101 | Using python 3.10 to install glance-store[cinder]!=0.29.0 2025-04-16 12:14:43.103 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt 'glance-store[cinder]!=0.29.0' 2025-04-16 12:14:44.019 | Collecting glance-store!=0.29.0 (from glance-store[cinder]!=0.29.0) 2025-04-16 12:14:44.021 | Using cached glance_store-4.6.1-py3-none-any.whl.metadata (4.4 kB) 2025-04-16 12:14:44.074 | Requirement already satisfied: eventlet!=0.18.3,!=0.20.1,>=0.18.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.33.3) 2025-04-16 12:14:44.074 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (4.17.3) 2025-04-16 12:14:44.075 | Requirement already satisfied: keystoneauth1>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.3.0) 2025-04-16 12:14:44.076 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.2.0) 2025-04-16 12:14:44.077 | Requirement already satisfied: oslo.config>=5.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (9.2.0) 2025-04-16 12:14:44.078 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (6.1.1) 2025-04-16 12:14:44.081 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.2.1) 2025-04-16 12:14:44.081 | Requirement already satisfied: oslo.utils>=4.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (6.2.1) 2025-04-16 12:14:44.081 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.2.0) 2025-04-16 12:14:44.081 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.28.2) 2025-04-16 12:14:44.081 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.1.0) 2025-04-16 12:14:44.137 | Collecting os-brick>=6.3.0 (from glance-store[cinder]!=0.29.0) 2025-04-16 12:14:44.139 | Using cached os_brick-6.4.2-py3-none-any.whl.metadata (1.5 kB) 2025-04-16 12:14:44.178 | Collecting oslo.privsep>=1.23.0 (from glance-store[cinder]!=0.29.0) 2025-04-16 12:14:44.191 | Using cached oslo.privsep-3.2.0-py3-none-any.whl.metadata (2.5 kB) 2025-04-16 12:14:44.228 | Collecting oslo.rootwrap>=5.8.0 (from glance-store[cinder]!=0.29.0) 2025-04-16 12:14:44.230 | Using cached oslo.rootwrap-7.1.0-py3-none-any.whl.metadata (2.0 kB) 2025-04-16 12:14:44.267 | Collecting python-cinderclient>=4.1.0 (from glance-store[cinder]!=0.29.0) 2025-04-16 12:14:44.269 | Using cached python_cinderclient-9.4.0-py3-none-any.whl.metadata (19 kB) 2025-04-16 12:14:44.275 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.3.0) 2025-04-16 12:14:44.276 | Requirement already satisfied: greenlet>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.0.2) 2025-04-16 12:14:44.277 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.16.0) 2025-04-16 12:14:44.295 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (23.1.0) 2025-04-16 12:14:44.296 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.19.3) 2025-04-16 12:14:44.322 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.1.0) 2025-04-16 12:14:44.323 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.7.0) 2025-04-16 12:14:44.324 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.11.1) 2025-04-16 12:14:44.364 | Collecting os-win>=5.7.0 (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) 2025-04-16 12:14:44.366 | Using cached os_win-5.9.0-py3-none-any.whl.metadata (3.4 kB) 2025-04-16 12:14:44.368 | Requirement already satisfied: oslo.context>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (5.2.0) 2025-04-16 12:14:44.369 | Requirement already satisfied: oslo.log>=4.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (5.3.2) 2025-04-16 12:14:44.376 | Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (3.2.1) 2025-04-16 12:14:44.377 | Requirement already satisfied: tenacity>=6.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (6.3.1) 2025-04-16 12:14:44.382 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.18) 2025-04-16 12:14:44.401 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (6.0) 2025-04-16 12:14:44.402 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.5.0) 2025-04-16 12:14:44.403 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.8.0) 2025-04-16 12:14:44.404 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.0.0) 2025-04-16 12:14:44.414 | Requirement already satisfied: cffi>=1.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (1.15.1) 2025-04-16 12:14:44.415 | Requirement already satisfied: msgpack>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (1.0.5) 2025-04-16 12:14:44.424 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2023.3) 2025-04-16 12:14:44.425 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2023.3) 2025-04-16 12:14:44.433 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.11.0) 2025-04-16 12:14:44.434 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (23.1) 2025-04-16 12:14:44.435 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (3.0.9) 2025-04-16 12:14:44.444 | Requirement already satisfied: PrettyTable>=0.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-cinderclient>=4.1.0->glance-store[cinder]!=0.29.0) (3.7.0) 2025-04-16 12:14:44.463 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (3.1.0) 2025-04-16 12:14:44.464 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (3.4) 2025-04-16 12:14:44.465 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.26.15) 2025-04-16 12:14:44.466 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2025.1.31) 2025-04-16 12:14:44.500 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.14.0->oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (2.21) 2025-04-16 12:14:44.511 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.15.0) 2025-04-16 12:14:44.636 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (2.8.2) 2025-04-16 12:14:44.638 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (0.9.6) 2025-04-16 12:14:44.653 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (3.5.2) 2025-04-16 12:14:44.655 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (3.0.1) 2025-04-16 12:14:44.655 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (2.5.1) 2025-04-16 12:14:44.655 | Requirement already satisfied: WebOb>=1.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (1.8.7) 2025-04-16 12:14:44.656 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (1.4.0) 2025-04-16 12:14:44.657 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (4.0.1) 2025-04-16 12:14:44.682 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.2->python-cinderclient>=4.1.0->glance-store[cinder]!=0.29.0) (0.2.6) 2025-04-16 12:14:44.790 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (69.1.1) 2025-04-16 12:14:44.835 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (0.7) 2025-04-16 12:14:44.950 | Using cached glance_store-4.6.1-py3-none-any.whl (242 kB) 2025-04-16 12:14:44.955 | Using cached os_brick-6.4.2-py3-none-any.whl (299 kB) 2025-04-16 12:14:44.960 | Using cached oslo.privsep-3.2.0-py3-none-any.whl (38 kB) 2025-04-16 12:14:44.963 | Using cached oslo.rootwrap-7.1.0-py3-none-any.whl (38 kB) 2025-04-16 12:14:44.965 | Using cached python_cinderclient-9.4.0-py3-none-any.whl (255 kB) 2025-04-16 12:14:44.968 | Using cached os_win-5.9.0-py3-none-any.whl (274 kB) 2025-04-16 12:14:45.342 | Installing collected packages: oslo.rootwrap, python-cinderclient, oslo.privsep, os-win, glance-store, os-brick 2025-04-16 12:14:46.164 | Successfully installed glance-store-4.6.1 os-brick-6.4.2 os-win-5.9.0 oslo.privsep-3.2.0 oslo.rootwrap-7.1.0 python-cinderclient-9.4.0 2025-04-16 12:14:46.296 | + inc/python:pip_install:222 : result=0 2025-04-16 12:14:46.298 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 12:14:46.300 | + functions-common:time_stop:2400 : local name 2025-04-16 12:14:46.303 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:14:46.306 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:14:46.308 | + functions-common:time_stop:2403 : local total 2025-04-16 12:14:46.313 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:14:46.317 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 12:14:46.318 | + functions-common:time_stop:2407 : start_time=1744805683097 2025-04-16 12:14:46.325 | + functions-common:time_stop:2409 : [[ -z 1744805683097 ]] 2025-04-16 12:14:46.328 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:14:46.331 | + functions-common:time_stop:2412 : end_time=1744805686329 2025-04-16 12:14:46.334 | + functions-common:time_stop:2413 : elapsed_time=3232 2025-04-16 12:14:46.336 | + functions-common:time_stop:2414 : total=34079 2025-04-16 12:14:46.338 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:14:46.340 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=37311 2025-04-16 12:14:46.342 | + inc/python:pip_install:225 : return 0 2025-04-16 12:14:46.344 | + lib/glance:install_glance:529 : copy_rootwrap /opt/stack/data/venv/etc/glance 2025-04-16 12:14:46.346 | + lib/glance:copy_rootwrap:238 : local source_path=/opt/stack/data/venv/etc/glance 2025-04-16 12:14:46.348 | + lib/glance:copy_rootwrap:240 : sudo install -d -o stack /etc/glance 2025-04-16 12:14:46.359 | + lib/glance:copy_rootwrap:241 : cp -r /opt/stack/data/venv/etc/glance/rootwrap.conf /opt/stack/data/venv/etc/glance/rootwrap.d /etc/glance/ 2025-04-16 12:14:46.362 | + lib/glance:install_glance:532 : git_clone https://opendev.org/openstack/glance.git /opt/stack//glance stable/2023.2 2025-04-16 12:14:46.364 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/glance.git 2025-04-16 12:14:46.366 | + functions-common:git_clone:573 : local git_dest=/opt/stack//glance 2025-04-16 12:14:46.368 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-16 12:14:46.370 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 12:14:46.372 | ++ functions-common:git_clone:576 : pwd 2025-04-16 12:14:46.374 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 12:14:46.376 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 12:14:46.378 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 12:14:46.390 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 12:14:46.392 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 12:14:46.394 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 12:14:46.396 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 12:14:46.398 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 12:14:46.398 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-16 12:14:46.402 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//glance ]] 2025-04-16 12:14:46.403 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 12:14:46.405 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2025-04-16 12:14:46.407 | + functions-common:git_timed:680 : local count=0 2025-04-16 12:14:46.409 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 12:14:46.410 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 12:14:46.412 | + functions-common:git_timed:684 : timeout=0 2025-04-16 12:14:46.414 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 12:14:46.415 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 12:14:46.417 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:14:46.419 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:14:46.421 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:14:46.424 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805686422 2025-04-16 12:14:46.426 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2025-04-16 12:14:46.428 | Cloning into '/opt/stack//glance'... 2025-04-16 12:14:48.727 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 12:14:48.730 | + functions-common:time_stop:2400 : local name 2025-04-16 12:14:48.731 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:14:48.733 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:14:48.735 | + functions-common:time_stop:2403 : local total 2025-04-16 12:14:48.737 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:14:48.739 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 12:14:48.741 | + functions-common:time_stop:2407 : start_time=1744805686422 2025-04-16 12:14:48.743 | + functions-common:time_stop:2409 : [[ -z 1744805686422 ]] 2025-04-16 12:14:48.745 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:14:48.748 | + functions-common:time_stop:2412 : end_time=1744805688746 2025-04-16 12:14:48.751 | + functions-common:time_stop:2413 : elapsed_time=2324 2025-04-16 12:14:48.752 | + functions-common:time_stop:2414 : total=10535 2025-04-16 12:14:48.754 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:14:48.756 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=12859 2025-04-16 12:14:48.758 | + functions-common:git_clone:614 : cd /opt/stack//glance 2025-04-16 12:14:48.760 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-16 12:14:48.762 | + functions-common:git_timed:680 : local count=0 2025-04-16 12:14:48.764 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 12:14:48.766 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 12:14:48.768 | + functions-common:git_timed:684 : timeout=0 2025-04-16 12:14:48.770 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 12:14:48.771 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 12:14:48.773 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:14:48.775 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:14:48.777 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:14:48.780 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805688778 2025-04-16 12:14:48.782 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-16 12:14:50.756 | From https://opendev.org/openstack/glance 2025-04-16 12:14:50.757 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-16 12:14:50.761 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 12:14:50.763 | + functions-common:time_stop:2400 : local name 2025-04-16 12:14:50.764 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:14:50.766 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:14:50.768 | + functions-common:time_stop:2403 : local total 2025-04-16 12:14:50.770 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:14:50.771 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 12:14:50.773 | + functions-common:time_stop:2407 : start_time=1744805688778 2025-04-16 12:14:50.775 | + functions-common:time_stop:2409 : [[ -z 1744805688778 ]] 2025-04-16 12:14:50.777 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:14:50.780 | + functions-common:time_stop:2412 : end_time=1744805690778 2025-04-16 12:14:50.782 | + functions-common:time_stop:2413 : elapsed_time=2000 2025-04-16 12:14:50.784 | + functions-common:time_stop:2414 : total=12859 2025-04-16 12:14:50.785 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:14:50.787 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=14859 2025-04-16 12:14:50.789 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 12:14:50.791 | + functions-common:git_timed:680 : local count=0 2025-04-16 12:14:50.793 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 12:14:50.795 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 12:14:50.796 | + functions-common:git_timed:684 : timeout=0 2025-04-16 12:14:50.798 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 12:14:50.800 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 12:14:50.802 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:14:50.804 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:14:50.806 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:14:50.809 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805690807 2025-04-16 12:14:50.811 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 12:14:50.876 | Note: switching to 'FETCH_HEAD'. 2025-04-16 12:14:50.877 | 2025-04-16 12:14:50.877 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 12:14:50.877 | changes and commit them, and you can discard any commits you make in this 2025-04-16 12:14:50.877 | state without impacting any branches by switching back to a branch. 2025-04-16 12:14:50.877 | 2025-04-16 12:14:50.877 | If you want to create a new branch to retain commits you create, you may 2025-04-16 12:14:50.877 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 12:14:50.877 | 2025-04-16 12:14:50.877 | git switch -c 2025-04-16 12:14:50.877 | 2025-04-16 12:14:50.877 | Or undo this operation with: 2025-04-16 12:14:50.877 | 2025-04-16 12:14:50.877 | git switch - 2025-04-16 12:14:50.877 | 2025-04-16 12:14:50.877 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 12:14:50.877 | 2025-04-16 12:14:50.877 | HEAD is now at 18453f8 Fixed typo in discovery.py 2025-04-16 12:14:50.879 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 12:14:50.881 | + functions-common:time_stop:2400 : local name 2025-04-16 12:14:50.883 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:14:50.884 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:14:50.886 | + functions-common:time_stop:2403 : local total 2025-04-16 12:14:50.888 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:14:50.890 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 12:14:50.891 | + functions-common:time_stop:2407 : start_time=1744805690807 2025-04-16 12:14:50.893 | + functions-common:time_stop:2409 : [[ -z 1744805690807 ]] 2025-04-16 12:14:50.895 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:14:50.898 | + functions-common:time_stop:2412 : end_time=1744805690896 2025-04-16 12:14:50.900 | + functions-common:time_stop:2413 : elapsed_time=89 2025-04-16 12:14:50.902 | + functions-common:time_stop:2414 : total=14859 2025-04-16 12:14:50.903 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:14:50.905 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=14948 2025-04-16 12:14:50.907 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//glance 2025-04-16 12:14:50.917 | + functions-common:git_clone:655 : cd /opt/stack//glance 2025-04-16 12:14:50.919 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 12:14:50.919 | + functions-common:git_clone:656 : head -1 2025-04-16 12:14:50.921 | 18453f8 Fixed typo in discovery.py 2025-04-16 12:14:50.923 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 12:14:50.925 | + lib/glance:install_glance:534 : setup_develop /opt/stack//glance 2025-04-16 12:14:50.927 | + inc/python:setup_develop:360 : local bindep 2025-04-16 12:14:50.929 | + inc/python:setup_develop:361 : [[ /opt/stack//glance == -bindep* ]] 2025-04-16 12:14:50.931 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//glance 2025-04-16 12:14:50.933 | + inc/python:setup_develop:366 : local extras= 2025-04-16 12:14:50.935 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//glance -e 2025-04-16 12:14:50.937 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-16 12:14:50.938 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//glance == -bindep* ]] 2025-04-16 12:14:50.940 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//glance 2025-04-16 12:14:50.942 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-16 12:14:50.944 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-16 12:14:50.946 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//glance 2025-04-16 12:14:50.948 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-16 12:14:50.950 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/glance 2025-04-16 12:14:50.952 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-16 12:14:50.954 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-16 12:14:50.957 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2025-04-16 12:14:50.961 | + inc/python:_setup_package_with_constraints_edit:407 : name=glance 2025-04-16 12:14:50.962 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- glance 2025-04-16 12:14:51.283 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/glance -e 2025-04-16 12:14:51.285 | + inc/python:setup_package:440 : local bindep=0 2025-04-16 12:14:51.287 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-16 12:14:51.289 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-16 12:14:51.291 | + inc/python:setup_package:443 : [[ /opt/stack/glance == -bindep* ]] 2025-04-16 12:14:51.293 | + inc/python:setup_package:448 : local project_dir=/opt/stack/glance 2025-04-16 12:14:51.294 | + inc/python:setup_package:449 : local flags=-e 2025-04-16 12:14:51.297 | + inc/python:setup_package:450 : local extras= 2025-04-16 12:14:51.298 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-16 12:14:51.300 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-16 12:14:51.302 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-16 12:14:51.304 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-16 12:14:51.306 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-16 12:14:51.307 | + inc/python:setup_package:468 : pip_install -e /opt/stack/glance 2025-04-16 12:14:51.323 | Using python 3.10 to install /opt/stack/glance 2025-04-16 12:14:51.324 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/glance 2025-04-16 12:14:52.127 | Obtaining file:///opt/stack/glance 2025-04-16 12:14:52.128 | Preparing metadata (setup.py): started 2025-04-16 12:14:52.494 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 12:14:52.553 | Requirement already satisfied: pbr>=3.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.11.1) 2025-04-16 12:14:52.554 | Requirement already satisfied: defusedxml>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (0.7.1) 2025-04-16 12:14:52.554 | Requirement already satisfied: SQLAlchemy>=1.3.14 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (1.4.41) 2025-04-16 12:14:52.555 | Requirement already satisfied: eventlet>=0.33.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (0.33.3) 2025-04-16 12:14:52.556 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (3.0.1) 2025-04-16 12:14:52.557 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (2.5.1) 2025-04-16 12:14:52.558 | Requirement already satisfied: WebOb>=1.8.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (1.8.7) 2025-04-16 12:14:52.649 | Collecting sqlparse>=0.2.2 (from glance==0.0.1.dev13) 2025-04-16 12:14:52.651 | Using cached sqlparse-0.4.4-py3-none-any.whl.metadata (4.0 kB) 2025-04-16 12:14:52.653 | Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (1.9.4) 2025-04-16 12:14:52.677 | Collecting httplib2>=0.9.1 (from glance==0.0.1.dev13) 2025-04-16 12:14:52.679 | Using cached httplib2-0.22.0-py3-none-any.whl.metadata (2.6 kB) 2025-04-16 12:14:52.681 | Requirement already satisfied: oslo.config>=8.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (9.2.0) 2025-04-16 12:14:52.681 | Requirement already satisfied: oslo.concurrency>=4.5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.2.0) 2025-04-16 12:14:52.682 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.2.0) 2025-04-16 12:14:52.683 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (2.2.0) 2025-04-16 12:14:52.683 | Requirement already satisfied: oslo.utils>=4.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (6.2.1) 2025-04-16 12:14:52.684 | Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.1.0) 2025-04-16 12:14:52.685 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (2.4.1) 2025-04-16 12:14:52.726 | Collecting taskflow>=4.0.0 (from glance==0.0.1.dev13) 2025-04-16 12:14:52.728 | Using cached taskflow-5.4.0-py3-none-any.whl.metadata (5.1 kB) 2025-04-16 12:14:52.730 | Requirement already satisfied: keystoneauth1>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.3.0) 2025-04-16 12:14:52.731 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (10.4.1) 2025-04-16 12:14:52.752 | Collecting WSME>=0.8.0 (from glance==0.0.1.dev13) 2025-04-16 12:14:52.754 | Using cached WSME-0.12.1-py3-none-any.whl.metadata (3.7 kB) 2025-04-16 12:14:52.755 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (3.7.0) 2025-04-16 12:14:52.756 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (3.5.2) 2025-04-16 12:14:52.757 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (4.17.3) 2025-04-16 12:14:52.757 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.2.0) 2025-04-16 12:14:52.760 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (23.1.1) 2025-04-16 12:14:52.760 | Requirement already satisfied: oslo.db>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (14.1.1) 2025-04-16 12:14:52.760 | Requirement already satisfied: oslo.i18n>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (6.1.1) 2025-04-16 12:14:52.783 | Collecting oslo.limit>=1.6.0 (from glance==0.0.1.dev13) 2025-04-16 12:14:52.785 | Using cached oslo.limit-2.2.0-py3-none-any.whl.metadata (2.0 kB) 2025-04-16 12:14:52.788 | Requirement already satisfied: oslo.log>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.3.2) 2025-04-16 12:14:52.788 | Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (14.4.2) 2025-04-16 12:14:52.788 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.2.0) 2025-04-16 12:14:52.816 | Collecting oslo.reports>=1.18.0 (from glance==0.0.1.dev13) 2025-04-16 12:14:52.818 | Using cached oslo.reports-3.1.0-py3-none-any.whl.metadata (3.8 kB) 2025-04-16 12:14:52.820 | Requirement already satisfied: oslo.policy>=3.11.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (4.2.1) 2025-04-16 12:14:52.838 | Collecting retrying!=1.3.0,>=1.2.3 (from glance==0.0.1.dev13) 2025-04-16 12:14:52.840 | Using cached retrying-1.3.4-py3-none-any.whl.metadata (6.9 kB) 2025-04-16 12:14:52.842 | Requirement already satisfied: osprofiler>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (4.1.0) 2025-04-16 12:14:52.842 | Requirement already satisfied: glance-store>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (4.6.1) 2025-04-16 12:14:52.843 | Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (2.5.0) 2025-04-16 12:14:52.844 | Requirement already satisfied: cryptography>=2.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (40.0.2) 2025-04-16 12:14:52.867 | Collecting cursive>=0.2.1 (from glance==0.0.1.dev13) 2025-04-16 12:14:52.869 | Using cached cursive-0.2.3-py2.py3-none-any.whl.metadata (1.7 kB) 2025-04-16 12:14:52.871 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (1.1.0) 2025-04-16 12:14:52.872 | Requirement already satisfied: os-win>=4.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.9.0) 2025-04-16 12:14:52.908 | Collecting castellan>=0.17.0 (from glance==0.0.1.dev13) 2025-04-16 12:14:52.910 | Using cached castellan-4.3.0-py3-none-any.whl.metadata (1.9 kB) 2025-04-16 12:14:52.917 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=0.9.6->glance==0.0.1.dev13) (1.2.4) 2025-04-16 12:14:52.952 | Collecting python-barbicanclient>=4.5.2 (from castellan>=0.17.0->glance==0.0.1.dev13) 2025-04-16 12:14:52.954 | Using cached python_barbicanclient-5.6.1-py3-none-any.whl.metadata (11 kB) 2025-04-16 12:14:52.956 | Requirement already satisfied: requests!=2.20.0,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from castellan>=0.17.0->glance==0.0.1.dev13) (2.28.2) 2025-04-16 12:14:52.975 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.6.1->glance==0.0.1.dev13) (1.15.1) 2025-04-16 12:14:52.988 | Requirement already satisfied: oslo.serialization>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cursive>=0.2.1->glance==0.0.1.dev13) (5.2.1) 2025-04-16 12:14:52.993 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.19.0->glance==0.0.1.dev13) (1.15.0) 2025-04-16 12:14:52.999 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.33.3->glance==0.0.1.dev13) (2.3.0) 2025-04-16 12:14:53.000 | Requirement already satisfied: greenlet>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.33.3->glance==0.0.1.dev13) (2.0.2) 2025-04-16 12:14:53.001 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.33.3->glance==0.0.1.dev13) (1.16.0) 2025-04-16 12:14:53.041 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from httplib2>=0.9.1->glance==0.0.1.dev13) (3.0.9) 2025-04-16 12:14:53.063 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance==0.0.1.dev13) (23.1.0) 2025-04-16 12:14:53.064 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance==0.0.1.dev13) (0.19.3) 2025-04-16 12:14:53.089 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance==0.0.1.dev13) (1.7.0) 2025-04-16 12:14:53.112 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->glance==0.0.1.dev13) (3.5.0) 2025-04-16 12:14:53.114 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->glance==0.0.1.dev13) (3.1.1) 2025-04-16 12:14:53.128 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=4.5.1->glance==0.0.1.dev13) (0.18) 2025-04-16 12:14:53.151 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.1.0->glance==0.0.1.dev13) (6.0) 2025-04-16 12:14:53.152 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.1.0->glance==0.0.1.dev13) (0.8.0) 2025-04-16 12:14:53.153 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.1.0->glance==0.0.1.dev13) (2.0.0) 2025-04-16 12:14:53.202 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=5.0.0->glance==0.0.1.dev13) (2.0.1) 2025-04-16 12:14:53.203 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=5.0.0->glance==0.0.1.dev13) (0.5.0) 2025-04-16 12:14:53.260 | Collecting openstacksdk>=0.31.1 (from oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-16 12:14:53.263 | Using cached openstacksdk-1.5.1-py3-none-any.whl.metadata (9.4 kB) 2025-04-16 12:14:53.287 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.5.0->glance==0.0.1.dev13) (2.8.2) 2025-04-16 12:14:53.290 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.5.0->glance==0.0.1.dev13) (0.9.6) 2025-04-16 12:14:53.314 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (5.1.1) 2025-04-16 12:14:53.315 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (5.3.0) 2025-04-16 12:14:53.316 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (5.2.4) 2025-04-16 12:14:53.317 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (0.7.0) 2025-04-16 12:14:53.318 | Requirement already satisfied: oslo.service!=1.28.1,>=1.24.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (3.2.1) 2025-04-16 12:14:53.329 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev13) (3.1.2) 2025-04-16 12:14:53.330 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev13) (4.0.1) 2025-04-16 12:14:53.332 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev13) (4.0.1) 2025-04-16 12:14:53.462 | Collecting psutil>=3.2.2 (from oslo.reports>=1.18.0->glance==0.0.1.dev13) 2025-04-16 12:14:53.464 | Using cached psutil-5.9.5-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (21 kB) 2025-04-16 12:14:53.488 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev13) (0.11.0) 2025-04-16 12:14:53.489 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev13) (23.1) 2025-04-16 12:14:53.490 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev13) (2023.3) 2025-04-16 12:14:53.491 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev13) (2023.3) 2025-04-16 12:14:53.524 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->glance==0.0.1.dev13) (69.1.1) 2025-04-16 12:14:53.554 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->glance==0.0.1.dev13) (0.2.6) 2025-04-16 12:14:53.602 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->glance==0.0.1.dev13) (0.7) 2025-04-16 12:14:53.774 | Collecting automaton>=1.9.0 (from taskflow>=4.0.0->glance==0.0.1.dev13) 2025-04-16 12:14:53.776 | Using cached automaton-3.2.0-py3-none-any.whl.metadata (1.8 kB) 2025-04-16 12:14:53.816 | Collecting networkx>=2.1.0 (from taskflow>=4.0.0->glance==0.0.1.dev13) 2025-04-16 12:14:53.818 | Using cached networkx-3.1-py3-none-any.whl.metadata (5.3 kB) 2025-04-16 12:14:53.843 | Collecting pydot>=1.2.4 (from taskflow>=4.0.0->glance==0.0.1.dev13) 2025-04-16 12:14:53.845 | Using cached pydot-1.4.2-py2.py3-none-any.whl.metadata (8.0 kB) 2025-04-16 12:14:53.847 | Requirement already satisfied: tenacity>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from taskflow>=4.0.0->glance==0.0.1.dev13) (6.3.1) 2025-04-16 12:14:53.892 | Collecting simplegeneric (from WSME>=0.8.0->glance==0.0.1.dev13) 2025-04-16 12:14:53.893 | Using cached simplegeneric-0.8.1-py3-none-any.whl 2025-04-16 12:14:53.961 | Collecting importlib-metadata>=4.4 (from WSME>=0.8.0->glance==0.0.1.dev13) 2025-04-16 12:14:53.963 | Using cached importlib_metadata-6.0.1-py3-none-any.whl.metadata (5.0 kB) 2025-04-16 12:14:53.976 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (5.0.0) 2025-04-16 12:14:54.048 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.6.1->glance==0.0.1.dev13) (2.21) 2025-04-16 12:14:54.156 | Collecting zipp>=0.5 (from importlib-metadata>=4.4->WSME>=0.8.0->glance==0.0.1.dev13) 2025-04-16 12:14:54.158 | Using cached zipp-3.15.0-py3-none-any.whl.metadata (3.7 kB) 2025-04-16 12:14:54.173 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->glance==0.0.1.dev13) (2.1.2) 2025-04-16 12:14:54.289 | Collecting appdirs>=1.3.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-16 12:14:54.291 | Using cached appdirs-1.4.4-py2.py3-none-any.whl.metadata (9.0 kB) 2025-04-16 12:14:54.310 | Collecting requestsexceptions>=1.2.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-16 12:14:54.312 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl.metadata (1.2 kB) 2025-04-16 12:14:54.338 | Collecting jsonpatch!=1.20,>=1.16 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-16 12:14:54.339 | Using cached jsonpatch-1.32-py2.py3-none-any.whl.metadata (3.2 kB) 2025-04-16 12:14:54.341 | Requirement already satisfied: decorator>=4.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) (5.1.1) 2025-04-16 12:14:54.361 | Collecting jmespath>=0.9.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-16 12:14:54.362 | Using cached jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB) 2025-04-16 12:14:54.364 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) (1.1.8) 2025-04-16 12:14:54.422 | Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (0.16.0) 2025-04-16 12:14:54.437 | Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=1.10.0->cursive>=0.2.1->glance==0.0.1.dev13) (1.0.5) 2025-04-16 12:14:54.458 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (1.4.0) 2025-04-16 12:14:54.461 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (4.0.1) 2025-04-16 12:14:54.628 | Collecting cliff!=2.9.0,>=2.8.0 (from python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev13) 2025-04-16 12:14:54.630 | Using cached cliff-4.3.0-py3-none-any.whl.metadata (1.9 kB) 2025-04-16 12:14:54.716 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev13) (3.1.0) 2025-04-16 12:14:54.717 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev13) (3.4) 2025-04-16 12:14:54.718 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev13) (1.26.15) 2025-04-16 12:14:54.719 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev13) (2025.1.31) 2025-04-16 12:14:54.825 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=5.0.0->glance==0.0.1.dev13) (2.6.0) 2025-04-16 12:14:55.056 | Collecting autopage>=0.4.0 (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev13) 2025-04-16 12:14:55.058 | Using cached autopage-0.5.1-py3-none-any.whl.metadata (7.8 kB) 2025-04-16 12:14:55.109 | Collecting cmd2>=1.0.0 (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev13) 2025-04-16 12:14:55.111 | Using cached cmd2-2.4.3-py3-none-any.whl.metadata (12 kB) 2025-04-16 12:14:55.248 | Collecting jsonpointer>=1.9 (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-16 12:14:55.250 | Using cached jsonpointer-2.3-py2.py3-none-any.whl.metadata (2.5 kB) 2025-04-16 12:14:55.590 | Collecting pyperclip>=1.6 (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev13) 2025-04-16 12:14:55.591 | Using cached pyperclip-1.8.2-py3-none-any.whl 2025-04-16 12:14:55.654 | Using cached castellan-4.3.0-py3-none-any.whl (97 kB) 2025-04-16 12:14:55.658 | Using cached cursive-0.2.3-py2.py3-none-any.whl (43 kB) 2025-04-16 12:14:55.661 | Using cached httplib2-0.22.0-py3-none-any.whl (96 kB) 2025-04-16 12:14:55.664 | Using cached oslo.limit-2.2.0-py3-none-any.whl (20 kB) 2025-04-16 12:14:55.667 | Using cached oslo.reports-3.1.0-py3-none-any.whl (53 kB) 2025-04-16 12:14:55.670 | Using cached retrying-1.3.4-py3-none-any.whl (11 kB) 2025-04-16 12:14:55.672 | Using cached sqlparse-0.4.4-py3-none-any.whl (41 kB) 2025-04-16 12:14:55.675 | Using cached taskflow-5.4.0-py3-none-any.whl (493 kB) 2025-04-16 12:14:55.681 | Using cached WSME-0.12.1-py3-none-any.whl (59 kB) 2025-04-16 12:14:55.686 | Using cached automaton-3.2.0-py3-none-any.whl (22 kB) 2025-04-16 12:14:55.690 | Using cached importlib_metadata-6.0.1-py3-none-any.whl (21 kB) 2025-04-16 12:14:55.693 | Using cached networkx-3.1-py3-none-any.whl (2.1 MB) 2025-04-16 12:14:55.708 | Using cached openstacksdk-1.5.1-py3-none-any.whl (1.7 MB) 2025-04-16 12:14:55.721 | Using cached psutil-5.9.5-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (282 kB) 2025-04-16 12:14:55.728 | Using cached pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2025-04-16 12:14:55.732 | Using cached python_barbicanclient-5.6.1-py3-none-any.whl (89 kB) 2025-04-16 12:14:55.735 | Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) 2025-04-16 12:14:55.737 | Using cached cliff-4.3.0-py3-none-any.whl (80 kB) 2025-04-16 12:14:55.740 | Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2025-04-16 12:14:55.743 | Using cached jsonpatch-1.32-py2.py3-none-any.whl (12 kB) 2025-04-16 12:14:55.745 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 2025-04-16 12:14:55.748 | Using cached zipp-3.15.0-py3-none-any.whl (6.8 kB) 2025-04-16 12:14:55.750 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2025-04-16 12:14:55.753 | Using cached cmd2-2.4.3-py3-none-any.whl (147 kB) 2025-04-16 12:14:55.764 | Using cached jsonpointer-2.3-py2.py3-none-any.whl (7.8 kB) 2025-04-16 12:14:56.094 | Installing collected packages: simplegeneric, requestsexceptions, pyperclip, appdirs, zipp, sqlparse, retrying, pydot, psutil, networkx, jsonpointer, jmespath, httplib2, cmd2, autopage, jsonpatch, importlib-metadata, automaton, WSME, openstacksdk, cliff, taskflow, python-barbicanclient, oslo.reports, oslo.limit, castellan, cursive, glance 2025-04-16 12:14:59.213 | Running setup.py develop for glance 2025-04-16 12:15:00.428 | Successfully installed WSME-0.12.1 appdirs-1.4.4 automaton-3.2.0 autopage-0.5.1 castellan-4.3.0 cliff-4.3.0 cmd2-2.4.3 cursive-0.2.3 glance-0.0.1.dev13 httplib2-0.22.0 importlib-metadata-6.0.1 jmespath-1.0.1 jsonpatch-1.32 jsonpointer-2.3 networkx-3.1 openstacksdk-1.5.1 oslo.limit-2.2.0 oslo.reports-3.1.0 psutil-5.9.5 pydot-1.4.2 pyperclip-1.8.2 python-barbicanclient-5.6.1 requestsexceptions-1.4.0 retrying-1.3.4 simplegeneric-0.8.1 sqlparse-0.4.4 taskflow-5.4.0 zipp-3.15.0 2025-04-16 12:15:00.577 | + inc/python:pip_install:222 : result=0 2025-04-16 12:15:00.579 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 12:15:00.580 | + functions-common:time_stop:2400 : local name 2025-04-16 12:15:00.583 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:15:00.584 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:15:00.586 | + functions-common:time_stop:2403 : local total 2025-04-16 12:15:00.588 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:15:00.589 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 12:15:00.591 | + functions-common:time_stop:2407 : start_time=1744805691319 2025-04-16 12:15:00.593 | + functions-common:time_stop:2409 : [[ -z 1744805691319 ]] 2025-04-16 12:15:00.595 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:15:00.598 | + functions-common:time_stop:2412 : end_time=1744805700596 2025-04-16 12:15:00.600 | + functions-common:time_stop:2413 : elapsed_time=9277 2025-04-16 12:15:00.602 | + functions-common:time_stop:2414 : total=37311 2025-04-16 12:15:00.603 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:15:00.605 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=46588 2025-04-16 12:15:00.607 | + inc/python:pip_install:225 : return 0 2025-04-16 12:15:00.609 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-16 12:15:00.611 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-16 12:15:00.613 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/glance 2025-04-16 12:15:00.615 | + inc/python:use_library_from_git:272 : local name=/opt/stack/glance 2025-04-16 12:15:00.617 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:15:00.618 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:15:00.620 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/glance, ]] 2025-04-16 12:15:00.622 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:15:00.624 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-16 12:15:00.626 | + stack.sh:main:948 : configure_glance 2025-04-16 12:15:00.628 | + lib/glance:configure_glance:322 : sudo install -d -o stack /etc/glance /etc/glance/metadefs 2025-04-16 12:15:00.639 | + lib/glance:configure_glance:325 : local dburl 2025-04-16 12:15:00.641 | ++ lib/glance:configure_glance:326 : database_connection_url glance 2025-04-16 12:15:00.643 | ++ lib/database:database_connection_url:134 : local db=glance 2025-04-16 12:15:00.645 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2025-04-16 12:15:00.646 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=glance 2025-04-16 12:15:00.648 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 12:15:00.650 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 12:15:00.651 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 12:15:00.664 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:15:00.666 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 12:15:00.668 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2025-04-16 12:15:00.670 | + lib/glance:configure_glance:326 : dburl='mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2025-04-16 12:15:00.672 | + lib/glance:configure_glance:328 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2025-04-16 12:15:00.697 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2025-04-16 12:15:00.721 | + lib/glance:configure_glance:330 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2025-04-16 12:15:00.744 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2025-04-16 12:15:00.767 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2025-04-16 12:15:00.791 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2025-04-16 12:15:00.815 | + lib/glance:configure_glance:334 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2025-04-16 12:15:00.817 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/glance/glance-api.conf 2025-04-16 12:15:00.818 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=glance 2025-04-16 12:15:00.820 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-16 12:15:00.822 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2025-04-16 12:15:00.845 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2025-04-16 12:15:00.866 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-16 12:15:00.887 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2025-04-16 12:15:00.910 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken password nomoresecret 2025-04-16 12:15:00.931 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2025-04-16 12:15:00.954 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2025-04-16 12:15:00.977 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2025-04-16 12:15:01.000 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-16 12:15:01.022 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2025-04-16 12:15:01.046 | + lib/glance:configure_glance:335 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2025-04-16 12:15:01.071 | + lib/glance:configure_glance:336 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2025-04-16 12:15:01.073 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=glance 2025-04-16 12:15:01.075 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/glance/glance-api.conf 2025-04-16 12:15:01.077 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-16 12:15:01.079 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-16 12:15:01.081 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-16 12:15:01.093 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:15:01.095 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-16 12:15:01.097 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-16 12:15:01.098 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-16 12:15:01.111 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:15:01.112 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 12:15:01.114 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 12:15:01.136 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-16 12:15:01.138 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-16 12:15:01.140 | + lib/glance:configure_glance:337 : '[' vsphere = libvirt ']' 2025-04-16 12:15:01.142 | + lib/glance:configure_glance:341 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2025-04-16 12:15:01.164 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2025-04-16 12:15:01.188 | + lib/glance:configure_glance:345 : configure_glance_store False False 2025-04-16 12:15:01.190 | + lib/glance:configure_glance_store:251 : local use_cinder_for_glance=False 2025-04-16 12:15:01.192 | + lib/glance:configure_glance_store:252 : local glance_enable_multiple_stores=False 2025-04-16 12:15:01.194 | + lib/glance:configure_glance_store:253 : local be 2025-04-16 12:15:01.196 | + lib/glance:configure_glance_store:255 : [[ False == \F\a\l\s\e ]] 2025-04-16 12:15:01.198 | + lib/glance:configure_glance_store:257 : [[ False == \T\r\u\e ]] 2025-04-16 12:15:01.200 | + lib/glance:configure_glance_store:274 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2025-04-16 12:15:01.223 | + lib/glance:configure_glance:348 : '[' -n '' ']' 2025-04-16 12:15:01.226 | + lib/glance:configure_glance:351 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.180.1.21 2025-04-16 12:15:01.249 | + lib/glance:configure_glance:355 : [[ False == \F\a\l\s\e ]] 2025-04-16 12:15:01.251 | + lib/glance:configure_glance:357 : is_service_enabled s-proxy 2025-04-16 12:15:01.263 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:15:01.265 | + lib/glance:configure_glance:379 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.180.1.21/image 2025-04-16 12:15:01.287 | + lib/glance:configure_glance:381 : is_service_enabled tls-proxy 2025-04-16 12:15:01.299 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:15:01.301 | + lib/glance:configure_glance:387 : setup_logging /etc/glance/glance-api.conf 2025-04-16 12:15:01.303 | + functions:setup_logging:685 : setup_systemd_logging /etc/glance/glance-api.conf 2025-04-16 12:15:01.305 | + functions:setup_systemd_logging:700 : local conf_file=/etc/glance/glance-api.conf 2025-04-16 12:15:01.308 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-16 12:15:01.320 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-16 12:15:01.321 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-16 12:15:01.323 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-16 12:15:01.325 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-16 12:15:01.327 | + functions:setup_systemd_logging:713 : iniset /etc/glance/glance-api.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-16 12:15:01.349 | + functions:setup_systemd_logging:715 : iniset /etc/glance/glance-api.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2025-04-16 12:15:01.370 | + functions:setup_systemd_logging:716 : iniset /etc/glance/glance-api.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2025-04-16 12:15:01.393 | + functions:setup_systemd_logging:717 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-16 12:15:01.416 | + lib/glance:configure_glance:389 : cp -p /opt/stack//glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2025-04-16 12:15:01.420 | + lib/glance:configure_glance:392 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2025-04-16 12:15:01.444 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2025-04-16 12:15:01.466 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2025-04-16 12:15:01.489 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.180.1.21/identity 2025-04-16 12:15:01.512 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2025-04-16 12:15:01.535 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2025-04-16 12:15:01.558 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password nomoresecret 2025-04-16 12:15:01.580 | + lib/glance:configure_glance:401 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2025-04-16 12:15:01.605 | + lib/glance:configure_glance:404 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2025-04-16 12:15:01.628 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2025-04-16 12:15:01.653 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2025-04-16 12:15:01.675 | + lib/glance:configure_glance:408 : cp -p /opt/stack//glance/etc/schema-image.json /etc/glance/schema-image.json 2025-04-16 12:15:01.678 | + lib/glance:configure_glance:410 : cp -p /opt/stack//glance/etc/metadefs/cim-processor-allocation-setting-data.json /opt/stack//glance/etc/metadefs/cim-resource-allocation-setting-data.json /opt/stack//glance/etc/metadefs/cim-storage-allocation-setting-data.json /opt/stack//glance/etc/metadefs/cim-virtual-system-setting-data.json /opt/stack//glance/etc/metadefs/compute-aggr-disk-filter.json /opt/stack//glance/etc/metadefs/compute-aggr-iops-filter.json /opt/stack//glance/etc/metadefs/compute-aggr-num-instances.json /opt/stack//glance/etc/metadefs/compute-cpu-mode.json /opt/stack//glance/etc/metadefs/compute-cpu-pinning.json /opt/stack//glance/etc/metadefs/compute-guest-memory-backing.json /opt/stack//glance/etc/metadefs/compute-guest-shutdown.json /opt/stack//glance/etc/metadefs/compute-host-capabilities.json /opt/stack//glance/etc/metadefs/compute-hypervisor.json /opt/stack//glance/etc/metadefs/compute-instance-data.json /opt/stack//glance/etc/metadefs/compute-libvirt-image.json /opt/stack//glance/etc/metadefs/compute-libvirt.json /opt/stack//glance/etc/metadefs/compute-quota.json /opt/stack//glance/etc/metadefs/compute-randomgen.json /opt/stack//glance/etc/metadefs/compute-vcputopology.json /opt/stack//glance/etc/metadefs/compute-vmware-flavor.json /opt/stack//glance/etc/metadefs/compute-vmware.json /opt/stack//glance/etc/metadefs/compute-vmware-quota-flavor.json /opt/stack//glance/etc/metadefs/compute-vtpm-hw.json /opt/stack//glance/etc/metadefs/compute-vtpm.json /opt/stack//glance/etc/metadefs/compute-watchdog.json /opt/stack//glance/etc/metadefs/compute-xenapi.json /opt/stack//glance/etc/metadefs/glance-common-image-props.json /opt/stack//glance/etc/metadefs/image-signature-verification.json /opt/stack//glance/etc/metadefs/operating-system.json /opt/stack//glance/etc/metadefs/software-databases.json /opt/stack//glance/etc/metadefs/software-runtimes.json /opt/stack//glance/etc/metadefs/software-webservers.json /opt/stack//glance/etc/metadefs/storage-volume-type.json /etc/glance/metadefs 2025-04-16 12:15:01.682 | + lib/glance:configure_glance:412 : is_service_enabled tls-proxy 2025-04-16 12:15:01.694 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:15:01.696 | + lib/glance:configure_glance:420 : [[ False == False ]] 2025-04-16 12:15:01.698 | + lib/glance:configure_glance:421 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /opt/stack/data/venv/bin/glance-wsgi-api /image 2025-04-16 12:15:01.700 | + lib/apache:write_local_uwsgi_http_config:306 : local file=/etc/glance/glance-uwsgi.ini 2025-04-16 12:15:01.701 | + lib/apache:write_local_uwsgi_http_config:307 : local wsgi=/opt/stack/data/venv/bin/glance-wsgi-api 2025-04-16 12:15:01.703 | + lib/apache:write_local_uwsgi_http_config:308 : local url=/image 2025-04-16 12:15:01.705 | ++ lib/apache:write_local_uwsgi_http_config:309 : basename /opt/stack/data/venv/bin/glance-wsgi-api 2025-04-16 12:15:01.708 | + lib/apache:write_local_uwsgi_http_config:309 : name=glance-wsgi-api 2025-04-16 12:15:01.710 | + lib/apache:write_local_uwsgi_http_config:315 : rm -rf /etc/glance/glance-uwsgi.ini 2025-04-16 12:15:01.712 | + lib/apache:write_local_uwsgi_http_config:316 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/glance-wsgi-api 2025-04-16 12:15:01.735 | ++ lib/apache:write_local_uwsgi_http_config:317 : get_random_port 2025-04-16 12:15:01.737 | ++ functions:get_random_port:847 : read lower_port upper_port 2025-04-16 12:15:01.738 | ++ functions:get_random_port:848 : true 2025-04-16 12:15:01.740 | ++ functions:get_random_port:849 : (( port = upper_port )) 2025-04-16 12:15:01.742 | ++ functions:get_random_port:849 : (( port >= lower_port )) 2025-04-16 12:15:01.744 | ++ functions:get_random_port:850 : sudo lsof -i :60999 2025-04-16 12:15:01.781 | ++ functions:get_random_port:851 : [[ 1 > 0 ]] 2025-04-16 12:15:01.782 | ++ functions:get_random_port:852 : break 2 2025-04-16 12:15:01.784 | ++ functions:get_random_port:856 : echo 60999 2025-04-16 12:15:01.786 | + lib/apache:write_local_uwsgi_http_config:317 : port=60999 2025-04-16 12:15:01.788 | + lib/apache:write_local_uwsgi_http_config:318 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2025-04-16 12:15:01.810 | + lib/apache:write_local_uwsgi_http_config:319 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2025-04-16 12:15:01.831 | + lib/apache:write_local_uwsgi_http_config:321 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2025-04-16 12:15:01.852 | + lib/apache:write_local_uwsgi_http_config:323 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2025-04-16 12:15:01.873 | + lib/apache:write_local_uwsgi_http_config:324 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2025-04-16 12:15:01.894 | + lib/apache:write_local_uwsgi_http_config:325 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2025-04-16 12:15:01.916 | + lib/apache:write_local_uwsgi_http_config:326 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2025-04-16 12:15:01.936 | + lib/apache:write_local_uwsgi_http_config:328 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2025-04-16 12:15:01.958 | + lib/apache:write_local_uwsgi_http_config:330 : iniset /etc/glance/glance-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-04-16 12:15:01.979 | + lib/apache:write_local_uwsgi_http_config:333 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-16 12:15:02.001 | + lib/apache:write_local_uwsgi_http_config:335 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2025-04-16 12:15:02.024 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-16 12:15:02.045 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2025-04-16 12:15:02.066 | + lib/apache:write_local_uwsgi_http_config:340 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2025-04-16 12:15:02.087 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2025-04-16 12:15:02.109 | + lib/apache:write_local_uwsgi_http_config:342 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2025-04-16 12:15:02.130 | + lib/apache:write_local_uwsgi_http_config:343 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2025-04-16 12:15:02.151 | + lib/apache:write_local_uwsgi_http_config:344 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2025-04-16 12:15:02.172 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2025-04-16 12:15:02.194 | + lib/apache:write_local_uwsgi_http_config:348 : enable_apache_mod proxy 2025-04-16 12:15:02.195 | + lib/apache:enable_apache_mod:55 : local mod=proxy 2025-04-16 12:15:02.197 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 12:15:02.199 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:15:02.201 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:15:02.202 | + lib/apache:enable_apache_mod:60 : [[ proxy != \v\e\r\s\i\o\n ]] 2025-04-16 12:15:02.204 | + lib/apache:enable_apache_mod:60 : a2query -m proxy 2025-04-16 12:15:02.232 | proxy (enabled by site administrator) 2025-04-16 12:15:02.234 | + lib/apache:write_local_uwsgi_http_config:349 : enable_apache_mod proxy_http 2025-04-16 12:15:02.236 | + lib/apache:enable_apache_mod:55 : local mod=proxy_http 2025-04-16 12:15:02.238 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 12:15:02.240 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:15:02.241 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:15:02.243 | + lib/apache:enable_apache_mod:60 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2025-04-16 12:15:02.245 | + lib/apache:enable_apache_mod:60 : a2query -m proxy_http 2025-04-16 12:15:02.272 | No module matches proxy_http 2025-04-16 12:15:02.274 | + lib/apache:enable_apache_mod:61 : sudo a2enmod proxy_http 2025-04-16 12:15:02.306 | Considering dependency proxy for proxy_http: 2025-04-16 12:15:02.306 | Module proxy already enabled 2025-04-16 12:15:02.306 | Enabling module proxy_http. 2025-04-16 12:15:02.309 | To activate the new configuration, you need to run: 2025-04-16 12:15:02.309 | systemctl restart apache2 2025-04-16 12:15:02.313 | + lib/apache:enable_apache_mod:62 : restart_apache_server 2025-04-16 12:15:02.315 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-16 12:15:02.316 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 12:15:02.318 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-16 12:15:02.413 | + lib/apache:write_local_uwsgi_http_config:350 : local apache_conf= 2025-04-16 12:15:02.416 | ++ lib/apache:write_local_uwsgi_http_config:351 : apache_site_config_for glance-wsgi-api 2025-04-16 12:15:02.417 | ++ lib/apache:apache_site_config_for:173 : local site=glance-wsgi-api 2025-04-16 12:15:02.419 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-16 12:15:02.421 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:15:02.423 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:15:02.424 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-16 12:15:02.427 | + lib/apache:write_local_uwsgi_http_config:351 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-16 12:15:02.429 | + lib/apache:write_local_uwsgi_http_config:352 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-16 12:15:02.429 | + lib/apache:write_local_uwsgi_http_config:352 : echo 'KeepAlive Off' 2025-04-16 12:15:02.436 | KeepAlive Off 2025-04-16 12:15:02.439 | + lib/apache:write_local_uwsgi_http_config:353 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-16 12:15:02.439 | + lib/apache:write_local_uwsgi_http_config:353 : echo 'SetEnv proxy-sendchunked 1' 2025-04-16 12:15:02.445 | SetEnv proxy-sendchunked 1 2025-04-16 12:15:02.449 | + lib/apache:write_local_uwsgi_http_config:354 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 acquire=1 ' 2025-04-16 12:15:02.449 | + lib/apache:write_local_uwsgi_http_config:354 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-16 12:15:02.455 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 acquire=1 2025-04-16 12:15:02.457 | + lib/apache:write_local_uwsgi_http_config:355 : enable_apache_site glance-wsgi-api 2025-04-16 12:15:02.459 | + lib/apache:enable_apache_site:190 : local site=glance-wsgi-api 2025-04-16 12:15:02.461 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-16 12:15:02.462 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-16 12:15:02.464 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 12:15:02.466 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:15:02.467 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:15:02.469 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-16 12:15:02.471 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-16 12:15:02.472 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:15:02.474 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:15:02.476 | + lib/apache:enable_apache_site:194 : sudo a2ensite glance-wsgi-api 2025-04-16 12:15:02.508 | Enabling site glance-wsgi-api. 2025-04-16 12:15:02.511 | To activate the new configuration, you need to run: 2025-04-16 12:15:02.511 | systemctl reload apache2 2025-04-16 12:15:02.514 | + lib/apache:write_local_uwsgi_http_config:356 : restart_apache_server 2025-04-16 12:15:02.516 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-16 12:15:02.518 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 12:15:02.520 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-16 12:15:02.616 | ++ lib/glance:configure_glance:424 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2025-04-16 12:15:02.620 | + lib/glance:configure_glance:424 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2025-04-16 12:15:02.644 | + lib/glance:configure_glance:434 : [[ True == True ]] 2025-04-16 12:15:02.646 | + lib/glance:configure_glance:435 : iniset /etc/glance/glance-api.conf oslo_policy enforce_scope true 2025-04-16 12:15:02.670 | + lib/glance:configure_glance:436 : iniset /etc/glance/glance-api.conf oslo_policy enforce_new_defaults true 2025-04-16 12:15:02.692 | + lib/glance:configure_glance:437 : iniset /etc/glance/glance-api.conf DEFAULT enforce_secure_rbac true 2025-04-16 12:15:02.714 | + stack.sh:main:951 : is_service_enabled cinder 2025-04-16 12:15:02.727 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:15:02.729 | + stack.sh:main:953 : stack_install_service cinder 2025-04-16 12:15:02.731 | + lib/stack:stack_install_service:20 : local service=cinder 2025-04-16 12:15:02.733 | + lib/stack:stack_install_service:21 : type install_cinder 2025-04-16 12:15:02.735 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-16 12:15:02.737 | + lib/stack:stack_install_service:32 : install_cinder 2025-04-16 12:15:02.739 | + lib/cinder:install_cinder:516 : git_clone https://opendev.org/openstack/cinder.git /opt/stack//cinder stable/2023.2 2025-04-16 12:15:02.740 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/cinder.git 2025-04-16 12:15:02.742 | + functions-common:git_clone:573 : local git_dest=/opt/stack//cinder 2025-04-16 12:15:02.744 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-16 12:15:02.746 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 12:15:02.748 | ++ functions-common:git_clone:576 : pwd 2025-04-16 12:15:02.750 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 12:15:02.752 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 12:15:02.754 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 12:15:02.765 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 12:15:02.767 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 12:15:02.769 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 12:15:02.771 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 12:15:02.773 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-16 12:15:02.773 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 12:15:02.777 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//cinder ]] 2025-04-16 12:15:02.778 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 12:15:02.780 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2025-04-16 12:15:02.782 | + functions-common:git_timed:680 : local count=0 2025-04-16 12:15:02.783 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 12:15:02.785 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 12:15:02.787 | + functions-common:git_timed:684 : timeout=0 2025-04-16 12:15:02.788 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 12:15:02.790 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 12:15:02.792 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:15:02.794 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:15:02.796 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:15:02.799 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805702797 2025-04-16 12:15:02.801 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2025-04-16 12:15:02.803 | Cloning into '/opt/stack//cinder'... 2025-04-16 12:15:36.497 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 12:15:36.499 | + functions-common:time_stop:2400 : local name 2025-04-16 12:15:36.501 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:15:36.503 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:15:36.504 | + functions-common:time_stop:2403 : local total 2025-04-16 12:15:36.506 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:15:36.508 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 12:15:36.510 | + functions-common:time_stop:2407 : start_time=1744805702797 2025-04-16 12:15:36.511 | + functions-common:time_stop:2409 : [[ -z 1744805702797 ]] 2025-04-16 12:15:36.514 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:15:36.517 | + functions-common:time_stop:2412 : end_time=1744805736515 2025-04-16 12:15:36.519 | + functions-common:time_stop:2413 : elapsed_time=33718 2025-04-16 12:15:36.520 | + functions-common:time_stop:2414 : total=14948 2025-04-16 12:15:36.522 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:15:36.524 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=48666 2025-04-16 12:15:36.526 | + functions-common:git_clone:614 : cd /opt/stack//cinder 2025-04-16 12:15:36.528 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-16 12:15:36.529 | + functions-common:git_timed:680 : local count=0 2025-04-16 12:15:36.531 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 12:15:36.533 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 12:15:36.534 | + functions-common:git_timed:684 : timeout=0 2025-04-16 12:15:36.536 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 12:15:36.538 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 12:15:36.540 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:15:36.542 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:15:36.544 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:15:36.547 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805736545 2025-04-16 12:15:36.549 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-16 12:15:39.687 | From https://opendev.org/openstack/cinder 2025-04-16 12:15:39.687 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-16 12:15:39.691 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 12:15:39.693 | + functions-common:time_stop:2400 : local name 2025-04-16 12:15:39.695 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:15:39.697 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:15:39.699 | + functions-common:time_stop:2403 : local total 2025-04-16 12:15:39.700 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:15:39.702 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 12:15:39.704 | + functions-common:time_stop:2407 : start_time=1744805736545 2025-04-16 12:15:39.706 | + functions-common:time_stop:2409 : [[ -z 1744805736545 ]] 2025-04-16 12:15:39.708 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:15:39.711 | + functions-common:time_stop:2412 : end_time=1744805739709 2025-04-16 12:15:39.713 | + functions-common:time_stop:2413 : elapsed_time=3164 2025-04-16 12:15:39.714 | + functions-common:time_stop:2414 : total=48666 2025-04-16 12:15:39.716 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:15:39.718 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=51830 2025-04-16 12:15:39.720 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 12:15:39.722 | + functions-common:git_timed:680 : local count=0 2025-04-16 12:15:39.723 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 12:15:39.725 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 12:15:39.727 | + functions-common:git_timed:684 : timeout=0 2025-04-16 12:15:39.729 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 12:15:39.731 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 12:15:39.732 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:15:39.734 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:15:39.736 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:15:39.739 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805739737 2025-04-16 12:15:39.741 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 12:15:39.979 | Note: switching to 'FETCH_HEAD'. 2025-04-16 12:15:39.979 | 2025-04-16 12:15:39.979 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 12:15:39.979 | changes and commit them, and you can discard any commits you make in this 2025-04-16 12:15:39.979 | state without impacting any branches by switching back to a branch. 2025-04-16 12:15:39.979 | 2025-04-16 12:15:39.979 | If you want to create a new branch to retain commits you create, you may 2025-04-16 12:15:39.979 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 12:15:39.979 | 2025-04-16 12:15:39.979 | git switch -c 2025-04-16 12:15:39.979 | 2025-04-16 12:15:39.979 | Or undo this operation with: 2025-04-16 12:15:39.979 | 2025-04-16 12:15:39.979 | git switch - 2025-04-16 12:15:39.979 | 2025-04-16 12:15:39.979 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 12:15:39.979 | 2025-04-16 12:15:39.979 | HEAD is now at a73ff9f Merge "RBD: tpool.Proxy client object" into stable/2023.2 2025-04-16 12:15:39.983 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 12:15:39.985 | + functions-common:time_stop:2400 : local name 2025-04-16 12:15:39.987 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:15:39.989 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:15:39.991 | + functions-common:time_stop:2403 : local total 2025-04-16 12:15:39.993 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:15:39.995 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 12:15:39.996 | + functions-common:time_stop:2407 : start_time=1744805739737 2025-04-16 12:15:39.998 | + functions-common:time_stop:2409 : [[ -z 1744805739737 ]] 2025-04-16 12:15:40.001 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:15:40.004 | + functions-common:time_stop:2412 : end_time=1744805740002 2025-04-16 12:15:40.006 | + functions-common:time_stop:2413 : elapsed_time=265 2025-04-16 12:15:40.008 | + functions-common:time_stop:2414 : total=51830 2025-04-16 12:15:40.010 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:15:40.012 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=52095 2025-04-16 12:15:40.014 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//cinder 2025-04-16 12:15:40.024 | + functions-common:git_clone:655 : cd /opt/stack//cinder 2025-04-16 12:15:40.026 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 12:15:40.027 | + functions-common:git_clone:656 : head -1 2025-04-16 12:15:40.029 | a73ff9f Merge "RBD: tpool.Proxy client object" into stable/2023.2 2025-04-16 12:15:40.031 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 12:15:40.033 | + lib/cinder:install_cinder:517 : setup_develop /opt/stack//cinder 2025-04-16 12:15:40.034 | + inc/python:setup_develop:360 : local bindep 2025-04-16 12:15:40.036 | + inc/python:setup_develop:361 : [[ /opt/stack//cinder == -bindep* ]] 2025-04-16 12:15:40.038 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//cinder 2025-04-16 12:15:40.040 | + inc/python:setup_develop:366 : local extras= 2025-04-16 12:15:40.042 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//cinder -e 2025-04-16 12:15:40.044 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-16 12:15:40.045 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//cinder == -bindep* ]] 2025-04-16 12:15:40.047 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//cinder 2025-04-16 12:15:40.049 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-16 12:15:40.051 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-16 12:15:40.053 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//cinder 2025-04-16 12:15:40.055 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-16 12:15:40.057 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/cinder 2025-04-16 12:15:40.059 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-16 12:15:40.061 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-16 12:15:40.063 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2025-04-16 12:15:40.068 | + inc/python:_setup_package_with_constraints_edit:407 : name=cinder 2025-04-16 12:15:40.069 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- cinder 2025-04-16 12:15:40.391 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/cinder -e 2025-04-16 12:15:40.393 | + inc/python:setup_package:440 : local bindep=0 2025-04-16 12:15:40.395 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-16 12:15:40.397 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-16 12:15:40.399 | + inc/python:setup_package:443 : [[ /opt/stack/cinder == -bindep* ]] 2025-04-16 12:15:40.401 | + inc/python:setup_package:448 : local project_dir=/opt/stack/cinder 2025-04-16 12:15:40.403 | + inc/python:setup_package:449 : local flags=-e 2025-04-16 12:15:40.405 | + inc/python:setup_package:450 : local extras= 2025-04-16 12:15:40.406 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-16 12:15:40.408 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-16 12:15:40.410 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-16 12:15:40.412 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-16 12:15:40.414 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-16 12:15:40.416 | + inc/python:setup_package:468 : pip_install -e /opt/stack/cinder 2025-04-16 12:15:40.431 | Using python 3.10 to install /opt/stack/cinder 2025-04-16 12:15:40.433 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/cinder 2025-04-16 12:15:41.232 | Obtaining file:///opt/stack/cinder 2025-04-16 12:15:41.233 | Preparing metadata (setup.py): started 2025-04-16 12:15:41.779 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 12:15:41.868 | Requirement already satisfied: pbr>=5.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.11.1) 2025-04-16 12:15:41.869 | Requirement already satisfied: decorator>=4.4.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.1.1) 2025-04-16 12:15:41.869 | Requirement already satisfied: eventlet!=0.32.0,>=0.30.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (0.33.3) 2025-04-16 12:15:41.870 | Requirement already satisfied: greenlet>=0.4.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (2.0.2) 2025-04-16 12:15:41.871 | Requirement already satisfied: httplib2>=0.18.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (0.22.0) 2025-04-16 12:15:41.872 | Requirement already satisfied: importlib_metadata>=3.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (6.0.1) 2025-04-16 12:15:41.872 | Requirement already satisfied: iso8601>=0.1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (1.1.0) 2025-04-16 12:15:41.873 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (4.17.3) 2025-04-16 12:15:41.874 | Requirement already satisfied: keystoneauth1>=4.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.3.0) 2025-04-16 12:15:41.874 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (10.4.1) 2025-04-16 12:15:42.185 | Collecting lxml>=4.5.2 (from cinder==0.0.1.dev23) 2025-04-16 12:15:42.188 | Using cached lxml-4.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (3.6 kB) 2025-04-16 12:15:42.212 | Collecting oauth2client>=4.1.3 (from cinder==0.0.1.dev23) 2025-04-16 12:15:42.214 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl.metadata (1.2 kB) 2025-04-16 12:15:42.216 | Requirement already satisfied: oslo.config>=8.3.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (9.2.0) 2025-04-16 12:15:42.217 | Requirement already satisfied: oslo.concurrency>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.2.0) 2025-04-16 12:15:42.217 | Requirement already satisfied: oslo.context>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.2.0) 2025-04-16 12:15:42.218 | Requirement already satisfied: oslo.db>=11.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (14.1.1) 2025-04-16 12:15:42.219 | Requirement already satisfied: oslo.log>=4.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.3.2) 2025-04-16 12:15:42.220 | Requirement already satisfied: oslo.messaging>=14.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (14.4.2) 2025-04-16 12:15:42.220 | Requirement already satisfied: oslo.middleware>=4.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.2.0) 2025-04-16 12:15:42.221 | Requirement already satisfied: oslo.policy>=3.8.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (4.2.1) 2025-04-16 12:15:42.222 | Requirement already satisfied: oslo.privsep>=2.6.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (3.2.0) 2025-04-16 12:15:42.223 | Requirement already satisfied: oslo.reports>=2.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (3.1.0) 2025-04-16 12:15:42.223 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (7.1.0) 2025-04-16 12:15:42.224 | Requirement already satisfied: oslo.serialization>=4.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.2.1) 2025-04-16 12:15:42.225 | Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (3.2.1) 2025-04-16 12:15:42.226 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (2.2.0) 2025-04-16 12:15:42.226 | Requirement already satisfied: oslo.utils>=4.12.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (6.2.1) 2025-04-16 12:15:42.261 | Collecting oslo.versionedobjects>=2.4.0 (from cinder==0.0.1.dev23) 2025-04-16 12:15:42.263 | Using cached oslo.versionedobjects-3.2.0-py3-none-any.whl.metadata (2.6 kB) 2025-04-16 12:15:42.265 | Requirement already satisfied: osprofiler>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (4.1.0) 2025-04-16 12:15:42.265 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (23.1) 2025-04-16 12:15:42.306 | Collecting paramiko>=2.7.2 (from cinder==0.0.1.dev23) 2025-04-16 12:15:42.308 | Using cached paramiko-3.1.0-py3-none-any.whl.metadata (4.3 kB) 2025-04-16 12:15:42.312 | Requirement already satisfied: Paste>=3.4.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (3.5.2) 2025-04-16 12:15:42.312 | Requirement already satisfied: PasteDeploy>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (3.0.1) 2025-04-16 12:15:42.312 | Requirement already satisfied: psutil>=5.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.9.5) 2025-04-16 12:15:42.312 | Requirement already satisfied: pyparsing>=2.4.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (3.0.9) 2025-04-16 12:15:42.313 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.6.1) 2025-04-16 12:15:42.349 | Collecting python-glanceclient>=3.2.2 (from cinder==0.0.1.dev23) 2025-04-16 12:15:42.350 | Using cached python_glanceclient-4.4.1-py3-none-any.whl.metadata (3.8 kB) 2025-04-16 12:15:42.352 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.2.0) 2025-04-16 12:15:42.392 | Collecting python-novaclient>=18.2.0 (from cinder==0.0.1.dev23) 2025-04-16 12:15:42.394 | Using cached python_novaclient-18.4.0-py3-none-any.whl.metadata (3.0 kB) 2025-04-16 12:15:42.423 | Collecting python-swiftclient>=3.10.1 (from cinder==0.0.1.dev23) 2025-04-16 12:15:42.425 | Using cached python_swiftclient-4.4.0-py3-none-any.whl.metadata (3.7 kB) 2025-04-16 12:15:42.427 | Requirement already satisfied: pytz>=2020.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (2023.3) 2025-04-16 12:15:42.428 | Requirement already satisfied: requests>=2.25.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (2.28.2) 2025-04-16 12:15:42.428 | Requirement already satisfied: Routes>=2.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (2.5.1) 2025-04-16 12:15:42.429 | Requirement already satisfied: taskflow>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.4.0) 2025-04-16 12:15:42.451 | Collecting rtslib-fb>=2.1.74 (from cinder==0.0.1.dev23) 2025-04-16 12:15:42.451 | Using cached rtslib_fb-2.1.75-py3-none-any.whl 2025-04-16 12:15:42.457 | Requirement already satisfied: six>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (1.16.0) 2025-04-16 12:15:42.458 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (1.4.41) 2025-04-16 12:15:42.458 | Requirement already satisfied: stevedore>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.1.0) 2025-04-16 12:15:42.478 | Collecting tabulate>=0.8.7 (from cinder==0.0.1.dev23) 2025-04-16 12:15:42.480 | Using cached tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-04-16 12:15:42.483 | Requirement already satisfied: tenacity>=6.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (6.3.1) 2025-04-16 12:15:42.484 | Requirement already satisfied: WebOb>=1.8.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (1.8.7) 2025-04-16 12:15:42.485 | Requirement already satisfied: oslo.i18n>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (6.1.1) 2025-04-16 12:15:42.551 | Collecting oslo.vmware>=3.10.0 (from cinder==0.0.1.dev23) 2025-04-16 12:15:42.554 | Using cached oslo.vmware-4.2.0-py3-none-any.whl.metadata (2.4 kB) 2025-04-16 12:15:42.556 | Requirement already satisfied: os-brick>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (6.4.2) 2025-04-16 12:15:42.557 | Requirement already satisfied: os-win>=5.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.9.0) 2025-04-16 12:15:42.602 | Collecting tooz>=2.8.0 (from cinder==0.0.1.dev23) 2025-04-16 12:15:42.604 | Using cached tooz-4.2.0-py3-none-any.whl.metadata (3.5 kB) 2025-04-16 12:15:42.696 | Collecting google-api-python-client>=1.11.0 (from cinder==0.0.1.dev23) 2025-04-16 12:15:42.698 | Using cached google_api_python_client-2.86.0-py2.py3-none-any.whl.metadata (6.6 kB) 2025-04-16 12:15:42.700 | Requirement already satisfied: castellan>=3.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (4.3.0) 2025-04-16 12:15:42.701 | Requirement already satisfied: cryptography>=3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (40.0.2) 2025-04-16 12:15:42.702 | Requirement already satisfied: cursive>=0.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (0.2.3) 2025-04-16 12:15:42.796 | Collecting zstd>=1.4.5.1 (from cinder==0.0.1.dev23) 2025-04-16 12:15:42.798 | Using cached zstd-1.5.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.9 kB) 2025-04-16 12:15:43.264 | Collecting boto3>=1.18.49 (from cinder==0.0.1.dev23) 2025-04-16 12:15:43.267 | Using cached boto3-1.26.118-py3-none-any.whl.metadata (7.0 kB) 2025-04-16 12:15:43.826 | Collecting botocore<1.30.0,>=1.29.118 (from boto3>=1.18.49->cinder==0.0.1.dev23) 2025-04-16 12:15:43.829 | Using cached botocore-1.29.118-py3-none-any.whl.metadata (5.9 kB) 2025-04-16 12:15:43.831 | Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from boto3>=1.18.49->cinder==0.0.1.dev23) (1.0.1) 2025-04-16 12:15:43.859 | Collecting s3transfer<0.7.0,>=0.6.0 (from boto3>=1.18.49->cinder==0.0.1.dev23) 2025-04-16 12:15:43.861 | Using cached s3transfer-0.6.0-py3-none-any.whl.metadata (1.6 kB) 2025-04-16 12:15:43.890 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=3.1->cinder==0.0.1.dev23) (1.15.1) 2025-04-16 12:15:43.903 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet!=0.32.0,>=0.30.1->cinder==0.0.1.dev23) (2.3.0) 2025-04-16 12:15:44.064 | Collecting google-auth<3.0.0dev,>=1.19.0 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev23) 2025-04-16 12:15:44.066 | Using cached google_auth-2.17.3-py2.py3-none-any.whl.metadata (4.3 kB) 2025-04-16 12:15:44.085 | Collecting google-auth-httplib2>=0.1.0 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev23) 2025-04-16 12:15:44.087 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl.metadata (2.1 kB) 2025-04-16 12:15:44.189 | Collecting google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev23) 2025-04-16 12:15:44.191 | Using cached google_api_core-2.11.0-py3-none-any.whl.metadata (2.6 kB) 2025-04-16 12:15:44.211 | Collecting uritemplate<5,>=3.0.1 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev23) 2025-04-16 12:15:44.221 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl.metadata (2.9 kB) 2025-04-16 12:15:44.253 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib_metadata>=3.1.1->cinder==0.0.1.dev23) (3.15.0) 2025-04-16 12:15:44.274 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev23) (23.1.0) 2025-04-16 12:15:44.275 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev23) (0.19.3) 2025-04-16 12:15:44.300 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=4.2.1->cinder==0.0.1.dev23) (1.7.0) 2025-04-16 12:15:44.323 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=9.1.0->cinder==0.0.1.dev23) (3.5.0) 2025-04-16 12:15:44.325 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=9.1.0->cinder==0.0.1.dev23) (3.1.1) 2025-04-16 12:15:44.374 | Collecting pyasn1>=0.1.7 (from oauth2client>=4.1.3->cinder==0.0.1.dev23) 2025-04-16 12:15:44.376 | Using cached pyasn1-0.4.8-py2.py3-none-any.whl.metadata (1.5 kB) 2025-04-16 12:15:44.410 | Collecting pyasn1-modules>=0.0.5 (from oauth2client>=4.1.3->cinder==0.0.1.dev23) 2025-04-16 12:15:44.412 | Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl.metadata (3.6 kB) 2025-04-16 12:15:44.440 | Collecting rsa>=3.1.4 (from oauth2client>=4.1.3->cinder==0.0.1.dev23) 2025-04-16 12:15:44.442 | Using cached rsa-4.9-py3-none-any.whl.metadata (4.2 kB) 2025-04-16 12:15:44.469 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=4.5.0->cinder==0.0.1.dev23) (0.18) 2025-04-16 12:15:44.489 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev23) (6.0) 2025-04-16 12:15:44.491 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev23) (2.5.0) 2025-04-16 12:15:44.491 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev23) (0.8.0) 2025-04-16 12:15:44.492 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev23) (2.0.0) 2025-04-16 12:15:44.518 | Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev23) (1.9.4) 2025-04-16 12:15:44.519 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev23) (2.0.1) 2025-04-16 12:15:44.520 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev23) (0.5.0) 2025-04-16 12:15:44.548 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.6.1->cinder==0.0.1.dev23) (2.8.2) 2025-04-16 12:15:44.549 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.6.1->cinder==0.0.1.dev23) (0.9.6) 2025-04-16 12:15:44.575 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (5.1.1) 2025-04-16 12:15:44.576 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (5.3.0) 2025-04-16 12:15:44.577 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (2.4.1) 2025-04-16 12:15:44.578 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (5.2.4) 2025-04-16 12:15:44.579 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (0.7.0) 2025-04-16 12:15:44.590 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev23) (3.1.2) 2025-04-16 12:15:44.591 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev23) (4.0.1) 2025-04-16 12:15:44.593 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev23) (4.0.1) 2025-04-16 12:15:44.614 | Requirement already satisfied: msgpack>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=2.6.2->cinder==0.0.1.dev23) (1.0.5) 2025-04-16 12:15:44.640 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=4.2.0->cinder==0.0.1.dev23) (2023.3) 2025-04-16 12:15:44.654 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev23) (1.4.0) 2025-04-16 12:15:44.656 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev23) (4.0.1) 2025-04-16 12:15:44.667 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev23) (3.7.0) 2025-04-16 12:15:44.679 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.12.1->cinder==0.0.1.dev23) (0.11.0) 2025-04-16 12:15:44.710 | Requirement already satisfied: defusedxml>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.vmware>=3.10.0->cinder==0.0.1.dev23) (0.7.1) 2025-04-16 12:15:44.740 | Collecting suds-community>=0.6 (from oslo.vmware>=3.10.0->cinder==0.0.1.dev23) 2025-04-16 12:15:44.742 | Using cached suds_community-1.1.2-py3-none-any.whl.metadata (1.7 kB) 2025-04-16 12:15:44.744 | Requirement already satisfied: urllib3>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.vmware>=3.10.0->cinder==0.0.1.dev23) (1.26.15) 2025-04-16 12:15:44.829 | Collecting pynacl>=1.5 (from paramiko>=2.7.2->cinder==0.0.1.dev23) 2025-04-16 12:15:44.831 | Using cached PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (8.6 kB) 2025-04-16 12:15:44.845 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=3.4.3->cinder==0.0.1.dev23) (69.1.1) 2025-04-16 12:15:44.911 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-barbicanclient>=5.0.1->cinder==0.0.1.dev23) (4.3.0) 2025-04-16 12:15:44.930 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=3.2.2->cinder==0.0.1.dev23) (23.1.1) 2025-04-16 12:15:44.951 | Collecting warlock>=1.2.0 (from python-glanceclient>=3.2.2->cinder==0.0.1.dev23) 2025-04-16 12:15:44.953 | Using cached warlock-2.0.1-py3-none-any.whl.metadata (3.9 kB) 2025-04-16 12:15:44.954 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=3.2.2->cinder==0.0.1.dev23) (1.15.0) 2025-04-16 12:15:45.040 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->cinder==0.0.1.dev23) (3.1.0) 2025-04-16 12:15:45.041 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->cinder==0.0.1.dev23) (3.4) 2025-04-16 12:15:45.042 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->cinder==0.0.1.dev23) (2025.1.31) 2025-04-16 12:15:45.059 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.4.1->cinder==0.0.1.dev23) (0.7) 2025-04-16 12:15:45.095 | Collecting pyudev>=0.16.1 (from rtslib-fb>=2.1.74->cinder==0.0.1.dev23) 2025-04-16 12:15:45.097 | Using cached pyudev-0.24.1-py3-none-any.whl.metadata (4.6 kB) 2025-04-16 12:15:45.250 | Requirement already satisfied: automaton>=1.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from taskflow>=4.5.0->cinder==0.0.1.dev23) (3.2.0) 2025-04-16 12:15:45.251 | Requirement already satisfied: networkx>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from taskflow>=4.5.0->cinder==0.0.1.dev23) (3.1) 2025-04-16 12:15:45.253 | Requirement already satisfied: pydot>=1.2.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from taskflow>=4.5.0->cinder==0.0.1.dev23) (1.4.2) 2025-04-16 12:15:45.338 | Collecting voluptuous>=0.8.9 (from tooz>=2.8.0->cinder==0.0.1.dev23) 2025-04-16 12:15:45.340 | Using cached voluptuous-0.13.1-py3-none-any.whl.metadata (20 kB) 2025-04-16 12:15:45.398 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==0.0.1.dev23) (1.2.4) 2025-04-16 12:15:45.414 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (5.0.0) 2025-04-16 12:15:45.548 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=3.1->cinder==0.0.1.dev23) (2.21) 2025-04-16 12:15:45.585 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev23) (0.5.1) 2025-04-16 12:15:45.585 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev23) (2.4.3) 2025-04-16 12:15:45.774 | Collecting googleapis-common-protos<2.0dev,>=1.56.2 (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5->google-api-python-client>=1.11.0->cinder==0.0.1.dev23) 2025-04-16 12:15:45.776 | Using cached googleapis_common_protos-1.59.0-py2.py3-none-any.whl.metadata (1.5 kB) 2025-04-16 12:15:45.778 | Requirement already satisfied: protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.19.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5->google-api-python-client>=1.11.0->cinder==0.0.1.dev23) (4.22.3) 2025-04-16 12:15:45.887 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->oslo.middleware>=4.1.1->cinder==0.0.1.dev23) (2.1.2) 2025-04-16 12:15:46.086 | Requirement already satisfied: dogpile.cache>=1.1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.cache>=1.26.0->keystonemiddleware>=9.1.0->cinder==0.0.1.dev23) (1.1.8) 2025-04-16 12:15:46.111 | Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (0.16.0) 2025-04-16 12:15:46.135 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev23) (0.2.6) 2025-04-16 12:15:46.722 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=11.0.0->cinder==0.0.1.dev23) (2.6.0) 2025-04-16 12:15:46.851 | Requirement already satisfied: jsonpatch<2,>=1 in /opt/stack/data/venv/lib/python3.10/site-packages (from warlock>=1.2.0->python-glanceclient>=3.2.2->cinder==0.0.1.dev23) (1.32) 2025-04-16 12:15:47.061 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev23) (1.8.2) 2025-04-16 12:15:47.138 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch<2,>=1->warlock>=1.2.0->python-glanceclient>=3.2.2->cinder==0.0.1.dev23) (2.3) 2025-04-16 12:15:47.409 | Using cached boto3-1.26.118-py3-none-any.whl (135 kB) 2025-04-16 12:15:47.412 | Using cached google_api_python_client-2.86.0-py2.py3-none-any.whl (11.3 MB) 2025-04-16 12:15:47.463 | Using cached lxml-4.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (7.1 MB) 2025-04-16 12:15:47.497 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2025-04-16 12:15:47.500 | Using cached oslo.versionedobjects-3.2.0-py3-none-any.whl (86 kB) 2025-04-16 12:15:47.503 | Using cached oslo.vmware-4.2.0-py3-none-any.whl (491 kB) 2025-04-16 12:15:47.507 | Using cached paramiko-3.1.0-py3-none-any.whl (211 kB) 2025-04-16 12:15:47.510 | Using cached python_glanceclient-4.4.1-py3-none-any.whl (205 kB) 2025-04-16 12:15:47.514 | Using cached python_novaclient-18.4.0-py3-none-any.whl (335 kB) 2025-04-16 12:15:47.519 | Using cached python_swiftclient-4.4.0-py3-none-any.whl (88 kB) 2025-04-16 12:15:47.522 | Using cached tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-04-16 12:15:47.525 | Using cached tooz-4.2.0-py3-none-any.whl (94 kB) 2025-04-16 12:15:47.527 | Using cached zstd-1.5.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB) 2025-04-16 12:15:47.542 | Using cached botocore-1.29.118-py3-none-any.whl (10.7 MB) 2025-04-16 12:15:47.595 | Using cached google_api_core-2.11.0-py3-none-any.whl (120 kB) 2025-04-16 12:15:47.599 | Using cached google_auth-2.17.3-py2.py3-none-any.whl (178 kB) 2025-04-16 12:15:47.603 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) 2025-04-16 12:15:47.605 | Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 2025-04-16 12:15:47.607 | Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl (181 kB) 2025-04-16 12:15:47.611 | Using cached PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB) 2025-04-16 12:15:47.617 | Using cached pyudev-0.24.1-py3-none-any.whl (62 kB) 2025-04-16 12:15:47.620 | Using cached rsa-4.9-py3-none-any.whl (34 kB) 2025-04-16 12:15:47.623 | Using cached s3transfer-0.6.0-py3-none-any.whl (79 kB) 2025-04-16 12:15:47.626 | Using cached suds_community-1.1.2-py3-none-any.whl (144 kB) 2025-04-16 12:15:47.630 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) 2025-04-16 12:15:47.632 | Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB) 2025-04-16 12:15:47.635 | Using cached warlock-2.0.1-py3-none-any.whl (9.8 kB) 2025-04-16 12:15:47.637 | Using cached googleapis_common_protos-1.59.0-py2.py3-none-any.whl (223 kB) 2025-04-16 12:15:48.187 | Installing collected packages: zstd, voluptuous, pyasn1, uritemplate, tabulate, suds-community, rsa, pyudev, pyasn1-modules, lxml, googleapis-common-protos, warlock, rtslib-fb, python-swiftclient, pynacl, oauth2client, google-auth, botocore, s3transfer, paramiko, google-auth-httplib2, google-api-core, tooz, python-novaclient, python-glanceclient, oslo.vmware, google-api-python-client, boto3, oslo.versionedobjects, cinder 2025-04-16 12:15:51.199 | Running setup.py develop for cinder 2025-04-16 12:15:52.654 | Successfully installed boto3-1.26.118 botocore-1.29.118 cinder-0.0.1.dev23 google-api-core-2.11.0 google-api-python-client-2.86.0 google-auth-2.17.3 google-auth-httplib2-0.1.0 googleapis-common-protos-1.59.0 lxml-4.9.2 oauth2client-4.1.3 oslo.versionedobjects-3.2.0 oslo.vmware-4.2.0 paramiko-3.1.0 pyasn1-0.4.8 pyasn1-modules-0.3.0 pynacl-1.5.0 python-glanceclient-4.4.1 python-novaclient-18.4.0 python-swiftclient-4.4.0 pyudev-0.24.1 rsa-4.9 rtslib-fb-2.1.75 s3transfer-0.6.0 suds-community-1.1.2 tabulate-0.9.0 tooz-4.2.0 uritemplate-4.1.1 voluptuous-0.13.1 warlock-2.0.1 zstd-1.5.5.1 2025-04-16 12:15:52.981 | + inc/python:pip_install:222 : result=0 2025-04-16 12:15:52.983 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 12:15:52.985 | + functions-common:time_stop:2400 : local name 2025-04-16 12:15:52.987 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:15:52.989 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:15:52.991 | + functions-common:time_stop:2403 : local total 2025-04-16 12:15:52.992 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:15:52.994 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 12:15:52.996 | + functions-common:time_stop:2407 : start_time=1744805740427 2025-04-16 12:15:52.998 | + functions-common:time_stop:2409 : [[ -z 1744805740427 ]] 2025-04-16 12:15:53.000 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:15:53.003 | + functions-common:time_stop:2412 : end_time=1744805753001 2025-04-16 12:15:53.004 | + functions-common:time_stop:2413 : elapsed_time=12574 2025-04-16 12:15:53.006 | + functions-common:time_stop:2414 : total=46588 2025-04-16 12:15:53.008 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:15:53.010 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=59162 2025-04-16 12:15:53.012 | + inc/python:pip_install:225 : return 0 2025-04-16 12:15:53.014 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-16 12:15:53.015 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-16 12:15:53.018 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/cinder 2025-04-16 12:15:53.019 | + inc/python:use_library_from_git:272 : local name=/opt/stack/cinder 2025-04-16 12:15:53.021 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:15:53.023 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:15:53.025 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/cinder, ]] 2025-04-16 12:15:53.027 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:15:53.029 | + lib/cinder:install_cinder:518 : [[ lioadm == \t\g\t\a\d\m ]] 2025-04-16 12:15:53.031 | + lib/cinder:install_cinder:520 : [[ lioadm == \l\i\o\a\d\m ]] 2025-04-16 12:15:53.033 | + lib/cinder:install_cinder:521 : is_ubuntu 2025-04-16 12:15:53.035 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:15:53.037 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:15:53.039 | + lib/cinder:install_cinder:523 : sudo mkdir -p /etc/target 2025-04-16 12:15:53.048 | + lib/cinder:install_cinder:525 : install_package targetcli-fb 2025-04-16 12:15:53.050 | + functions-common:install_package:1421 : update_package_repo 2025-04-16 12:15:53.052 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 12:15:53.053 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-16 12:15:53.055 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 12:15:53.057 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 12:15:53.059 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 12:15:53.061 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:15:53.062 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:15:53.064 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 12:15:53.066 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-16 12:15:53.068 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-16 12:15:53.070 | + functions-common:apt_get_update:1150 : return 2025-04-16 12:15:53.071 | + functions-common:install_package:1422 : real_install_package targetcli-fb 2025-04-16 12:15:53.073 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 12:15:53.075 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:15:53.077 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:15:53.078 | + functions-common:real_install_package:1410 : apt_get install targetcli-fb 2025-04-16 12:15:53.094 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install targetcli-fb 2025-04-16 12:15:53.154 | Reading package lists... 2025-04-16 12:15:53.373 | Building dependency tree... 2025-04-16 12:15:53.376 | Reading state information... 2025-04-16 12:15:53.588 | targetcli-fb is already the newest version (1:2.1.53-1ubuntu3). 2025-04-16 12:15:53.588 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-16 12:15:53.592 | + functions-common:apt_get:1194 : result=0 2025-04-16 12:15:53.594 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 12:15:53.596 | + functions-common:time_stop:2400 : local name 2025-04-16 12:15:53.598 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:15:53.600 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:15:53.602 | + functions-common:time_stop:2403 : local total 2025-04-16 12:15:53.604 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:15:53.606 | + functions-common:time_stop:2406 : name=apt-get 2025-04-16 12:15:53.608 | + functions-common:time_stop:2407 : start_time=1744805753092 2025-04-16 12:15:53.610 | + functions-common:time_stop:2409 : [[ -z 1744805753092 ]] 2025-04-16 12:15:53.613 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:15:53.616 | + functions-common:time_stop:2412 : end_time=1744805753614 2025-04-16 12:15:53.618 | + functions-common:time_stop:2413 : elapsed_time=522 2025-04-16 12:15:53.619 | + functions-common:time_stop:2414 : total=39301 2025-04-16 12:15:53.621 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:15:53.623 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=39823 2025-04-16 12:15:53.625 | + functions-common:apt_get:1198 : return 0 2025-04-16 12:15:53.627 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-16 12:15:53.629 | + stack.sh:main:954 : configure_cinder 2025-04-16 12:15:53.631 | + lib/cinder:configure_cinder:283 : sudo install -d -o stack -m 755 /etc/cinder 2025-04-16 12:15:53.641 | + lib/cinder:configure_cinder:285 : rm -f /etc/cinder/cinder.conf 2025-04-16 12:15:53.644 | + lib/cinder:configure_cinder:287 : configure_rootwrap cinder 2025-04-16 12:15:53.646 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2025-04-16 12:15:53.648 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2025-04-16 12:15:53.650 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2025-04-16 12:15:53.651 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2025-04-16 12:15:53.654 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2025-04-16 12:15:53.656 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2025-04-16 12:15:53.657 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/opt/stack/data/venv/bin 2025-04-16 12:15:53.659 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2025-04-16 12:15:53.661 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//cinder 2025-04-16 12:15:53.663 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//cinder/etc/cinder 2025-04-16 12:15:53.664 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/opt/stack/data/venv/bin/cinder-rootwrap 2025-04-16 12:15:53.666 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2025-04-16 12:15:53.675 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2025-04-16 12:15:53.684 | + inc/rootwrap:configure_rootwrap:57 : sudo install -o root -g root -m 644 /opt/stack//cinder/etc/cinder/rootwrap.d/volume.filters /etc/cinder/rootwrap.d 2025-04-16 12:15:53.693 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack//cinder/etc/cinder/rootwrap.conf /etc/cinder/rootwrap.conf 2025-04-16 12:15:53.702 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2025-04-16 12:15:53.711 | + inc/rootwrap:configure_rootwrap:66 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/cinder/rootwrap.conf 2025-04-16 12:15:53.720 | + inc/rootwrap:configure_rootwrap:69 : local tempfile 2025-04-16 12:15:53.723 | ++ inc/rootwrap:configure_rootwrap:70 : mktemp 2025-04-16 12:15:53.726 | + inc/rootwrap:configure_rootwrap:70 : tempfile=/tmp/tmp.LsoF3Bc9A9 2025-04-16 12:15:53.728 | + inc/rootwrap:configure_rootwrap:72 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2025-04-16 12:15:53.729 | + inc/rootwrap:configure_rootwrap:73 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2025-04-16 12:15:53.731 | + inc/rootwrap:configure_rootwrap:74 : '[' -f /opt/stack/data/venv/bin/cinder-rootwrap-daemon ']' 2025-04-16 12:15:53.733 | + inc/rootwrap:configure_rootwrap:79 : chmod 0440 /tmp/tmp.LsoF3Bc9A9 2025-04-16 12:15:53.736 | + inc/rootwrap:configure_rootwrap:80 : sudo chown root:root /tmp/tmp.LsoF3Bc9A9 2025-04-16 12:15:53.745 | + inc/rootwrap:configure_rootwrap:81 : sudo mv /tmp/tmp.LsoF3Bc9A9 /etc/sudoers.d/cinder-rootwrap 2025-04-16 12:15:53.754 | ++ inc/rootwrap:configure_rootwrap:85 : dirname /opt/stack/data/venv/bin/cinder-rootwrap 2025-04-16 12:15:53.757 | + inc/rootwrap:configure_rootwrap:85 : add_sudo_secure_path /opt/stack/data/venv/bin 2025-04-16 12:15:53.759 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/opt/stack/data/venv/bin 2025-04-16 12:15:53.761 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2025-04-16 12:15:53.762 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2025-04-16 12:15:53.764 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2025-04-16 12:15:53.767 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /opt/stack/data/venv/bin ]] 2025-04-16 12:15:53.769 | + inc/rootwrap:add_sudo_secure_path:33 : echo 'Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin' 2025-04-16 12:15:53.769 | + inc/rootwrap:add_sudo_secure_path:33 : sudo tee /etc/sudoers.d/zz-secure-path 2025-04-16 12:15:53.775 | Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin 2025-04-16 12:15:53.777 | + inc/rootwrap:add_sudo_secure_path:34 : sudo chmod 400 /etc/sudoers.d/zz-secure-path 2025-04-16 12:15:53.786 | + inc/rootwrap:add_sudo_secure_path:35 : sudo chown root:root /etc/sudoers.d/zz-secure-path 2025-04-16 12:15:53.794 | + lib/cinder:configure_cinder:289 : [[ -f /opt/stack//cinder/etc/cinder/resource_filters.json ]] 2025-04-16 12:15:53.796 | + lib/cinder:configure_cinder:290 : cp -p /opt/stack//cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2025-04-16 12:15:53.800 | + lib/cinder:configure_cinder:293 : cp /opt/stack//cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2025-04-16 12:15:53.803 | + lib/cinder:configure_cinder:295 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2025-04-16 12:15:53.817 | + lib/cinder:configure_cinder:296 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2025-04-16 12:15:53.830 | + lib/cinder:configure_cinder:297 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2025-04-16 12:15:53.844 | + lib/cinder:configure_cinder:298 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2025-04-16 12:15:53.858 | + lib/cinder:configure_cinder:299 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2025-04-16 12:15:53.871 | + lib/cinder:configure_cinder:300 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2025-04-16 12:15:53.884 | + lib/cinder:configure_cinder:301 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2025-04-16 12:15:53.898 | + lib/cinder:configure_cinder:302 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2025-04-16 12:15:53.911 | + lib/cinder:configure_cinder:304 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2025-04-16 12:15:53.913 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2025-04-16 12:15:53.914 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=cinder 2025-04-16 12:15:53.916 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-16 12:15:53.918 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2025-04-16 12:15:53.941 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2025-04-16 12:15:53.963 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-16 12:15:53.985 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2025-04-16 12:15:54.006 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken password nomoresecret 2025-04-16 12:15:54.028 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2025-04-16 12:15:54.050 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2025-04-16 12:15:54.072 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2025-04-16 12:15:54.094 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-16 12:15:54.116 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2025-04-16 12:15:54.138 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2025-04-16 12:15:54.162 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2025-04-16 12:15:54.185 | ++ lib/cinder:configure_cinder:309 : database_connection_url cinder 2025-04-16 12:15:54.186 | ++ lib/database:database_connection_url:134 : local db=cinder 2025-04-16 12:15:54.188 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2025-04-16 12:15:54.190 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=cinder 2025-04-16 12:15:54.192 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 12:15:54.194 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 12:15:54.195 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 12:15:54.207 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:15:54.209 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 12:15:54.211 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' 2025-04-16 12:15:54.213 | + lib/cinder:configure_cinder:309 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' 2025-04-16 12:15:54.237 | + lib/cinder:configure_cinder:310 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2025-04-16 12:15:54.259 | + lib/cinder:configure_cinder:311 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2025-04-16 12:15:54.282 | + lib/cinder:configure_cinder:312 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2025-04-16 12:15:54.304 | + lib/cinder:configure_cinder:313 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2025-04-16 12:15:54.326 | + lib/cinder:configure_cinder:314 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2025-04-16 12:15:54.347 | + lib/cinder:configure_cinder:315 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2025-04-16 12:15:54.371 | + lib/cinder:configure_cinder:316 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.180.1.21 2025-04-16 12:15:54.394 | + lib/cinder:configure_cinder:317 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2025-04-16 12:15:54.419 | ++ lib/cinder:configure_cinder:318 : openssl rand -hex 16 2025-04-16 12:15:54.425 | + lib/cinder:configure_cinder:318 : iniset /etc/cinder/cinder.conf key_manager fixed_key 9a31210c8e94621fbfc6f07c733a0532 2025-04-16 12:15:54.448 | + lib/cinder:configure_cinder:319 : [[ -n '' ]] 2025-04-16 12:15:54.449 | + lib/cinder:configure_cinder:324 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2025-04-16 12:15:54.472 | + lib/cinder:configure_cinder:325 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2025-04-16 12:15:54.493 | + lib/cinder:configure_cinder:326 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2025-04-16 12:15:54.516 | + lib/cinder:configure_cinder:331 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2025-04-16 12:15:54.539 | + lib/cinder:configure_cinder:333 : iniset /etc/cinder/cinder.conf DEFAULT report_interval 120 2025-04-16 12:15:54.562 | + lib/cinder:configure_cinder:334 : iniset /etc/cinder/cinder.conf DEFAULT service_down_time 720 2025-04-16 12:15:54.584 | + lib/cinder:configure_cinder:336 : is_service_enabled c-vol 2025-04-16 12:15:54.596 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:15:54.598 | + lib/cinder:configure_cinder:336 : [[ -n vmdk:vsphere ]] 2025-04-16 12:15:54.600 | + lib/cinder:configure_cinder:337 : local enabled_backends= 2025-04-16 12:15:54.601 | + lib/cinder:configure_cinder:338 : local default_name= 2025-04-16 12:15:54.603 | + lib/cinder:configure_cinder:339 : local be be_name be_type 2025-04-16 12:15:54.605 | + lib/cinder:configure_cinder:340 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-04-16 12:15:54.606 | + lib/cinder:configure_cinder:341 : be_type=vmdk 2025-04-16 12:15:54.608 | + lib/cinder:configure_cinder:342 : be_name=vsphere 2025-04-16 12:15:54.610 | + lib/cinder:configure_cinder:343 : type configure_cinder_backend_vmdk 2025-04-16 12:15:54.612 | + lib/cinder:configure_cinder:344 : configure_cinder_backend_vmdk vsphere 2025-04-16 12:15:54.614 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:33 : local be_name=vsphere 2025-04-16 12:15:54.616 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:34 : iniset /etc/cinder/cinder.conf vsphere volume_backend_name vsphere 2025-04-16 12:15:54.639 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:35 : iniset /etc/cinder/cinder.conf vsphere volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2025-04-16 12:15:54.661 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:36 : iniset /etc/cinder/cinder.conf vsphere vmware_host_ip vc1.osci.c.eu-de-1.cloud.sap 2025-04-16 12:15:54.683 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:37 : iniset /etc/cinder/cinder.conf vsphere vmware_host_username Administrator@vsphere.local 2025-04-16 12:15:54.705 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:38 : iniset /etc/cinder/cinder.conf vsphere vmware_host_password 'VMware1!VMware1!' 2025-04-16 12:15:54.726 | + lib/cinder:configure_cinder:346 : [[ -z '' ]] 2025-04-16 12:15:54.728 | + lib/cinder:configure_cinder:347 : default_name=vsphere 2025-04-16 12:15:54.730 | + lib/cinder:configure_cinder:349 : enabled_backends+=vsphere, 2025-04-16 12:15:54.732 | + lib/cinder:configure_cinder:351 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends vsphere 2025-04-16 12:15:54.755 | + lib/cinder:configure_cinder:352 : [[ -n vsphere ]] 2025-04-16 12:15:54.756 | + lib/cinder:configure_cinder:353 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type vsphere 2025-04-16 12:15:54.779 | + lib/cinder:configure_cinder:355 : configure_cinder_image_volume_cache 2025-04-16 12:15:54.781 | + lib/cinder:configure_cinder_image_volume_cache:717 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2025-04-16 12:15:54.782 | + lib/cinder:configure_cinder_image_volume_cache:718 : local be_name=vsphere 2025-04-16 12:15:54.784 | + lib/cinder:configure_cinder_image_volume_cache:720 : iniset /etc/cinder/cinder.conf vsphere image_volume_cache_enabled True 2025-04-16 12:15:54.807 | + lib/cinder:configure_cinder_image_volume_cache:722 : [[ -n '' ]] 2025-04-16 12:15:54.809 | + lib/cinder:configure_cinder_image_volume_cache:726 : [[ -n '' ]] 2025-04-16 12:15:54.811 | + lib/cinder:configure_cinder:358 : is_service_enabled c-bak 2025-04-16 12:15:54.822 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:15:54.824 | + lib/cinder:configure_cinder:366 : is_service_enabled ceilometer 2025-04-16 12:15:54.836 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:15:54.838 | + lib/cinder:configure_cinder:370 : is_service_enabled tls-proxy 2025-04-16 12:15:54.850 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:15:54.851 | + lib/cinder:configure_cinder:384 : '[' False '!=' False ']' 2025-04-16 12:15:54.853 | + lib/cinder:configure_cinder:388 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2025-04-16 12:15:54.855 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=cinder 2025-04-16 12:15:54.857 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/cinder/cinder.conf 2025-04-16 12:15:54.858 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-16 12:15:54.860 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-16 12:15:54.862 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-16 12:15:54.874 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:15:54.876 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-16 12:15:54.878 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-16 12:15:54.880 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-16 12:15:54.891 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:15:54.893 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 12:15:54.895 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 12:15:54.917 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-16 12:15:54.919 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-16 12:15:54.921 | + lib/cinder:configure_cinder:391 : setup_logging /etc/cinder/cinder.conf True 2025-04-16 12:15:54.923 | + functions:setup_logging:685 : setup_systemd_logging /etc/cinder/cinder.conf 2025-04-16 12:15:54.924 | + functions:setup_systemd_logging:700 : local conf_file=/etc/cinder/cinder.conf 2025-04-16 12:15:54.927 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-16 12:15:54.940 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-16 12:15:54.941 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-16 12:15:54.943 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-16 12:15:54.945 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-16 12:15:54.946 | + functions:setup_systemd_logging:713 : iniset /etc/cinder/cinder.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-16 12:15:54.969 | + functions:setup_systemd_logging:715 : iniset /etc/cinder/cinder.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2025-04-16 12:15:54.992 | + functions:setup_systemd_logging:716 : iniset /etc/cinder/cinder.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2025-04-16 12:15:55.014 | + functions:setup_systemd_logging:717 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-16 12:15:55.037 | + lib/cinder:configure_cinder:393 : is_service_enabled c-api 2025-04-16 12:15:55.050 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:15:55.052 | + lib/cinder:configure_cinder:394 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /opt/stack/data/venv/bin/cinder-wsgi /volume 2025-04-16 12:15:55.054 | + lib/apache:write_uwsgi_config:241 : local file=/etc/cinder/cinder-api-uwsgi.ini 2025-04-16 12:15:55.056 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/cinder-wsgi 2025-04-16 12:15:55.057 | + lib/apache:write_uwsgi_config:243 : local url=/volume 2025-04-16 12:15:55.059 | + lib/apache:write_uwsgi_config:244 : local http= 2025-04-16 12:15:55.061 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-16 12:15:55.063 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/cinder-wsgi 2025-04-16 12:15:55.066 | + lib/apache:write_uwsgi_config:246 : name=cinder-wsgi 2025-04-16 12:15:55.068 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-16 12:15:55.070 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-16 12:15:55.080 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-16 12:15:55.080 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-16 12:15:55.086 | d /var/run/uwsgi 0755 stack root 2025-04-16 12:15:55.089 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-16 12:15:55.097 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2025-04-16 12:15:55.100 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2025-04-16 12:15:55.102 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2025-04-16 12:15:55.105 | + lib/apache:write_uwsgi_config:262 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/cinder-wsgi 2025-04-16 12:15:55.128 | + lib/apache:write_uwsgi_config:263 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2025-04-16 12:15:55.150 | + lib/apache:write_uwsgi_config:265 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2025-04-16 12:15:55.171 | + lib/apache:write_uwsgi_config:267 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2025-04-16 12:15:55.193 | + lib/apache:write_uwsgi_config:268 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2025-04-16 12:15:55.214 | + lib/apache:write_uwsgi_config:271 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-16 12:15:55.236 | + lib/apache:write_uwsgi_config:272 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2025-04-16 12:15:55.257 | + lib/apache:write_uwsgi_config:273 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2025-04-16 12:15:55.279 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2025-04-16 12:15:55.301 | + lib/apache:write_uwsgi_config:277 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-04-16 12:15:55.323 | + lib/apache:write_uwsgi_config:279 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2025-04-16 12:15:55.344 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-16 12:15:55.366 | + lib/apache:write_uwsgi_config:283 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2025-04-16 12:15:55.388 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-04-16 12:15:55.390 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-04-16 12:15:55.392 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for cinder-wsgi 2025-04-16 12:15:55.394 | ++ lib/apache:apache_site_config_for:173 : local site=cinder-wsgi 2025-04-16 12:15:55.396 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-16 12:15:55.398 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:15:55.399 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:15:55.401 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2025-04-16 12:15:55.404 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2025-04-16 12:15:55.405 | + lib/apache:write_uwsgi_config:291 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2025-04-16 12:15:55.427 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2025-04-16 12:15:55.449 | + lib/apache:write_uwsgi_config:293 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 acquire=1 ' 2025-04-16 12:15:55.449 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2025-04-16 12:15:55.456 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 acquire=1 2025-04-16 12:15:55.458 | + lib/apache:write_uwsgi_config:294 : enable_apache_site cinder-wsgi 2025-04-16 12:15:55.460 | + lib/apache:enable_apache_site:190 : local site=cinder-wsgi 2025-04-16 12:15:55.462 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-16 12:15:55.464 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-16 12:15:55.466 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 12:15:55.467 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:15:55.469 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:15:55.471 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-16 12:15:55.473 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-16 12:15:55.475 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:15:55.476 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:15:55.478 | + lib/apache:enable_apache_site:194 : sudo a2ensite cinder-wsgi 2025-04-16 12:15:55.511 | Enabling site cinder-wsgi. 2025-04-16 12:15:55.515 | To activate the new configuration, you need to run: 2025-04-16 12:15:55.515 | systemctl reload apache2 2025-04-16 12:15:55.518 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-04-16 12:15:55.520 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-16 12:15:55.522 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 12:15:55.523 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-16 12:15:55.611 | + lib/cinder:configure_cinder:397 : [[ -r /opt/stack/devstack/lib/cinder_plugins/vsphere ]] 2025-04-16 12:15:55.613 | + lib/cinder:configure_cinder:398 : configure_cinder_driver 2025-04-16 12:15:55.614 | + lib/cinder_plugins/vsphere:configure_cinder_driver:33 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_ip vc1.osci.c.eu-de-1.cloud.sap 2025-04-16 12:15:55.638 | + lib/cinder_plugins/vsphere:configure_cinder_driver:34 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_username Administrator@vsphere.local 2025-04-16 12:15:55.659 | + lib/cinder_plugins/vsphere:configure_cinder_driver:35 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_password 'VMware1!VMware1!' 2025-04-16 12:15:55.682 | + lib/cinder_plugins/vsphere:configure_cinder_driver:36 : iniset /etc/cinder/cinder.conf DEFAULT volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2025-04-16 12:15:55.704 | + lib/cinder:configure_cinder:401 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2025-04-16 12:15:55.727 | + lib/cinder:configure_cinder:403 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.180.1.21/image 2025-04-16 12:15:55.749 | + lib/cinder:configure_cinder:404 : is_service_enabled tls-proxy 2025-04-16 12:15:55.762 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:15:55.764 | + lib/cinder:configure_cinder:410 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2025-04-16 12:15:55.766 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2025-04-16 12:15:55.768 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-04-16 12:15:55.770 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2025-04-16 12:15:55.772 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova auth_type password 2025-04-16 12:15:55.798 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova interface public 2025-04-16 12:15:55.821 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova auth_url http://10.180.1.21/identity 2025-04-16 12:15:55.843 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf nova username nova 2025-04-16 12:15:55.865 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova password nomoresecret 2025-04-16 12:15:55.887 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2025-04-16 12:15:55.909 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf nova project_name service 2025-04-16 12:15:55.932 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2025-04-16 12:15:55.954 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2025-04-16 12:15:55.976 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2025-04-16 12:15:55.999 | + lib/cinder:configure_cinder:411 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2025-04-16 12:15:56.023 | + lib/cinder:configure_cinder:412 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2025-04-16 12:15:56.046 | + lib/cinder:configure_cinder:414 : [[ ! -z '' ]] 2025-04-16 12:15:56.048 | + lib/cinder:configure_cinder:416 : is_service_enabled etcd3 2025-04-16 12:15:56.060 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:15:56.062 | + lib/cinder:configure_cinder:419 : iniset /etc/cinder/cinder.conf coordination backend_url 'etcd3+http://10.180.1.21:2379?api_version=v3' 2025-04-16 12:15:56.086 | + lib/cinder:configure_cinder:422 : [[ False == True ]] 2025-04-16 12:15:56.088 | + lib/cinder:configure_cinder:422 : [[ False == True ]] 2025-04-16 12:15:56.089 | + lib/cinder:configure_cinder:426 : iniset /etc/cinder/cinder.conf oslo_policy enforce_scope false 2025-04-16 12:15:56.114 | + lib/cinder:configure_cinder:427 : iniset /etc/cinder/cinder.conf oslo_policy enforce_new_defaults false 2025-04-16 12:15:56.136 | + stack.sh:main:957 : is_service_enabled neutron 2025-04-16 12:15:56.149 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:15:56.151 | + stack.sh:main:959 : stack_install_service neutron 2025-04-16 12:15:56.153 | + lib/stack:stack_install_service:20 : local service=neutron 2025-04-16 12:15:56.155 | + lib/stack:stack_install_service:21 : type install_neutron 2025-04-16 12:15:56.157 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-16 12:15:56.159 | + lib/stack:stack_install_service:32 : install_neutron 2025-04-16 12:15:56.160 | + lib/neutron:install_neutron:522 : use_library_from_git neutron-lib 2025-04-16 12:15:56.162 | + inc/python:use_library_from_git:272 : local name=neutron-lib 2025-04-16 12:15:56.164 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:15:56.166 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:15:56.168 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,neutron-lib, ]] 2025-04-16 12:15:56.170 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:15:56.172 | + lib/neutron:install_neutron:527 : git_clone https://opendev.org/openstack/neutron.git /opt/stack//neutron stable/2023.2 2025-04-16 12:15:56.174 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/neutron.git 2025-04-16 12:15:56.176 | + functions-common:git_clone:573 : local git_dest=/opt/stack//neutron 2025-04-16 12:15:56.178 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-16 12:15:56.179 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 12:15:56.181 | ++ functions-common:git_clone:576 : pwd 2025-04-16 12:15:56.184 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 12:15:56.185 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 12:15:56.188 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 12:15:56.200 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 12:15:56.202 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 12:15:56.204 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 12:15:56.205 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 12:15:56.207 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-16 12:15:56.208 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 12:15:56.212 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//neutron ]] 2025-04-16 12:15:56.214 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 12:15:56.216 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2025-04-16 12:15:56.218 | + functions-common:git_timed:680 : local count=0 2025-04-16 12:15:56.219 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 12:15:56.221 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 12:15:56.223 | + functions-common:git_timed:684 : timeout=0 2025-04-16 12:15:56.224 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 12:15:56.226 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 12:15:56.228 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:15:56.230 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:15:56.232 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:15:56.235 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805756233 2025-04-16 12:15:56.236 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2025-04-16 12:15:56.239 | Cloning into '/opt/stack//neutron'... 2025-04-16 12:15:59.774 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 12:15:59.776 | + functions-common:time_stop:2400 : local name 2025-04-16 12:15:59.778 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:15:59.779 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:15:59.781 | + functions-common:time_stop:2403 : local total 2025-04-16 12:15:59.783 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:15:59.785 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 12:15:59.787 | + functions-common:time_stop:2407 : start_time=1744805756233 2025-04-16 12:15:59.788 | + functions-common:time_stop:2409 : [[ -z 1744805756233 ]] 2025-04-16 12:15:59.791 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:15:59.794 | + functions-common:time_stop:2412 : end_time=1744805759792 2025-04-16 12:15:59.796 | + functions-common:time_stop:2413 : elapsed_time=3559 2025-04-16 12:15:59.798 | + functions-common:time_stop:2414 : total=52095 2025-04-16 12:15:59.800 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:15:59.802 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=55654 2025-04-16 12:15:59.803 | + functions-common:git_clone:614 : cd /opt/stack//neutron 2025-04-16 12:15:59.805 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-16 12:15:59.807 | + functions-common:git_timed:680 : local count=0 2025-04-16 12:15:59.809 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 12:15:59.811 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 12:15:59.813 | + functions-common:git_timed:684 : timeout=0 2025-04-16 12:15:59.814 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 12:15:59.816 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 12:15:59.818 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:15:59.820 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:15:59.822 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:15:59.825 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805759823 2025-04-16 12:15:59.827 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-16 12:16:03.236 | From https://opendev.org/openstack/neutron 2025-04-16 12:16:03.236 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-16 12:16:03.241 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 12:16:03.242 | + functions-common:time_stop:2400 : local name 2025-04-16 12:16:03.244 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:16:03.246 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:16:03.248 | + functions-common:time_stop:2403 : local total 2025-04-16 12:16:03.250 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:16:03.252 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 12:16:03.253 | + functions-common:time_stop:2407 : start_time=1744805759823 2025-04-16 12:16:03.255 | + functions-common:time_stop:2409 : [[ -z 1744805759823 ]] 2025-04-16 12:16:03.258 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:16:03.261 | + functions-common:time_stop:2412 : end_time=1744805763259 2025-04-16 12:16:03.263 | + functions-common:time_stop:2413 : elapsed_time=3436 2025-04-16 12:16:03.264 | + functions-common:time_stop:2414 : total=55654 2025-04-16 12:16:03.266 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:16:03.268 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=59090 2025-04-16 12:16:03.270 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 12:16:03.272 | + functions-common:git_timed:680 : local count=0 2025-04-16 12:16:03.273 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 12:16:03.275 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 12:16:03.277 | + functions-common:git_timed:684 : timeout=0 2025-04-16 12:16:03.279 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 12:16:03.280 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 12:16:03.282 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:16:03.284 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:16:03.286 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:16:03.289 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805763288 2025-04-16 12:16:03.291 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 12:16:03.549 | Note: switching to 'FETCH_HEAD'. 2025-04-16 12:16:03.549 | 2025-04-16 12:16:03.549 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 12:16:03.549 | changes and commit them, and you can discard any commits you make in this 2025-04-16 12:16:03.549 | state without impacting any branches by switching back to a branch. 2025-04-16 12:16:03.549 | 2025-04-16 12:16:03.549 | If you want to create a new branch to retain commits you create, you may 2025-04-16 12:16:03.549 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 12:16:03.549 | 2025-04-16 12:16:03.549 | git switch -c 2025-04-16 12:16:03.549 | 2025-04-16 12:16:03.549 | Or undo this operation with: 2025-04-16 12:16:03.549 | 2025-04-16 12:16:03.549 | git switch - 2025-04-16 12:16:03.549 | 2025-04-16 12:16:03.549 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 12:16:03.549 | 2025-04-16 12:16:03.549 | HEAD is now at a4bf5b7 [UT] Delete the OVN AgentCache instance in the cleanup 2025-04-16 12:16:03.553 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 12:16:03.555 | + functions-common:time_stop:2400 : local name 2025-04-16 12:16:03.557 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:16:03.559 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:16:03.561 | + functions-common:time_stop:2403 : local total 2025-04-16 12:16:03.563 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:16:03.565 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 12:16:03.566 | + functions-common:time_stop:2407 : start_time=1744805763288 2025-04-16 12:16:03.568 | + functions-common:time_stop:2409 : [[ -z 1744805763288 ]] 2025-04-16 12:16:03.571 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:16:03.574 | + functions-common:time_stop:2412 : end_time=1744805763572 2025-04-16 12:16:03.575 | + functions-common:time_stop:2413 : elapsed_time=284 2025-04-16 12:16:03.577 | + functions-common:time_stop:2414 : total=59090 2025-04-16 12:16:03.579 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:16:03.581 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=59374 2025-04-16 12:16:03.582 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//neutron 2025-04-16 12:16:03.593 | + functions-common:git_clone:655 : cd /opt/stack//neutron 2025-04-16 12:16:03.596 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 12:16:03.596 | + functions-common:git_clone:656 : head -1 2025-04-16 12:16:03.598 | a4bf5b7 [UT] Delete the OVN AgentCache instance in the cleanup 2025-04-16 12:16:03.600 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 12:16:03.603 | + lib/neutron:install_neutron:528 : setup_develop /opt/stack//neutron 2025-04-16 12:16:03.605 | + inc/python:setup_develop:360 : local bindep 2025-04-16 12:16:03.607 | + inc/python:setup_develop:361 : [[ /opt/stack//neutron == -bindep* ]] 2025-04-16 12:16:03.609 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//neutron 2025-04-16 12:16:03.611 | + inc/python:setup_develop:366 : local extras= 2025-04-16 12:16:03.613 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//neutron -e 2025-04-16 12:16:03.615 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-16 12:16:03.617 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//neutron == -bindep* ]] 2025-04-16 12:16:03.619 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//neutron 2025-04-16 12:16:03.621 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-16 12:16:03.623 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-16 12:16:03.626 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//neutron 2025-04-16 12:16:03.627 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-16 12:16:03.630 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/neutron 2025-04-16 12:16:03.632 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-16 12:16:03.633 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-16 12:16:03.636 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2025-04-16 12:16:03.640 | + inc/python:_setup_package_with_constraints_edit:407 : name=neutron 2025-04-16 12:16:03.642 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- neutron 2025-04-16 12:16:03.959 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/neutron -e 2025-04-16 12:16:03.961 | + inc/python:setup_package:440 : local bindep=0 2025-04-16 12:16:03.964 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-16 12:16:03.966 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-16 12:16:03.968 | + inc/python:setup_package:443 : [[ /opt/stack/neutron == -bindep* ]] 2025-04-16 12:16:03.970 | + inc/python:setup_package:448 : local project_dir=/opt/stack/neutron 2025-04-16 12:16:03.972 | + inc/python:setup_package:449 : local flags=-e 2025-04-16 12:16:03.974 | + inc/python:setup_package:450 : local extras= 2025-04-16 12:16:03.976 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-16 12:16:03.978 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-16 12:16:03.980 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-16 12:16:03.982 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-16 12:16:03.985 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-16 12:16:03.986 | + inc/python:setup_package:468 : pip_install -e /opt/stack/neutron 2025-04-16 12:16:04.003 | Using python 3.10 to install /opt/stack/neutron 2025-04-16 12:16:04.005 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/neutron 2025-04-16 12:16:04.830 | Obtaining file:///opt/stack/neutron 2025-04-16 12:16:04.831 | Preparing metadata (setup.py): started 2025-04-16 12:16:05.417 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 12:16:05.489 | Requirement already satisfied: pbr>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (5.11.1) 2025-04-16 12:16:05.490 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (3.5.2) 2025-04-16 12:16:05.491 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (3.0.1) 2025-04-16 12:16:05.491 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (2.5.1) 2025-04-16 12:16:05.492 | Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (2.5.0) 2025-04-16 12:16:05.493 | Requirement already satisfied: decorator>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (5.1.1) 2025-04-16 12:16:05.493 | Requirement already satisfied: eventlet>=0.26.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (0.33.3) 2025-04-16 12:16:05.589 | Collecting pecan>=1.4.0 (from neutron==0.0.1.dev14) 2025-04-16 12:16:05.589 | Using cached pecan-1.4.2-py3-none-any.whl 2025-04-16 12:16:05.597 | Requirement already satisfied: httplib2>=0.9.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (0.22.0) 2025-04-16 12:16:05.598 | Requirement already satisfied: requests>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (2.28.2) 2025-04-16 12:16:05.598 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (3.1.2) 2025-04-16 12:16:05.599 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (10.4.1) 2025-04-16 12:16:05.600 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (0.8.0) 2025-04-16 12:16:05.601 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (0.11.0) 2025-04-16 12:16:05.649 | Collecting neutron-lib>=3.8.1 (from neutron==0.0.1.dev14) 2025-04-16 12:16:05.651 | Using cached neutron_lib-3.8.2-py3-none-any.whl.metadata (2.3 kB) 2025-04-16 12:16:05.690 | Collecting python-neutronclient>=7.8.0 (from neutron==0.0.1.dev14) 2025-04-16 12:16:05.691 | Using cached python_neutronclient-11.0.0-py3-none-any.whl.metadata (3.0 kB) 2025-04-16 12:16:05.693 | Requirement already satisfied: tenacity>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (6.3.1) 2025-04-16 12:16:05.694 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (1.4.41) 2025-04-16 12:16:05.694 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (1.8.7) 2025-04-16 12:16:05.695 | Requirement already satisfied: keystoneauth1>=3.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (5.3.0) 2025-04-16 12:16:05.696 | Requirement already satisfied: alembic>=1.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (1.9.4) 2025-04-16 12:16:05.696 | Requirement already satisfied: stevedore>=2.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (5.1.0) 2025-04-16 12:16:05.697 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (3.5.0) 2025-04-16 12:16:05.698 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (5.2.0) 2025-04-16 12:16:05.699 | Requirement already satisfied: oslo.config>=9.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (9.2.0) 2025-04-16 12:16:05.699 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (5.2.0) 2025-04-16 12:16:05.700 | Requirement already satisfied: oslo.db>=4.44.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (14.1.1) 2025-04-16 12:16:05.701 | Requirement already satisfied: oslo.i18n>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (6.1.1) 2025-04-16 12:16:05.702 | Requirement already satisfied: oslo.log>=5.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (5.3.2) 2025-04-16 12:16:05.702 | Requirement already satisfied: oslo.messaging>=7.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (14.4.2) 2025-04-16 12:16:05.703 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (5.2.0) 2025-04-16 12:16:05.704 | Requirement already satisfied: oslo.policy>=3.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (4.2.1) 2025-04-16 12:16:05.704 | Requirement already satisfied: oslo.privsep>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (3.2.0) 2025-04-16 12:16:05.705 | Requirement already satisfied: oslo.reports>=1.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (3.1.0) 2025-04-16 12:16:05.706 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (7.1.0) 2025-04-16 12:16:05.707 | Requirement already satisfied: oslo.serialization>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (5.2.1) 2025-04-16 12:16:05.707 | Requirement already satisfied: oslo.service>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (3.2.1) 2025-04-16 12:16:05.708 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (2.2.0) 2025-04-16 12:16:05.709 | Requirement already satisfied: oslo.utils>=6.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (6.2.1) 2025-04-16 12:16:05.709 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (3.2.0) 2025-04-16 12:16:05.710 | Requirement already satisfied: osprofiler>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (4.1.0) 2025-04-16 12:16:05.738 | Collecting os-ken>=2.2.0 (from neutron==0.0.1.dev14) 2025-04-16 12:16:05.740 | Using cached os_ken-2.7.1-py3-none-any.whl.metadata (1.6 kB) 2025-04-16 12:16:05.761 | Collecting os-resource-classes>=1.1.0 (from neutron==0.0.1.dev14) 2025-04-16 12:16:05.762 | Using cached os_resource_classes-1.1.0-py3-none-any.whl.metadata (1.9 kB) 2025-04-16 12:16:05.797 | Collecting ovs>=2.10.0 (from neutron==0.0.1.dev14) 2025-04-16 12:16:05.797 | Using cached ovs-2.17.7-py3-none-any.whl 2025-04-16 12:16:05.844 | Collecting ovsdbapp>=2.2.1 (from neutron==0.0.1.dev14) 2025-04-16 12:16:05.846 | Using cached ovsdbapp-2.4.2-py3-none-any.whl.metadata (1.4 kB) 2025-04-16 12:16:05.847 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (23.1) 2025-04-16 12:16:05.849 | Requirement already satisfied: psutil>=5.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (5.9.5) 2025-04-16 12:16:05.884 | Collecting pyroute2>=0.7.3 (from neutron==0.0.1.dev14) 2025-04-16 12:16:05.885 | Using cached pyroute2-0.7.7-py3-none-any.whl.metadata (8.3 kB) 2025-04-16 12:16:05.888 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (23.1.1) 2025-04-16 12:16:05.888 | Requirement already satisfied: python-novaclient>=9.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (18.4.0) 2025-04-16 12:16:05.889 | Requirement already satisfied: openstacksdk>=0.31.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (1.5.1) 2025-04-16 12:16:05.918 | Collecting python-designateclient>=2.7.0 (from neutron==0.0.1.dev14) 2025-04-16 12:16:05.919 | Using cached python_designateclient-5.3.0-py3-none-any.whl.metadata (1.4 kB) 2025-04-16 12:16:05.952 | Collecting os-vif>=3.1.0 (from neutron==0.0.1.dev14) 2025-04-16 12:16:05.954 | Using cached os_vif-3.2.0-py3-none-any.whl.metadata (2.3 kB) 2025-04-16 12:16:05.956 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (2.4.1) 2025-04-16 12:16:05.957 | Requirement already satisfied: tooz>=1.58.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev14) (4.2.0) 2025-04-16 12:16:05.963 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=1.6.5->neutron==0.0.1.dev14) (1.2.4) 2025-04-16 12:16:05.966 | 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.dev14) (1.15.0) 2025-04-16 12:16:05.972 | 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.dev14) (2.3.0) 2025-04-16 12:16:05.972 | 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.dev14) (2.0.2) 2025-04-16 12:16:05.973 | 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.dev14) (1.16.0) 2025-04-16 12:16:05.980 | 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.dev14) (3.0.9) 2025-04-16 12:16:05.984 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->neutron==0.0.1.dev14) (2.1.2) 2025-04-16 12:16:06.012 | 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.dev14) (1.1.0) 2025-04-16 12:16:06.012 | 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.dev14) (1.7.0) 2025-04-16 12:16:06.033 | 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.dev14) (3.1.1) 2025-04-16 12:16:06.034 | 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.dev14) (5.2.0) 2025-04-16 12:16:06.083 | Collecting os-traits>=0.9.0 (from neutron-lib>=3.8.1->neutron==0.0.1.dev14) 2025-04-16 12:16:06.085 | Using cached os_traits-3.0.0-py3-none-any.whl.metadata (1.7 kB) 2025-04-16 12:16:06.151 | Collecting setproctitle>=1.1.10 (from neutron-lib>=3.8.1->neutron==0.0.1.dev14) 2025-04-16 12:16:06.153 | Using cached setproctitle-1.3.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.8 kB) 2025-04-16 12:16:06.166 | 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.dev14) (6.0) 2025-04-16 12:16:06.167 | 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.dev14) (1.4.4) 2025-04-16 12:16:06.168 | 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.dev14) (1.4.0) 2025-04-16 12:16:06.169 | 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.dev14) (1.32) 2025-04-16 12:16:06.170 | 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.dev14) (1.0.1) 2025-04-16 12:16:06.171 | 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.dev14) (1.1.8) 2025-04-16 12:16:06.172 | 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.dev14) (40.0.2) 2025-04-16 12:16:06.179 | 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.dev14) (1.0.5) 2025-04-16 12:16:06.204 | Collecting ncclient>=0.6.13 (from os-ken>=2.2.0->neutron==0.0.1.dev14) 2025-04-16 12:16:06.204 | Using cached ncclient-0.6.13-py2.py3-none-any.whl 2025-04-16 12:16:06.284 | 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.dev14) (0.18) 2025-04-16 12:16:06.305 | 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.dev14) (2.0.0) 2025-04-16 12:16:06.332 | 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.dev14) (2.0.1) 2025-04-16 12:16:06.332 | 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.dev14) (0.5.0) 2025-04-16 12:16:06.358 | 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.dev14) (2.8.2) 2025-04-16 12:16:06.360 | 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.dev14) (0.9.6) 2025-04-16 12:16:06.385 | 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.dev14) (5.1.1) 2025-04-16 12:16:06.385 | 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.dev14) (5.3.0) 2025-04-16 12:16:06.386 | 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.dev14) (5.2.4) 2025-04-16 12:16:06.388 | 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.dev14) (0.7.0) 2025-04-16 12:16:06.399 | 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.dev14) (4.0.1) 2025-04-16 12:16:06.401 | 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.dev14) (4.0.1) 2025-04-16 12:16:06.420 | 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.dev14) (1.15.1) 2025-04-16 12:16:06.445 | 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.dev14) (2023.3) 2025-04-16 12:16:06.446 | 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.dev14) (2023.3) 2025-04-16 12:16:06.460 | 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.dev14) (1.4.0) 2025-04-16 12:16:06.461 | 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.dev14) (4.0.1) 2025-04-16 12:16:06.471 | 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.dev14) (3.7.0) 2025-04-16 12:16:06.557 | Collecting sortedcontainers (from ovs>=2.10.0->neutron==0.0.1.dev14) 2025-04-16 12:16:06.559 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 2025-04-16 12:16:06.593 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->neutron==0.0.1.dev14) (69.1.1) 2025-04-16 12:16:06.649 | Collecting logutils>=0.3 (from pecan>=1.4.0->neutron==0.0.1.dev14) 2025-04-16 12:16:06.649 | Using cached logutils-0.3.5-py3-none-any.whl 2025-04-16 12:16:06.711 | 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.dev14) (4.3.0) 2025-04-16 12:16:06.712 | 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.dev14) (4.17.3) 2025-04-16 12:16:06.744 | Collecting osc-lib>=1.8.0 (from python-designateclient>=2.7.0->neutron==0.0.1.dev14) 2025-04-16 12:16:06.746 | Using cached osc_lib-2.8.1-py3-none-any.whl.metadata (3.9 kB) 2025-04-16 12:16:06.799 | Collecting os-client-config>=1.28.0 (from python-neutronclient>=7.8.0->neutron==0.0.1.dev14) 2025-04-16 12:16:06.802 | Using cached os_client_config-2.1.0-py3-none-any.whl.metadata (2.2 kB) 2025-04-16 12:16:06.922 | Collecting simplejson>=3.5.1 (from python-neutronclient>=7.8.0->neutron==0.0.1.dev14) 2025-04-16 12:16:06.925 | Using cached simplejson-3.19.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.1 kB) 2025-04-16 12:16:06.993 | 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.dev14) (3.1.0) 2025-04-16 12:16:06.994 | 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.dev14) (3.4) 2025-04-16 12:16:06.995 | 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.dev14) (1.26.15) 2025-04-16 12:16:06.997 | 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.dev14) (2025.1.31) 2025-04-16 12:16:07.013 | 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.dev14) (0.7) 2025-04-16 12:16:07.154 | 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.dev14) (0.13.1) 2025-04-16 12:16:07.187 | 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.dev14) (5.0.0) 2025-04-16 12:16:07.259 | 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.dev14) (2.21) 2025-04-16 12:16:07.292 | 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.dev14) (0.5.1) 2025-04-16 12:16:07.293 | 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.dev14) (2.4.3) 2025-04-16 12:16:07.294 | 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.dev14) (6.0.1) 2025-04-16 12:16:07.481 | 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.dev14) (2.3) 2025-04-16 12:16:07.514 | 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.dev14) (23.1.0) 2025-04-16 12:16:07.515 | 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.dev14) (0.19.3) 2025-04-16 12:16:07.638 | 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.dev14) (3.1.0) 2025-04-16 12:16:07.638 | 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.dev14) (4.9.2) 2025-04-16 12:16:07.736 | 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.dev14) (0.16.0) 2025-04-16 12:16:07.758 | 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.dev14) (0.2.6) 2025-04-16 12:16:08.141 | 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.dev14) (2.6.0) 2025-04-16 12:16:08.377 | 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.dev14) (1.8.2) 2025-04-16 12:16:08.417 | 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.dev14) (3.15.0) 2025-04-16 12:16:08.492 | 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.dev14) (1.5.0) 2025-04-16 12:16:08.730 | Using cached neutron_lib-3.8.2-py3-none-any.whl (601 kB) 2025-04-16 12:16:08.737 | Using cached os_ken-2.7.1-py3-none-any.whl (2.0 MB) 2025-04-16 12:16:08.749 | Using cached os_resource_classes-1.1.0-py3-none-any.whl (11 kB) 2025-04-16 12:16:08.751 | Using cached os_vif-3.2.0-py3-none-any.whl (112 kB) 2025-04-16 12:16:08.754 | Using cached ovsdbapp-2.4.2-py3-none-any.whl (139 kB) 2025-04-16 12:16:08.757 | Using cached pyroute2-0.7.7-py3-none-any.whl (456 kB) 2025-04-16 12:16:08.762 | Using cached python_designateclient-5.3.0-py3-none-any.whl (95 kB) 2025-04-16 12:16:08.764 | Using cached python_neutronclient-11.0.0-py3-none-any.whl (293 kB) 2025-04-16 12:16:08.768 | Using cached os_client_config-2.1.0-py3-none-any.whl (31 kB) 2025-04-16 12:16:08.771 | Using cached os_traits-3.0.0-py3-none-any.whl (41 kB) 2025-04-16 12:16:08.773 | Using cached osc_lib-2.8.1-py3-none-any.whl (89 kB) 2025-04-16 12:16:08.776 | Using cached setproctitle-1.3.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (30 kB) 2025-04-16 12:16:08.778 | Using cached simplejson-3.19.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (137 kB) 2025-04-16 12:16:08.782 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2025-04-16 12:16:09.199 | Installing collected packages: sortedcontainers, pyroute2, logutils, simplejson, setproctitle, ovs, os-traits, os-resource-classes, pecan, ovsdbapp, osc-lib, os-client-config, ncclient, python-neutronclient, python-designateclient, os-ken, os-vif, neutron-lib, neutron 2025-04-16 12:16:11.919 | Running setup.py develop for neutron 2025-04-16 12:16:13.362 | Successfully installed logutils-0.3.5 ncclient-0.6.13 neutron-0.0.1.dev14 neutron-lib-3.8.2 os-client-config-2.1.0 os-ken-2.7.1 os-resource-classes-1.1.0 os-traits-3.0.0 os-vif-3.2.0 osc-lib-2.8.1 ovs-2.17.7 ovsdbapp-2.4.2 pecan-1.4.2 pyroute2-0.7.7 python-designateclient-5.3.0 python-neutronclient-11.0.0 setproctitle-1.3.2 simplejson-3.19.1 sortedcontainers-2.4.0 2025-04-16 12:16:13.512 | + inc/python:pip_install:222 : result=0 2025-04-16 12:16:13.515 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 12:16:13.516 | + functions-common:time_stop:2400 : local name 2025-04-16 12:16:13.518 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:16:13.520 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:16:13.521 | + functions-common:time_stop:2403 : local total 2025-04-16 12:16:13.523 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:16:13.525 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 12:16:13.527 | + functions-common:time_stop:2407 : start_time=1744805763999 2025-04-16 12:16:13.528 | + functions-common:time_stop:2409 : [[ -z 1744805763999 ]] 2025-04-16 12:16:13.530 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:16:13.533 | + functions-common:time_stop:2412 : end_time=1744805773531 2025-04-16 12:16:13.535 | + functions-common:time_stop:2413 : elapsed_time=9532 2025-04-16 12:16:13.537 | + functions-common:time_stop:2414 : total=59162 2025-04-16 12:16:13.538 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:16:13.540 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=68694 2025-04-16 12:16:13.542 | + inc/python:pip_install:225 : return 0 2025-04-16 12:16:13.544 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-16 12:16:13.546 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-16 12:16:13.548 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/neutron 2025-04-16 12:16:13.550 | + inc/python:use_library_from_git:272 : local name=/opt/stack/neutron 2025-04-16 12:16:13.552 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:16:13.554 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:16:13.556 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/neutron, ]] 2025-04-16 12:16:13.558 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:16:13.560 | + lib/neutron:install_neutron:530 : [[ openvswitch == \o\v\n ]] 2025-04-16 12:16:13.562 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-16 12:16:13.563 | + stack.sh:main:962 : is_service_enabled nova 2025-04-16 12:16:13.576 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:16:13.578 | + stack.sh:main:964 : stack_install_service nova 2025-04-16 12:16:13.580 | + lib/stack:stack_install_service:20 : local service=nova 2025-04-16 12:16:13.581 | + lib/stack:stack_install_service:21 : type install_nova 2025-04-16 12:16:13.583 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-16 12:16:13.585 | + lib/stack:stack_install_service:32 : install_nova 2025-04-16 12:16:13.587 | + lib/nova:install_nova:922 : use_library_from_git os-vif 2025-04-16 12:16:13.589 | + inc/python:use_library_from_git:272 : local name=os-vif 2025-04-16 12:16:13.591 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:16:13.593 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:16:13.594 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-vif, ]] 2025-04-16 12:16:13.596 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:16:13.598 | + lib/nova:install_nova:927 : is_service_enabled n-cpu 2025-04-16 12:16:13.610 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:16:13.611 | + lib/nova:install_nova:931 : is_service_enabled n-novnc 2025-04-16 12:16:13.624 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:16:13.625 | + lib/nova:install_nova:958 : is_service_enabled n-spice 2025-04-16 12:16:13.637 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:16:13.639 | + lib/nova:install_nova:970 : git_clone https://opendev.org/openstack/nova.git /opt/stack//nova 91805854af9fa20cb502c7243d2f9258cc58b045 2025-04-16 12:16:13.641 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/nova.git 2025-04-16 12:16:13.643 | + functions-common:git_clone:573 : local git_dest=/opt/stack//nova 2025-04-16 12:16:13.644 | + functions-common:git_clone:574 : local git_ref=91805854af9fa20cb502c7243d2f9258cc58b045 2025-04-16 12:16:13.646 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 12:16:13.648 | ++ functions-common:git_clone:576 : pwd 2025-04-16 12:16:13.650 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 12:16:13.652 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 12:16:13.654 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 12:16:13.666 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 12:16:13.667 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 12:16:13.669 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 12:16:13.671 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 12:16:13.673 | + functions-common:git_clone:593 : echo 91805854af9fa20cb502c7243d2f9258cc58b045 2025-04-16 12:16:13.673 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 12:16:13.677 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//nova ]] 2025-04-16 12:16:13.678 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 12:16:13.680 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2025-04-16 12:16:13.682 | + functions-common:git_timed:680 : local count=0 2025-04-16 12:16:13.684 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 12:16:13.685 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 12:16:13.687 | + functions-common:git_timed:684 : timeout=0 2025-04-16 12:16:13.689 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 12:16:13.690 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 12:16:13.692 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:16:13.694 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:16:13.696 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:16:13.699 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805773697 2025-04-16 12:16:13.701 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2025-04-16 12:16:13.703 | Cloning into '/opt/stack//nova'... 2025-04-16 12:16:17.375 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 12:16:17.377 | + functions-common:time_stop:2400 : local name 2025-04-16 12:16:17.379 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:16:17.381 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:16:17.383 | + functions-common:time_stop:2403 : local total 2025-04-16 12:16:17.384 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:16:17.386 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 12:16:17.388 | + functions-common:time_stop:2407 : start_time=1744805773697 2025-04-16 12:16:17.389 | + functions-common:time_stop:2409 : [[ -z 1744805773697 ]] 2025-04-16 12:16:17.392 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:16:17.395 | + functions-common:time_stop:2412 : end_time=1744805777393 2025-04-16 12:16:17.396 | + functions-common:time_stop:2413 : elapsed_time=3696 2025-04-16 12:16:17.398 | + functions-common:time_stop:2414 : total=59374 2025-04-16 12:16:17.400 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:16:17.401 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=63070 2025-04-16 12:16:17.403 | + functions-common:git_clone:614 : cd /opt/stack//nova 2025-04-16 12:16:17.405 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin 91805854af9fa20cb502c7243d2f9258cc58b045 2025-04-16 12:16:17.407 | + functions-common:git_timed:680 : local count=0 2025-04-16 12:16:17.409 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 12:16:17.410 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 12:16:17.412 | + functions-common:git_timed:684 : timeout=0 2025-04-16 12:16:17.414 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 12:16:17.416 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 12:16:17.417 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:16:17.419 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:16:17.421 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:16:17.424 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805777422 2025-04-16 12:16:17.426 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin 91805854af9fa20cb502c7243d2f9258cc58b045 2025-04-16 12:16:23.125 | From https://opendev.org/openstack/nova 2025-04-16 12:16:23.125 | * branch 91805854af9fa20cb502c7243d2f9258cc58b045 -> FETCH_HEAD 2025-04-16 12:16:23.166 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 12:16:23.168 | + functions-common:time_stop:2400 : local name 2025-04-16 12:16:23.170 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:16:23.172 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:16:23.174 | + functions-common:time_stop:2403 : local total 2025-04-16 12:16:23.175 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:16:23.177 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 12:16:23.178 | + functions-common:time_stop:2407 : start_time=1744805777422 2025-04-16 12:16:23.180 | + functions-common:time_stop:2409 : [[ -z 1744805777422 ]] 2025-04-16 12:16:23.182 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:16:23.185 | + functions-common:time_stop:2412 : end_time=1744805783183 2025-04-16 12:16:23.187 | + functions-common:time_stop:2413 : elapsed_time=5761 2025-04-16 12:16:23.189 | + functions-common:time_stop:2414 : total=63070 2025-04-16 12:16:23.190 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:16:23.192 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=68831 2025-04-16 12:16:23.193 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 12:16:23.195 | + functions-common:git_timed:680 : local count=0 2025-04-16 12:16:23.197 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 12:16:23.198 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 12:16:23.200 | + functions-common:git_timed:684 : timeout=0 2025-04-16 12:16:23.202 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 12:16:23.204 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 12:16:23.205 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:16:23.207 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:16:23.209 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:16:23.212 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805783210 2025-04-16 12:16:23.214 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 12:16:23.512 | Note: switching to 'FETCH_HEAD'. 2025-04-16 12:16:23.513 | 2025-04-16 12:16:23.513 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 12:16:23.513 | changes and commit them, and you can discard any commits you make in this 2025-04-16 12:16:23.513 | state without impacting any branches by switching back to a branch. 2025-04-16 12:16:23.513 | 2025-04-16 12:16:23.513 | If you want to create a new branch to retain commits you create, you may 2025-04-16 12:16:23.513 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 12:16:23.513 | 2025-04-16 12:16:23.513 | git switch -c 2025-04-16 12:16:23.513 | 2025-04-16 12:16:23.513 | Or undo this operation with: 2025-04-16 12:16:23.513 | 2025-04-16 12:16:23.513 | git switch - 2025-04-16 12:16:23.513 | 2025-04-16 12:16:23.513 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 12:16:23.513 | 2025-04-16 12:16:23.513 | HEAD is now at 9180585 scheduler: fix _get_sharing_providers to support unlimited aggr 2025-04-16 12:16:23.517 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 12:16:23.519 | + functions-common:time_stop:2400 : local name 2025-04-16 12:16:23.521 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:16:23.522 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:16:23.524 | + functions-common:time_stop:2403 : local total 2025-04-16 12:16:23.526 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:16:23.528 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 12:16:23.529 | + functions-common:time_stop:2407 : start_time=1744805783210 2025-04-16 12:16:23.531 | + functions-common:time_stop:2409 : [[ -z 1744805783210 ]] 2025-04-16 12:16:23.533 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:16:23.536 | + functions-common:time_stop:2412 : end_time=1744805783534 2025-04-16 12:16:23.538 | + functions-common:time_stop:2413 : elapsed_time=324 2025-04-16 12:16:23.540 | + functions-common:time_stop:2414 : total=68831 2025-04-16 12:16:23.541 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:16:23.543 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=69155 2025-04-16 12:16:23.545 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//nova 2025-04-16 12:16:23.556 | + functions-common:git_clone:655 : cd /opt/stack//nova 2025-04-16 12:16:23.558 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 12:16:23.558 | + functions-common:git_clone:656 : head -1 2025-04-16 12:16:23.565 | 9180585 scheduler: fix _get_sharing_providers to support unlimited aggr 2025-04-16 12:16:23.567 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 12:16:23.570 | + lib/nova:install_nova:971 : setup_develop /opt/stack//nova 2025-04-16 12:16:23.571 | + inc/python:setup_develop:360 : local bindep 2025-04-16 12:16:23.573 | + inc/python:setup_develop:361 : [[ /opt/stack//nova == -bindep* ]] 2025-04-16 12:16:23.575 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//nova 2025-04-16 12:16:23.576 | + inc/python:setup_develop:366 : local extras= 2025-04-16 12:16:23.578 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//nova -e 2025-04-16 12:16:23.580 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-16 12:16:23.582 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//nova == -bindep* ]] 2025-04-16 12:16:23.584 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//nova 2025-04-16 12:16:23.585 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-16 12:16:23.587 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-16 12:16:23.589 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//nova 2025-04-16 12:16:23.591 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-16 12:16:23.593 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/nova 2025-04-16 12:16:23.595 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-16 12:16:23.597 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-16 12:16:23.599 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2025-04-16 12:16:23.603 | + inc/python:_setup_package_with_constraints_edit:407 : name=nova 2025-04-16 12:16:23.605 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- nova 2025-04-16 12:16:23.921 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/nova -e 2025-04-16 12:16:23.923 | + inc/python:setup_package:440 : local bindep=0 2025-04-16 12:16:23.925 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-16 12:16:23.927 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-16 12:16:23.929 | + inc/python:setup_package:443 : [[ /opt/stack/nova == -bindep* ]] 2025-04-16 12:16:23.931 | + inc/python:setup_package:448 : local project_dir=/opt/stack/nova 2025-04-16 12:16:23.932 | + inc/python:setup_package:449 : local flags=-e 2025-04-16 12:16:23.934 | + inc/python:setup_package:450 : local extras= 2025-04-16 12:16:23.936 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-16 12:16:23.937 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-16 12:16:23.939 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-16 12:16:23.941 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-16 12:16:23.943 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-16 12:16:23.945 | + inc/python:setup_package:468 : pip_install -e /opt/stack/nova 2025-04-16 12:16:23.960 | Using python 3.10 to install /opt/stack/nova 2025-04-16 12:16:23.962 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/nova 2025-04-16 12:16:24.792 | Obtaining file:///opt/stack/nova 2025-04-16 12:16:24.793 | Preparing metadata (setup.py): started 2025-04-16 12:16:25.415 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 12:16:25.502 | Requirement already satisfied: pbr>=5.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (5.11.1) 2025-04-16 12:16:25.502 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (1.4.41) 2025-04-16 12:16:25.503 | Requirement already satisfied: decorator>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (5.1.1) 2025-04-16 12:16:25.504 | Requirement already satisfied: eventlet>=0.30.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (0.33.3) 2025-04-16 12:16:25.504 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (3.1.2) 2025-04-16 12:16:25.505 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (10.4.1) 2025-04-16 12:16:25.506 | Requirement already satisfied: lxml>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (4.9.2) 2025-04-16 12:16:25.506 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (2.5.1) 2025-04-16 12:16:25.507 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (40.0.2) 2025-04-16 12:16:25.508 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (1.8.7) 2025-04-16 12:16:25.508 | Requirement already satisfied: greenlet>=0.4.15 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (2.0.2) 2025-04-16 12:16:25.509 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (3.0.1) 2025-04-16 12:16:25.510 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (3.5.2) 2025-04-16 12:16:25.511 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (3.7.0) 2025-04-16 12:16:25.511 | Requirement already satisfied: alembic>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (1.9.4) 2025-04-16 12:16:25.512 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (0.8.0) 2025-04-16 12:16:25.513 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (0.11.0) 2025-04-16 12:16:25.513 | Requirement already satisfied: paramiko>=2.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (3.1.0) 2025-04-16 12:16:25.514 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (1.1.0) 2025-04-16 12:16:25.515 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (4.17.3) 2025-04-16 12:16:25.516 | 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.dev18) (9.4.0) 2025-04-16 12:16:25.516 | Requirement already satisfied: keystoneauth1>=3.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (5.3.0) 2025-04-16 12:16:25.517 | Requirement already satisfied: python-neutronclient>=7.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (11.0.0) 2025-04-16 12:16:25.518 | Requirement already satisfied: python-glanceclient>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (4.4.1) 2025-04-16 12:16:25.518 | Requirement already satisfied: requests>=2.25.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (2.28.2) 2025-04-16 12:16:25.519 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (5.1.0) 2025-04-16 12:16:25.611 | Collecting websockify>=0.9.0 (from nova==0.0.1.dev18) 2025-04-16 12:16:25.611 | Using cached websockify-0.10.0-py3-none-any.whl 2025-04-16 12:16:25.618 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (3.5.0) 2025-04-16 12:16:25.619 | Requirement already satisfied: oslo.concurrency>=5.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (5.2.0) 2025-04-16 12:16:25.620 | Requirement already satisfied: oslo.config>=8.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (9.2.0) 2025-04-16 12:16:25.620 | Requirement already satisfied: oslo.context>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (5.2.0) 2025-04-16 12:16:25.621 | Requirement already satisfied: oslo.log>=4.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (5.3.2) 2025-04-16 12:16:25.622 | Requirement already satisfied: oslo.limit>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (2.2.0) 2025-04-16 12:16:25.622 | Requirement already satisfied: oslo.reports>=1.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (3.1.0) 2025-04-16 12:16:25.623 | Requirement already satisfied: oslo.serialization>=4.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (5.2.1) 2025-04-16 12:16:25.624 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (2.2.0) 2025-04-16 12:16:25.625 | Requirement already satisfied: oslo.utils>=4.12.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (6.2.1) 2025-04-16 12:16:25.625 | Requirement already satisfied: oslo.db>=10.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (14.1.1) 2025-04-16 12:16:25.626 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (7.1.0) 2025-04-16 12:16:25.627 | Requirement already satisfied: oslo.messaging>=14.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (14.4.2) 2025-04-16 12:16:25.628 | Requirement already satisfied: oslo.policy>=3.11.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (4.2.1) 2025-04-16 12:16:25.628 | Requirement already satisfied: oslo.privsep>=2.6.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (3.2.0) 2025-04-16 12:16:25.629 | Requirement already satisfied: oslo.i18n>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (6.1.1) 2025-04-16 12:16:25.630 | Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (3.2.1) 2025-04-16 12:16:25.631 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (2.0.0) 2025-04-16 12:16:25.631 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (5.2.0) 2025-04-16 12:16:25.632 | Requirement already satisfied: psutil>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (5.9.5) 2025-04-16 12:16:25.633 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (3.2.0) 2025-04-16 12:16:25.634 | Requirement already satisfied: os-brick>=5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (6.4.2) 2025-04-16 12:16:25.634 | Requirement already satisfied: os-resource-classes>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (1.1.0) 2025-04-16 12:16:25.635 | Requirement already satisfied: os-traits>=2.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (3.0.0) 2025-04-16 12:16:25.636 | Requirement already satisfied: os-vif>=3.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (3.2.0) 2025-04-16 12:16:25.637 | Requirement already satisfied: castellan>=0.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (4.3.0) 2025-04-16 12:16:25.658 | Collecting microversion-parse>=0.2.1 (from nova==0.0.1.dev18) 2025-04-16 12:16:25.660 | Using cached microversion_parse-1.0.1-py3-none-any.whl.metadata (5.0 kB) 2025-04-16 12:16:25.662 | Requirement already satisfied: tooz>=1.58.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (4.2.0) 2025-04-16 12:16:25.663 | Requirement already satisfied: cursive>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (0.2.3) 2025-04-16 12:16:25.663 | 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.dev18) (1.3.4) 2025-04-16 12:16:25.664 | Requirement already satisfied: os-service-types>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (1.7.0) 2025-04-16 12:16:25.665 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (2.8.2) 2025-04-16 12:16:25.666 | Requirement already satisfied: futurist>=1.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (2.4.1) 2025-04-16 12:16:25.666 | Requirement already satisfied: openstacksdk>=0.35.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (1.5.1) 2025-04-16 12:16:25.667 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (6.0) 2025-04-16 12:16:25.668 | Requirement already satisfied: packaging>=21.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev18) (23.1) 2025-04-16 12:16:25.674 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=1.5.0->nova==0.0.1.dev18) (1.2.4) 2025-04-16 12:16:25.684 | 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.dev18) (5.6.1) 2025-04-16 12:16:25.704 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.7->nova==0.0.1.dev18) (1.15.1) 2025-04-16 12:16:25.717 | 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.dev18) (2.3.0) 2025-04-16 12:16:25.717 | 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.dev18) (1.16.0) 2025-04-16 12:16:25.730 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->nova==0.0.1.dev18) (2.1.2) 2025-04-16 12:16:25.749 | 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.dev18) (23.1.0) 2025-04-16 12:16:25.750 | 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.dev18) (0.19.3) 2025-04-16 12:16:25.799 | 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.dev18) (3.1.1) 2025-04-16 12:16:25.800 | 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.dev18) (5.2.0) 2025-04-16 12:16:25.827 | 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.dev18) (1.4.4) 2025-04-16 12:16:25.828 | 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.dev18) (1.4.0) 2025-04-16 12:16:25.829 | 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.dev18) (1.32) 2025-04-16 12:16:25.830 | 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.dev18) (1.0.1) 2025-04-16 12:16:25.831 | 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.dev18) (1.1.8) 2025-04-16 12:16:25.842 | 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.dev18) (5.9.0) 2025-04-16 12:16:25.845 | 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.dev18) (6.3.1) 2025-04-16 12:16:25.868 | 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.dev18) (2.5.0) 2025-04-16 12:16:25.870 | 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.dev18) (2.4.2) 2025-04-16 12:16:25.871 | 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.dev18) (0.7.7) 2025-04-16 12:16:25.897 | 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.dev18) (0.18) 2025-04-16 12:16:25.968 | 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.dev18) (2.0.1) 2025-04-16 12:16:25.969 | 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.dev18) (0.5.0) 2025-04-16 12:16:26.005 | 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.dev18) (0.9.6) 2025-04-16 12:16:26.033 | 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.dev18) (5.1.1) 2025-04-16 12:16:26.033 | 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.dev18) (5.3.0) 2025-04-16 12:16:26.035 | 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.dev18) (5.2.4) 2025-04-16 12:16:26.036 | 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.dev18) (0.7.0) 2025-04-16 12:16:26.048 | 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.dev18) (4.0.1) 2025-04-16 12:16:26.050 | 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.dev18) (4.0.1) 2025-04-16 12:16:26.072 | 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.dev18) (1.0.5) 2025-04-16 12:16:26.099 | 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.dev18) (2023.3) 2025-04-16 12:16:26.099 | 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.dev18) (2023.3) 2025-04-16 12:16:26.113 | 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.dev18) (1.4.0) 2025-04-16 12:16:26.114 | 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.dev18) (4.0.1) 2025-04-16 12:16:26.139 | 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.dev18) (3.0.9) 2025-04-16 12:16:26.183 | 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.dev18) (1.5.0) 2025-04-16 12:16:26.194 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->nova==0.0.1.dev18) (69.1.1) 2025-04-16 12:16:26.232 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->nova==0.0.1.dev18) (0.2.6) 2025-04-16 12:16:26.294 | 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.dev18) (23.1.1) 2025-04-16 12:16:26.296 | 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.dev18) (2.0.1) 2025-04-16 12:16:26.296 | 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.dev18) (1.15.0) 2025-04-16 12:16:26.315 | 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.dev18) (4.3.0) 2025-04-16 12:16:26.317 | 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.dev18) (2.1.0) 2025-04-16 12:16:26.318 | 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.dev18) (2.8.1) 2025-04-16 12:16:26.320 | 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.dev18) (3.19.1) 2025-04-16 12:16:26.350 | 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.dev18) (3.1.0) 2025-04-16 12:16:26.351 | 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.dev18) (3.4) 2025-04-16 12:16:26.352 | 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.dev18) (1.26.15) 2025-04-16 12:16:26.352 | 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.dev18) (2025.1.31) 2025-04-16 12:16:26.396 | 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.dev18) (0.7) 2025-04-16 12:16:26.521 | 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.dev18) (0.13.1) 2025-04-16 12:16:26.820 | Collecting numpy (from websockify>=0.9.0->nova==0.0.1.dev18) 2025-04-16 12:16:26.822 | Using cached numpy-1.24.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.6 kB) 2025-04-16 12:16:26.840 | 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.dev18) (5.0.0) 2025-04-16 12:16:26.945 | 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.dev18) (2.21) 2025-04-16 12:16:26.979 | 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.dev18) (0.5.1) 2025-04-16 12:16:26.980 | 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.dev18) (2.4.3) 2025-04-16 12:16:26.980 | 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.dev18) (6.0.1) 2025-04-16 12:16:27.122 | 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.dev18) (2.3) 2025-04-16 12:16:27.271 | 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.dev18) (0.16.0) 2025-04-16 12:16:27.291 | 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.dev18) (2.17.7) 2025-04-16 12:16:27.662 | 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.dev18) (2.6.0) 2025-04-16 12:16:27.981 | 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.dev18) (1.8.2) 2025-04-16 12:16:28.022 | 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.dev18) (3.15.0) 2025-04-16 12:16:28.065 | 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.dev18) (2.4.0) 2025-04-16 12:16:28.253 | Using cached microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2025-04-16 12:16:28.256 | Using cached numpy-1.24.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB) 2025-04-16 12:16:28.782 | Installing collected packages: numpy, microversion-parse, websockify, nova 2025-04-16 12:16:30.680 | Running setup.py develop for nova 2025-04-16 12:16:32.300 | Successfully installed microversion-parse-1.0.1 nova-0.0.1.dev18 numpy-1.24.2 websockify-0.10.0 2025-04-16 12:16:32.443 | + inc/python:pip_install:222 : result=0 2025-04-16 12:16:32.445 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 12:16:32.447 | + functions-common:time_stop:2400 : local name 2025-04-16 12:16:32.449 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:16:32.450 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:16:32.452 | + functions-common:time_stop:2403 : local total 2025-04-16 12:16:32.454 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:16:32.456 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 12:16:32.457 | + functions-common:time_stop:2407 : start_time=1744805783956 2025-04-16 12:16:32.459 | + functions-common:time_stop:2409 : [[ -z 1744805783956 ]] 2025-04-16 12:16:32.461 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:16:32.464 | + functions-common:time_stop:2412 : end_time=1744805792462 2025-04-16 12:16:32.466 | + functions-common:time_stop:2413 : elapsed_time=8506 2025-04-16 12:16:32.468 | + functions-common:time_stop:2414 : total=68694 2025-04-16 12:16:32.469 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:16:32.471 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=77200 2025-04-16 12:16:32.473 | + inc/python:pip_install:225 : return 0 2025-04-16 12:16:32.475 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-16 12:16:32.476 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-16 12:16:32.478 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/nova 2025-04-16 12:16:32.480 | + inc/python:use_library_from_git:272 : local name=/opt/stack/nova 2025-04-16 12:16:32.482 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:16:32.484 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:16:32.486 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/nova, ]] 2025-04-16 12:16:32.488 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:16:32.489 | + lib/nova:install_nova:972 : sudo install -D -m 0644 -o stack /opt/stack//nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2025-04-16 12:16:32.500 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-16 12:16:32.502 | + stack.sh:main:965 : configure_nova 2025-04-16 12:16:32.504 | + lib/nova:configure_nova:254 : sudo install -d -o stack /etc/nova 2025-04-16 12:16:32.513 | + lib/nova:configure_nova:256 : configure_rootwrap nova 2025-04-16 12:16:32.515 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2025-04-16 12:16:32.517 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2025-04-16 12:16:32.520 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2025-04-16 12:16:32.520 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2025-04-16 12:16:32.523 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2025-04-16 12:16:32.525 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2025-04-16 12:16:32.527 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/opt/stack/data/venv/bin 2025-04-16 12:16:32.529 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2025-04-16 12:16:32.531 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//nova 2025-04-16 12:16:32.532 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//nova/etc/nova 2025-04-16 12:16:32.534 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/opt/stack/data/venv/bin/nova-rootwrap 2025-04-16 12:16:32.536 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2025-04-16 12:16:32.544 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2025-04-16 12:16:32.554 | + inc/rootwrap:configure_rootwrap:57 : sudo install -o root -g root -m 644 /opt/stack//nova/etc/nova/rootwrap.d/compute.filters /etc/nova/rootwrap.d 2025-04-16 12:16:32.563 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack//nova/etc/nova/rootwrap.conf /etc/nova/rootwrap.conf 2025-04-16 12:16:32.571 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2025-04-16 12:16:32.581 | + inc/rootwrap:configure_rootwrap:66 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/nova/rootwrap.conf 2025-04-16 12:16:32.589 | + inc/rootwrap:configure_rootwrap:69 : local tempfile 2025-04-16 12:16:32.592 | ++ inc/rootwrap:configure_rootwrap:70 : mktemp 2025-04-16 12:16:32.595 | + inc/rootwrap:configure_rootwrap:70 : tempfile=/tmp/tmp.sMqactkA45 2025-04-16 12:16:32.597 | + inc/rootwrap:configure_rootwrap:72 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2025-04-16 12:16:32.599 | + inc/rootwrap:configure_rootwrap:73 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2025-04-16 12:16:32.601 | + inc/rootwrap:configure_rootwrap:74 : '[' -f /opt/stack/data/venv/bin/nova-rootwrap-daemon ']' 2025-04-16 12:16:32.603 | + inc/rootwrap:configure_rootwrap:76 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2025-04-16 12:16:32.605 | + inc/rootwrap:configure_rootwrap:77 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2025-04-16 12:16:32.606 | + inc/rootwrap:configure_rootwrap:79 : chmod 0440 /tmp/tmp.sMqactkA45 2025-04-16 12:16:32.609 | + inc/rootwrap:configure_rootwrap:80 : sudo chown root:root /tmp/tmp.sMqactkA45 2025-04-16 12:16:32.619 | + inc/rootwrap:configure_rootwrap:81 : sudo mv /tmp/tmp.sMqactkA45 /etc/sudoers.d/nova-rootwrap 2025-04-16 12:16:32.628 | ++ inc/rootwrap:configure_rootwrap:85 : dirname /opt/stack/data/venv/bin/nova-rootwrap 2025-04-16 12:16:32.631 | + inc/rootwrap:configure_rootwrap:85 : add_sudo_secure_path /opt/stack/data/venv/bin 2025-04-16 12:16:32.633 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/opt/stack/data/venv/bin 2025-04-16 12:16:32.635 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2025-04-16 12:16:32.637 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2025-04-16 12:16:32.639 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2025-04-16 12:16:32.641 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /opt/stack/data/venv/bin ]] 2025-04-16 12:16:32.643 | + inc/rootwrap:add_sudo_secure_path:33 : echo 'Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin' 2025-04-16 12:16:32.643 | + inc/rootwrap:add_sudo_secure_path:33 : sudo tee /etc/sudoers.d/zz-secure-path 2025-04-16 12:16:32.649 | Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin 2025-04-16 12:16:32.652 | + inc/rootwrap:add_sudo_secure_path:34 : sudo chmod 400 /etc/sudoers.d/zz-secure-path 2025-04-16 12:16:32.661 | + inc/rootwrap:add_sudo_secure_path:35 : sudo chown root:root /etc/sudoers.d/zz-secure-path 2025-04-16 12:16:32.670 | + lib/nova:configure_nova:258 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ n-api ]] 2025-04-16 12:16:32.672 | + lib/nova:configure_nova:260 : cp /opt/stack//nova/etc/nova/api-paste.ini /etc/nova 2025-04-16 12:16:32.675 | + lib/nova:configure_nova:263 : is_service_enabled n-cpu 2025-04-16 12:16:32.687 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:16:32.689 | + lib/nova:configure_nova:361 : create_nova_conf 2025-04-16 12:16:32.691 | + lib/nova:create_nova_conf:435 : rm -f /opt/stack//nova/bin/nova.conf 2025-04-16 12:16:32.694 | + lib/nova:create_nova_conf:438 : rm -f /etc/nova/nova.conf 2025-04-16 12:16:32.696 | + lib/nova:create_nova_conf:439 : iniset /etc/nova/nova.conf DEFAULT debug True 2025-04-16 12:16:32.719 | + lib/nova:create_nova_conf:440 : '[' True == True ']' 2025-04-16 12:16:32.721 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2025-04-16 12:16:32.741 | + lib/nova:create_nova_conf:443 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2025-04-16 12:16:32.764 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2025-04-16 12:16:32.786 | + lib/nova:create_nova_conf:445 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2025-04-16 12:16:32.810 | + lib/nova:create_nova_conf:446 : iniset /etc/nova/nova.conf scheduler workers 2 2025-04-16 12:16:32.832 | + lib/nova:create_nova_conf:447 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2025-04-16 12:16:32.855 | + lib/nova:create_nova_conf:448 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.180.1.21 2025-04-16 12:16:32.876 | + lib/nova:create_nova_conf:449 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2025-04-16 12:16:32.898 | + lib/nova:create_nova_conf:450 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2025-04-16 12:16:32.919 | + lib/nova:create_nova_conf:451 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2025-04-16 12:16:32.940 | + lib/nova:create_nova_conf:452 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2025-04-16 12:16:32.961 | + lib/nova:create_nova_conf:454 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2025-04-16 12:16:32.984 | + lib/nova:create_nova_conf:456 : iniset /etc/nova/nova.conf DEFAULT report_interval 120 2025-04-16 12:16:33.005 | + lib/nova:create_nova_conf:457 : iniset /etc/nova/nova.conf DEFAULT service_down_time 720 2025-04-16 12:16:33.026 | + lib/nova:create_nova_conf:459 : is_fedora 2025-04-16 12:16:33.028 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-16 12:16:33.030 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-16 12:16:33.032 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-16 12:16:33.034 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-16 12:16:33.035 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-16 12:16:33.037 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-16 12:16:33.039 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-16 12:16:33.040 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-16 12:16:33.042 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-16 12:16:33.044 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-16 12:16:33.045 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-16 12:16:33.047 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-16 12:16:33.049 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-16 12:16:33.050 | + lib/nova:create_nova_conf:468 : is_service_enabled n-api n-cond n-sched 2025-04-16 12:16:33.062 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:16:33.063 | + lib/nova:create_nova_conf:472 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-16 12:16:33.065 | + lib/nova:create_nova_conf:473 : local db=nova_cell1 2025-04-16 12:16:33.067 | ++ lib/nova:create_nova_conf:481 : database_connection_url nova_cell1 2025-04-16 12:16:33.069 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2025-04-16 12:16:33.071 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2025-04-16 12:16:33.073 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell1 2025-04-16 12:16:33.075 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 12:16:33.076 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 12:16:33.078 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 12:16:33.089 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:16:33.091 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 12:16:33.092 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2025-04-16 12:16:33.094 | + lib/nova:create_nova_conf:481 : iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2025-04-16 12:16:33.118 | ++ lib/nova:create_nova_conf:482 : database_connection_url nova_api 2025-04-16 12:16:33.119 | ++ lib/database:database_connection_url:134 : local db=nova_api 2025-04-16 12:16:33.121 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2025-04-16 12:16:33.123 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_api 2025-04-16 12:16:33.124 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 12:16:33.126 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 12:16:33.128 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 12:16:33.139 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:16:33.141 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 12:16:33.143 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8&plugin=dbcounter' 2025-04-16 12:16:33.145 | + lib/nova:create_nova_conf:482 : iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8&plugin=dbcounter' 2025-04-16 12:16:33.168 | + lib/nova:create_nova_conf:487 : iniset /etc/nova/nova.conf cache enabled True 2025-04-16 12:16:33.190 | + lib/nova:create_nova_conf:488 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2025-04-16 12:16:33.212 | + lib/nova:create_nova_conf:489 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2025-04-16 12:16:33.233 | + lib/nova:create_nova_conf:492 : is_service_enabled n-api 2025-04-16 12:16:33.244 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:16:33.246 | + lib/nova:create_nova_conf:493 : is_service_enabled n-api-meta 2025-04-16 12:16:33.257 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:16:33.260 | ++ lib/nova:create_nova_conf:495 : echo osapi_compute,metadata 2025-04-16 12:16:33.260 | ++ lib/nova:create_nova_conf:495 : sed s/,metadata// 2025-04-16 12:16:33.264 | + lib/nova:create_nova_conf:495 : NOVA_ENABLED_APIS=osapi_compute 2025-04-16 12:16:33.265 | + lib/nova:create_nova_conf:497 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2025-04-16 12:16:33.287 | + lib/nova:create_nova_conf:498 : [[ True == \T\r\u\e ]] 2025-04-16 12:16:33.288 | + lib/nova:create_nova_conf:499 : iniset /etc/nova/nova.conf oslo_policy enforce_new_defaults True 2025-04-16 12:16:33.320 | + lib/nova:create_nova_conf:500 : iniset /etc/nova/nova.conf oslo_policy enforce_scope True 2025-04-16 12:16:33.349 | + lib/nova:create_nova_conf:505 : is_service_enabled tls-proxy 2025-04-16 12:16:33.361 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:16:33.363 | + lib/nova:create_nova_conf:511 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2025-04-16 12:16:33.365 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/nova/nova.conf 2025-04-16 12:16:33.367 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-04-16 12:16:33.368 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-16 12:16:33.370 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2025-04-16 12:16:33.400 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2025-04-16 12:16:33.425 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-16 12:16:33.447 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2025-04-16 12:16:33.469 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken password nomoresecret 2025-04-16 12:16:33.491 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2025-04-16 12:16:33.512 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2025-04-16 12:16:33.533 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2025-04-16 12:16:33.555 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-16 12:16:33.577 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2025-04-16 12:16:33.598 | + lib/nova:create_nova_conf:514 : is_service_enabled cinder 2025-04-16 12:16:33.609 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:16:33.611 | + lib/nova:create_nova_conf:515 : configure_cinder_access 2025-04-16 12:16:33.613 | + lib/nova:configure_cinder_access:642 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2025-04-16 12:16:33.636 | + lib/nova:configure_cinder_access:643 : iniset /etc/nova/nova.conf cinder auth_type password 2025-04-16 12:16:33.657 | + lib/nova:configure_cinder_access:644 : iniset /etc/nova/nova.conf cinder auth_url http://10.180.1.21/identity 2025-04-16 12:16:33.679 | + lib/nova:configure_cinder_access:651 : iniset /etc/nova/nova.conf cinder username nova 2025-04-16 12:16:33.700 | + lib/nova:configure_cinder_access:652 : iniset /etc/nova/nova.conf cinder password nomoresecret 2025-04-16 12:16:33.721 | + lib/nova:configure_cinder_access:653 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2025-04-16 12:16:33.742 | + lib/nova:configure_cinder_access:654 : iniset /etc/nova/nova.conf cinder project_name service 2025-04-16 12:16:33.762 | + lib/nova:configure_cinder_access:655 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2025-04-16 12:16:33.784 | + lib/nova:configure_cinder_access:656 : is_service_enabled tls-proxy 2025-04-16 12:16:33.796 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:16:33.798 | + lib/nova:create_nova_conf:518 : '[' -n /opt/stack/data/nova ']' 2025-04-16 12:16:33.799 | + lib/nova:create_nova_conf:519 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2025-04-16 12:16:33.821 | + lib/nova:create_nova_conf:520 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2025-04-16 12:16:33.844 | + lib/nova:create_nova_conf:522 : '[' -n /opt/stack/data/nova/instances ']' 2025-04-16 12:16:33.846 | + lib/nova:create_nova_conf:523 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2025-04-16 12:16:33.868 | + lib/nova:create_nova_conf:525 : '[' False '!=' False ']' 2025-04-16 12:16:33.869 | + lib/nova:create_nova_conf:528 : '[' False '!=' False ']' 2025-04-16 12:16:33.871 | + lib/nova:create_nova_conf:534 : is_fedora 2025-04-16 12:16:33.873 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-16 12:16:33.874 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-16 12:16:33.876 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-16 12:16:33.878 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-16 12:16:33.880 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-16 12:16:33.881 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-16 12:16:33.883 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-16 12:16:33.885 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-16 12:16:33.887 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-16 12:16:33.888 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-16 12:16:33.890 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-16 12:16:33.891 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-16 12:16:33.893 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-16 12:16:33.895 | + lib/nova:create_nova_conf:539 : setup_logging /etc/nova/nova.conf 2025-04-16 12:16:33.897 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova.conf 2025-04-16 12:16:33.898 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova.conf 2025-04-16 12:16:33.901 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-16 12:16:33.913 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-16 12:16:33.914 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-16 12:16:33.916 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-16 12:16:33.918 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-16 12:16:33.919 | + functions:setup_systemd_logging:713 : iniset /etc/nova/nova.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-16 12:16:33.941 | + functions:setup_systemd_logging:715 : iniset /etc/nova/nova.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2025-04-16 12:16:33.962 | + functions:setup_systemd_logging:716 : iniset /etc/nova/nova.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2025-04-16 12:16:33.984 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-16 12:16:34.005 | + lib/nova:create_nova_conf:541 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2025-04-16 12:16:34.029 | + lib/nova:create_nova_conf:543 : is_service_enabled n-api 2025-04-16 12:16:34.040 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:16:34.042 | + lib/nova:create_nova_conf:544 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /opt/stack/data/venv/bin/nova-api-wsgi /compute 2025-04-16 12:16:34.044 | + lib/apache:write_uwsgi_config:241 : local file=/etc/nova/nova-api-uwsgi.ini 2025-04-16 12:16:34.046 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/nova-api-wsgi 2025-04-16 12:16:34.047 | + lib/apache:write_uwsgi_config:243 : local url=/compute 2025-04-16 12:16:34.049 | + lib/apache:write_uwsgi_config:244 : local http= 2025-04-16 12:16:34.051 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-16 12:16:34.053 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/nova-api-wsgi 2025-04-16 12:16:34.056 | + lib/apache:write_uwsgi_config:246 : name=nova-api-wsgi 2025-04-16 12:16:34.057 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-16 12:16:34.059 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-16 12:16:34.068 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-16 12:16:34.068 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-16 12:16:34.075 | d /var/run/uwsgi 0755 stack root 2025-04-16 12:16:34.078 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-16 12:16:34.085 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2025-04-16 12:16:34.088 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2025-04-16 12:16:34.090 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/nova/nova-api-uwsgi.ini 2025-04-16 12:16:34.093 | + lib/apache:write_uwsgi_config:262 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/nova-api-wsgi 2025-04-16 12:16:34.115 | + lib/apache:write_uwsgi_config:263 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2025-04-16 12:16:34.136 | + lib/apache:write_uwsgi_config:265 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2025-04-16 12:16:34.157 | + lib/apache:write_uwsgi_config:267 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2025-04-16 12:16:34.178 | + lib/apache:write_uwsgi_config:268 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2025-04-16 12:16:34.199 | + lib/apache:write_uwsgi_config:271 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-16 12:16:34.219 | + lib/apache:write_uwsgi_config:272 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2025-04-16 12:16:34.240 | + lib/apache:write_uwsgi_config:273 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2025-04-16 12:16:34.261 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2025-04-16 12:16:34.282 | + lib/apache:write_uwsgi_config:277 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-04-16 12:16:34.303 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2025-04-16 12:16:34.323 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-16 12:16:34.344 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2025-04-16 12:16:34.366 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-04-16 12:16:34.367 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-04-16 12:16:34.370 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for nova-api-wsgi 2025-04-16 12:16:34.371 | ++ lib/apache:apache_site_config_for:173 : local site=nova-api-wsgi 2025-04-16 12:16:34.373 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-16 12:16:34.375 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:16:34.377 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:16:34.378 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2025-04-16 12:16:34.381 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2025-04-16 12:16:34.382 | + lib/apache:write_uwsgi_config:291 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2025-04-16 12:16:34.403 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2025-04-16 12:16:34.425 | + lib/apache:write_uwsgi_config:293 : echo 'ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 acquire=1 ' 2025-04-16 12:16:34.425 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2025-04-16 12:16:34.432 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 acquire=1 2025-04-16 12:16:34.434 | + lib/apache:write_uwsgi_config:294 : enable_apache_site nova-api-wsgi 2025-04-16 12:16:34.436 | + lib/apache:enable_apache_site:190 : local site=nova-api-wsgi 2025-04-16 12:16:34.438 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-16 12:16:34.440 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-16 12:16:34.442 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 12:16:34.443 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:16:34.445 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:16:34.447 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-16 12:16:34.448 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-16 12:16:34.450 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:16:34.452 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:16:34.453 | + lib/apache:enable_apache_site:194 : sudo a2ensite nova-api-wsgi 2025-04-16 12:16:34.485 | Enabling site nova-api-wsgi. 2025-04-16 12:16:34.489 | To activate the new configuration, you need to run: 2025-04-16 12:16:34.489 | systemctl reload apache2 2025-04-16 12:16:34.492 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-04-16 12:16:34.494 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-16 12:16:34.496 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 12:16:34.497 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-16 12:16:34.606 | + lib/nova:create_nova_conf:547 : is_service_enabled n-api-meta 2025-04-16 12:16:34.619 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:16:34.620 | + lib/nova:create_nova_conf:548 : write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /opt/stack/data/venv/bin/nova-metadata-wsgi '' 0.0.0.0:8775 2025-04-16 12:16:34.622 | + lib/apache:write_uwsgi_config:241 : local file=/etc/nova/nova-metadata-uwsgi.ini 2025-04-16 12:16:34.624 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/nova-metadata-wsgi 2025-04-16 12:16:34.626 | + lib/apache:write_uwsgi_config:243 : local url= 2025-04-16 12:16:34.628 | + lib/apache:write_uwsgi_config:244 : local http=0.0.0.0:8775 2025-04-16 12:16:34.629 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-16 12:16:34.632 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/nova-metadata-wsgi 2025-04-16 12:16:34.635 | + lib/apache:write_uwsgi_config:246 : name=nova-metadata-wsgi 2025-04-16 12:16:34.636 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-16 12:16:34.638 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-16 12:16:34.648 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-16 12:16:34.648 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-16 12:16:34.654 | d /var/run/uwsgi 0755 stack root 2025-04-16 12:16:34.657 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-16 12:16:34.665 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2025-04-16 12:16:34.668 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2025-04-16 12:16:34.669 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2025-04-16 12:16:34.672 | + lib/apache:write_uwsgi_config:262 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/nova-metadata-wsgi 2025-04-16 12:16:34.696 | + lib/apache:write_uwsgi_config:263 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2025-04-16 12:16:34.717 | + lib/apache:write_uwsgi_config:265 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2025-04-16 12:16:34.739 | + lib/apache:write_uwsgi_config:267 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2025-04-16 12:16:34.760 | + lib/apache:write_uwsgi_config:268 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2025-04-16 12:16:34.781 | + lib/apache:write_uwsgi_config:271 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-16 12:16:34.804 | + lib/apache:write_uwsgi_config:272 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2025-04-16 12:16:34.826 | + lib/apache:write_uwsgi_config:273 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2025-04-16 12:16:34.847 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2025-04-16 12:16:34.868 | + lib/apache:write_uwsgi_config:277 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-04-16 12:16:34.889 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2025-04-16 12:16:34.910 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-16 12:16:34.932 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2025-04-16 12:16:34.953 | + lib/apache:write_uwsgi_config:286 : [[ -n 0.0.0.0:8775 ]] 2025-04-16 12:16:34.955 | + lib/apache:write_uwsgi_config:287 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2025-04-16 12:16:34.975 | + lib/nova:create_nova_conf:551 : is_service_enabled ceilometer 2025-04-16 12:16:34.987 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:16:34.989 | + lib/nova:create_nova_conf:559 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2025-04-16 12:16:35.013 | ++ lib/nova:create_nova_conf:560 : get_notification_url 2025-04-16 12:16:35.015 | ++ lib/rpc_backend:get_notification_url:136 : local virtual_host= 2025-04-16 12:16:35.016 | ++ lib/rpc_backend:get_notification_url:137 : is_service_enabled rabbit 2025-04-16 12:16:35.029 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:16:35.031 | ++ lib/rpc_backend:get_notification_url:138 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 12:16:35.033 | + lib/nova:create_nova_conf:560 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 12:16:35.056 | + lib/nova:create_nova_conf:561 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2025-04-16 12:16:35.079 | + lib/nova:create_nova_conf:562 : iniset_rpc_backend nova /etc/nova/nova.conf 2025-04-16 12:16:35.081 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=nova 2025-04-16 12:16:35.083 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/nova/nova.conf 2025-04-16 12:16:35.084 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-16 12:16:35.086 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-16 12:16:35.088 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-16 12:16:35.099 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:16:35.102 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-16 12:16:35.104 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-16 12:16:35.105 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-16 12:16:35.117 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:16:35.119 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 12:16:35.121 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 12:16:35.143 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-16 12:16:35.144 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-16 12:16:35.146 | + lib/nova:create_nova_conf:564 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2025-04-16 12:16:35.168 | + lib/nova:create_nova_conf:565 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2025-04-16 12:16:35.190 | + lib/nova:create_nova_conf:567 : iniset /etc/nova/nova.conf conductor workers 2 2025-04-16 12:16:35.213 | + lib/nova:create_nova_conf:569 : is_service_enabled tls-proxy 2025-04-16 12:16:35.225 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:16:35.226 | + lib/nova:create_nova_conf:574 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2025-04-16 12:16:35.248 | + lib/nova:create_nova_conf:576 : '[' True == True ']' 2025-04-16 12:16:35.250 | + lib/nova:create_nova_conf:577 : init_nova_service_user_conf 2025-04-16 12:16:35.252 | + lib/nova:init_nova_service_user_conf:825 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2025-04-16 12:16:35.276 | + lib/nova:init_nova_service_user_conf:826 : iniset /etc/nova/nova.conf service_user auth_type password 2025-04-16 12:16:35.297 | + lib/nova:init_nova_service_user_conf:827 : iniset /etc/nova/nova.conf service_user auth_url http://10.180.1.21/identity 2025-04-16 12:16:35.319 | + lib/nova:init_nova_service_user_conf:828 : iniset /etc/nova/nova.conf service_user username nova 2025-04-16 12:16:35.342 | + lib/nova:init_nova_service_user_conf:829 : iniset /etc/nova/nova.conf service_user password nomoresecret 2025-04-16 12:16:35.364 | + lib/nova:init_nova_service_user_conf:830 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2025-04-16 12:16:35.385 | + lib/nova:init_nova_service_user_conf:831 : iniset /etc/nova/nova.conf service_user project_name service 2025-04-16 12:16:35.407 | + lib/nova:init_nova_service_user_conf:832 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2025-04-16 12:16:35.429 | + lib/nova:init_nova_service_user_conf:833 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2025-04-16 12:16:35.451 | + lib/nova:create_nova_conf:580 : is_service_enabled n-cond 2025-04-16 12:16:35.463 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:16:35.465 | ++ lib/nova:create_nova_conf:581 : seq 1 1 2025-04-16 12:16:35.468 | + lib/nova:create_nova_conf:581 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-04-16 12:16:35.470 | + lib/nova:create_nova_conf:582 : local conf 2025-04-16 12:16:35.471 | + lib/nova:create_nova_conf:583 : local vhost 2025-04-16 12:16:35.474 | ++ lib/nova:create_nova_conf:584 : conductor_conf 1 2025-04-16 12:16:35.476 | ++ lib/nova:conductor_conf:837 : local cell=1 2025-04-16 12:16:35.477 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2025-04-16 12:16:35.479 | + lib/nova:create_nova_conf:584 : conf=/etc/nova/nova_cell1.conf 2025-04-16 12:16:35.481 | + lib/nova:create_nova_conf:585 : vhost=nova_cell1 2025-04-16 12:16:35.482 | + lib/nova:create_nova_conf:587 : rm -f /etc/nova/nova_cell1.conf 2025-04-16 12:16:35.486 | ++ lib/nova:create_nova_conf:588 : database_connection_url nova_cell1 2025-04-16 12:16:35.488 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2025-04-16 12:16:35.490 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2025-04-16 12:16:35.491 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell1 2025-04-16 12:16:35.493 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 12:16:35.495 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 12:16:35.496 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 12:16:35.509 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:16:35.510 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 12:16:35.512 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2025-04-16 12:16:35.514 | + lib/nova:create_nova_conf:588 : iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2025-04-16 12:16:35.538 | + lib/nova:create_nova_conf:589 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2025-04-16 12:16:35.561 | + lib/nova:create_nova_conf:590 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2025-04-16 12:16:35.585 | + lib/nova:create_nova_conf:592 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-16 12:16:35.586 | + lib/nova:create_nova_conf:593 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT 2025-04-16 12:16:35.588 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=nova 2025-04-16 12:16:35.590 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/nova/nova_cell1.conf 2025-04-16 12:16:35.592 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-16 12:16:35.593 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-16 12:16:35.595 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-16 12:16:35.606 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:16:35.609 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-16 12:16:35.611 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-16 12:16:35.613 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-16 12:16:35.624 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:16:35.626 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 12:16:35.628 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 12:16:35.650 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-16 12:16:35.652 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-16 12:16:35.654 | + lib/nova:create_nova_conf:605 : setup_logging /etc/nova/nova_cell1.conf 2025-04-16 12:16:35.656 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova_cell1.conf 2025-04-16 12:16:35.658 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova_cell1.conf 2025-04-16 12:16:35.660 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-16 12:16:35.672 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-16 12:16:35.674 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-16 12:16:35.675 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-16 12:16:35.677 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-16 12:16:35.679 | + functions:setup_systemd_logging:713 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-16 12:16:35.701 | + functions:setup_systemd_logging:715 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2025-04-16 12:16:35.723 | + functions:setup_systemd_logging:716 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2025-04-16 12:16:35.744 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-16 12:16:35.766 | + lib/nova:create_nova_conf:612 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-16 12:16:35.768 | + lib/nova:create_nova_conf:613 : configure_console_proxies 2025-04-16 12:16:35.770 | + lib/nova:configure_console_proxies:727 : local conf=/etc/nova/nova.conf 2025-04-16 12:16:35.771 | + lib/nova:configure_console_proxies:728 : local offset=0 2025-04-16 12:16:35.773 | + lib/nova:configure_console_proxies:732 : offset=0 2025-04-16 12:16:35.775 | + lib/nova:configure_console_proxies:734 : is_service_enabled n-novnc 2025-04-16 12:16:35.787 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:16:35.789 | + lib/nova:configure_console_proxies:734 : '[' False '!=' False ']' 2025-04-16 12:16:35.790 | + lib/nova:configure_console_proxies:766 : is_service_enabled n-spice 2025-04-16 12:16:35.802 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:16:35.804 | + lib/nova:configure_console_proxies:771 : is_service_enabled n-sproxy 2025-04-16 12:16:35.816 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:16:35.818 | + lib/nova:configure_nova:363 : is_service_enabled n-cpu 2025-04-16 12:16:35.831 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:16:35.833 | + stack.sh:main:968 : is_service_enabled placement 2025-04-16 12:16:35.847 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:16:35.849 | + stack.sh:main:970 : stack_install_service placement 2025-04-16 12:16:35.851 | + lib/stack:stack_install_service:20 : local service=placement 2025-04-16 12:16:35.853 | + lib/stack:stack_install_service:21 : type install_placement 2025-04-16 12:16:35.854 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-16 12:16:35.856 | + lib/stack:stack_install_service:32 : install_placement 2025-04-16 12:16:35.858 | + lib/placement:install_placement:150 : install_apache_wsgi 2025-04-16 12:16:35.860 | + lib/apache:install_apache_wsgi:130 : is_ubuntu 2025-04-16 12:16:35.863 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:16:35.864 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:16:35.867 | + lib/apache:install_apache_wsgi:132 : install_package apache2 2025-04-16 12:16:35.868 | + functions-common:install_package:1421 : update_package_repo 2025-04-16 12:16:35.871 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 12:16:35.872 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-16 12:16:35.874 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 12:16:35.876 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 12:16:35.878 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 12:16:35.880 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:16:35.882 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:16:35.884 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 12:16:35.886 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-16 12:16:35.888 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-16 12:16:35.889 | + functions-common:apt_get_update:1150 : return 2025-04-16 12:16:35.891 | + functions-common:install_package:1422 : real_install_package apache2 2025-04-16 12:16:35.893 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 12:16:35.895 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:16:35.897 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:16:35.899 | + functions-common:real_install_package:1410 : apt_get install apache2 2025-04-16 12:16:35.915 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 2025-04-16 12:16:35.974 | Reading package lists... 2025-04-16 12:16:36.187 | Building dependency tree... 2025-04-16 12:16:36.188 | Reading state information... 2025-04-16 12:16:36.400 | apache2 is already the newest version (2.4.52-1ubuntu4.14). 2025-04-16 12:16:36.400 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-16 12:16:36.405 | + functions-common:apt_get:1194 : result=0 2025-04-16 12:16:36.407 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 12:16:36.409 | + functions-common:time_stop:2400 : local name 2025-04-16 12:16:36.411 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:16:36.413 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:16:36.415 | + functions-common:time_stop:2403 : local total 2025-04-16 12:16:36.417 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:16:36.418 | + functions-common:time_stop:2406 : name=apt-get 2025-04-16 12:16:36.420 | + functions-common:time_stop:2407 : start_time=1744805795913 2025-04-16 12:16:36.422 | + functions-common:time_stop:2409 : [[ -z 1744805795913 ]] 2025-04-16 12:16:36.425 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:16:36.428 | + functions-common:time_stop:2412 : end_time=1744805796426 2025-04-16 12:16:36.430 | + functions-common:time_stop:2413 : elapsed_time=513 2025-04-16 12:16:36.432 | + functions-common:time_stop:2414 : total=39823 2025-04-16 12:16:36.433 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:16:36.435 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=40336 2025-04-16 12:16:36.437 | + functions-common:apt_get:1198 : return 0 2025-04-16 12:16:36.439 | + lib/apache:install_apache_wsgi:133 : is_package_installed libapache2-mod-wsgi 2025-04-16 12:16:36.441 | + functions-common:is_package_installed:1430 : [[ -z libapache2-mod-wsgi ]] 2025-04-16 12:16:36.443 | + functions-common:is_package_installed:1434 : [[ -z deb ]] 2025-04-16 12:16:36.446 | + functions-common:is_package_installed:1438 : [[ deb = \d\e\b ]] 2025-04-16 12:16:36.448 | + functions-common:is_package_installed:1439 : dpkg -s libapache2-mod-wsgi 2025-04-16 12:16:36.461 | + lib/apache:install_apache_wsgi:136 : install_package libapache2-mod-wsgi-py3 2025-04-16 12:16:36.463 | + functions-common:install_package:1421 : update_package_repo 2025-04-16 12:16:36.465 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 12:16:36.467 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-16 12:16:36.469 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 12:16:36.471 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 12:16:36.473 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 12:16:36.475 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:16:36.477 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:16:36.479 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 12:16:36.481 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-16 12:16:36.483 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-16 12:16:36.485 | + functions-common:apt_get_update:1150 : return 2025-04-16 12:16:36.487 | + functions-common:install_package:1422 : real_install_package libapache2-mod-wsgi-py3 2025-04-16 12:16:36.489 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 12:16:36.491 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:16:36.493 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:16:36.495 | + functions-common:real_install_package:1410 : apt_get install libapache2-mod-wsgi-py3 2025-04-16 12:16:36.511 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install libapache2-mod-wsgi-py3 2025-04-16 12:16:36.570 | Reading package lists... 2025-04-16 12:16:36.781 | Building dependency tree... 2025-04-16 12:16:36.782 | Reading state information... 2025-04-16 12:16:36.993 | libapache2-mod-wsgi-py3 is already the newest version (4.9.0-1ubuntu0.1). 2025-04-16 12:16:36.993 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-16 12:16:36.998 | + functions-common:apt_get:1194 : result=0 2025-04-16 12:16:37.000 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 12:16:37.002 | + functions-common:time_stop:2400 : local name 2025-04-16 12:16:37.004 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:16:37.006 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:16:37.008 | + functions-common:time_stop:2403 : local total 2025-04-16 12:16:37.010 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:16:37.011 | + functions-common:time_stop:2406 : name=apt-get 2025-04-16 12:16:37.013 | + functions-common:time_stop:2407 : start_time=1744805796509 2025-04-16 12:16:37.015 | + functions-common:time_stop:2409 : [[ -z 1744805796509 ]] 2025-04-16 12:16:37.018 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:16:37.021 | + functions-common:time_stop:2412 : end_time=1744805797019 2025-04-16 12:16:37.023 | + functions-common:time_stop:2413 : elapsed_time=510 2025-04-16 12:16:37.024 | + functions-common:time_stop:2414 : total=40336 2025-04-16 12:16:37.026 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:16:37.028 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=40846 2025-04-16 12:16:37.030 | + functions-common:apt_get:1198 : return 0 2025-04-16 12:16:37.032 | + lib/apache:install_apache_wsgi:151 : enable_apache_mod wsgi 2025-04-16 12:16:37.034 | + lib/apache:enable_apache_mod:55 : local mod=wsgi 2025-04-16 12:16:37.037 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 12:16:37.039 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:16:37.041 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:16:37.043 | + lib/apache:enable_apache_mod:60 : [[ wsgi != \v\e\r\s\i\o\n ]] 2025-04-16 12:16:37.045 | + lib/apache:enable_apache_mod:60 : a2query -m wsgi 2025-04-16 12:16:37.073 | wsgi (enabled by maintainer script) 2025-04-16 12:16:37.076 | + lib/placement:install_placement:152 : pip_install_gr osc-placement 2025-04-16 12:16:37.078 | + inc/python:pip_install_gr:94 : local name=osc-placement 2025-04-16 12:16:37.080 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-16 12:16:37.083 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements osc-placement 2025-04-16 12:16:37.085 | ++ inc/python:get_from_global_requirements:247 : local package=osc-placement 2025-04-16 12:16:37.087 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-16 12:16:37.090 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^osc-placement' /opt/stack//requirements/global-requirements.txt 2025-04-16 12:16:37.091 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-16 12:16:37.094 | ++ inc/python:get_from_global_requirements:249 : required_pkg='osc-placement ' 2025-04-16 12:16:37.096 | ++ inc/python:get_from_global_requirements:250 : [[ osc-placement == '' ]] 2025-04-16 12:16:37.098 | ++ inc/python:get_from_global_requirements:253 : echo osc-placement 2025-04-16 12:16:37.100 | + inc/python:pip_install_gr:96 : clean_name=osc-placement 2025-04-16 12:16:37.102 | + inc/python:pip_install_gr:97 : pip_install osc-placement 2025-04-16 12:16:37.119 | Using python 3.10 to install osc-placement 2025-04-16 12:16:37.121 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt osc-placement 2025-04-16 12:16:38.039 | Collecting osc-placement 2025-04-16 12:16:38.042 | Using cached osc_placement-4.2.0-py3-none-any.whl.metadata (1.9 kB) 2025-04-16 12:16:38.066 | Requirement already satisfied: keystoneauth1>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (5.3.0) 2025-04-16 12:16:38.068 | Requirement already satisfied: osc-lib>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (2.8.1) 2025-04-16 12:16:38.068 | Requirement already satisfied: oslo.utils>=3.37.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (6.2.1) 2025-04-16 12:16:38.069 | Requirement already satisfied: pbr>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (5.11.1) 2025-04-16 12:16:38.069 | Requirement already satisfied: simplejson>=3.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (3.19.1) 2025-04-16 12:16:38.095 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (1.1.0) 2025-04-16 12:16:38.096 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (1.7.0) 2025-04-16 12:16:38.097 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (2.28.2) 2025-04-16 12:16:38.098 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (5.1.0) 2025-04-16 12:16:38.104 | Requirement already satisfied: cliff>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=1.2.0->osc-placement) (4.3.0) 2025-04-16 12:16:38.104 | Requirement already satisfied: openstacksdk>=0.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=1.2.0->osc-placement) (1.5.1) 2025-04-16 12:16:38.105 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=1.2.0->osc-placement) (6.1.1) 2025-04-16 12:16:38.112 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (2.5.0) 2025-04-16 12:16:38.113 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (0.8.0) 2025-04-16 12:16:38.114 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (0.11.0) 2025-04-16 12:16:38.115 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (23.1) 2025-04-16 12:16:38.115 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (3.0.9) 2025-04-16 12:16:38.116 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (2023.3) 2025-04-16 12:16:38.117 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (2023.3) 2025-04-16 12:16:38.126 | Requirement already satisfied: PrettyTable>=0.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.7.0) 2025-04-16 12:16:38.126 | Requirement already satisfied: PyYAML>=3.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (6.0) 2025-04-16 12:16:38.127 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.5.1) 2025-04-16 12:16:38.128 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (2.4.3) 2025-04-16 12:16:38.129 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (6.0.1) 2025-04-16 12:16:38.133 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.utils>=3.37.0->osc-placement) (1.15.0) 2025-04-16 12:16:38.149 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.4) 2025-04-16 12:16:38.150 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.0) 2025-04-16 12:16:38.153 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.32) 2025-04-16 12:16:38.153 | Requirement already satisfied: decorator>=4.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (5.1.1) 2025-04-16 12:16:38.153 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.0.1) 2025-04-16 12:16:38.153 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.1.8) 2025-04-16 12:16:38.154 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (40.0.2) 2025-04-16 12:16:38.175 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (3.1.0) 2025-04-16 12:16:38.176 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (3.4) 2025-04-16 12:16:38.177 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (1.26.15) 2025-04-16 12:16:38.178 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2025.1.31) 2025-04-16 12:16:38.218 | Requirement already satisfied: attrs>=16.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (23.1.0) 2025-04-16 12:16:38.218 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (1.8.2) 2025-04-16 12:16:38.219 | Requirement already satisfied: wcwidth>=0.1.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.2.6) 2025-04-16 12:16:38.239 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.15.1) 2025-04-16 12:16:38.272 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.15.0) 2025-04-16 12:16:38.280 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.3) 2025-04-16 12:16:38.338 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.21) 2025-04-16 12:16:38.378 | Using cached osc_placement-4.2.0-py3-none-any.whl (64 kB) 2025-04-16 12:16:39.178 | Installing collected packages: osc-placement 2025-04-16 12:16:39.259 | Successfully installed osc-placement-4.2.0 2025-04-16 12:16:39.361 | + inc/python:pip_install:222 : result=0 2025-04-16 12:16:39.364 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 12:16:39.366 | + functions-common:time_stop:2400 : local name 2025-04-16 12:16:39.369 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:16:39.371 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:16:39.373 | + functions-common:time_stop:2403 : local total 2025-04-16 12:16:39.375 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:16:39.377 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 12:16:39.379 | + functions-common:time_stop:2407 : start_time=1744805797115 2025-04-16 12:16:39.381 | + functions-common:time_stop:2409 : [[ -z 1744805797115 ]] 2025-04-16 12:16:39.383 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:16:39.387 | + functions-common:time_stop:2412 : end_time=1744805799385 2025-04-16 12:16:39.389 | + functions-common:time_stop:2413 : elapsed_time=2270 2025-04-16 12:16:39.391 | + functions-common:time_stop:2414 : total=77200 2025-04-16 12:16:39.393 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:16:39.395 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=79470 2025-04-16 12:16:39.397 | + inc/python:pip_install:225 : return 0 2025-04-16 12:16:39.400 | + lib/placement:install_placement:153 : git_clone https://opendev.org/openstack/placement.git /opt/stack//placement stable/2023.2 2025-04-16 12:16:39.402 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/placement.git 2025-04-16 12:16:39.404 | + functions-common:git_clone:573 : local git_dest=/opt/stack//placement 2025-04-16 12:16:39.406 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-16 12:16:39.408 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 12:16:39.410 | ++ functions-common:git_clone:576 : pwd 2025-04-16 12:16:39.412 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 12:16:39.414 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 12:16:39.417 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 12:16:39.431 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 12:16:39.433 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 12:16:39.435 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 12:16:39.437 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 12:16:39.439 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-16 12:16:39.439 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 12:16:39.443 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//placement ]] 2025-04-16 12:16:39.445 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 12:16:39.447 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2025-04-16 12:16:39.449 | + functions-common:git_timed:680 : local count=0 2025-04-16 12:16:39.451 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 12:16:39.453 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 12:16:39.455 | + functions-common:git_timed:684 : timeout=0 2025-04-16 12:16:39.456 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 12:16:39.458 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 12:16:39.460 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:16:39.462 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:16:39.464 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:16:39.467 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805799465 2025-04-16 12:16:39.469 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2025-04-16 12:16:39.471 | Cloning into '/opt/stack//placement'... 2025-04-16 12:16:42.239 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 12:16:42.241 | + functions-common:time_stop:2400 : local name 2025-04-16 12:16:42.243 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:16:42.245 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:16:42.247 | + functions-common:time_stop:2403 : local total 2025-04-16 12:16:42.249 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:16:42.251 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 12:16:42.253 | + functions-common:time_stop:2407 : start_time=1744805799465 2025-04-16 12:16:42.254 | + functions-common:time_stop:2409 : [[ -z 1744805799465 ]] 2025-04-16 12:16:42.257 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:16:42.260 | + functions-common:time_stop:2412 : end_time=1744805802258 2025-04-16 12:16:42.262 | + functions-common:time_stop:2413 : elapsed_time=2793 2025-04-16 12:16:42.263 | + functions-common:time_stop:2414 : total=69155 2025-04-16 12:16:42.265 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:16:42.267 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=71948 2025-04-16 12:16:42.269 | + functions-common:git_clone:614 : cd /opt/stack//placement 2025-04-16 12:16:42.271 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-16 12:16:42.273 | + functions-common:git_timed:680 : local count=0 2025-04-16 12:16:42.275 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 12:16:42.276 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 12:16:42.279 | + functions-common:git_timed:684 : timeout=0 2025-04-16 12:16:42.280 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 12:16:42.282 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 12:16:42.284 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:16:42.286 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:16:42.289 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:16:42.291 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805802289 2025-04-16 12:16:42.293 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-16 12:16:44.020 | From https://opendev.org/openstack/placement 2025-04-16 12:16:44.020 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-16 12:16:44.024 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 12:16:44.026 | + functions-common:time_stop:2400 : local name 2025-04-16 12:16:44.028 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:16:44.030 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:16:44.032 | + functions-common:time_stop:2403 : local total 2025-04-16 12:16:44.034 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:16:44.036 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 12:16:44.038 | + functions-common:time_stop:2407 : start_time=1744805802289 2025-04-16 12:16:44.040 | + functions-common:time_stop:2409 : [[ -z 1744805802289 ]] 2025-04-16 12:16:44.042 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:16:44.045 | + functions-common:time_stop:2412 : end_time=1744805804043 2025-04-16 12:16:44.047 | + functions-common:time_stop:2413 : elapsed_time=1754 2025-04-16 12:16:44.049 | + functions-common:time_stop:2414 : total=71948 2025-04-16 12:16:44.051 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:16:44.053 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=73702 2025-04-16 12:16:44.055 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 12:16:44.057 | + functions-common:git_timed:680 : local count=0 2025-04-16 12:16:44.058 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 12:16:44.060 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 12:16:44.062 | + functions-common:git_timed:684 : timeout=0 2025-04-16 12:16:44.064 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 12:16:44.066 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 12:16:44.068 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:16:44.070 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:16:44.072 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:16:44.075 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805804073 2025-04-16 12:16:44.077 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 12:16:44.103 | Note: switching to 'FETCH_HEAD'. 2025-04-16 12:16:44.103 | 2025-04-16 12:16:44.103 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 12:16:44.103 | changes and commit them, and you can discard any commits you make in this 2025-04-16 12:16:44.103 | state without impacting any branches by switching back to a branch. 2025-04-16 12:16:44.103 | 2025-04-16 12:16:44.103 | If you want to create a new branch to retain commits you create, you may 2025-04-16 12:16:44.103 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 12:16:44.103 | 2025-04-16 12:16:44.103 | git switch -c 2025-04-16 12:16:44.103 | 2025-04-16 12:16:44.103 | Or undo this operation with: 2025-04-16 12:16:44.103 | 2025-04-16 12:16:44.103 | git switch - 2025-04-16 12:16:44.103 | 2025-04-16 12:16:44.103 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 12:16:44.103 | 2025-04-16 12:16:44.103 | HEAD is now at d84f211 Add round-robin candidate generation strategy 2025-04-16 12:16:44.105 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 12:16:44.107 | + functions-common:time_stop:2400 : local name 2025-04-16 12:16:44.109 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:16:44.111 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:16:44.112 | + functions-common:time_stop:2403 : local total 2025-04-16 12:16:44.114 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:16:44.116 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 12:16:44.118 | + functions-common:time_stop:2407 : start_time=1744805804073 2025-04-16 12:16:44.120 | + functions-common:time_stop:2409 : [[ -z 1744805804073 ]] 2025-04-16 12:16:44.122 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:16:44.125 | + functions-common:time_stop:2412 : end_time=1744805804123 2025-04-16 12:16:44.127 | + functions-common:time_stop:2413 : elapsed_time=50 2025-04-16 12:16:44.129 | + functions-common:time_stop:2414 : total=73702 2025-04-16 12:16:44.131 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:16:44.133 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=73752 2025-04-16 12:16:44.135 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//placement 2025-04-16 12:16:44.145 | + functions-common:git_clone:655 : cd /opt/stack//placement 2025-04-16 12:16:44.148 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 12:16:44.148 | + functions-common:git_clone:656 : head -1 2025-04-16 12:16:44.151 | d84f211 Add round-robin candidate generation strategy 2025-04-16 12:16:44.153 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 12:16:44.155 | + lib/placement:install_placement:154 : setup_develop /opt/stack//placement 2025-04-16 12:16:44.157 | + inc/python:setup_develop:360 : local bindep 2025-04-16 12:16:44.159 | + inc/python:setup_develop:361 : [[ /opt/stack//placement == -bindep* ]] 2025-04-16 12:16:44.161 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//placement 2025-04-16 12:16:44.163 | + inc/python:setup_develop:366 : local extras= 2025-04-16 12:16:44.165 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//placement -e 2025-04-16 12:16:44.167 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-16 12:16:44.169 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//placement == -bindep* ]] 2025-04-16 12:16:44.171 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//placement 2025-04-16 12:16:44.173 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-16 12:16:44.174 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-16 12:16:44.177 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//placement 2025-04-16 12:16:44.179 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-16 12:16:44.181 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/placement 2025-04-16 12:16:44.183 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-16 12:16:44.185 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-16 12:16:44.188 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2025-04-16 12:16:44.192 | + inc/python:_setup_package_with_constraints_edit:407 : name=openstack-placement 2025-04-16 12:16:44.194 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- openstack-placement 2025-04-16 12:16:44.514 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/placement -e 2025-04-16 12:16:44.516 | + inc/python:setup_package:440 : local bindep=0 2025-04-16 12:16:44.518 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-16 12:16:44.520 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-16 12:16:44.523 | + inc/python:setup_package:443 : [[ /opt/stack/placement == -bindep* ]] 2025-04-16 12:16:44.525 | + inc/python:setup_package:448 : local project_dir=/opt/stack/placement 2025-04-16 12:16:44.526 | + inc/python:setup_package:449 : local flags=-e 2025-04-16 12:16:44.528 | + inc/python:setup_package:450 : local extras= 2025-04-16 12:16:44.530 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-16 12:16:44.532 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-16 12:16:44.534 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-16 12:16:44.536 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-16 12:16:44.538 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-16 12:16:44.540 | + inc/python:setup_package:468 : pip_install -e /opt/stack/placement 2025-04-16 12:16:44.557 | Using python 3.10 to install /opt/stack/placement 2025-04-16 12:16:44.558 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/placement 2025-04-16 12:16:45.391 | Obtaining file:///opt/stack/placement 2025-04-16 12:16:45.392 | Preparing metadata (setup.py): started 2025-04-16 12:16:45.814 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 12:16:45.871 | Requirement already satisfied: pbr>=3.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (5.11.1) 2025-04-16 12:16:45.871 | Requirement already satisfied: SQLAlchemy>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (1.4.41) 2025-04-16 12:16:45.872 | Requirement already satisfied: keystonemiddleware>=4.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (10.4.1) 2025-04-16 12:16:45.873 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (2.5.1) 2025-04-16 12:16:45.874 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (1.8.7) 2025-04-16 12:16:45.874 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (4.17.3) 2025-04-16 12:16:45.875 | Requirement already satisfied: requests>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (2.28.2) 2025-04-16 12:16:45.876 | Requirement already satisfied: setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (69.1.1) 2025-04-16 12:16:45.877 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (5.2.0) 2025-04-16 12:16:45.877 | Requirement already satisfied: oslo.config>=6.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (9.2.0) 2025-04-16 12:16:45.878 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (5.2.0) 2025-04-16 12:16:45.879 | Requirement already satisfied: oslo.log>=4.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (5.3.2) 2025-04-16 12:16:45.880 | Requirement already satisfied: oslo.serialization>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (5.2.1) 2025-04-16 12:16:45.880 | Requirement already satisfied: oslo.utils>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (6.2.1) 2025-04-16 12:16:45.881 | Requirement already satisfied: oslo.db>=8.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (14.1.1) 2025-04-16 12:16:45.882 | Requirement already satisfied: oslo.policy>=3.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (4.2.1) 2025-04-16 12:16:45.882 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (5.2.0) 2025-04-16 12:16:45.883 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (2.2.0) 2025-04-16 12:16:45.884 | Requirement already satisfied: os-resource-classes>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (1.1.0) 2025-04-16 12:16:45.885 | Requirement already satisfied: os-traits>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (3.0.0) 2025-04-16 12:16:45.885 | Requirement already satisfied: microversion-parse>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (1.0.1) 2025-04-16 12:16:45.904 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->openstack-placement==0.1.0.dev12) (23.1.0) 2025-04-16 12:16:45.905 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->openstack-placement==0.1.0.dev12) (0.19.3) 2025-04-16 12:16:45.928 | Requirement already satisfied: keystoneauth1>=3.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (5.3.0) 2025-04-16 12:16:45.929 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (3.5.0) 2025-04-16 12:16:45.930 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (6.1.1) 2025-04-16 12:16:45.931 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (3.1.1) 2025-04-16 12:16:45.932 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (5.2.0) 2025-04-16 12:16:45.943 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->openstack-placement==0.1.0.dev12) (0.18) 2025-04-16 12:16:45.961 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==0.1.0.dev12) (6.0) 2025-04-16 12:16:45.962 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==0.1.0.dev12) (2.5.0) 2025-04-16 12:16:45.963 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==0.1.0.dev12) (0.8.0) 2025-04-16 12:16:45.963 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==0.1.0.dev12) (2.0.0) 2025-04-16 12:16:45.964 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==0.1.0.dev12) (5.1.0) 2025-04-16 12:16:45.986 | Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=8.6.0->openstack-placement==0.1.0.dev12) (1.9.4) 2025-04-16 12:16:45.987 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=8.6.0->openstack-placement==0.1.0.dev12) (2.0.1) 2025-04-16 12:16:45.988 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=8.6.0->openstack-placement==0.1.0.dev12) (0.5.0) 2025-04-16 12:16:46.007 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.3.0->openstack-placement==0.1.0.dev12) (2.8.2) 2025-04-16 12:16:46.009 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.3.0->openstack-placement==0.1.0.dev12) (0.9.6) 2025-04-16 12:16:46.016 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->openstack-placement==0.1.0.dev12) (3.1.2) 2025-04-16 12:16:46.017 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->openstack-placement==0.1.0.dev12) (4.0.1) 2025-04-16 12:16:46.019 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->openstack-placement==0.1.0.dev12) (4.0.1) 2025-04-16 12:16:46.031 | Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->openstack-placement==0.1.0.dev12) (1.0.5) 2025-04-16 12:16:46.032 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->openstack-placement==0.1.0.dev12) (2023.3) 2025-04-16 12:16:46.033 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->openstack-placement==0.1.0.dev12) (2023.3) 2025-04-16 12:16:46.038 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.upgradecheck>=1.3.0->openstack-placement==0.1.0.dev12) (3.7.0) 2025-04-16 12:16:46.046 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==0.1.0.dev12) (1.1.0) 2025-04-16 12:16:46.047 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==0.1.0.dev12) (0.11.0) 2025-04-16 12:16:46.047 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==0.1.0.dev12) (23.1) 2025-04-16 12:16:46.048 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==0.1.0.dev12) (3.0.9) 2025-04-16 12:16:46.060 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==0.1.0.dev12) (3.1.0) 2025-04-16 12:16:46.061 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==0.1.0.dev12) (3.4) 2025-04-16 12:16:46.062 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==0.1.0.dev12) (1.26.15) 2025-04-16 12:16:46.062 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==0.1.0.dev12) (2025.1.31) 2025-04-16 12:16:46.070 | Requirement already satisfied: six in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->openstack-placement==0.1.0.dev12) (1.16.0) 2025-04-16 12:16:46.071 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->openstack-placement==0.1.0.dev12) (0.7) 2025-04-16 12:16:46.178 | Requirement already satisfied: greenlet!=0.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from SQLAlchemy>=1.4.0->openstack-placement==0.1.0.dev12) (2.0.2) 2025-04-16 12:16:46.195 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=0.9.6->oslo.db>=8.6.0->openstack-placement==0.1.0.dev12) (1.2.4) 2025-04-16 12:16:46.240 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=6.7.0->openstack-placement==0.1.0.dev12) (1.15.0) 2025-04-16 12:16:46.271 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->openstack-placement==0.1.0.dev12) (2.1.2) 2025-04-16 12:16:46.299 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (1.7.0) 2025-04-16 12:16:46.339 | Requirement already satisfied: dogpile.cache>=1.1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.cache>=1.26.0->keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (1.1.8) 2025-04-16 12:16:46.362 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->openstack-placement==0.1.0.dev12) (0.2.6) 2025-04-16 12:16:46.492 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=8.6.0->openstack-placement==0.1.0.dev12) (2.6.0) 2025-04-16 12:16:46.533 | Requirement already satisfied: decorator>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from dogpile.cache>=1.1.5->oslo.cache>=1.26.0->keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (5.1.1) 2025-04-16 12:16:46.584 | Requirement already satisfied: fixtures>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from testtools->testscenarios>=0.4->oslo.db>=8.6.0->openstack-placement==0.1.0.dev12) (4.0.1) 2025-04-16 12:16:47.297 | Installing collected packages: openstack-placement 2025-04-16 12:16:47.297 | Running setup.py develop for openstack-placement 2025-04-16 12:16:48.227 | Successfully installed openstack-placement-0.1.0.dev12 2025-04-16 12:16:48.333 | + inc/python:pip_install:222 : result=0 2025-04-16 12:16:48.335 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 12:16:48.337 | + functions-common:time_stop:2400 : local name 2025-04-16 12:16:48.339 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:16:48.341 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:16:48.343 | + functions-common:time_stop:2403 : local total 2025-04-16 12:16:48.345 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:16:48.347 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 12:16:48.349 | + functions-common:time_stop:2407 : start_time=1744805804553 2025-04-16 12:16:48.350 | + functions-common:time_stop:2409 : [[ -z 1744805804553 ]] 2025-04-16 12:16:48.353 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:16:48.356 | + functions-common:time_stop:2412 : end_time=1744805808354 2025-04-16 12:16:48.358 | + functions-common:time_stop:2413 : elapsed_time=3801 2025-04-16 12:16:48.360 | + functions-common:time_stop:2414 : total=79470 2025-04-16 12:16:48.362 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:16:48.364 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=83271 2025-04-16 12:16:48.365 | + inc/python:pip_install:225 : return 0 2025-04-16 12:16:48.367 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-16 12:16:48.369 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-16 12:16:48.371 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/placement 2025-04-16 12:16:48.373 | + inc/python:use_library_from_git:272 : local name=/opt/stack/placement 2025-04-16 12:16:48.375 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:16:48.377 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:16:48.379 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/placement, ]] 2025-04-16 12:16:48.381 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:16:48.383 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-16 12:16:48.385 | + stack.sh:main:971 : configure_placement 2025-04-16 12:16:48.387 | + lib/placement:configure_placement:112 : sudo install -d -o stack /etc/placement 2025-04-16 12:16:48.397 | + lib/placement:configure_placement:113 : create_placement_conf 2025-04-16 12:16:48.398 | + lib/placement:create_placement_conf:102 : rm -f /etc/placement/placement.conf 2025-04-16 12:16:48.402 | ++ lib/placement:create_placement_conf:103 : database_connection_url placement 2025-04-16 12:16:48.404 | ++ lib/database:database_connection_url:134 : local db=placement 2025-04-16 12:16:48.405 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2025-04-16 12:16:48.407 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=placement 2025-04-16 12:16:48.409 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 12:16:48.411 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 12:16:48.413 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 12:16:48.427 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:16:48.429 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 12:16:48.430 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8&plugin=dbcounter' 2025-04-16 12:16:48.433 | + lib/placement:create_placement_conf:103 : iniset /etc/placement/placement.conf placement_database connection 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8&plugin=dbcounter' 2025-04-16 12:16:48.459 | + lib/placement:create_placement_conf:104 : iniset /etc/placement/placement.conf DEFAULT debug True 2025-04-16 12:16:48.484 | + lib/placement:create_placement_conf:105 : iniset /etc/placement/placement.conf api auth_strategy keystone 2025-04-16 12:16:48.510 | + lib/placement:create_placement_conf:106 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2025-04-16 12:16:48.512 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/placement/placement.conf 2025-04-16 12:16:48.515 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2025-04-16 12:16:48.516 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-16 12:16:48.518 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2025-04-16 12:16:48.544 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2025-04-16 12:16:48.567 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-16 12:16:48.591 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2025-04-16 12:16:48.616 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken password nomoresecret 2025-04-16 12:16:48.643 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2025-04-16 12:16:48.671 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2025-04-16 12:16:48.698 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2025-04-16 12:16:48.725 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-16 12:16:48.751 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2025-04-16 12:16:48.777 | + lib/placement:create_placement_conf:107 : setup_logging /etc/placement/placement.conf 2025-04-16 12:16:48.779 | + functions:setup_logging:685 : setup_systemd_logging /etc/placement/placement.conf 2025-04-16 12:16:48.782 | + functions:setup_systemd_logging:700 : local conf_file=/etc/placement/placement.conf 2025-04-16 12:16:48.784 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-16 12:16:48.800 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-16 12:16:48.802 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-16 12:16:48.804 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-16 12:16:48.806 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-16 12:16:48.808 | + functions:setup_systemd_logging:713 : iniset /etc/placement/placement.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-16 12:16:48.835 | + functions:setup_systemd_logging:715 : iniset /etc/placement/placement.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2025-04-16 12:16:48.861 | + functions:setup_systemd_logging:716 : iniset /etc/placement/placement.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2025-04-16 12:16:48.887 | + functions:setup_systemd_logging:717 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-16 12:16:48.913 | + lib/placement:configure_placement:115 : [[ uwsgi == \u\w\s\g\i ]] 2025-04-16 12:16:48.916 | + lib/placement:configure_placement:116 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /opt/stack/data/venv/bin/placement-api /placement 2025-04-16 12:16:48.918 | + lib/apache:write_uwsgi_config:241 : local file=/etc/placement/placement-uwsgi.ini 2025-04-16 12:16:48.920 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/placement-api 2025-04-16 12:16:48.922 | + lib/apache:write_uwsgi_config:243 : local url=/placement 2025-04-16 12:16:48.924 | + lib/apache:write_uwsgi_config:244 : local http= 2025-04-16 12:16:48.926 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-16 12:16:48.929 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/placement-api 2025-04-16 12:16:48.933 | + lib/apache:write_uwsgi_config:246 : name=placement-api 2025-04-16 12:16:48.935 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-16 12:16:48.937 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-16 12:16:48.948 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-16 12:16:48.948 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-16 12:16:48.955 | d /var/run/uwsgi 0755 stack root 2025-04-16 12:16:48.959 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-16 12:16:48.969 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2025-04-16 12:16:48.973 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/placement-api.socket 2025-04-16 12:16:48.976 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/placement/placement-uwsgi.ini 2025-04-16 12:16:48.979 | + lib/apache:write_uwsgi_config:262 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/placement-api 2025-04-16 12:16:49.008 | + lib/apache:write_uwsgi_config:263 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2025-04-16 12:16:49.035 | + lib/apache:write_uwsgi_config:265 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2025-04-16 12:16:49.062 | + lib/apache:write_uwsgi_config:267 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2025-04-16 12:16:49.089 | + lib/apache:write_uwsgi_config:268 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2025-04-16 12:16:49.117 | + lib/apache:write_uwsgi_config:271 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-16 12:16:49.142 | + lib/apache:write_uwsgi_config:272 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2025-04-16 12:16:49.170 | + lib/apache:write_uwsgi_config:273 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2025-04-16 12:16:49.195 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2025-04-16 12:16:49.221 | + lib/apache:write_uwsgi_config:277 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-04-16 12:16:49.246 | + lib/apache:write_uwsgi_config:279 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2025-04-16 12:16:49.273 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-16 12:16:49.301 | + lib/apache:write_uwsgi_config:283 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2025-04-16 12:16:49.327 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-04-16 12:16:49.330 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-04-16 12:16:49.332 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for placement-api 2025-04-16 12:16:49.335 | ++ lib/apache:apache_site_config_for:173 : local site=placement-api 2025-04-16 12:16:49.337 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-16 12:16:49.339 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:16:49.342 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:16:49.344 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/placement-api.conf 2025-04-16 12:16:49.346 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2025-04-16 12:16:49.349 | + lib/apache:write_uwsgi_config:291 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2025-04-16 12:16:49.374 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2025-04-16 12:16:49.400 | + lib/apache:write_uwsgi_config:293 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 acquire=1 ' 2025-04-16 12:16:49.401 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2025-04-16 12:16:49.408 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 acquire=1 2025-04-16 12:16:49.411 | + lib/apache:write_uwsgi_config:294 : enable_apache_site placement-api 2025-04-16 12:16:49.413 | + lib/apache:enable_apache_site:190 : local site=placement-api 2025-04-16 12:16:49.416 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-16 12:16:49.418 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-16 12:16:49.420 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 12:16:49.421 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:16:49.424 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:16:49.426 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-16 12:16:49.428 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-16 12:16:49.430 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:16:49.432 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:16:49.434 | + lib/apache:enable_apache_site:194 : sudo a2ensite placement-api 2025-04-16 12:16:49.467 | Enabling site placement-api. 2025-04-16 12:16:49.471 | To activate the new configuration, you need to run: 2025-04-16 12:16:49.471 | systemctl reload apache2 2025-04-16 12:16:49.476 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-04-16 12:16:49.478 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-16 12:16:49.480 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 12:16:49.483 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-16 12:16:49.581 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2025-04-16 12:16:49.583 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2025-04-16 12:16:49.585 | + lib/placement:configure_placement:124 : iniset /etc/placement/placement.conf oslo_policy enforce_new_defaults False 2025-04-16 12:16:49.613 | + lib/placement:configure_placement:125 : iniset /etc/placement/placement.conf oslo_policy enforce_scope False 2025-04-16 12:16:49.641 | + stack.sh:main:978 : is_service_enabled placement placement-client 2025-04-16 12:16:49.656 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:16:49.658 | + stack.sh:main:979 : is_service_enabled n-cpu 2025-04-16 12:16:49.673 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:16:49.675 | + stack.sh:main:979 : is_service_enabled n-sch 2025-04-16 12:16:49.690 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:16:49.692 | + stack.sh:main:980 : configure_placement_nova_compute 2025-04-16 12:16:49.694 | + lib/nova:configure_placement_nova_compute:629 : local conf=/etc/nova/nova.conf 2025-04-16 12:16:49.696 | + lib/nova:configure_placement_nova_compute:630 : iniset /etc/nova/nova.conf placement auth_type password 2025-04-16 12:16:49.725 | + lib/nova:configure_placement_nova_compute:631 : iniset /etc/nova/nova.conf placement auth_url http://10.180.1.21/identity 2025-04-16 12:16:49.752 | + lib/nova:configure_placement_nova_compute:632 : iniset /etc/nova/nova.conf placement username placement 2025-04-16 12:16:49.777 | + lib/nova:configure_placement_nova_compute:633 : iniset /etc/nova/nova.conf placement password nomoresecret 2025-04-16 12:16:49.804 | + lib/nova:configure_placement_nova_compute:634 : iniset /etc/nova/nova.conf placement user_domain_name Default 2025-04-16 12:16:49.831 | + lib/nova:configure_placement_nova_compute:635 : iniset /etc/nova/nova.conf placement project_name service 2025-04-16 12:16:49.856 | + lib/nova:configure_placement_nova_compute:636 : iniset /etc/nova/nova.conf placement project_domain_name Default 2025-04-16 12:16:49.883 | + lib/nova:configure_placement_nova_compute:637 : iniset /etc/nova/nova.conf placement region_name RegionOne 2025-04-16 12:16:49.911 | + stack.sh:main:984 : is_service_enabled horizon 2025-04-16 12:16:49.925 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:16:49.928 | + stack.sh:main:989 : is_service_enabled tls-proxy 2025-04-16 12:16:49.942 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:16:49.944 | + stack.sh:main:997 : run_phase stack install 2025-04-16 12:16:49.946 | + functions-common:run_phase:1828 : local mode=stack 2025-04-16 12:16:49.948 | + functions-common:run_phase:1829 : local phase=install 2025-04-16 12:16:49.950 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-16 12:16:49.952 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-16 12:16:49.954 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-16 12:16:49.956 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-16 12:16:49.959 | + functions-common:run_phase:1838 : local extra 2025-04-16 12:16:49.961 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-16 12:16:49.965 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-16 12:16:49.967 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-16 12:16:49.969 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-16 12:16:49.971 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack install 2025-04-16 12:16:49.974 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-16 12:16:49.987 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:16:49.989 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 12:16:49.991 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 12:16:49.993 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2025-04-16 12:16:49.995 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2025-04-16 12:16:49.997 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 12:16:49.999 | ++ stack.sh:echo_summary:461 : echo -e Installing Tempest 2025-04-16 12:16:50.001 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2025-04-16 12:16:50.003 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2025-04-16 12:16:50.053 | ++ inc/async:async_inner:63 : install_tempest 2025-04-16 12:16:50.083 | [3523 Async install_tempest:34184]: running: install_tempest 2025-04-16 12:16:50.085 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-16 12:16:50.088 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-16 12:16:50.090 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 12:16:50.092 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-16 12:16:50.094 | + functions-common:run_phase:1855 : run_plugins stack install 2025-04-16 12:16:50.097 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-16 12:16:50.099 | + functions-common:run_plugins:1815 : local phase=install 2025-04-16 12:16:50.102 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-16 12:16:50.104 | + functions-common:run_plugins:1818 : local plugin 2025-04-16 12:16:50.106 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-16 12:16:50.109 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-16 12:16:50.111 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-16 12:16:50.113 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack install 2025-04-16 12:16:50.115 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 12:16:50.118 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 12:16:50.120 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2025-04-16 12:16:50.122 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:9 : echo_summary 'Installing Networking-NSX-T' 2025-04-16 12:16:50.124 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 12:16:50.126 | ++ stack.sh:echo_summary:461 : echo -e Installing Networking-NSX-T 2025-04-16 12:16:50.128 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:10 : setup_develop /opt/stack//networking-nsx-t 2025-04-16 12:16:50.130 | ++ inc/python:setup_develop:360 : local bindep 2025-04-16 12:16:50.132 | ++ inc/python:setup_develop:361 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2025-04-16 12:16:50.134 | ++ inc/python:setup_develop:365 : local project_dir=/opt/stack//networking-nsx-t 2025-04-16 12:16:50.136 | ++ inc/python:setup_develop:366 : local extras= 2025-04-16 12:16:50.138 | ++ inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//networking-nsx-t -e 2025-04-16 12:16:50.140 | ++ inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-16 12:16:50.142 | ++ inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2025-04-16 12:16:50.144 | ++ inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//networking-nsx-t 2025-04-16 12:16:50.146 | ++ inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-16 12:16:50.148 | ++ inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-16 12:16:50.151 | +++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//networking-nsx-t 2025-04-16 12:16:50.153 | +++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-16 12:16:50.155 | ++ inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/networking-nsx-t 2025-04-16 12:16:50.157 | ++ inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-16 12:16:50.159 | ++ inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-16 12:16:50.161 | +++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/networking-nsx-t/setup.cfg 2025-04-16 12:16:50.167 | ++ inc/python:_setup_package_with_constraints_edit:407 : name=networking_nsxv3 2025-04-16 12:16:50.169 | ++ inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- networking_nsxv3 2025-04-16 12:16:50.489 | ++ inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/networking-nsx-t -e 2025-04-16 12:16:50.491 | ++ inc/python:setup_package:440 : local bindep=0 2025-04-16 12:16:50.493 | ++ inc/python:setup_package:441 : local bindep_flag= 2025-04-16 12:16:50.495 | ++ inc/python:setup_package:442 : local bindep_profiles= 2025-04-16 12:16:50.497 | ++ inc/python:setup_package:443 : [[ /opt/stack/networking-nsx-t == -bindep* ]] 2025-04-16 12:16:50.499 | ++ inc/python:setup_package:448 : local project_dir=/opt/stack/networking-nsx-t 2025-04-16 12:16:50.501 | ++ inc/python:setup_package:449 : local flags=-e 2025-04-16 12:16:50.503 | ++ inc/python:setup_package:450 : local extras= 2025-04-16 12:16:50.505 | ++ inc/python:setup_package:454 : [[ -n -e ]] 2025-04-16 12:16:50.507 | ++ inc/python:setup_package:454 : [[ -z '' ]] 2025-04-16 12:16:50.509 | ++ inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-16 12:16:50.511 | ++ inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-16 12:16:50.513 | ++ inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-16 12:16:50.515 | ++ inc/python:setup_package:468 : pip_install -e /opt/stack/networking-nsx-t 2025-04-16 12:16:50.530 | Using python 3.10 to install /opt/stack/networking-nsx-t 2025-04-16 12:16:50.532 | ++ inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/networking-nsx-t 2025-04-16 12:16:51.364 | Obtaining file:///opt/stack/networking-nsx-t 2025-04-16 12:16:51.365 | Preparing metadata (setup.py): started 2025-04-16 12:16:51.796 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 12:16:51.847 | Requirement already satisfied: pbr>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (5.11.1) 2025-04-16 12:16:51.948 | Collecting Babel>=1.3 (from networking_nsxv3==0.0.1.dev9) 2025-04-16 12:16:51.951 | Using cached Babel-2.12.1-py3-none-any.whl.metadata (1.3 kB) 2025-04-16 12:16:51.954 | Requirement already satisfied: neutron-lib>=1.13.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (3.8.2) 2025-04-16 12:16:51.954 | Requirement already satisfied: oslo.config>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (9.2.0) 2025-04-16 12:16:51.955 | Requirement already satisfied: oslo.i18n>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (6.1.1) 2025-04-16 12:16:51.956 | Requirement already satisfied: oslo.log>=1.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (5.3.2) 2025-04-16 12:16:51.957 | Requirement already satisfied: oslo.serialization>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (5.2.1) 2025-04-16 12:16:51.958 | Requirement already satisfied: oslo.utils>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (6.2.1) 2025-04-16 12:16:51.959 | Requirement already satisfied: oslo.service>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (3.2.1) 2025-04-16 12:16:51.960 | Requirement already satisfied: python-neutronclient in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (11.0.0) 2025-04-16 12:16:51.993 | Collecting ipaddress (from networking_nsxv3==0.0.1.dev9) 2025-04-16 12:16:51.996 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl.metadata (923 bytes) 2025-04-16 12:16:51.998 | Requirement already satisfied: netaddr in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (0.8.0) 2025-04-16 12:16:51.998 | Requirement already satisfied: tooz in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (4.2.0) 2025-04-16 12:16:52.020 | Collecting ratelimiter (from networking_nsxv3==0.0.1.dev9) 2025-04-16 12:16:52.022 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl.metadata (4.0 kB) 2025-04-16 12:16:52.023 | Requirement already satisfied: prometheus_client in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (0.16.0) 2025-04-16 12:16:52.024 | Requirement already satisfied: attrs in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (23.1.0) 2025-04-16 12:16:52.044 | Requirement already satisfied: SQLAlchemy>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.4.41) 2025-04-16 12:16:52.044 | Requirement already satisfied: WebOb>=1.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.8.7) 2025-04-16 12:16:52.045 | Requirement already satisfied: keystoneauth1>=3.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.3.0) 2025-04-16 12:16:52.046 | Requirement already satisfied: os-ken>=0.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (2.7.1) 2025-04-16 12:16:52.047 | Requirement already satisfied: os-traits>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (3.0.0) 2025-04-16 12:16:52.048 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.2.0) 2025-04-16 12:16:52.049 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.2.0) 2025-04-16 12:16:52.050 | Requirement already satisfied: oslo.db>=12.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (14.1.1) 2025-04-16 12:16:52.051 | Requirement already satisfied: oslo.messaging>=14.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (14.4.2) 2025-04-16 12:16:52.052 | Requirement already satisfied: oslo.policy>=3.6.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (4.2.1) 2025-04-16 12:16:52.053 | Requirement already satisfied: oslo.versionedobjects>=1.31.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (3.2.0) 2025-04-16 12:16:52.054 | Requirement already satisfied: osprofiler>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (4.1.0) 2025-04-16 12:16:52.055 | Requirement already satisfied: pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.4.2) 2025-04-16 12:16:52.056 | Requirement already satisfied: setproctitle>=1.1.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.3.2) 2025-04-16 12:16:52.057 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.1.0) 2025-04-16 12:16:52.077 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (6.0) 2025-04-16 12:16:52.079 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (2.5.0) 2025-04-16 12:16:52.079 | Requirement already satisfied: requests>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (2.28.2) 2025-04-16 12:16:52.079 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (2.0.0) 2025-04-16 12:16:52.100 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=1.8.0->networking_nsxv3==0.0.1.dev9) (2.8.2) 2025-04-16 12:16:52.102 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=1.8.0->networking_nsxv3==0.0.1.dev9) (0.9.6) 2025-04-16 12:16:52.107 | Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=1.4.0->networking_nsxv3==0.0.1.dev9) (1.0.5) 2025-04-16 12:16:52.108 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=1.4.0->networking_nsxv3==0.0.1.dev9) (2023.3) 2025-04-16 12:16:52.109 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=1.4.0->networking_nsxv3==0.0.1.dev9) (2023.3) 2025-04-16 12:16:52.120 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (3.5.2) 2025-04-16 12:16:52.121 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (3.0.1) 2025-04-16 12:16:52.121 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (2.5.1) 2025-04-16 12:16:52.123 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (1.4.0) 2025-04-16 12:16:52.124 | Requirement already satisfied: eventlet>=0.25.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (0.33.3) 2025-04-16 12:16:52.125 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (4.0.1) 2025-04-16 12:16:52.125 | Requirement already satisfied: greenlet>=0.4.15 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (2.0.2) 2025-04-16 12:16:52.134 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=2.0.0->networking_nsxv3==0.0.1.dev9) (1.1.0) 2025-04-16 12:16:52.135 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=2.0.0->networking_nsxv3==0.0.1.dev9) (0.11.0) 2025-04-16 12:16:52.136 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=2.0.0->networking_nsxv3==0.0.1.dev9) (23.1) 2025-04-16 12:16:52.137 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=2.0.0->networking_nsxv3==0.0.1.dev9) (3.0.9) 2025-04-16 12:16:52.177 | Requirement already satisfied: cliff>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev9) (4.3.0) 2025-04-16 12:16:52.178 | Requirement already satisfied: openstacksdk>=1.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.5.1) 2025-04-16 12:16:52.179 | Requirement already satisfied: os-client-config>=1.28.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev9) (2.1.0) 2025-04-16 12:16:52.180 | Requirement already satisfied: osc-lib>=1.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev9) (2.8.1) 2025-04-16 12:16:52.182 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev9) (5.2.0) 2025-04-16 12:16:52.182 | Requirement already satisfied: simplejson>=3.5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev9) (3.19.1) 2025-04-16 12:16:52.215 | Requirement already satisfied: fasteners>=0.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz->networking_nsxv3==0.0.1.dev9) (0.18) 2025-04-16 12:16:52.216 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz->networking_nsxv3==0.0.1.dev9) (2.4.1) 2025-04-16 12:16:52.218 | Requirement already satisfied: tenacity>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz->networking_nsxv3==0.0.1.dev9) (6.3.1) 2025-04-16 12:16:52.219 | Requirement already satisfied: voluptuous>=0.8.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz->networking_nsxv3==0.0.1.dev9) (0.13.1) 2025-04-16 12:16:52.226 | Requirement already satisfied: PrettyTable>=0.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (3.7.0) 2025-04-16 12:16:52.227 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (0.5.1) 2025-04-16 12:16:52.231 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (2.4.3) 2025-04-16 12:16:52.231 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (6.0.1) 2025-04-16 12:16:52.235 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (1.15.0) 2025-04-16 12:16:52.242 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.25.2->oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (2.3.0) 2025-04-16 12:16:52.243 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.25.2->oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (1.16.0) 2025-04-16 12:16:52.295 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.14.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.7.0) 2025-04-16 12:16:52.318 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.4.4) 2025-04-16 12:16:52.319 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.4.0) 2025-04-16 12:16:52.320 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.32) 2025-04-16 12:16:52.321 | Requirement already satisfied: decorator>=4.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (5.1.1) 2025-04-16 12:16:52.322 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.0.1) 2025-04-16 12:16:52.323 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.1.8) 2025-04-16 12:16:52.324 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (40.0.2) 2025-04-16 12:16:52.340 | Requirement already satisfied: ncclient>=0.6.13 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (0.6.13) 2025-04-16 12:16:52.341 | Requirement already satisfied: ovs>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (2.17.7) 2025-04-16 12:16:52.395 | Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=12.1.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.9.4) 2025-04-16 12:16:52.397 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=12.1.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (2.0.1) 2025-04-16 12:16:52.398 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=12.1.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (0.5.0) 2025-04-16 12:16:52.449 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.1.1) 2025-04-16 12:16:52.450 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.3.0) 2025-04-16 12:16:52.451 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.2.4) 2025-04-16 12:16:52.452 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (0.7.0) 2025-04-16 12:16:52.453 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.2.0) 2025-04-16 12:16:52.523 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (69.1.1) 2025-04-16 12:16:52.548 | Requirement already satisfied: Mako>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.2.4) 2025-04-16 12:16:52.549 | Requirement already satisfied: logutils>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (0.3.5) 2025-04-16 12:16:52.623 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (3.1.0) 2025-04-16 12:16:52.624 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (3.4) 2025-04-16 12:16:52.625 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (1.26.15) 2025-04-16 12:16:52.626 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (2025.1.31) 2025-04-16 12:16:52.650 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (0.7) 2025-04-16 12:16:52.835 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.0.0) 2025-04-16 12:16:52.921 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.8.2) 2025-04-16 12:16:52.922 | Requirement already satisfied: wcwidth>=0.1.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (0.2.6) 2025-04-16 12:16:52.950 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.7->openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.15.1) 2025-04-16 12:16:53.040 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (3.15.0) 2025-04-16 12:16:53.065 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (2.3) 2025-04-16 12:16:53.122 | Requirement already satisfied: MarkupSafe>=0.9.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from Mako>=0.4.0->pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (2.1.2) 2025-04-16 12:16:53.137 | Requirement already satisfied: paramiko>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (3.1.0) 2025-04-16 12:16:53.138 | Requirement already satisfied: lxml>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (4.9.2) 2025-04-16 12:16:53.184 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (3.1.2) 2025-04-16 12:16:53.185 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (4.0.1) 2025-04-16 12:16:53.187 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (4.0.1) 2025-04-16 12:16:53.201 | Requirement already satisfied: sortedcontainers in /opt/stack/data/venv/lib/python3.10/site-packages (from ovs>=2.8.0->os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (2.4.0) 2025-04-16 12:16:53.342 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=12.1.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (2.6.0) 2025-04-16 12:16:53.410 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (2.21) 2025-04-16 12:16:53.494 | Requirement already satisfied: pynacl>=1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from paramiko>=1.15.0->ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.5.0) 2025-04-16 12:16:53.660 | Using cached Babel-2.12.1-py3-none-any.whl (10.1 MB) 2025-04-16 12:16:53.707 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) 2025-04-16 12:16:53.711 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl (6.6 kB) 2025-04-16 12:16:54.232 | Installing collected packages: ratelimiter, ipaddress, Babel, networking_nsxv3 2025-04-16 12:16:54.666 | Running setup.py develop for networking_nsxv3 2025-04-16 12:16:55.855 | Successfully installed Babel-2.12.1 ipaddress-1.0.23 networking_nsxv3-0.0.1.dev9 ratelimiter-1.2.0.post0 2025-04-16 12:16:55.981 | ++ inc/python:pip_install:222 : result=0 2025-04-16 12:16:55.983 | ++ inc/python:pip_install:224 : time_stop pip_install 2025-04-16 12:16:55.985 | ++ functions-common:time_stop:2400 : local name 2025-04-16 12:16:55.987 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 12:16:55.988 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:16:55.991 | ++ functions-common:time_stop:2403 : local total 2025-04-16 12:16:55.993 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 12:16:55.995 | ++ functions-common:time_stop:2406 : name=pip_install 2025-04-16 12:16:55.996 | ++ functions-common:time_stop:2407 : start_time=1744805810527 2025-04-16 12:16:55.998 | ++ functions-common:time_stop:2409 : [[ -z 1744805810527 ]] 2025-04-16 12:16:56.001 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:16:56.003 | ++ functions-common:time_stop:2412 : end_time=1744805816001 2025-04-16 12:16:56.005 | ++ functions-common:time_stop:2413 : elapsed_time=5474 2025-04-16 12:16:56.007 | ++ functions-common:time_stop:2414 : total=83271 2025-04-16 12:16:56.009 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:16:56.010 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=88745 2025-04-16 12:16:56.012 | ++ inc/python:pip_install:225 : return 0 2025-04-16 12:16:56.014 | ++ inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-16 12:16:56.016 | ++ inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-16 12:16:56.018 | ++ inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/networking-nsx-t 2025-04-16 12:16:56.020 | ++ inc/python:use_library_from_git:272 : local name=/opt/stack/networking-nsx-t 2025-04-16 12:16:56.021 | ++ inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:16:56.023 | ++ inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:16:56.025 | ++ inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/networking-nsx-t, ]] 2025-04-16 12:16:56.027 | ++ inc/python:use_library_from_git:275 : return 1 2025-04-16 12:16:56.029 | + stack.sh:main:1000 : use_library_from_git python-openstackclient 2025-04-16 12:16:56.031 | + inc/python:use_library_from_git:272 : local name=python-openstackclient 2025-04-16 12:16:56.033 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 12:16:56.035 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 12:16:56.037 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-openstackclient, ]] 2025-04-16 12:16:56.039 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 12:16:56.041 | + stack.sh:main:1004 : pip_install_gr python-openstackclient 2025-04-16 12:16:56.043 | + inc/python:pip_install_gr:94 : local name=python-openstackclient 2025-04-16 12:16:56.044 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-16 12:16:56.047 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements python-openstackclient 2025-04-16 12:16:56.049 | ++ inc/python:get_from_global_requirements:247 : local package=python-openstackclient 2025-04-16 12:16:56.051 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-16 12:16:56.054 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^python-openstackclient' /opt/stack//requirements/global-requirements.txt 2025-04-16 12:16:56.054 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-16 12:16:56.058 | ++ inc/python:get_from_global_requirements:249 : required_pkg='python-openstackclient ' 2025-04-16 12:16:56.060 | ++ inc/python:get_from_global_requirements:250 : [[ python-openstackclient == '' ]] 2025-04-16 12:16:56.062 | ++ inc/python:get_from_global_requirements:253 : echo python-openstackclient 2025-04-16 12:16:56.065 | + inc/python:pip_install_gr:96 : clean_name=python-openstackclient 2025-04-16 12:16:56.067 | + inc/python:pip_install_gr:97 : pip_install python-openstackclient 2025-04-16 12:16:56.083 | Using python 3.10 to install python-openstackclient 2025-04-16 12:16:56.085 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt python-openstackclient 2025-04-16 12:16:57.064 | Collecting python-openstackclient 2025-04-16 12:16:57.066 | Using cached python_openstackclient-6.3.0-py3-none-any.whl.metadata (6.5 kB) 2025-04-16 12:16:57.076 | Requirement already satisfied: cliff>=3.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (4.3.0) 2025-04-16 12:16:57.077 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (40.0.2) 2025-04-16 12:16:57.078 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (1.1.0) 2025-04-16 12:16:57.078 | Requirement already satisfied: openstacksdk>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (1.5.1) 2025-04-16 12:16:57.079 | Requirement already satisfied: osc-lib>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (2.8.1) 2025-04-16 12:16:57.080 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (6.1.1) 2025-04-16 12:16:57.081 | Requirement already satisfied: oslo.utils>=3.33.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (6.2.1) 2025-04-16 12:16:57.082 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (5.11.1) 2025-04-16 12:16:57.082 | Requirement already satisfied: python-cinderclient>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (9.4.0) 2025-04-16 12:16:57.083 | Requirement already satisfied: python-keystoneclient>=3.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (5.2.0) 2025-04-16 12:16:57.084 | Requirement already satisfied: python-novaclient>=18.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (18.4.0) 2025-04-16 12:16:57.085 | Requirement already satisfied: stevedore>=2.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (5.1.0) 2025-04-16 12:16:57.090 | Requirement already satisfied: PrettyTable>=0.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (3.7.0) 2025-04-16 12:16:57.091 | Requirement already satisfied: PyYAML>=3.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (6.0) 2025-04-16 12:16:57.091 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (0.5.1) 2025-04-16 12:16:57.092 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (2.4.3) 2025-04-16 12:16:57.093 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (6.0.1) 2025-04-16 12:16:57.113 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.7->python-openstackclient) (1.15.1) 2025-04-16 12:16:57.125 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.4.4) 2025-04-16 12:16:57.126 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.4.0) 2025-04-16 12:16:57.127 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.32) 2025-04-16 12:16:57.127 | Requirement already satisfied: os-service-types>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.7.0) 2025-04-16 12:16:57.128 | Requirement already satisfied: keystoneauth1>=3.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (5.3.0) 2025-04-16 12:16:57.129 | Requirement already satisfied: decorator>=4.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (5.1.1) 2025-04-16 12:16:57.130 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.0.1) 2025-04-16 12:16:57.130 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (0.11.0) 2025-04-16 12:16:57.132 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.1.8) 2025-04-16 12:16:57.138 | Requirement already satisfied: simplejson>=3.5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=2.3.0->python-openstackclient) (3.19.1) 2025-04-16 12:16:57.146 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (2.5.0) 2025-04-16 12:16:57.147 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (0.8.0) 2025-04-16 12:16:57.148 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (23.1) 2025-04-16 12:16:57.149 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (3.0.9) 2025-04-16 12:16:57.150 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (2023.3) 2025-04-16 12:16:57.151 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (2023.3) 2025-04-16 12:16:57.160 | Requirement already satisfied: requests>=2.25.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-cinderclient>=3.3.0->python-openstackclient) (2.28.2) 2025-04-16 12:16:57.170 | Requirement already satisfied: oslo.config>=5.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (9.2.0) 2025-04-16 12:16:57.171 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (5.2.1) 2025-04-16 12:16:57.172 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (1.16.0) 2025-04-16 12:16:57.192 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.7->python-openstackclient) (2.21) 2025-04-16 12:16:57.216 | Requirement already satisfied: attrs>=16.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (23.1.0) 2025-04-16 12:16:57.217 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (1.8.2) 2025-04-16 12:16:57.217 | Requirement already satisfied: wcwidth>=0.1.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (0.2.6) 2025-04-16 12:16:57.223 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.utils>=3.33.0->python-openstackclient) (1.15.0) 2025-04-16 12:16:57.254 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff>=3.5.0->python-openstackclient) (3.15.0) 2025-04-16 12:16:57.263 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=1.4.0->python-openstackclient) (2.3) 2025-04-16 12:16:57.325 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->python-keystoneclient>=3.22.0->python-openstackclient) (2.0.0) 2025-04-16 12:16:57.333 | Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.0.5) 2025-04-16 12:16:57.376 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (3.1.0) 2025-04-16 12:16:57.377 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (3.4) 2025-04-16 12:16:57.377 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (1.26.15) 2025-04-16 12:16:57.381 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2025.1.31) 2025-04-16 12:16:57.531 | Using cached python_openstackclient-6.3.0-py3-none-any.whl (1.1 MB) 2025-04-16 12:16:58.442 | Installing collected packages: python-openstackclient 2025-04-16 12:16:59.340 | Successfully installed python-openstackclient-6.3.0 2025-04-16 12:16:59.455 | + inc/python:pip_install:222 : result=0 2025-04-16 12:16:59.458 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 12:16:59.460 | + functions-common:time_stop:2400 : local name 2025-04-16 12:16:59.462 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:16:59.464 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:16:59.465 | + functions-common:time_stop:2403 : local total 2025-04-16 12:16:59.467 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:16:59.469 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 12:16:59.471 | + functions-common:time_stop:2407 : start_time=1744805816079 2025-04-16 12:16:59.473 | + functions-common:time_stop:2409 : [[ -z 1744805816079 ]] 2025-04-16 12:16:59.475 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:16:59.479 | + functions-common:time_stop:2412 : end_time=1744805819477 2025-04-16 12:16:59.481 | + functions-common:time_stop:2413 : elapsed_time=3398 2025-04-16 12:16:59.483 | + functions-common:time_stop:2414 : total=88745 2025-04-16 12:16:59.484 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:16:59.486 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=92143 2025-04-16 12:16:59.488 | + inc/python:pip_install:225 : return 0 2025-04-16 12:16:59.490 | + stack.sh:main:1009 : install_oscwrap 2025-04-16 12:16:59.493 | ++ functions-common:install_oscwrap:2445 : mktemp 2025-04-16 12:16:59.497 | + functions-common:install_oscwrap:2445 : OSCWRAP_TIMER_FILE=/tmp/tmp.GrHNODZ4He 2025-04-16 12:16:59.499 | + functions-common:install_oscwrap:2448 : shopt -s expand_aliases 2025-04-16 12:16:59.500 | + functions-common:install_oscwrap:2451 : unalias -a 2025-04-16 12:16:59.502 | + functions-common:install_oscwrap:2453 : alias openstack=oscwrap 2025-04-16 12:16:59.504 | + stack.sh:main:1014 : [[ False != \F\a\l\s\e ]] 2025-04-16 12:16:59.507 | + stack.sh:main:1054 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-04-16 12:16:59.509 | + stack.sh:main:1062 : is_service_enabled mysql postgresql 2025-04-16 12:16:59.522 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:16:59.524 | + stack.sh:main:1063 : configure_database 2025-04-16 12:16:59.527 | + lib/database:configure_database:128 : configure_database_mysql 2025-04-16 12:16:59.529 | + lib/databases/mysql:configure_database_mysql:66 : local my_conf mysql slow_log my_client_conf 2025-04-16 12:16:59.530 | + lib/databases/mysql:configure_database_mysql:67 : echo_summary 'Configuring and starting MySQL' 2025-04-16 12:16:59.532 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 12:16:59.534 | + stack.sh:echo_summary:461 : echo -e Configuring and starting MySQL 2025-04-16 12:16:59.536 | + lib/databases/mysql:configure_database_mysql:69 : is_ubuntu 2025-04-16 12:16:59.538 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:16:59.540 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:16:59.542 | + lib/databases/mysql:configure_database_mysql:70 : my_conf=/etc/mysql/my.cnf 2025-04-16 12:16:59.543 | + lib/databases/mysql:configure_database_mysql:84 : is_ubuntu 2025-04-16 12:16:59.545 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:16:59.547 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:16:59.549 | + lib/databases/mysql:configure_database_mysql:85 : is_fips_enabled 2025-04-16 12:16:59.551 | ++ functions-common:is_fips_enabled:2516 : cat /proc/sys/crypto/fips_enabled 2025-04-16 12:16:59.553 | cat: /proc/sys/crypto/fips_enabled: No such file or directory 2025-04-16 12:16:59.555 | + functions-common:is_fips_enabled:2516 : fips= 2025-04-16 12:16:59.556 | + functions-common:is_fips_enabled:2517 : '[' '' == 1 ']' 2025-04-16 12:16:59.559 | ++ lib/databases/mysql:configure_database_mysql:93 : ipv6_unquote 0.0.0.0 2025-04-16 12:16:59.562 | ++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2025-04-16 12:16:59.562 | ++ functions-common:ipv6_unquote:2198 : echo 0.0.0.0 2025-04-16 12:16:59.565 | + lib/databases/mysql:configure_database_mysql:93 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2025-04-16 12:16:59.613 | + lib/databases/mysql:configure_database_mysql:96 : is_fedora 2025-04-16 12:16:59.615 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-16 12:16:59.617 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-16 12:16:59.619 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-16 12:16:59.621 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-16 12:16:59.623 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-16 12:16:59.625 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-16 12:16:59.626 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-16 12:16:59.628 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-16 12:16:59.630 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-16 12:16:59.632 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-16 12:16:59.633 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-16 12:16:59.635 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-16 12:16:59.637 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-16 12:16:59.639 | + lib/databases/mysql:configure_database_mysql:99 : is_ubuntu 2025-04-16 12:16:59.641 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:16:59.642 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:16:59.644 | + lib/databases/mysql:configure_database_mysql:101 : restart_service mariadb 2025-04-16 12:16:59.646 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 12:16:59.648 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart mariadb 2025-04-16 12:17:00.269 | + lib/databases/mysql:configure_database_mysql:110 : is_ubuntu 2025-04-16 12:17:00.271 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:17:00.273 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:17:00.275 | + lib/databases/mysql:configure_database_mysql:110 : [[ jammy == \j\a\m\m\y ]] 2025-04-16 12:17:00.277 | + lib/databases/mysql:configure_database_mysql:110 : '[' mariadb == mariadb ']' 2025-04-16 12:17:00.279 | + lib/databases/mysql:configure_database_mysql:116 : is_ubuntu 2025-04-16 12:17:00.281 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:17:00.283 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:17:00.285 | + lib/databases/mysql:configure_database_mysql:116 : '[' mariadb == mariadb ']' 2025-04-16 12:17:00.286 | + lib/databases/mysql:configure_database_mysql:117 : local 'cmd_args=-uroot -pstackdb ' 2025-04-16 12:17:00.288 | + lib/databases/mysql:configure_database_mysql:126 : is_ubuntu 2025-04-16 12:17:00.290 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:17:00.292 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:17:00.294 | + lib/databases/mysql:configure_database_mysql:126 : [[ ! jammy =~ bookworm|bullseye ]] 2025-04-16 12:17:00.295 | + lib/databases/mysql:configure_database_mysql:126 : '[' mariadb == mariadb ']' 2025-04-16 12:17:00.297 | + lib/databases/mysql:configure_database_mysql:127 : [[ jammy == \j\a\m\m\y ]] 2025-04-16 12:17:00.299 | + lib/databases/mysql:configure_database_mysql:130 : sudo mysql -e 'ALTER USER root@localhost IDENTIFIED VIA mysql_native_password USING PASSWORD('\''stackdb'\'');' 2025-04-16 12:17:00.314 | + lib/databases/mysql:configure_database_mysql:136 : is_ubuntu 2025-04-16 12:17:00.316 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:17:00.318 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:17:00.320 | + lib/databases/mysql:configure_database_mysql:136 : [[ jammy == \j\a\m\m\y ]] 2025-04-16 12:17:00.322 | + lib/databases/mysql:configure_database_mysql:136 : '[' mariadb == mariadb ']' 2025-04-16 12:17:00.324 | + lib/databases/mysql:configure_database_mysql:146 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2025-04-16 12:17:00.368 | + lib/databases/mysql:configure_database_mysql:147 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2025-04-16 12:17:00.412 | + lib/databases/mysql:configure_database_mysql:148 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2025-04-16 12:17:00.453 | + lib/databases/mysql:configure_database_mysql:150 : [[ False == \T\r\u\e ]] 2025-04-16 12:17:00.455 | + lib/databases/mysql:configure_database_mysql:170 : [[ True == \T\r\u\e ]] 2025-04-16 12:17:00.457 | + lib/databases/mysql:configure_database_mysql:171 : echo 'enabling MySQL performance counting' 2025-04-16 12:17:00.457 | enabling MySQL performance counting 2025-04-16 12:17:00.459 | + lib/databases/mysql:configure_database_mysql:174 : pip_install /opt/stack/devstack/tools/dbcounter 2025-04-16 12:17:00.475 | Using python 3.10 to install /opt/stack/devstack/tools/dbcounter 2025-04-16 12:17:00.476 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt /opt/stack/devstack/tools/dbcounter 2025-04-16 12:17:01.328 | Processing ./tools/dbcounter 2025-04-16 12:17:01.331 | Installing build dependencies: started 2025-04-16 12:17:06.028 | Installing build dependencies: finished with status 'done' 2025-04-16 12:17:06.028 | Getting requirements to build wheel: started 2025-04-16 12:17:06.218 | Getting requirements to build wheel: finished with status 'done' 2025-04-16 12:17:06.218 | Preparing metadata (pyproject.toml): started 2025-04-16 12:17:06.410 | Preparing metadata (pyproject.toml): finished with status 'done' 2025-04-16 12:17:06.411 | Building wheels for collected packages: dbcounter 2025-04-16 12:17:06.412 | Building wheel for dbcounter (pyproject.toml): started 2025-04-16 12:17:06.621 | Building wheel for dbcounter (pyproject.toml): finished with status 'done' 2025-04-16 12:17:06.623 | Created wheel for dbcounter: filename=dbcounter-0.1-py3-none-any.whl size=3228 sha256=b9865f5c0300e2ffeea350844c1dac974af7ba5d2295319ab258f6e9f44db93b 2025-04-16 12:17:06.623 | Stored in directory: /tmp/pip-ephem-wheel-cache-ds_sxvhd/wheels/e3/83/d0/d5edd61a93218f4a1789af99bf08ab7f0ad72cdcbde06f9d11 2025-04-16 12:17:06.626 | Successfully built dbcounter 2025-04-16 12:17:07.700 | Installing collected packages: dbcounter 2025-04-16 12:17:07.736 | Successfully installed dbcounter-0.1 2025-04-16 12:17:07.866 | + inc/python:pip_install:222 : result=0 2025-04-16 12:17:07.868 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 12:17:07.870 | + functions-common:time_stop:2400 : local name 2025-04-16 12:17:07.872 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:17:07.874 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:17:07.876 | + functions-common:time_stop:2403 : local total 2025-04-16 12:17:07.878 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:17:07.879 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 12:17:07.881 | + functions-common:time_stop:2407 : start_time=1744805820470 2025-04-16 12:17:07.883 | + functions-common:time_stop:2409 : [[ -z 1744805820470 ]] 2025-04-16 12:17:07.886 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:17:07.889 | + functions-common:time_stop:2412 : end_time=1744805827887 2025-04-16 12:17:07.891 | + functions-common:time_stop:2413 : elapsed_time=7417 2025-04-16 12:17:07.893 | + functions-common:time_stop:2414 : total=92143 2025-04-16 12:17:07.894 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:17:07.896 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=99560 2025-04-16 12:17:07.898 | + inc/python:pip_install:225 : return 0 2025-04-16 12:17:07.900 | + lib/databases/mysql:configure_database_mysql:177 : recreate_database stats 2025-04-16 12:17:07.902 | + lib/database:recreate_database:112 : local db=stats 2025-04-16 12:17:07.904 | + lib/database:recreate_database:113 : recreate_database_mysql stats 2025-04-16 12:17:07.906 | + lib/databases/mysql:recreate_database_mysql:60 : local db=stats 2025-04-16 12:17:07.908 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS stats;' 2025-04-16 12:17:07.917 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE stats CHARACTER SET utf8;' 2025-04-16 12:17:07.926 | + lib/databases/mysql:configure_database_mysql:178 : mysql -u root -pstackdb -h 127.0.0.1 -e 'CREATE TABLE queries (db VARCHAR(32), op VARCHAR(32), 2025-04-16 12:17:07.926 | count INT, PRIMARY KEY (db, op)) ENGINE MEMORY' stats 2025-04-16 12:17:07.946 | + lib/databases/mysql:configure_database_mysql:183 : [[ True == \T\r\u\e ]] 2025-04-16 12:17:07.948 | + lib/databases/mysql:configure_database_mysql:184 : iniset -sudo /etc/mysql/my.cnf mysqld read_buffer_size 64K 2025-04-16 12:17:07.990 | + lib/databases/mysql:configure_database_mysql:185 : iniset -sudo /etc/mysql/my.cnf mysqld innodb_buffer_pool_size 16M 2025-04-16 12:17:08.032 | + lib/databases/mysql:configure_database_mysql:186 : iniset -sudo /etc/mysql/my.cnf mysqld thread_stack 192K 2025-04-16 12:17:08.075 | + lib/databases/mysql:configure_database_mysql:187 : iniset -sudo /etc/mysql/my.cnf mysqld thread_cache_size 8 2025-04-16 12:17:08.119 | + lib/databases/mysql:configure_database_mysql:188 : iniset -sudo /etc/mysql/my.cnf mysqld tmp_table_size 8M 2025-04-16 12:17:08.160 | + lib/databases/mysql:configure_database_mysql:189 : iniset -sudo /etc/mysql/my.cnf mysqld sort_buffer_size 8M 2025-04-16 12:17:08.201 | + lib/databases/mysql:configure_database_mysql:190 : iniset -sudo /etc/mysql/my.cnf mysqld max_allowed_packet 8M 2025-04-16 12:17:08.241 | + lib/databases/mysql:configure_database_mysql:193 : restart_service mariadb 2025-04-16 12:17:08.243 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 12:17:08.245 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart mariadb 2025-04-16 12:17:08.791 | + stack.sh:main:1067 : save_stackenv 1067 2025-04-16 12:17:08.793 | + functions-common:save_stackenv:60 : local tag=1067 2025-04-16 12:17:08.796 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-04-16 12:17:08.799 | + functions-common:save_stackenv:62 : time_stamp=2025-04-16-121708 2025-04-16 12:17:08.801 | + functions-common:save_stackenv:63 : echo '# 2025-04-16-121708 1067' 2025-04-16 12:17:08.804 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 12:17:08.806 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-16 12:17:08.807 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 12:17:08.809 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-04-16 12:17:08.811 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 12:17:08.813 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-04-16 12:17:08.815 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 12:17:08.817 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2025-04-16 12:17:08.819 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 12:17:08.821 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-04-16 12:17:08.822 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 12:17:08.824 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-04-16 12:17:08.827 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 12:17:08.828 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-04-16-121252 2025-04-16 12:17:08.830 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 12:17:08.832 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-04-16 12:17:08.834 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 12:17:08.836 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-04-16 12:17:08.839 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 12:17:08.840 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-04-16 12:17:08.842 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 12:17:08.844 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-04-16 12:17:08.846 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 12:17:08.848 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-04-16 12:17:08.850 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 12:17:08.851 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-04-16 12:17:08.853 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 12:17:08.855 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-04-16 12:17:08.857 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 12:17:08.858 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-04-16 12:17:08.860 | + stack.sh:main:1079 : [[ False == \T\r\u\e ]] 2025-04-16 12:17:08.862 | + stack.sh:main:1093 : start_dstat 2025-04-16 12:17:08.864 | + lib/dstat:start_dstat:31 : run_process dstat '/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2025-04-16 12:17:08.866 | + functions-common:run_process:1654 : local service=dstat 2025-04-16 12:17:08.868 | + functions-common:run_process:1655 : local 'command=/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2025-04-16 12:17:08.870 | + functions-common:run_process:1656 : local group= 2025-04-16 12:17:08.872 | + functions-common:run_process:1657 : local user= 2025-04-16 12:17:08.874 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 12:17:08.876 | + functions-common:run_process:1660 : local name=dstat 2025-04-16 12:17:08.878 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 12:17:08.880 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 12:17:08.881 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:17:08.884 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:17:08.886 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:17:08.890 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805828888 2025-04-16 12:17:08.892 | + functions-common:run_process:1663 : is_service_enabled dstat 2025-04-16 12:17:08.905 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:17:08.907 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 12:17:08.909 | + functions-common:time_stop:2400 : local name 2025-04-16 12:17:08.911 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:17:08.913 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:17:08.915 | + functions-common:time_stop:2403 : local total 2025-04-16 12:17:08.916 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:17:08.918 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 12:17:08.920 | + functions-common:time_stop:2407 : start_time=1744805828888 2025-04-16 12:17:08.922 | + functions-common:time_stop:2409 : [[ -z 1744805828888 ]] 2025-04-16 12:17:08.925 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:17:08.928 | + functions-common:time_stop:2412 : end_time=1744805828926 2025-04-16 12:17:08.930 | + functions-common:time_stop:2413 : elapsed_time=38 2025-04-16 12:17:08.932 | + functions-common:time_stop:2414 : total=0 2025-04-16 12:17:08.934 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:17:08.935 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=38 2025-04-16 12:17:08.937 | + lib/dstat:start_dstat:36 : run_process memory_tracker /opt/stack/devstack/tools/memory_tracker.sh '' root 2025-04-16 12:17:08.939 | + functions-common:run_process:1654 : local service=memory_tracker 2025-04-16 12:17:08.941 | + functions-common:run_process:1655 : local command=/opt/stack/devstack/tools/memory_tracker.sh 2025-04-16 12:17:08.943 | + functions-common:run_process:1656 : local group= 2025-04-16 12:17:08.945 | + functions-common:run_process:1657 : local user=root 2025-04-16 12:17:08.947 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 12:17:08.949 | + functions-common:run_process:1660 : local name=memory_tracker 2025-04-16 12:17:08.951 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 12:17:08.952 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 12:17:08.954 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:17:08.956 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:17:08.959 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:17:08.962 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805828960 2025-04-16 12:17:08.964 | + functions-common:run_process:1663 : is_service_enabled memory_tracker 2025-04-16 12:17:08.977 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:17:08.979 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 12:17:08.981 | + functions-common:time_stop:2400 : local name 2025-04-16 12:17:08.983 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:17:08.985 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:17:08.987 | + functions-common:time_stop:2403 : local total 2025-04-16 12:17:08.988 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:17:08.990 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 12:17:08.992 | + functions-common:time_stop:2407 : start_time=1744805828960 2025-04-16 12:17:08.994 | + functions-common:time_stop:2409 : [[ -z 1744805828960 ]] 2025-04-16 12:17:08.997 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:17:09.000 | + functions-common:time_stop:2412 : end_time=1744805828998 2025-04-16 12:17:09.002 | + functions-common:time_stop:2413 : elapsed_time=38 2025-04-16 12:17:09.004 | + functions-common:time_stop:2414 : total=38 2025-04-16 12:17:09.006 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:17:09.008 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=76 2025-04-16 12:17:09.010 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2025-04-16 12:17:09.023 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:17:09.025 | + lib/dstat:start_dstat:47 : run_process file_tracker /opt/stack/devstack/tools/file_tracker.sh 2025-04-16 12:17:09.027 | + functions-common:run_process:1654 : local service=file_tracker 2025-04-16 12:17:09.029 | + functions-common:run_process:1655 : local command=/opt/stack/devstack/tools/file_tracker.sh 2025-04-16 12:17:09.030 | + functions-common:run_process:1656 : local group= 2025-04-16 12:17:09.032 | + functions-common:run_process:1657 : local user= 2025-04-16 12:17:09.034 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 12:17:09.036 | + functions-common:run_process:1660 : local name=file_tracker 2025-04-16 12:17:09.038 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 12:17:09.040 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 12:17:09.041 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:17:09.043 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:17:09.046 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:17:09.049 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805829047 2025-04-16 12:17:09.051 | + functions-common:run_process:1663 : is_service_enabled file_tracker 2025-04-16 12:17:09.064 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:17:09.066 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 12:17:09.068 | + functions-common:time_stop:2400 : local name 2025-04-16 12:17:09.070 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:17:09.072 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:17:09.073 | + functions-common:time_stop:2403 : local total 2025-04-16 12:17:09.075 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:17:09.077 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 12:17:09.079 | + functions-common:time_stop:2407 : start_time=1744805829047 2025-04-16 12:17:09.081 | + functions-common:time_stop:2409 : [[ -z 1744805829047 ]] 2025-04-16 12:17:09.083 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:17:09.086 | + functions-common:time_stop:2412 : end_time=1744805829084 2025-04-16 12:17:09.088 | + functions-common:time_stop:2413 : elapsed_time=37 2025-04-16 12:17:09.090 | + functions-common:time_stop:2414 : total=76 2025-04-16 12:17:09.092 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:17:09.094 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=113 2025-04-16 12:17:09.096 | + stack.sh:main:1097 : is_service_enabled tcpdump 2025-04-16 12:17:09.109 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:17:09.111 | + stack.sh:main:1105 : is_service_enabled etcd3 2025-04-16 12:17:09.124 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:17:09.126 | + stack.sh:main:1106 : start_etcd3 2025-04-16 12:17:09.127 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack//bin/etcd 2025-04-16 12:17:09.129 | + lib/etcd3:start_etcd3:42 : cmd+=' --name devstack --data-dir /opt/stack/data/etcd' 2025-04-16 12:17:09.131 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2025-04-16 12:17:09.133 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster devstack=http://10.180.1.21:2380' 2025-04-16 12:17:09.135 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.180.1.21:2380' 2025-04-16 12:17:09.137 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.180.1.21:2379' 2025-04-16 12:17:09.139 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2025-04-16 12:17:09.141 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2025-04-16 12:17:09.143 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.180.1.21:2379' 2025-04-16 12:17:09.145 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2025-04-16 12:17:09.147 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2025-04-16 12:17:09.149 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2025-04-16 12:17:09.151 | + lib/etcd3:start_etcd3:58 : write_user_unit_file devstack@etcd.service '/opt/stack//bin/etcd --name devstack --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster devstack=http://10.180.1.21:2380 --initial-advertise-peer-urls http://10.180.1.21:2380 --advertise-client-urls http://10.180.1.21:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.180.1.21:2379 --debug' '' root 2025-04-16 12:17:09.152 | + functions-common:write_user_unit_file:1518 : local service=devstack@etcd.service 2025-04-16 12:17:09.154 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack//bin/etcd --name devstack --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster devstack=http://10.180.1.21:2380 --initial-advertise-peer-urls http://10.180.1.21:2380 --advertise-client-urls http://10.180.1.21:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.180.1.21:2379 --debug' 2025-04-16 12:17:09.156 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 12:17:09.158 | + functions-common:write_user_unit_file:1521 : local user=root 2025-04-16 12:17:09.160 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 12:17:09.161 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 12:17:09.163 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 12:17:09.165 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@etcd.service 2025-04-16 12:17:09.167 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 12:17:09.170 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2025-04-16 12:17:09.216 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 12:17:09.264 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2025-04-16 12:17:09.305 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecStart '/opt/stack//bin/etcd --name devstack --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster devstack=http://10.180.1.21:2380 --initial-advertise-peer-urls http://10.180.1.21:2380 --advertise-client-urls http://10.180.1.21:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.180.1.21:2379 --debug' 2025-04-16 12:17:09.345 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2025-04-16 12:17:09.384 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2025-04-16 12:17:09.424 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 12:17:09.463 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 12:17:09.465 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 12:17:09.467 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2025-04-16 12:17:09.515 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 12:17:09.802 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2025-04-16 12:17:09.847 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2025-04-16 12:17:09.892 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2025-04-16 12:17:09.945 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2025-04-16 12:17:09.992 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2025-04-16 12:17:09.995 | ++ functions-common:is_arch:497 : uname -m 2025-04-16 12:17:09.998 | + functions-common:is_arch:497 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2025-04-16 12:17:10.000 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2025-04-16 12:17:10.251 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2025-04-16 12:17:10.261 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2025-04-16 12:17:10.508 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2025-04-16 12:17:11.178 | + stack.sh:main:1112 : is_service_enabled tls-proxy 2025-04-16 12:17:11.192 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:17:11.194 | + stack.sh:main:1117 : write_clouds_yaml 2025-04-16 12:17:11.196 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2025-04-16 12:17:11.198 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2025-04-16 12:17:11.201 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2025-04-16 12:17:11.211 | + functions-common:write_clouds_yaml:82 : sudo chown -R stack /etc/openstack 2025-04-16 12:17:11.220 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2025-04-16 12:17:11.222 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-04-16 12:17:11.224 | + functions-common:write_clouds_yaml:89 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username demo --os-password nomoresecret --os-project-name demo 2025-04-16 12:17:11.274 | The user clouds.yaml file didn't exist. 2025-04-16 12:17:11.280 | + functions-common:write_clouds_yaml:100 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-admin --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username admin --os-password nomoresecret --os-project-name admin 2025-04-16 12:17:11.336 | + functions-common:write_clouds_yaml:111 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-admin-demo --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username admin --os-password nomoresecret --os-project-name demo 2025-04-16 12:17:11.395 | + functions-common:write_clouds_yaml:122 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username alt_demo --os-password nomoresecret --os-project-name alt_demo 2025-04-16 12:17:11.454 | + functions-common:write_clouds_yaml:133 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt-member --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username alt_demo_member --os-password nomoresecret --os-project-name alt_demo 2025-04-16 12:17:11.517 | + functions-common:write_clouds_yaml:144 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt-reader --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username alt_demo_reader --os-password nomoresecret --os-project-name alt_demo 2025-04-16 12:17:11.581 | + functions-common:write_clouds_yaml:155 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-reader --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username demo_reader --os-password nomoresecret --os-project-name demo 2025-04-16 12:17:11.647 | + functions-common:write_clouds_yaml:166 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-admin --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username admin --os-password nomoresecret --os-system-scope all 2025-04-16 12:17:11.714 | + functions-common:write_clouds_yaml:177 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-member --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username system_member --os-password nomoresecret --os-system-scope all 2025-04-16 12:17:11.782 | + functions-common:write_clouds_yaml:188 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-reader --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username system_reader --os-password nomoresecret --os-system-scope all 2025-04-16 12:17:11.854 | + functions-common:write_clouds_yaml:198 : cat 2025-04-16 12:17:11.858 | ++ functions-common:write_clouds_yaml:204 : eval echo '~stack' 2025-04-16 12:17:11.861 | +++ functions-common:write_clouds_yaml:204 : echo /opt/stack 2025-04-16 12:17:11.863 | + functions-common:write_clouds_yaml:204 : rm -f /opt/stack/.config/openstack/clouds.yaml 2025-04-16 12:17:11.866 | + stack.sh:main:1118 : export OS_CLOUD=devstack-admin 2025-04-16 12:17:11.869 | + stack.sh:main:1118 : OS_CLOUD=devstack-admin 2025-04-16 12:17:11.871 | + stack.sh:main:1120 : is_service_enabled keystone 2025-04-16 12:17:11.884 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:17:11.886 | + stack.sh:main:1121 : echo_summary 'Starting Keystone' 2025-04-16 12:17:11.888 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 12:17:11.890 | + stack.sh:echo_summary:461 : echo -e Starting Keystone 2025-04-16 12:17:11.892 | + stack.sh:main:1123 : '[' 10.180.1.21 == 10.180.1.21 ']' 2025-04-16 12:17:11.894 | + stack.sh:main:1124 : init_keystone 2025-04-16 12:17:11.896 | + lib/keystone:init_keystone:478 : is_service_enabled ldap 2025-04-16 12:17:11.908 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:17:11.910 | + lib/keystone:init_keystone:482 : [[ True == True ]] 2025-04-16 12:17:11.912 | + lib/keystone:init_keystone:484 : recreate_database keystone 2025-04-16 12:17:11.914 | + lib/database:recreate_database:112 : local db=keystone 2025-04-16 12:17:11.916 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2025-04-16 12:17:11.918 | + lib/databases/mysql:recreate_database_mysql:60 : local db=keystone 2025-04-16 12:17:11.920 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2025-04-16 12:17:11.929 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2025-04-16 12:17:11.937 | + lib/keystone:init_keystone:487 : time_start dbsync 2025-04-16 12:17:11.939 | + functions-common:time_start:2386 : local name=dbsync 2025-04-16 12:17:11.941 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:17:11.943 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:17:11.946 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:17:11.949 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805831947 2025-04-16 12:17:11.951 | + lib/keystone:init_keystone:489 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2025-04-16 12:17:12.195 | ++ inc/async:async_inner:64 : rc=0 2025-04-16 12:17:12.213 | [34184 Async install_tempest:34184]: finished successfully 2025-04-16 12:17:13.584 | INFO dbcounter [-] Registered counter for database keystone 2025-04-16 12:17:13.592 | 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=36956) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 12:17:13.596 | DEBUG dbcounter [-] [36956] Writer thread running {{(pid=36956) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 12:17:13.600 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 12:17:13.600 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 12:17:13.645 | INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version. 2025-04-16 12:17:14.327 | DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=36956) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 12:17:14.328 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. 2025-04-16 12:17:14.328 | DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to e25ffa003242 {{(pid=36956) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 12:17:14.330 | INFO alembic.runtime.migration [-] Running upgrade e25ffa003242 -> 99de3849d860, Fix incorrect constraints. 2025-04-16 12:17:14.348 | DEBUG alembic.runtime.migration [-] update e25ffa003242 to 99de3849d860 {{(pid=36956) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 12:17:14.349 | INFO alembic.runtime.migration [-] Running upgrade 99de3849d860 -> c88cdce8f248, Remove duplicate constraints. 2025-04-16 12:17:14.358 | DEBUG alembic.runtime.migration [-] update 99de3849d860 to c88cdce8f248 {{(pid=36956) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 12:17:14.360 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. 2025-04-16 12:17:14.360 | DEBUG alembic.runtime.migration [-] new branch insert 29e87d24a316 {{(pid=36956) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 12:17:14.360 | INFO alembic.runtime.migration [-] Running upgrade 29e87d24a316 -> b4f8b3f584e0, Fix incorrect constraints. 2025-04-16 12:17:14.372 | DEBUG alembic.runtime.migration [-] update 29e87d24a316 to b4f8b3f584e0 {{(pid=36956) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 12:17:14.373 | INFO alembic.runtime.migration [-] Running upgrade b4f8b3f584e0 -> 11c3b243b4cb, Remove service_provider.relay_state_prefix server default. 2025-04-16 12:17:14.379 | DEBUG alembic.runtime.migration [-] update b4f8b3f584e0 to 11c3b243b4cb {{(pid=36956) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 12:17:14.614 | + lib/keystone:init_keystone:490 : time_stop dbsync 2025-04-16 12:17:14.616 | + functions-common:time_stop:2400 : local name 2025-04-16 12:17:14.618 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:17:14.620 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:17:14.622 | + functions-common:time_stop:2403 : local total 2025-04-16 12:17:14.624 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:17:14.626 | + functions-common:time_stop:2406 : name=dbsync 2025-04-16 12:17:14.628 | + functions-common:time_stop:2407 : start_time=1744805831947 2025-04-16 12:17:14.630 | + functions-common:time_stop:2409 : [[ -z 1744805831947 ]] 2025-04-16 12:17:14.632 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:17:14.636 | + functions-common:time_stop:2412 : end_time=1744805834633 2025-04-16 12:17:14.637 | + functions-common:time_stop:2413 : elapsed_time=2686 2025-04-16 12:17:14.640 | + functions-common:time_stop:2414 : total=0 2025-04-16 12:17:14.642 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:17:14.643 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2686 2025-04-16 12:17:14.645 | + lib/keystone:init_keystone:492 : [[ fernet == \f\e\r\n\e\t ]] 2025-04-16 12:17:14.647 | + lib/keystone:init_keystone:493 : rm -rf /etc/keystone/fernet-keys/ 2025-04-16 12:17:14.650 | + lib/keystone:init_keystone:494 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2025-04-16 12:17:16.116 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2025-04-16 12:17:16.116 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2025-04-16 12:17:16.116 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2025-04-16 12:17:16.116 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2025-04-16 12:17:16.117 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2025-04-16 12:17:16.117 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2025-04-16 12:17:16.117 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2025-04-16 12:17:16.117 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2025-04-16 12:17:16.117 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2025-04-16 12:17:16.326 | + lib/keystone:init_keystone:496 : rm -rf /etc/keystone/credential-keys/ 2025-04-16 12:17:16.329 | + lib/keystone:init_keystone:497 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2025-04-16 12:17:17.801 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2025-04-16 12:17:17.802 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2025-04-16 12:17:17.803 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2025-04-16 12:17:17.803 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2025-04-16 12:17:17.803 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2025-04-16 12:17:17.803 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2025-04-16 12:17:17.803 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2025-04-16 12:17:17.803 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2025-04-16 12:17:17.803 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2025-04-16 12:17:18.013 | + stack.sh:main:1125 : start_keystone 2025-04-16 12:17:18.015 | + lib/keystone:start_keystone:555 : local service_port=5000 2025-04-16 12:17:18.018 | + lib/keystone:start_keystone:556 : local auth_protocol=http 2025-04-16 12:17:18.020 | + lib/keystone:start_keystone:557 : is_service_enabled tls-proxy 2025-04-16 12:17:18.032 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:17:18.034 | + lib/keystone:start_keystone:562 : '[' uwsgi == mod_wsgi ']' 2025-04-16 12:17:18.037 | ++ lib/keystone:start_keystone:566 : which uwsgi 2025-04-16 12:17:18.040 | + lib/keystone:start_keystone:566 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2025-04-16 12:17:18.042 | + functions-common:run_process:1654 : local service=keystone 2025-04-16 12:17:18.044 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-16 12:17:18.046 | + functions-common:run_process:1656 : local group= 2025-04-16 12:17:18.048 | + functions-common:run_process:1657 : local user= 2025-04-16 12:17:18.050 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 12:17:18.052 | + functions-common:run_process:1660 : local name=keystone 2025-04-16 12:17:18.053 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 12:17:18.055 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 12:17:18.057 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:17:18.059 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:17:18.062 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:17:18.064 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805838062 2025-04-16 12:17:18.066 | + functions-common:run_process:1663 : is_service_enabled keystone 2025-04-16 12:17:18.078 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:17:18.080 | + functions-common:run_process:1664 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' '' 2025-04-16 12:17:18.082 | + functions-common:_run_under_systemd:1611 : local service=keystone 2025-04-16 12:17:18.084 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-16 12:17:18.086 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-16 12:17:18.088 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-16 12:17:18.090 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-16 12:17:18.092 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2025-04-16 12:17:18.094 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2025-04-16 12:17:18.095 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@keystone.service 2025-04-16 12:17:18.097 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 12:17:18.099 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 12:17:18.101 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 12:17:18.103 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 12:17:18.105 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2025-04-16 12:17:18.107 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-16 12:17:18.109 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini --venv /opt/stack/data/venv' 2025-04-16 12:17:18.111 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@keystone.service '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini --venv /opt/stack/data/venv' '' stack '' 2025-04-16 12:17:18.112 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@keystone.service 2025-04-16 12:17:18.114 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini --venv /opt/stack/data/venv' 2025-04-16 12:17:18.116 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-16 12:17:18.117 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-16 12:17:18.119 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-16 12:17:18.121 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@keystone.service 2025-04-16 12:17:18.123 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-16 12:17:18.126 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2025-04-16 12:17:18.173 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 12:17:18.218 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2025-04-16 12:17:18.257 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User stack 2025-04-16 12:17:18.298 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecStart '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini --venv /opt/stack/data/venv' 2025-04-16 12:17:18.337 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 12:17:18.378 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2025-04-16 12:17:18.417 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2025-04-16 12:17:18.456 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2025-04-16 12:17:18.496 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2025-04-16 12:17:18.537 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2025-04-16 12:17:18.577 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-16 12:17:18.579 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-16 12:17:18.580 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2025-04-16 12:17:18.628 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-16 12:17:18.870 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@keystone.service 2025-04-16 12:17:18.879 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2025-04-16 12:17:19.112 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@keystone.service 2025-04-16 12:17:19.174 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 12:17:19.177 | + functions-common:time_stop:2400 : local name 2025-04-16 12:17:19.179 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:17:19.181 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:17:19.183 | + functions-common:time_stop:2403 : local total 2025-04-16 12:17:19.185 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:17:19.186 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 12:17:19.188 | + functions-common:time_stop:2407 : start_time=1744805838062 2025-04-16 12:17:19.190 | + functions-common:time_stop:2409 : [[ -z 1744805838062 ]] 2025-04-16 12:17:19.193 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:17:19.196 | + functions-common:time_stop:2412 : end_time=1744805839194 2025-04-16 12:17:19.198 | + functions-common:time_stop:2413 : elapsed_time=1132 2025-04-16 12:17:19.199 | + functions-common:time_stop:2414 : total=113 2025-04-16 12:17:19.202 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:17:19.203 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1245 2025-04-16 12:17:19.206 | + lib/keystone:start_keystone:569 : echo 'Waiting for keystone to start...' 2025-04-16 12:17:19.206 | Waiting for keystone to start... 2025-04-16 12:17:19.208 | + lib/keystone:start_keystone:575 : local service_uri=http://10.180.1.21/identity/v3/ 2025-04-16 12:17:19.210 | + lib/keystone:start_keystone:577 : wait_for_service 60 http://10.180.1.21/identity/v3/ 2025-04-16 12:17:19.212 | + functions:wait_for_service:468 : local timeout=60 2025-04-16 12:17:19.214 | + functions:wait_for_service:469 : local url=http://10.180.1.21/identity/v3/ 2025-04-16 12:17:19.216 | + functions:wait_for_service:470 : local rval=0 2025-04-16 12:17:19.217 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-16 12:17:19.219 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-16 12:17:19.221 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:17:19.223 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:17:19.226 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:17:19.229 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805839227 2025-04-16 12:17:19.231 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-16 12:17:19.234 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/identity/v3/ 2025-04-16 12:17:21.489 | + :: : [[ 200 == 503 ]] 2025-04-16 12:17:21.490 | + :: : [[ 0 -eq 7 ]] 2025-04-16 12:17:21.492 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-16 12:17:21.494 | + functions-common:time_stop:2400 : local name 2025-04-16 12:17:21.496 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:17:21.498 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:17:21.500 | + functions-common:time_stop:2403 : local total 2025-04-16 12:17:21.502 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:17:21.504 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-16 12:17:21.506 | + functions-common:time_stop:2407 : start_time=1744805839227 2025-04-16 12:17:21.508 | + functions-common:time_stop:2409 : [[ -z 1744805839227 ]] 2025-04-16 12:17:21.510 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:17:21.513 | + functions-common:time_stop:2412 : end_time=1744805841511 2025-04-16 12:17:21.515 | + functions-common:time_stop:2413 : elapsed_time=2284 2025-04-16 12:17:21.517 | + functions-common:time_stop:2414 : total=0 2025-04-16 12:17:21.519 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:17:21.521 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2284 2025-04-16 12:17:21.523 | + functions:wait_for_service:478 : return 0 2025-04-16 12:17:21.524 | + lib/keystone:start_keystone:582 : is_service_enabled tls-proxy 2025-04-16 12:17:21.537 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:17:21.539 | + lib/keystone:start_keystone:587 : restart_service memcached 2025-04-16 12:17:21.541 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 12:17:21.543 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart memcached 2025-04-16 12:17:22.306 | + stack.sh:main:1126 : bootstrap_keystone 2025-04-16 12:17:22.308 | + lib/keystone:bootstrap_keystone:607 : /opt/stack/data/venv/bin/keystone-manage bootstrap --bootstrap-username admin --bootstrap-password nomoresecret --bootstrap-project-name admin --bootstrap-role-name admin --bootstrap-service-name keystone --bootstrap-region-id RegionOne --bootstrap-public-url http://10.180.1.21/identity 2025-04-16 12:17:23.836 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=37752) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 12:17:23.836 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=37752) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 12:17:23.836 | 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=37752) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 12:17:23.840 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=37752) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 12:17:23.851 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=37752) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 12:17:23.851 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=37752) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 12:17:23.865 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=37752) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 12:17:23.880 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=37752) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 12:17:23.880 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=37752) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 12:17:23.921 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=37752) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 12:17:23.921 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=37752) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 12:17:23.921 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=37752) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 12:17:23.922 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=37752) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 12:17:23.922 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=37752) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 12:17:23.922 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=37752) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 12:17:23.928 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=37752) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 12:17:23.928 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=37752) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 12:17:23.928 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=37752) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 12:17:23.928 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=37752) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 12:17:23.928 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=37752) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 12:17:23.929 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=37752) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 12:17:23.929 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=37752) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 12:17:23.932 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=37752) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 12:17:23.933 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=37752) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 12:17:23.934 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=37752) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 12:17:23.934 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=37752) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 12:17:23.934 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=37752) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 12:17:23.934 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=37752) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 12:17:23.934 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=37752) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 12:17:23.934 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=37752) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 12:17:23.960 | INFO dbcounter [-] Registered counter for database keystone 2025-04-16 12:17:23.969 | 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=37752) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 12:17:23.972 | DEBUG dbcounter [-] [37752] Writer thread running {{(pid=37752) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 12:17:24.135 | INFO keystone.cmd.bootstrap [None req-7af2fc29-478f-4c5e-9288-55658dd3b3f8 None None] Created domain default 2025-04-16 12:17:24.157 | INFO keystone.cmd.bootstrap [None req-7af2fc29-478f-4c5e-9288-55658dd3b3f8 None None] Created project admin 2025-04-16 12:17:24.173 | WARNING keystone.common.password_hashing [None req-7af2fc29-478f-4c5e-9288-55658dd3b3f8 None None] Truncating password to algorithm specific maximum length 72 characters.: keystone.exception.UserNotFound: Could not find user: admin. 2025-04-16 12:17:24.174 | DEBUG passlib.handlers.bcrypt [None req-7af2fc29-478f-4c5e-9288-55658dd3b3f8 None None] detected 'bcrypt' backend, version '4.0.1' {{(pid=37752) _load_backend_mixin /opt/stack/data/venv/lib/python3.10/site-packages/passlib/handlers/bcrypt.py:625}} 2025-04-16 12:17:24.174 | DEBUG passlib.handlers.bcrypt [None req-7af2fc29-478f-4c5e-9288-55658dd3b3f8 None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=37752) _finalize_backend_mixin /opt/stack/data/venv/lib/python3.10/site-packages/passlib/handlers/bcrypt.py:406}} 2025-04-16 12:17:24.210 | INFO keystone.cmd.bootstrap [None req-7af2fc29-478f-4c5e-9288-55658dd3b3f8 None None] Created user admin 2025-04-16 12:17:24.226 | INFO keystone.cmd.bootstrap [None req-7af2fc29-478f-4c5e-9288-55658dd3b3f8 None None] Created role reader 2025-04-16 12:17:24.231 | INFO keystone.cmd.bootstrap [None req-7af2fc29-478f-4c5e-9288-55658dd3b3f8 None None] Created role member 2025-04-16 12:17:24.242 | INFO keystone.cmd.bootstrap [None req-7af2fc29-478f-4c5e-9288-55658dd3b3f8 None None] Created implied role where af283a3d12b540e89f0295d266562497 implies e8d54b0c8976415f98881aeb145ea105 2025-04-16 12:17:24.247 | INFO keystone.cmd.bootstrap [None req-7af2fc29-478f-4c5e-9288-55658dd3b3f8 None None] Created role manager 2025-04-16 12:17:24.254 | INFO keystone.cmd.bootstrap [None req-7af2fc29-478f-4c5e-9288-55658dd3b3f8 None None] Created implied role where 3420d4a734ea46a3a64176c4cb155168 implies af283a3d12b540e89f0295d266562497 2025-04-16 12:17:24.259 | INFO keystone.cmd.bootstrap [None req-7af2fc29-478f-4c5e-9288-55658dd3b3f8 None None] Created role admin 2025-04-16 12:17:24.267 | INFO keystone.cmd.bootstrap [None req-7af2fc29-478f-4c5e-9288-55658dd3b3f8 None None] Created implied role where b486c8e428744022b05d02e67bf477fb implies 3420d4a734ea46a3a64176c4cb155168 2025-04-16 12:17:24.274 | INFO keystone.cmd.bootstrap [None req-7af2fc29-478f-4c5e-9288-55658dd3b3f8 None None] Created role service 2025-04-16 12:17:24.280 | INFO keystone.cmd.bootstrap [None req-7af2fc29-478f-4c5e-9288-55658dd3b3f8 None None] Granted role admin on project admin to user admin. 2025-04-16 12:17:24.283 | INFO keystone.cmd.bootstrap [None req-7af2fc29-478f-4c5e-9288-55658dd3b3f8 None None] Granted role admin on the system to user admin. 2025-04-16 12:17:24.289 | WARNING py.warnings [None req-7af2fc29-478f-4c5e-9288-55658dd3b3f8 None None] /opt/stack/data/venv/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: RegionOne. To ensure interoperability, identifiers should be a valid uuid. 2025-04-16 12:17:24.289 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2025-04-16 12:17:24.289 |  2025-04-16 12:17:24.290 | INFO keystone.cmd.bootstrap [None req-7af2fc29-478f-4c5e-9288-55658dd3b3f8 None None] Created region RegionOne 2025-04-16 12:17:24.307 | INFO keystone.cmd.bootstrap [None req-7af2fc29-478f-4c5e-9288-55658dd3b3f8 None None] Created public endpoint http://10.180.1.21/identity 2025-04-16 12:17:24.622 | + lib/keystone:bootstrap_keystone:615 : '[' False == True ']' 2025-04-16 12:17:24.624 | + stack.sh:main:1129 : create_keystone_accounts 2025-04-16 12:17:24.627 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2025-04-16 12:17:24.630 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2025-04-16 12:17:26.118 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:17:26.121 | + lib/keystone:create_keystone_accounts:315 : admin_project=34fc8bdd38bd4d2781a21b19049364a0 2025-04-16 12:17:26.123 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2025-04-16 12:17:26.128 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2025-04-16 12:17:27.298 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:17:27.300 | + lib/keystone:create_keystone_accounts:317 : admin_user=2f2109bdecbc4b9e8b2d4eb51f196642 2025-04-16 12:17:27.302 | + lib/keystone:create_keystone_accounts:319 : local admin_role=admin 2025-04-16 12:17:27.304 | + lib/keystone:create_keystone_accounts:320 : local member_role=member 2025-04-16 12:17:27.306 | + lib/keystone:create_keystone_accounts:321 : local reader_role=reader 2025-04-16 12:17:27.308 | + lib/keystone:create_keystone_accounts:323 : async_run ks-domain-role get_or_add_user_domain_role admin 2f2109bdecbc4b9e8b2d4eb51f196642 default 2025-04-16 12:17:27.354 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin 2f2109bdecbc4b9e8b2d4eb51f196642 default 2025-04-16 12:17:27.381 | [3523 Async ks-domain-role:37875]: running: get_or_add_user_domain_role admin 2f2109bdecbc4b9e8b2d4eb51f196642 default 2025-04-16 12:17:27.383 | + lib/keystone:create_keystone_accounts:326 : get_or_create_domain Default 2025-04-16 12:17:27.385 | + functions-common:get_or_create_domain:855 : local domain_id 2025-04-16 12:17:27.387 | ++ functions-common:get_or_create_domain:861 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2025-04-16 12:17:28.749 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:17:28.752 | + functions-common:get_or_create_domain:860 : domain_id=default 2025-04-16 12:17:28.754 | + functions-common:get_or_create_domain:861 : echo default 2025-04-16 12:17:28.754 | default 2025-04-16 12:17:28.756 | + lib/keystone:create_keystone_accounts:327 : async_run ks-project get_or_create_project service Default 2025-04-16 12:17:28.802 | + inc/async:async_inner:63 : get_or_create_project service Default 2025-04-16 12:17:28.831 | [3523 Async ks-project:37985]: running: get_or_create_project service Default 2025-04-16 12:17:28.833 | + lib/keystone:create_keystone_accounts:330 : async_run ks-service get_or_create_role service 2025-04-16 12:17:28.880 | + inc/async:async_inner:63 : get_or_create_role service 2025-04-16 12:17:28.909 | [3523 Async ks-service:38097]: running: get_or_create_role service 2025-04-16 12:17:28.911 | + lib/keystone:create_keystone_accounts:336 : async_run ks-reseller get_or_create_role ResellerAdmin 2025-04-16 12:17:28.956 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2025-04-16 12:17:28.985 | [3523 Async ks-reseller:38193]: running: get_or_create_role ResellerAdmin 2025-04-16 12:17:28.987 | + lib/keystone:create_keystone_accounts:340 : local another_role=anotherrole 2025-04-16 12:17:28.989 | + lib/keystone:create_keystone_accounts:341 : async_run ks-anotherrole get_or_create_role anotherrole 2025-04-16 12:17:29.036 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2025-04-16 12:17:29.067 | [3523 Async ks-anotherrole:38290]: running: get_or_create_role anotherrole 2025-04-16 12:17:29.069 | + lib/keystone:create_keystone_accounts:344 : local invis_project 2025-04-16 12:17:29.072 | ++ lib/keystone:create_keystone_accounts:345 : get_or_create_project invisible_to_admin default 2025-04-16 12:17:29.074 | ++ functions-common:get_or_create_project:905 : local project_id 2025-04-16 12:17:29.076 | +++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create invisible_to_admin --domain=default --or-show -f value -c id 2025-04-16 12:17:30.274 | + inc/async:async_inner:64 : rc=0 2025-04-16 12:17:30.293 | [38193 Async ks-reseller:38193]: finished successfully 2025-04-16 12:17:30.368 | + inc/async:async_inner:64 : rc=0 2025-04-16 12:17:30.387 | [37985 Async ks-project:37985]: finished successfully 2025-04-16 12:17:30.438 | + inc/async:async_inner:64 : rc=0 2025-04-16 12:17:30.458 | [38290 Async ks-anotherrole:38290]: finished successfully 2025-04-16 12:17:30.488 | + inc/async:async_inner:64 : rc=0 2025-04-16 12:17:30.506 | [38097 Async ks-service:38097]: finished successfully 2025-04-16 12:17:30.575 | + inc/async:async_inner:64 : rc=0 2025-04-16 12:17:30.593 | [37875 Async ks-domain-role:37875]: finished successfully 2025-04-16 12:17:30.614 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:17:30.616 | ++ functions-common:get_or_create_project:911 : project_id=6dd46a16676c4d2ba6f76ad07bf22781 2025-04-16 12:17:30.618 | ++ functions-common:get_or_create_project:912 : echo 6dd46a16676c4d2ba6f76ad07bf22781 2025-04-16 12:17:30.621 | + lib/keystone:create_keystone_accounts:345 : invis_project=6dd46a16676c4d2ba6f76ad07bf22781 2025-04-16 12:17:30.622 | + lib/keystone:create_keystone_accounts:348 : local demo_project 2025-04-16 12:17:30.625 | ++ lib/keystone:create_keystone_accounts:349 : get_or_create_project demo default 2025-04-16 12:17:30.627 | ++ functions-common:get_or_create_project:905 : local project_id 2025-04-16 12:17:30.630 | +++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create demo --domain=default --or-show -f value -c id 2025-04-16 12:17:31.935 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:17:31.938 | ++ functions-common:get_or_create_project:911 : project_id=74eaf13088b44f16af74a1227dd8eb6a 2025-04-16 12:17:31.940 | ++ functions-common:get_or_create_project:912 : echo 74eaf13088b44f16af74a1227dd8eb6a 2025-04-16 12:17:31.942 | + lib/keystone:create_keystone_accounts:349 : demo_project=74eaf13088b44f16af74a1227dd8eb6a 2025-04-16 12:17:31.944 | + lib/keystone:create_keystone_accounts:350 : local demo_user 2025-04-16 12:17:31.946 | ++ lib/keystone:create_keystone_accounts:352 : get_or_create_user demo nomoresecret default demo@example.com 2025-04-16 12:17:31.948 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 12:17:31.950 | ++ functions-common:get_or_create_user:883 : [[ ! -z demo@example.com ]] 2025-04-16 12:17:31.952 | ++ functions-common:get_or_create_user:884 : local email=--email=demo@example.com 2025-04-16 12:17:31.955 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create demo --password nomoresecret --domain=default --email=demo@example.com --or-show -f value -c id 2025-04-16 12:17:33.212 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:17:33.215 | ++ functions-common:get_or_create_user:898 : user_id=d489d29ec8914903927dbeb8038782ae 2025-04-16 12:17:33.217 | ++ functions-common:get_or_create_user:899 : echo d489d29ec8914903927dbeb8038782ae 2025-04-16 12:17:33.220 | + lib/keystone:create_keystone_accounts:352 : demo_user=d489d29ec8914903927dbeb8038782ae 2025-04-16 12:17:33.221 | + lib/keystone:create_keystone_accounts:354 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2025-04-16 12:17:33.257 | [3523 Async ks-domain-role:37875]: Waiting for completion of get_or_add_user_domain_role admin 2f2109bdecbc4b9e8b2d4eb51f196642 default running on PID 37875 (6 other jobs running) 2025-04-16 12:17:33.274 | [3523 Async ks-domain-role:37875]: Signaling child to exit 2025-04-16 12:17:33.274 | WAKEUP 2025-04-16 12:17:33.290 | [3523 Async ks-domain-role:37875]: Signaled 2025-04-16 12:17:33.291 | + functions-common:get_or_add_user_domain_role:969 : local user_role_id 2025-04-16 12:17:33.292 | + functions-common:get_or_add_user_domain_role:973 : openstack --os-cloud devstack-system-admin role add admin --user 2f2109bdecbc4b9e8b2d4eb51f196642 --domain default 2025-04-16 12:17:33.292 | ++ functions-common:get_or_add_user_domain_role:980 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 2f2109bdecbc4b9e8b2d4eb51f196642 --domain default -c Role -f value 2025-04-16 12:17:33.292 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:17:33.292 | + functions-common:get_or_add_user_domain_role:980 : user_role_id=b486c8e428744022b05d02e67bf477fb 2025-04-16 12:17:33.292 | + functions-common:get_or_add_user_domain_role:982 : echo b486c8e428744022b05d02e67bf477fb 2025-04-16 12:17:33.292 | b486c8e428744022b05d02e67bf477fb 2025-04-16 12:17:33.322 | [3523 Async ks-domain-role:37875]: finished get_or_add_user_domain_role admin 2f2109bdecbc4b9e8b2d4eb51f196642 default with result 0 in 3 seconds 2025-04-16 12:17:33.327 | Not waiting for async task ks-domain that we never started or has already been waited for 2025-04-16 12:17:33.351 | [3523 Async ks-project:37985]: Waiting for completion of get_or_create_project service Default running on PID 37985 (5 other jobs running) 2025-04-16 12:17:33.367 | [3523 Async ks-project:37985]: Signaling child to exit 2025-04-16 12:17:33.368 | WAKEUP 2025-04-16 12:17:33.382 | [3523 Async ks-project:37985]: Signaled 2025-04-16 12:17:33.383 | + functions-common:get_or_create_project:905 : local project_id 2025-04-16 12:17:33.383 | ++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create service --domain=Default --or-show -f value -c id 2025-04-16 12:17:33.383 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:17:33.383 | + functions-common:get_or_create_project:911 : project_id=f9342e81fd6e44528bd2420c38172d9d 2025-04-16 12:17:33.383 | + functions-common:get_or_create_project:912 : echo f9342e81fd6e44528bd2420c38172d9d 2025-04-16 12:17:33.383 | f9342e81fd6e44528bd2420c38172d9d 2025-04-16 12:17:33.412 | [3523 Async ks-project:37985]: finished get_or_create_project service Default with result 0 in 1 seconds 2025-04-16 12:17:33.437 | [3523 Async ks-service:38097]: Waiting for completion of get_or_create_role service running on PID 38097 (4 other jobs running) 2025-04-16 12:17:33.453 | [3523 Async ks-service:38097]: Signaling child to exit 2025-04-16 12:17:33.454 | WAKEUP 2025-04-16 12:17:33.468 | [3523 Async ks-service:38097]: Signaled 2025-04-16 12:17:33.469 | + functions-common:get_or_create_role:918 : local role_id 2025-04-16 12:17:33.469 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2025-04-16 12:17:33.469 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:17:33.469 | + functions-common:get_or_create_role:923 : role_id=05968de121c847d9bd1b0e47f328e0ca 2025-04-16 12:17:33.469 | + functions-common:get_or_create_role:924 : echo 05968de121c847d9bd1b0e47f328e0ca 2025-04-16 12:17:33.469 | 05968de121c847d9bd1b0e47f328e0ca 2025-04-16 12:17:33.499 | [3523 Async ks-service:38097]: finished get_or_create_role service with result 0 in 1 seconds 2025-04-16 12:17:33.523 | [3523 Async ks-reseller:38193]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 38193 (3 other jobs running) 2025-04-16 12:17:33.540 | [3523 Async ks-reseller:38193]: Signaling child to exit 2025-04-16 12:17:33.540 | WAKEUP 2025-04-16 12:17:33.555 | [3523 Async ks-reseller:38193]: Signaled 2025-04-16 12:17:33.556 | + functions-common:get_or_create_role:918 : local role_id 2025-04-16 12:17:33.556 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2025-04-16 12:17:33.556 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:17:33.556 | + functions-common:get_or_create_role:923 : role_id=150748be74994a9a8dcfb57d6072072a 2025-04-16 12:17:33.556 | + functions-common:get_or_create_role:924 : echo 150748be74994a9a8dcfb57d6072072a 2025-04-16 12:17:33.556 | 150748be74994a9a8dcfb57d6072072a 2025-04-16 12:17:33.585 | [3523 Async ks-reseller:38193]: finished get_or_create_role ResellerAdmin with result 0 in 1 seconds 2025-04-16 12:17:33.610 | [3523 Async ks-anotherrole:38290]: Waiting for completion of get_or_create_role anotherrole running on PID 38290 (2 other jobs running) 2025-04-16 12:17:33.627 | [3523 Async ks-anotherrole:38290]: Signaling child to exit 2025-04-16 12:17:33.627 | WAKEUP 2025-04-16 12:17:33.642 | [3523 Async ks-anotherrole:38290]: Signaled 2025-04-16 12:17:33.643 | + functions-common:get_or_create_role:918 : local role_id 2025-04-16 12:17:33.643 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2025-04-16 12:17:33.643 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:17:33.643 | + functions-common:get_or_create_role:923 : role_id=9d958901951e4eb2bc1849a3f1ad7708 2025-04-16 12:17:33.643 | + functions-common:get_or_create_role:924 : echo 9d958901951e4eb2bc1849a3f1ad7708 2025-04-16 12:17:33.643 | 9d958901951e4eb2bc1849a3f1ad7708 2025-04-16 12:17:33.673 | [3523 Async ks-anotherrole:38290]: finished get_or_create_role anotherrole with result 0 in 1 seconds 2025-04-16 12:17:33.676 | + inc/async:async_wait:197 : return 0 2025-04-16 12:17:33.678 | + lib/keystone:create_keystone_accounts:356 : async_run ks-demo-member get_or_add_user_project_role member d489d29ec8914903927dbeb8038782ae 74eaf13088b44f16af74a1227dd8eb6a 2025-04-16 12:17:33.724 | + inc/async:async_inner:63 : get_or_add_user_project_role member d489d29ec8914903927dbeb8038782ae 74eaf13088b44f16af74a1227dd8eb6a 2025-04-16 12:17:33.753 | [3523 Async ks-demo-member:39132]: running: get_or_add_user_project_role member d489d29ec8914903927dbeb8038782ae 74eaf13088b44f16af74a1227dd8eb6a 2025-04-16 12:17:33.755 | + lib/keystone:create_keystone_accounts:358 : async_run ks-demo-admin get_or_add_user_project_role admin 2f2109bdecbc4b9e8b2d4eb51f196642 74eaf13088b44f16af74a1227dd8eb6a 2025-04-16 12:17:33.801 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 2f2109bdecbc4b9e8b2d4eb51f196642 74eaf13088b44f16af74a1227dd8eb6a 2025-04-16 12:17:33.831 | [3523 Async ks-demo-admin:39228]: running: get_or_add_user_project_role admin 2f2109bdecbc4b9e8b2d4eb51f196642 74eaf13088b44f16af74a1227dd8eb6a 2025-04-16 12:17:33.833 | + lib/keystone:create_keystone_accounts:359 : async_run ks-demo-another get_or_add_user_project_role anotherrole d489d29ec8914903927dbeb8038782ae 74eaf13088b44f16af74a1227dd8eb6a 2025-04-16 12:17:33.883 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole d489d29ec8914903927dbeb8038782ae 74eaf13088b44f16af74a1227dd8eb6a 2025-04-16 12:17:33.911 | [3523 Async ks-demo-another:39325]: running: get_or_add_user_project_role anotherrole d489d29ec8914903927dbeb8038782ae 74eaf13088b44f16af74a1227dd8eb6a 2025-04-16 12:17:33.913 | + lib/keystone:create_keystone_accounts:360 : async_run ks-demo-invis get_or_add_user_project_role member d489d29ec8914903927dbeb8038782ae 6dd46a16676c4d2ba6f76ad07bf22781 2025-04-16 12:17:33.960 | + inc/async:async_inner:63 : get_or_add_user_project_role member d489d29ec8914903927dbeb8038782ae 6dd46a16676c4d2ba6f76ad07bf22781 2025-04-16 12:17:33.989 | [3523 Async ks-demo-invis:39422]: running: get_or_add_user_project_role member d489d29ec8914903927dbeb8038782ae 6dd46a16676c4d2ba6f76ad07bf22781 2025-04-16 12:17:33.991 | + lib/keystone:create_keystone_accounts:363 : local demo_reader 2025-04-16 12:17:33.994 | ++ lib/keystone:create_keystone_accounts:365 : get_or_create_user demo_reader nomoresecret default demo_reader@example.com 2025-04-16 12:17:33.996 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 12:17:33.998 | ++ functions-common:get_or_create_user:883 : [[ ! -z demo_reader@example.com ]] 2025-04-16 12:17:34.000 | ++ functions-common:get_or_create_user:884 : local email=--email=demo_reader@example.com 2025-04-16 12:17:34.002 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create demo_reader --password nomoresecret --domain=default --email=demo_reader@example.com --or-show -f value -c id 2025-04-16 12:17:35.574 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:17:35.577 | ++ functions-common:get_or_create_user:898 : user_id=db672c7af72d4a408ca7949a482c9082 2025-04-16 12:17:35.578 | ++ functions-common:get_or_create_user:899 : echo db672c7af72d4a408ca7949a482c9082 2025-04-16 12:17:35.581 | + lib/keystone:create_keystone_accounts:365 : demo_reader=db672c7af72d4a408ca7949a482c9082 2025-04-16 12:17:35.583 | + lib/keystone:create_keystone_accounts:367 : async_run ks-demo-reader get_or_add_user_project_role reader db672c7af72d4a408ca7949a482c9082 74eaf13088b44f16af74a1227dd8eb6a 2025-04-16 12:17:35.638 | + inc/async:async_inner:63 : get_or_add_user_project_role reader db672c7af72d4a408ca7949a482c9082 74eaf13088b44f16af74a1227dd8eb6a 2025-04-16 12:17:35.674 | [3523 Async ks-demo-reader:39596]: running: get_or_add_user_project_role reader db672c7af72d4a408ca7949a482c9082 74eaf13088b44f16af74a1227dd8eb6a 2025-04-16 12:17:35.676 | + lib/keystone:create_keystone_accounts:370 : local alt_demo_project 2025-04-16 12:17:35.680 | ++ lib/keystone:create_keystone_accounts:371 : get_or_create_project alt_demo default 2025-04-16 12:17:35.682 | ++ functions-common:get_or_create_project:905 : local project_id 2025-04-16 12:17:35.684 | +++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create alt_demo --domain=default --or-show -f value -c id 2025-04-16 12:17:37.230 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:17:37.232 | ++ functions-common:get_or_create_project:911 : project_id=7612fde52dc545eeaf5426bd471d5ff1 2025-04-16 12:17:37.234 | ++ functions-common:get_or_create_project:912 : echo 7612fde52dc545eeaf5426bd471d5ff1 2025-04-16 12:17:37.237 | + lib/keystone:create_keystone_accounts:371 : alt_demo_project=7612fde52dc545eeaf5426bd471d5ff1 2025-04-16 12:17:37.239 | + lib/keystone:create_keystone_accounts:373 : local alt_demo_user 2025-04-16 12:17:37.242 | ++ lib/keystone:create_keystone_accounts:375 : get_or_create_user alt_demo nomoresecret default alt_demo@example.com 2025-04-16 12:17:37.244 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 12:17:37.246 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo@example.com ]] 2025-04-16 12:17:37.248 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo@example.com 2025-04-16 12:17:37.250 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create alt_demo --password nomoresecret --domain=default --email=alt_demo@example.com --or-show -f value -c id 2025-04-16 12:17:37.292 | + inc/async:async_inner:64 : rc=0 2025-04-16 12:17:37.311 | [39132 Async ks-demo-member:39132]: finished successfully 2025-04-16 12:17:37.777 | + inc/async:async_inner:64 : rc=0 2025-04-16 12:17:37.798 | [39228 Async ks-demo-admin:39228]: finished successfully 2025-04-16 12:17:37.900 | + inc/async:async_inner:64 : rc=0 2025-04-16 12:17:37.918 | + inc/async:async_inner:64 : rc=0 2025-04-16 12:17:37.919 | [39325 Async ks-demo-another:39325]: finished successfully 2025-04-16 12:17:37.936 | [39422 Async ks-demo-invis:39422]: finished successfully 2025-04-16 12:17:38.542 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:17:38.544 | ++ functions-common:get_or_create_user:898 : user_id=5c59a01298eb4d64bf528fe9c8b31eaa 2025-04-16 12:17:38.546 | ++ functions-common:get_or_create_user:899 : echo 5c59a01298eb4d64bf528fe9c8b31eaa 2025-04-16 12:17:38.548 | + lib/keystone:create_keystone_accounts:375 : alt_demo_user=5c59a01298eb4d64bf528fe9c8b31eaa 2025-04-16 12:17:38.551 | + lib/keystone:create_keystone_accounts:377 : async_run ks-alt-admin get_or_add_user_project_role admin 5c59a01298eb4d64bf528fe9c8b31eaa 7612fde52dc545eeaf5426bd471d5ff1 2025-04-16 12:17:38.599 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 5c59a01298eb4d64bf528fe9c8b31eaa 7612fde52dc545eeaf5426bd471d5ff1 2025-04-16 12:17:38.628 | [3523 Async ks-alt-admin:39985]: running: get_or_add_user_project_role admin 5c59a01298eb4d64bf528fe9c8b31eaa 7612fde52dc545eeaf5426bd471d5ff1 2025-04-16 12:17:38.630 | + lib/keystone:create_keystone_accounts:378 : async_run ks-alt-another get_or_add_user_project_role anotherrole 5c59a01298eb4d64bf528fe9c8b31eaa 7612fde52dc545eeaf5426bd471d5ff1 2025-04-16 12:17:38.676 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 5c59a01298eb4d64bf528fe9c8b31eaa 7612fde52dc545eeaf5426bd471d5ff1 2025-04-16 12:17:38.708 | [3523 Async ks-alt-another:40081]: running: get_or_add_user_project_role anotherrole 5c59a01298eb4d64bf528fe9c8b31eaa 7612fde52dc545eeaf5426bd471d5ff1 2025-04-16 12:17:38.710 | + lib/keystone:create_keystone_accounts:381 : local alt_demo_member 2025-04-16 12:17:38.712 | ++ lib/keystone:create_keystone_accounts:383 : get_or_create_user alt_demo_member nomoresecret default alt_demo_member@example.com 2025-04-16 12:17:38.714 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 12:17:38.716 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo_member@example.com ]] 2025-04-16 12:17:38.718 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo_member@example.com 2025-04-16 12:17:38.720 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create alt_demo_member --password nomoresecret --domain=default --email=alt_demo_member@example.com --or-show -f value -c id 2025-04-16 12:17:39.359 | + inc/async:async_inner:64 : rc=0 2025-04-16 12:17:39.378 | [39596 Async ks-demo-reader:39596]: finished successfully 2025-04-16 12:17:40.134 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:17:40.137 | ++ functions-common:get_or_create_user:898 : user_id=5b3f414d02bc405291f93e017c03ff4d 2025-04-16 12:17:40.139 | ++ functions-common:get_or_create_user:899 : echo 5b3f414d02bc405291f93e017c03ff4d 2025-04-16 12:17:40.142 | + lib/keystone:create_keystone_accounts:383 : alt_demo_member=5b3f414d02bc405291f93e017c03ff4d 2025-04-16 12:17:40.144 | + lib/keystone:create_keystone_accounts:384 : async_run ks-alt-member-user get_or_add_user_project_role member 5b3f414d02bc405291f93e017c03ff4d 7612fde52dc545eeaf5426bd471d5ff1 2025-04-16 12:17:40.193 | + inc/async:async_inner:63 : get_or_add_user_project_role member 5b3f414d02bc405291f93e017c03ff4d 7612fde52dc545eeaf5426bd471d5ff1 2025-04-16 12:17:40.226 | [3523 Async ks-alt-member-user:40276]: running: get_or_add_user_project_role member 5b3f414d02bc405291f93e017c03ff4d 7612fde52dc545eeaf5426bd471d5ff1 2025-04-16 12:17:40.229 | + lib/keystone:create_keystone_accounts:387 : local alt_demo_reader 2025-04-16 12:17:40.231 | ++ lib/keystone:create_keystone_accounts:389 : get_or_create_user alt_demo_reader nomoresecret default alt_demo_reader@example.com 2025-04-16 12:17:40.233 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 12:17:40.235 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo_reader@example.com ]] 2025-04-16 12:17:40.237 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo_reader@example.com 2025-04-16 12:17:40.239 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create alt_demo_reader --password nomoresecret --domain=default --email=alt_demo_reader@example.com --or-show -f value -c id 2025-04-16 12:17:41.590 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:17:41.593 | ++ functions-common:get_or_create_user:898 : user_id=b90478562d95461dbb27d398f6fb8ed4 2025-04-16 12:17:41.595 | ++ functions-common:get_or_create_user:899 : echo b90478562d95461dbb27d398f6fb8ed4 2025-04-16 12:17:41.598 | + lib/keystone:create_keystone_accounts:389 : alt_demo_reader=b90478562d95461dbb27d398f6fb8ed4 2025-04-16 12:17:41.600 | + lib/keystone:create_keystone_accounts:390 : async_run ks-alt-reader-user get_or_add_user_project_role reader b90478562d95461dbb27d398f6fb8ed4 7612fde52dc545eeaf5426bd471d5ff1 2025-04-16 12:17:41.650 | + inc/async:async_inner:63 : get_or_add_user_project_role reader b90478562d95461dbb27d398f6fb8ed4 7612fde52dc545eeaf5426bd471d5ff1 2025-04-16 12:17:41.682 | [3523 Async ks-alt-reader-user:40432]: running: get_or_add_user_project_role reader b90478562d95461dbb27d398f6fb8ed4 7612fde52dc545eeaf5426bd471d5ff1 2025-04-16 12:17:41.684 | ++ lib/keystone:create_keystone_accounts:397 : get_or_create_user system_member nomoresecret default system_member@example.com 2025-04-16 12:17:41.686 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 12:17:41.688 | ++ functions-common:get_or_create_user:883 : [[ ! -z system_member@example.com ]] 2025-04-16 12:17:41.690 | ++ functions-common:get_or_create_user:884 : local email=--email=system_member@example.com 2025-04-16 12:17:41.692 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create system_member --password nomoresecret --domain=default --email=system_member@example.com --or-show -f value -c id 2025-04-16 12:17:41.871 | + inc/async:async_inner:64 : rc=0 2025-04-16 12:17:41.892 | [39985 Async ks-alt-admin:39985]: finished successfully 2025-04-16 12:17:42.109 | + inc/async:async_inner:64 : rc=0 2025-04-16 12:17:42.127 | [40081 Async ks-alt-another:40081]: finished successfully 2025-04-16 12:17:42.946 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:17:42.949 | ++ functions-common:get_or_create_user:898 : user_id=7a887033bd9c4cbcbb332f84870c2444 2025-04-16 12:17:42.950 | ++ functions-common:get_or_create_user:899 : echo 7a887033bd9c4cbcbb332f84870c2444 2025-04-16 12:17:42.953 | + lib/keystone:create_keystone_accounts:397 : system_member_user=7a887033bd9c4cbcbb332f84870c2444 2025-04-16 12:17:42.955 | + lib/keystone:create_keystone_accounts:398 : async_run ks-system-member get_or_add_user_system_role member 7a887033bd9c4cbcbb332f84870c2444 all 2025-04-16 12:17:43.003 | + inc/async:async_inner:63 : get_or_add_user_system_role member 7a887033bd9c4cbcbb332f84870c2444 all 2025-04-16 12:17:43.035 | [3523 Async ks-system-member:40666]: running: get_or_add_user_system_role member 7a887033bd9c4cbcbb332f84870c2444 all 2025-04-16 12:17:43.038 | ++ lib/keystone:create_keystone_accounts:401 : get_or_create_user system_reader nomoresecret default system_reader@example.com 2025-04-16 12:17:43.040 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 12:17:43.042 | ++ functions-common:get_or_create_user:883 : [[ ! -z system_reader@example.com ]] 2025-04-16 12:17:43.044 | ++ functions-common:get_or_create_user:884 : local email=--email=system_reader@example.com 2025-04-16 12:17:43.046 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create system_reader --password nomoresecret --domain=default --email=system_reader@example.com --or-show -f value -c id 2025-04-16 12:17:43.524 | + inc/async:async_inner:64 : rc=0 2025-04-16 12:17:43.542 | [40276 Async ks-alt-member-user:40276]: finished successfully 2025-04-16 12:17:44.348 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:17:44.350 | ++ functions-common:get_or_create_user:898 : user_id=41e7f37b9d7e44d6b848d649f7e6b014 2025-04-16 12:17:44.352 | ++ functions-common:get_or_create_user:899 : echo 41e7f37b9d7e44d6b848d649f7e6b014 2025-04-16 12:17:44.355 | + lib/keystone:create_keystone_accounts:401 : system_reader_user=41e7f37b9d7e44d6b848d649f7e6b014 2025-04-16 12:17:44.357 | + lib/keystone:create_keystone_accounts:402 : async_run ks-system-reader get_or_add_user_system_role reader 41e7f37b9d7e44d6b848d649f7e6b014 all 2025-04-16 12:17:44.406 | + inc/async:async_inner:63 : get_or_add_user_system_role reader 41e7f37b9d7e44d6b848d649f7e6b014 all 2025-04-16 12:17:44.437 | [3523 Async ks-system-reader:40874]: running: get_or_add_user_system_role reader 41e7f37b9d7e44d6b848d649f7e6b014 all 2025-04-16 12:17:44.439 | + lib/keystone:create_keystone_accounts:405 : local admin_group 2025-04-16 12:17:44.442 | ++ lib/keystone:create_keystone_accounts:407 : get_or_create_group admins default 'openstack admin group' 2025-04-16 12:17:44.444 | ++ functions-common:get_or_create_group:867 : local 'desc=openstack admin group' 2025-04-16 12:17:44.446 | ++ functions-common:get_or_create_group:868 : local group_id 2025-04-16 12:17:44.448 | +++ functions-common:get_or_create_group:877 : oscwrap --os-cloud devstack-system-admin group create admins --domain default --description 'openstack admin group' --or-show -f value -c id 2025-04-16 12:17:44.805 | + inc/async:async_inner:64 : rc=0 2025-04-16 12:17:44.823 | [40432 Async ks-alt-reader-user:40432]: finished successfully 2025-04-16 12:17:45.740 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:17:45.742 | ++ functions-common:get_or_create_group:875 : group_id=d345ec11c4bc468299f572ee813992b3 2025-04-16 12:17:45.744 | ++ functions-common:get_or_create_group:876 : echo d345ec11c4bc468299f572ee813992b3 2025-04-16 12:17:45.747 | + lib/keystone:create_keystone_accounts:407 : admin_group=d345ec11c4bc468299f572ee813992b3 2025-04-16 12:17:45.749 | + lib/keystone:create_keystone_accounts:408 : local non_admin_group 2025-04-16 12:17:45.751 | ++ lib/keystone:create_keystone_accounts:410 : get_or_create_group nonadmins default 'non-admin group' 2025-04-16 12:17:45.754 | ++ functions-common:get_or_create_group:867 : local 'desc=non-admin group' 2025-04-16 12:17:45.756 | ++ functions-common:get_or_create_group:868 : local group_id 2025-04-16 12:17:45.758 | +++ functions-common:get_or_create_group:877 : oscwrap --os-cloud devstack-system-admin group create nonadmins --domain default --description 'non-admin group' --or-show -f value -c id 2025-04-16 12:17:47.024 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:17:47.026 | ++ functions-common:get_or_create_group:875 : group_id=0ad54b527b2a48829cb2956b86033085 2025-04-16 12:17:47.029 | ++ functions-common:get_or_create_group:876 : echo 0ad54b527b2a48829cb2956b86033085 2025-04-16 12:17:47.031 | + lib/keystone:create_keystone_accounts:410 : non_admin_group=0ad54b527b2a48829cb2956b86033085 2025-04-16 12:17:47.033 | + lib/keystone:create_keystone_accounts:412 : async_run ks-group-memberdemo get_or_add_group_project_role member 0ad54b527b2a48829cb2956b86033085 74eaf13088b44f16af74a1227dd8eb6a 2025-04-16 12:17:47.083 | + inc/async:async_inner:63 : get_or_add_group_project_role member 0ad54b527b2a48829cb2956b86033085 74eaf13088b44f16af74a1227dd8eb6a 2025-04-16 12:17:47.113 | [3523 Async ks-group-memberdemo:41141]: running: get_or_add_group_project_role member 0ad54b527b2a48829cb2956b86033085 74eaf13088b44f16af74a1227dd8eb6a 2025-04-16 12:17:47.115 | + lib/keystone:create_keystone_accounts:413 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole 0ad54b527b2a48829cb2956b86033085 74eaf13088b44f16af74a1227dd8eb6a 2025-04-16 12:17:47.164 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 0ad54b527b2a48829cb2956b86033085 74eaf13088b44f16af74a1227dd8eb6a 2025-04-16 12:17:47.192 | [3523 Async ks-group-anotherdemo:41220]: running: get_or_add_group_project_role anotherrole 0ad54b527b2a48829cb2956b86033085 74eaf13088b44f16af74a1227dd8eb6a 2025-04-16 12:17:47.194 | + lib/keystone:create_keystone_accounts:414 : async_run ks-group-memberalt get_or_add_group_project_role member 0ad54b527b2a48829cb2956b86033085 7612fde52dc545eeaf5426bd471d5ff1 2025-04-16 12:17:47.242 | + inc/async:async_inner:63 : get_or_add_group_project_role member 0ad54b527b2a48829cb2956b86033085 7612fde52dc545eeaf5426bd471d5ff1 2025-04-16 12:17:47.261 | + inc/async:async_inner:64 : rc=0 2025-04-16 12:17:47.275 | [3523 Async ks-group-memberalt:41300]: running: get_or_add_group_project_role member 0ad54b527b2a48829cb2956b86033085 7612fde52dc545eeaf5426bd471d5ff1 2025-04-16 12:17:47.277 | + lib/keystone:create_keystone_accounts:415 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole 0ad54b527b2a48829cb2956b86033085 7612fde52dc545eeaf5426bd471d5ff1 2025-04-16 12:17:47.281 | [40666 Async ks-system-member:40666]: finished successfully 2025-04-16 12:17:47.327 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 0ad54b527b2a48829cb2956b86033085 7612fde52dc545eeaf5426bd471d5ff1 2025-04-16 12:17:47.355 | [3523 Async ks-group-anotheralt:41438]: running: get_or_add_group_project_role anotherrole 0ad54b527b2a48829cb2956b86033085 7612fde52dc545eeaf5426bd471d5ff1 2025-04-16 12:17:47.357 | + lib/keystone:create_keystone_accounts:416 : async_run ks-group-admin get_or_add_group_project_role admin d345ec11c4bc468299f572ee813992b3 34fc8bdd38bd4d2781a21b19049364a0 2025-04-16 12:17:47.404 | + inc/async:async_inner:63 : get_or_add_group_project_role admin d345ec11c4bc468299f572ee813992b3 34fc8bdd38bd4d2781a21b19049364a0 2025-04-16 12:17:47.433 | [3523 Async ks-group-admin:41518]: running: get_or_add_group_project_role admin d345ec11c4bc468299f572ee813992b3 34fc8bdd38bd4d2781a21b19049364a0 2025-04-16 12:17:47.435 | + lib/keystone:create_keystone_accounts:418 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader 2025-04-16 12:17:47.472 | [3523 Async ks-demo-member:39132]: Waiting for completion of get_or_add_user_project_role member d489d29ec8914903927dbeb8038782ae 74eaf13088b44f16af74a1227dd8eb6a running on PID 39132 (17 other jobs running) 2025-04-16 12:17:47.489 | [3523 Async ks-demo-member:39132]: Signaling child to exit 2025-04-16 12:17:47.489 | WAKEUP 2025-04-16 12:17:47.505 | [3523 Async ks-demo-member:39132]: Signaled 2025-04-16 12:17:47.506 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 12:17:47.506 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 12:17:47.506 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 12:17:47.506 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 12:17:47.506 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 12:17:47.506 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 12:17:47.506 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 12:17:47.506 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 12:17:47.506 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 12:17:47.506 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user d489d29ec8914903927dbeb8038782ae --project 74eaf13088b44f16af74a1227dd8eb6a 2025-04-16 12:17:47.506 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user d489d29ec8914903927dbeb8038782ae --project 74eaf13088b44f16af74a1227dd8eb6a -c Role -f value 2025-04-16 12:17:47.506 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:17:47.506 | + functions-common:get_or_add_user_project_role:962 : user_role_id=af283a3d12b540e89f0295d266562497 2025-04-16 12:17:47.506 | + functions-common:get_or_add_user_project_role:963 : echo af283a3d12b540e89f0295d266562497 2025-04-16 12:17:47.506 | af283a3d12b540e89f0295d266562497 2025-04-16 12:17:47.538 | [3523 Async ks-demo-member:39132]: finished get_or_add_user_project_role member d489d29ec8914903927dbeb8038782ae 74eaf13088b44f16af74a1227dd8eb6a with result 0 in 3 seconds 2025-04-16 12:17:47.563 | [3523 Async ks-demo-admin:39228]: Waiting for completion of get_or_add_user_project_role admin 2f2109bdecbc4b9e8b2d4eb51f196642 74eaf13088b44f16af74a1227dd8eb6a running on PID 39228 (16 other jobs running) 2025-04-16 12:17:47.581 | [3523 Async ks-demo-admin:39228]: Signaling child to exit 2025-04-16 12:17:47.581 | WAKEUP 2025-04-16 12:17:47.596 | [3523 Async ks-demo-admin:39228]: Signaled 2025-04-16 12:17:47.596 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 12:17:47.596 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 12:17:47.597 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 12:17:47.597 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 12:17:47.597 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 12:17:47.597 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 12:17:47.597 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 12:17:47.597 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 12:17:47.597 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 12:17:47.597 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user 2f2109bdecbc4b9e8b2d4eb51f196642 --project 74eaf13088b44f16af74a1227dd8eb6a 2025-04-16 12:17:47.597 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 2f2109bdecbc4b9e8b2d4eb51f196642 --project 74eaf13088b44f16af74a1227dd8eb6a -c Role -f value 2025-04-16 12:17:47.597 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:17:47.597 | + functions-common:get_or_add_user_project_role:962 : user_role_id=b486c8e428744022b05d02e67bf477fb 2025-04-16 12:17:47.597 | + functions-common:get_or_add_user_project_role:963 : echo b486c8e428744022b05d02e67bf477fb 2025-04-16 12:17:47.597 | b486c8e428744022b05d02e67bf477fb 2025-04-16 12:17:47.628 | [3523 Async ks-demo-admin:39228]: finished get_or_add_user_project_role admin 2f2109bdecbc4b9e8b2d4eb51f196642 74eaf13088b44f16af74a1227dd8eb6a with result 0 in 4 seconds 2025-04-16 12:17:47.653 | [3523 Async ks-demo-another:39325]: Waiting for completion of get_or_add_user_project_role anotherrole d489d29ec8914903927dbeb8038782ae 74eaf13088b44f16af74a1227dd8eb6a running on PID 39325 (15 other jobs running) 2025-04-16 12:17:47.670 | [3523 Async ks-demo-another:39325]: Signaling child to exit 2025-04-16 12:17:47.671 | WAKEUP 2025-04-16 12:17:47.686 | [3523 Async ks-demo-another:39325]: Signaled 2025-04-16 12:17:47.687 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 12:17:47.687 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 12:17:47.687 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 12:17:47.687 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 12:17:47.687 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 12:17:47.687 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 12:17:47.687 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 12:17:47.687 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 12:17:47.687 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 12:17:47.687 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add anotherrole --user d489d29ec8914903927dbeb8038782ae --project 74eaf13088b44f16af74a1227dd8eb6a 2025-04-16 12:17:47.687 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user d489d29ec8914903927dbeb8038782ae --project 74eaf13088b44f16af74a1227dd8eb6a -c Role -f value 2025-04-16 12:17:47.687 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:17:47.687 | + functions-common:get_or_add_user_project_role:962 : user_role_id=9d958901951e4eb2bc1849a3f1ad7708 2025-04-16 12:17:47.687 | + functions-common:get_or_add_user_project_role:963 : echo 9d958901951e4eb2bc1849a3f1ad7708 2025-04-16 12:17:47.687 | 9d958901951e4eb2bc1849a3f1ad7708 2025-04-16 12:17:47.718 | [3523 Async ks-demo-another:39325]: finished get_or_add_user_project_role anotherrole d489d29ec8914903927dbeb8038782ae 74eaf13088b44f16af74a1227dd8eb6a with result 0 in 4 seconds 2025-04-16 12:17:47.744 | [3523 Async ks-demo-invis:39422]: Waiting for completion of get_or_add_user_project_role member d489d29ec8914903927dbeb8038782ae 6dd46a16676c4d2ba6f76ad07bf22781 running on PID 39422 (14 other jobs running) 2025-04-16 12:17:47.761 | [3523 Async ks-demo-invis:39422]: Signaling child to exit 2025-04-16 12:17:47.761 | WAKEUP 2025-04-16 12:17:47.776 | [3523 Async ks-demo-invis:39422]: Signaled 2025-04-16 12:17:47.777 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 12:17:47.777 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 12:17:47.777 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 12:17:47.777 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 12:17:47.777 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 12:17:47.777 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 12:17:47.777 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 12:17:47.777 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 12:17:47.777 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 12:17:47.777 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user d489d29ec8914903927dbeb8038782ae --project 6dd46a16676c4d2ba6f76ad07bf22781 2025-04-16 12:17:47.777 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user d489d29ec8914903927dbeb8038782ae --project 6dd46a16676c4d2ba6f76ad07bf22781 -c Role -f value 2025-04-16 12:17:47.777 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:17:47.777 | + functions-common:get_or_add_user_project_role:962 : user_role_id=af283a3d12b540e89f0295d266562497 2025-04-16 12:17:47.777 | + functions-common:get_or_add_user_project_role:963 : echo af283a3d12b540e89f0295d266562497 2025-04-16 12:17:47.777 | af283a3d12b540e89f0295d266562497 2025-04-16 12:17:47.808 | [3523 Async ks-demo-invis:39422]: finished get_or_add_user_project_role member d489d29ec8914903927dbeb8038782ae 6dd46a16676c4d2ba6f76ad07bf22781 with result 0 in 3 seconds 2025-04-16 12:17:47.833 | [3523 Async ks-demo-reader:39596]: Waiting for completion of get_or_add_user_project_role reader db672c7af72d4a408ca7949a482c9082 74eaf13088b44f16af74a1227dd8eb6a running on PID 39596 (13 other jobs running) 2025-04-16 12:17:47.851 | [3523 Async ks-demo-reader:39596]: Signaling child to exit 2025-04-16 12:17:47.851 | WAKEUP 2025-04-16 12:17:47.866 | [3523 Async ks-demo-reader:39596]: Signaled 2025-04-16 12:17:47.867 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 12:17:47.867 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 12:17:47.867 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 12:17:47.867 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 12:17:47.867 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 12:17:47.867 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 12:17:47.867 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 12:17:47.867 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 12:17:47.867 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 12:17:47.867 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add reader --user db672c7af72d4a408ca7949a482c9082 --project 74eaf13088b44f16af74a1227dd8eb6a 2025-04-16 12:17:47.867 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user db672c7af72d4a408ca7949a482c9082 --project 74eaf13088b44f16af74a1227dd8eb6a -c Role -f value 2025-04-16 12:17:47.867 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:17:47.867 | + functions-common:get_or_add_user_project_role:962 : user_role_id=e8d54b0c8976415f98881aeb145ea105 2025-04-16 12:17:47.867 | + functions-common:get_or_add_user_project_role:963 : echo e8d54b0c8976415f98881aeb145ea105 2025-04-16 12:17:47.867 | e8d54b0c8976415f98881aeb145ea105 2025-04-16 12:17:47.898 | [3523 Async ks-demo-reader:39596]: finished get_or_add_user_project_role reader db672c7af72d4a408ca7949a482c9082 74eaf13088b44f16af74a1227dd8eb6a with result 0 in 3 seconds 2025-04-16 12:17:47.901 | + inc/async:async_wait:197 : return 0 2025-04-16 12:17:47.903 | + lib/keystone:create_keystone_accounts:419 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2025-04-16 12:17:47.942 | [3523 Async ks-alt-admin:39985]: Waiting for completion of get_or_add_user_project_role admin 5c59a01298eb4d64bf528fe9c8b31eaa 7612fde52dc545eeaf5426bd471d5ff1 running on PID 39985 (12 other jobs running) 2025-04-16 12:17:47.965 | [3523 Async ks-alt-admin:39985]: Signaling child to exit 2025-04-16 12:17:47.965 | WAKEUP 2025-04-16 12:17:47.992 | [3523 Async ks-alt-admin:39985]: Signaled 2025-04-16 12:17:47.993 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 12:17:47.993 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 12:17:47.993 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 12:17:47.993 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 12:17:47.993 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 12:17:47.994 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 12:17:47.994 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 12:17:47.994 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 12:17:47.994 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 12:17:47.994 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user 5c59a01298eb4d64bf528fe9c8b31eaa --project 7612fde52dc545eeaf5426bd471d5ff1 2025-04-16 12:17:47.994 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 5c59a01298eb4d64bf528fe9c8b31eaa --project 7612fde52dc545eeaf5426bd471d5ff1 -c Role -f value 2025-04-16 12:17:47.994 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:17:47.994 | + functions-common:get_or_add_user_project_role:962 : user_role_id=b486c8e428744022b05d02e67bf477fb 2025-04-16 12:17:47.994 | + functions-common:get_or_add_user_project_role:963 : echo b486c8e428744022b05d02e67bf477fb 2025-04-16 12:17:47.994 | b486c8e428744022b05d02e67bf477fb 2025-04-16 12:17:48.031 | [3523 Async ks-alt-admin:39985]: finished get_or_add_user_project_role admin 5c59a01298eb4d64bf528fe9c8b31eaa 7612fde52dc545eeaf5426bd471d5ff1 with result 0 in 3 seconds 2025-04-16 12:17:48.053 | [3523 Async ks-alt-another:40081]: Waiting for completion of get_or_add_user_project_role anotherrole 5c59a01298eb4d64bf528fe9c8b31eaa 7612fde52dc545eeaf5426bd471d5ff1 running on PID 40081 (11 other jobs running) 2025-04-16 12:17:48.084 | [3523 Async ks-alt-another:40081]: Signaling child to exit 2025-04-16 12:17:48.085 | WAKEUP 2025-04-16 12:17:48.109 | [3523 Async ks-alt-another:40081]: Signaled 2025-04-16 12:17:48.110 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 12:17:48.110 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 12:17:48.110 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 12:17:48.110 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 12:17:48.110 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 12:17:48.110 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 12:17:48.111 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 12:17:48.111 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 12:17:48.111 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 12:17:48.111 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add anotherrole --user 5c59a01298eb4d64bf528fe9c8b31eaa --project 7612fde52dc545eeaf5426bd471d5ff1 2025-04-16 12:17:48.111 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 5c59a01298eb4d64bf528fe9c8b31eaa --project 7612fde52dc545eeaf5426bd471d5ff1 -c Role -f value 2025-04-16 12:17:48.111 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:17:48.111 | + functions-common:get_or_add_user_project_role:962 : user_role_id=9d958901951e4eb2bc1849a3f1ad7708 2025-04-16 12:17:48.111 | + functions-common:get_or_add_user_project_role:963 : echo 9d958901951e4eb2bc1849a3f1ad7708 2025-04-16 12:17:48.111 | 9d958901951e4eb2bc1849a3f1ad7708 2025-04-16 12:17:48.151 | [3523 Async ks-alt-another:40081]: finished get_or_add_user_project_role anotherrole 5c59a01298eb4d64bf528fe9c8b31eaa 7612fde52dc545eeaf5426bd471d5ff1 with result 0 in 3 seconds 2025-04-16 12:17:48.183 | [3523 Async ks-alt-member-user:40276]: Waiting for completion of get_or_add_user_project_role member 5b3f414d02bc405291f93e017c03ff4d 7612fde52dc545eeaf5426bd471d5ff1 running on PID 40276 (10 other jobs running) 2025-04-16 12:17:48.204 | [3523 Async ks-alt-member-user:40276]: Signaling child to exit 2025-04-16 12:17:48.204 | WAKEUP 2025-04-16 12:17:48.220 | [3523 Async ks-alt-member-user:40276]: Signaled 2025-04-16 12:17:48.221 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 12:17:48.221 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 12:17:48.221 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 12:17:48.221 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 12:17:48.221 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 12:17:48.221 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 12:17:48.221 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 12:17:48.221 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 12:17:48.221 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 12:17:48.221 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user 5b3f414d02bc405291f93e017c03ff4d --project 7612fde52dc545eeaf5426bd471d5ff1 2025-04-16 12:17:48.221 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 5b3f414d02bc405291f93e017c03ff4d --project 7612fde52dc545eeaf5426bd471d5ff1 -c Role -f value 2025-04-16 12:17:48.221 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:17:48.221 | + functions-common:get_or_add_user_project_role:962 : user_role_id=af283a3d12b540e89f0295d266562497 2025-04-16 12:17:48.221 | + functions-common:get_or_add_user_project_role:963 : echo af283a3d12b540e89f0295d266562497 2025-04-16 12:17:48.221 | af283a3d12b540e89f0295d266562497 2025-04-16 12:17:48.253 | [3523 Async ks-alt-member-user:40276]: finished get_or_add_user_project_role member 5b3f414d02bc405291f93e017c03ff4d 7612fde52dc545eeaf5426bd471d5ff1 with result 0 in 3 seconds 2025-04-16 12:17:48.280 | [3523 Async ks-alt-reader-user:40432]: Waiting for completion of get_or_add_user_project_role reader b90478562d95461dbb27d398f6fb8ed4 7612fde52dc545eeaf5426bd471d5ff1 running on PID 40432 (9 other jobs running) 2025-04-16 12:17:48.298 | [3523 Async ks-alt-reader-user:40432]: Signaling child to exit 2025-04-16 12:17:48.298 | WAKEUP 2025-04-16 12:17:48.319 | [3523 Async ks-alt-reader-user:40432]: Signaled 2025-04-16 12:17:48.319 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 12:17:48.319 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 12:17:48.319 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 12:17:48.319 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 12:17:48.319 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 12:17:48.319 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 12:17:48.319 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 12:17:48.319 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 12:17:48.319 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 12:17:48.320 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add reader --user b90478562d95461dbb27d398f6fb8ed4 --project 7612fde52dc545eeaf5426bd471d5ff1 2025-04-16 12:17:48.321 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user b90478562d95461dbb27d398f6fb8ed4 --project 7612fde52dc545eeaf5426bd471d5ff1 -c Role -f value 2025-04-16 12:17:48.321 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:17:48.321 | + functions-common:get_or_add_user_project_role:962 : user_role_id=e8d54b0c8976415f98881aeb145ea105 2025-04-16 12:17:48.321 | + functions-common:get_or_add_user_project_role:963 : echo e8d54b0c8976415f98881aeb145ea105 2025-04-16 12:17:48.321 | e8d54b0c8976415f98881aeb145ea105 2025-04-16 12:17:48.356 | [3523 Async ks-alt-reader-user:40432]: finished get_or_add_user_project_role reader b90478562d95461dbb27d398f6fb8ed4 7612fde52dc545eeaf5426bd471d5ff1 with result 0 in 3 seconds 2025-04-16 12:17:48.360 | + inc/async:async_wait:197 : return 0 2025-04-16 12:17:48.362 | + lib/keystone:create_keystone_accounts:420 : async_wait ks-system-member ks-system-reader 2025-04-16 12:17:48.403 | [3523 Async ks-system-member:40666]: Waiting for completion of get_or_add_user_system_role member 7a887033bd9c4cbcbb332f84870c2444 all running on PID 40666 (8 other jobs running) 2025-04-16 12:17:48.422 | [3523 Async ks-system-member:40666]: Signaling child to exit 2025-04-16 12:17:48.423 | WAKEUP 2025-04-16 12:17:48.443 | [3523 Async ks-system-member:40666]: Signaled 2025-04-16 12:17:48.444 | + functions-common:get_or_add_user_system_role:988 : local user_role_id 2025-04-16 12:17:48.445 | + functions-common:get_or_add_user_system_role:989 : local domain_args 2025-04-16 12:17:48.445 | ++ functions-common:get_or_add_user_system_role:991 : _get_domain_args 2025-04-16 12:17:48.445 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 12:17:48.445 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 12:17:48.445 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 12:17:48.445 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 12:17:48.445 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 12:17:48.445 | + functions-common:get_or_add_user_system_role:991 : domain_args= 2025-04-16 12:17:48.445 | ++ functions-common:get_or_add_user_system_role:999 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 7a887033bd9c4cbcbb332f84870c2444 --system all -f value -c Role 2025-04-16 12:17:48.445 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:17:48.445 | + functions-common:get_or_add_user_system_role:999 : user_role_id= 2025-04-16 12:17:48.445 | + functions-common:get_or_add_user_system_role:1000 : [[ -z '' ]] 2025-04-16 12:17:48.445 | + functions-common:get_or_add_user_system_role:1002 : openstack --os-cloud devstack-system-admin role add member --user 7a887033bd9c4cbcbb332f84870c2444 --system all 2025-04-16 12:17:48.445 | ++ functions-common:get_or_add_user_system_role:1011 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 7a887033bd9c4cbcbb332f84870c2444 --system all -f value -c Role 2025-04-16 12:17:48.445 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:17:48.445 | + functions-common:get_or_add_user_system_role:1011 : user_role_id= 2025-04-16 12:17:48.445 | + functions-common:get_or_add_user_system_role:1013 : echo 2025-04-16 12:17:48.445 | 2025-04-16 12:17:48.481 | [3523 Async ks-system-member:40666]: finished get_or_add_user_system_role member 7a887033bd9c4cbcbb332f84870c2444 all with result 0 in 4 seconds 2025-04-16 12:17:48.510 | [3523 Async ks-system-reader:40874]: Waiting for completion of get_or_add_user_system_role reader 41e7f37b9d7e44d6b848d649f7e6b014 all running on PID 40874 (7 other jobs running) 2025-04-16 12:17:48.533 | [3523 Async ks-system-reader:40874]: Signaling child to exit 2025-04-16 12:17:48.877 | + inc/async:async_inner:64 : rc=0 2025-04-16 12:17:48.895 | [40874 Async ks-system-reader:40874]: finished successfully 2025-04-16 12:17:48.913 | WAKEUP 2025-04-16 12:17:48.931 | [3523 Async ks-system-reader:40874]: Signaled 2025-04-16 12:17:48.932 | + functions-common:get_or_add_user_system_role:988 : local user_role_id 2025-04-16 12:17:48.932 | + functions-common:get_or_add_user_system_role:989 : local domain_args 2025-04-16 12:17:48.932 | ++ functions-common:get_or_add_user_system_role:991 : _get_domain_args 2025-04-16 12:17:48.932 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 12:17:48.932 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 12:17:48.932 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 12:17:48.932 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 12:17:48.932 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 12:17:48.932 | + functions-common:get_or_add_user_system_role:991 : domain_args= 2025-04-16 12:17:48.932 | ++ functions-common:get_or_add_user_system_role:999 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 41e7f37b9d7e44d6b848d649f7e6b014 --system all -f value -c Role 2025-04-16 12:17:48.932 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:17:48.932 | + functions-common:get_or_add_user_system_role:999 : user_role_id= 2025-04-16 12:17:48.932 | + functions-common:get_or_add_user_system_role:1000 : [[ -z '' ]] 2025-04-16 12:17:48.932 | + functions-common:get_or_add_user_system_role:1002 : openstack --os-cloud devstack-system-admin role add reader --user 41e7f37b9d7e44d6b848d649f7e6b014 --system all 2025-04-16 12:17:48.932 | ++ functions-common:get_or_add_user_system_role:1011 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 41e7f37b9d7e44d6b848d649f7e6b014 --system all -f value -c Role 2025-04-16 12:17:48.932 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:17:48.932 | + functions-common:get_or_add_user_system_role:1011 : user_role_id=e8d54b0c8976415f98881aeb145ea105 2025-04-16 12:17:48.932 | + functions-common:get_or_add_user_system_role:1013 : echo e8d54b0c8976415f98881aeb145ea105 2025-04-16 12:17:48.932 | e8d54b0c8976415f98881aeb145ea105 2025-04-16 12:17:48.967 | [3523 Async ks-system-reader:40874]: finished get_or_add_user_system_role reader 41e7f37b9d7e44d6b848d649f7e6b014 all with result 0 in 4 seconds 2025-04-16 12:17:48.971 | + inc/async:async_wait:197 : return 0 2025-04-16 12:17:48.973 | + lib/keystone:create_keystone_accounts:421 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2025-04-16 12:17:49.017 | [3523 Async ks-group-memberdemo:41141]: Waiting for completion of get_or_add_group_project_role member 0ad54b527b2a48829cb2956b86033085 74eaf13088b44f16af74a1227dd8eb6a running on PID 41141 (6 other jobs running) 2025-04-16 12:17:49.038 | [3523 Async ks-group-memberdemo:41141]: Signaling child to exit 2025-04-16 12:17:50.439 | + inc/async:async_inner:64 : rc=0 2025-04-16 12:17:50.458 | [41141 Async ks-group-memberdemo:41141]: finished successfully 2025-04-16 12:17:50.475 | WAKEUP 2025-04-16 12:17:50.492 | [3523 Async ks-group-memberdemo:41141]: Signaled 2025-04-16 12:17:50.493 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-16 12:17:50.493 | + functions-common:get_or_add_group_project_role:1023 : openstack role add member --group 0ad54b527b2a48829cb2956b86033085 --project 74eaf13088b44f16af74a1227dd8eb6a 2025-04-16 12:17:50.493 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 0ad54b527b2a48829cb2956b86033085 --project 74eaf13088b44f16af74a1227dd8eb6a -f value -c Role 2025-04-16 12:17:50.493 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:17:50.493 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=af283a3d12b540e89f0295d266562497 2025-04-16 12:17:50.493 | + functions-common:get_or_add_group_project_role:1032 : echo af283a3d12b540e89f0295d266562497 2025-04-16 12:17:50.493 | af283a3d12b540e89f0295d266562497 2025-04-16 12:17:50.525 | + inc/async:async_inner:64 : rc=0 2025-04-16 12:17:50.527 | [3523 Async ks-group-memberdemo:41141]: finished get_or_add_group_project_role member 0ad54b527b2a48829cb2956b86033085 74eaf13088b44f16af74a1227dd8eb6a with result 0 in 3 seconds 2025-04-16 12:17:50.543 | [41220 Async ks-group-anotherdemo:41220]: finished successfully 2025-04-16 12:17:50.555 | [3523 Async ks-group-anotherdemo:41220]: Waiting for completion of get_or_add_group_project_role anotherrole 0ad54b527b2a48829cb2956b86033085 74eaf13088b44f16af74a1227dd8eb6a running on PID 41220 (5 other jobs running) 2025-04-16 12:17:50.573 | [3523 Async ks-group-anotherdemo:41220]: Signaling child to exit 2025-04-16 12:17:50.573 | WAKEUP 2025-04-16 12:17:50.589 | [3523 Async ks-group-anotherdemo:41220]: Signaled 2025-04-16 12:17:50.590 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-16 12:17:50.590 | + functions-common:get_or_add_group_project_role:1023 : openstack role add anotherrole --group 0ad54b527b2a48829cb2956b86033085 --project 74eaf13088b44f16af74a1227dd8eb6a 2025-04-16 12:17:50.590 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 0ad54b527b2a48829cb2956b86033085 --project 74eaf13088b44f16af74a1227dd8eb6a -f value -c Role 2025-04-16 12:17:50.590 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:17:50.590 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=9d958901951e4eb2bc1849a3f1ad7708 2025-04-16 12:17:50.590 | + functions-common:get_or_add_group_project_role:1032 : echo 9d958901951e4eb2bc1849a3f1ad7708 2025-04-16 12:17:50.590 | 9d958901951e4eb2bc1849a3f1ad7708 2025-04-16 12:17:50.624 | [3523 Async ks-group-anotherdemo:41220]: finished get_or_add_group_project_role anotherrole 0ad54b527b2a48829cb2956b86033085 74eaf13088b44f16af74a1227dd8eb6a with result 0 in 3 seconds 2025-04-16 12:17:50.651 | [3523 Async ks-group-memberalt:41300]: Waiting for completion of get_or_add_group_project_role member 0ad54b527b2a48829cb2956b86033085 7612fde52dc545eeaf5426bd471d5ff1 running on PID 41300 (4 other jobs running) 2025-04-16 12:17:50.670 | [3523 Async ks-group-memberalt:41300]: Signaling child to exit 2025-04-16 12:17:50.720 | + inc/async:async_inner:64 : rc=0 2025-04-16 12:17:50.736 | [41300 Async ks-group-memberalt:41300]: finished successfully 2025-04-16 12:17:50.752 | WAKEUP 2025-04-16 12:17:50.769 | [3523 Async ks-group-memberalt:41300]: Signaled 2025-04-16 12:17:50.770 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-16 12:17:50.770 | + functions-common:get_or_add_group_project_role:1023 : openstack role add member --group 0ad54b527b2a48829cb2956b86033085 --project 7612fde52dc545eeaf5426bd471d5ff1 2025-04-16 12:17:50.770 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 0ad54b527b2a48829cb2956b86033085 --project 7612fde52dc545eeaf5426bd471d5ff1 -f value -c Role 2025-04-16 12:17:50.770 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:17:50.770 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=af283a3d12b540e89f0295d266562497 2025-04-16 12:17:50.770 | + functions-common:get_or_add_group_project_role:1032 : echo af283a3d12b540e89f0295d266562497 2025-04-16 12:17:50.770 | af283a3d12b540e89f0295d266562497 2025-04-16 12:17:50.806 | [3523 Async ks-group-memberalt:41300]: finished get_or_add_group_project_role member 0ad54b527b2a48829cb2956b86033085 7612fde52dc545eeaf5426bd471d5ff1 with result 0 in 3 seconds 2025-04-16 12:17:50.833 | [3523 Async ks-group-anotheralt:41438]: Waiting for completion of get_or_add_group_project_role anotherrole 0ad54b527b2a48829cb2956b86033085 7612fde52dc545eeaf5426bd471d5ff1 running on PID 41438 (3 other jobs running) 2025-04-16 12:17:50.849 | + inc/async:async_inner:64 : rc=0 2025-04-16 12:17:50.852 | [3523 Async ks-group-anotheralt:41438]: Signaling child to exit 2025-04-16 12:17:50.868 | [41438 Async ks-group-anotheralt:41438]: finished successfully 2025-04-16 12:17:50.884 | WAKEUP 2025-04-16 12:17:50.901 | [3523 Async ks-group-anotheralt:41438]: Signaled 2025-04-16 12:17:50.902 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-16 12:17:50.902 | + functions-common:get_or_add_group_project_role:1023 : openstack role add anotherrole --group 0ad54b527b2a48829cb2956b86033085 --project 7612fde52dc545eeaf5426bd471d5ff1 2025-04-16 12:17:50.902 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 0ad54b527b2a48829cb2956b86033085 --project 7612fde52dc545eeaf5426bd471d5ff1 -f value -c Role 2025-04-16 12:17:50.902 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:17:50.902 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=9d958901951e4eb2bc1849a3f1ad7708 2025-04-16 12:17:50.902 | + functions-common:get_or_add_group_project_role:1032 : echo 9d958901951e4eb2bc1849a3f1ad7708 2025-04-16 12:17:50.902 | 9d958901951e4eb2bc1849a3f1ad7708 2025-04-16 12:17:50.933 | [3523 Async ks-group-anotheralt:41438]: finished get_or_add_group_project_role anotherrole 0ad54b527b2a48829cb2956b86033085 7612fde52dc545eeaf5426bd471d5ff1 with result 0 in 3 seconds 2025-04-16 12:17:50.944 | + inc/async:async_inner:64 : rc=0 2025-04-16 12:17:50.961 | [3523 Async ks-group-admin:41518]: Waiting for completion of get_or_add_group_project_role admin d345ec11c4bc468299f572ee813992b3 34fc8bdd38bd4d2781a21b19049364a0 running on PID 41518 (2 other jobs running) 2025-04-16 12:17:50.963 | [41518 Async ks-group-admin:41518]: finished successfully 2025-04-16 12:17:50.978 | [3523 Async ks-group-admin:41518]: Signaling child to exit 2025-04-16 12:17:50.979 | WAKEUP 2025-04-16 12:17:50.995 | [3523 Async ks-group-admin:41518]: Signaled 2025-04-16 12:17:50.996 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-16 12:17:50.996 | + functions-common:get_or_add_group_project_role:1023 : openstack role add admin --group d345ec11c4bc468299f572ee813992b3 --project 34fc8bdd38bd4d2781a21b19049364a0 2025-04-16 12:17:50.996 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group d345ec11c4bc468299f572ee813992b3 --project 34fc8bdd38bd4d2781a21b19049364a0 -f value -c Role 2025-04-16 12:17:50.996 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:17:50.996 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=b486c8e428744022b05d02e67bf477fb 2025-04-16 12:17:50.996 | + functions-common:get_or_add_group_project_role:1032 : echo b486c8e428744022b05d02e67bf477fb 2025-04-16 12:17:50.996 | b486c8e428744022b05d02e67bf477fb 2025-04-16 12:17:51.026 | [3523 Async ks-group-admin:41518]: finished get_or_add_group_project_role admin d345ec11c4bc468299f572ee813992b3 34fc8bdd38bd4d2781a21b19049364a0 with result 0 in 3 seconds 2025-04-16 12:17:51.029 | + inc/async:async_wait:197 : return 0 2025-04-16 12:17:51.031 | + lib/keystone:create_keystone_accounts:423 : is_service_enabled ldap 2025-04-16 12:17:51.044 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:17:51.046 | + stack.sh:main:1130 : is_service_enabled nova 2025-04-16 12:17:51.059 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:17:51.061 | + stack.sh:main:1131 : async_runfunc create_nova_accounts 2025-04-16 12:17:51.063 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2025-04-16 12:17:51.109 | + inc/async:async_inner:63 : create_nova_accounts 2025-04-16 12:17:51.139 | [3523 Async create_nova_accounts:43367]: running: create_nova_accounts 2025-04-16 12:17:51.141 | + stack.sh:main:1133 : is_service_enabled glance 2025-04-16 12:17:51.154 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:17:51.156 | + stack.sh:main:1134 : async_runfunc create_glance_accounts 2025-04-16 12:17:51.158 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2025-04-16 12:17:51.207 | + inc/async:async_inner:63 : create_glance_accounts 2025-04-16 12:17:51.237 | [3523 Async create_glance_accounts:43490]: running: create_glance_accounts 2025-04-16 12:17:51.240 | + stack.sh:main:1136 : is_service_enabled cinder 2025-04-16 12:17:51.253 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:17:51.255 | + stack.sh:main:1137 : async_runfunc create_cinder_accounts 2025-04-16 12:17:51.257 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2025-04-16 12:17:51.304 | + inc/async:async_inner:63 : create_cinder_accounts 2025-04-16 12:17:51.333 | [3523 Async create_cinder_accounts:43629]: running: create_cinder_accounts 2025-04-16 12:17:51.335 | + stack.sh:main:1139 : is_service_enabled neutron 2025-04-16 12:17:51.350 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:17:51.352 | + stack.sh:main:1140 : async_runfunc create_neutron_accounts 2025-04-16 12:17:51.354 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2025-04-16 12:17:51.401 | + inc/async:async_inner:63 : create_neutron_accounts 2025-04-16 12:17:51.432 | [3523 Async create_neutron_accounts:43772]: running: create_neutron_accounts 2025-04-16 12:17:51.434 | + stack.sh:main:1142 : is_service_enabled swift 2025-04-16 12:17:51.449 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:17:51.451 | + stack.sh:main:1151 : is_service_enabled horizon 2025-04-16 12:17:51.465 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:17:51.467 | + stack.sh:main:1156 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2025-04-16 12:17:51.504 | [3523 Async create_nova_accounts:43367]: Waiting for completion of create_nova_accounts running on PID 43367 (5 other jobs running) 2025-04-16 12:17:51.522 | [3523 Async create_nova_accounts:43367]: Signaling child to exit 2025-04-16 12:18:03.596 | + inc/async:async_inner:64 : rc=0 2025-04-16 12:18:03.615 | [43772 Async create_neutron_accounts:43772]: finished successfully 2025-04-16 12:18:11.705 | + inc/async:async_inner:64 : rc=0 2025-04-16 12:18:11.723 | [43629 Async create_cinder_accounts:43629]: finished successfully 2025-04-16 12:18:12.224 | + inc/async:async_inner:64 : rc=0 2025-04-16 12:18:12.242 | [43367 Async create_nova_accounts:43367]: finished successfully 2025-04-16 12:18:12.260 | WAKEUP 2025-04-16 12:18:12.275 | [3523 Async create_nova_accounts:43367]: Signaled 2025-04-16 12:18:12.276 | + lib/nova:create_nova_accounts:378 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ n-api ]] 2025-04-16 12:18:12.276 | + lib/nova:create_nova_accounts:382 : create_service_user nova admin 2025-04-16 12:18:12.276 | + lib/keystone:create_service_user:436 : get_or_create_user nova nomoresecret Default 2025-04-16 12:18:12.276 | + functions-common:get_or_create_user:882 : local user_id 2025-04-16 12:18:12.276 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-16 12:18:12.276 | + functions-common:get_or_create_user:886 : local email= 2025-04-16 12:18:12.276 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create nova --password nomoresecret --domain=Default --or-show -f value -c id 2025-04-16 12:18:12.276 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:18:12.276 | + functions-common:get_or_create_user:898 : user_id=bcc9c0454a39484984262b92a3cead04 2025-04-16 12:18:12.276 | + functions-common:get_or_create_user:899 : echo bcc9c0454a39484984262b92a3cead04 2025-04-16 12:18:12.276 | bcc9c0454a39484984262b92a3cead04 2025-04-16 12:18:12.276 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service nova service Default Default 2025-04-16 12:18:12.276 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 12:18:12.276 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 12:18:12.276 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-16 12:18:12.276 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 12:18:12.276 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 12:18:12.276 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-16 12:18:12.276 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-16 12:18:12.276 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-16 12:18:12.276 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-16 12:18:12.276 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-16 12:18:12.276 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-16 12:18:12.276 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user nova --project service --user-domain Default --project-domain Default 2025-04-16 12:18:12.276 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user nova --project service --user-domain Default --project-domain Default -c Role -f value 2025-04-16 12:18:12.276 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:18:12.276 | + functions-common:get_or_add_user_project_role:962 : user_role_id=05968de121c847d9bd1b0e47f328e0ca 2025-04-16 12:18:12.276 | + functions-common:get_or_add_user_project_role:963 : echo 05968de121c847d9bd1b0e47f328e0ca 2025-04-16 12:18:12.276 | 05968de121c847d9bd1b0e47f328e0ca 2025-04-16 12:18:12.276 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2025-04-16 12:18:12.276 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin nova service Default Default 2025-04-16 12:18:12.276 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 12:18:12.276 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 12:18:12.276 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-16 12:18:12.276 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 12:18:12.276 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 12:18:12.276 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-16 12:18:12.276 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-16 12:18:12.276 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-16 12:18:12.276 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-16 12:18:12.276 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-16 12:18:12.276 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-16 12:18:12.277 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user nova --project service --user-domain Default --project-domain Default 2025-04-16 12:18:12.277 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default -c Role -f value 2025-04-16 12:18:12.277 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:18:12.277 | + functions-common:get_or_add_user_project_role:962 : user_role_id=b486c8e428744022b05d02e67bf477fb 2025-04-16 12:18:12.277 | + functions-common:get_or_add_user_project_role:963 : echo b486c8e428744022b05d02e67bf477fb 2025-04-16 12:18:12.277 | b486c8e428744022b05d02e67bf477fb 2025-04-16 12:18:12.277 | + lib/nova:create_nova_accounts:384 : local nova_api_url 2025-04-16 12:18:12.277 | + lib/nova:create_nova_accounts:385 : [[ True == \F\a\l\s\e ]] 2025-04-16 12:18:12.277 | + lib/nova:create_nova_accounts:388 : nova_api_url=http://10.180.1.21/compute 2025-04-16 12:18:12.277 | + lib/nova:create_nova_accounts:391 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2025-04-16 12:18:12.277 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-16 12:18:12.277 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2025-04-16 12:18:12.277 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create compute_legacy --name nova_legacy '--description=Nova Compute Service (Legacy 2.0)' -f value -c id 2025-04-16 12:18:12.277 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:18:12.277 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-16 12:18:12.277 | b7c5af2e9c68481ab6d04fc3557ee859' 2025-04-16 12:18:12.277 | + functions-common:get_or_create_service:1050 : echo b7c5af2e9c68481ab6d04fc3557ee859 2025-04-16 12:18:12.277 | b7c5af2e9c68481ab6d04fc3557ee859 2025-04-16 12:18:12.277 | + lib/nova:create_nova_accounts:393 : get_or_create_endpoint compute_legacy RegionOne 'http://10.180.1.21/compute/v2/$(project_id)s' 2025-04-16 12:18:12.277 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-16 12:18:12.277 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface compute_legacy public 'http://10.180.1.21/compute/v2/$(project_id)s' RegionOne 2025-04-16 12:18:12.277 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-16 12:18:12.277 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value 2025-04-16 12:18:12.277 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:18:12.277 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-16 12:18:12.277 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-16 12:18:12.277 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create compute_legacy public 'http://10.180.1.21/compute/v2/$(project_id)s' --region RegionOne -f value -c id 2025-04-16 12:18:12.277 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:18:12.277 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=532441125db847d98bd07d8f0488197f 2025-04-16 12:18:12.277 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 532441125db847d98bd07d8f0488197f 2025-04-16 12:18:12.277 | + functions-common:get_or_create_endpoint:1083 : public_id=532441125db847d98bd07d8f0488197f 2025-04-16 12:18:12.277 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-16 12:18:12.277 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-16 12:18:12.277 | + functions-common:get_or_create_endpoint:1092 : echo 532441125db847d98bd07d8f0488197f 2025-04-16 12:18:12.277 | 532441125db847d98bd07d8f0488197f 2025-04-16 12:18:12.277 | + lib/nova:create_nova_accounts:397 : get_or_create_service nova compute 'Nova Compute Service' 2025-04-16 12:18:12.277 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-16 12:18:12.277 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2025-04-16 12:18:12.277 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create compute --name nova '--description=Nova Compute Service' -f value -c id 2025-04-16 12:18:12.277 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:18:12.277 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-16 12:18:12.277 | 7c9b7693480441f08a03b42822ea8794' 2025-04-16 12:18:12.277 | + functions-common:get_or_create_service:1050 : echo 7c9b7693480441f08a03b42822ea8794 2025-04-16 12:18:12.277 | 7c9b7693480441f08a03b42822ea8794 2025-04-16 12:18:12.277 | + lib/nova:create_nova_accounts:399 : get_or_create_endpoint compute RegionOne http://10.180.1.21/compute/v2.1 2025-04-16 12:18:12.277 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-16 12:18:12.277 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface compute public http://10.180.1.21/compute/v2.1 RegionOne 2025-04-16 12:18:12.277 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-16 12:18:12.277 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute --interface public --region RegionOne -c ID -f value 2025-04-16 12:18:12.277 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:18:12.277 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-16 12:18:12.277 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-16 12:18:12.277 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create compute public http://10.180.1.21/compute/v2.1 --region RegionOne -f value -c id 2025-04-16 12:18:12.277 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:18:12.277 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=7e14c323ba3c43508809eff0c122c50c 2025-04-16 12:18:12.277 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 7e14c323ba3c43508809eff0c122c50c 2025-04-16 12:18:12.277 | + functions-common:get_or_create_endpoint:1083 : public_id=7e14c323ba3c43508809eff0c122c50c 2025-04-16 12:18:12.277 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-16 12:18:12.277 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-16 12:18:12.277 | + functions-common:get_or_create_endpoint:1092 : echo 7e14c323ba3c43508809eff0c122c50c 2025-04-16 12:18:12.277 | 7e14c323ba3c43508809eff0c122c50c 2025-04-16 12:18:12.277 | + lib/nova:create_nova_accounts:404 : is_service_enabled n-api 2025-04-16 12:18:12.277 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:18:12.277 | + lib/nova:create_nova_accounts:406 : is_service_enabled swift 2025-04-16 12:18:12.277 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:18:12.277 | + lib/nova:create_nova_accounts:414 : is_service_enabled s3api 2025-04-16 12:18:12.277 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:18:12.277 | + lib/nova:create_nova_accounts:425 : is_service_enabled n-api 2025-04-16 12:18:12.277 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:18:12.277 | + lib/nova:create_nova_accounts:426 : [[ False = True ]] 2025-04-16 12:18:12.307 | [3523 Async create_nova_accounts:43367]: finished create_nova_accounts with result 0 in 21 seconds 2025-04-16 12:18:12.332 | [3523 Async create_glance_accounts:43490]: Waiting for completion of create_glance_accounts running on PID 43490 (4 other jobs running) 2025-04-16 12:18:12.349 | [3523 Async create_glance_accounts:43490]: Signaling child to exit 2025-04-16 12:18:13.401 | + inc/async:async_inner:64 : rc=0 2025-04-16 12:18:13.421 | [43490 Async create_glance_accounts:43490]: finished successfully 2025-04-16 12:18:13.438 | WAKEUP 2025-04-16 12:18:13.453 | [3523 Async create_glance_accounts:43490]: Signaled 2025-04-16 12:18:13.455 | + lib/glance:create_glance_accounts:454 : is_service_enabled g-api 2025-04-16 12:18:13.455 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:18:13.455 | + lib/glance:create_glance_accounts:456 : create_service_user glance 2025-04-16 12:18:13.455 | + lib/keystone:create_service_user:436 : get_or_create_user glance nomoresecret Default 2025-04-16 12:18:13.455 | + functions-common:get_or_create_user:882 : local user_id 2025-04-16 12:18:13.455 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-16 12:18:13.455 | + functions-common:get_or_create_user:886 : local email= 2025-04-16 12:18:13.455 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create glance --password nomoresecret --domain=Default --or-show -f value -c id 2025-04-16 12:18:13.455 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:18:13.455 | + functions-common:get_or_create_user:898 : user_id=fb9661677d514b46b177bd418c7605ed 2025-04-16 12:18:13.455 | + functions-common:get_or_create_user:899 : echo fb9661677d514b46b177bd418c7605ed 2025-04-16 12:18:13.455 | fb9661677d514b46b177bd418c7605ed 2025-04-16 12:18:13.455 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service glance service Default Default 2025-04-16 12:18:13.455 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 12:18:13.455 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 12:18:13.455 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-16 12:18:13.455 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 12:18:13.455 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 12:18:13.455 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-16 12:18:13.455 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-16 12:18:13.455 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-16 12:18:13.455 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-16 12:18:13.455 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-16 12:18:13.455 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-16 12:18:13.455 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user glance --project service --user-domain Default --project-domain Default 2025-04-16 12:18:13.455 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance --project service --user-domain Default --project-domain Default -c Role -f value 2025-04-16 12:18:13.455 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:18:13.455 | + functions-common:get_or_add_user_project_role:962 : user_role_id=05968de121c847d9bd1b0e47f328e0ca 2025-04-16 12:18:13.455 | + functions-common:get_or_add_user_project_role:963 : echo 05968de121c847d9bd1b0e47f328e0ca 2025-04-16 12:18:13.455 | 05968de121c847d9bd1b0e47f328e0ca 2025-04-16 12:18:13.455 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-04-16 12:18:13.455 | + lib/glance:create_glance_accounts:459 : is_service_enabled s-proxy 2025-04-16 12:18:13.455 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:18:13.455 | + lib/glance:create_glance_accounts:463 : get_or_create_service glance image 'Glance Image Service' 2025-04-16 12:18:13.455 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-16 12:18:13.455 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2025-04-16 12:18:13.455 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create image --name glance '--description=Glance Image Service' -f value -c id 2025-04-16 12:18:13.455 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:18:13.455 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-16 12:18:13.455 | 17c4340d8c824d1a97fe539b7b4103bf' 2025-04-16 12:18:13.455 | + functions-common:get_or_create_service:1050 : echo 17c4340d8c824d1a97fe539b7b4103bf 2025-04-16 12:18:13.455 | 17c4340d8c824d1a97fe539b7b4103bf 2025-04-16 12:18:13.455 | + lib/glance:create_glance_accounts:465 : get_or_create_endpoint image RegionOne http://10.180.1.21/image 2025-04-16 12:18:13.455 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-16 12:18:13.455 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface image public http://10.180.1.21/image RegionOne 2025-04-16 12:18:13.455 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-16 12:18:13.455 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service image --interface public --region RegionOne -c ID -f value 2025-04-16 12:18:13.455 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:18:13.455 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-16 12:18:13.455 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-16 12:18:13.455 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create image public http://10.180.1.21/image --region RegionOne -f value -c id 2025-04-16 12:18:13.455 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:18:13.455 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=cbdc9366ba424b73a6d4ce5d51d74404 2025-04-16 12:18:13.456 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo cbdc9366ba424b73a6d4ce5d51d74404 2025-04-16 12:18:13.456 | + functions-common:get_or_create_endpoint:1083 : public_id=cbdc9366ba424b73a6d4ce5d51d74404 2025-04-16 12:18:13.456 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-16 12:18:13.456 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-16 12:18:13.456 | + functions-common:get_or_create_endpoint:1092 : echo cbdc9366ba424b73a6d4ce5d51d74404 2025-04-16 12:18:13.456 | cbdc9366ba424b73a6d4ce5d51d74404 2025-04-16 12:18:13.456 | ++ lib/glance:create_glance_accounts:470 : get_or_create_domain Default 2025-04-16 12:18:13.456 | ++ functions-common:get_or_create_domain:855 : local domain_id 2025-04-16 12:18:13.456 | +++ functions-common:get_or_create_domain:861 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2025-04-16 12:18:13.456 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:18:13.456 | ++ functions-common:get_or_create_domain:860 : domain_id=default 2025-04-16 12:18:13.456 | ++ functions-common:get_or_create_domain:861 : echo default 2025-04-16 12:18:13.456 | + lib/glance:create_glance_accounts:470 : service_domain_id=default 2025-04-16 12:18:13.456 | + lib/glance:create_glance_accounts:471 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2025-04-16 12:18:13.456 | + lib/glance:create_glance_accounts:472 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2025-04-16 12:18:13.456 | + lib/glance:create_glance_accounts:474 : [[ True = True ]] 2025-04-16 12:18:13.456 | + lib/glance:create_glance_accounts:475 : configure_glance_quotas 2025-04-16 12:18:13.456 | + lib/glance:configure_glance_quotas:293 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 2000 --region RegionOne image_size_total 2025-04-16 12:18:13.456 | +---------------+----------------------------------+ 2025-04-16 12:18:13.456 | | Field | Value | 2025-04-16 12:18:13.456 | +---------------+----------------------------------+ 2025-04-16 12:18:13.456 | | default_limit | 2000 | 2025-04-16 12:18:13.456 | | description | None | 2025-04-16 12:18:13.456 | | id | b6d7a4fd77f34a94926d1e2d5e18aaf9 | 2025-04-16 12:18:13.456 | | region_id | RegionOne | 2025-04-16 12:18:13.456 | | resource_name | image_size_total | 2025-04-16 12:18:13.456 | | service_id | 17c4340d8c824d1a97fe539b7b4103bf | 2025-04-16 12:18:13.456 | +---------------+----------------------------------+ 2025-04-16 12:18:13.456 | + lib/glance:configure_glance_quotas:295 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 2000 --region RegionOne image_stage_total 2025-04-16 12:18:13.456 | +---------------+----------------------------------+ 2025-04-16 12:18:13.456 | | Field | Value | 2025-04-16 12:18:13.457 | +---------------+----------------------------------+ 2025-04-16 12:18:13.457 | | default_limit | 2000 | 2025-04-16 12:18:13.457 | | description | None | 2025-04-16 12:18:13.457 | | id | a6444bab959943eeab8f37ec2e078e7b | 2025-04-16 12:18:13.457 | | region_id | RegionOne | 2025-04-16 12:18:13.457 | | resource_name | image_stage_total | 2025-04-16 12:18:13.457 | | service_id | 17c4340d8c824d1a97fe539b7b4103bf | 2025-04-16 12:18:13.457 | +---------------+----------------------------------+ 2025-04-16 12:18:13.457 | + lib/glance:configure_glance_quotas:297 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 100 --region RegionOne image_count_total 2025-04-16 12:18:13.457 | +---------------+----------------------------------+ 2025-04-16 12:18:13.457 | | Field | Value | 2025-04-16 12:18:13.457 | +---------------+----------------------------------+ 2025-04-16 12:18:13.457 | | default_limit | 100 | 2025-04-16 12:18:13.457 | | description | None | 2025-04-16 12:18:13.457 | | id | c3a24cc260034df78e7964e236e5d570 | 2025-04-16 12:18:13.457 | | region_id | RegionOne | 2025-04-16 12:18:13.457 | | resource_name | image_count_total | 2025-04-16 12:18:13.457 | | service_id | 17c4340d8c824d1a97fe539b7b4103bf | 2025-04-16 12:18:13.457 | +---------------+----------------------------------+ 2025-04-16 12:18:13.457 | + lib/glance:configure_glance_quotas:299 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 100 --region RegionOne image_count_uploading 2025-04-16 12:18:13.457 | +---------------+----------------------------------+ 2025-04-16 12:18:13.457 | | Field | Value | 2025-04-16 12:18:13.457 | +---------------+----------------------------------+ 2025-04-16 12:18:13.457 | | default_limit | 100 | 2025-04-16 12:18:13.457 | | description | None | 2025-04-16 12:18:13.457 | | id | f4fcd86dd7e448c2b4fe0eaba70f42b3 | 2025-04-16 12:18:13.457 | | region_id | RegionOne | 2025-04-16 12:18:13.457 | | resource_name | image_count_uploading | 2025-04-16 12:18:13.457 | | service_id | 17c4340d8c824d1a97fe539b7b4103bf | 2025-04-16 12:18:13.457 | +---------------+----------------------------------+ 2025-04-16 12:18:13.457 | + lib/glance:configure_glance_quotas:303 : iniset /etc/glance/glance-api.conf DEFAULT use_keystone_limits True 2025-04-16 12:18:13.457 | + lib/glance:configure_glance_quotas:306 : iniset /etc/glance/glance-api.conf oslo_limit user_domain_name Default 2025-04-16 12:18:13.457 | + lib/glance:configure_glance_quotas:307 : iniset /etc/glance/glance-api.conf oslo_limit password nomoresecret 2025-04-16 12:18:13.457 | + lib/glance:configure_glance_quotas:308 : iniset /etc/glance/glance-api.conf oslo_limit username glance 2025-04-16 12:18:13.457 | + lib/glance:configure_glance_quotas:309 : iniset /etc/glance/glance-api.conf oslo_limit auth_type password 2025-04-16 12:18:13.457 | + lib/glance:configure_glance_quotas:310 : iniset /etc/glance/glance-api.conf oslo_limit auth_url http://10.180.1.21/identity 2025-04-16 12:18:13.457 | + lib/glance:configure_glance_quotas:311 : iniset /etc/glance/glance-api.conf oslo_limit system_scope all 2025-04-16 12:18:13.457 | ++ lib/glance:configure_glance_quotas:312 : oscwrap --os-cloud devstack-system-admin endpoint list --service glance -f value -c ID 2025-04-16 12:18:13.457 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:18:13.457 | + lib/glance:configure_glance_quotas:312 : iniset /etc/glance/glance-api.conf oslo_limit endpoint_id cbdc9366ba424b73a6d4ce5d51d74404 2025-04-16 12:18:13.457 | + lib/glance:configure_glance_quotas:316 : openstack --os-cloud devstack-system-admin role add --user glance --user-domain Default --system all reader 2025-04-16 12:18:13.486 | [3523 Async create_glance_accounts:43490]: finished create_glance_accounts with result 0 in 22 seconds 2025-04-16 12:18:13.512 | [3523 Async create_cinder_accounts:43629]: Waiting for completion of create_cinder_accounts running on PID 43629 (3 other jobs running) 2025-04-16 12:18:13.529 | [3523 Async create_cinder_accounts:43629]: Signaling child to exit 2025-04-16 12:18:13.529 | WAKEUP 2025-04-16 12:18:13.544 | [3523 Async create_cinder_accounts:43629]: Signaled 2025-04-16 12:18:13.545 | + lib/cinder:create_cinder_accounts:441 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ c-api ]] 2025-04-16 12:18:13.545 | + lib/cinder:create_cinder_accounts:443 : local extra_role= 2025-04-16 12:18:13.545 | + lib/cinder:create_cinder_accounts:446 : is_service_enabled barbican 2025-04-16 12:18:13.546 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:18:13.546 | + lib/cinder:create_cinder_accounts:450 : create_service_user cinder 2025-04-16 12:18:13.546 | + lib/keystone:create_service_user:436 : get_or_create_user cinder nomoresecret Default 2025-04-16 12:18:13.546 | + functions-common:get_or_create_user:882 : local user_id 2025-04-16 12:18:13.546 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-16 12:18:13.546 | + functions-common:get_or_create_user:886 : local email= 2025-04-16 12:18:13.546 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create cinder --password nomoresecret --domain=Default --or-show -f value -c id 2025-04-16 12:18:13.546 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:18:13.546 | + functions-common:get_or_create_user:898 : user_id=18915b32a1f84da2b44d9d9ce845ad44 2025-04-16 12:18:13.546 | + functions-common:get_or_create_user:899 : echo 18915b32a1f84da2b44d9d9ce845ad44 2025-04-16 12:18:13.546 | 18915b32a1f84da2b44d9d9ce845ad44 2025-04-16 12:18:13.546 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service cinder service Default Default 2025-04-16 12:18:13.546 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 12:18:13.546 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 12:18:13.546 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-16 12:18:13.546 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 12:18:13.546 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 12:18:13.546 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-16 12:18:13.546 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-16 12:18:13.546 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-16 12:18:13.546 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-16 12:18:13.546 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-16 12:18:13.546 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-16 12:18:13.546 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user cinder --project service --user-domain Default --project-domain Default 2025-04-16 12:18:13.546 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default -c Role -f value 2025-04-16 12:18:13.546 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:18:13.546 | + functions-common:get_or_add_user_project_role:962 : user_role_id=05968de121c847d9bd1b0e47f328e0ca 2025-04-16 12:18:13.546 | + functions-common:get_or_add_user_project_role:963 : echo 05968de121c847d9bd1b0e47f328e0ca 2025-04-16 12:18:13.546 | 05968de121c847d9bd1b0e47f328e0ca 2025-04-16 12:18:13.546 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-04-16 12:18:13.546 | + lib/cinder:create_cinder_accounts:453 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2025-04-16 12:18:13.546 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-16 12:18:13.546 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2025-04-16 12:18:13.546 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create block-storage --name cinder '--description=Cinder Volume Service' -f value -c id 2025-04-16 12:18:13.546 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:18:13.546 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-16 12:18:13.546 | 4372c16030074c49a16a0de01291053b' 2025-04-16 12:18:13.546 | + functions-common:get_or_create_service:1050 : echo 4372c16030074c49a16a0de01291053b 2025-04-16 12:18:13.546 | 4372c16030074c49a16a0de01291053b 2025-04-16 12:18:13.546 | + lib/cinder:create_cinder_accounts:454 : '[' True == False ']' 2025-04-16 12:18:13.546 | + lib/cinder:create_cinder_accounts:467 : get_or_create_endpoint block-storage RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2025-04-16 12:18:13.546 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-16 12:18:13.546 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface block-storage public 'http://10.180.1.21/volume/v3/$(project_id)s' RegionOne 2025-04-16 12:18:13.546 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-16 12:18:13.546 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service block-storage --interface public --region RegionOne -c ID -f value 2025-04-16 12:18:13.546 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:18:13.546 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-16 12:18:13.546 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-16 12:18:13.546 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create block-storage public 'http://10.180.1.21/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2025-04-16 12:18:13.546 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:18:13.546 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=7b8f098a9f724133a9fb5d9c55b0f7e5 2025-04-16 12:18:13.546 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 7b8f098a9f724133a9fb5d9c55b0f7e5 2025-04-16 12:18:13.546 | + functions-common:get_or_create_endpoint:1083 : public_id=7b8f098a9f724133a9fb5d9c55b0f7e5 2025-04-16 12:18:13.546 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-16 12:18:13.546 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-16 12:18:13.546 | + functions-common:get_or_create_endpoint:1092 : echo 7b8f098a9f724133a9fb5d9c55b0f7e5 2025-04-16 12:18:13.546 | 7b8f098a9f724133a9fb5d9c55b0f7e5 2025-04-16 12:18:13.546 | + lib/cinder:create_cinder_accounts:471 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2025-04-16 12:18:13.546 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-16 12:18:13.546 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2025-04-16 12:18:13.546 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create volumev3 --name cinderv3 '--description=Cinder Volume Service V3' -f value -c id 2025-04-16 12:18:13.546 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:18:13.547 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-16 12:18:13.547 | 7bbc6cd2dfb24f3f86a6a3809306a513' 2025-04-16 12:18:13.547 | + functions-common:get_or_create_service:1050 : echo 7bbc6cd2dfb24f3f86a6a3809306a513 2025-04-16 12:18:13.547 | 7bbc6cd2dfb24f3f86a6a3809306a513 2025-04-16 12:18:13.547 | + lib/cinder:create_cinder_accounts:473 : get_or_create_endpoint volumev3 RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2025-04-16 12:18:13.547 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-16 12:18:13.547 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface volumev3 public 'http://10.180.1.21/volume/v3/$(project_id)s' RegionOne 2025-04-16 12:18:13.547 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-16 12:18:13.547 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service volumev3 --interface public --region RegionOne -c ID -f value 2025-04-16 12:18:13.547 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:18:13.547 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-16 12:18:13.547 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-16 12:18:13.547 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create volumev3 public 'http://10.180.1.21/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2025-04-16 12:18:13.547 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:18:13.547 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=59c487f7ea8646b2b15f0e69b401236b 2025-04-16 12:18:13.547 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 59c487f7ea8646b2b15f0e69b401236b 2025-04-16 12:18:13.547 | + functions-common:get_or_create_endpoint:1083 : public_id=59c487f7ea8646b2b15f0e69b401236b 2025-04-16 12:18:13.547 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-16 12:18:13.547 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-16 12:18:13.547 | + functions-common:get_or_create_endpoint:1092 : echo 59c487f7ea8646b2b15f0e69b401236b 2025-04-16 12:18:13.547 | 59c487f7ea8646b2b15f0e69b401236b 2025-04-16 12:18:13.547 | + lib/cinder:create_cinder_accounts:478 : configure_cinder_internal_tenant 2025-04-16 12:18:13.547 | ++ lib/cinder:configure_cinder_internal_tenant:709 : get_or_create_project service 2025-04-16 12:18:13.547 | ++ functions-common:get_or_create_project:905 : local project_id 2025-04-16 12:18:13.547 | +++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create service --domain= --or-show -f value -c id 2025-04-16 12:18:13.547 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:18:13.547 | ++ functions-common:get_or_create_project:911 : project_id=f9342e81fd6e44528bd2420c38172d9d 2025-04-16 12:18:13.547 | ++ functions-common:get_or_create_project:912 : echo f9342e81fd6e44528bd2420c38172d9d 2025-04-16 12:18:13.547 | + lib/cinder:configure_cinder_internal_tenant:709 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id f9342e81fd6e44528bd2420c38172d9d 2025-04-16 12:18:13.547 | ++ lib/cinder:configure_cinder_internal_tenant:710 : get_or_create_user cinder 2025-04-16 12:18:13.547 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 12:18:13.547 | ++ functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-16 12:18:13.547 | ++ functions-common:get_or_create_user:886 : local email= 2025-04-16 12:18:13.547 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create cinder --password '' --domain= --or-show -f value -c id 2025-04-16 12:18:13.547 | No password was supplied, authentication will fail when a user does not have a password. 2025-04-16 12:18:13.547 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:18:13.547 | ++ functions-common:get_or_create_user:898 : user_id=18915b32a1f84da2b44d9d9ce845ad44 2025-04-16 12:18:13.547 | ++ functions-common:get_or_create_user:899 : echo 18915b32a1f84da2b44d9d9ce845ad44 2025-04-16 12:18:13.547 | + lib/cinder:configure_cinder_internal_tenant:710 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 18915b32a1f84da2b44d9d9ce845ad44 2025-04-16 12:18:13.577 | [3523 Async create_cinder_accounts:43629]: finished create_cinder_accounts with result 0 in 20 seconds 2025-04-16 12:18:13.580 | + inc/async:async_wait:197 : return 0 2025-04-16 12:18:13.582 | + stack.sh:main:1157 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2025-04-16 12:18:13.619 | [3523 Async create_neutron_accounts:43772]: Waiting for completion of create_neutron_accounts running on PID 43772 (2 other jobs running) 2025-04-16 12:18:13.636 | [3523 Async create_neutron_accounts:43772]: Signaling child to exit 2025-04-16 12:18:13.636 | WAKEUP 2025-04-16 12:18:13.653 | [3523 Async create_neutron_accounts:43772]: Signaled 2025-04-16 12:18:13.654 | + lib/neutron:create_neutron_accounts:488 : local neutron_url 2025-04-16 12:18:13.654 | + lib/neutron:create_neutron_accounts:489 : '[' False == True ']' 2025-04-16 12:18:13.654 | + lib/neutron:create_neutron_accounts:492 : neutron_url=http://10.180.1.21:9696/ 2025-04-16 12:18:13.654 | + lib/neutron:create_neutron_accounts:494 : '[' '!' -z networking ']' 2025-04-16 12:18:13.654 | + lib/neutron:create_neutron_accounts:495 : neutron_url=http://10.180.1.21:9696/networking 2025-04-16 12:18:13.654 | + lib/neutron:create_neutron_accounts:498 : is_service_enabled q-svc neutron-api 2025-04-16 12:18:13.654 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:18:13.654 | + lib/neutron:create_neutron_accounts:500 : create_service_user neutron 2025-04-16 12:18:13.654 | + lib/keystone:create_service_user:436 : get_or_create_user neutron nomoresecret Default 2025-04-16 12:18:13.654 | + functions-common:get_or_create_user:882 : local user_id 2025-04-16 12:18:13.654 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-16 12:18:13.654 | + functions-common:get_or_create_user:886 : local email= 2025-04-16 12:18:13.654 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create neutron --password nomoresecret --domain=Default --or-show -f value -c id 2025-04-16 12:18:13.654 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:18:13.654 | + functions-common:get_or_create_user:898 : user_id=c5a228b9c4f54619b0ef723ee798a5db 2025-04-16 12:18:13.654 | + functions-common:get_or_create_user:899 : echo c5a228b9c4f54619b0ef723ee798a5db 2025-04-16 12:18:13.654 | c5a228b9c4f54619b0ef723ee798a5db 2025-04-16 12:18:13.654 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service neutron service Default Default 2025-04-16 12:18:13.654 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 12:18:13.654 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 12:18:13.654 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-16 12:18:13.654 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 12:18:13.654 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 12:18:13.654 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-16 12:18:13.654 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-16 12:18:13.654 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-16 12:18:13.654 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-16 12:18:13.654 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-16 12:18:13.654 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-16 12:18:13.654 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user neutron --project service --user-domain Default --project-domain Default 2025-04-16 12:18:13.654 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default -c Role -f value 2025-04-16 12:18:13.654 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:18:13.654 | + functions-common:get_or_add_user_project_role:962 : user_role_id=05968de121c847d9bd1b0e47f328e0ca 2025-04-16 12:18:13.654 | + functions-common:get_or_add_user_project_role:963 : echo 05968de121c847d9bd1b0e47f328e0ca 2025-04-16 12:18:13.654 | 05968de121c847d9bd1b0e47f328e0ca 2025-04-16 12:18:13.654 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-04-16 12:18:13.654 | + lib/neutron:create_neutron_accounts:502 : get_or_create_service neutron network 'Neutron Service' 2025-04-16 12:18:13.654 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-16 12:18:13.654 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2025-04-16 12:18:13.654 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create network --name neutron '--description=Neutron Service' -f value -c id 2025-04-16 12:18:13.654 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:18:13.654 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-16 12:18:13.654 | 6c426812257642b0a99ae3a737f26820' 2025-04-16 12:18:13.654 | + functions-common:get_or_create_service:1050 : echo 6c426812257642b0a99ae3a737f26820 2025-04-16 12:18:13.654 | 6c426812257642b0a99ae3a737f26820 2025-04-16 12:18:13.654 | + lib/neutron:create_neutron_accounts:504 : get_or_create_endpoint network RegionOne http://10.180.1.21:9696/networking 2025-04-16 12:18:13.654 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-16 12:18:13.654 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface network public http://10.180.1.21:9696/networking RegionOne 2025-04-16 12:18:13.654 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-16 12:18:13.654 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service network --interface public --region RegionOne -c ID -f value 2025-04-16 12:18:13.654 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:18:13.654 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-16 12:18:13.655 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-16 12:18:13.655 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create network public http://10.180.1.21:9696/networking --region RegionOne -f value -c id 2025-04-16 12:18:13.655 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:18:13.655 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=53f103c2842a400a88ae53dba470db5b 2025-04-16 12:18:13.655 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 53f103c2842a400a88ae53dba470db5b 2025-04-16 12:18:13.655 | + functions-common:get_or_create_endpoint:1083 : public_id=53f103c2842a400a88ae53dba470db5b 2025-04-16 12:18:13.655 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-16 12:18:13.655 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-16 12:18:13.655 | + functions-common:get_or_create_endpoint:1092 : echo 53f103c2842a400a88ae53dba470db5b 2025-04-16 12:18:13.655 | 53f103c2842a400a88ae53dba470db5b 2025-04-16 12:18:13.685 | [3523 Async create_neutron_accounts:43772]: finished create_neutron_accounts with result 0 in 12 seconds 2025-04-16 12:18:13.690 | Not waiting for async task create_swift_accounts that we never started or has already been waited for 2025-04-16 12:18:13.694 | Not waiting for async task configure_horizon that we never started or has already been waited for 2025-04-16 12:18:13.696 | + inc/async:async_wait:197 : return 0 2025-04-16 12:18:13.698 | + stack.sh:main:1163 : is_service_enabled mysql postgresql 2025-04-16 12:18:13.712 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:18:13.714 | + stack.sh:main:1163 : is_service_enabled glance 2025-04-16 12:18:13.727 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:18:13.729 | + stack.sh:main:1164 : echo_summary 'Configuring Glance' 2025-04-16 12:18:13.731 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 12:18:13.733 | + stack.sh:echo_summary:461 : echo -e Configuring Glance 2025-04-16 12:18:13.735 | + stack.sh:main:1165 : async_runfunc init_glance 2025-04-16 12:18:13.737 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2025-04-16 12:18:13.784 | + inc/async:async_inner:63 : init_glance 2025-04-16 12:18:13.814 | [3523 Async init_glance:46097]: running: init_glance 2025-04-16 12:18:13.816 | + stack.sh:main:1172 : is_service_enabled neutron 2025-04-16 12:18:13.830 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:18:13.832 | + stack.sh:main:1173 : echo_summary 'Configuring Neutron' 2025-04-16 12:18:13.834 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 12:18:13.836 | + stack.sh:echo_summary:461 : echo -e Configuring Neutron 2025-04-16 12:18:13.838 | + stack.sh:main:1175 : configure_neutron 2025-04-16 12:18:13.840 | + lib/neutron:configure_neutron:380 : _configure_neutron_common 2025-04-16 12:18:13.842 | + lib/neutron:_configure_neutron_common:858 : _create_neutron_conf_dir 2025-04-16 12:18:13.844 | + lib/neutron:_create_neutron_conf_dir:851 : sudo install -d -o stack /etc/neutron 2025-04-16 12:18:13.854 | + lib/neutron:_configure_neutron_common:861 : cd /opt/stack//neutron 2025-04-16 12:18:13.855 | + lib/neutron:_configure_neutron_common:861 : exec ./tools/generate_config_file_samples.sh 2025-04-16 12:18:18.200 | + inc/async:async_inner:64 : rc=0 2025-04-16 12:18:18.219 | [46097 Async init_glance:46097]: finished successfully 2025-04-16 12:18:32.050 | + lib/neutron:_configure_neutron_common:863 : cp /opt/stack//neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2025-04-16 12:18:32.054 | + lib/neutron:_configure_neutron_common:865 : Q_POLICY_FILE=/etc/neutron/policy.json 2025-04-16 12:18:32.056 | + lib/neutron:_configure_neutron_common:869 : '[' -f /opt/stack//neutron/etc/policy.json ']' 2025-04-16 12:18:32.058 | + lib/neutron:_configure_neutron_common:873 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2025-04-16 12:18:32.060 | + lib/neutron:_configure_neutron_common:878 : neutron_plugin_configure_common 2025-04-16 12:18:32.061 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2025-04-16 12:18:32.063 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2025-04-16 12:18:32.065 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2025-04-16 12:18:32.067 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : neutron_service_plugin_class_add router 2025-04-16 12:18:32.069 | + lib/neutron:neutron_service_plugin_class_add:1036 : local service_plugin_class=router 2025-04-16 12:18:32.070 | + lib/neutron:neutron_service_plugin_class_add:1037 : [[ '' == '' ]] 2025-04-16 12:18:32.072 | + lib/neutron:neutron_service_plugin_class_add:1038 : Q_SERVICE_PLUGIN_CLASSES=router 2025-04-16 12:18:32.074 | + lib/neutron:_configure_neutron_common:880 : [[ etc/neutron/plugins/ml2 == '' ]] 2025-04-16 12:18:32.076 | + lib/neutron:_configure_neutron_common:880 : [[ ml2_conf.ini == '' ]] 2025-04-16 12:18:32.077 | + lib/neutron:_configure_neutron_common:880 : [[ ml2 == '' ]] 2025-04-16 12:18:32.079 | + lib/neutron:_configure_neutron_common:885 : mkdir -p /etc/neutron/plugins/ml2 2025-04-16 12:18:32.082 | + lib/neutron:_configure_neutron_common:886 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 12:18:32.084 | + lib/neutron:_configure_neutron_common:889 : NEUTRON_CORE_PLUGIN_CONF=etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 12:18:32.086 | + lib/neutron:_configure_neutron_common:892 : '[' -f /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2025-04-16 12:18:32.087 | + lib/neutron:_configure_neutron_common:893 : cp /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 12:18:32.091 | ++ lib/neutron:_configure_neutron_common:898 : database_connection_url neutron 2025-04-16 12:18:32.093 | ++ lib/database:database_connection_url:134 : local db=neutron 2025-04-16 12:18:32.095 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2025-04-16 12:18:32.097 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=neutron 2025-04-16 12:18:32.099 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 12:18:32.100 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 12:18:32.102 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 12:18:32.114 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:18:32.116 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 12:18:32.118 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2025-04-16 12:18:32.120 | + lib/neutron:_configure_neutron_common:898 : iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2025-04-16 12:18:32.144 | + lib/neutron:_configure_neutron_common:899 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2025-04-16 12:18:32.167 | + lib/neutron:_configure_neutron_common:900 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2025-04-16 12:18:32.191 | + lib/neutron:_configure_neutron_common:901 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2025-04-16 12:18:32.214 | + lib/neutron:_configure_neutron_common:902 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2025-04-16 12:18:32.237 | + lib/neutron:_configure_neutron_common:905 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2025-04-16 12:18:32.261 | + lib/neutron:_configure_neutron_common:907 : '[' vsphere = fake ']' 2025-04-16 12:18:32.263 | + lib/neutron:_configure_neutron_common:917 : setup_logging /etc/neutron/neutron.conf 2025-04-16 12:18:32.265 | + functions:setup_logging:685 : setup_systemd_logging /etc/neutron/neutron.conf 2025-04-16 12:18:32.267 | + functions:setup_systemd_logging:700 : local conf_file=/etc/neutron/neutron.conf 2025-04-16 12:18:32.269 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-16 12:18:32.282 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-16 12:18:32.284 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-16 12:18:32.285 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-16 12:18:32.287 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-16 12:18:32.289 | + functions:setup_systemd_logging:713 : iniset /etc/neutron/neutron.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-16 12:18:32.312 | + functions:setup_systemd_logging:715 : iniset /etc/neutron/neutron.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2025-04-16 12:18:32.335 | + functions:setup_systemd_logging:716 : iniset /etc/neutron/neutron.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2025-04-16 12:18:32.359 | + functions:setup_systemd_logging:717 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-16 12:18:32.382 | + lib/neutron:_configure_neutron_common:919 : is_service_enabled tls-proxy 2025-04-16 12:18:32.395 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:18:32.397 | + lib/neutron:_configure_neutron_common:925 : _neutron_setup_rootwrap 2025-04-16 12:18:32.398 | + lib/neutron:_neutron_setup_rootwrap:1071 : [[ True == \F\a\l\s\e ]] 2025-04-16 12:18:32.400 | + lib/neutron:_neutron_setup_rootwrap:1075 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2025-04-16 12:18:32.402 | + lib/neutron:_neutron_setup_rootwrap:1076 : [[ -d /etc/neutron/rootwrap.d ]] 2025-04-16 12:18:32.404 | + lib/neutron:_neutron_setup_rootwrap:1080 : neutron_deploy_rootwrap_filters /opt/stack//neutron 2025-04-16 12:18:32.406 | + lib/neutron:neutron_deploy_rootwrap_filters:1061 : [[ True == \F\a\l\s\e ]] 2025-04-16 12:18:32.408 | + lib/neutron:neutron_deploy_rootwrap_filters:1064 : local srcdir=/opt/stack//neutron 2025-04-16 12:18:32.409 | + lib/neutron:neutron_deploy_rootwrap_filters:1065 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2025-04-16 12:18:32.419 | + lib/neutron:neutron_deploy_rootwrap_filters:1066 : sudo install -o root -m 644 /opt/stack//neutron/etc/neutron/rootwrap.d/rootwrap.filters /etc/neutron/rootwrap.d/ 2025-04-16 12:18:32.428 | + lib/neutron:_neutron_setup_rootwrap:1084 : test -r /opt/stack//neutron/etc/neutron/rootwrap.conf 2025-04-16 12:18:32.430 | + lib/neutron:_neutron_setup_rootwrap:1087 : sudo install -o root -g root -m 644 /opt/stack//neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf 2025-04-16 12:18:32.439 | + lib/neutron:_neutron_setup_rootwrap:1089 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2025-04-16 12:18:32.448 | + lib/neutron:_neutron_setup_rootwrap:1093 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/neutron/rootwrap.conf 2025-04-16 12:18:32.458 | + lib/neutron:_neutron_setup_rootwrap:1096 : ROOTWRAP_SUDOER_CMD='/opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2025-04-16 12:18:32.459 | + lib/neutron:_neutron_setup_rootwrap:1097 : ROOTWRAP_DAEMON_SUDOER_CMD='/opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-16 12:18:32.462 | ++ lib/neutron:_neutron_setup_rootwrap:1100 : mktemp 2025-04-16 12:18:32.465 | + lib/neutron:_neutron_setup_rootwrap:1100 : TEMPFILE=/tmp/tmp.piMp7RegfR 2025-04-16 12:18:32.467 | + lib/neutron:_neutron_setup_rootwrap:1101 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2025-04-16 12:18:32.469 | + lib/neutron:_neutron_setup_rootwrap:1102 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-16 12:18:32.471 | + lib/neutron:_neutron_setup_rootwrap:1103 : chmod 0440 /tmp/tmp.piMp7RegfR 2025-04-16 12:18:32.474 | + lib/neutron:_neutron_setup_rootwrap:1104 : sudo chown root:root /tmp/tmp.piMp7RegfR 2025-04-16 12:18:32.482 | + lib/neutron:_neutron_setup_rootwrap:1105 : sudo mv /tmp/tmp.piMp7RegfR /etc/sudoers.d/neutron-rootwrap 2025-04-16 12:18:32.491 | + lib/neutron:_neutron_setup_rootwrap:1108 : configure_root_helper_options /etc/neutron/neutron.conf 2025-04-16 12:18:32.493 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/neutron.conf 2025-04-16 12:18:32.495 | + lib/neutron:configure_root_helper_options:1113 : iniset /etc/neutron/neutron.conf agent root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-16 12:18:32.519 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-04-16 12:18:32.521 | + lib/neutron:configure_root_helper_options:1115 : iniset /etc/neutron/neutron.conf agent root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-16 12:18:32.543 | + lib/neutron:configure_neutron:381 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2025-04-16 12:18:32.545 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=neutron 2025-04-16 12:18:32.548 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/neutron/neutron.conf 2025-04-16 12:18:32.550 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-16 12:18:32.551 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-16 12:18:32.554 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-16 12:18:32.567 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:18:32.570 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-16 12:18:32.572 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-16 12:18:32.574 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-16 12:18:32.587 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:18:32.589 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 12:18:32.591 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 12:18:32.615 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-16 12:18:32.617 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-16 12:18:32.619 | + lib/neutron:configure_neutron:383 : is_service_enabled q-metering neutron-metering 2025-04-16 12:18:32.632 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:18:32.634 | + lib/neutron:configure_neutron:386 : is_service_enabled q-agt neutron-agent 2025-04-16 12:18:32.647 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:18:32.649 | + lib/neutron:configure_neutron:387 : _configure_neutron_plugin_agent 2025-04-16 12:18:32.651 | + lib/neutron:_configure_neutron_plugin_agent:983 : configure_root_helper_options /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 12:18:32.653 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 12:18:32.655 | + lib/neutron:configure_root_helper_options:1113 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-16 12:18:32.681 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-04-16 12:18:32.683 | + lib/neutron:configure_root_helper_options:1115 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-16 12:18:32.707 | + lib/neutron:_configure_neutron_plugin_agent:984 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2025-04-16 12:18:32.732 | + lib/neutron:_configure_neutron_plugin_agent:987 : neutron_plugin_configure_plugin_agent 2025-04-16 12:18:32.734 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2025-04-16 12:18:32.736 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2025-04-16 12:18:32.738 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2025-04-16 12:18:33.998 | INFO neutron.common.config [-] Logging enabled! 2025-04-16 12:18:33.998 | INFO neutron.common.config [-] /opt/stack/data/venv/bin/neutron-ovs-cleanup version 0.0.1.dev14 2025-04-16 12:18:33.998 | DEBUG neutron.common.config [-] command line: /opt/stack/data/venv/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=47062) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2025-04-16 12:18:33.999 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2025-04-16 12:18:34.000 | 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/tmpbbyv4qnf/privsep.sock'] 2025-04-16 12:18:34.849 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap 2025-04-16 12:18:34.849 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmpbbyv4qnf/privsep.sock {{(pid=47062) __init__ /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:362}} 2025-04-16 12:18:34.850 | INFO oslo.privsep.daemon [-] privsep daemon starting 2025-04-16 12:18:34.850 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0 2025-04-16 12:18:34.850 | INFO oslo.privsep.daemon [-] privsep process running with capabilities (eff/prm/inh): CAP_NET_ADMIN|CAP_SYS_ADMIN/CAP_NET_ADMIN|CAP_SYS_ADMIN/none 2025-04-16 12:18:34.850 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 47073 2025-04-16 12:18:34.850 | DEBUG oslo.privsep.daemon [-] privsep: reply[339fe462-8b48-4719-ac30-5896ead85d2d]: (2,) {{(pid=47073) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 12:18:34.938 | 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=47073) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:384}} 2025-04-16 12:18:34.947 | DEBUG oslo_concurrency.processutils [-] CMD "ovs-vsctl --timeout=10 --id=@manager -- create Manager target="ptcp:6640:127.0.0.1" -- add Open_vSwitch . manager_options @manager -- set Manager ptcp:6640:127.0.0.1 inactivity_probe=10000" returned: 0 in 0.009s {{(pid=47073) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:422}} 2025-04-16 12:18:34.947 | DEBUG oslo.privsep.daemon [-] privsep: reply[1f518398-ead1-49f4-be8e-0f31decaa35f]: (4, ('419122b6-77d7-4052-93f0-1b73f697f1c5\n', '')) {{(pid=47073) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 12:18:35.039 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=47062) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-16 12:18:35.039 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=47062) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-16 12:18:35.039 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=47062) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 12:18:35.039 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=47062) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 12:18:35.039 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=47062) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 12:18:35.039 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=47062) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 12:18:35.073 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2025-04-16 12:18:35.073 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=47062) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2025-04-16 12:18:35.074 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=47062) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2025-04-16 12:18:35.074 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2025-04-16 12:18:35.314 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2025-04-16 12:18:35.317 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2025-04-16 12:18:35.319 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2025-04-16 12:18:35.321 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-04-16 12:18:35.323 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2025-04-16 12:18:35.336 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:41 : sudo ovs-vsctl --no-wait br-set-external-id br-int bridge-id br-int 2025-04-16 12:18:35.348 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2025-04-16 12:18:35.350 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:88 : [[ True == \T\r\u\e ]] 2025-04-16 12:18:35.353 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:89 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver openvswitch 2025-04-16 12:18:35.377 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:90 : running_in_container 2025-04-16 12:18:35.380 | ++ functions:running_in_container:804 : systemd-detect-virt --container 2025-04-16 12:18:35.385 | + functions:running_in_container:804 : [[ none != \n\o\n\e ]] 2025-04-16 12:18:35.387 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:91 : enable_kernel_bridge_firewall 2025-04-16 12:18:35.390 | + functions:enable_kernel_bridge_firewall:813 : sudo modprobe bridge 2025-04-16 12:18:35.414 | + functions:enable_kernel_bridge_firewall:816 : sudo modprobe br_netfilter 2025-04-16 12:18:35.427 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2025-04-16 12:18:35.429 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2025-04-16 12:18:35.436 | net.bridge.bridge-nf-call-iptables = 1 2025-04-16 12:18:35.439 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2025-04-16 12:18:35.441 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2025-04-16 12:18:35.447 | net.bridge.bridge-nf-call-ip6tables = 1 2025-04-16 12:18:35.449 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ false == \T\r\u\e ]] 2025-04-16 12:18:35.451 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ default != '' ]] 2025-04-16 12:18:35.454 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-ex != '' ]] 2025-04-16 12:18:35.455 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ '' == '' ]] 2025-04-16 12:18:35.457 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:50 : OVS_BRIDGE_MAPPINGS=default:br-ex 2025-04-16 12:18:35.459 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-ex 2025-04-16 12:18:35.461 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2025-04-16 12:18:35.463 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2025-04-16 12:18:35.465 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-04-16 12:18:35.467 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2025-04-16 12:18:35.479 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ default:br-ex != '' ]] 2025-04-16 12:18:35.482 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:57 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs bridge_mappings default:br-ex 2025-04-16 12:18:35.508 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/opt/stack/data/venv/bin/neutron-openvswitch-agent 2025-04-16 12:18:35.510 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2025-04-16 12:18:35.534 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2025-04-16 12:18:35.559 | + lib/neutron:configure_neutron:389 : is_service_enabled q-dhcp neutron-dhcp 2025-04-16 12:18:35.572 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:18:35.574 | + lib/neutron:configure_neutron:390 : _configure_neutron_dhcp_agent 2025-04-16 12:18:35.576 | + lib/neutron:_configure_neutron_dhcp_agent:930 : cp /opt/stack//neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2025-04-16 12:18:35.580 | + lib/neutron:_configure_neutron_dhcp_agent:932 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2025-04-16 12:18:35.604 | + lib/neutron:_configure_neutron_dhcp_agent:934 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2025-04-16 12:18:35.628 | + lib/neutron:_configure_neutron_dhcp_agent:935 : configure_root_helper_options /etc/neutron/dhcp_agent.ini 2025-04-16 12:18:35.630 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/dhcp_agent.ini 2025-04-16 12:18:35.632 | + lib/neutron:configure_root_helper_options:1113 : iniset /etc/neutron/dhcp_agent.ini agent root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-16 12:18:35.656 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-04-16 12:18:35.658 | + lib/neutron:configure_root_helper_options:1115 : iniset /etc/neutron/dhcp_agent.ini agent root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-16 12:18:35.682 | + lib/neutron:_configure_neutron_dhcp_agent:937 : is_service_enabled q-l3 neutron-l3 2025-04-16 12:18:35.695 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:18:35.697 | + lib/neutron:_configure_neutron_dhcp_agent:948 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2025-04-16 12:18:35.699 | + lib/neutron:_neutron_setup_interface_driver:1123 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2025-04-16 12:18:35.724 | + lib/neutron:_neutron_setup_interface_driver:1125 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2025-04-16 12:18:35.726 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2025-04-16 12:18:35.728 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2025-04-16 12:18:35.753 | + lib/neutron:_configure_neutron_dhcp_agent:950 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2025-04-16 12:18:35.755 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2025-04-16 12:18:35.756 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2025-04-16 12:18:35.759 | + lib/neutron:configure_neutron:392 : is_service_enabled q-l3 neutron-l3 2025-04-16 12:18:35.772 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:18:35.774 | + lib/neutron:configure_neutron:393 : _configure_neutron_l3_agent 2025-04-16 12:18:35.776 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:120 : cp /opt/stack//neutron/etc/l3_agent.ini.sample /etc/neutron/l3_agent.ini 2025-04-16 12:18:35.779 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2025-04-16 12:18:35.803 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:123 : iniset /etc/neutron/l3_agent.ini AGENT root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-16 12:18:35.829 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : [[ True == \T\r\u\e ]] 2025-04-16 12:18:35.831 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:125 : iniset /etc/neutron/l3_agent.ini AGENT root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-16 12:18:35.855 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:128 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2025-04-16 12:18:35.857 | + lib/neutron:_neutron_setup_interface_driver:1123 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2025-04-16 12:18:35.888 | + lib/neutron:_neutron_setup_interface_driver:1125 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2025-04-16 12:18:35.890 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2025-04-16 12:18:35.892 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2025-04-16 12:18:35.916 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:130 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2025-04-16 12:18:35.918 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2025-04-16 12:18:35.920 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2025-04-16 12:18:35.922 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:99 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2025-04-16 12:18:37.152 | INFO neutron.common.config [-] Logging enabled! 2025-04-16 12:18:37.152 | INFO neutron.common.config [-] /opt/stack/data/venv/bin/neutron-ovs-cleanup version 0.0.1.dev14 2025-04-16 12:18:37.153 | DEBUG neutron.common.config [-] command line: /opt/stack/data/venv/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=47618) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2025-04-16 12:18:37.177 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=47618) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-16 12:18:37.177 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=47618) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-16 12:18:37.177 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=47618) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 12:18:37.177 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=47618) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 12:18:37.177 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=47618) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 12:18:37.177 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=47618) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 12:18:37.211 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2025-04-16 12:18:37.211 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=47618) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2025-04-16 12:18:37.211 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=47618) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2025-04-16 12:18:37.211 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2025-04-16 12:18:37.445 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:100 : [[ False = \T\r\u\e ]] 2025-04-16 12:18:37.448 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:108 : _neutron_ovs_base_add_public_bridge 2025-04-16 12:18:37.450 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:114 : _neutron_ovs_base_add_bridge br-ex 2025-04-16 12:18:37.452 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2025-04-16 12:18:37.454 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2025-04-16 12:18:37.456 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-04-16 12:18:37.459 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2025-04-16 12:18:37.471 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:115 : set_mtu br-ex 8950 2025-04-16 12:18:37.473 | + functions:set_mtu:796 : local dev=br-ex 2025-04-16 12:18:37.475 | + functions:set_mtu:797 : local mtu=8950 2025-04-16 12:18:37.477 | + functions:set_mtu:798 : sudo ip link set mtu 8950 dev br-ex 2025-04-16 12:18:37.487 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:109 : sudo ovs-vsctl br-set-external-id br-ex bridge-id br-ex 2025-04-16 12:18:37.500 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:132 : _configure_public_network_connectivity 2025-04-16 12:18:37.502 | + lib/neutron:_configure_public_network_connectivity:787 : [[ -n ens224 ]] 2025-04-16 12:18:37.504 | + lib/neutron:_configure_public_network_connectivity:788 : _move_neutron_addresses_route ens224 br-ex True False inet 2025-04-16 12:18:37.506 | + lib/neutron:_move_neutron_addresses_route:728 : local from_intf=ens224 2025-04-16 12:18:37.508 | + lib/neutron:_move_neutron_addresses_route:729 : local to_intf=br-ex 2025-04-16 12:18:37.510 | + lib/neutron:_move_neutron_addresses_route:730 : local add_ovs_port=True 2025-04-16 12:18:37.512 | + lib/neutron:_move_neutron_addresses_route:731 : local del_ovs_port=False 2025-04-16 12:18:37.515 | + lib/neutron:_move_neutron_addresses_route:732 : local af=inet 2025-04-16 12:18:37.517 | + lib/neutron:_move_neutron_addresses_route:734 : [[ -n ens224 ]] 2025-04-16 12:18:37.519 | + lib/neutron:_move_neutron_addresses_route:734 : [[ -n br-ex ]] 2025-04-16 12:18:37.521 | + lib/neutron:_move_neutron_addresses_route:740 : local IP_REPLACE= 2025-04-16 12:18:37.523 | + lib/neutron:_move_neutron_addresses_route:741 : local IP_DEL= 2025-04-16 12:18:37.524 | + lib/neutron:_move_neutron_addresses_route:742 : local IP_UP= 2025-04-16 12:18:37.526 | + lib/neutron:_move_neutron_addresses_route:743 : local DEFAULT_ROUTE_GW 2025-04-16 12:18:37.530 | ++ lib/neutron:_move_neutron_addresses_route:744 : ip -f inet r 2025-04-16 12:18:37.530 | ++ lib/neutron:_move_neutron_addresses_route:744 : awk '/default.+ens224\s/ { print $3; exit }' 2025-04-16 12:18:37.534 | + lib/neutron:_move_neutron_addresses_route:744 : DEFAULT_ROUTE_GW= 2025-04-16 12:18:37.536 | + lib/neutron:_move_neutron_addresses_route:745 : local ADD_OVS_PORT= 2025-04-16 12:18:37.538 | + lib/neutron:_move_neutron_addresses_route:746 : local DEL_OVS_PORT= 2025-04-16 12:18:37.540 | + lib/neutron:_move_neutron_addresses_route:747 : local ARP_CMD= 2025-04-16 12:18:37.543 | ++ lib/neutron:_move_neutron_addresses_route:749 : ip -f inet a s dev ens224 scope global primary 2025-04-16 12:18:37.544 | ++ lib/neutron:_move_neutron_addresses_route:749 : awk '{ print $2, $3, $4; exit }' 2025-04-16 12:18:37.544 | ++ lib/neutron:_move_neutron_addresses_route:749 : grep inet 2025-04-16 12:18:37.549 | + lib/neutron:_move_neutron_addresses_route:749 : IP_BRD= 2025-04-16 12:18:37.551 | + lib/neutron:_move_neutron_addresses_route:751 : '[' '' '!=' '' ']' 2025-04-16 12:18:37.553 | + lib/neutron:_move_neutron_addresses_route:755 : [[ True == \T\r\u\e ]] 2025-04-16 12:18:37.555 | + lib/neutron:_move_neutron_addresses_route:756 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-ex ens224' 2025-04-16 12:18:37.557 | + lib/neutron:_move_neutron_addresses_route:759 : [[ False == \T\r\u\e ]] 2025-04-16 12:18:37.559 | + lib/neutron:_move_neutron_addresses_route:763 : [[ '' != '' ]] 2025-04-16 12:18:37.560 | + lib/neutron:_move_neutron_addresses_route:775 : sudo ovs-vsctl --may-exist add-port br-ex ens224 2025-04-16 12:18:37.574 | ++ lib/neutron:_configure_public_network_connectivity:790 : ip -f inet6 a s dev ens224 2025-04-16 12:18:37.574 | ++ lib/neutron:_configure_public_network_connectivity:790 : grep -c global 2025-04-16 12:18:37.578 | + lib/neutron:_configure_public_network_connectivity:790 : [[ 0 != 0 ]] 2025-04-16 12:18:37.580 | + lib/neutron:configure_neutron:395 : is_service_enabled q-meta neutron-metadata-agent 2025-04-16 12:18:37.594 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:18:37.596 | + lib/neutron:configure_neutron:396 : _configure_neutron_metadata_agent 2025-04-16 12:18:37.598 | + lib/neutron:_configure_neutron_metadata_agent:955 : cp /opt/stack//neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2025-04-16 12:18:37.601 | + lib/neutron:_configure_neutron_metadata_agent:957 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2025-04-16 12:18:37.625 | + lib/neutron:_configure_neutron_metadata_agent:958 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.180.1.21 2025-04-16 12:18:37.649 | + lib/neutron:_configure_neutron_metadata_agent:959 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2025-04-16 12:18:37.673 | + lib/neutron:_configure_neutron_metadata_agent:960 : configure_root_helper_options /etc/neutron/metadata_agent.ini 2025-04-16 12:18:37.675 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/metadata_agent.ini 2025-04-16 12:18:37.677 | + lib/neutron:configure_root_helper_options:1113 : iniset /etc/neutron/metadata_agent.ini agent root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-16 12:18:37.701 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-04-16 12:18:37.703 | + lib/neutron:configure_root_helper_options:1115 : iniset /etc/neutron/metadata_agent.ini agent root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-16 12:18:37.727 | + lib/neutron:configure_neutron:399 : [[ legacy != \l\e\g\a\c\y ]] 2025-04-16 12:18:37.729 | + lib/neutron:configure_neutron:402 : is_service_enabled ceilometer 2025-04-16 12:18:37.742 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:18:37.744 | + lib/neutron:configure_neutron:406 : [[ openvswitch == \o\v\n ]] 2025-04-16 12:18:37.746 | + lib/neutron:configure_neutron:412 : is_service_enabled q-placement neutron-placement 2025-04-16 12:18:37.760 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:18:37.762 | + lib/neutron:configure_neutron:415 : is_service_enabled q-trunk neutron-trunk 2025-04-16 12:18:37.776 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:18:37.778 | + lib/neutron:configure_neutron:418 : is_service_enabled q-qos neutron-qos 2025-04-16 12:18:37.791 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:18:37.793 | + lib/neutron:configure_neutron:425 : is_service_enabled neutron-segments 2025-04-16 12:18:37.806 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:18:37.808 | + lib/neutron:configure_neutron:431 : is_service_enabled q-agt neutron-agent q-svc neutron-api 2025-04-16 12:18:37.822 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:18:37.824 | + lib/neutron:configure_neutron:432 : _configure_neutron_service 2025-04-16 12:18:37.826 | + lib/neutron:_configure_neutron_service:1002 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2025-04-16 12:18:37.828 | + lib/neutron:_configure_neutron_service:1003 : cp /opt/stack//neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2025-04-16 12:18:37.831 | + lib/neutron:_configure_neutron_service:1005 : [[ -n networking ]] 2025-04-16 12:18:37.833 | + lib/neutron:_configure_neutron_service:1006 : _replace_api_paste_composite 2025-04-16 12:18:37.835 | + lib/neutron:_replace_api_paste_composite:991 : local sep 2025-04-16 12:18:37.838 | ++ lib/neutron:_replace_api_paste_composite:992 : echo -ne '\x01' 2025-04-16 12:18:37.840 | + lib/neutron:_replace_api_paste_composite:992 : sep=$'\001' 2025-04-16 12:18:37.842 | + lib/neutron:_replace_api_paste_composite:994 : sed -i -e 's/\/\: neutronversions_composite/\/networking\/\: neutronversions_composite/' /etc/neutron/api-paste.ini 2025-04-16 12:18:37.846 | + lib/neutron:_replace_api_paste_composite:995 : sed -i -e 's/\/healthcheck\: healthcheck/\/networking\/healthcheck\: healthcheck/' /etc/neutron/api-paste.ini 2025-04-16 12:18:37.849 | + lib/neutron:_replace_api_paste_composite:996 : sed -i -e 's/\/v2.0\: neutronapi_v2_0/\/networking\/v2.0\: neutronapi_v2_0/' /etc/neutron/api-paste.ini 2025-04-16 12:18:37.853 | + lib/neutron:_configure_neutron_service:1010 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2025-04-16 12:18:37.877 | + lib/neutron:_configure_neutron_service:1012 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2025-04-16 12:18:37.902 | + lib/neutron:_configure_neutron_service:1013 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2025-04-16 12:18:37.927 | + lib/neutron:_configure_neutron_service:1015 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2025-04-16 12:18:37.951 | + lib/neutron:_configure_neutron_service:1016 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2025-04-16 12:18:37.953 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-04-16 12:18:37.955 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=neutron 2025-04-16 12:18:37.957 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-16 12:18:37.959 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2025-04-16 12:18:37.983 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2025-04-16 12:18:38.007 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-16 12:18:38.032 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2025-04-16 12:18:38.056 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken password nomoresecret 2025-04-16 12:18:38.081 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2025-04-16 12:18:38.105 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2025-04-16 12:18:38.129 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2025-04-16 12:18:38.153 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-16 12:18:38.178 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2025-04-16 12:18:38.202 | + lib/neutron:_configure_neutron_service:1019 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2025-04-16 12:18:38.226 | + lib/neutron:_configure_neutron_service:1020 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2025-04-16 12:18:38.251 | + lib/neutron:_configure_neutron_service:1022 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2025-04-16 12:18:38.253 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-04-16 12:18:38.255 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-04-16 12:18:38.258 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2025-04-16 12:18:38.259 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova auth_type password 2025-04-16 12:18:38.284 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova interface public 2025-04-16 12:18:38.308 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova auth_url http://10.180.1.21/identity 2025-04-16 12:18:38.333 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf nova username nova 2025-04-16 12:18:38.357 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova password nomoresecret 2025-04-16 12:18:38.381 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2025-04-16 12:18:38.405 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf nova project_name service 2025-04-16 12:18:38.430 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2025-04-16 12:18:38.455 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2025-04-16 12:18:38.479 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2025-04-16 12:18:38.503 | + lib/neutron:_configure_neutron_service:1025 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement 2025-04-16 12:18:38.505 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-04-16 12:18:38.508 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2025-04-16 12:18:38.510 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=placement 2025-04-16 12:18:38.512 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf placement auth_type password 2025-04-16 12:18:38.536 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf placement interface public 2025-04-16 12:18:38.562 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf placement auth_url http://10.180.1.21/identity 2025-04-16 12:18:38.586 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf placement username placement 2025-04-16 12:18:38.611 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf placement password nomoresecret 2025-04-16 12:18:38.635 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf placement user_domain_name Default 2025-04-16 12:18:38.659 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf placement project_name service 2025-04-16 12:18:38.684 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf placement project_domain_name Default 2025-04-16 12:18:38.709 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem 2025-04-16 12:18:38.733 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 2025-04-16 12:18:38.759 | + lib/neutron:_configure_neutron_service:1028 : neutron_plugin_configure_service 2025-04-16 12:18:38.761 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ geneve != \l\o\c\a\l ]] 2025-04-16 12:18:38.763 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2025-04-16 12:18:38.765 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2025-04-16 12:18:38.767 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2025-04-16 12:18:38.769 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ default != '' ]] 2025-04-16 12:18:38.771 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=default 2025-04-16 12:18:38.773 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 2:999 != '' ]] 2025-04-16 12:18:38.775 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=default:2:999 2025-04-16 12:18:38.777 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ default:2:999 != '' ]] 2025-04-16 12:18:38.779 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2025-04-16 12:18:38.781 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2025-04-16 12:18:38.783 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n default ]] 2025-04-16 12:18:38.784 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2025-04-16 12:18:38.787 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n default ]] 2025-04-16 12:18:38.788 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=default, 2025-04-16 12:18:38.791 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n default ]] 2025-04-16 12:18:38.793 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ default != \d\e\f\a\u\l\t ]] 2025-04-16 12:18:38.794 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:114 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group=True 2025-04-16 12:18:38.796 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 12:18:38.798 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=securitygroup 2025-04-16 12:18:38.800 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=enable_security_group=True 2025-04-16 12:18:38.802 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z enable_security_group=True ']' 2025-04-16 12:18:38.804 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 12:18:38.807 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2025-04-16 12:18:38.829 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:116 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=ovn 2025-04-16 12:18:38.831 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 12:18:38.833 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-16 12:18:38.835 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=ovn 2025-04-16 12:18:38.837 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=ovn ']' 2025-04-16 12:18:38.839 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 12:18:38.841 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers ovn 2025-04-16 12:18:38.864 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:117 : [[ ovn == *\l\i\n\u\x\b\r\i\d\g\e* ]] 2025-04-16 12:18:38.866 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:120 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version=4 2025-04-16 12:18:38.868 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 12:18:38.870 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-16 12:18:38.871 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=overlay_ip_version=4 2025-04-16 12:18:38.873 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z overlay_ip_version=4 ']' 2025-04-16 12:18:38.875 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 12:18:38.877 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2025-04-16 12:18:38.900 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 : [[ -n '' ]] 2025-04-16 12:18:38.902 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:126 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers=port_security 2025-04-16 12:18:38.904 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 12:18:38.906 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-16 12:18:38.908 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2025-04-16 12:18:38.910 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2025-04-16 12:18:38.912 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 12:18:38.914 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2025-04-16 12:18:38.937 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:128 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types=geneve 2025-04-16 12:18:38.939 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 12:18:38.941 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-16 12:18:38.943 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=geneve 2025-04-16 12:18:38.944 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=geneve ']' 2025-04-16 12:18:38.946 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 12:18:38.948 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types geneve 2025-04-16 12:18:38.973 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:130 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges=1:1000 2025-04-16 12:18:38.975 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 12:18:38.977 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2025-04-16 12:18:38.979 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2025-04-16 12:18:38.981 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2025-04-16 12:18:38.983 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 12:18:38.985 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges 1:1000 2025-04-16 12:18:39.011 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:132 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges=1:1000 2025-04-16 12:18:39.012 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 12:18:39.015 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2025-04-16 12:18:39.016 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2025-04-16 12:18:39.018 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2025-04-16 12:18:39.020 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 12:18:39.022 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2025-04-16 12:18:39.046 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:134 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks=default, 2025-04-16 12:18:39.048 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 12:18:39.050 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2025-04-16 12:18:39.051 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=default, 2025-04-16 12:18:39.053 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=default, ']' 2025-04-16 12:18:39.055 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 12:18:39.057 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks default, 2025-04-16 12:18:39.080 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:136 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges=default:2:999 2025-04-16 12:18:39.082 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 12:18:39.084 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2025-04-16 12:18:39.086 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=default:2:999 2025-04-16 12:18:39.088 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=default:2:999 ']' 2025-04-16 12:18:39.090 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 12:18:39.092 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges default:2:999 2025-04-16 12:18:39.115 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:138 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges=1:1000 2025-04-16 12:18:39.116 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 12:18:39.118 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2025-04-16 12:18:39.120 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2025-04-16 12:18:39.122 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2025-04-16 12:18:39.124 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 12:18:39.126 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2025-04-16 12:18:39.149 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:140 : [[ legacy != \l\e\g\a\c\y ]] 2025-04-16 12:18:39.151 | + lib/neutron:configure_neutron:435 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2025-04-16 12:18:39.175 | + lib/neutron:configure_neutron:439 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2025-04-16 12:18:39.201 | + lib/neutron:configure_neutron:441 : '[' False == True ']' 2025-04-16 12:18:39.203 | + stack.sh:main:1178 : is_service_enabled mysql postgresql 2025-04-16 12:18:39.216 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:18:39.218 | + stack.sh:main:1178 : is_service_enabled neutron 2025-04-16 12:18:39.231 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:18:39.233 | + stack.sh:main:1179 : async_runfunc init_neutron 2025-04-16 12:18:39.235 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2025-04-16 12:18:39.281 | + inc/async:async_inner:63 : init_neutron 2025-04-16 12:18:39.310 | [3523 Async init_neutron:49437]: running: init_neutron 2025-04-16 12:18:39.313 | + stack.sh:main:1187 : is_service_enabled q-dhcp 2025-04-16 12:18:39.327 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:18:39.330 | ++ stack.sh:main:1191 : pidof NetworkManager 2025-04-16 12:18:39.342 | ++ stack.sh:main:1191 : true 2025-04-16 12:18:39.344 | + stack.sh:main:1191 : netman_pid= 2025-04-16 12:18:39.346 | + stack.sh:main:1192 : '[' -z '' ']' 2025-04-16 12:18:39.348 | + stack.sh:main:1193 : sudo killall dnsmasq 2025-04-16 12:18:39.359 | dnsmasq: no process found 2025-04-16 12:18:39.362 | + stack.sh:main:1193 : true 2025-04-16 12:18:39.365 | + stack.sh:main:1198 : clean_iptables 2025-04-16 12:18:39.367 | + lib/nova:clean_iptables:189 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-16 12:18:39.367 | + lib/nova:clean_iptables:189 : sudo iptables -S -v 2025-04-16 12:18:39.368 | + lib/nova:clean_iptables:189 : grep nova 2025-04-16 12:18:39.369 | + lib/nova:clean_iptables:189 : sed s/-A/-D/g 2025-04-16 12:18:39.369 | + lib/nova:clean_iptables:189 : awk '{print "sudo iptables",$0}' 2025-04-16 12:18:39.369 | + lib/nova:clean_iptables:189 : bash 2025-04-16 12:18:39.370 | + lib/nova:clean_iptables:189 : grep '\-A' 2025-04-16 12:18:39.393 | + lib/nova:clean_iptables:191 : sudo iptables -S -v -t nat 2025-04-16 12:18:39.393 | + lib/nova:clean_iptables:191 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-16 12:18:39.393 | + lib/nova:clean_iptables:191 : grep nova 2025-04-16 12:18:39.394 | + lib/nova:clean_iptables:191 : grep '\-A' 2025-04-16 12:18:39.395 | + lib/nova:clean_iptables:191 : sed s/-A/-D/g 2025-04-16 12:18:39.395 | + lib/nova:clean_iptables:191 : awk '{print "sudo iptables -t nat",$0}' 2025-04-16 12:18:39.395 | + lib/nova:clean_iptables:191 : bash 2025-04-16 12:18:39.405 | + lib/nova:clean_iptables:193 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-16 12:18:39.406 | + lib/nova:clean_iptables:193 : grep nova 2025-04-16 12:18:39.406 | + lib/nova:clean_iptables:193 : sudo iptables -S -v 2025-04-16 12:18:39.406 | + lib/nova:clean_iptables:193 : grep '\-N' 2025-04-16 12:18:39.406 | + lib/nova:clean_iptables:193 : sed s/-N/-X/g 2025-04-16 12:18:39.406 | + lib/nova:clean_iptables:193 : awk '{print "sudo iptables",$0}' 2025-04-16 12:18:39.407 | + lib/nova:clean_iptables:193 : bash 2025-04-16 12:18:39.416 | + lib/nova:clean_iptables:195 : sudo iptables -S -v -t nat 2025-04-16 12:18:39.416 | + lib/nova:clean_iptables:195 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-16 12:18:39.416 | + lib/nova:clean_iptables:195 : grep '\-N' 2025-04-16 12:18:39.417 | + lib/nova:clean_iptables:195 : grep nova 2025-04-16 12:18:39.417 | + lib/nova:clean_iptables:195 : sed s/-N/-X/g 2025-04-16 12:18:39.417 | + lib/nova:clean_iptables:195 : awk '{print "sudo iptables -t nat",$0}' 2025-04-16 12:18:39.418 | + lib/nova:clean_iptables:195 : bash 2025-04-16 12:18:39.426 | + stack.sh:main:1201 : sudo sysctl -w net.ipv4.ip_forward=1 2025-04-16 12:18:39.433 | net.ipv4.ip_forward = 1 2025-04-16 12:18:39.435 | + stack.sh:main:1206 : is_service_enabled nova neutron 2025-04-16 12:18:39.449 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:18:39.451 | + stack.sh:main:1207 : configure_os_vif 2025-04-16 12:18:39.453 | + lib/os-vif:configure_os_vif:16 : [[ -e /etc/nova/nova.conf ]] 2025-04-16 12:18:39.455 | + lib/os-vif:configure_os_vif:17 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2025-04-16 12:18:39.481 | + lib/os-vif:configure_os_vif:19 : [[ -e /etc/neutron/neutron.conf ]] 2025-04-16 12:18:39.483 | + lib/os-vif:configure_os_vif:20 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2025-04-16 12:18:39.510 | + stack.sh:main:1213 : is_service_enabled swift 2025-04-16 12:18:39.524 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:18:39.526 | + stack.sh:main:1222 : is_service_enabled cinder 2025-04-16 12:18:39.540 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:18:39.542 | + stack.sh:main:1223 : echo_summary 'Configuring Cinder' 2025-04-16 12:18:39.544 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 12:18:39.546 | + stack.sh:echo_summary:461 : echo -e Configuring Cinder 2025-04-16 12:18:39.548 | + stack.sh:main:1224 : async_runfunc init_cinder 2025-04-16 12:18:39.550 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2025-04-16 12:18:39.599 | + inc/async:async_inner:63 : init_cinder 2025-04-16 12:18:39.627 | [3523 Async init_cinder:49789]: running: init_cinder 2025-04-16 12:18:39.630 | + stack.sh:main:1230 : is_service_enabled placement 2025-04-16 12:18:39.647 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:18:39.649 | + stack.sh:main:1231 : echo_summary 'Configuring placement' 2025-04-16 12:18:39.651 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 12:18:39.653 | + stack.sh:echo_summary:461 : echo -e Configuring placement 2025-04-16 12:18:39.656 | + stack.sh:main:1232 : async_runfunc init_placement 2025-04-16 12:18:39.658 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2025-04-16 12:18:39.712 | + inc/async:async_inner:63 : init_placement 2025-04-16 12:18:39.742 | [3523 Async init_placement:49936]: running: init_placement 2025-04-16 12:18:39.748 | + stack.sh:main:1236 : async_wait init_neutron 2025-04-16 12:18:39.786 | [3523 Async init_neutron:49437]: Waiting for completion of init_neutron running on PID 49437 (5 other jobs running) 2025-04-16 12:18:39.808 | [3523 Async init_neutron:49437]: Signaling child to exit 2025-04-16 12:18:43.317 | + inc/async:async_inner:64 : rc=0 2025-04-16 12:18:43.336 | [49789 Async init_cinder:49789]: finished successfully 2025-04-16 12:18:48.418 | + inc/async:async_inner:64 : rc=0 2025-04-16 12:18:48.437 | [49437 Async init_neutron:49437]: finished successfully 2025-04-16 12:18:48.454 | WAKEUP 2025-04-16 12:18:48.470 | [3523 Async init_neutron:49437]: Signaled 2025-04-16 12:18:48.471 | + lib/neutron:init_neutron:511 : recreate_database neutron 2025-04-16 12:18:48.471 | + lib/database:recreate_database:112 : local db=neutron 2025-04-16 12:18:48.471 | + lib/database:recreate_database:113 : recreate_database_mysql neutron 2025-04-16 12:18:48.471 | + lib/databases/mysql:recreate_database_mysql:60 : local db=neutron 2025-04-16 12:18:48.471 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2025-04-16 12:18:48.471 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2025-04-16 12:18:48.471 | + lib/neutron:init_neutron:512 : time_start dbsync 2025-04-16 12:18:48.471 | + functions-common:time_start:2386 : local name=dbsync 2025-04-16 12:18:48.471 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:18:48.471 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:18:48.471 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:18:48.471 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805919319 2025-04-16 12:18:48.471 | + lib/neutron:init_neutron:514 : /opt/stack/data/venv/bin/neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head 2025-04-16 12:18:48.471 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-04-16 12:18:48.471 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-04-16 12:18:48.471 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-04-16 12:18:48.471 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-04-16 12:18:48.471 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2025-04-16 12:18:48.471 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2025-04-16 12:18:48.471 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2025-04-16 12:18:48.471 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2025-04-16 12:18:48.471 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2025-04-16 12:18:48.471 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2025-04-16 12:18:48.471 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2025-04-16 12:18:48.471 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2025-04-16 12:18:48.471 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2025-04-16 12:18:48.471 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project" 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 34cf8b009713 -> I43e0b669096 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade I43e0b669096 -> 4e6e655746f6 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 4e6e655746f6 -> 659cbedf30a1 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 659cbedf30a1 -> 21ff98fabab1 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 21ff98fabab1 -> 5881373af7f5 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 5881373af7f5 -> fc153938cdc1 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade fc153938cdc1 -> 93f394357a27 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 93f394357a27 -> 6f1145bff34c 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 6f1145bff34c -> 682c319773d7 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 682c319773d7 -> 0aefee21cd87 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 0aefee21cd87 -> b1199a3adbef 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade b1199a3adbef -> c33da356b165 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade c33da356b165 -> 89c58a70ceba 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2025-04-16 12:18:48.472 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2025-04-16 12:18:48.472 | Running upgrade for neutron ... 2025-04-16 12:18:48.472 | OK 2025-04-16 12:18:48.472 | + lib/neutron:init_neutron:515 : time_stop dbsync 2025-04-16 12:18:48.472 | + functions-common:time_stop:2400 : local name 2025-04-16 12:18:48.472 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:18:48.472 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:18:48.473 | + functions-common:time_stop:2403 : local total 2025-04-16 12:18:48.473 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:18:48.473 | + functions-common:time_stop:2406 : name=dbsync 2025-04-16 12:18:48.473 | + functions-common:time_stop:2407 : start_time=1744805919319 2025-04-16 12:18:48.473 | + functions-common:time_stop:2409 : [[ -z 1744805919319 ]] 2025-04-16 12:18:48.473 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:18:48.473 | + functions-common:time_stop:2412 : end_time=1744805928406 2025-04-16 12:18:48.473 | + functions-common:time_stop:2413 : elapsed_time=9087 2025-04-16 12:18:48.473 | + functions-common:time_stop:2414 : total=2686 2025-04-16 12:18:48.473 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:18:48.473 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11773 2025-04-16 12:18:48.505 | [3523 Async init_neutron:49437]: finished init_neutron with result 0 in 9 seconds 2025-04-16 12:18:48.508 | + inc/async:async_wait:197 : return 0 2025-04-16 12:18:48.510 | + stack.sh:main:1237 : async_wait init_placement 2025-04-16 12:18:48.548 | [3523 Async init_placement:49936]: Waiting for completion of init_placement running on PID 49936 (4 other jobs running) 2025-04-16 12:18:48.569 | [3523 Async init_placement:49936]: Signaling child to exit 2025-04-16 12:18:55.898 | + inc/async:async_inner:64 : rc=0 2025-04-16 12:18:55.917 | [49936 Async init_placement:49936]: finished successfully 2025-04-16 12:18:55.933 | WAKEUP 2025-04-16 12:18:55.950 | [3523 Async init_placement:49936]: Signaled 2025-04-16 12:18:55.951 | + lib/placement:init_placement:143 : recreate_database placement 2025-04-16 12:18:55.951 | + lib/database:recreate_database:112 : local db=placement 2025-04-16 12:18:55.951 | + lib/database:recreate_database:113 : recreate_database_mysql placement 2025-04-16 12:18:55.951 | + lib/databases/mysql:recreate_database_mysql:60 : local db=placement 2025-04-16 12:18:55.951 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2025-04-16 12:18:55.951 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2025-04-16 12:18:55.951 | + lib/placement:init_placement:144 : /opt/stack/data/venv/bin/placement-manage db sync 2025-04-16 12:18:55.951 | + lib/placement:init_placement:145 : create_placement_accounts 2025-04-16 12:18:55.951 | + lib/placement:create_placement_accounts:132 : create_service_user placement admin 2025-04-16 12:18:55.951 | + lib/keystone:create_service_user:436 : get_or_create_user placement nomoresecret Default 2025-04-16 12:18:55.951 | + functions-common:get_or_create_user:882 : local user_id 2025-04-16 12:18:55.951 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-16 12:18:55.951 | + functions-common:get_or_create_user:886 : local email= 2025-04-16 12:18:55.951 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create placement --password nomoresecret --domain=Default --or-show -f value -c id 2025-04-16 12:18:55.951 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:18:55.951 | + functions-common:get_or_create_user:898 : user_id=cf39549f2e1c44a38134e2f87518b372 2025-04-16 12:18:55.951 | + functions-common:get_or_create_user:899 : echo cf39549f2e1c44a38134e2f87518b372 2025-04-16 12:18:55.951 | cf39549f2e1c44a38134e2f87518b372 2025-04-16 12:18:55.951 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service placement service Default Default 2025-04-16 12:18:55.951 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 12:18:55.951 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 12:18:55.951 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-16 12:18:55.951 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 12:18:55.951 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 12:18:55.951 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-16 12:18:55.951 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-16 12:18:55.951 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-16 12:18:55.951 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-16 12:18:55.951 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-16 12:18:55.951 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-16 12:18:55.951 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user placement --project service --user-domain Default --project-domain Default 2025-04-16 12:18:55.951 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user placement --project service --user-domain Default --project-domain Default -c Role -f value 2025-04-16 12:18:55.951 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:18:55.951 | + functions-common:get_or_add_user_project_role:962 : user_role_id=05968de121c847d9bd1b0e47f328e0ca 2025-04-16 12:18:55.951 | + functions-common:get_or_add_user_project_role:963 : echo 05968de121c847d9bd1b0e47f328e0ca 2025-04-16 12:18:55.951 | 05968de121c847d9bd1b0e47f328e0ca 2025-04-16 12:18:55.951 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2025-04-16 12:18:55.951 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin placement service Default Default 2025-04-16 12:18:55.951 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 12:18:55.951 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 12:18:55.951 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-16 12:18:55.951 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 12:18:55.951 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 12:18:55.951 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-16 12:18:55.951 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-16 12:18:55.951 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-16 12:18:55.951 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-16 12:18:55.951 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-16 12:18:55.951 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-16 12:18:55.951 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user placement --project service --user-domain Default --project-domain Default 2025-04-16 12:18:55.951 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user placement --project service --user-domain Default --project-domain Default -c Role -f value 2025-04-16 12:18:55.951 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:18:55.951 | + functions-common:get_or_add_user_project_role:962 : user_role_id=b486c8e428744022b05d02e67bf477fb 2025-04-16 12:18:55.951 | + functions-common:get_or_add_user_project_role:963 : echo b486c8e428744022b05d02e67bf477fb 2025-04-16 12:18:55.951 | b486c8e428744022b05d02e67bf477fb 2025-04-16 12:18:55.951 | + lib/placement:create_placement_accounts:133 : local placement_api_url=http://10.180.1.21/placement 2025-04-16 12:18:55.951 | + lib/placement:create_placement_accounts:134 : get_or_create_service placement placement 'Placement Service' 2025-04-16 12:18:55.951 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-16 12:18:55.951 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show placement -f value -c id 2025-04-16 12:18:55.951 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create placement --name placement '--description=Placement Service' -f value -c id 2025-04-16 12:18:55.951 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:18:55.951 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-16 12:18:55.951 | d6e833268c7a443ea44be0c3de9063d3' 2025-04-16 12:18:55.951 | + functions-common:get_or_create_service:1050 : echo d6e833268c7a443ea44be0c3de9063d3 2025-04-16 12:18:55.951 | d6e833268c7a443ea44be0c3de9063d3 2025-04-16 12:18:55.951 | + lib/placement:create_placement_accounts:136 : get_or_create_endpoint placement RegionOne http://10.180.1.21/placement 2025-04-16 12:18:55.951 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-16 12:18:55.951 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface placement public http://10.180.1.21/placement RegionOne 2025-04-16 12:18:55.951 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-16 12:18:55.951 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service placement --interface public --region RegionOne -c ID -f value 2025-04-16 12:18:55.951 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:18:55.952 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-16 12:18:55.952 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-16 12:18:55.952 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create placement public http://10.180.1.21/placement --region RegionOne -f value -c id 2025-04-16 12:18:55.952 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:18:55.952 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=96fae3f98ff1438a82c731efc1f725e6 2025-04-16 12:18:55.952 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 96fae3f98ff1438a82c731efc1f725e6 2025-04-16 12:18:55.952 | + functions-common:get_or_create_endpoint:1083 : public_id=96fae3f98ff1438a82c731efc1f725e6 2025-04-16 12:18:55.952 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-16 12:18:55.952 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-16 12:18:55.952 | + functions-common:get_or_create_endpoint:1092 : echo 96fae3f98ff1438a82c731efc1f725e6 2025-04-16 12:18:55.952 | 96fae3f98ff1438a82c731efc1f725e6 2025-04-16 12:18:55.982 | [3523 Async init_placement:49936]: finished init_placement with result 0 in 16 seconds 2025-04-16 12:18:55.985 | + inc/async:async_wait:197 : return 0 2025-04-16 12:18:55.988 | + stack.sh:main:1238 : async_wait init_glance 2025-04-16 12:18:56.025 | [3523 Async init_glance:46097]: Waiting for completion of init_glance running on PID 46097 (3 other jobs running) 2025-04-16 12:18:56.042 | [3523 Async init_glance:46097]: Signaling child to exit 2025-04-16 12:18:56.042 | WAKEUP 2025-04-16 12:18:56.059 | [3523 Async init_glance:46097]: Signaled 2025-04-16 12:18:56.059 | + lib/glance:init_glance:484 : rm -rf /opt/stack/data/glance/images 2025-04-16 12:18:56.060 | + lib/glance:init_glance:485 : mkdir -p /opt/stack/data/glance/images 2025-04-16 12:18:56.060 | + lib/glance:init_glance:488 : recreate_database glance 2025-04-16 12:18:56.060 | + lib/database:recreate_database:112 : local db=glance 2025-04-16 12:18:56.060 | + lib/database:recreate_database:113 : recreate_database_mysql glance 2025-04-16 12:18:56.060 | + lib/databases/mysql:recreate_database_mysql:60 : local db=glance 2025-04-16 12:18:56.060 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2025-04-16 12:18:56.060 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2025-04-16 12:18:56.060 | + lib/glance:init_glance:490 : time_start dbsync 2025-04-16 12:18:56.060 | + functions-common:time_start:2386 : local name=dbsync 2025-04-16 12:18:56.060 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:18:56.060 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:18:56.060 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:18:56.060 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805893827 2025-04-16 12:18:56.060 | + lib/glance:init_glance:492 : /opt/stack/data/venv/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2025-04-16 12:18:56.060 | INFO dbcounter [-] Registered counter for database glance 2025-04-16 12:18:56.060 | DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=46182) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 12:18:56.060 | DEBUG dbcounter [-] [46182] Writer thread running {{(pid=46182) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 12:18:56.060 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 12:18:56.060 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 12:18:56.060 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 12:18:56.060 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 12:18:56.060 | INFO dbcounter [-] Registered counter for database glance 2025-04-16 12:18:56.060 | DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=46182) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 12:18:56.060 | DEBUG dbcounter [-] [46182] Writer thread running {{(pid=46182) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 12:18:56.060 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 12:18:56.060 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 12:18:56.060 | INFO alembic.runtime.migration [-] Running upgrade -> liberty, liberty initial 2025-04-16 12:18:56.060 | DEBUG alembic.runtime.migration [-] new branch insert liberty {{(pid=46182) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 12:18:56.060 | INFO alembic.runtime.migration [-] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2025-04-16 12:18:56.060 | DEBUG alembic.runtime.migration [-] update liberty to mitaka01 {{(pid=46182) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 12:18:56.060 | INFO alembic.runtime.migration [-] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2025-04-16 12:18:56.061 | DEBUG alembic.runtime.migration [-] update mitaka01 to mitaka02 {{(pid=46182) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 12:18:56.061 | INFO alembic.runtime.migration [-] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2025-04-16 12:18:56.061 | DEBUG alembic.runtime.migration [-] update mitaka02 to ocata_expand01 {{(pid=46182) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 12:18:56.061 | INFO alembic.runtime.migration [-] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2025-04-16 12:18:56.061 | DEBUG alembic.runtime.migration [-] update ocata_expand01 to pike_expand01 {{(pid=46182) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 12:18:56.061 | INFO alembic.runtime.migration [-] Running upgrade pike_expand01 -> queens_expand01 2025-04-16 12:18:56.061 | DEBUG alembic.runtime.migration [-] update pike_expand01 to queens_expand01 {{(pid=46182) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 12:18:56.061 | INFO alembic.runtime.migration [-] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2025-04-16 12:18:56.061 | DEBUG alembic.runtime.migration [-] update queens_expand01 to rocky_expand01 {{(pid=46182) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 12:18:56.061 | INFO alembic.runtime.migration [-] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2025-04-16 12:18:56.061 | DEBUG alembic.runtime.migration [-] update rocky_expand01 to rocky_expand02 {{(pid=46182) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 12:18:56.061 | INFO alembic.runtime.migration [-] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2025-04-16 12:18:56.061 | DEBUG alembic.runtime.migration [-] update rocky_expand02 to train_expand01 {{(pid=46182) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 12:18:56.061 | INFO alembic.runtime.migration [-] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2025-04-16 12:18:56.061 | DEBUG alembic.runtime.migration [-] update train_expand01 to ussuri_expand01 {{(pid=46182) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 12:18:56.061 | INFO alembic.runtime.migration [-] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2025-04-16 12:18:56.061 | DEBUG alembic.runtime.migration [-] update ussuri_expand01 to wallaby_expand01 {{(pid=46182) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 12:18:56.061 | INFO alembic.runtime.migration [-] Running upgrade wallaby_expand01 -> xena_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-16 12:18:56.061 | DEBUG alembic.runtime.migration [-] update wallaby_expand01 to xena_expand01 {{(pid=46182) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 12:18:56.061 | INFO alembic.runtime.migration [-] Running upgrade xena_expand01 -> yoga_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-16 12:18:56.061 | DEBUG alembic.runtime.migration [-] update xena_expand01 to yoga_expand01 {{(pid=46182) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 12:18:56.061 | INFO alembic.runtime.migration [-] Running upgrade yoga_expand01 -> zed_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-16 12:18:56.061 | DEBUG alembic.runtime.migration [-] update yoga_expand01 to zed_expand01 {{(pid=46182) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 12:18:56.061 | INFO alembic.runtime.migration [-] Running upgrade zed_expand01 -> 2023_1_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-16 12:18:56.061 | DEBUG alembic.runtime.migration [-] update zed_expand01 to 2023_1_expand01 {{(pid=46182) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 12:18:56.061 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 12:18:56.061 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 12:18:56.061 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 12:18:56.061 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 12:18:56.061 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 12:18:56.061 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 12:18:56.061 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 12:18:56.061 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 12:18:56.061 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 12:18:56.061 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 12:18:56.061 | INFO alembic.runtime.migration [-] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2025-04-16 12:18:56.061 | DEBUG alembic.runtime.migration [-] new branch insert ocata_contract01 {{(pid=46182) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 12:18:56.061 | INFO alembic.runtime.migration [-] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2025-04-16 12:18:56.061 | DEBUG alembic.runtime.migration [-] update ocata_contract01 to pike_contract01 {{(pid=46182) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 12:18:56.061 | INFO alembic.runtime.migration [-] Running upgrade pike_contract01 -> queens_contract01 2025-04-16 12:18:56.061 | DEBUG alembic.runtime.migration [-] update pike_contract01 to queens_contract01 {{(pid=46182) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 12:18:56.061 | INFO alembic.runtime.migration [-] Running upgrade queens_contract01 -> rocky_contract01 2025-04-16 12:18:56.061 | DEBUG alembic.runtime.migration [-] update queens_contract01 to rocky_contract01 {{(pid=46182) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 12:18:56.061 | INFO alembic.runtime.migration [-] Running upgrade rocky_contract01 -> rocky_contract02 2025-04-16 12:18:56.061 | DEBUG alembic.runtime.migration [-] update rocky_contract01 to rocky_contract02 {{(pid=46182) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 12:18:56.061 | INFO alembic.runtime.migration [-] Running upgrade rocky_contract02 -> train_contract01 2025-04-16 12:18:56.061 | DEBUG alembic.runtime.migration [-] update rocky_contract02 to train_contract01 {{(pid=46182) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 12:18:56.061 | INFO alembic.runtime.migration [-] Running upgrade train_contract01 -> ussuri_contract01 2025-04-16 12:18:56.061 | DEBUG alembic.runtime.migration [-] update train_contract01 to ussuri_contract01 {{(pid=46182) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 12:18:56.061 | INFO alembic.runtime.migration [-] Running upgrade ussuri_contract01 -> wallaby_contract01 2025-04-16 12:18:56.061 | DEBUG alembic.runtime.migration [-] update ussuri_contract01 to wallaby_contract01 {{(pid=46182) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 12:18:56.061 | INFO alembic.runtime.migration [-] Running upgrade wallaby_contract01 -> xena_contract01 2025-04-16 12:18:56.061 | DEBUG alembic.runtime.migration [-] update wallaby_contract01 to xena_contract01 {{(pid=46182) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 12:18:56.061 | INFO alembic.runtime.migration [-] Running upgrade xena_contract01 -> yoga_contract01 2025-04-16 12:18:56.061 | DEBUG alembic.runtime.migration [-] update xena_contract01 to yoga_contract01 {{(pid=46182) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 12:18:56.061 | INFO alembic.runtime.migration [-] Running upgrade yoga_contract01 -> zed_contract01 2025-04-16 12:18:56.061 | DEBUG alembic.runtime.migration [-] update yoga_contract01 to zed_contract01 {{(pid=46182) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 12:18:56.061 | INFO alembic.runtime.migration [-] Running upgrade zed_contract01 -> 2023_1_contract01 2025-04-16 12:18:56.061 | DEBUG alembic.runtime.migration [-] merge, delete ['zed_contract01'], update 2023_1_expand01 to 2023_1_contract01 {{(pid=46182) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:837}} 2025-04-16 12:18:56.061 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 12:18:56.061 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 12:18:56.061 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 12:18:56.061 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 12:18:56.061 | Upgraded database to: 2023_1_expand01, current revision(s): 2023_1_expand01 2025-04-16 12:18:56.061 | Database migration is up to date. No migration needed. 2025-04-16 12:18:56.061 | Upgraded database to: 2023_1_contract01, current revision(s): 2023_1_contract01 2025-04-16 12:18:56.061 | Database is synced successfully. 2025-04-16 12:18:56.061 | + lib/glance:init_glance:495 : /opt/stack/data/venv/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2025-04-16 12:18:56.061 | INFO dbcounter [-] Registered counter for database glance 2025-04-16 12:18:56.061 | 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=46260) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 12:18:56.061 | DEBUG dbcounter [-] [46260] Writer thread running {{(pid=46260) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 12:18:56.061 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2025-04-16 12:18:56.061 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2025-04-16 12:18:56.061 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2025-04-16 12:18:56.061 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2025-04-16 12:18:56.061 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2025-04-16 12:18:56.061 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2025-04-16 12:18:56.061 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2025-04-16 12:18:56.061 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2025-04-16 12:18:56.061 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2025-04-16 12:18:56.061 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2025-04-16 12:18:56.062 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2025-04-16 12:18:56.062 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2025-04-16 12:18:56.062 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2025-04-16 12:18:56.062 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2025-04-16 12:18:56.062 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2025-04-16 12:18:56.062 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2025-04-16 12:18:56.062 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-mode.json loaded to database. 2025-04-16 12:18:56.062 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2025-04-16 12:18:56.062 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2025-04-16 12:18:56.062 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2025-04-16 12:18:56.062 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2025-04-16 12:18:56.062 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2025-04-16 12:18:56.062 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2025-04-16 12:18:56.062 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2025-04-16 12:18:56.062 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2025-04-16 12:18:56.062 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm-hw.json loaded to database. 2025-04-16 12:18:56.062 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2025-04-16 12:18:56.062 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2025-04-16 12:18:56.062 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2025-04-16 12:18:56.062 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2025-04-16 12:18:56.062 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm.json loaded to database. 2025-04-16 12:18:56.062 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2025-04-16 12:18:56.062 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2025-04-16 12:18:56.062 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2025-04-16 12:18:56.062 | + lib/glance:init_glance:496 : time_stop dbsync 2025-04-16 12:18:56.062 | + functions-common:time_stop:2400 : local name 2025-04-16 12:18:56.062 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:18:56.062 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:18:56.062 | + functions-common:time_stop:2403 : local total 2025-04-16 12:18:56.062 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:18:56.063 | + functions-common:time_stop:2406 : name=dbsync 2025-04-16 12:18:56.063 | + functions-common:time_stop:2407 : start_time=1744805893827 2025-04-16 12:18:56.063 | + functions-common:time_stop:2409 : [[ -z 1744805893827 ]] 2025-04-16 12:18:56.063 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:18:56.063 | + functions-common:time_stop:2412 : end_time=1744805898188 2025-04-16 12:18:56.063 | + functions-common:time_stop:2413 : elapsed_time=4361 2025-04-16 12:18:56.063 | + functions-common:time_stop:2414 : total=2686 2025-04-16 12:18:56.063 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:18:56.063 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=7047 2025-04-16 12:18:56.092 | [3523 Async init_glance:46097]: finished init_glance with result 0 in 4 seconds 2025-04-16 12:18:56.094 | + inc/async:async_wait:197 : return 0 2025-04-16 12:18:56.097 | + stack.sh:main:1239 : async_wait init_swift 2025-04-16 12:18:56.112 | Not waiting for async task init_swift that we never started or has already been waited for 2025-04-16 12:18:56.114 | + inc/async:async_wait:197 : return 0 2025-04-16 12:18:56.116 | + stack.sh:main:1240 : async_wait init_cinder 2025-04-16 12:18:56.154 | [3523 Async init_cinder:49789]: Waiting for completion of init_cinder running on PID 49789 (2 other jobs running) 2025-04-16 12:18:56.174 | [3523 Async init_cinder:49789]: Signaling child to exit 2025-04-16 12:18:56.175 | WAKEUP 2025-04-16 12:18:56.191 | [3523 Async init_cinder:49789]: Signaled 2025-04-16 12:18:56.192 | + lib/cinder:init_cinder:484 : is_service_enabled mysql postgresql 2025-04-16 12:18:56.192 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:18:56.192 | + lib/cinder:init_cinder:486 : recreate_database cinder 2025-04-16 12:18:56.192 | + lib/database:recreate_database:112 : local db=cinder 2025-04-16 12:18:56.192 | + lib/database:recreate_database:113 : recreate_database_mysql cinder 2025-04-16 12:18:56.192 | + lib/databases/mysql:recreate_database_mysql:60 : local db=cinder 2025-04-16 12:18:56.192 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2025-04-16 12:18:56.192 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2025-04-16 12:18:56.192 | + lib/cinder:init_cinder:488 : time_start dbsync 2025-04-16 12:18:56.192 | + functions-common:time_start:2386 : local name=dbsync 2025-04-16 12:18:56.192 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:18:56.192 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:18:56.192 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:18:56.192 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805919655 2025-04-16 12:18:56.192 | + lib/cinder:init_cinder:490 : /opt/stack/data/venv/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2025-04-16 12:18:56.192 | INFO dbcounter [-] Registered counter for database cinder 2025-04-16 12:18:56.192 | 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=49895) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 12:18:56.192 | DEBUG dbcounter [-] [49895] Writer thread running {{(pid=49895) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 12:18:56.192 | INFO cinder.db.migration [-] Applying migration(s) 2025-04-16 12:18:56.192 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 12:18:56.192 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 12:18:56.192 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2025-04-16 12:18:56.192 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=49895) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 12:18:56.192 | INFO alembic.runtime.migration [-] Running upgrade 921e1a36b076 -> c92a3e68beed, Make shared_targets nullable 2025-04-16 12:18:56.192 | DEBUG alembic.runtime.migration [-] update 921e1a36b076 to c92a3e68beed {{(pid=49895) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 12:18:56.192 | INFO alembic.runtime.migration [-] Running upgrade c92a3e68beed -> daa98075b90d, Add resource indexes 2025-04-16 12:18:56.192 | INFO dbcounter [-] Registered counter for database cinder 2025-04-16 12:18:56.192 | 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=49895) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 12:18:56.192 | DEBUG dbcounter [-] [49895] Writer thread running {{(pid=49895) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 12:18:56.192 | DEBUG alembic.runtime.migration [-] update c92a3e68beed to daa98075b90d {{(pid=49895) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 12:18:56.192 | INFO alembic.runtime.migration [-] Running upgrade daa98075b90d -> 89aa6f9639f9, Drop legacy migrate_version table 2025-04-16 12:18:56.192 | DEBUG alembic.runtime.migration [-] update daa98075b90d to 89aa6f9639f9 {{(pid=49895) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 12:18:56.193 | INFO cinder.db.migration [-] Migration(s) applied 2025-04-16 12:18:56.193 | + lib/cinder:init_cinder:491 : time_stop dbsync 2025-04-16 12:18:56.193 | + functions-common:time_stop:2400 : local name 2025-04-16 12:18:56.193 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:18:56.193 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:18:56.193 | + functions-common:time_stop:2403 : local total 2025-04-16 12:18:56.193 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:18:56.193 | + functions-common:time_stop:2406 : name=dbsync 2025-04-16 12:18:56.193 | + functions-common:time_stop:2407 : start_time=1744805919655 2025-04-16 12:18:56.193 | + functions-common:time_stop:2409 : [[ -z 1744805919655 ]] 2025-04-16 12:18:56.193 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:18:56.193 | + functions-common:time_stop:2412 : end_time=1744805923258 2025-04-16 12:18:56.193 | + functions-common:time_stop:2413 : elapsed_time=3603 2025-04-16 12:18:56.193 | + functions-common:time_stop:2414 : total=2686 2025-04-16 12:18:56.193 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:18:56.193 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6289 2025-04-16 12:18:56.193 | + lib/cinder:init_cinder:494 : is_service_enabled c-vol 2025-04-16 12:18:56.193 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:18:56.193 | + lib/cinder:init_cinder:494 : [[ -n vmdk:vsphere ]] 2025-04-16 12:18:56.193 | + lib/cinder:init_cinder:495 : local be be_name be_type 2025-04-16 12:18:56.193 | + lib/cinder:init_cinder:496 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-04-16 12:18:56.193 | + lib/cinder:init_cinder:497 : be_type=vmdk 2025-04-16 12:18:56.194 | + lib/cinder:init_cinder:498 : be_name=vsphere 2025-04-16 12:18:56.194 | + lib/cinder:init_cinder:499 : type init_cinder_backend_vmdk 2025-04-16 12:18:56.194 | + lib/cinder:init_cinder:505 : is_service_enabled c-bak 2025-04-16 12:18:56.194 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:18:56.194 | + lib/cinder:init_cinder:511 : mkdir -p /opt/stack/data/cinder/volumes 2025-04-16 12:18:56.224 | [3523 Async init_cinder:49789]: finished init_cinder with result 0 in 3 seconds 2025-04-16 12:18:56.227 | + inc/async:async_wait:197 : return 0 2025-04-16 12:18:56.229 | + stack.sh:main:1245 : is_service_enabled nova 2025-04-16 12:18:56.242 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:18:56.244 | + stack.sh:main:1246 : echo_summary 'Configuring Nova' 2025-04-16 12:18:56.247 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 12:18:56.249 | + stack.sh:echo_summary:461 : echo -e Configuring Nova 2025-04-16 12:18:56.251 | + stack.sh:main:1247 : init_nova 2025-04-16 12:18:56.253 | + lib/nova:init_nova:858 : is_service_enabled mysql postgresql 2025-04-16 12:18:56.266 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:18:56.268 | + lib/nova:init_nova:858 : is_service_enabled n-api 2025-04-16 12:18:56.281 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:18:56.283 | + lib/nova:init_nova:860 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-16 12:18:56.285 | + lib/nova:init_nova:866 : recreate_database nova_cell0 2025-04-16 12:18:56.287 | + lib/database:recreate_database:112 : local db=nova_cell0 2025-04-16 12:18:56.289 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell0 2025-04-16 12:18:56.291 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_cell0 2025-04-16 12:18:56.293 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2025-04-16 12:18:56.303 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2025-04-16 12:18:56.312 | ++ lib/nova:init_nova:871 : seq 1 1 2025-04-16 12:18:56.315 | + lib/nova:init_nova:871 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-04-16 12:18:56.318 | ++ lib/nova:init_nova:872 : conductor_conf 1 2025-04-16 12:18:56.320 | ++ lib/nova:conductor_conf:837 : local cell=1 2025-04-16 12:18:56.322 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2025-04-16 12:18:56.325 | + lib/nova:init_nova:872 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-04-16 12:18:56.371 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-04-16 12:18:56.400 | [3523 Async nova-cell-1:51137]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-04-16 12:18:56.402 | + lib/nova:init_nova:875 : recreate_database nova_api 2025-04-16 12:18:56.404 | + lib/database:recreate_database:112 : local db=nova_api 2025-04-16 12:18:56.406 | + lib/database:recreate_database:113 : recreate_database_mysql nova_api 2025-04-16 12:18:56.408 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_api 2025-04-16 12:18:56.410 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2025-04-16 12:18:56.418 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2025-04-16 12:18:56.427 | + lib/nova:init_nova:876 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2025-04-16 12:18:56.885 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-16 12:18:58.556 | INFO dbcounter [-] Registered counter for database nova_api 2025-04-16 12:18:58.567 | DEBUG dbcounter [-] [51204] Writer thread running {{(pid=51204) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 12:18:58.570 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 12:18:58.570 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 12:18:58.593 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version 2025-04-16 12:18:59.704 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=51204) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 12:18:59.707 | INFO alembic.runtime.migration [-] Running upgrade d67eeaabee36 -> b30f573d3377, Remove unused build_requests columns 2025-04-16 12:19:00.011 | DEBUG alembic.runtime.migration [-] update d67eeaabee36 to b30f573d3377 {{(pid=51204) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 12:19:00.013 | INFO alembic.runtime.migration [-] Running upgrade b30f573d3377 -> cdeec0c85668, Drop legacy migrate_version table 2025-04-16 12:19:00.014 | DEBUG alembic.runtime.migration [-] update b30f573d3377 to cdeec0c85668 {{(pid=51204) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 12:19:00.396 | ++ lib/nova:init_nova:880 : database_connection_url nova_cell0 2025-04-16 12:19:00.398 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2025-04-16 12:19:00.400 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2025-04-16 12:19:00.402 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell0 2025-04-16 12:19:00.404 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 12:19:00.407 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 12:19:00.409 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 12:19:00.423 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:19:00.426 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 12:19:00.428 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2025-04-16 12:19:00.430 | + lib/nova:init_nova:880 : /opt/stack/data/venv/bin/nova-manage cell_v2 map_cell0 --database_connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2025-04-16 12:19:00.892 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-16 12:19:02.138 | INFO dbcounter [None req-241c0da2-ec33-4e87-8690-690f18ebf516 None None] Registered counter for database nova_api 2025-04-16 12:19:02.148 | DEBUG dbcounter [-] [51245] Writer thread running {{(pid=51245) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 12:19:02.297 | + inc/async:async_inner:64 : rc=0 2025-04-16 12:19:02.318 | [51137 Async nova-cell-1:51137]: finished successfully 2025-04-16 12:19:02.519 | ++ lib/nova:init_nova:883 : seq 0 1 2025-04-16 12:19:02.523 | + lib/nova:init_nova:883 : for i in $(seq 0 $NOVA_NUM_CELLS) 2025-04-16 12:19:02.525 | + lib/nova:init_nova:884 : async_wait nova-cell-0 2025-04-16 12:19:02.541 | Not waiting for async task nova-cell-0 that we never started or has already been waited for 2025-04-16 12:19:02.543 | + inc/async:async_wait:197 : return 0 2025-04-16 12:19:02.545 | + lib/nova:init_nova:883 : for i in $(seq 0 $NOVA_NUM_CELLS) 2025-04-16 12:19:02.547 | + lib/nova:init_nova:884 : async_wait nova-cell-1 2025-04-16 12:19:02.583 | [3523 Async nova-cell-1:51137]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 51137 (2 other jobs running) 2025-04-16 12:19:02.601 | [3523 Async nova-cell-1:51137]: Signaling child to exit 2025-04-16 12:19:02.601 | WAKEUP 2025-04-16 12:19:02.616 | [3523 Async nova-cell-1:51137]: Signaled 2025-04-16 12:19:02.617 | + lib/nova:init_nova_db:848 : local dbname=nova_cell1 2025-04-16 12:19:02.617 | + lib/nova:init_nova_db:849 : local conffile=/etc/nova/nova_cell1.conf 2025-04-16 12:19:02.617 | + lib/nova:init_nova_db:850 : recreate_database nova_cell1 2025-04-16 12:19:02.617 | + lib/database:recreate_database:112 : local db=nova_cell1 2025-04-16 12:19:02.617 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell1 2025-04-16 12:19:02.617 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_cell1 2025-04-16 12:19:02.617 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2025-04-16 12:19:02.617 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2025-04-16 12:19:02.617 | + lib/nova:init_nova_db:851 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell 2025-04-16 12:19:02.617 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-16 12:19:02.617 | INFO dbcounter [-] Registered counter for database nova_cell1 2025-04-16 12:19:02.617 | DEBUG dbcounter [-] [51189] Writer thread running {{(pid=51189) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 12:19:02.617 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 12:19:02.617 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 12:19:02.617 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2025-04-16 12:19:02.617 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=51189) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 12:19:02.617 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2025-04-16 12:19:02.617 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=51189) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 12:19:02.617 | INFO alembic.runtime.migration [-] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2025-04-16 12:19:02.617 | DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=51189) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 12:19:02.617 | INFO alembic.runtime.migration [-] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2025-04-16 12:19:02.617 | DEBUG alembic.runtime.migration [-] update ccb0fa1a2252 to 960aac0e09ea {{(pid=51189) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 12:19:02.617 | INFO alembic.runtime.migration [-] Running upgrade 960aac0e09ea -> 1b91788ec3a6, Drop legacy migrate_version table 2025-04-16 12:19:02.617 | DEBUG alembic.runtime.migration [-] update 960aac0e09ea to 1b91788ec3a6 {{(pid=51189) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 12:19:02.617 | INFO alembic.runtime.migration [-] Running upgrade 1b91788ec3a6 -> 1acf2c98e646, Add compute_id to instance 2025-04-16 12:19:02.617 | DEBUG alembic.runtime.migration [-] update 1b91788ec3a6 to 1acf2c98e646 {{(pid=51189) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 12:19:02.647 | [3523 Async nova-cell-1:51137]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 5 seconds 2025-04-16 12:19:02.651 | + inc/async:async_wait:197 : return 0 2025-04-16 12:19:02.653 | + lib/nova:init_nova:887 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-16 12:19:02.655 | + lib/nova:init_nova:889 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf db sync 2025-04-16 12:19:03.098 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-16 12:19:04.287 | INFO dbcounter [None req-6a2b544c-722c-4c45-8f15-15791f952a9c None None] Registered counter for database nova_api 2025-04-16 12:19:04.298 | DEBUG dbcounter [-] [51416] Writer thread running {{(pid=51416) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 12:19:04.324 | INFO dbcounter [None req-6a2b544c-722c-4c45-8f15-15791f952a9c None None] Registered counter for database nova_cell0 2025-04-16 12:19:04.328 | DEBUG dbcounter [-] [51416] Writer thread running {{(pid=51416) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 12:19:04.331 | INFO alembic.runtime.migration [None req-6a2b544c-722c-4c45-8f15-15791f952a9c None None] Context impl MySQLImpl. 2025-04-16 12:19:04.331 | INFO alembic.runtime.migration [None req-6a2b544c-722c-4c45-8f15-15791f952a9c None None] Will assume non-transactional DDL. 2025-04-16 12:19:04.345 | INFO alembic.runtime.migration [None req-6a2b544c-722c-4c45-8f15-15791f952a9c None None] Running upgrade -> 8f2f1571d55b, Initial version 2025-04-16 12:19:06.734 | DEBUG alembic.runtime.migration [None req-6a2b544c-722c-4c45-8f15-15791f952a9c None None] new branch insert 8f2f1571d55b {{(pid=51416) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 12:19:06.736 | INFO alembic.runtime.migration [None req-6a2b544c-722c-4c45-8f15-15791f952a9c None None] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2025-04-16 12:19:06.765 | DEBUG alembic.runtime.migration [None req-6a2b544c-722c-4c45-8f15-15791f952a9c None None] update 8f2f1571d55b to 16f1fbcab42b {{(pid=51416) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 12:19:06.767 | INFO alembic.runtime.migration [None req-6a2b544c-722c-4c45-8f15-15791f952a9c None None] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2025-04-16 12:19:06.830 | DEBUG alembic.runtime.migration [None req-6a2b544c-722c-4c45-8f15-15791f952a9c None None] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=51416) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 12:19:06.832 | INFO alembic.runtime.migration [None req-6a2b544c-722c-4c45-8f15-15791f952a9c None None] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2025-04-16 12:19:06.866 | DEBUG alembic.runtime.migration [None req-6a2b544c-722c-4c45-8f15-15791f952a9c None None] update ccb0fa1a2252 to 960aac0e09ea {{(pid=51416) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 12:19:06.867 | INFO alembic.runtime.migration [None req-6a2b544c-722c-4c45-8f15-15791f952a9c None None] Running upgrade 960aac0e09ea -> 1b91788ec3a6, Drop legacy migrate_version table 2025-04-16 12:19:06.870 | DEBUG alembic.runtime.migration [None req-6a2b544c-722c-4c45-8f15-15791f952a9c None None] update 960aac0e09ea to 1b91788ec3a6 {{(pid=51416) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 12:19:06.872 | INFO alembic.runtime.migration [None req-6a2b544c-722c-4c45-8f15-15791f952a9c None None] Running upgrade 1b91788ec3a6 -> 1acf2c98e646, Add compute_id to instance 2025-04-16 12:19:06.991 | DEBUG alembic.runtime.migration [None req-6a2b544c-722c-4c45-8f15-15791f952a9c None None] update 1b91788ec3a6 to 1acf2c98e646 {{(pid=51416) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 12:19:06.996 | INFO dbcounter [None req-6a2b544c-722c-4c45-8f15-15791f952a9c None None] Registered counter for database nova_cell1 2025-04-16 12:19:06.999 | DEBUG dbcounter [-] [51416] Writer thread running {{(pid=51416) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 12:19:07.002 | INFO alembic.runtime.migration [None req-6a2b544c-722c-4c45-8f15-15791f952a9c None None] Context impl MySQLImpl. 2025-04-16 12:19:07.002 | INFO alembic.runtime.migration [None req-6a2b544c-722c-4c45-8f15-15791f952a9c None None] Will assume non-transactional DDL. 2025-04-16 12:19:07.340 | + lib/nova:init_nova:894 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2025-04-16 12:19:07.785 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-16 12:19:08.976 | Running batches of 50 until complete 2025-04-16 12:19:08.976 | INFO dbcounter [None req-24a7508b-1659-49e0-87b6-cd5f6f957b9e None None] Registered counter for database nova_cell1 2025-04-16 12:19:08.987 | DEBUG dbcounter [-] [51475] Writer thread running {{(pid=51475) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 12:19:09.043 | INFO dbcounter [None req-24a7508b-1659-49e0-87b6-cd5f6f957b9e None None] Registered counter for database nova_api 2025-04-16 12:19:09.047 | DEBUG dbcounter [-] [51475] Writer thread running {{(pid=51475) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 12:19:09.113 | INFO dbcounter [None req-24a7508b-1659-49e0-87b6-cd5f6f957b9e None None] Registered counter for database nova_cell0 2025-04-16 12:19:09.117 | DEBUG dbcounter [-] [51475] Writer thread running {{(pid=51475) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 12:19:09.159 | +-------------------------------------+--------------+-----------+ 2025-04-16 12:19:09.159 | | Migration | Total Needed | Completed | 2025-04-16 12:19:09.159 | +-------------------------------------+--------------+-----------+ 2025-04-16 12:19:09.159 | | fill_virtual_interface_list | 0 | 0 | 2025-04-16 12:19:09.160 | | migrate_empty_ratio | 0 | 0 | 2025-04-16 12:19:09.160 | | migrate_quota_classes_to_api_db | 0 | 0 | 2025-04-16 12:19:09.160 | | migrate_quota_limits_to_api_db | 0 | 0 | 2025-04-16 12:19:09.160 | | migration_migrate_to_uuid | 0 | 0 | 2025-04-16 12:19:09.160 | | populate_dev_uuids | 0 | 0 | 2025-04-16 12:19:09.160 | | populate_instance_compute_id | 0 | 0 | 2025-04-16 12:19:09.160 | | populate_missing_availability_zones | 0 | 0 | 2025-04-16 12:19:09.160 | | populate_queued_for_delete | 0 | 0 | 2025-04-16 12:19:09.160 | | populate_user_id | 0 | 0 | 2025-04-16 12:19:09.160 | | populate_uuids | 0 | 0 | 2025-04-16 12:19:09.160 | +-------------------------------------+--------------+-----------+ 2025-04-16 12:19:09.506 | ++ lib/nova:init_nova:897 : seq 1 1 2025-04-16 12:19:09.510 | + lib/nova:init_nova:897 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-04-16 12:19:09.513 | ++ lib/nova:init_nova:898 : conductor_conf 1 2025-04-16 12:19:09.515 | ++ lib/nova:conductor_conf:837 : local cell=1 2025-04-16 12:19:09.517 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2025-04-16 12:19:09.520 | + lib/nova:init_nova:898 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf --config-file /etc/nova/nova_cell1.conf cell_v2 create_cell --name cell1 2025-04-16 12:19:09.962 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-16 12:19:11.148 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2025-04-16 12:19:11.148 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2025-04-16 12:19:11.148 | INFO dbcounter [None req-c73ff532-f1b3-46ee-bf03-20af1a5288c4 None None] Registered counter for database nova_api 2025-04-16 12:19:11.159 | DEBUG dbcounter [-] [51492] Writer thread running {{(pid=51492) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 12:19:11.497 | + lib/nova:init_nova:902 : create_nova_keys_dir 2025-04-16 12:19:11.500 | + lib/nova:create_nova_keys_dir:844 : sudo install -d -o stack /opt/stack/data/nova /opt/stack/data/nova/keys 2025-04-16 12:19:11.510 | + lib/nova:init_nova:904 : [[ '' == \L\V\M ]] 2025-04-16 12:19:11.513 | + stack.sh:main:1249 : async_runfunc configure_neutron_nova 2025-04-16 12:19:11.515 | + inc/async:async_runfunc:116 : async_run configure_neutron_nova configure_neutron_nova 2025-04-16 12:19:11.565 | + inc/async:async_inner:63 : configure_neutron_nova 2025-04-16 12:19:11.596 | [3523 Async configure_neutron_nova:51549]: running: configure_neutron_nova 2025-04-16 12:19:11.598 | + stack.sh:main:1257 : run_phase stack post-config 2025-04-16 12:19:11.600 | + functions-common:run_phase:1828 : local mode=stack 2025-04-16 12:19:11.602 | + functions-common:run_phase:1829 : local phase=post-config 2025-04-16 12:19:11.604 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-16 12:19:11.607 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-16 12:19:11.609 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-16 12:19:11.611 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-16 12:19:11.614 | + functions-common:run_phase:1838 : local extra 2025-04-16 12:19:11.616 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-16 12:19:11.619 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-16 12:19:11.622 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-16 12:19:11.624 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-16 12:19:11.626 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack post-config 2025-04-16 12:19:11.629 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-16 12:19:11.643 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:19:11.645 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 12:19:11.647 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 12:19:11.650 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2025-04-16 12:19:11.652 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-16 12:19:11.654 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-16 12:19:11.656 | ++ extras.d/80-tempest.sh:source:12 : : 2025-04-16 12:19:11.658 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-16 12:19:11.660 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-16 12:19:11.662 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 12:19:11.664 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-16 12:19:11.666 | + functions-common:run_phase:1855 : run_plugins stack post-config 2025-04-16 12:19:11.668 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-16 12:19:11.671 | + functions-common:run_plugins:1815 : local phase=post-config 2025-04-16 12:19:11.673 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-16 12:19:11.675 | + functions-common:run_plugins:1818 : local plugin 2025-04-16 12:19:11.678 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-16 12:19:11.680 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-16 12:19:11.682 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-16 12:19:11.684 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack post-config 2025-04-16 12:19:11.687 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 12:19:11.689 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 12:19:11.691 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2025-04-16 12:19:11.693 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-16 12:19:11.695 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-16 12:19:11.698 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:13 : echo_summary 'Configuring Networking-NSX-T' 2025-04-16 12:19:11.700 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 12:19:11.702 | ++ stack.sh:echo_summary:461 : echo -e Configuring Networking-NSX-T 2025-04-16 12:19:11.704 | + stack.sh:main:1265 : merge_config_group /opt/stack/devstack/local.conf post-config 2025-04-16 12:19:11.706 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-16 12:19:11.708 | + inc/meta-config:merge_config_group:171 : shift 2025-04-16 12:19:11.711 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2025-04-16 12:19:11.713 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 12:19:11.715 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-16 12:19:11.717 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-16 12:19:11.720 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-config 2025-04-16 12:19:11.722 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-16 12:19:11.724 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2025-04-16 12:19:11.726 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 12:19:11.728 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2025-04-16 12:19:11.728 | /^\[\[.+\|.*\]\]/ { 2025-04-16 12:19:11.728 | gsub("[][]", "", $1); 2025-04-16 12:19:11.728 | split($1, a, "|"); 2025-04-16 12:19:11.728 | if (a[1] == matchgroup) 2025-04-16 12:19:11.728 | print a[2] 2025-04-16 12:19:11.728 | } 2025-04-16 12:19:11.729 | ' /opt/stack/devstack/local.conf 2025-04-16 12:19:11.733 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-16 12:19:11.735 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-16 12:19:11.737 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-16 12:19:11.740 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2025-04-16 12:19:11.742 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2025-04-16 12:19:11.744 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2025-04-16 12:19:11.747 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2025-04-16 12:19:11.749 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2025-04-16 12:19:11.753 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2025-04-16 12:19:11.755 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2025-04-16 12:19:11.758 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2025-04-16 12:19:11.761 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-16 12:19:11.763 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-16 12:19:11.765 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2025-04-16 12:19:11.767 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-16 12:19:11.770 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2025-04-16 12:19:11.772 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2025-04-16 12:19:11.775 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2025-04-16 12:19:11.777 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2025-04-16 12:19:11.780 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2025-04-16 12:19:11.781 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2025-04-16 12:19:11.781 | BEGIN { 2025-04-16 12:19:11.781 | section = "" 2025-04-16 12:19:11.781 | last_section = "" 2025-04-16 12:19:11.781 | section_count = 0 2025-04-16 12:19:11.781 | } 2025-04-16 12:19:11.781 | /^\[.+\]/ { 2025-04-16 12:19:11.781 | gsub("[][]", "", $1); 2025-04-16 12:19:11.781 | section=$1 2025-04-16 12:19:11.781 | next 2025-04-16 12:19:11.781 | } 2025-04-16 12:19:11.781 | /^ *\#/ { 2025-04-16 12:19:11.781 | next 2025-04-16 12:19:11.781 | } 2025-04-16 12:19:11.781 | /^[^ \t]+/ { 2025-04-16 12:19:11.781 | # get offset of first = in $0 2025-04-16 12:19:11.781 | eq_idx = index($0, "=") 2025-04-16 12:19:11.781 | # extract attr & value from $0 2025-04-16 12:19:11.781 | attr = substr($0, 1, eq_idx - 1) 2025-04-16 12:19:11.781 | value = substr($0, eq_idx + 1) 2025-04-16 12:19:11.781 | # only need to strip trailing whitespace from attr 2025-04-16 12:19:11.781 | sub(/[ \t]*$/, "", attr) 2025-04-16 12:19:11.781 | # need to strip leading & trailing whitespace from value 2025-04-16 12:19:11.781 | sub(/^[ \t]*/, "", value) 2025-04-16 12:19:11.781 | sub(/[ \t]*$/, "", value) 2025-04-16 12:19:11.781 | 2025-04-16 12:19:11.781 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-16 12:19:11.781 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-16 12:19:11.781 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-16 12:19:11.781 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-16 12:19:11.781 | if (! (section, attr) in cfg_attr_count) { 2025-04-16 12:19:11.781 | if (section != last_section) { 2025-04-16 12:19:11.781 | cfg_section[section_count++] = section 2025-04-16 12:19:11.781 | last_section = section 2025-04-16 12:19:11.781 | } 2025-04-16 12:19:11.781 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-16 12:19:11.781 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-16 12:19:11.781 | 2025-04-16 12:19:11.781 | cfg_attr[section, attr, 0] = value 2025-04-16 12:19:11.781 | cfg_attr_count[section, attr] = 1 2025-04-16 12:19:11.781 | } else { 2025-04-16 12:19:11.781 | lno = cfg_attr_count[section, attr]++ 2025-04-16 12:19:11.781 | cfg_attr[section, attr, lno] = value 2025-04-16 12:19:11.781 | } 2025-04-16 12:19:11.781 | } 2025-04-16 12:19:11.781 | END { 2025-04-16 12:19:11.781 | # Process each section in order 2025-04-16 12:19:11.781 | for (sno = 0; sno < section_count; sno++) { 2025-04-16 12:19:11.781 | section = cfg_section[sno] 2025-04-16 12:19:11.781 | # The ini routines simply append a config item immediately 2025-04-16 12:19:11.781 | # after the section header. To keep the same order as defined 2025-04-16 12:19:11.781 | # in local.conf, invoke the ini routines in the reverse order 2025-04-16 12:19:11.781 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-16 12:19:11.781 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-16 12:19:11.781 | if (cfg_attr_count[section, attr] == 1) 2025-04-16 12:19:11.781 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-16 12:19:11.781 | else { 2025-04-16 12:19:11.781 | # For multiline, invoke the ini routines in the reverse order 2025-04-16 12:19:11.781 | count = cfg_attr_count[section, attr] 2025-04-16 12:19:11.781 | print "inidelete " configfile " " section " " attr 2025-04-16 12:19:11.781 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-16 12:19:11.781 | for (l = count -2; l >= 0; l--) 2025-04-16 12:19:11.781 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-16 12:19:11.781 | } 2025-04-16 12:19:11.781 | } 2025-04-16 12:19:11.781 | } 2025-04-16 12:19:11.781 | } 2025-04-16 12:19:11.781 | ' 2025-04-16 12:19:11.781 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 12:19:11.783 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-16 12:19:11.783 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-16 12:19:11.785 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-16 12:19:11.787 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2025-04-16 12:19:11.789 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 12:19:11.791 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2025-04-16 12:19:11.793 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2025-04-16 12:19:11.793 | BEGIN { group = "" } 2025-04-16 12:19:11.793 | /^\[\[.+\|.*\]\]/ { 2025-04-16 12:19:11.793 | gsub("[][]", "", $1); 2025-04-16 12:19:11.793 | split($1, a, "|"); 2025-04-16 12:19:11.793 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-16 12:19:11.793 | group=a[1] 2025-04-16 12:19:11.793 | } else { 2025-04-16 12:19:11.793 | group="" 2025-04-16 12:19:11.793 | } 2025-04-16 12:19:11.793 | next 2025-04-16 12:19:11.793 | } 2025-04-16 12:19:11.793 | { 2025-04-16 12:19:11.793 | if (group != "") 2025-04-16 12:19:11.793 | print $0 2025-04-16 12:19:11.793 | } 2025-04-16 12:19:11.794 | ' /opt/stack/devstack/local.conf 2025-04-16 12:19:11.798 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF neutron service_metadata_proxy "True"' 2025-04-16 12:19:11.800 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2025-04-16 12:19:11.826 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 12:19:11.828 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-16 12:19:11.830 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-16 12:19:11.833 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-16 12:19:11.836 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2025-04-16 12:19:11.837 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2025-04-16 12:19:11.840 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2025-04-16 12:19:11.842 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2025-04-16 12:19:11.845 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2025-04-16 12:19:11.848 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2025-04-16 12:19:11.850 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2025-04-16 12:19:11.853 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2025-04-16 12:19:11.855 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-16 12:19:11.857 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-16 12:19:11.859 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2025-04-16 12:19:11.861 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-16 12:19:11.864 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2025-04-16 12:19:11.866 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2025-04-16 12:19:11.869 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2025-04-16 12:19:11.871 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2025-04-16 12:19:11.874 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2025-04-16 12:19:11.875 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2025-04-16 12:19:11.875 | BEGIN { 2025-04-16 12:19:11.875 | section = "" 2025-04-16 12:19:11.875 | last_section = "" 2025-04-16 12:19:11.875 | section_count = 0 2025-04-16 12:19:11.875 | } 2025-04-16 12:19:11.875 | /^\[.+\]/ { 2025-04-16 12:19:11.875 | gsub("[][]", "", $1); 2025-04-16 12:19:11.875 | section=$1 2025-04-16 12:19:11.875 | next 2025-04-16 12:19:11.875 | } 2025-04-16 12:19:11.875 | /^ *\#/ { 2025-04-16 12:19:11.875 | next 2025-04-16 12:19:11.875 | } 2025-04-16 12:19:11.875 | /^[^ \t]+/ { 2025-04-16 12:19:11.875 | # get offset of first = in $0 2025-04-16 12:19:11.875 | eq_idx = index($0, "=") 2025-04-16 12:19:11.875 | # extract attr & value from $0 2025-04-16 12:19:11.875 | attr = substr($0, 1, eq_idx - 1) 2025-04-16 12:19:11.875 | value = substr($0, eq_idx + 1) 2025-04-16 12:19:11.875 | # only need to strip trailing whitespace from attr 2025-04-16 12:19:11.875 | sub(/[ \t]*$/, "", attr) 2025-04-16 12:19:11.875 | # need to strip leading & trailing whitespace from value 2025-04-16 12:19:11.875 | sub(/^[ \t]*/, "", value) 2025-04-16 12:19:11.875 | sub(/[ \t]*$/, "", value) 2025-04-16 12:19:11.875 | 2025-04-16 12:19:11.875 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-16 12:19:11.875 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-16 12:19:11.875 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-16 12:19:11.875 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-16 12:19:11.875 | if (! (section, attr) in cfg_attr_count) { 2025-04-16 12:19:11.875 | if (section != last_section) { 2025-04-16 12:19:11.875 | cfg_section[section_count++] = section 2025-04-16 12:19:11.875 | last_section = section 2025-04-16 12:19:11.875 | } 2025-04-16 12:19:11.875 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-16 12:19:11.875 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-16 12:19:11.875 | 2025-04-16 12:19:11.875 | cfg_attr[section, attr, 0] = value 2025-04-16 12:19:11.875 | cfg_attr_count[section, attr] = 1 2025-04-16 12:19:11.875 | } else { 2025-04-16 12:19:11.875 | lno = cfg_attr_count[section, attr]++ 2025-04-16 12:19:11.875 | cfg_attr[section, attr, lno] = value 2025-04-16 12:19:11.875 | } 2025-04-16 12:19:11.875 | } 2025-04-16 12:19:11.875 | END { 2025-04-16 12:19:11.875 | # Process each section in order 2025-04-16 12:19:11.875 | for (sno = 0; sno < section_count; sno++) { 2025-04-16 12:19:11.875 | section = cfg_section[sno] 2025-04-16 12:19:11.875 | # The ini routines simply append a config item immediately 2025-04-16 12:19:11.875 | # after the section header. To keep the same order as defined 2025-04-16 12:19:11.875 | # in local.conf, invoke the ini routines in the reverse order 2025-04-16 12:19:11.875 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-16 12:19:11.875 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-16 12:19:11.875 | if (cfg_attr_count[section, attr] == 1) 2025-04-16 12:19:11.875 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-16 12:19:11.875 | else { 2025-04-16 12:19:11.875 | # For multiline, invoke the ini routines in the reverse order 2025-04-16 12:19:11.875 | count = cfg_attr_count[section, attr] 2025-04-16 12:19:11.875 | print "inidelete " configfile " " section " " attr 2025-04-16 12:19:11.875 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-16 12:19:11.875 | for (l = count -2; l >= 0; l--) 2025-04-16 12:19:11.875 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-16 12:19:11.875 | } 2025-04-16 12:19:11.875 | } 2025-04-16 12:19:11.875 | } 2025-04-16 12:19:11.875 | } 2025-04-16 12:19:11.875 | ' 2025-04-16 12:19:11.875 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 12:19:11.876 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-16 12:19:11.876 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-16 12:19:11.878 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-16 12:19:11.880 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2025-04-16 12:19:11.883 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 12:19:11.885 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2025-04-16 12:19:11.887 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2025-04-16 12:19:11.887 | BEGIN { group = "" } 2025-04-16 12:19:11.887 | /^\[\[.+\|.*\]\]/ { 2025-04-16 12:19:11.887 | gsub("[][]", "", $1); 2025-04-16 12:19:11.887 | split($1, a, "|"); 2025-04-16 12:19:11.887 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-16 12:19:11.887 | group=a[1] 2025-04-16 12:19:11.887 | } else { 2025-04-16 12:19:11.887 | group="" 2025-04-16 12:19:11.887 | } 2025-04-16 12:19:11.887 | next 2025-04-16 12:19:11.887 | } 2025-04-16 12:19:11.887 | { 2025-04-16 12:19:11.887 | if (group != "") 2025-04-16 12:19:11.887 | print $0 2025-04-16 12:19:11.887 | } 2025-04-16 12:19:11.887 | ' /opt/stack/devstack/local.conf 2025-04-16 12:19:11.892 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF vsphere vmware_insecure "True"' 2025-04-16 12:19:11.894 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf vsphere vmware_insecure True 2025-04-16 12:19:11.897 | + inc/async:async_inner:64 : rc=0 2025-04-16 12:19:11.916 | [51549 Async configure_neutron_nova:51549]: finished successfully 2025-04-16 12:19:11.918 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 12:19:11.921 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-16 12:19:11.923 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-16 12:19:11.925 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-16 12:19:11.928 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2025-04-16 12:19:11.930 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2025-04-16 12:19:11.932 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2025-04-16 12:19:11.934 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2025-04-16 12:19:11.937 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2025-04-16 12:19:11.940 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2025-04-16 12:19:11.942 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2025-04-16 12:19:11.944 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2025-04-16 12:19:11.946 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-16 12:19:11.948 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-16 12:19:11.950 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2025-04-16 12:19:11.952 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-16 12:19:11.955 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2025-04-16 12:19:11.957 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2025-04-16 12:19:11.959 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2025-04-16 12:19:11.962 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2025-04-16 12:19:11.964 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2025-04-16 12:19:11.964 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 12:19:11.965 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2025-04-16 12:19:11.965 | BEGIN { 2025-04-16 12:19:11.965 | section = "" 2025-04-16 12:19:11.965 | last_section = "" 2025-04-16 12:19:11.965 | section_count = 0 2025-04-16 12:19:11.965 | } 2025-04-16 12:19:11.965 | /^\[.+\]/ { 2025-04-16 12:19:11.965 | gsub("[][]", "", $1); 2025-04-16 12:19:11.965 | section=$1 2025-04-16 12:19:11.965 | next 2025-04-16 12:19:11.965 | } 2025-04-16 12:19:11.965 | /^ *\#/ { 2025-04-16 12:19:11.965 | next 2025-04-16 12:19:11.965 | } 2025-04-16 12:19:11.965 | /^[^ \t]+/ { 2025-04-16 12:19:11.965 | # get offset of first = in $0 2025-04-16 12:19:11.965 | eq_idx = index($0, "=") 2025-04-16 12:19:11.965 | # extract attr & value from $0 2025-04-16 12:19:11.965 | attr = substr($0, 1, eq_idx - 1) 2025-04-16 12:19:11.965 | value = substr($0, eq_idx + 1) 2025-04-16 12:19:11.965 | # only need to strip trailing whitespace from attr 2025-04-16 12:19:11.965 | sub(/[ \t]*$/, "", attr) 2025-04-16 12:19:11.965 | # need to strip leading & trailing whitespace from value 2025-04-16 12:19:11.965 | sub(/^[ \t]*/, "", value) 2025-04-16 12:19:11.965 | sub(/[ \t]*$/, "", value) 2025-04-16 12:19:11.965 | 2025-04-16 12:19:11.965 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-16 12:19:11.965 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-16 12:19:11.965 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-16 12:19:11.965 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-16 12:19:11.965 | if (! (section, attr) in cfg_attr_count) { 2025-04-16 12:19:11.965 | if (section != last_section) { 2025-04-16 12:19:11.965 | cfg_section[section_count++] = section 2025-04-16 12:19:11.965 | last_section = section 2025-04-16 12:19:11.965 | } 2025-04-16 12:19:11.965 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-16 12:19:11.965 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-16 12:19:11.965 | 2025-04-16 12:19:11.965 | cfg_attr[section, attr, 0] = value 2025-04-16 12:19:11.965 | cfg_attr_count[section, attr] = 1 2025-04-16 12:19:11.965 | } else { 2025-04-16 12:19:11.965 | lno = cfg_attr_count[section, attr]++ 2025-04-16 12:19:11.965 | cfg_attr[section, attr, lno] = value 2025-04-16 12:19:11.965 | } 2025-04-16 12:19:11.965 | } 2025-04-16 12:19:11.965 | END { 2025-04-16 12:19:11.965 | # Process each section in order 2025-04-16 12:19:11.965 | for (sno = 0; sno < section_count; sno++) { 2025-04-16 12:19:11.965 | section = cfg_section[sno] 2025-04-16 12:19:11.965 | # The ini routines simply append a config item immediately 2025-04-16 12:19:11.965 | # after the section header. To keep the same order as defined 2025-04-16 12:19:11.965 | # in local.conf, invoke the ini routines in the reverse order 2025-04-16 12:19:11.965 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-16 12:19:11.965 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-16 12:19:11.965 | if (cfg_attr_count[section, attr] == 1) 2025-04-16 12:19:11.965 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-16 12:19:11.965 | else { 2025-04-16 12:19:11.965 | # For multiline, invoke the ini routines in the reverse order 2025-04-16 12:19:11.965 | count = cfg_attr_count[section, attr] 2025-04-16 12:19:11.965 | print "inidelete " configfile " " section " " attr 2025-04-16 12:19:11.965 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-16 12:19:11.965 | for (l = count -2; l >= 0; l--) 2025-04-16 12:19:11.965 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-16 12:19:11.965 | } 2025-04-16 12:19:11.965 | } 2025-04-16 12:19:11.965 | } 2025-04-16 12:19:11.965 | } 2025-04-16 12:19:11.966 | ' 2025-04-16 12:19:11.966 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-16 12:19:11.967 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-16 12:19:11.968 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-16 12:19:11.970 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2025-04-16 12:19:11.972 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 12:19:11.974 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2025-04-16 12:19:11.976 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2025-04-16 12:19:11.976 | BEGIN { group = "" } 2025-04-16 12:19:11.976 | /^\[\[.+\|.*\]\]/ { 2025-04-16 12:19:11.976 | gsub("[][]", "", $1); 2025-04-16 12:19:11.976 | split($1, a, "|"); 2025-04-16 12:19:11.976 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-16 12:19:11.976 | group=a[1] 2025-04-16 12:19:11.976 | } else { 2025-04-16 12:19:11.976 | group="" 2025-04-16 12:19:11.976 | } 2025-04-16 12:19:11.977 | next 2025-04-16 12:19:11.977 | } 2025-04-16 12:19:11.977 | { 2025-04-16 12:19:11.977 | if (group != "") 2025-04-16 12:19:11.977 | print $0 2025-04-16 12:19:11.977 | } 2025-04-16 12:19:11.977 | ' /opt/stack/devstack/local.conf 2025-04-16 12:19:11.981 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF DEFAULT global_physnet_mtu "8950"' 2025-04-16 12:19:11.983 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf DEFAULT global_physnet_mtu 8950 2025-04-16 12:19:12.006 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 12:19:12.008 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF experimental linuxbridge "true"' 2025-04-16 12:19:12.010 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf experimental linuxbridge true 2025-04-16 12:19:12.035 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 12:19:12.038 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-16 12:19:12.039 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-16 12:19:12.042 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-16 12:19:12.045 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2025-04-16 12:19:12.047 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 12:19:12.049 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 12:19:12.051 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2025-04-16 12:19:12.054 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 12:19:12.057 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2025-04-16 12:19:12.059 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2025-04-16 12:19:12.061 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2025-04-16 12:19:12.063 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-16 12:19:12.065 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-16 12:19:12.067 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2025-04-16 12:19:12.069 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-16 12:19:12.072 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2025-04-16 12:19:12.074 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 12:19:12.076 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 12:19:12.079 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2025-04-16 12:19:12.081 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2025-04-16 12:19:12.082 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2025-04-16 12:19:12.082 | BEGIN { 2025-04-16 12:19:12.082 | section = "" 2025-04-16 12:19:12.082 | last_section = "" 2025-04-16 12:19:12.082 | section_count = 0 2025-04-16 12:19:12.082 | } 2025-04-16 12:19:12.082 | /^\[.+\]/ { 2025-04-16 12:19:12.082 | gsub("[][]", "", $1); 2025-04-16 12:19:12.082 | section=$1 2025-04-16 12:19:12.082 | next 2025-04-16 12:19:12.082 | } 2025-04-16 12:19:12.082 | /^ *\#/ { 2025-04-16 12:19:12.082 | next 2025-04-16 12:19:12.082 | } 2025-04-16 12:19:12.082 | /^[^ \t]+/ { 2025-04-16 12:19:12.082 | # get offset of first = in $0 2025-04-16 12:19:12.082 | eq_idx = index($0, "=") 2025-04-16 12:19:12.082 | # extract attr & value from $0 2025-04-16 12:19:12.082 | attr = substr($0, 1, eq_idx - 1) 2025-04-16 12:19:12.082 | value = substr($0, eq_idx + 1) 2025-04-16 12:19:12.082 | # only need to strip trailing whitespace from attr 2025-04-16 12:19:12.082 | sub(/[ \t]*$/, "", attr) 2025-04-16 12:19:12.082 | # need to strip leading & trailing whitespace from value 2025-04-16 12:19:12.082 | sub(/^[ \t]*/, "", value) 2025-04-16 12:19:12.082 | sub(/[ \t]*$/, "", value) 2025-04-16 12:19:12.082 | 2025-04-16 12:19:12.082 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-16 12:19:12.082 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-16 12:19:12.082 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-16 12:19:12.082 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-16 12:19:12.083 | if (! (section, attr) in cfg_attr_count) { 2025-04-16 12:19:12.083 | if (section != last_section) { 2025-04-16 12:19:12.083 | cfg_section[section_count++] = section 2025-04-16 12:19:12.083 | last_section = section 2025-04-16 12:19:12.083 | } 2025-04-16 12:19:12.083 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-16 12:19:12.083 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-16 12:19:12.083 | 2025-04-16 12:19:12.083 | cfg_attr[section, attr, 0] = value 2025-04-16 12:19:12.083 | cfg_attr_count[section, attr] = 1 2025-04-16 12:19:12.083 | } else { 2025-04-16 12:19:12.083 | lno = cfg_attr_count[section, attr]++ 2025-04-16 12:19:12.083 | cfg_attr[section, attr, lno] = value 2025-04-16 12:19:12.083 | } 2025-04-16 12:19:12.083 | } 2025-04-16 12:19:12.083 | END { 2025-04-16 12:19:12.083 | # Process each section in order 2025-04-16 12:19:12.083 | for (sno = 0; sno < section_count; sno++) { 2025-04-16 12:19:12.083 | section = cfg_section[sno] 2025-04-16 12:19:12.083 | # The ini routines simply append a config item immediately 2025-04-16 12:19:12.083 | # after the section header. To keep the same order as defined 2025-04-16 12:19:12.083 | # in local.conf, invoke the ini routines in the reverse order 2025-04-16 12:19:12.083 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-16 12:19:12.083 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-16 12:19:12.083 | if (cfg_attr_count[section, attr] == 1) 2025-04-16 12:19:12.083 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-16 12:19:12.083 | else { 2025-04-16 12:19:12.083 | # For multiline, invoke the ini routines in the reverse order 2025-04-16 12:19:12.083 | count = cfg_attr_count[section, attr] 2025-04-16 12:19:12.083 | print "inidelete " configfile " " section " " attr 2025-04-16 12:19:12.083 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-16 12:19:12.083 | for (l = count -2; l >= 0; l--) 2025-04-16 12:19:12.083 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-16 12:19:12.083 | } 2025-04-16 12:19:12.083 | } 2025-04-16 12:19:12.083 | } 2025-04-16 12:19:12.083 | } 2025-04-16 12:19:12.083 | ' 2025-04-16 12:19:12.083 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 12:19:12.084 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-16 12:19:12.084 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-16 12:19:12.086 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-16 12:19:12.087 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2025-04-16 12:19:12.089 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 12:19:12.091 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2025-04-16 12:19:12.093 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2025-04-16 12:19:12.093 | BEGIN { group = "" } 2025-04-16 12:19:12.093 | /^\[\[.+\|.*\]\]/ { 2025-04-16 12:19:12.093 | gsub("[][]", "", $1); 2025-04-16 12:19:12.093 | split($1, a, "|"); 2025-04-16 12:19:12.093 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-16 12:19:12.093 | group=a[1] 2025-04-16 12:19:12.093 | } else { 2025-04-16 12:19:12.093 | group="" 2025-04-16 12:19:12.093 | } 2025-04-16 12:19:12.093 | next 2025-04-16 12:19:12.093 | } 2025-04-16 12:19:12.093 | { 2025-04-16 12:19:12.093 | if (group != "") 2025-04-16 12:19:12.093 | print $0 2025-04-16 12:19:12.093 | } 2025-04-16 12:19:12.094 | ' /opt/stack/devstack/local.conf 2025-04-16 12:19:12.098 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 mechanism_drivers "nsxv3,openvswitch,logger"' 2025-04-16 12:19:12.100 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers nsxv3,openvswitch,logger 2025-04-16 12:19:12.124 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 12:19:12.125 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 overlay_ip_version "4"' 2025-04-16 12:19:12.127 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2025-04-16 12:19:12.152 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 12:19:12.154 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 extension_drivers "port_security"' 2025-04-16 12:19:12.156 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2025-04-16 12:19:12.180 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 12:19:12.182 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 tenant_network_types "vlan"' 2025-04-16 12:19:12.184 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2025-04-16 12:19:12.209 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 12:19:12.211 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 path_mtu "8950"' 2025-04-16 12:19:12.213 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 path_mtu 8950 2025-04-16 12:19:12.236 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 12:19:12.238 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 type_drivers "vlan"' 2025-04-16 12:19:12.240 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 type_drivers vlan 2025-04-16 12:19:12.263 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 12:19:12.265 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2_type_vlan network_vlan_ranges "default:2:999,public:1000:2000"' 2025-04-16 12:19:12.267 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges default:2:999,public:1000:2000 2025-04-16 12:19:12.292 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 12:19:12.294 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup firewall_driver "noop"' 2025-04-16 12:19:12.296 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver noop 2025-04-16 12:19:12.321 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 12:19:12.322 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2025-04-16 12:19:12.325 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2025-04-16 12:19:12.349 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 12:19:12.351 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-16 12:19:12.353 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-16 12:19:12.355 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-16 12:19:12.358 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /etc/neutron/dhcp_agent.ini' 2025-04-16 12:19:12.360 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/dhcp_agent.ini 2025-04-16 12:19:12.363 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/dhcp_agent.ini 2025-04-16 12:19:12.365 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2025-04-16 12:19:12.368 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/dhcp_agent.ini 2025-04-16 12:19:12.371 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2025-04-16 12:19:12.373 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2025-04-16 12:19:12.375 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2025-04-16 12:19:12.377 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-16 12:19:12.379 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-16 12:19:12.382 | + inc/meta-config:merge_config_file:85 : local configfile=/etc/neutron/dhcp_agent.ini 2025-04-16 12:19:12.383 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-16 12:19:12.386 | ++ inc/meta-config:merge_config_file:91 : eval echo /etc/neutron/dhcp_agent.ini 2025-04-16 12:19:12.388 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/dhcp_agent.ini 2025-04-16 12:19:12.390 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/dhcp_agent.ini 2025-04-16 12:19:12.393 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/dhcp_agent.ini ']' 2025-04-16 12:19:12.395 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2025-04-16 12:19:12.396 | + inc/meta-config:merge_config_file:97 : awk -v configfile=/etc/neutron/dhcp_agent.ini ' 2025-04-16 12:19:12.396 | BEGIN { 2025-04-16 12:19:12.396 | section = "" 2025-04-16 12:19:12.396 | last_section = "" 2025-04-16 12:19:12.396 | section_count = 0 2025-04-16 12:19:12.396 | } 2025-04-16 12:19:12.396 | /^\[.+\]/ { 2025-04-16 12:19:12.396 | gsub("[][]", "", $1); 2025-04-16 12:19:12.396 | section=$1 2025-04-16 12:19:12.396 | next 2025-04-16 12:19:12.396 | } 2025-04-16 12:19:12.396 | /^ *\#/ { 2025-04-16 12:19:12.396 | next 2025-04-16 12:19:12.396 | } 2025-04-16 12:19:12.396 | /^[^ \t]+/ { 2025-04-16 12:19:12.396 | # get offset of first = in $0 2025-04-16 12:19:12.396 | eq_idx = index($0, "=") 2025-04-16 12:19:12.396 | # extract attr & value from $0 2025-04-16 12:19:12.396 | attr = substr($0, 1, eq_idx - 1) 2025-04-16 12:19:12.396 | value = substr($0, eq_idx + 1) 2025-04-16 12:19:12.396 | # only need to strip trailing whitespace from attr 2025-04-16 12:19:12.396 | sub(/[ \t]*$/, "", attr) 2025-04-16 12:19:12.396 | # need to strip leading & trailing whitespace from value 2025-04-16 12:19:12.396 | sub(/^[ \t]*/, "", value) 2025-04-16 12:19:12.396 | sub(/[ \t]*$/, "", value) 2025-04-16 12:19:12.396 | 2025-04-16 12:19:12.396 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-16 12:19:12.396 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-16 12:19:12.396 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-16 12:19:12.396 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-16 12:19:12.396 | if (! (section, attr) in cfg_attr_count) { 2025-04-16 12:19:12.396 | if (section != last_section) { 2025-04-16 12:19:12.396 | cfg_section[section_count++] = section 2025-04-16 12:19:12.396 | last_section = section 2025-04-16 12:19:12.396 | } 2025-04-16 12:19:12.396 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-16 12:19:12.396 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-16 12:19:12.396 | 2025-04-16 12:19:12.396 | cfg_attr[section, attr, 0] = value 2025-04-16 12:19:12.396 | cfg_attr_count[section, attr] = 1 2025-04-16 12:19:12.396 | } else { 2025-04-16 12:19:12.396 | lno = cfg_attr_count[section, attr]++ 2025-04-16 12:19:12.396 | cfg_attr[section, attr, lno] = value 2025-04-16 12:19:12.396 | } 2025-04-16 12:19:12.396 | } 2025-04-16 12:19:12.396 | END { 2025-04-16 12:19:12.396 | # Process each section in order 2025-04-16 12:19:12.396 | for (sno = 0; sno < section_count; sno++) { 2025-04-16 12:19:12.396 | section = cfg_section[sno] 2025-04-16 12:19:12.396 | # The ini routines simply append a config item immediately 2025-04-16 12:19:12.396 | # after the section header. To keep the same order as defined 2025-04-16 12:19:12.396 | # in local.conf, invoke the ini routines in the reverse order 2025-04-16 12:19:12.396 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-16 12:19:12.397 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-16 12:19:12.397 | if (cfg_attr_count[section, attr] == 1) 2025-04-16 12:19:12.397 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-16 12:19:12.397 | else { 2025-04-16 12:19:12.397 | # For multiline, invoke the ini routines in the reverse order 2025-04-16 12:19:12.397 | count = cfg_attr_count[section, attr] 2025-04-16 12:19:12.397 | print "inidelete " configfile " " section " " attr 2025-04-16 12:19:12.397 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-16 12:19:12.397 | for (l = count -2; l >= 0; l--) 2025-04-16 12:19:12.397 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-16 12:19:12.397 | } 2025-04-16 12:19:12.397 | } 2025-04-16 12:19:12.397 | } 2025-04-16 12:19:12.397 | } 2025-04-16 12:19:12.397 | ' 2025-04-16 12:19:12.397 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 12:19:12.398 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-16 12:19:12.398 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-16 12:19:12.400 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-16 12:19:12.402 | + inc/meta-config:get_meta_section:35 : local configfile=/etc/neutron/dhcp_agent.ini 2025-04-16 12:19:12.403 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 12:19:12.406 | + inc/meta-config:get_meta_section:38 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2025-04-16 12:19:12.408 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v configfile=/etc/neutron/dhcp_agent.ini ' 2025-04-16 12:19:12.408 | BEGIN { group = "" } 2025-04-16 12:19:12.408 | /^\[\[.+\|.*\]\]/ { 2025-04-16 12:19:12.408 | gsub("[][]", "", $1); 2025-04-16 12:19:12.408 | split($1, a, "|"); 2025-04-16 12:19:12.408 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-16 12:19:12.408 | group=a[1] 2025-04-16 12:19:12.408 | } else { 2025-04-16 12:19:12.408 | group="" 2025-04-16 12:19:12.408 | } 2025-04-16 12:19:12.408 | next 2025-04-16 12:19:12.408 | } 2025-04-16 12:19:12.408 | { 2025-04-16 12:19:12.408 | if (group != "") 2025-04-16 12:19:12.408 | print $0 2025-04-16 12:19:12.408 | } 2025-04-16 12:19:12.408 | ' /opt/stack/devstack/local.conf 2025-04-16 12:19:12.412 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_dns_servers "147.204.9.200, 147.204.9.201"' 2025-04-16 12:19:12.414 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_dns_servers '147.204.9.200, 147.204.9.201' 2025-04-16 12:19:12.436 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 12:19:12.438 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver "openvswitch"' 2025-04-16 12:19:12.440 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2025-04-16 12:19:12.465 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 12:19:12.467 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata "True"' 2025-04-16 12:19:12.469 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata True 2025-04-16 12:19:12.493 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 12:19:12.495 | + stack.sh:main:1274 : is_service_enabled swift 2025-04-16 12:19:12.508 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:19:12.511 | + stack.sh:main:1282 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-16 12:19:12.513 | + stack.sh:main:1283 : is_service_enabled cinder 2025-04-16 12:19:12.526 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:19:12.528 | + stack.sh:main:1284 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-16 12:19:12.553 | + stack.sh:main:1287 : async_wait configure_neutron_nova 2025-04-16 12:19:12.589 | [3523 Async configure_neutron_nova:51549]: Waiting for completion of configure_neutron_nova running on PID 51549 (2 other jobs running) 2025-04-16 12:19:12.606 | [3523 Async configure_neutron_nova:51549]: Signaling child to exit 2025-04-16 12:19:12.606 | WAKEUP 2025-04-16 12:19:12.621 | [3523 Async configure_neutron_nova:51549]: Signaled 2025-04-16 12:19:12.622 | + lib/neutron:configure_neutron_nova:447 : create_nova_conf_neutron /etc/nova/nova.conf 2025-04-16 12:19:12.622 | + lib/neutron:create_nova_conf_neutron:458 : local conf=/etc/nova/nova.conf 2025-04-16 12:19:12.622 | + lib/neutron:create_nova_conf_neutron:459 : iniset /etc/nova/nova.conf neutron auth_type password 2025-04-16 12:19:12.622 | + lib/neutron:create_nova_conf_neutron:460 : iniset /etc/nova/nova.conf neutron auth_url http://10.180.1.21/identity 2025-04-16 12:19:12.622 | + lib/neutron:create_nova_conf_neutron:461 : iniset /etc/nova/nova.conf neutron username neutron 2025-04-16 12:19:12.622 | + lib/neutron:create_nova_conf_neutron:462 : iniset /etc/nova/nova.conf neutron password nomoresecret 2025-04-16 12:19:12.622 | + lib/neutron:create_nova_conf_neutron:463 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2025-04-16 12:19:12.622 | + lib/neutron:create_nova_conf_neutron:464 : iniset /etc/nova/nova.conf neutron project_name service 2025-04-16 12:19:12.622 | + lib/neutron:create_nova_conf_neutron:465 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2025-04-16 12:19:12.622 | + lib/neutron:create_nova_conf_neutron:466 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2025-04-16 12:19:12.622 | + lib/neutron:create_nova_conf_neutron:467 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2025-04-16 12:19:12.622 | + lib/neutron:create_nova_conf_neutron:470 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2025-04-16 12:19:12.622 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2025-04-16 12:19:12.622 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:119 : : 2025-04-16 12:19:12.622 | + lib/neutron:create_nova_conf_neutron:472 : is_service_enabled q-meta neutron-metadata-agent 2025-04-16 12:19:12.622 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:19:12.622 | + lib/neutron:create_nova_conf_neutron:473 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2025-04-16 12:19:12.622 | + lib/neutron:create_nova_conf_neutron:476 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2025-04-16 12:19:12.622 | + lib/neutron:create_nova_conf_neutron:477 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2025-04-16 12:19:12.622 | + lib/neutron:configure_neutron_nova:448 : [[ singleconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2025-04-16 12:19:12.653 | [3523 Async configure_neutron_nova:51549]: finished configure_neutron_nova with result 0 in 0 seconds 2025-04-16 12:19:12.656 | + inc/async:async_wait:197 : return 0 2025-04-16 12:19:12.658 | + stack.sh:main:1293 : is_service_enabled nova 2025-04-16 12:19:12.671 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:19:12.673 | + stack.sh:main:1294 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-16 12:19:12.697 | + stack.sh:main:1295 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-16 12:19:12.724 | + stack.sh:main:1299 : is_service_enabled n-api 2025-04-16 12:19:12.737 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:19:12.739 | + stack.sh:main:1300 : echo_summary 'Starting Nova API' 2025-04-16 12:19:12.741 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 12:19:12.743 | + stack.sh:echo_summary:461 : echo -e Starting Nova API 2025-04-16 12:19:12.745 | + stack.sh:main:1301 : start_nova_api 2025-04-16 12:19:12.748 | + lib/nova:start_nova_api:978 : local service_port=8774 2025-04-16 12:19:12.750 | + lib/nova:start_nova_api:979 : local service_protocol=http 2025-04-16 12:19:12.752 | + lib/nova:start_nova_api:980 : local nova_url 2025-04-16 12:19:12.754 | + lib/nova:start_nova_api:981 : is_service_enabled tls-proxy 2025-04-16 12:19:12.766 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:19:12.768 | + lib/nova:start_nova_api:987 : local old_path=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 12:19:12.771 | + lib/nova:start_nova_api:988 : export PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 12:19:12.773 | + lib/nova:start_nova_api:988 : PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 12:19:12.775 | + lib/nova:start_nova_api:990 : '[' True == False ']' 2025-04-16 12:19:12.777 | ++ lib/nova:start_nova_api:998 : which uwsgi 2025-04-16 12:19:12.780 | + lib/nova:start_nova_api:998 : run_process n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-16 12:19:12.782 | + functions-common:run_process:1654 : local service=n-api 2025-04-16 12:19:12.784 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-16 12:19:12.786 | + functions-common:run_process:1656 : local group= 2025-04-16 12:19:12.789 | + functions-common:run_process:1657 : local user= 2025-04-16 12:19:12.791 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 12:19:12.793 | + functions-common:run_process:1660 : local name=n-api 2025-04-16 12:19:12.795 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 12:19:12.797 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 12:19:12.799 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:19:12.801 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:19:12.803 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:19:12.806 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805952804 2025-04-16 12:19:12.808 | + functions-common:run_process:1663 : is_service_enabled n-api 2025-04-16 12:19:12.821 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:19:12.823 | + functions-common:run_process:1664 : _run_under_systemd n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' '' '' 2025-04-16 12:19:12.825 | + functions-common:_run_under_systemd:1611 : local service=n-api 2025-04-16 12:19:12.827 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-16 12:19:12.830 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-16 12:19:12.831 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-16 12:19:12.833 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-16 12:19:12.835 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2025-04-16 12:19:12.837 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2025-04-16 12:19:12.839 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-api.service 2025-04-16 12:19:12.841 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 12:19:12.843 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 12:19:12.845 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 12:19:12.847 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 12:19:12.849 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2025-04-16 12:19:12.851 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-16 12:19:12.853 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 12:19:12.855 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@n-api.service '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2025-04-16 12:19:12.857 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@n-api.service 2025-04-16 12:19:12.859 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 12:19:12.860 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-16 12:19:12.862 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-16 12:19:12.864 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-16 12:19:12.865 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@n-api.service 2025-04-16 12:19:12.867 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-16 12:19:12.870 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@n-api.service Unit Description 'Devstack devstack@n-api.service' 2025-04-16 12:19:12.918 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Environment '"PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 12:19:12.967 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service 2025-04-16 12:19:13.008 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User stack 2025-04-16 12:19:13.048 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 12:19:13.088 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 12:19:13.129 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2025-04-16 12:19:13.171 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2025-04-16 12:19:13.212 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2025-04-16 12:19:13.252 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2025-04-16 12:19:13.293 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2025-04-16 12:19:13.333 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-16 12:19:13.335 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-16 12:19:13.337 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2025-04-16 12:19:13.386 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-16 12:19:13.629 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-api.service 2025-04-16 12:19:13.639 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2025-04-16 12:19:13.867 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-api.service 2025-04-16 12:19:13.920 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 12:19:13.922 | + functions-common:time_stop:2400 : local name 2025-04-16 12:19:13.924 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:19:13.926 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:19:13.928 | + functions-common:time_stop:2403 : local total 2025-04-16 12:19:13.930 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:19:13.932 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 12:19:13.934 | + functions-common:time_stop:2407 : start_time=1744805952804 2025-04-16 12:19:13.936 | + functions-common:time_stop:2409 : [[ -z 1744805952804 ]] 2025-04-16 12:19:13.938 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:19:13.942 | + functions-common:time_stop:2412 : end_time=1744805953940 2025-04-16 12:19:13.944 | + functions-common:time_stop:2413 : elapsed_time=1136 2025-04-16 12:19:13.946 | + functions-common:time_stop:2414 : total=1245 2025-04-16 12:19:13.948 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:19:13.950 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2381 2025-04-16 12:19:13.952 | + lib/nova:start_nova_api:999 : nova_url=http://10.180.1.21/compute/v2.1/ 2025-04-16 12:19:13.954 | + lib/nova:start_nova_api:1002 : echo 'Waiting for nova-api to start...' 2025-04-16 12:19:13.954 | Waiting for nova-api to start... 2025-04-16 12:19:13.956 | + lib/nova:start_nova_api:1003 : wait_for_service 60 http://10.180.1.21/compute/v2.1/ 2025-04-16 12:19:13.958 | + functions:wait_for_service:468 : local timeout=60 2025-04-16 12:19:13.960 | + functions:wait_for_service:469 : local url=http://10.180.1.21/compute/v2.1/ 2025-04-16 12:19:13.962 | + functions:wait_for_service:470 : local rval=0 2025-04-16 12:19:13.964 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-16 12:19:13.966 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-16 12:19:13.968 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:19:13.970 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:19:13.972 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:19:13.976 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805953974 2025-04-16 12:19:13.978 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-16 12:19:13.981 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/compute/v2.1/ 2025-04-16 12:19:16.566 | + :: : [[ 200 == 503 ]] 2025-04-16 12:19:16.567 | + :: : [[ 0 -eq 7 ]] 2025-04-16 12:19:16.570 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-16 12:19:16.572 | + functions-common:time_stop:2400 : local name 2025-04-16 12:19:16.574 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:19:16.576 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:19:16.578 | + functions-common:time_stop:2403 : local total 2025-04-16 12:19:16.580 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:19:16.581 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-16 12:19:16.583 | + functions-common:time_stop:2407 : start_time=1744805953974 2025-04-16 12:19:16.586 | + functions-common:time_stop:2409 : [[ -z 1744805953974 ]] 2025-04-16 12:19:16.588 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:19:16.591 | + functions-common:time_stop:2412 : end_time=1744805956589 2025-04-16 12:19:16.593 | + functions-common:time_stop:2413 : elapsed_time=2615 2025-04-16 12:19:16.596 | + functions-common:time_stop:2414 : total=2284 2025-04-16 12:19:16.597 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:19:16.599 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=4899 2025-04-16 12:19:16.601 | + functions:wait_for_service:478 : return 0 2025-04-16 12:19:16.603 | + lib/nova:start_nova_api:1007 : export PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 12:19:16.606 | + lib/nova:start_nova_api:1007 : PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 12:19:16.608 | + stack.sh:main:1304 : is_service_enabled ovn-controller ovn-controller-vtep 2025-04-16 12:19:16.621 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:19:16.623 | + stack.sh:main:1309 : is_service_enabled neutron-api 2025-04-16 12:19:16.637 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:19:16.639 | + stack.sh:main:1312 : is_service_enabled q-svc 2025-04-16 12:19:16.655 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:19:16.657 | + stack.sh:main:1313 : echo_summary 'Starting Neutron' 2025-04-16 12:19:16.659 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 12:19:16.661 | + stack.sh:echo_summary:461 : echo -e Starting Neutron 2025-04-16 12:19:16.663 | + stack.sh:main:1314 : configure_neutron_after_post_config 2025-04-16 12:19:16.665 | + lib/neutron:configure_neutron_after_post_config:557 : [[ router != '' ]] 2025-04-16 12:19:16.668 | + lib/neutron:configure_neutron_after_post_config:558 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router 2025-04-16 12:19:16.693 | + lib/neutron:configure_neutron_after_post_config:560 : configure_rbac_policies 2025-04-16 12:19:16.694 | + lib/neutron:configure_rbac_policies:566 : [[ False == \T\r\u\e ]] 2025-04-16 12:19:16.697 | + lib/neutron:configure_rbac_policies:566 : [[ False == True ]] 2025-04-16 12:19:16.699 | + lib/neutron:configure_rbac_policies:570 : iniset /etc/neutron/neutron.conf oslo_policy enforce_new_defaults False 2025-04-16 12:19:16.724 | + lib/neutron:configure_rbac_policies:571 : iniset /etc/neutron/neutron.conf oslo_policy enforce_scope False 2025-04-16 12:19:16.748 | + stack.sh:main:1315 : start_neutron_service_and_check 2025-04-16 12:19:16.751 | + lib/neutron:start_neutron_service_and_check:600 : local service_port=9696 2025-04-16 12:19:16.753 | + lib/neutron:start_neutron_service_and_check:601 : local service_protocol=http 2025-04-16 12:19:16.754 | + lib/neutron:start_neutron_service_and_check:602 : local cfg_file_options 2025-04-16 12:19:16.757 | + lib/neutron:start_neutron_service_and_check:603 : local neutron_url 2025-04-16 12:19:16.759 | ++ lib/neutron:start_neutron_service_and_check:605 : determine_config_files neutron-server 2025-04-16 12:19:16.761 | ++ lib/neutron:determine_config_files:366 : local opts= 2025-04-16 12:19:16.763 | ++ lib/neutron:determine_config_files:367 : case "$1" in 2025-04-16 12:19:16.766 | +++ lib/neutron:determine_config_files:368 : _determine_config_server 2025-04-16 12:19:16.768 | +++ lib/neutron:_determine_config_server:336 : [[ '' != '' ]] 2025-04-16 12:19:16.770 | +++ lib/neutron:_determine_config_server:343 : [[ 0 > 0 ]] 2025-04-16 12:19:16.772 | +++ lib/neutron:_determine_config_server:350 : local cfg_file 2025-04-16 12:19:16.774 | +++ lib/neutron:_determine_config_server:351 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 12:19:16.776 | +++ lib/neutron:_determine_config_server:355 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 12:19:16.778 | ++ lib/neutron:determine_config_files:368 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 12:19:16.780 | ++ lib/neutron:determine_config_files:371 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2025-04-16 12:19:16.782 | ++ lib/neutron:determine_config_files:374 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 12:19:16.785 | + lib/neutron:start_neutron_service_and_check:605 : cfg_file_options='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 12:19:16.787 | + lib/neutron:start_neutron_service_and_check:607 : is_service_enabled tls-proxy 2025-04-16 12:19:16.801 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:19:16.803 | + lib/neutron:start_neutron_service_and_check:612 : '[' False == True ']' 2025-04-16 12:19:16.805 | + lib/neutron:start_neutron_service_and_check:619 : run_process q-svc '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 12:19:16.808 | + functions-common:run_process:1654 : local service=q-svc 2025-04-16 12:19:16.810 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 12:19:16.812 | + functions-common:run_process:1656 : local group= 2025-04-16 12:19:16.814 | + functions-common:run_process:1657 : local user= 2025-04-16 12:19:16.817 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 12:19:16.819 | + functions-common:run_process:1660 : local name=q-svc 2025-04-16 12:19:16.821 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 12:19:16.824 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 12:19:16.826 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:19:16.828 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:19:16.831 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:19:16.834 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805956832 2025-04-16 12:19:16.837 | + functions-common:run_process:1663 : is_service_enabled q-svc 2025-04-16 12:19:16.850 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:19:16.852 | + functions-common:run_process:1664 : _run_under_systemd q-svc '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' '' 2025-04-16 12:19:16.854 | + functions-common:_run_under_systemd:1611 : local service=q-svc 2025-04-16 12:19:16.856 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 12:19:16.858 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 12:19:16.861 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 12:19:16.863 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 12:19:16.864 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2025-04-16 12:19:16.866 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2025-04-16 12:19:16.869 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-svc.service 2025-04-16 12:19:16.870 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 12:19:16.872 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 12:19:16.874 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 12:19:16.876 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 12:19:16.878 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2025-04-16 12:19:16.880 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@q-svc.service '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' stack '' 2025-04-16 12:19:16.882 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-svc.service 2025-04-16 12:19:16.884 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 12:19:16.886 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 12:19:16.888 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 12:19:16.890 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 12:19:16.892 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 12:19:16.893 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 12:19:16.895 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2025-04-16 12:19:16.897 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 12:19:16.900 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' 2025-04-16 12:19:16.948 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 12:19:16.996 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User stack 2025-04-16 12:19:17.038 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecStart '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 12:19:17.078 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2025-04-16 12:19:17.118 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2025-04-16 12:19:17.159 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 12:19:17.199 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 12:19:17.201 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 12:19:17.203 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2025-04-16 12:19:17.251 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 12:19:17.482 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-svc.service 2025-04-16 12:19:17.491 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2025-04-16 12:19:17.730 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-svc.service 2025-04-16 12:19:17.753 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 12:19:17.755 | + functions-common:time_stop:2400 : local name 2025-04-16 12:19:17.757 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:19:17.759 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:19:17.761 | + functions-common:time_stop:2403 : local total 2025-04-16 12:19:17.763 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:19:17.765 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 12:19:17.767 | + functions-common:time_stop:2407 : start_time=1744805956832 2025-04-16 12:19:17.769 | + functions-common:time_stop:2409 : [[ -z 1744805956832 ]] 2025-04-16 12:19:17.771 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:19:17.774 | + functions-common:time_stop:2412 : end_time=1744805957772 2025-04-16 12:19:17.776 | + functions-common:time_stop:2413 : elapsed_time=940 2025-04-16 12:19:17.778 | + functions-common:time_stop:2414 : total=2381 2025-04-16 12:19:17.780 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:19:17.782 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3321 2025-04-16 12:19:17.784 | + lib/neutron:start_neutron_service_and_check:620 : neutron_url=http://10.180.1.21:9696/ 2025-04-16 12:19:17.786 | + lib/neutron:start_neutron_service_and_check:622 : is_service_enabled tls-proxy 2025-04-16 12:19:17.800 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:19:17.802 | + lib/neutron:start_neutron_service_and_check:626 : '[' '!' -z networking ']' 2025-04-16 12:19:17.804 | + lib/neutron:start_neutron_service_and_check:627 : neutron_url=http://10.180.1.21:9696/networking 2025-04-16 12:19:17.806 | + lib/neutron:start_neutron_service_and_check:629 : echo 'Waiting for Neutron to start...' 2025-04-16 12:19:17.806 | Waiting for Neutron to start... 2025-04-16 12:19:17.808 | + lib/neutron:start_neutron_service_and_check:631 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2025-04-16 12:19:17.810 | + lib/neutron:start_neutron_service_and_check:632 : test_with_retry 'wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 'Neutron did not start' 60 2025-04-16 12:19:17.812 | + functions-common:test_with_retry:2338 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2025-04-16 12:19:17.814 | + functions-common:test_with_retry:2339 : local 'failmsg=Neutron did not start' 2025-04-16 12:19:17.816 | + functions-common:test_with_retry:2340 : local until=60 2025-04-16 12:19:17.818 | + functions-common:test_with_retry:2341 : local sleep=0.5 2025-04-16 12:19:17.820 | + functions-common:test_with_retry:2343 : time_start test_with_retry 2025-04-16 12:19:17.822 | + functions-common:time_start:2386 : local name=test_with_retry 2025-04-16 12:19:17.824 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:19:17.826 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:19:17.829 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:19:17.832 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805957830 2025-04-16 12:19:17.834 | + functions-common:test_with_retry:2344 : timeout 60 sh -c 'while ! wget --no-proxy -q -O- http://10.180.1.21:9696/networking; do sleep 0.5; done' 2025-04-16 12:19:20.871 | {"versions": [{"id": "v2.0", "status": "CURRENT", "links": [{"rel": "self", "href": "http://10.180.1.21:9696/networking/v2.0/"}]}]}+ functions-common:test_with_retry:2347 : time_stop test_with_retry 2025-04-16 12:19:20.873 | + functions-common:time_stop:2400 : local name 2025-04-16 12:19:20.875 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:19:20.877 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:19:20.879 | + functions-common:time_stop:2403 : local total 2025-04-16 12:19:20.882 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:19:20.884 | + functions-common:time_stop:2406 : name=test_with_retry 2025-04-16 12:19:20.886 | + functions-common:time_stop:2407 : start_time=1744805957830 2025-04-16 12:19:20.888 | + functions-common:time_stop:2409 : [[ -z 1744805957830 ]] 2025-04-16 12:19:20.890 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:19:20.894 | + functions-common:time_stop:2412 : end_time=1744805960892 2025-04-16 12:19:20.896 | + functions-common:time_stop:2413 : elapsed_time=3062 2025-04-16 12:19:20.898 | + functions-common:time_stop:2414 : total=0 2025-04-16 12:19:20.900 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:19:20.902 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3062 2025-04-16 12:19:20.904 | + stack.sh:main:1320 : is_service_enabled placement 2025-04-16 12:19:20.917 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:19:20.920 | + stack.sh:main:1321 : echo_summary 'Starting Placement' 2025-04-16 12:19:20.921 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 12:19:20.923 | + stack.sh:echo_summary:461 : echo -e Starting Placement 2025-04-16 12:19:20.926 | + stack.sh:main:1322 : start_placement 2025-04-16 12:19:20.928 | + lib/placement:start_placement:173 : start_placement_api 2025-04-16 12:19:20.930 | + lib/placement:start_placement_api:159 : [[ uwsgi == \u\w\s\g\i ]] 2025-04-16 12:19:20.932 | ++ lib/placement:start_placement_api:160 : which uwsgi 2025-04-16 12:19:20.935 | + lib/placement:start_placement_api:160 : run_process placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-16 12:19:20.937 | + functions-common:run_process:1654 : local service=placement-api 2025-04-16 12:19:20.939 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-16 12:19:20.941 | + functions-common:run_process:1656 : local group= 2025-04-16 12:19:20.943 | + functions-common:run_process:1657 : local user= 2025-04-16 12:19:20.945 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 12:19:20.947 | + functions-common:run_process:1660 : local name=placement-api 2025-04-16 12:19:20.949 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 12:19:20.951 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 12:19:20.953 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:19:20.955 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:19:20.958 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:19:20.961 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805960959 2025-04-16 12:19:20.963 | + functions-common:run_process:1663 : is_service_enabled placement-api 2025-04-16 12:19:20.976 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:19:20.978 | + functions-common:run_process:1664 : _run_under_systemd placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' '' 2025-04-16 12:19:20.980 | + functions-common:_run_under_systemd:1611 : local service=placement-api 2025-04-16 12:19:20.982 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-16 12:19:20.984 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-16 12:19:20.986 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-16 12:19:20.988 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-16 12:19:20.990 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2025-04-16 12:19:20.992 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2025-04-16 12:19:20.994 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@placement-api.service 2025-04-16 12:19:20.996 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 12:19:20.998 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 12:19:21.000 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 12:19:21.002 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 12:19:21.004 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2025-04-16 12:19:21.006 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-16 12:19:21.008 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 12:19:21.010 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@placement-api.service '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2025-04-16 12:19:21.012 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@placement-api.service 2025-04-16 12:19:21.014 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 12:19:21.016 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-16 12:19:21.018 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-16 12:19:21.020 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-16 12:19:21.022 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2025-04-16 12:19:21.024 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-16 12:19:21.027 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Unit Description 'Devstack devstack@placement-api.service' 2025-04-16 12:19:21.076 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 12:19:21.124 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service 2025-04-16 12:19:21.164 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User stack 2025-04-16 12:19:21.204 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 12:19:21.247 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 12:19:21.289 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2025-04-16 12:19:21.329 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2025-04-16 12:19:21.370 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2025-04-16 12:19:21.411 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2025-04-16 12:19:21.451 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2025-04-16 12:19:21.491 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-16 12:19:21.493 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-16 12:19:21.495 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2025-04-16 12:19:21.542 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-16 12:19:21.783 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@placement-api.service 2025-04-16 12:19:21.793 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2025-04-16 12:19:22.028 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@placement-api.service 2025-04-16 12:19:22.082 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 12:19:22.084 | + functions-common:time_stop:2400 : local name 2025-04-16 12:19:22.086 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:19:22.088 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:19:22.090 | + functions-common:time_stop:2403 : local total 2025-04-16 12:19:22.092 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:19:22.094 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 12:19:22.096 | + functions-common:time_stop:2407 : start_time=1744805960959 2025-04-16 12:19:22.098 | + functions-common:time_stop:2409 : [[ -z 1744805960959 ]] 2025-04-16 12:19:22.100 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:19:22.104 | + functions-common:time_stop:2412 : end_time=1744805962102 2025-04-16 12:19:22.106 | + functions-common:time_stop:2413 : elapsed_time=1143 2025-04-16 12:19:22.108 | + functions-common:time_stop:2414 : total=3321 2025-04-16 12:19:22.110 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:19:22.112 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=4464 2025-04-16 12:19:22.114 | + lib/placement:start_placement_api:166 : echo 'Waiting for placement-api to start...' 2025-04-16 12:19:22.114 | Waiting for placement-api to start... 2025-04-16 12:19:22.116 | + lib/placement:start_placement_api:167 : wait_for_service 60 http://10.180.1.21/placement 2025-04-16 12:19:22.118 | + functions:wait_for_service:468 : local timeout=60 2025-04-16 12:19:22.121 | + functions:wait_for_service:469 : local url=http://10.180.1.21/placement 2025-04-16 12:19:22.123 | + functions:wait_for_service:470 : local rval=0 2025-04-16 12:19:22.125 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-16 12:19:22.126 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-16 12:19:22.129 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:19:22.131 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:19:22.134 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:19:22.137 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805962134 2025-04-16 12:19:22.139 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-16 12:19:22.142 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/placement 2025-04-16 12:19:23.302 | + :: : [[ 200 == 503 ]] 2025-04-16 12:19:23.303 | + :: : [[ 0 -eq 7 ]] 2025-04-16 12:19:23.306 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-16 12:19:23.308 | + functions-common:time_stop:2400 : local name 2025-04-16 12:19:23.310 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:19:23.312 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:19:23.314 | + functions-common:time_stop:2403 : local total 2025-04-16 12:19:23.316 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:19:23.318 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-16 12:19:23.320 | + functions-common:time_stop:2407 : start_time=1744805962134 2025-04-16 12:19:23.322 | + functions-common:time_stop:2409 : [[ -z 1744805962134 ]] 2025-04-16 12:19:23.325 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:19:23.328 | + functions-common:time_stop:2412 : end_time=1744805963326 2025-04-16 12:19:23.330 | + functions-common:time_stop:2413 : elapsed_time=1192 2025-04-16 12:19:23.332 | + functions-common:time_stop:2414 : total=4899 2025-04-16 12:19:23.334 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:19:23.336 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6091 2025-04-16 12:19:23.338 | + functions:wait_for_service:478 : return 0 2025-04-16 12:19:23.340 | + stack.sh:main:1325 : is_service_enabled neutron 2025-04-16 12:19:23.355 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:19:23.357 | + stack.sh:main:1326 : start_neutron 2025-04-16 12:19:23.359 | + lib/neutron:start_neutron:636 : start_l2_agent 2025-04-16 12:19:23.361 | + lib/neutron:start_l2_agent:643 : run_process q-agt '/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 12:19:23.363 | + functions-common:run_process:1654 : local service=q-agt 2025-04-16 12:19:23.365 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 12:19:23.367 | + functions-common:run_process:1656 : local group= 2025-04-16 12:19:23.369 | + functions-common:run_process:1657 : local user= 2025-04-16 12:19:23.371 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 12:19:23.373 | + functions-common:run_process:1660 : local name=q-agt 2025-04-16 12:19:23.375 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 12:19:23.377 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 12:19:23.379 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:19:23.381 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:19:23.383 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:19:23.387 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805963384 2025-04-16 12:19:23.389 | + functions-common:run_process:1663 : is_service_enabled q-agt 2025-04-16 12:19:23.402 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:19:23.404 | + functions-common:run_process:1664 : _run_under_systemd q-agt '/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' '' 2025-04-16 12:19:23.406 | + functions-common:_run_under_systemd:1611 : local service=q-agt 2025-04-16 12:19:23.408 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 12:19:23.410 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 12:19:23.412 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 12:19:23.414 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 12:19:23.416 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2025-04-16 12:19:23.417 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2025-04-16 12:19:23.420 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-agt.service 2025-04-16 12:19:23.422 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 12:19:23.423 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 12:19:23.426 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 12:19:23.428 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 12:19:23.430 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2025-04-16 12:19:23.432 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@q-agt.service '/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' stack '' 2025-04-16 12:19:23.434 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-agt.service 2025-04-16 12:19:23.436 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 12:19:23.438 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 12:19:23.439 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 12:19:23.441 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 12:19:23.443 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 12:19:23.445 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 12:19:23.447 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2025-04-16 12:19:23.449 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 12:19:23.452 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Unit Description 'Devstack devstack@q-agt.service' 2025-04-16 12:19:23.500 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 12:19:23.549 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User stack 2025-04-16 12:19:23.588 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecStart '/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 12:19:23.628 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2025-04-16 12:19:23.671 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2025-04-16 12:19:23.712 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 12:19:23.751 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 12:19:23.754 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 12:19:23.755 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2025-04-16 12:19:23.804 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 12:19:24.052 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-agt.service 2025-04-16 12:19:24.062 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2025-04-16 12:19:24.282 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-agt.service 2025-04-16 12:19:24.305 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 12:19:24.307 | + functions-common:time_stop:2400 : local name 2025-04-16 12:19:24.309 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:19:24.312 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:19:24.313 | + functions-common:time_stop:2403 : local total 2025-04-16 12:19:24.316 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:19:24.318 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 12:19:24.320 | + functions-common:time_stop:2407 : start_time=1744805963384 2025-04-16 12:19:24.321 | + functions-common:time_stop:2409 : [[ -z 1744805963384 ]] 2025-04-16 12:19:24.324 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:19:24.328 | + functions-common:time_stop:2412 : end_time=1744805964325 2025-04-16 12:19:24.329 | + functions-common:time_stop:2413 : elapsed_time=941 2025-04-16 12:19:24.332 | + functions-common:time_stop:2414 : total=4464 2025-04-16 12:19:24.333 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:19:24.335 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5405 2025-04-16 12:19:24.338 | + lib/neutron:start_l2_agent:645 : is_provider_network 2025-04-16 12:19:24.340 | + functions-common:is_provider_network:2249 : '[' '' == True ']' 2025-04-16 12:19:24.341 | + functions-common:is_provider_network:2252 : return 1 2025-04-16 12:19:24.343 | + lib/neutron:start_neutron:637 : start_other_agents 2025-04-16 12:19:24.345 | + lib/neutron:start_other_agents:661 : run_process q-dhcp '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-16 12:19:24.348 | + functions-common:run_process:1654 : local service=q-dhcp 2025-04-16 12:19:24.349 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-16 12:19:24.351 | + functions-common:run_process:1656 : local group= 2025-04-16 12:19:24.353 | + functions-common:run_process:1657 : local user= 2025-04-16 12:19:24.355 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 12:19:24.357 | + functions-common:run_process:1660 : local name=q-dhcp 2025-04-16 12:19:24.359 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 12:19:24.361 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 12:19:24.363 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:19:24.365 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:19:24.368 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:19:24.371 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805964369 2025-04-16 12:19:24.373 | + functions-common:run_process:1663 : is_service_enabled q-dhcp 2025-04-16 12:19:24.388 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:19:24.390 | + functions-common:run_process:1664 : _run_under_systemd q-dhcp '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' '' '' 2025-04-16 12:19:24.392 | + functions-common:_run_under_systemd:1611 : local service=q-dhcp 2025-04-16 12:19:24.394 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-16 12:19:24.396 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-16 12:19:24.398 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-16 12:19:24.400 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-16 12:19:24.402 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ sudo ]] 2025-04-16 12:19:24.404 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ ^/ ]] 2025-04-16 12:19:24.406 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-dhcp.service 2025-04-16 12:19:24.408 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 12:19:24.410 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 12:19:24.412 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 12:19:24.414 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 12:19:24.416 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ uwsgi ]] 2025-04-16 12:19:24.418 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@q-dhcp.service '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' stack '' 2025-04-16 12:19:24.420 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-dhcp.service 2025-04-16 12:19:24.422 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-16 12:19:24.424 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 12:19:24.426 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 12:19:24.428 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 12:19:24.430 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 12:19:24.432 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 12:19:24.434 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2025-04-16 12:19:24.436 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 12:19:24.439 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Unit Description 'Devstack devstack@q-dhcp.service' 2025-04-16 12:19:24.488 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 12:19:24.536 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User stack 2025-04-16 12:19:24.580 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecStart '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-16 12:19:24.621 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2025-04-16 12:19:24.663 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2025-04-16 12:19:24.704 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 12:19:24.747 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 12:19:24.749 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 12:19:24.752 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2025-04-16 12:19:24.803 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 12:19:25.049 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-dhcp.service 2025-04-16 12:19:25.059 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2025-04-16 12:19:25.276 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-dhcp.service 2025-04-16 12:19:25.309 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 12:19:25.311 | + functions-common:time_stop:2400 : local name 2025-04-16 12:19:25.313 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:19:25.315 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:19:25.318 | + functions-common:time_stop:2403 : local total 2025-04-16 12:19:25.319 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:19:25.321 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 12:19:25.323 | + functions-common:time_stop:2407 : start_time=1744805964369 2025-04-16 12:19:25.325 | + functions-common:time_stop:2409 : [[ -z 1744805964369 ]] 2025-04-16 12:19:25.328 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:19:25.332 | + functions-common:time_stop:2412 : end_time=1744805965329 2025-04-16 12:19:25.334 | + functions-common:time_stop:2413 : elapsed_time=960 2025-04-16 12:19:25.336 | + functions-common:time_stop:2414 : total=5405 2025-04-16 12:19:25.338 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:19:25.340 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6365 2025-04-16 12:19:25.343 | ++ lib/neutron:start_other_agents:663 : determine_config_files neutron-l3-agent 2025-04-16 12:19:25.345 | ++ lib/neutron:determine_config_files:366 : local opts= 2025-04-16 12:19:25.347 | ++ lib/neutron:determine_config_files:367 : case "$1" in 2025-04-16 12:19:25.350 | +++ lib/neutron:determine_config_files:369 : _determine_config_l3 2025-04-16 12:19:25.352 | +++ lib/neutron:_determine_config_l3:359 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 12:19:25.355 | +++ lib/neutron:_determine_config_l3:360 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 12:19:25.357 | ++ lib/neutron:determine_config_files:369 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 12:19:25.359 | ++ lib/neutron:determine_config_files:371 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2025-04-16 12:19:25.361 | ++ lib/neutron:determine_config_files:374 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 12:19:25.364 | + lib/neutron:start_other_agents:663 : run_process q-l3 '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 12:19:25.366 | + functions-common:run_process:1654 : local service=q-l3 2025-04-16 12:19:25.368 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 12:19:25.370 | + functions-common:run_process:1656 : local group= 2025-04-16 12:19:25.372 | + functions-common:run_process:1657 : local user= 2025-04-16 12:19:25.374 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 12:19:25.376 | + functions-common:run_process:1660 : local name=q-l3 2025-04-16 12:19:25.379 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 12:19:25.380 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 12:19:25.382 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:19:25.384 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:19:25.388 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:19:25.391 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805965388 2025-04-16 12:19:25.393 | + functions-common:run_process:1663 : is_service_enabled q-l3 2025-04-16 12:19:25.407 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:19:25.409 | + functions-common:run_process:1664 : _run_under_systemd q-l3 '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' '' '' 2025-04-16 12:19:25.411 | + functions-common:_run_under_systemd:1611 : local service=q-l3 2025-04-16 12:19:25.413 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 12:19:25.415 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 12:19:25.417 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 12:19:25.419 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 12:19:25.420 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ sudo ]] 2025-04-16 12:19:25.423 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ ^/ ]] 2025-04-16 12:19:25.425 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-l3.service 2025-04-16 12:19:25.427 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 12:19:25.429 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 12:19:25.431 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 12:19:25.433 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 12:19:25.435 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ uwsgi ]] 2025-04-16 12:19:25.437 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@q-l3.service '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' stack '' 2025-04-16 12:19:25.439 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-l3.service 2025-04-16 12:19:25.441 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 12:19:25.444 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 12:19:25.445 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 12:19:25.447 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 12:19:25.449 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 12:19:25.451 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 12:19:25.453 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2025-04-16 12:19:25.455 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 12:19:25.458 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Unit Description 'Devstack devstack@q-l3.service' 2025-04-16 12:19:25.509 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 12:19:25.560 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User stack 2025-04-16 12:19:25.601 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecStart '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 12:19:25.644 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2025-04-16 12:19:25.687 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2025-04-16 12:19:25.729 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 12:19:25.773 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 12:19:25.775 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 12:19:25.777 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2025-04-16 12:19:25.830 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 12:19:26.076 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-l3.service 2025-04-16 12:19:26.085 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2025-04-16 12:19:26.320 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-l3.service 2025-04-16 12:19:26.339 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 12:19:26.342 | + functions-common:time_stop:2400 : local name 2025-04-16 12:19:26.345 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:19:26.345 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:19:26.350 | + functions-common:time_stop:2403 : local total 2025-04-16 12:19:26.352 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:19:26.354 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 12:19:26.359 | + functions-common:time_stop:2407 : start_time=1744805965388 2025-04-16 12:19:26.361 | + functions-common:time_stop:2409 : [[ -z 1744805965388 ]] 2025-04-16 12:19:26.364 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:19:26.371 | + functions-common:time_stop:2412 : end_time=1744805966366 2025-04-16 12:19:26.373 | + functions-common:time_stop:2413 : elapsed_time=978 2025-04-16 12:19:26.376 | + functions-common:time_stop:2414 : total=6365 2025-04-16 12:19:26.378 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:19:26.380 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=7343 2025-04-16 12:19:26.386 | + lib/neutron:start_other_agents:665 : run_process q-meta '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-16 12:19:26.388 | + functions-common:run_process:1654 : local service=q-meta 2025-04-16 12:19:26.391 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-16 12:19:26.393 | + functions-common:run_process:1656 : local group= 2025-04-16 12:19:26.394 | + functions-common:run_process:1657 : local user= 2025-04-16 12:19:26.397 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 12:19:26.399 | + functions-common:run_process:1660 : local name=q-meta 2025-04-16 12:19:26.400 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 12:19:26.402 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 12:19:26.404 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:19:26.406 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:19:26.409 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:19:26.412 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805966410 2025-04-16 12:19:26.414 | + functions-common:run_process:1663 : is_service_enabled q-meta 2025-04-16 12:19:26.430 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:19:26.432 | + functions-common:run_process:1664 : _run_under_systemd q-meta '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' '' '' 2025-04-16 12:19:26.434 | + functions-common:_run_under_systemd:1611 : local service=q-meta 2025-04-16 12:19:26.436 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-16 12:19:26.438 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-16 12:19:26.439 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-16 12:19:26.442 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-16 12:19:26.444 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ sudo ]] 2025-04-16 12:19:26.446 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ ^/ ]] 2025-04-16 12:19:26.447 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-meta.service 2025-04-16 12:19:26.450 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 12:19:26.451 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 12:19:26.453 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 12:19:26.455 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 12:19:26.457 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ uwsgi ]] 2025-04-16 12:19:26.459 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@q-meta.service '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' stack '' 2025-04-16 12:19:26.461 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-meta.service 2025-04-16 12:19:26.463 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-16 12:19:26.465 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 12:19:26.467 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 12:19:26.469 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 12:19:26.471 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 12:19:26.473 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 12:19:26.475 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2025-04-16 12:19:26.477 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 12:19:26.480 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Unit Description 'Devstack devstack@q-meta.service' 2025-04-16 12:19:26.530 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 12:19:26.581 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User stack 2025-04-16 12:19:26.625 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecStart '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-16 12:19:26.667 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2025-04-16 12:19:26.710 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2025-04-16 12:19:26.752 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 12:19:26.796 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 12:19:26.798 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 12:19:26.801 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2025-04-16 12:19:26.854 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 12:19:27.104 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-meta.service 2025-04-16 12:19:27.114 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2025-04-16 12:19:27.344 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-meta.service 2025-04-16 12:19:27.371 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 12:19:27.375 | + functions-common:time_stop:2400 : local name 2025-04-16 12:19:27.376 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:19:27.378 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:19:27.382 | + functions-common:time_stop:2403 : local total 2025-04-16 12:19:27.385 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:19:27.388 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 12:19:27.395 | + functions-common:time_stop:2407 : start_time=1744805966410 2025-04-16 12:19:27.399 | + functions-common:time_stop:2409 : [[ -z 1744805966410 ]] 2025-04-16 12:19:27.399 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:19:27.402 | + functions-common:time_stop:2412 : end_time=1744805967399 2025-04-16 12:19:27.404 | + functions-common:time_stop:2413 : elapsed_time=989 2025-04-16 12:19:27.406 | + functions-common:time_stop:2414 : total=7343 2025-04-16 12:19:27.408 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:19:27.410 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8332 2025-04-16 12:19:27.412 | + lib/neutron:start_other_agents:666 : run_process q-metering '/opt/stack/data/venv/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2025-04-16 12:19:27.415 | + functions-common:run_process:1654 : local service=q-metering 2025-04-16 12:19:27.416 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2025-04-16 12:19:27.418 | + functions-common:run_process:1656 : local group= 2025-04-16 12:19:27.420 | + functions-common:run_process:1657 : local user= 2025-04-16 12:19:27.422 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 12:19:27.423 | + functions-common:run_process:1660 : local name=q-metering 2025-04-16 12:19:27.425 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 12:19:27.427 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 12:19:27.429 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:19:27.432 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:19:27.434 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:19:27.438 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805967435 2025-04-16 12:19:27.440 | + functions-common:run_process:1663 : is_service_enabled q-metering 2025-04-16 12:19:27.454 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:19:27.456 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 12:19:27.458 | + functions-common:time_stop:2400 : local name 2025-04-16 12:19:27.460 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:19:27.462 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:19:27.464 | + functions-common:time_stop:2403 : local total 2025-04-16 12:19:27.465 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:19:27.468 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 12:19:27.470 | + functions-common:time_stop:2407 : start_time=1744805967435 2025-04-16 12:19:27.471 | + functions-common:time_stop:2409 : [[ -z 1744805967435 ]] 2025-04-16 12:19:27.474 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:19:27.477 | + functions-common:time_stop:2412 : end_time=1744805967475 2025-04-16 12:19:27.479 | + functions-common:time_stop:2413 : elapsed_time=40 2025-04-16 12:19:27.481 | + functions-common:time_stop:2414 : total=8332 2025-04-16 12:19:27.485 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:19:27.487 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8372 2025-04-16 12:19:27.489 | + stack.sh:main:1329 : is_service_enabled q-svc 2025-04-16 12:19:27.502 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:19:27.504 | + stack.sh:main:1329 : [[ True == \T\r\u\e ]] 2025-04-16 12:19:27.506 | + stack.sh:main:1330 : echo_summary 'Creating initial neutron network elements' 2025-04-16 12:19:27.508 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 12:19:27.510 | + stack.sh:echo_summary:461 : echo -e Creating initial neutron network elements 2025-04-16 12:19:27.512 | + stack.sh:main:1333 : type -p neutron_plugin_create_initial_networks 2025-04-16 12:19:27.514 | + stack.sh:main:1336 : create_neutron_initial_network 2025-04-16 12:19:27.516 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:157 : type -p neutron_plugin_create_initial_network_profile 2025-04-16 12:19:27.519 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:161 : is_networking_extension_supported auto-allocated-topology 2025-04-16 12:19:27.520 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=auto-allocated-topology 2025-04-16 12:19:27.523 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2025-04-16 12:19:29.032 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:19:29.035 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-16 12:19:29.035 | address-scope 2025-04-16 12:19:29.035 | router-admin-state-down-before-update 2025-04-16 12:19:29.035 | agent 2025-04-16 12:19:29.035 | agent-resources-synced 2025-04-16 12:19:29.035 | allowed-address-pairs 2025-04-16 12:19:29.035 | auto-allocated-topology 2025-04-16 12:19:29.036 | availability_zone 2025-04-16 12:19:29.036 | availability_zone_filter 2025-04-16 12:19:29.036 | default-subnetpools 2025-04-16 12:19:29.036 | dhcp_agent_scheduler 2025-04-16 12:19:29.036 | dvr 2025-04-16 12:19:29.036 | empty-string-filtering 2025-04-16 12:19:29.036 | external-net 2025-04-16 12:19:29.036 | extra_dhcp_opt 2025-04-16 12:19:29.036 | extraroute 2025-04-16 12:19:29.036 | extraroute-atomic 2025-04-16 12:19:29.036 | filter-validation 2025-04-16 12:19:29.036 | floating-ip-port-forwarding-detail 2025-04-16 12:19:29.036 | fip-port-details 2025-04-16 12:19:29.036 | flavors 2025-04-16 12:19:29.036 | floatingip-pools 2025-04-16 12:19:29.036 | ip-substring-filtering 2025-04-16 12:19:29.036 | router 2025-04-16 12:19:29.036 | ext-gw-mode 2025-04-16 12:19:29.036 | l3-ha 2025-04-16 12:19:29.036 | l3-flavors 2025-04-16 12:19:29.036 | l3-port-ip-change-not-allowed 2025-04-16 12:19:29.036 | l3_agent_scheduler 2025-04-16 12:19:29.036 | multi-provider 2025-04-16 12:19:29.036 | net-mtu 2025-04-16 12:19:29.036 | net-mtu-writable 2025-04-16 12:19:29.036 | network_availability_zone 2025-04-16 12:19:29.036 | network_ha 2025-04-16 12:19:29.036 | network-ip-availability 2025-04-16 12:19:29.036 | pagination 2025-04-16 12:19:29.036 | port-device-profile 2025-04-16 12:19:29.036 | port-mac-override 2025-04-16 12:19:29.036 | port-mac-address-regenerate 2025-04-16 12:19:29.036 | port-numa-affinity-policy 2025-04-16 12:19:29.036 | binding 2025-04-16 12:19:29.036 | binding-extended 2025-04-16 12:19:29.036 | port-security 2025-04-16 12:19:29.036 | project-id 2025-04-16 12:19:29.036 | provider 2025-04-16 12:19:29.036 | quota-check-limit 2025-04-16 12:19:29.036 | quotas 2025-04-16 12:19:29.036 | quota_details 2025-04-16 12:19:29.036 | rbac-policies 2025-04-16 12:19:29.036 | rbac-address-group 2025-04-16 12:19:29.036 | rbac-address-scope 2025-04-16 12:19:29.036 | rbac-security-groups 2025-04-16 12:19:29.036 | rbac-subnetpool 2025-04-16 12:19:29.036 | revision-if-match 2025-04-16 12:19:29.036 | standard-attr-revisions 2025-04-16 12:19:29.036 | router_availability_zone 2025-04-16 12:19:29.036 | security-groups-default-rules 2025-04-16 12:19:29.036 | security-groups-normalized-cidr 2025-04-16 12:19:29.036 | port-security-groups-filtering 2025-04-16 12:19:29.036 | security-groups-remote-address-group 2025-04-16 12:19:29.036 | security-groups-shared-filtering 2025-04-16 12:19:29.036 | security-group 2025-04-16 12:19:29.036 | service-type 2025-04-16 12:19:29.036 | sorting 2025-04-16 12:19:29.036 | standard-attr-description 2025-04-16 12:19:29.036 | stateful-security-group 2025-04-16 12:19:29.036 | subnet_onboard 2025-04-16 12:19:29.036 | subnet-service-types 2025-04-16 12:19:29.036 | subnet_allocation 2025-04-16 12:19:29.036 | subnetpool-prefix-ops 2025-04-16 12:19:29.036 | standard-attr-tag 2025-04-16 12:19:29.036 | standard-attr-timestamp 2025-04-16 12:19:29.036 | nsxt-ops' 2025-04-16 12:19:29.037 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-16 12:19:29.038 | address-scope 2025-04-16 12:19:29.038 | router-admin-state-down-before-update 2025-04-16 12:19:29.038 | agent 2025-04-16 12:19:29.038 | agent-resources-synced 2025-04-16 12:19:29.038 | allowed-address-pairs 2025-04-16 12:19:29.038 | auto-allocated-topology 2025-04-16 12:19:29.038 | availability_zone 2025-04-16 12:19:29.038 | availability_zone_filter 2025-04-16 12:19:29.038 | default-subnetpools 2025-04-16 12:19:29.038 | dhcp_agent_scheduler 2025-04-16 12:19:29.038 | dvr 2025-04-16 12:19:29.038 | empty-string-filtering 2025-04-16 12:19:29.038 | external-net 2025-04-16 12:19:29.038 | extra_dhcp_opt 2025-04-16 12:19:29.038 | extraroute 2025-04-16 12:19:29.038 | extraroute-atomic 2025-04-16 12:19:29.038 | filter-validation 2025-04-16 12:19:29.038 | floating-ip-port-forwarding-detail 2025-04-16 12:19:29.038 | fip-port-details 2025-04-16 12:19:29.038 | flavors 2025-04-16 12:19:29.038 | floatingip-pools 2025-04-16 12:19:29.038 | ip-substring-filtering 2025-04-16 12:19:29.038 | router 2025-04-16 12:19:29.038 | ext-gw-mode 2025-04-16 12:19:29.038 | l3-ha 2025-04-16 12:19:29.038 | l3-flavors 2025-04-16 12:19:29.038 | l3-port-ip-change-not-allowed 2025-04-16 12:19:29.038 | l3_agent_scheduler 2025-04-16 12:19:29.038 | multi-provider 2025-04-16 12:19:29.038 | net-mtu 2025-04-16 12:19:29.038 | net-mtu-writable 2025-04-16 12:19:29.038 | network_availability_zone 2025-04-16 12:19:29.038 | network_ha 2025-04-16 12:19:29.038 | network-ip-availability 2025-04-16 12:19:29.038 | pagination 2025-04-16 12:19:29.038 | port-device-profile 2025-04-16 12:19:29.038 | port-mac-override 2025-04-16 12:19:29.038 | port-mac-address-regenerate 2025-04-16 12:19:29.038 | port-numa-affinity-policy 2025-04-16 12:19:29.038 | binding 2025-04-16 12:19:29.038 | binding-extended 2025-04-16 12:19:29.038 | port-security 2025-04-16 12:19:29.038 | project-id 2025-04-16 12:19:29.038 | provider 2025-04-16 12:19:29.038 | quota-check-limit 2025-04-16 12:19:29.038 | quotas 2025-04-16 12:19:29.038 | quota_details 2025-04-16 12:19:29.038 | rbac-policies 2025-04-16 12:19:29.038 | rbac-address-group 2025-04-16 12:19:29.038 | rbac-address-scope 2025-04-16 12:19:29.038 | rbac-security-groups 2025-04-16 12:19:29.038 | rbac-subnetpool 2025-04-16 12:19:29.038 | revision-if-match 2025-04-16 12:19:29.038 | standard-attr-revisions 2025-04-16 12:19:29.038 | router_availability_zone 2025-04-16 12:19:29.038 | security-groups-default-rules 2025-04-16 12:19:29.038 | security-groups-normalized-cidr 2025-04-16 12:19:29.038 | port-security-groups-filtering 2025-04-16 12:19:29.038 | security-groups-remote-address-group 2025-04-16 12:19:29.038 | security-groups-shared-filtering 2025-04-16 12:19:29.038 | security-group 2025-04-16 12:19:29.038 | service-type 2025-04-16 12:19:29.038 | sorting 2025-04-16 12:19:29.038 | standard-attr-description 2025-04-16 12:19:29.038 | stateful-security-group 2025-04-16 12:19:29.038 | subnet_onboard 2025-04-16 12:19:29.038 | subnet-service-types 2025-04-16 12:19:29.038 | subnet_allocation 2025-04-16 12:19:29.038 | subnetpool-prefix-ops 2025-04-16 12:19:29.038 | standard-attr-tag 2025-04-16 12:19:29.038 | standard-attr-timestamp 2025-04-16 12:19:29.038 | nsxt-ops =~ auto-allocated-topology ]] 2025-04-16 12:19:29.041 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-16 12:19:29.043 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:162 : [[ True == \T\r\u\e ]] 2025-04-16 12:19:29.045 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:163 : [[ 4 =~ 4.* ]] 2025-04-16 12:19:29.048 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:164 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet pool create shared-default-subnetpool-v4 --default-prefix-length 26 --pool-prefix 192.168.128.0/17 --share --default -f value -c id 2025-04-16 12:19:30.396 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:19:30.399 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:164 : SUBNETPOOL_V4_ID=1f9a76a1-4940-4b21-9f26-edac1c5bec49 2025-04-16 12:19:30.401 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : [[ 4 =~ .*6 ]] 2025-04-16 12:19:30.404 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:172 : is_provider_network 2025-04-16 12:19:30.406 | + functions-common:is_provider_network:2249 : '[' '' == True ']' 2025-04-16 12:19:30.408 | + functions-common:is_provider_network:2252 : return 1 2025-04-16 12:19:30.410 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:202 : oscwrap --os-cloud devstack --os-region RegionOne network create private -f value -c id 2025-04-16 12:19:31.913 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:19:31.916 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:202 : NET_ID=72a9c84c-e578-48cd-90a6-7c057a4d3b39 2025-04-16 12:19:31.918 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:203 : die_if_not_set 203 NET_ID 'Failure creating NET_ID for private' 2025-04-16 12:19:31.920 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-16 12:19:31.933 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:205 : [[ 4 =~ 4.* ]] 2025-04-16 12:19:31.935 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:207 : _neutron_create_private_subnet_v4 2025-04-16 12:19:31.938 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:254 : '[' -z 1f9a76a1-4940-4b21-9f26-edac1c5bec49 ']' 2025-04-16 12:19:31.940 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:257 : local 'subnet_params=--ip-version 4 ' 2025-04-16 12:19:31.942 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:258 : [[ -n '' ]] 2025-04-16 12:19:31.944 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:262 : subnet_params+='--subnet-pool 1f9a76a1-4940-4b21-9f26-edac1c5bec49 ' 2025-04-16 12:19:31.946 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:263 : subnet_params+=' ' 2025-04-16 12:19:31.948 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:264 : subnet_params+='--network 72a9c84c-e578-48cd-90a6-7c057a4d3b39 private-subnet' 2025-04-16 12:19:31.950 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:265 : local subnet_id 2025-04-16 12:19:31.952 | +++ 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 1f9a76a1-4940-4b21-9f26-edac1c5bec49 --network 72a9c84c-e578-48cd-90a6-7c057a4d3b39 private-subnet -f value -c id 2025-04-16 12:19:33.448 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:19:33.451 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:266 : subnet_id=17b38e83-5a7c-4fb2-9131-90557595e0ac 2025-04-16 12:19:33.454 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:267 : die_if_not_set 267 subnet_id 'Failure creating private IPv4 subnet' 2025-04-16 12:19:33.455 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2025-04-16 12:19:33.469 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:268 : echo 17b38e83-5a7c-4fb2-9131-90557595e0ac 2025-04-16 12:19:33.471 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:207 : SUBNET_ID=17b38e83-5a7c-4fb2-9131-90557595e0ac 2025-04-16 12:19:33.473 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : [[ 4 =~ .*6 ]] 2025-04-16 12:19:33.475 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:216 : is_networking_extension_supported router 2025-04-16 12:19:33.477 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=router 2025-04-16 12:19:33.480 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2025-04-16 12:19:34.650 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:19:34.653 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-16 12:19:34.653 | address-scope 2025-04-16 12:19:34.653 | router-admin-state-down-before-update 2025-04-16 12:19:34.653 | agent 2025-04-16 12:19:34.653 | agent-resources-synced 2025-04-16 12:19:34.653 | allowed-address-pairs 2025-04-16 12:19:34.653 | auto-allocated-topology 2025-04-16 12:19:34.653 | availability_zone 2025-04-16 12:19:34.653 | availability_zone_filter 2025-04-16 12:19:34.653 | default-subnetpools 2025-04-16 12:19:34.653 | dhcp_agent_scheduler 2025-04-16 12:19:34.653 | dvr 2025-04-16 12:19:34.653 | empty-string-filtering 2025-04-16 12:19:34.653 | external-net 2025-04-16 12:19:34.653 | extra_dhcp_opt 2025-04-16 12:19:34.653 | extraroute 2025-04-16 12:19:34.653 | extraroute-atomic 2025-04-16 12:19:34.653 | filter-validation 2025-04-16 12:19:34.653 | floating-ip-port-forwarding-detail 2025-04-16 12:19:34.653 | fip-port-details 2025-04-16 12:19:34.653 | flavors 2025-04-16 12:19:34.653 | floatingip-pools 2025-04-16 12:19:34.653 | ip-substring-filtering 2025-04-16 12:19:34.653 | router 2025-04-16 12:19:34.653 | ext-gw-mode 2025-04-16 12:19:34.653 | l3-ha 2025-04-16 12:19:34.653 | l3-flavors 2025-04-16 12:19:34.653 | l3-port-ip-change-not-allowed 2025-04-16 12:19:34.653 | l3_agent_scheduler 2025-04-16 12:19:34.653 | multi-provider 2025-04-16 12:19:34.653 | net-mtu 2025-04-16 12:19:34.653 | net-mtu-writable 2025-04-16 12:19:34.653 | network_availability_zone 2025-04-16 12:19:34.653 | network_ha 2025-04-16 12:19:34.653 | network-ip-availability 2025-04-16 12:19:34.653 | pagination 2025-04-16 12:19:34.653 | port-device-profile 2025-04-16 12:19:34.653 | port-mac-override 2025-04-16 12:19:34.653 | port-mac-address-regenerate 2025-04-16 12:19:34.653 | port-numa-affinity-policy 2025-04-16 12:19:34.653 | binding 2025-04-16 12:19:34.653 | binding-extended 2025-04-16 12:19:34.653 | port-security 2025-04-16 12:19:34.653 | project-id 2025-04-16 12:19:34.653 | provider 2025-04-16 12:19:34.653 | quota-check-limit 2025-04-16 12:19:34.653 | quotas 2025-04-16 12:19:34.653 | quota_details 2025-04-16 12:19:34.653 | rbac-policies 2025-04-16 12:19:34.653 | rbac-address-group 2025-04-16 12:19:34.653 | rbac-address-scope 2025-04-16 12:19:34.653 | rbac-security-groups 2025-04-16 12:19:34.653 | rbac-subnetpool 2025-04-16 12:19:34.653 | revision-if-match 2025-04-16 12:19:34.653 | standard-attr-revisions 2025-04-16 12:19:34.653 | router_availability_zone 2025-04-16 12:19:34.653 | security-groups-default-rules 2025-04-16 12:19:34.653 | security-groups-normalized-cidr 2025-04-16 12:19:34.653 | port-security-groups-filtering 2025-04-16 12:19:34.653 | security-groups-remote-address-group 2025-04-16 12:19:34.653 | security-groups-shared-filtering 2025-04-16 12:19:34.653 | security-group 2025-04-16 12:19:34.653 | service-type 2025-04-16 12:19:34.653 | sorting 2025-04-16 12:19:34.653 | standard-attr-description 2025-04-16 12:19:34.653 | stateful-security-group 2025-04-16 12:19:34.653 | subnet_onboard 2025-04-16 12:19:34.653 | subnet-service-types 2025-04-16 12:19:34.653 | subnet_allocation 2025-04-16 12:19:34.654 | subnetpool-prefix-ops 2025-04-16 12:19:34.654 | standard-attr-tag 2025-04-16 12:19:34.654 | standard-attr-timestamp 2025-04-16 12:19:34.654 | nsxt-ops' 2025-04-16 12:19:34.655 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-16 12:19:34.655 | address-scope 2025-04-16 12:19:34.655 | router-admin-state-down-before-update 2025-04-16 12:19:34.655 | agent 2025-04-16 12:19:34.655 | agent-resources-synced 2025-04-16 12:19:34.655 | allowed-address-pairs 2025-04-16 12:19:34.655 | auto-allocated-topology 2025-04-16 12:19:34.655 | availability_zone 2025-04-16 12:19:34.655 | availability_zone_filter 2025-04-16 12:19:34.655 | default-subnetpools 2025-04-16 12:19:34.655 | dhcp_agent_scheduler 2025-04-16 12:19:34.655 | dvr 2025-04-16 12:19:34.655 | empty-string-filtering 2025-04-16 12:19:34.655 | external-net 2025-04-16 12:19:34.655 | extra_dhcp_opt 2025-04-16 12:19:34.655 | extraroute 2025-04-16 12:19:34.655 | extraroute-atomic 2025-04-16 12:19:34.655 | filter-validation 2025-04-16 12:19:34.655 | floating-ip-port-forwarding-detail 2025-04-16 12:19:34.655 | fip-port-details 2025-04-16 12:19:34.655 | flavors 2025-04-16 12:19:34.655 | floatingip-pools 2025-04-16 12:19:34.655 | ip-substring-filtering 2025-04-16 12:19:34.655 | router 2025-04-16 12:19:34.655 | ext-gw-mode 2025-04-16 12:19:34.655 | l3-ha 2025-04-16 12:19:34.655 | l3-flavors 2025-04-16 12:19:34.655 | l3-port-ip-change-not-allowed 2025-04-16 12:19:34.655 | l3_agent_scheduler 2025-04-16 12:19:34.655 | multi-provider 2025-04-16 12:19:34.655 | net-mtu 2025-04-16 12:19:34.655 | net-mtu-writable 2025-04-16 12:19:34.655 | network_availability_zone 2025-04-16 12:19:34.655 | network_ha 2025-04-16 12:19:34.656 | network-ip-availability 2025-04-16 12:19:34.656 | pagination 2025-04-16 12:19:34.656 | port-device-profile 2025-04-16 12:19:34.656 | port-mac-override 2025-04-16 12:19:34.656 | port-mac-address-regenerate 2025-04-16 12:19:34.656 | port-numa-affinity-policy 2025-04-16 12:19:34.656 | binding 2025-04-16 12:19:34.656 | binding-extended 2025-04-16 12:19:34.656 | port-security 2025-04-16 12:19:34.656 | project-id 2025-04-16 12:19:34.656 | provider 2025-04-16 12:19:34.656 | quota-check-limit 2025-04-16 12:19:34.656 | quotas 2025-04-16 12:19:34.656 | quota_details 2025-04-16 12:19:34.656 | rbac-policies 2025-04-16 12:19:34.656 | rbac-address-group 2025-04-16 12:19:34.656 | rbac-address-scope 2025-04-16 12:19:34.656 | rbac-security-groups 2025-04-16 12:19:34.656 | rbac-subnetpool 2025-04-16 12:19:34.656 | revision-if-match 2025-04-16 12:19:34.656 | standard-attr-revisions 2025-04-16 12:19:34.656 | router_availability_zone 2025-04-16 12:19:34.656 | security-groups-default-rules 2025-04-16 12:19:34.656 | security-groups-normalized-cidr 2025-04-16 12:19:34.656 | port-security-groups-filtering 2025-04-16 12:19:34.656 | security-groups-remote-address-group 2025-04-16 12:19:34.656 | security-groups-shared-filtering 2025-04-16 12:19:34.656 | security-group 2025-04-16 12:19:34.656 | service-type 2025-04-16 12:19:34.656 | sorting 2025-04-16 12:19:34.656 | standard-attr-description 2025-04-16 12:19:34.656 | stateful-security-group 2025-04-16 12:19:34.656 | subnet_onboard 2025-04-16 12:19:34.656 | subnet-service-types 2025-04-16 12:19:34.656 | subnet_allocation 2025-04-16 12:19:34.656 | subnetpool-prefix-ops 2025-04-16 12:19:34.656 | standard-attr-tag 2025-04-16 12:19:34.656 | standard-attr-timestamp 2025-04-16 12:19:34.656 | nsxt-ops =~ router ]] 2025-04-16 12:19:34.657 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-16 12:19:34.659 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:216 : is_networking_extension_supported external-net 2025-04-16 12:19:34.662 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=external-net 2025-04-16 12:19:34.665 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2025-04-16 12:19:35.821 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:19:35.824 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-16 12:19:35.824 | address-scope 2025-04-16 12:19:35.824 | router-admin-state-down-before-update 2025-04-16 12:19:35.824 | agent 2025-04-16 12:19:35.824 | agent-resources-synced 2025-04-16 12:19:35.824 | allowed-address-pairs 2025-04-16 12:19:35.824 | auto-allocated-topology 2025-04-16 12:19:35.824 | availability_zone 2025-04-16 12:19:35.824 | availability_zone_filter 2025-04-16 12:19:35.824 | default-subnetpools 2025-04-16 12:19:35.824 | dhcp_agent_scheduler 2025-04-16 12:19:35.824 | dvr 2025-04-16 12:19:35.824 | empty-string-filtering 2025-04-16 12:19:35.824 | external-net 2025-04-16 12:19:35.824 | extra_dhcp_opt 2025-04-16 12:19:35.824 | extraroute 2025-04-16 12:19:35.824 | extraroute-atomic 2025-04-16 12:19:35.824 | filter-validation 2025-04-16 12:19:35.824 | floating-ip-port-forwarding-detail 2025-04-16 12:19:35.824 | fip-port-details 2025-04-16 12:19:35.824 | flavors 2025-04-16 12:19:35.824 | floatingip-pools 2025-04-16 12:19:35.824 | ip-substring-filtering 2025-04-16 12:19:35.824 | router 2025-04-16 12:19:35.824 | ext-gw-mode 2025-04-16 12:19:35.824 | l3-ha 2025-04-16 12:19:35.824 | l3-flavors 2025-04-16 12:19:35.824 | l3-port-ip-change-not-allowed 2025-04-16 12:19:35.824 | l3_agent_scheduler 2025-04-16 12:19:35.824 | multi-provider 2025-04-16 12:19:35.824 | net-mtu 2025-04-16 12:19:35.824 | net-mtu-writable 2025-04-16 12:19:35.824 | network_availability_zone 2025-04-16 12:19:35.824 | network_ha 2025-04-16 12:19:35.824 | network-ip-availability 2025-04-16 12:19:35.824 | pagination 2025-04-16 12:19:35.824 | port-device-profile 2025-04-16 12:19:35.824 | port-mac-override 2025-04-16 12:19:35.824 | port-mac-address-regenerate 2025-04-16 12:19:35.824 | port-numa-affinity-policy 2025-04-16 12:19:35.824 | binding 2025-04-16 12:19:35.824 | binding-extended 2025-04-16 12:19:35.824 | port-security 2025-04-16 12:19:35.824 | project-id 2025-04-16 12:19:35.824 | provider 2025-04-16 12:19:35.824 | quota-check-limit 2025-04-16 12:19:35.824 | quotas 2025-04-16 12:19:35.824 | quota_details 2025-04-16 12:19:35.824 | rbac-policies 2025-04-16 12:19:35.824 | rbac-address-group 2025-04-16 12:19:35.824 | rbac-address-scope 2025-04-16 12:19:35.824 | rbac-security-groups 2025-04-16 12:19:35.824 | rbac-subnetpool 2025-04-16 12:19:35.824 | revision-if-match 2025-04-16 12:19:35.824 | standard-attr-revisions 2025-04-16 12:19:35.824 | router_availability_zone 2025-04-16 12:19:35.824 | security-groups-default-rules 2025-04-16 12:19:35.824 | security-groups-normalized-cidr 2025-04-16 12:19:35.824 | port-security-groups-filtering 2025-04-16 12:19:35.825 | security-groups-remote-address-group 2025-04-16 12:19:35.825 | security-groups-shared-filtering 2025-04-16 12:19:35.825 | security-group 2025-04-16 12:19:35.825 | service-type 2025-04-16 12:19:35.825 | sorting 2025-04-16 12:19:35.825 | standard-attr-description 2025-04-16 12:19:35.825 | stateful-security-group 2025-04-16 12:19:35.825 | subnet_onboard 2025-04-16 12:19:35.825 | subnet-service-types 2025-04-16 12:19:35.825 | subnet_allocation 2025-04-16 12:19:35.825 | subnetpool-prefix-ops 2025-04-16 12:19:35.825 | standard-attr-tag 2025-04-16 12:19:35.825 | standard-attr-timestamp 2025-04-16 12:19:35.825 | nsxt-ops' 2025-04-16 12:19:35.826 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-16 12:19:35.826 | address-scope 2025-04-16 12:19:35.826 | router-admin-state-down-before-update 2025-04-16 12:19:35.826 | agent 2025-04-16 12:19:35.826 | agent-resources-synced 2025-04-16 12:19:35.826 | allowed-address-pairs 2025-04-16 12:19:35.826 | auto-allocated-topology 2025-04-16 12:19:35.826 | availability_zone 2025-04-16 12:19:35.826 | availability_zone_filter 2025-04-16 12:19:35.826 | default-subnetpools 2025-04-16 12:19:35.826 | dhcp_agent_scheduler 2025-04-16 12:19:35.826 | dvr 2025-04-16 12:19:35.826 | empty-string-filtering 2025-04-16 12:19:35.826 | external-net 2025-04-16 12:19:35.826 | extra_dhcp_opt 2025-04-16 12:19:35.826 | extraroute 2025-04-16 12:19:35.826 | extraroute-atomic 2025-04-16 12:19:35.826 | filter-validation 2025-04-16 12:19:35.826 | floating-ip-port-forwarding-detail 2025-04-16 12:19:35.826 | fip-port-details 2025-04-16 12:19:35.826 | flavors 2025-04-16 12:19:35.826 | floatingip-pools 2025-04-16 12:19:35.826 | ip-substring-filtering 2025-04-16 12:19:35.826 | router 2025-04-16 12:19:35.826 | ext-gw-mode 2025-04-16 12:19:35.826 | l3-ha 2025-04-16 12:19:35.826 | l3-flavors 2025-04-16 12:19:35.826 | l3-port-ip-change-not-allowed 2025-04-16 12:19:35.826 | l3_agent_scheduler 2025-04-16 12:19:35.826 | multi-provider 2025-04-16 12:19:35.826 | net-mtu 2025-04-16 12:19:35.826 | net-mtu-writable 2025-04-16 12:19:35.826 | network_availability_zone 2025-04-16 12:19:35.826 | network_ha 2025-04-16 12:19:35.826 | network-ip-availability 2025-04-16 12:19:35.826 | pagination 2025-04-16 12:19:35.826 | port-device-profile 2025-04-16 12:19:35.826 | port-mac-override 2025-04-16 12:19:35.826 | port-mac-address-regenerate 2025-04-16 12:19:35.826 | port-numa-affinity-policy 2025-04-16 12:19:35.826 | binding 2025-04-16 12:19:35.826 | binding-extended 2025-04-16 12:19:35.826 | port-security 2025-04-16 12:19:35.826 | project-id 2025-04-16 12:19:35.826 | provider 2025-04-16 12:19:35.826 | quota-check-limit 2025-04-16 12:19:35.826 | quotas 2025-04-16 12:19:35.826 | quota_details 2025-04-16 12:19:35.826 | rbac-policies 2025-04-16 12:19:35.826 | rbac-address-group 2025-04-16 12:19:35.826 | rbac-address-scope 2025-04-16 12:19:35.826 | rbac-security-groups 2025-04-16 12:19:35.826 | rbac-subnetpool 2025-04-16 12:19:35.826 | revision-if-match 2025-04-16 12:19:35.826 | standard-attr-revisions 2025-04-16 12:19:35.826 | router_availability_zone 2025-04-16 12:19:35.826 | security-groups-default-rules 2025-04-16 12:19:35.826 | security-groups-normalized-cidr 2025-04-16 12:19:35.826 | port-security-groups-filtering 2025-04-16 12:19:35.826 | security-groups-remote-address-group 2025-04-16 12:19:35.826 | security-groups-shared-filtering 2025-04-16 12:19:35.826 | security-group 2025-04-16 12:19:35.826 | service-type 2025-04-16 12:19:35.826 | sorting 2025-04-16 12:19:35.826 | standard-attr-description 2025-04-16 12:19:35.826 | stateful-security-group 2025-04-16 12:19:35.826 | subnet_onboard 2025-04-16 12:19:35.826 | subnet-service-types 2025-04-16 12:19:35.826 | subnet_allocation 2025-04-16 12:19:35.826 | subnetpool-prefix-ops 2025-04-16 12:19:35.826 | standard-attr-tag 2025-04-16 12:19:35.826 | standard-attr-timestamp 2025-04-16 12:19:35.826 | nsxt-ops =~ external-net ]] 2025-04-16 12:19:35.828 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-16 12:19:35.830 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:218 : [[ True == \T\r\u\e ]] 2025-04-16 12:19:35.833 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:220 : oscwrap --os-cloud devstack --os-region RegionOne router create router1 -f value -c id 2025-04-16 12:19:37.049 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:19:37.051 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:220 : ROUTER_ID=65436221-e94b-4ff2-9898-66cd92be2e5c 2025-04-16 12:19:37.054 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:221 : die_if_not_set 221 ROUTER_ID 'Failure creating router router1' 2025-04-16 12:19:37.056 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-16 12:19:37.069 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : EXTERNAL_NETWORK_FLAGS=--external 2025-04-16 12:19:37.071 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:229 : is_networking_extension_supported auto-allocated-topology 2025-04-16 12:19:37.073 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=auto-allocated-topology 2025-04-16 12:19:37.075 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2025-04-16 12:19:38.225 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:19:38.228 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-16 12:19:38.228 | address-scope 2025-04-16 12:19:38.228 | router-admin-state-down-before-update 2025-04-16 12:19:38.228 | agent 2025-04-16 12:19:38.228 | agent-resources-synced 2025-04-16 12:19:38.228 | allowed-address-pairs 2025-04-16 12:19:38.228 | auto-allocated-topology 2025-04-16 12:19:38.228 | availability_zone 2025-04-16 12:19:38.228 | availability_zone_filter 2025-04-16 12:19:38.228 | default-subnetpools 2025-04-16 12:19:38.228 | dhcp_agent_scheduler 2025-04-16 12:19:38.228 | dvr 2025-04-16 12:19:38.228 | empty-string-filtering 2025-04-16 12:19:38.228 | external-net 2025-04-16 12:19:38.228 | extra_dhcp_opt 2025-04-16 12:19:38.228 | extraroute 2025-04-16 12:19:38.228 | extraroute-atomic 2025-04-16 12:19:38.228 | filter-validation 2025-04-16 12:19:38.228 | floating-ip-port-forwarding-detail 2025-04-16 12:19:38.228 | fip-port-details 2025-04-16 12:19:38.228 | flavors 2025-04-16 12:19:38.228 | floatingip-pools 2025-04-16 12:19:38.228 | ip-substring-filtering 2025-04-16 12:19:38.228 | router 2025-04-16 12:19:38.228 | ext-gw-mode 2025-04-16 12:19:38.228 | l3-ha 2025-04-16 12:19:38.228 | l3-flavors 2025-04-16 12:19:38.228 | l3-port-ip-change-not-allowed 2025-04-16 12:19:38.228 | l3_agent_scheduler 2025-04-16 12:19:38.228 | multi-provider 2025-04-16 12:19:38.228 | net-mtu 2025-04-16 12:19:38.228 | net-mtu-writable 2025-04-16 12:19:38.228 | network_availability_zone 2025-04-16 12:19:38.228 | network_ha 2025-04-16 12:19:38.228 | network-ip-availability 2025-04-16 12:19:38.228 | pagination 2025-04-16 12:19:38.228 | port-device-profile 2025-04-16 12:19:38.228 | port-mac-override 2025-04-16 12:19:38.228 | port-mac-address-regenerate 2025-04-16 12:19:38.228 | port-numa-affinity-policy 2025-04-16 12:19:38.228 | binding 2025-04-16 12:19:38.228 | binding-extended 2025-04-16 12:19:38.228 | port-security 2025-04-16 12:19:38.228 | project-id 2025-04-16 12:19:38.228 | provider 2025-04-16 12:19:38.228 | quota-check-limit 2025-04-16 12:19:38.228 | quotas 2025-04-16 12:19:38.228 | quota_details 2025-04-16 12:19:38.228 | rbac-policies 2025-04-16 12:19:38.228 | rbac-address-group 2025-04-16 12:19:38.228 | rbac-address-scope 2025-04-16 12:19:38.228 | rbac-security-groups 2025-04-16 12:19:38.228 | rbac-subnetpool 2025-04-16 12:19:38.228 | revision-if-match 2025-04-16 12:19:38.228 | standard-attr-revisions 2025-04-16 12:19:38.228 | router_availability_zone 2025-04-16 12:19:38.228 | security-groups-default-rules 2025-04-16 12:19:38.228 | security-groups-normalized-cidr 2025-04-16 12:19:38.228 | port-security-groups-filtering 2025-04-16 12:19:38.228 | security-groups-remote-address-group 2025-04-16 12:19:38.228 | security-groups-shared-filtering 2025-04-16 12:19:38.228 | security-group 2025-04-16 12:19:38.228 | service-type 2025-04-16 12:19:38.228 | sorting 2025-04-16 12:19:38.228 | standard-attr-description 2025-04-16 12:19:38.228 | stateful-security-group 2025-04-16 12:19:38.228 | subnet_onboard 2025-04-16 12:19:38.228 | subnet-service-types 2025-04-16 12:19:38.228 | subnet_allocation 2025-04-16 12:19:38.228 | subnetpool-prefix-ops 2025-04-16 12:19:38.228 | standard-attr-tag 2025-04-16 12:19:38.228 | standard-attr-timestamp 2025-04-16 12:19:38.228 | nsxt-ops' 2025-04-16 12:19:38.231 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-16 12:19:38.231 | address-scope 2025-04-16 12:19:38.231 | router-admin-state-down-before-update 2025-04-16 12:19:38.231 | agent 2025-04-16 12:19:38.231 | agent-resources-synced 2025-04-16 12:19:38.231 | allowed-address-pairs 2025-04-16 12:19:38.231 | auto-allocated-topology 2025-04-16 12:19:38.231 | availability_zone 2025-04-16 12:19:38.231 | availability_zone_filter 2025-04-16 12:19:38.231 | default-subnetpools 2025-04-16 12:19:38.231 | dhcp_agent_scheduler 2025-04-16 12:19:38.231 | dvr 2025-04-16 12:19:38.231 | empty-string-filtering 2025-04-16 12:19:38.231 | external-net 2025-04-16 12:19:38.231 | extra_dhcp_opt 2025-04-16 12:19:38.231 | extraroute 2025-04-16 12:19:38.231 | extraroute-atomic 2025-04-16 12:19:38.231 | filter-validation 2025-04-16 12:19:38.231 | floating-ip-port-forwarding-detail 2025-04-16 12:19:38.231 | fip-port-details 2025-04-16 12:19:38.231 | flavors 2025-04-16 12:19:38.231 | floatingip-pools 2025-04-16 12:19:38.231 | ip-substring-filtering 2025-04-16 12:19:38.231 | router 2025-04-16 12:19:38.231 | ext-gw-mode 2025-04-16 12:19:38.231 | l3-ha 2025-04-16 12:19:38.231 | l3-flavors 2025-04-16 12:19:38.231 | l3-port-ip-change-not-allowed 2025-04-16 12:19:38.231 | l3_agent_scheduler 2025-04-16 12:19:38.231 | multi-provider 2025-04-16 12:19:38.231 | net-mtu 2025-04-16 12:19:38.231 | net-mtu-writable 2025-04-16 12:19:38.231 | network_availability_zone 2025-04-16 12:19:38.231 | network_ha 2025-04-16 12:19:38.231 | network-ip-availability 2025-04-16 12:19:38.231 | pagination 2025-04-16 12:19:38.231 | port-device-profile 2025-04-16 12:19:38.231 | port-mac-override 2025-04-16 12:19:38.231 | port-mac-address-regenerate 2025-04-16 12:19:38.231 | port-numa-affinity-policy 2025-04-16 12:19:38.231 | binding 2025-04-16 12:19:38.231 | binding-extended 2025-04-16 12:19:38.231 | port-security 2025-04-16 12:19:38.231 | project-id 2025-04-16 12:19:38.231 | provider 2025-04-16 12:19:38.231 | quota-check-limit 2025-04-16 12:19:38.232 | quotas 2025-04-16 12:19:38.232 | quota_details 2025-04-16 12:19:38.232 | rbac-policies 2025-04-16 12:19:38.232 | rbac-address-group 2025-04-16 12:19:38.232 | rbac-address-scope 2025-04-16 12:19:38.232 | rbac-security-groups 2025-04-16 12:19:38.232 | rbac-subnetpool 2025-04-16 12:19:38.232 | revision-if-match 2025-04-16 12:19:38.232 | standard-attr-revisions 2025-04-16 12:19:38.232 | router_availability_zone 2025-04-16 12:19:38.232 | security-groups-default-rules 2025-04-16 12:19:38.232 | security-groups-normalized-cidr 2025-04-16 12:19:38.232 | port-security-groups-filtering 2025-04-16 12:19:38.232 | security-groups-remote-address-group 2025-04-16 12:19:38.232 | security-groups-shared-filtering 2025-04-16 12:19:38.232 | security-group 2025-04-16 12:19:38.232 | service-type 2025-04-16 12:19:38.232 | sorting 2025-04-16 12:19:38.232 | standard-attr-description 2025-04-16 12:19:38.232 | stateful-security-group 2025-04-16 12:19:38.232 | subnet_onboard 2025-04-16 12:19:38.232 | subnet-service-types 2025-04-16 12:19:38.232 | subnet_allocation 2025-04-16 12:19:38.232 | subnetpool-prefix-ops 2025-04-16 12:19:38.232 | standard-attr-tag 2025-04-16 12:19:38.232 | standard-attr-timestamp 2025-04-16 12:19:38.232 | nsxt-ops =~ auto-allocated-topology ]] 2025-04-16 12:19:38.233 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-16 12:19:38.235 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:230 : EXTERNAL_NETWORK_FLAGS='--external --default' 2025-04-16 12:19:38.238 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:233 : '[' True = True ']' 2025-04-16 12:19:38.240 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : oscwrap --os-cloud devstack-admin --os-region RegionOne network create public --external --default --provider-network-type vlan --provider-segment 1001 --provider-physical-network default -f value -c id 2025-04-16 12:19:39.533 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:19:39.536 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : EXT_NET_ID=b68fbf65-2349-492e-b741-1c9ec157db2b 2025-04-16 12:19:39.538 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:238 : die_if_not_set 238 EXT_NET_ID 'Failure creating EXT_NET_ID for public' 2025-04-16 12:19:39.541 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-16 12:19:39.554 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:240 : [[ 4 =~ 4.* ]] 2025-04-16 12:19:39.556 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:242 : _neutron_configure_router_v4 2025-04-16 12:19:39.558 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router add subnet 65436221-e94b-4ff2-9898-66cd92be2e5c 17b38e83-5a7c-4fb2-9131-90557595e0ac 2025-04-16 12:19:41.676 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:323 : local id_and_ext_gw_ip 2025-04-16 12:19:41.679 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:324 : _neutron_create_public_subnet_v4 b68fbf65-2349-492e-b741-1c9ec157db2b 2025-04-16 12:19:41.681 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:294 : local 'subnet_params=--ip-version 4 ' 2025-04-16 12:19:41.683 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:295 : subnet_params+='--allocation-pool start=10.180.180.128,end=10.180.180.254 ' 2025-04-16 12:19:41.685 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : [[ -n 10.180.180.1 ]] 2025-04-16 12:19:41.687 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:297 : subnet_params+='--gateway 10.180.180.1 ' 2025-04-16 12:19:41.689 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:299 : subnet_params+='--network b68fbf65-2349-492e-b741-1c9ec157db2b --subnet-range 10.180.180.0/24 --no-dhcp ' 2025-04-16 12:19:41.691 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:300 : subnet_params+=public-subnet 2025-04-16 12:19:41.693 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:301 : local id_and_ext_gw_ip 2025-04-16 12:19:41.696 | +++ 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 b68fbf65-2349-492e-b741-1c9ec157db2b --subnet-range 10.180.180.0/24 --no-dhcp public-subnet 2025-04-16 12:19:41.696 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 : grep -e gateway_ip -e ' id ' 2025-04-16 12:19:43.137 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:19:43.140 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | 2025-04-16 12:19:43.140 | | id | 1fce7193-8bed-4f93-869a-13127a3ee5a1 |' 2025-04-16 12:19:43.142 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:303 : die_if_not_set 303 id_and_ext_gw_ip 'Failure creating public IPv4 subnet' 2025-04-16 12:19:43.144 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2025-04-16 12:19:43.156 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:304 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 1fce7193-8bed-4f93-869a-13127a3ee5a1 '|' 2025-04-16 12:19:43.158 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:324 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | | id | 1fce7193-8bed-4f93-869a-13127a3ee5a1 |' 2025-04-16 12:19:43.160 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:325 : local ext_gw_ip 2025-04-16 12:19:43.163 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 1fce7193-8bed-4f93-869a-13127a3ee5a1 '|' 2025-04-16 12:19:43.163 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : get_field 2 2025-04-16 12:19:43.165 | ++ functions-common:get_field:789 : local data field 2025-04-16 12:19:43.167 | ++ functions-common:get_field:790 : read data 2025-04-16 12:19:43.169 | ++ functions-common:get_field:791 : '[' 2 -lt 0 ']' 2025-04-16 12:19:43.171 | ++ functions-common:get_field:794 : field='$3' 2025-04-16 12:19:43.173 | ++ functions-common:get_field:796 : echo '| gateway_ip | 10.180.180.1 | | id | 1fce7193-8bed-4f93-869a-13127a3ee5a1 |' 2025-04-16 12:19:43.173 | ++ functions-common:get_field:796 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2025-04-16 12:19:43.177 | ++ functions-common:get_field:790 : read data 2025-04-16 12:19:43.180 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : ext_gw_ip=10.180.180.1 2025-04-16 12:19:43.183 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 1fce7193-8bed-4f93-869a-13127a3ee5a1 '|' 2025-04-16 12:19:43.183 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : get_field 5 2025-04-16 12:19:43.185 | ++ functions-common:get_field:789 : local data field 2025-04-16 12:19:43.187 | ++ functions-common:get_field:790 : read data 2025-04-16 12:19:43.188 | ++ functions-common:get_field:791 : '[' 5 -lt 0 ']' 2025-04-16 12:19:43.190 | ++ functions-common:get_field:794 : field='$6' 2025-04-16 12:19:43.193 | ++ functions-common:get_field:796 : echo '| gateway_ip | 10.180.180.1 | | id | 1fce7193-8bed-4f93-869a-13127a3ee5a1 |' 2025-04-16 12:19:43.193 | ++ functions-common:get_field:796 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2025-04-16 12:19:43.197 | ++ functions-common:get_field:790 : read data 2025-04-16 12:19:43.200 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : PUB_SUBNET_ID=1fce7193-8bed-4f93-869a-13127a3ee5a1 2025-04-16 12:19:43.202 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:329 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router set --external-gateway b68fbf65-2349-492e-b741-1c9ec157db2b 65436221-e94b-4ff2-9898-66cd92be2e5c 2025-04-16 12:19:45.250 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:332 : [[ openvswitch == \o\v\n ]] 2025-04-16 12:19:45.252 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:332 : is_service_enabled q-l3 neutron-l3 2025-04-16 12:19:45.266 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:19:45.267 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:334 : local ext_gw_interface=none 2025-04-16 12:19:45.269 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:335 : is_neutron_ovs_base_plugin 2025-04-16 12:19:45.271 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:23 : return 0 2025-04-16 12:19:45.274 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:336 : _neutron_get_ext_gw_interface 2025-04-16 12:19:45.275 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:144 : [[ False == \T\r\u\e ]] 2025-04-16 12:19:45.277 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:149 : sudo ovs-vsctl set Bridge br-ex other_config:disable-in-band=true 2025-04-16 12:19:45.290 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:151 : echo br-ex 2025-04-16 12:19:45.292 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:336 : ext_gw_interface=br-ex 2025-04-16 12:19:45.294 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:348 : [[ br-ex != \n\o\n\e ]] 2025-04-16 12:19:45.297 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:349 : local cidr_len=24 2025-04-16 12:19:45.299 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : local 'testcmd=ip -o link | grep -q br-ex' 2025-04-16 12:19:45.301 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:351 : test_with_retry 'ip -o link | grep -q br-ex' 'br-ex creation failed' 2025-04-16 12:19:45.303 | + functions-common:test_with_retry:2338 : local 'testcmd=ip -o link | grep -q br-ex' 2025-04-16 12:19:45.305 | + functions-common:test_with_retry:2339 : local 'failmsg=br-ex creation failed' 2025-04-16 12:19:45.307 | + functions-common:test_with_retry:2340 : local until=10 2025-04-16 12:19:45.309 | + functions-common:test_with_retry:2341 : local sleep=0.5 2025-04-16 12:19:45.311 | + functions-common:test_with_retry:2343 : time_start test_with_retry 2025-04-16 12:19:45.314 | + functions-common:time_start:2386 : local name=test_with_retry 2025-04-16 12:19:45.315 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:19:45.317 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:19:45.320 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:19:45.323 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805985321 2025-04-16 12:19:45.325 | + functions-common:test_with_retry:2344 : timeout 10 sh -c 'while ! ip -o link | grep -q br-ex; do sleep 0.5; done' 2025-04-16 12:19:45.330 | + functions-common:test_with_retry:2347 : time_stop test_with_retry 2025-04-16 12:19:45.332 | + functions-common:time_stop:2400 : local name 2025-04-16 12:19:45.334 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:19:45.336 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:19:45.337 | + functions-common:time_stop:2403 : local total 2025-04-16 12:19:45.339 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:19:45.341 | + functions-common:time_stop:2406 : name=test_with_retry 2025-04-16 12:19:45.343 | + functions-common:time_stop:2407 : start_time=1744805985321 2025-04-16 12:19:45.345 | + functions-common:time_stop:2409 : [[ -z 1744805985321 ]] 2025-04-16 12:19:45.348 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:19:45.350 | + functions-common:time_stop:2412 : end_time=1744805985348 2025-04-16 12:19:45.352 | + functions-common:time_stop:2413 : elapsed_time=27 2025-04-16 12:19:45.354 | + functions-common:time_stop:2414 : total=3062 2025-04-16 12:19:45.356 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:19:45.358 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3089 2025-04-16 12:19:45.361 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : ip addr show dev br-ex 2025-04-16 12:19:45.361 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : grep -c 10.180.180.1 2025-04-16 12:19:45.365 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ 0 == 0 ]] 2025-04-16 12:19:45.367 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ True == \F\a\l\s\e ]] 2025-04-16 12:19:45.369 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ False == \T\r\u\e ]] 2025-04-16 12:19:45.371 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ False == \T\r\u\e ]] 2025-04-16 12:19:45.374 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : awk -Fip_address '{ print $2 }' 2025-04-16 12:19:45.374 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : oscwrap --os-cloud devstack-admin --os-region RegionOne port list -c 'Fixed IP Addresses' --device-owner network:router_gateway 2025-04-16 12:19:45.374 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : cut -f2 '-d'\''' 2025-04-16 12:19:45.374 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : tr '\n' ' ' 2025-04-16 12:19:46.523 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:19:46.527 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : ROUTER_GW_IP=' 10.180.180.222 ' 2025-04-16 12:19:46.529 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:357 : die_if_not_set 357 ROUTER_GW_IP 'Failure retrieving ROUTER_GW_IP' 2025-04-16 12:19:46.531 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-16 12:19:46.543 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:359 : _neutron_set_router_id 2025-04-16 12:19:46.545 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:137 : [[ True == \F\a\l\s\e ]] 2025-04-16 12:19:46.548 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:245 : [[ 4 =~ .*6 ]] 2025-04-16 12:19:46.551 | + stack.sh:main:1341 : is_service_enabled nova 2025-04-16 12:19:46.564 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:19:46.566 | + stack.sh:main:1342 : echo_summary 'Starting Nova' 2025-04-16 12:19:46.568 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 12:19:46.570 | + stack.sh:echo_summary:461 : echo -e Starting Nova 2025-04-16 12:19:46.572 | + stack.sh:main:1343 : start_nova 2025-04-16 12:19:46.574 | + lib/nova:start_nova:1184 : start_nova_rest 2025-04-16 12:19:46.576 | + lib/nova:start_nova_rest:1093 : local old_path=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 12:19:46.578 | + lib/nova:start_nova_rest:1094 : export PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 12:19:46.580 | + lib/nova:start_nova_rest:1094 : PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 12:19:46.583 | + lib/nova:start_nova_rest:1096 : local compute_cell_conf=/etc/nova/nova.conf 2025-04-16 12:19:46.585 | + lib/nova:start_nova_rest:1098 : run_process n-sch '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-16 12:19:46.587 | + functions-common:run_process:1654 : local service=n-sch 2025-04-16 12:19:46.589 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-16 12:19:46.591 | + functions-common:run_process:1656 : local group= 2025-04-16 12:19:46.593 | + functions-common:run_process:1657 : local user= 2025-04-16 12:19:46.595 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 12:19:46.597 | + functions-common:run_process:1660 : local name=n-sch 2025-04-16 12:19:46.599 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 12:19:46.601 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 12:19:46.603 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:19:46.605 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:19:46.608 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:19:46.611 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805986609 2025-04-16 12:19:46.613 | + functions-common:run_process:1663 : is_service_enabled n-sch 2025-04-16 12:19:46.626 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:19:46.628 | + functions-common:run_process:1664 : _run_under_systemd n-sch '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' '' '' 2025-04-16 12:19:46.630 | + functions-common:_run_under_systemd:1611 : local service=n-sch 2025-04-16 12:19:46.632 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-16 12:19:46.634 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-16 12:19:46.636 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-16 12:19:46.637 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-16 12:19:46.640 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2025-04-16 12:19:46.642 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2025-04-16 12:19:46.644 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-sch.service 2025-04-16 12:19:46.646 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 12:19:46.648 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 12:19:46.650 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 12:19:46.652 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 12:19:46.654 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2025-04-16 12:19:46.656 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@n-sch.service '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' stack '' 2025-04-16 12:19:46.658 | + functions-common:write_user_unit_file:1518 : local service=devstack@n-sch.service 2025-04-16 12:19:46.660 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-16 12:19:46.661 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 12:19:46.663 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 12:19:46.665 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 12:19:46.667 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 12:19:46.669 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 12:19:46.671 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2025-04-16 12:19:46.672 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 12:19:46.676 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Unit Description 'Devstack devstack@n-sch.service' 2025-04-16 12:19:46.724 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service Environment '"PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 12:19:46.773 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User stack 2025-04-16 12:19:46.817 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecStart '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-16 12:19:46.859 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2025-04-16 12:19:46.901 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2025-04-16 12:19:46.943 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 12:19:46.984 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 12:19:46.986 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 12:19:46.988 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2025-04-16 12:19:47.038 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 12:19:47.291 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-sch.service 2025-04-16 12:19:47.301 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2025-04-16 12:19:47.539 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-sch.service 2025-04-16 12:19:47.564 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 12:19:47.566 | + functions-common:time_stop:2400 : local name 2025-04-16 12:19:47.569 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:19:47.571 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:19:47.573 | + functions-common:time_stop:2403 : local total 2025-04-16 12:19:47.575 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:19:47.577 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 12:19:47.579 | + functions-common:time_stop:2407 : start_time=1744805986609 2025-04-16 12:19:47.581 | + functions-common:time_stop:2409 : [[ -z 1744805986609 ]] 2025-04-16 12:19:47.584 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:19:47.587 | + functions-common:time_stop:2412 : end_time=1744805987585 2025-04-16 12:19:47.589 | + functions-common:time_stop:2413 : elapsed_time=976 2025-04-16 12:19:47.591 | + functions-common:time_stop:2414 : total=8372 2025-04-16 12:19:47.593 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:19:47.595 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9348 2025-04-16 12:19:47.598 | + lib/nova:start_nova_rest:1099 : '[' True == False ']' 2025-04-16 12:19:47.601 | ++ lib/nova:start_nova_rest:1102 : which uwsgi 2025-04-16 12:19:47.604 | + lib/nova:start_nova_rest:1102 : run_process n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-16 12:19:47.607 | + functions-common:run_process:1654 : local service=n-api-meta 2025-04-16 12:19:47.609 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-16 12:19:47.611 | + functions-common:run_process:1656 : local group= 2025-04-16 12:19:47.613 | + functions-common:run_process:1657 : local user= 2025-04-16 12:19:47.616 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 12:19:47.618 | + functions-common:run_process:1660 : local name=n-api-meta 2025-04-16 12:19:47.620 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 12:19:47.622 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 12:19:47.624 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:19:47.625 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:19:47.629 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:19:47.632 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805987630 2025-04-16 12:19:47.635 | + functions-common:run_process:1663 : is_service_enabled n-api-meta 2025-04-16 12:19:47.649 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:19:47.651 | + functions-common:run_process:1664 : _run_under_systemd n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' '' '' 2025-04-16 12:19:47.653 | + functions-common:_run_under_systemd:1611 : local service=n-api-meta 2025-04-16 12:19:47.655 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-16 12:19:47.657 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-16 12:19:47.659 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-16 12:19:47.661 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-16 12:19:47.663 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] 2025-04-16 12:19:47.666 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2025-04-16 12:19:47.668 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-api-meta.service 2025-04-16 12:19:47.670 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 12:19:47.672 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 12:19:47.674 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 12:19:47.676 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 12:19:47.678 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] 2025-04-16 12:19:47.680 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-16 12:19:47.682 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 12:19:47.684 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@n-api-meta.service '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2025-04-16 12:19:47.686 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@n-api-meta.service 2025-04-16 12:19:47.688 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 12:19:47.690 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-16 12:19:47.692 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-16 12:19:47.694 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-16 12:19:47.696 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2025-04-16 12:19:47.698 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-16 12:19:47.700 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Unit Description 'Devstack devstack@n-api-meta.service' 2025-04-16 12:19:47.751 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Environment '"PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 12:19:47.800 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service SyslogIdentifier devstack@n-api-meta.service 2025-04-16 12:19:47.843 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User stack 2025-04-16 12:19:47.888 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecStart '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 12:19:47.941 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 12:19:47.994 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2025-04-16 12:19:48.043 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2025-04-16 12:19:48.093 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2025-04-16 12:19:48.140 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2025-04-16 12:19:48.190 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2025-04-16 12:19:48.235 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-16 12:19:48.237 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-16 12:19:48.240 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Install WantedBy multi-user.target 2025-04-16 12:19:48.293 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-16 12:19:48.543 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-api-meta.service 2025-04-16 12:19:48.552 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. 2025-04-16 12:19:48.790 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-api-meta.service 2025-04-16 12:19:48.844 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 12:19:48.846 | + functions-common:time_stop:2400 : local name 2025-04-16 12:19:48.849 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:19:48.851 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:19:48.853 | + functions-common:time_stop:2403 : local total 2025-04-16 12:19:48.855 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:19:48.858 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 12:19:48.860 | + functions-common:time_stop:2407 : start_time=1744805987630 2025-04-16 12:19:48.862 | + functions-common:time_stop:2409 : [[ -z 1744805987630 ]] 2025-04-16 12:19:48.865 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:19:48.869 | + functions-common:time_stop:2412 : end_time=1744805988866 2025-04-16 12:19:48.871 | + functions-common:time_stop:2413 : elapsed_time=1236 2025-04-16 12:19:48.873 | + functions-common:time_stop:2414 : total=9348 2025-04-16 12:19:48.875 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:19:48.878 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10584 2025-04-16 12:19:48.880 | + lib/nova:start_nova_rest:1105 : export PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 12:19:48.883 | + lib/nova:start_nova_rest:1105 : PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 12:19:48.885 | + lib/nova:start_nova:1185 : start_nova_console_proxies 2025-04-16 12:19:48.887 | + lib/nova:start_nova_console_proxies:1120 : local old_path=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 12:19:48.890 | + lib/nova:start_nova_console_proxies:1122 : export PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 12:19:48.893 | + lib/nova:start_nova_console_proxies:1122 : PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 12:19:48.895 | + lib/nova:start_nova_console_proxies:1124 : local api_cell_conf=/etc/nova/nova.conf 2025-04-16 12:19:48.897 | + lib/nova:start_nova_console_proxies:1126 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-16 12:19:48.899 | + lib/nova:start_nova_console_proxies:1127 : run_process n-novnc '/opt/stack/data/venv/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2025-04-16 12:19:48.902 | + functions-common:run_process:1654 : local service=n-novnc 2025-04-16 12:19:48.904 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2025-04-16 12:19:48.907 | + functions-common:run_process:1656 : local group= 2025-04-16 12:19:48.909 | + functions-common:run_process:1657 : local user= 2025-04-16 12:19:48.911 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 12:19:48.914 | + functions-common:run_process:1660 : local name=n-novnc 2025-04-16 12:19:48.916 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 12:19:48.918 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 12:19:48.920 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:19:48.922 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:19:48.926 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:19:48.929 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805988927 2025-04-16 12:19:48.932 | + functions-common:run_process:1663 : is_service_enabled n-novnc 2025-04-16 12:19:48.948 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:19:48.951 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 12:19:48.953 | + functions-common:time_stop:2400 : local name 2025-04-16 12:19:48.955 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:19:48.957 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:19:48.960 | + functions-common:time_stop:2403 : local total 2025-04-16 12:19:48.962 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:19:48.964 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 12:19:48.966 | + functions-common:time_stop:2407 : start_time=1744805988927 2025-04-16 12:19:48.969 | + functions-common:time_stop:2409 : [[ -z 1744805988927 ]] 2025-04-16 12:19:48.972 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:19:48.976 | + functions-common:time_stop:2412 : end_time=1744805988973 2025-04-16 12:19:48.978 | + functions-common:time_stop:2413 : elapsed_time=46 2025-04-16 12:19:48.981 | + functions-common:time_stop:2414 : total=10584 2025-04-16 12:19:48.983 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:19:48.985 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10630 2025-04-16 12:19:48.988 | + lib/nova:start_nova_console_proxies:1128 : run_process n-spice '/opt/stack/data/venv/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2025-04-16 12:19:48.990 | + functions-common:run_process:1654 : local service=n-spice 2025-04-16 12:19:48.992 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2025-04-16 12:19:48.994 | + functions-common:run_process:1656 : local group= 2025-04-16 12:19:48.996 | + functions-common:run_process:1657 : local user= 2025-04-16 12:19:48.999 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 12:19:49.001 | + functions-common:run_process:1660 : local name=n-spice 2025-04-16 12:19:49.003 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 12:19:49.006 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 12:19:49.008 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:19:49.010 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:19:49.013 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:19:49.017 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805989014 2025-04-16 12:19:49.019 | + functions-common:run_process:1663 : is_service_enabled n-spice 2025-04-16 12:19:49.034 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:19:49.036 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 12:19:49.038 | + functions-common:time_stop:2400 : local name 2025-04-16 12:19:49.040 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:19:49.043 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:19:49.045 | + functions-common:time_stop:2403 : local total 2025-04-16 12:19:49.047 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:19:49.049 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 12:19:49.051 | + functions-common:time_stop:2407 : start_time=1744805989014 2025-04-16 12:19:49.053 | + functions-common:time_stop:2409 : [[ -z 1744805989014 ]] 2025-04-16 12:19:49.056 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:19:49.060 | + functions-common:time_stop:2412 : end_time=1744805989057 2025-04-16 12:19:49.062 | + functions-common:time_stop:2413 : elapsed_time=43 2025-04-16 12:19:49.064 | + functions-common:time_stop:2414 : total=10630 2025-04-16 12:19:49.066 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:19:49.068 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10673 2025-04-16 12:19:49.070 | + lib/nova:start_nova_console_proxies:1129 : run_process n-sproxy '/opt/stack/data/venv/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2025-04-16 12:19:49.072 | + functions-common:run_process:1654 : local service=n-sproxy 2025-04-16 12:19:49.075 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2025-04-16 12:19:49.077 | + functions-common:run_process:1656 : local group= 2025-04-16 12:19:49.079 | + functions-common:run_process:1657 : local user= 2025-04-16 12:19:49.081 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 12:19:49.083 | + functions-common:run_process:1660 : local name=n-sproxy 2025-04-16 12:19:49.085 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 12:19:49.089 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 12:19:49.091 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:19:49.093 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:19:49.096 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:19:49.099 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805989097 2025-04-16 12:19:49.102 | + functions-common:run_process:1663 : is_service_enabled n-sproxy 2025-04-16 12:19:49.117 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:19:49.120 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 12:19:49.122 | + functions-common:time_stop:2400 : local name 2025-04-16 12:19:49.124 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:19:49.127 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:19:49.129 | + functions-common:time_stop:2403 : local total 2025-04-16 12:19:49.131 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:19:49.133 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 12:19:49.136 | + functions-common:time_stop:2407 : start_time=1744805989097 2025-04-16 12:19:49.138 | + functions-common:time_stop:2409 : [[ -z 1744805989097 ]] 2025-04-16 12:19:49.141 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:19:49.145 | + functions-common:time_stop:2412 : end_time=1744805989142 2025-04-16 12:19:49.147 | + functions-common:time_stop:2413 : elapsed_time=45 2025-04-16 12:19:49.149 | + functions-common:time_stop:2414 : total=10673 2025-04-16 12:19:49.151 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:19:49.153 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10718 2025-04-16 12:19:49.156 | + lib/nova:start_nova_console_proxies:1141 : export PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 12:19:49.158 | + lib/nova:start_nova_console_proxies:1141 : PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 12:19:49.161 | + lib/nova:start_nova:1186 : start_nova_conductor 2025-04-16 12:19:49.163 | + lib/nova:start_nova_conductor:1154 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-16 12:19:49.167 | + lib/nova:start_nova_conductor:1155 : echo 'Starting nova-conductor in a cellsv1-compatible way' 2025-04-16 12:19:49.167 | Starting nova-conductor in a cellsv1-compatible way 2025-04-16 12:19:49.169 | + lib/nova:start_nova_conductor:1156 : run_process n-cond '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-16 12:19:49.171 | + functions-common:run_process:1654 : local service=n-cond 2025-04-16 12:19:49.173 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-16 12:19:49.176 | + functions-common:run_process:1656 : local group= 2025-04-16 12:19:49.178 | + functions-common:run_process:1657 : local user= 2025-04-16 12:19:49.180 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 12:19:49.182 | + functions-common:run_process:1660 : local name=n-cond 2025-04-16 12:19:49.185 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 12:19:49.187 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 12:19:49.189 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:19:49.191 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:19:49.193 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:19:49.197 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805989195 2025-04-16 12:19:49.199 | + functions-common:run_process:1663 : is_service_enabled n-cond 2025-04-16 12:19:49.213 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:19:49.215 | + functions-common:run_process:1664 : _run_under_systemd n-cond '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' '' '' '' 2025-04-16 12:19:49.218 | + functions-common:_run_under_systemd:1611 : local service=n-cond 2025-04-16 12:19:49.220 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-16 12:19:49.222 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-16 12:19:49.224 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-16 12:19:49.226 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-16 12:19:49.228 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2025-04-16 12:19:49.230 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2025-04-16 12:19:49.232 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-cond.service 2025-04-16 12:19:49.234 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 12:19:49.236 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 12:19:49.239 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 12:19:49.241 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 12:19:49.244 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2025-04-16 12:19:49.246 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@n-cond.service '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' '' stack '' 2025-04-16 12:19:49.248 | + functions-common:write_user_unit_file:1518 : local service=devstack@n-cond.service 2025-04-16 12:19:49.250 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-16 12:19:49.252 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 12:19:49.254 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 12:19:49.255 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 12:19:49.257 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 12:19:49.259 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 12:19:49.261 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@n-cond.service 2025-04-16 12:19:49.263 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 12:19:49.266 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Unit Description 'Devstack devstack@n-cond.service' 2025-04-16 12:19:49.322 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 12:19:49.377 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service User stack 2025-04-16 12:19:49.422 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecStart '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-16 12:19:49.476 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service KillMode process 2025-04-16 12:19:49.531 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service TimeoutStopSec 300 2025-04-16 12:19:49.578 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 12:19:49.627 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 12:19:49.630 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 12:19:49.632 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Install WantedBy multi-user.target 2025-04-16 12:19:49.688 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 12:19:49.947 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-cond.service 2025-04-16 12:19:49.957 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond.service → /etc/systemd/system/devstack@n-cond.service. 2025-04-16 12:19:50.196 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-cond.service 2025-04-16 12:19:50.221 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 12:19:50.223 | + functions-common:time_stop:2400 : local name 2025-04-16 12:19:50.225 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:19:50.227 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:19:50.229 | + functions-common:time_stop:2403 : local total 2025-04-16 12:19:50.231 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:19:50.233 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 12:19:50.235 | + functions-common:time_stop:2407 : start_time=1744805989195 2025-04-16 12:19:50.238 | + functions-common:time_stop:2409 : [[ -z 1744805989195 ]] 2025-04-16 12:19:50.240 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:19:50.244 | + functions-common:time_stop:2412 : end_time=1744805990242 2025-04-16 12:19:50.246 | + functions-common:time_stop:2413 : elapsed_time=1047 2025-04-16 12:19:50.248 | + functions-common:time_stop:2414 : total=10718 2025-04-16 12:19:50.250 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:19:50.252 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11765 2025-04-16 12:19:50.254 | + lib/nova:start_nova_conductor:1157 : return 2025-04-16 12:19:50.256 | + lib/nova:start_nova:1187 : start_nova_compute 2025-04-16 12:19:50.259 | + lib/nova:start_nova_compute:1014 : local old_path=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 12:19:50.261 | + lib/nova:start_nova_compute:1015 : export PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 12:19:50.263 | + lib/nova:start_nova_compute:1015 : PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 12:19:50.265 | + lib/nova:start_nova_compute:1017 : local compute_cell_conf=/etc/nova/nova.conf 2025-04-16 12:19:50.267 | + lib/nova:start_nova_compute:1020 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2025-04-16 12:19:50.272 | + lib/nova:start_nova_compute:1022 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2025-04-16 12:19:50.274 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-16 12:19:50.276 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-16 12:19:50.279 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2025-04-16 12:19:50.281 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-16 12:19:50.284 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2025-04-16 12:19:50.286 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2025-04-16 12:19:50.288 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2025-04-16 12:19:50.291 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2025-04-16 12:19:50.294 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2025-04-16 12:19:50.294 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 12:19:50.296 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2025-04-16 12:19:50.296 | BEGIN { 2025-04-16 12:19:50.296 | section = "" 2025-04-16 12:19:50.296 | last_section = "" 2025-04-16 12:19:50.296 | section_count = 0 2025-04-16 12:19:50.296 | } 2025-04-16 12:19:50.296 | /^\[.+\]/ { 2025-04-16 12:19:50.296 | gsub("[][]", "", $1); 2025-04-16 12:19:50.296 | section=$1 2025-04-16 12:19:50.296 | next 2025-04-16 12:19:50.296 | } 2025-04-16 12:19:50.296 | /^ *\#/ { 2025-04-16 12:19:50.296 | next 2025-04-16 12:19:50.296 | } 2025-04-16 12:19:50.296 | /^[^ \t]+/ { 2025-04-16 12:19:50.296 | # get offset of first = in $0 2025-04-16 12:19:50.296 | eq_idx = index($0, "=") 2025-04-16 12:19:50.296 | # extract attr & value from $0 2025-04-16 12:19:50.296 | attr = substr($0, 1, eq_idx - 1) 2025-04-16 12:19:50.296 | value = substr($0, eq_idx + 1) 2025-04-16 12:19:50.296 | # only need to strip trailing whitespace from attr 2025-04-16 12:19:50.296 | sub(/[ \t]*$/, "", attr) 2025-04-16 12:19:50.296 | # need to strip leading & trailing whitespace from value 2025-04-16 12:19:50.296 | sub(/^[ \t]*/, "", value) 2025-04-16 12:19:50.296 | sub(/[ \t]*$/, "", value) 2025-04-16 12:19:50.296 | 2025-04-16 12:19:50.296 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-16 12:19:50.296 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-16 12:19:50.296 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-16 12:19:50.296 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-16 12:19:50.296 | if (! (section, attr) in cfg_attr_count) { 2025-04-16 12:19:50.296 | if (section != last_section) { 2025-04-16 12:19:50.296 | cfg_section[section_count++] = section 2025-04-16 12:19:50.296 | last_section = section 2025-04-16 12:19:50.296 | } 2025-04-16 12:19:50.296 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-16 12:19:50.296 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-16 12:19:50.296 | 2025-04-16 12:19:50.296 | cfg_attr[section, attr, 0] = value 2025-04-16 12:19:50.296 | cfg_attr_count[section, attr] = 1 2025-04-16 12:19:50.296 | } else { 2025-04-16 12:19:50.296 | lno = cfg_attr_count[section, attr]++ 2025-04-16 12:19:50.296 | cfg_attr[section, attr, lno] = value 2025-04-16 12:19:50.296 | } 2025-04-16 12:19:50.296 | } 2025-04-16 12:19:50.296 | END { 2025-04-16 12:19:50.296 | # Process each section in order 2025-04-16 12:19:50.296 | for (sno = 0; sno < section_count; sno++) { 2025-04-16 12:19:50.296 | section = cfg_section[sno] 2025-04-16 12:19:50.296 | # The ini routines simply append a config item immediately 2025-04-16 12:19:50.296 | # after the section header. To keep the same order as defined 2025-04-16 12:19:50.296 | # in local.conf, invoke the ini routines in the reverse order 2025-04-16 12:19:50.296 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-16 12:19:50.296 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-16 12:19:50.296 | if (cfg_attr_count[section, attr] == 1) 2025-04-16 12:19:50.296 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-16 12:19:50.296 | else { 2025-04-16 12:19:50.296 | # For multiline, invoke the ini routines in the reverse order 2025-04-16 12:19:50.296 | count = cfg_attr_count[section, attr] 2025-04-16 12:19:50.296 | print "inidelete " configfile " " section " " attr 2025-04-16 12:19:50.296 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-16 12:19:50.296 | for (l = count -2; l >= 0; l--) 2025-04-16 12:19:50.296 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-16 12:19:50.296 | } 2025-04-16 12:19:50.296 | } 2025-04-16 12:19:50.296 | } 2025-04-16 12:19:50.296 | } 2025-04-16 12:19:50.296 | ' 2025-04-16 12:19:50.297 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-16 12:19:50.298 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-16 12:19:50.299 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-16 12:19:50.300 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2025-04-16 12:19:50.302 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 12:19:50.304 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2025-04-16 12:19:50.306 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2025-04-16 12:19:50.306 | BEGIN { group = "" } 2025-04-16 12:19:50.306 | /^\[\[.+\|.*\]\]/ { 2025-04-16 12:19:50.306 | gsub("[][]", "", $1); 2025-04-16 12:19:50.306 | split($1, a, "|"); 2025-04-16 12:19:50.306 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-16 12:19:50.306 | group=a[1] 2025-04-16 12:19:50.306 | } else { 2025-04-16 12:19:50.306 | group="" 2025-04-16 12:19:50.306 | } 2025-04-16 12:19:50.306 | next 2025-04-16 12:19:50.306 | } 2025-04-16 12:19:50.306 | { 2025-04-16 12:19:50.306 | if (group != "") 2025-04-16 12:19:50.306 | print $0 2025-04-16 12:19:50.306 | } 2025-04-16 12:19:50.306 | ' /opt/stack/devstack/local.conf 2025-04-16 12:19:50.311 | + lib/nova:start_nova_compute:1024 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-16 12:19:50.314 | + lib/nova:start_nova_compute:1027 : echo 'Skipping multi-cell conductor fleet setup' 2025-04-16 12:19:50.314 | Skipping multi-cell conductor fleet setup 2025-04-16 12:19:50.316 | + lib/nova:start_nova_compute:1039 : inidelete /etc/nova/nova-cpu.conf database connection 2025-04-16 12:19:50.331 | + lib/nova:start_nova_compute:1040 : inidelete /etc/nova/nova-cpu.conf api_database connection 2025-04-16 12:19:50.346 | + lib/nova:start_nova_compute:1045 : configure_console_compute 2025-04-16 12:19:50.348 | + lib/nova:configure_console_compute:672 : local offset 2025-04-16 12:19:50.350 | + lib/nova:configure_console_compute:673 : offset=0 2025-04-16 12:19:50.352 | + lib/nova:configure_console_compute:677 : local default_proxyclient_addr 2025-04-16 12:19:50.355 | ++ lib/nova:configure_console_compute:678 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2025-04-16 12:19:50.370 | + lib/nova:configure_console_compute:678 : default_proxyclient_addr=10.180.1.21 2025-04-16 12:19:50.372 | + lib/nova:configure_console_compute:682 : is_service_enabled n-cpu 2025-04-16 12:19:50.385 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:19:50.387 | + lib/nova:configure_console_compute:698 : is_service_enabled n-novnc 2025-04-16 12:19:50.400 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:19:50.402 | + lib/nova:configure_console_compute:698 : '[' False '!=' False ']' 2025-04-16 12:19:50.404 | + lib/nova:configure_console_compute:706 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2025-04-16 12:19:50.432 | + lib/nova:configure_console_compute:709 : is_service_enabled n-spice 2025-04-16 12:19:50.445 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:19:50.447 | + lib/nova:configure_console_compute:719 : is_service_enabled n-sproxy 2025-04-16 12:19:50.460 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:19:50.462 | + lib/nova:start_nova_compute:1049 : iniset /etc/nova/nova-cpu.conf DEFAULT reimage_timeout_per_gb 60 2025-04-16 12:19:50.487 | + lib/nova:start_nova_compute:1052 : '[' -n '' ']' 2025-04-16 12:19:50.489 | + lib/nova:start_nova_compute:1057 : [[ vsphere == \l\i\b\v\i\r\t ]] 2025-04-16 12:19:50.492 | + lib/nova:start_nova_compute:1061 : [[ vsphere = \l\i\b\v\i\r\t ]] 2025-04-16 12:19:50.493 | + lib/nova:start_nova_compute:1066 : [[ vsphere = \l\x\d ]] 2025-04-16 12:19:50.495 | + lib/nova:start_nova_compute:1068 : [[ vsphere = \d\o\c\k\e\r ]] 2025-04-16 12:19:50.497 | + lib/nova:start_nova_compute:1068 : [[ vsphere = \z\u\n ]] 2025-04-16 12:19:50.499 | + lib/nova:start_nova_compute:1070 : [[ vsphere = \f\a\k\e ]] 2025-04-16 12:19:50.501 | + lib/nova:start_nova_compute:1081 : is_service_enabled n-cpu 2025-04-16 12:19:50.516 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:19:50.518 | + lib/nova:start_nova_compute:1084 : run_process n-cpu '/opt/stack/data/venv/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2025-04-16 12:19:50.520 | + functions-common:run_process:1654 : local service=n-cpu 2025-04-16 12:19:50.522 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2025-04-16 12:19:50.524 | + functions-common:run_process:1656 : local group= 2025-04-16 12:19:50.526 | + functions-common:run_process:1657 : local user= 2025-04-16 12:19:50.528 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 12:19:50.530 | + functions-common:run_process:1660 : local name=n-cpu 2025-04-16 12:19:50.532 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 12:19:50.534 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 12:19:50.536 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:19:50.538 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:19:50.542 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:19:50.544 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805990542 2025-04-16 12:19:50.547 | + functions-common:run_process:1663 : is_service_enabled n-cpu 2025-04-16 12:19:50.561 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:19:50.563 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 12:19:50.565 | + functions-common:time_stop:2400 : local name 2025-04-16 12:19:50.567 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:19:50.569 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:19:50.571 | + functions-common:time_stop:2403 : local total 2025-04-16 12:19:50.573 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:19:50.575 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 12:19:50.577 | + functions-common:time_stop:2407 : start_time=1744805990542 2025-04-16 12:19:50.579 | + functions-common:time_stop:2409 : [[ -z 1744805990542 ]] 2025-04-16 12:19:50.583 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:19:50.586 | + functions-common:time_stop:2412 : end_time=1744805990583 2025-04-16 12:19:50.588 | + functions-common:time_stop:2413 : elapsed_time=41 2025-04-16 12:19:50.590 | + functions-common:time_stop:2414 : total=11765 2025-04-16 12:19:50.592 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:19:50.594 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11806 2025-04-16 12:19:50.596 | + lib/nova:start_nova_compute:1087 : export PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 12:19:50.598 | + lib/nova:start_nova_compute:1087 : PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 12:19:50.601 | + lib/nova:start_nova:1188 : is_service_enabled n-api 2025-04-16 12:19:50.615 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:19:50.617 | + lib/nova:start_nova:1190 : echo 'Dumping cells_v2 mapping' 2025-04-16 12:19:50.617 | Dumping cells_v2 mapping 2025-04-16 12:19:50.619 | + lib/nova:start_nova:1191 : /opt/stack/data/venv/bin/nova-manage cell_v2 list_cells --verbose 2025-04-16 12:19:51.083 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-16 12:19:52.302 | INFO dbcounter [None req-90aa5ff8-d7b9-449c-9042-cd540029c78e None None] Registered counter for database nova_api 2025-04-16 12:19:52.314 | DEBUG dbcounter [-] [60159] Writer thread running {{(pid=60159) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 12:19:52.338 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2025-04-16 12:19:52.338 | | Name | UUID | Transport URL | Database Connection | Disabled | 2025-04-16 12:19:52.338 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2025-04-16 12:19:52.338 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter | False | 2025-04-16 12:19:52.338 | | cell1 | fcf100b6-6d5c-4595-b5a6-17192ebda685 | rabbit://stackrabbit:stackdb@10.180.1.21:5672/ | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter | False | 2025-04-16 12:19:52.338 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2025-04-16 12:19:52.660 | + stack.sh:main:1344 : async_runfunc create_flavors 2025-04-16 12:19:52.663 | + inc/async:async_runfunc:116 : async_run create_flavors create_flavors 2025-04-16 12:19:52.712 | + inc/async:async_inner:63 : create_flavors 2025-04-16 12:19:52.741 | [3523 Async create_flavors:60230]: running: create_flavors 2025-04-16 12:19:52.743 | + stack.sh:main:1346 : is_service_enabled cinder 2025-04-16 12:19:52.757 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:19:52.759 | + stack.sh:main:1347 : echo_summary 'Starting Cinder' 2025-04-16 12:19:52.761 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 12:19:52.764 | + stack.sh:echo_summary:461 : echo -e Starting Cinder 2025-04-16 12:19:52.766 | + stack.sh:main:1348 : start_cinder 2025-04-16 12:19:52.768 | + lib/cinder:start_cinder:595 : local service_port=8776 2025-04-16 12:19:52.770 | + lib/cinder:start_cinder:596 : local service_protocol=http 2025-04-16 12:19:52.772 | + lib/cinder:start_cinder:597 : local cinder_url 2025-04-16 12:19:52.774 | + lib/cinder:start_cinder:598 : is_service_enabled tls-proxy 2025-04-16 12:19:52.786 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:19:52.789 | + lib/cinder:start_cinder:602 : '[' lioadm = tgtadm ']' 2025-04-16 12:19:52.791 | + lib/cinder:start_cinder:617 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ c-api ]] 2025-04-16 12:19:52.793 | + lib/cinder:start_cinder:618 : '[' True == False ']' 2025-04-16 12:19:52.796 | ++ lib/cinder:start_cinder:626 : which uwsgi 2025-04-16 12:19:52.800 | + lib/cinder:start_cinder:626 : run_process c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-16 12:19:52.802 | + functions-common:run_process:1654 : local service=c-api 2025-04-16 12:19:52.804 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-16 12:19:52.806 | + functions-common:run_process:1656 : local group= 2025-04-16 12:19:52.808 | + functions-common:run_process:1657 : local user= 2025-04-16 12:19:52.810 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 12:19:52.812 | + functions-common:run_process:1660 : local name=c-api 2025-04-16 12:19:52.814 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 12:19:52.816 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 12:19:52.818 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:19:52.819 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:19:52.822 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:19:52.825 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805992823 2025-04-16 12:19:52.827 | + functions-common:run_process:1663 : is_service_enabled c-api 2025-04-16 12:19:52.840 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:19:52.842 | + functions-common:run_process:1664 : _run_under_systemd c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' '' '' 2025-04-16 12:19:52.843 | + functions-common:_run_under_systemd:1611 : local service=c-api 2025-04-16 12:19:52.845 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-16 12:19:52.847 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-16 12:19:52.849 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-16 12:19:52.851 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-16 12:19:52.853 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2025-04-16 12:19:52.855 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2025-04-16 12:19:52.857 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-api.service 2025-04-16 12:19:52.859 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 12:19:52.861 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 12:19:52.863 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 12:19:52.865 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 12:19:52.867 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2025-04-16 12:19:52.869 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-16 12:19:52.871 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 12:19:52.873 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@c-api.service '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2025-04-16 12:19:52.875 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@c-api.service 2025-04-16 12:19:52.877 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 12:19:52.879 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-16 12:19:52.880 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-16 12:19:52.882 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-16 12:19:52.884 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@c-api.service 2025-04-16 12:19:52.886 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-16 12:19:52.889 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@c-api.service Unit Description 'Devstack devstack@c-api.service' 2025-04-16 12:19:52.938 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 12:19:52.986 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service SyslogIdentifier devstack@c-api.service 2025-04-16 12:19:53.028 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User stack 2025-04-16 12:19:53.070 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 12:19:53.111 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 12:19:53.152 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2025-04-16 12:19:53.193 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2025-04-16 12:19:53.233 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2025-04-16 12:19:53.274 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2025-04-16 12:19:53.316 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2025-04-16 12:19:53.358 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-16 12:19:53.359 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-16 12:19:53.361 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target 2025-04-16 12:19:53.409 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-16 12:19:53.671 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-api.service 2025-04-16 12:19:53.680 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2025-04-16 12:19:53.926 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-api.service 2025-04-16 12:19:53.982 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 12:19:53.984 | + functions-common:time_stop:2400 : local name 2025-04-16 12:19:53.986 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:19:53.988 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:19:53.990 | + functions-common:time_stop:2403 : local total 2025-04-16 12:19:53.992 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:19:53.994 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 12:19:53.996 | + functions-common:time_stop:2407 : start_time=1744805992823 2025-04-16 12:19:53.998 | + functions-common:time_stop:2409 : [[ -z 1744805992823 ]] 2025-04-16 12:19:54.001 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:19:54.004 | + functions-common:time_stop:2412 : end_time=1744805994001 2025-04-16 12:19:54.006 | + functions-common:time_stop:2413 : elapsed_time=1178 2025-04-16 12:19:54.008 | + functions-common:time_stop:2414 : total=11806 2025-04-16 12:19:54.010 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:19:54.012 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=12984 2025-04-16 12:19:54.014 | + lib/cinder:start_cinder:627 : cinder_url=http://10.180.1.21/volume/v3 2025-04-16 12:19:54.016 | + lib/cinder:start_cinder:631 : echo 'Waiting for Cinder API to start...' 2025-04-16 12:19:54.016 | Waiting for Cinder API to start... 2025-04-16 12:19:54.019 | + lib/cinder:start_cinder:632 : wait_for_service 60 http://10.180.1.21/volume/v3 2025-04-16 12:19:54.021 | + functions:wait_for_service:468 : local timeout=60 2025-04-16 12:19:54.023 | + functions:wait_for_service:469 : local url=http://10.180.1.21/volume/v3 2025-04-16 12:19:54.024 | + functions:wait_for_service:470 : local rval=0 2025-04-16 12:19:54.026 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-16 12:19:54.028 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-16 12:19:54.031 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:19:54.033 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:19:54.036 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:19:54.039 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805994037 2025-04-16 12:19:54.041 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-16 12:19:54.044 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/volume/v3 2025-04-16 12:19:55.919 | + :: : [[ 401 == 503 ]] 2025-04-16 12:19:55.920 | + :: : [[ 0 -eq 7 ]] 2025-04-16 12:19:55.922 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-16 12:19:55.925 | + functions-common:time_stop:2400 : local name 2025-04-16 12:19:55.926 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:19:55.928 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:19:55.930 | + functions-common:time_stop:2403 : local total 2025-04-16 12:19:55.932 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:19:55.934 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-16 12:19:55.936 | + functions-common:time_stop:2407 : start_time=1744805994037 2025-04-16 12:19:55.938 | + functions-common:time_stop:2409 : [[ -z 1744805994037 ]] 2025-04-16 12:19:55.941 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:19:55.944 | + functions-common:time_stop:2412 : end_time=1744805995942 2025-04-16 12:19:55.946 | + functions-common:time_stop:2413 : elapsed_time=1905 2025-04-16 12:19:55.948 | + functions-common:time_stop:2414 : total=6091 2025-04-16 12:19:55.950 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:19:55.952 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=7996 2025-04-16 12:19:55.954 | + functions:wait_for_service:478 : return 0 2025-04-16 12:19:55.956 | + lib/cinder:start_cinder:636 : run_process c-sch '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-16 12:19:55.958 | + functions-common:run_process:1654 : local service=c-sch 2025-04-16 12:19:55.960 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-16 12:19:55.962 | + functions-common:run_process:1656 : local group= 2025-04-16 12:19:55.964 | + functions-common:run_process:1657 : local user= 2025-04-16 12:19:55.966 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 12:19:55.968 | + functions-common:run_process:1660 : local name=c-sch 2025-04-16 12:19:55.970 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 12:19:55.972 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 12:19:55.974 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:19:55.976 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:19:55.979 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:19:55.982 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805995980 2025-04-16 12:19:55.984 | + functions-common:run_process:1663 : is_service_enabled c-sch 2025-04-16 12:19:55.998 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:19:56.000 | + functions-common:run_process:1664 : _run_under_systemd c-sch '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' '' '' 2025-04-16 12:19:56.002 | + functions-common:_run_under_systemd:1611 : local service=c-sch 2025-04-16 12:19:56.004 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-16 12:19:56.006 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-16 12:19:56.008 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-16 12:19:56.010 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-16 12:19:56.012 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2025-04-16 12:19:56.015 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2025-04-16 12:19:56.017 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-sch.service 2025-04-16 12:19:56.019 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 12:19:56.021 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 12:19:56.023 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 12:19:56.024 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 12:19:56.026 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2025-04-16 12:19:56.028 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@c-sch.service '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' stack '' 2025-04-16 12:19:56.031 | + functions-common:write_user_unit_file:1518 : local service=devstack@c-sch.service 2025-04-16 12:19:56.032 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-16 12:19:56.034 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 12:19:56.036 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 12:19:56.038 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 12:19:56.040 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 12:19:56.042 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 12:19:56.044 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2025-04-16 12:19:56.046 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 12:19:56.049 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Unit Description 'Devstack devstack@c-sch.service' 2025-04-16 12:19:56.098 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 12:19:56.146 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User stack 2025-04-16 12:19:56.188 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecStart '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-16 12:19:56.229 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2025-04-16 12:19:56.270 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2025-04-16 12:19:56.312 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 12:19:56.354 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 12:19:56.356 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 12:19:56.358 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2025-04-16 12:19:56.409 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 12:19:56.657 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-sch.service 2025-04-16 12:19:56.667 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2025-04-16 12:19:56.898 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-sch.service 2025-04-16 12:19:56.924 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 12:19:56.926 | + functions-common:time_stop:2400 : local name 2025-04-16 12:19:56.928 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:19:56.930 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:19:56.932 | + functions-common:time_stop:2403 : local total 2025-04-16 12:19:56.934 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:19:56.936 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 12:19:56.938 | + functions-common:time_stop:2407 : start_time=1744805995980 2025-04-16 12:19:56.940 | + functions-common:time_stop:2409 : [[ -z 1744805995980 ]] 2025-04-16 12:19:56.942 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:19:56.946 | + functions-common:time_stop:2412 : end_time=1744805996944 2025-04-16 12:19:56.948 | + functions-common:time_stop:2413 : elapsed_time=964 2025-04-16 12:19:56.951 | + functions-common:time_stop:2414 : total=12984 2025-04-16 12:19:56.953 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:19:56.955 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=13948 2025-04-16 12:19:56.957 | + lib/cinder:start_cinder:641 : malloc_tuning='MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 12:19:56.959 | + lib/cinder:start_cinder:642 : run_process c-bak '/opt/stack/data/venv/bin/cinder-backup --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 12:19:56.961 | + functions-common:run_process:1654 : local service=c-bak 2025-04-16 12:19:56.963 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2025-04-16 12:19:56.965 | + functions-common:run_process:1656 : local group= 2025-04-16 12:19:56.967 | + functions-common:run_process:1657 : local user= 2025-04-16 12:19:56.969 | + functions-common:run_process:1658 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 12:19:56.971 | + functions-common:run_process:1660 : local name=c-bak 2025-04-16 12:19:56.973 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 12:19:56.975 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 12:19:56.978 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:19:56.979 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:19:56.982 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:19:56.986 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805996984 2025-04-16 12:19:56.988 | + functions-common:run_process:1663 : is_service_enabled c-bak 2025-04-16 12:19:57.001 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:19:57.004 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 12:19:57.006 | + functions-common:time_stop:2400 : local name 2025-04-16 12:19:57.008 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:19:57.010 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:19:57.012 | + functions-common:time_stop:2403 : local total 2025-04-16 12:19:57.014 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:19:57.016 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 12:19:57.018 | + functions-common:time_stop:2407 : start_time=1744805996984 2025-04-16 12:19:57.020 | + functions-common:time_stop:2409 : [[ -z 1744805996984 ]] 2025-04-16 12:19:57.023 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:19:57.026 | + functions-common:time_stop:2412 : end_time=1744805997024 2025-04-16 12:19:57.028 | + functions-common:time_stop:2413 : elapsed_time=40 2025-04-16 12:19:57.030 | + functions-common:time_stop:2414 : total=13948 2025-04-16 12:19:57.032 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:19:57.034 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=13988 2025-04-16 12:19:57.036 | + lib/cinder:start_cinder:643 : run_process c-vol '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 12:19:57.038 | + functions-common:run_process:1654 : local service=c-vol 2025-04-16 12:19:57.040 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-16 12:19:57.042 | + functions-common:run_process:1656 : local group= 2025-04-16 12:19:57.044 | + functions-common:run_process:1657 : local user= 2025-04-16 12:19:57.047 | + functions-common:run_process:1658 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 12:19:57.049 | + functions-common:run_process:1660 : local name=c-vol 2025-04-16 12:19:57.051 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 12:19:57.053 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 12:19:57.055 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:19:57.057 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:19:57.059 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:19:57.063 | + functions-common:time_start:2391 : _TIME_START[$name]=1744805997061 2025-04-16 12:19:57.065 | + functions-common:run_process:1663 : is_service_enabled c-vol 2025-04-16 12:19:57.079 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:19:57.081 | + functions-common:run_process:1664 : _run_under_systemd c-vol '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 12:19:57.084 | + functions-common:_run_under_systemd:1611 : local service=c-vol 2025-04-16 12:19:57.086 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-16 12:19:57.088 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-16 12:19:57.090 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-16 12:19:57.092 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-16 12:19:57.094 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ sudo ]] 2025-04-16 12:19:57.096 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2025-04-16 12:19:57.098 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-vol.service 2025-04-16 12:19:57.100 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 12:19:57.102 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 12:19:57.104 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 12:19:57.106 | + functions-common:_run_under_systemd:1623 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 12:19:57.108 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2025-04-16 12:19:57.110 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@c-vol.service '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' stack 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 12:19:57.112 | + functions-common:write_user_unit_file:1518 : local service=devstack@c-vol.service 2025-04-16 12:19:57.114 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-16 12:19:57.116 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 12:19:57.118 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 12:19:57.120 | + functions-common:write_user_unit_file:1522 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 12:19:57.122 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 12:19:57.124 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 12:19:57.126 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@c-vol.service 2025-04-16 12:19:57.128 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 12:19:57.131 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Unit Description 'Devstack devstack@c-vol.service' 2025-04-16 12:19:57.185 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 12:19:57.236 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service User stack 2025-04-16 12:19:57.278 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecStart '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-16 12:19:57.321 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service KillMode process 2025-04-16 12:19:57.362 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service TimeoutStopSec 300 2025-04-16 12:19:57.404 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 12:19:57.446 | + functions-common:write_user_unit_file:1537 : [[ -n MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144 ]] 2025-04-16 12:19:57.448 | + functions-common:write_user_unit_file:1538 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service Environment 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 12:19:57.491 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 12:19:57.494 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Install WantedBy multi-user.target 2025-04-16 12:19:57.545 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 12:19:57.803 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-vol.service 2025-04-16 12:19:57.813 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-vol.service → /etc/systemd/system/devstack@c-vol.service. 2025-04-16 12:19:58.068 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-vol.service 2025-04-16 12:19:58.090 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 12:19:58.092 | + functions-common:time_stop:2400 : local name 2025-04-16 12:19:58.094 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:19:58.096 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:19:58.098 | + functions-common:time_stop:2403 : local total 2025-04-16 12:19:58.100 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:19:58.102 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 12:19:58.104 | + functions-common:time_stop:2407 : start_time=1744805997061 2025-04-16 12:19:58.106 | + functions-common:time_stop:2409 : [[ -z 1744805997061 ]] 2025-04-16 12:19:58.109 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:19:58.113 | + functions-common:time_stop:2412 : end_time=1744805998110 2025-04-16 12:19:58.115 | + functions-common:time_stop:2413 : elapsed_time=1049 2025-04-16 12:19:58.117 | + functions-common:time_stop:2414 : total=13988 2025-04-16 12:19:58.119 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:19:58.121 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=15037 2025-04-16 12:19:58.123 | + stack.sh:main:1349 : create_volume_types 2025-04-16 12:19:58.124 | + lib/cinder:create_volume_types:678 : is_service_enabled c-api 2025-04-16 12:19:58.140 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:19:58.142 | + lib/cinder:create_volume_types:678 : [[ -n vmdk:vsphere ]] 2025-04-16 12:19:58.144 | + lib/cinder:create_volume_types:679 : local be be_name 2025-04-16 12:19:58.146 | + lib/cinder:create_volume_types:680 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-04-16 12:19:58.148 | + lib/cinder:create_volume_types:681 : be_name=vsphere 2025-04-16 12:19:58.150 | + lib/cinder:create_volume_types:682 : create_one_type vsphere volume_backend_name vsphere 2025-04-16 12:19:58.152 | + lib/cinder:create_one_type:659 : type_name=vsphere 2025-04-16 12:19:58.154 | + lib/cinder:create_one_type:660 : property_key=volume_backend_name 2025-04-16 12:19:58.156 | + lib/cinder:create_one_type:661 : property_value=vsphere 2025-04-16 12:19:58.158 | + lib/cinder:create_one_type:663 : is_service_enabled keystone 2025-04-16 12:19:58.172 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:19:58.174 | + lib/cinder:create_one_type:664 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=vsphere vsphere 2025-04-16 12:20:00.111 | +-------------+--------------------------------------+ 2025-04-16 12:20:00.111 | | Field | Value | 2025-04-16 12:20:00.111 | +-------------+--------------------------------------+ 2025-04-16 12:20:00.111 | | description | None | 2025-04-16 12:20:00.111 | | id | 7c929104-ef6f-4938-8796-15e1da80d0f6 | 2025-04-16 12:20:00.111 | | is_public | True | 2025-04-16 12:20:00.111 | | name | vsphere | 2025-04-16 12:20:00.111 | | properties | volume_backend_name='vsphere' | 2025-04-16 12:20:00.111 | +-------------+--------------------------------------+ 2025-04-16 12:20:00.266 | + lib/cinder:create_volume_types:685 : [[ False == \T\r\u\e ]] 2025-04-16 12:20:00.269 | + lib/cinder:create_volume_types:692 : [[ False == \T\r\u\e ]] 2025-04-16 12:20:00.271 | + stack.sh:main:1354 : [[ False == \T\r\u\e ]] 2025-04-16 12:20:00.273 | + stack.sh:main:1362 : is_service_enabled glance 2025-04-16 12:20:00.288 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:20:00.290 | + stack.sh:main:1363 : echo_summary 'Starting Glance' 2025-04-16 12:20:00.292 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 12:20:00.294 | + stack.sh:echo_summary:461 : echo -e Starting Glance 2025-04-16 12:20:00.296 | + stack.sh:main:1364 : start_glance 2025-04-16 12:20:00.299 | + lib/glance:start_glance:609 : local service_protocol=http 2025-04-16 12:20:00.301 | + lib/glance:start_glance:610 : is_service_enabled tls-proxy 2025-04-16 12:20:00.315 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:20:00.317 | + lib/glance:start_glance:616 : [[ False == False ]] 2025-04-16 12:20:00.320 | ++ lib/glance:start_glance:617 : which uwsgi 2025-04-16 12:20:00.324 | + lib/glance:start_glance:617 : run_process g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-16 12:20:00.326 | + functions-common:run_process:1654 : local service=g-api 2025-04-16 12:20:00.328 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-16 12:20:00.330 | + functions-common:run_process:1656 : local group= 2025-04-16 12:20:00.332 | + functions-common:run_process:1657 : local user= 2025-04-16 12:20:00.334 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 12:20:00.336 | + functions-common:run_process:1660 : local name=g-api 2025-04-16 12:20:00.339 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 12:20:00.341 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 12:20:00.344 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:20:00.346 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:20:00.349 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:20:00.353 | + functions-common:time_start:2391 : _TIME_START[$name]=1744806000350 2025-04-16 12:20:00.355 | + functions-common:run_process:1663 : is_service_enabled g-api 2025-04-16 12:20:00.369 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:20:00.371 | + functions-common:run_process:1664 : _run_under_systemd g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' '' '' 2025-04-16 12:20:00.373 | + functions-common:_run_under_systemd:1611 : local service=g-api 2025-04-16 12:20:00.375 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-16 12:20:00.376 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-16 12:20:00.379 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-16 12:20:00.381 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-16 12:20:00.383 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2025-04-16 12:20:00.385 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2025-04-16 12:20:00.387 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@g-api.service 2025-04-16 12:20:00.389 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 12:20:00.391 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 12:20:00.393 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 12:20:00.395 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 12:20:00.397 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2025-04-16 12:20:00.399 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-16 12:20:00.401 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 12:20:00.403 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@g-api.service '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2025-04-16 12:20:00.405 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@g-api.service 2025-04-16 12:20:00.407 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 12:20:00.409 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-16 12:20:00.411 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-16 12:20:00.413 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-16 12:20:00.414 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@g-api.service 2025-04-16 12:20:00.416 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-16 12:20:00.420 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@g-api.service Unit Description 'Devstack devstack@g-api.service' 2025-04-16 12:20:00.470 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 12:20:00.522 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service SyslogIdentifier devstack@g-api.service 2025-04-16 12:20:00.564 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User stack 2025-04-16 12:20:00.609 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 12:20:00.655 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 12:20:00.701 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2025-04-16 12:20:00.744 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2025-04-16 12:20:00.787 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2025-04-16 12:20:00.830 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2025-04-16 12:20:00.873 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2025-04-16 12:20:00.919 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-16 12:20:00.921 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-16 12:20:00.923 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target 2025-04-16 12:20:00.975 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-16 12:20:01.220 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@g-api.service 2025-04-16 12:20:01.230 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2025-04-16 12:20:01.472 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@g-api.service 2025-04-16 12:20:01.528 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 12:20:01.530 | + functions-common:time_stop:2400 : local name 2025-04-16 12:20:01.532 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:20:01.534 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:20:01.536 | + functions-common:time_stop:2403 : local total 2025-04-16 12:20:01.538 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:20:01.540 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 12:20:01.542 | + functions-common:time_stop:2407 : start_time=1744806000350 2025-04-16 12:20:01.544 | + functions-common:time_stop:2409 : [[ -z 1744806000350 ]] 2025-04-16 12:20:01.547 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:20:01.550 | + functions-common:time_stop:2412 : end_time=1744806001548 2025-04-16 12:20:01.552 | + functions-common:time_stop:2413 : elapsed_time=1198 2025-04-16 12:20:01.554 | + functions-common:time_stop:2414 : total=15037 2025-04-16 12:20:01.556 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:20:01.558 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=16235 2025-04-16 12:20:01.560 | + lib/glance:start_glance:622 : is_service_enabled g-api-r 2025-04-16 12:20:01.574 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:20:01.576 | + lib/glance:start_glance:627 : echo 'Waiting for g-api (10.180.1.21) to start...' 2025-04-16 12:20:01.576 | Waiting for g-api (10.180.1.21) to start... 2025-04-16 12:20:01.578 | + lib/glance:start_glance:628 : wait_for_service 60 http://10.180.1.21/image 2025-04-16 12:20:01.580 | + functions:wait_for_service:468 : local timeout=60 2025-04-16 12:20:01.582 | + functions:wait_for_service:469 : local url=http://10.180.1.21/image 2025-04-16 12:20:01.584 | + functions:wait_for_service:470 : local rval=0 2025-04-16 12:20:01.586 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-16 12:20:01.588 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-16 12:20:01.590 | + functions-common:time_start:2387 : local start_time= 2025-04-16 12:20:01.592 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:20:01.595 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:20:01.598 | + functions-common:time_start:2391 : _TIME_START[$name]=1744806001596 2025-04-16 12:20:01.600 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-16 12:20:01.603 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/image 2025-04-16 12:20:03.531 | + :: : [[ 300 == 503 ]] 2025-04-16 12:20:03.532 | + :: : [[ 0 -eq 7 ]] 2025-04-16 12:20:03.535 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-16 12:20:03.537 | + functions-common:time_stop:2400 : local name 2025-04-16 12:20:03.539 | + functions-common:time_stop:2401 : local end_time 2025-04-16 12:20:03.542 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:20:03.544 | + functions-common:time_stop:2403 : local total 2025-04-16 12:20:03.546 | + functions-common:time_stop:2404 : local start_time 2025-04-16 12:20:03.548 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-16 12:20:03.550 | + functions-common:time_stop:2407 : start_time=1744806001596 2025-04-16 12:20:03.552 | + functions-common:time_stop:2409 : [[ -z 1744806001596 ]] 2025-04-16 12:20:03.554 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:20:03.558 | + functions-common:time_stop:2412 : end_time=1744806003555 2025-04-16 12:20:03.560 | + functions-common:time_stop:2413 : elapsed_time=1959 2025-04-16 12:20:03.562 | + functions-common:time_stop:2414 : total=7996 2025-04-16 12:20:03.564 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:20:03.566 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9955 2025-04-16 12:20:03.568 | + functions:wait_for_service:478 : return 0 2025-04-16 12:20:03.570 | + stack.sh:main:1378 : is_service_enabled mysql postgresql 2025-04-16 12:20:03.584 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:20:03.586 | + stack.sh:main:1378 : is_service_enabled glance 2025-04-16 12:20:03.600 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:20:03.602 | + stack.sh:main:1379 : echo_summary 'Uploading images' 2025-04-16 12:20:03.605 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 12:20:03.607 | + stack.sh:echo_summary:461 : echo -e Uploading images 2025-04-16 12:20:03.609 | + stack.sh:main:1381 : for image_url in ${IMAGE_URLS//,/ } 2025-04-16 12:20:03.611 | + stack.sh:main:1382 : upload_image 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 12:20:03.613 | + functions:upload_image:132 : local 'image_url=https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 12:20:03.615 | + functions:upload_image:134 : local image image_fname image_name 2025-04-16 12:20:03.616 | + functions:upload_image:136 : local max_attempts=5 2025-04-16 12:20:03.618 | + functions:upload_image:139 : mkdir -p /opt/stack/devstack/files/images 2025-04-16 12:20:03.622 | ++ functions:upload_image:140 : basename 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 12:20:03.625 | + functions:upload_image:140 : image_fname='cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 12:20:03.627 | + functions:upload_image:141 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk != file* ]] 2025-04-16 12:20:03.628 | + functions:upload_image:143 : [[ ! -f /opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk ]] 2025-04-16 12:20:03.631 | ++ functions:upload_image:144 : seq 5 2025-04-16 12:20:03.634 | + functions:upload_image:144 : for attempt in `seq $max_attempts` 2025-04-16 12:20:03.635 | + functions:upload_image:145 : local rc=0 2025-04-16 12:20:03.637 | + functions:upload_image:146 : wget --progress=dot:giga -c 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' -O '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 12:20:03.640 | --2025-04-16 12:20:03-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk 2025-04-16 12:20:03.647 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2025-04-16 12:20:03.648 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2025-04-16 12:20:03.677 | HTTP request sent, awaiting response... 200 OK 2025-04-16 12:20:03.677 | Length: 21318656 (20M) [application/octet-stream] 2025-04-16 12:20:03.677 | Saving to: ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ 2025-04-16 12:20:03.684 | 2025-04-16 12:20:03.779 | 0K ........ ........ .... 100% 199M=0.1s 2025-04-16 12:20:03.779 | 2025-04-16 12:20:03.779 | 2025-04-16 12:20:03 (199 MB/s) - ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ saved [21318656/21318656] 2025-04-16 12:20:03.779 | 2025-04-16 12:20:03.783 | + functions:upload_image:147 : [[ 0 -ne 0 ]] 2025-04-16 12:20:03.784 | + functions:upload_image:155 : break 2025-04-16 12:20:03.786 | + functions:upload_image:159 : image='/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 12:20:03.788 | + functions:upload_image:173 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ openvz ]] 2025-04-16 12:20:03.790 | + functions:upload_image:180 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ \.vmdk ]] 2025-04-16 12:20:03.793 | + functions:upload_image:181 : image_name='cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-04-16 12:20:03.794 | + functions:upload_image:194 : local vmdk_disktype= 2025-04-16 12:20:03.796 | + functions:upload_image:195 : local vmdk_net_adapter=e1000 2025-04-16 12:20:03.798 | + functions:upload_image:196 : local path_len 2025-04-16 12:20:03.800 | + functions:upload_image:199 : local vmdk_adapter_type 2025-04-16 12:20:03.802 | ++ functions:upload_image:200 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 12:20:03.803 | ++ functions:upload_image:200 : grep -a -F -m 1 'ddb.adapterType =' '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 12:20:03.806 | + functions:upload_image:200 : vmdk_adapter_type='ddb.adapterType = "ide"' 2025-04-16 12:20:03.808 | + functions:upload_image:201 : vmdk_adapter_type='ide"' 2025-04-16 12:20:03.810 | + functions:upload_image:202 : vmdk_adapter_type=ide 2025-04-16 12:20:03.812 | + functions:upload_image:205 : local vmdk_create_type 2025-04-16 12:20:03.814 | ++ functions:upload_image:206 : grep -a -F -m 1 createType= '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 12:20:03.815 | ++ functions:upload_image:206 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 12:20:03.819 | + functions:upload_image:206 : vmdk_create_type='createType="streamOptimized"' 2025-04-16 12:20:03.821 | + functions:upload_image:207 : vmdk_create_type='streamOptimized"' 2025-04-16 12:20:03.822 | + functions:upload_image:208 : vmdk_create_type=streamOptimized 2025-04-16 12:20:03.824 | + functions:upload_image:211 : descriptor_data_pair_msg='Monolithic flat and VMFS disks should use a descriptor-data pair.' 2025-04-16 12:20:03.826 | + functions:upload_image:212 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\S\p\a\r\s\e ]] 2025-04-16 12:20:03.828 | + functions:upload_image:214 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\F\l\a\t ]] 2025-04-16 12:20:03.830 | + functions:upload_image:214 : [[ streamOptimized = \v\m\f\s ]] 2025-04-16 12:20:03.831 | + functions:upload_image:242 : [[ streamOptimized = \s\t\r\e\a\m\O\p\t\i\m\i\z\e\d ]] 2025-04-16 12:20:03.833 | + functions:upload_image:243 : vmdk_disktype=streamOptimized 2025-04-16 12:20:03.836 | ++ functions:upload_image:283 : grep -oP '(?<=-)(?!.*-).*[:;].*[:;].*$' 2025-04-16 12:20:03.836 | ++ functions:upload_image:283 : echo 'cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-04-16 12:20:03.840 | + functions:upload_image:283 : property_string='sparse;paraVirtual;vmxnet3' 2025-04-16 12:20:03.841 | + functions:upload_image:284 : IFS=':;' 2025-04-16 12:20:03.843 | + functions:upload_image:284 : read -a props 2025-04-16 12:20:03.845 | + functions:upload_image:285 : vmdk_disktype=sparse 2025-04-16 12:20:03.847 | + functions:upload_image:286 : vmdk_adapter_type=paraVirtual 2025-04-16 12:20:03.849 | + functions:upload_image:287 : vmdk_net_adapter=vmxnet3 2025-04-16 12:20:03.851 | + functions:upload_image:289 : _upload_image 'cirros-d240228-sparse;paraVirtual;vmxnet3' bare vmdk '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2025-04-16 12:20:03.852 | + functions:_upload_image:104 : local 'image_name=cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-04-16 12:20:03.854 | + functions:_upload_image:105 : shift 2025-04-16 12:20:03.856 | + functions:_upload_image:106 : local container=bare 2025-04-16 12:20:03.857 | + functions:_upload_image:107 : shift 2025-04-16 12:20:03.859 | + functions:_upload_image:108 : local disk=vmdk 2025-04-16 12:20:03.861 | + functions:_upload_image:109 : shift 2025-04-16 12:20:03.863 | + functions:_upload_image:110 : local 'image=/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 12:20:03.864 | + functions:_upload_image:111 : shift 2025-04-16 12:20:03.866 | + functions:_upload_image:112 : local properties 2025-04-16 12:20:03.868 | + functions:_upload_image:113 : local useimport 2025-04-16 12:20:03.870 | ++ functions:_upload_image:115 : _image_properties_to_arg vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2025-04-16 12:20:03.872 | ++ functions:_image_properties_to_arg:87 : local result= 2025-04-16 12:20:03.873 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-04-16 12:20:03.875 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_disktype=sparse' 2025-04-16 12:20:03.877 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-04-16 12:20:03.878 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_adaptertype=paraVirtual' 2025-04-16 12:20:03.880 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-04-16 12:20:03.882 | ++ functions:_image_properties_to_arg:89 : result+=' --property hw_vif_model=vmxnet3' 2025-04-16 12:20:03.883 | ++ functions:_image_properties_to_arg:91 : echo --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2025-04-16 12:20:03.885 | + functions:_upload_image:115 : properties='--property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3' 2025-04-16 12:20:03.887 | + functions:_upload_image:117 : [[ False == \T\r\u\e ]] 2025-04-16 12:20:03.889 | + functions:_upload_image:121 : openstack --os-cloud=devstack-admin --os-region-name=RegionOne image create 'cirros-d240228-sparse;paraVirtual;vmxnet3' --public --container-format bare --disk-format vmdk --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2025-04-16 12:20:06.091 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-04-16 12:20:06.091 | | Field | Value | 2025-04-16 12:20:06.091 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-04-16 12:20:06.091 | | container_format | bare | 2025-04-16 12:20:06.091 | | created_at | 2025-04-16T12:20:05Z | 2025-04-16 12:20:06.091 | | disk_format | vmdk | 2025-04-16 12:20:06.091 | | file | /v2/images/b261268a-9800-40a9-afde-85d61f8eed6a/file | 2025-04-16 12:20:06.091 | | id | b261268a-9800-40a9-afde-85d61f8eed6a | 2025-04-16 12:20:06.091 | | min_disk | 0 | 2025-04-16 12:20:06.091 | | min_ram | 0 | 2025-04-16 12:20:06.091 | | name | cirros-d240228-sparse;paraVirtual;vmxnet3 | 2025-04-16 12:20:06.091 | | owner | 34fc8bdd38bd4d2781a21b19049364a0 | 2025-04-16 12:20:06.091 | | properties | hw_vif_model='vmxnet3', os_hidden='False', owner_specified.openstack.md5='', owner_specified.openstack.object='images/cirros-d240228-sparse;paraVirtual;vmxnet3', owner_specified.openstack.sha256='', vmware_adaptertype='paraVirtual', vmware_disktype='sparse' | 2025-04-16 12:20:06.091 | | protected | False | 2025-04-16 12:20:06.091 | | schema | /v2/schemas/image | 2025-04-16 12:20:06.091 | | status | queued | 2025-04-16 12:20:06.091 | | tags | | 2025-04-16 12:20:06.091 | | updated_at | 2025-04-16T12:20:05Z | 2025-04-16 12:20:06.091 | | visibility | public | 2025-04-16 12:20:06.091 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-04-16 12:20:06.230 | + functions:upload_image:291 : return 2025-04-16 12:20:06.232 | + stack.sh:main:1386 : async_wait create_flavors 2025-04-16 12:20:06.271 | [3523 Async create_flavors:60230]: Waiting for completion of create_flavors running on PID 60230 (2 other jobs running) 2025-04-16 12:20:06.290 | [3523 Async create_flavors:60230]: Signaling child to exit 2025-04-16 12:20:07.246 | + inc/async:async_inner:64 : rc=0 2025-04-16 12:20:07.266 | [60230 Async create_flavors:60230]: finished successfully 2025-04-16 12:20:07.283 | WAKEUP 2025-04-16 12:20:07.300 | [3523 Async create_flavors:60230]: Signaled 2025-04-16 12:20:07.301 | + lib/nova:create_flavors:1255 : is_service_enabled n-api 2025-04-16 12:20:07.301 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:20:07.301 | + lib/nova:create_flavors:1256 : grep -q ds512M 2025-04-16 12:20:07.301 | + lib/nova:create_flavors:1256 : openstack --os-region-name=RegionOne flavor list 2025-04-16 12:20:07.301 | + lib/nova:create_flavors:1258 : openstack --os-region-name=RegionOne flavor create --id c1 --ram 256 --disk 1 --vcpus 1 --property hw_rng:allowed=True cirros256 2025-04-16 12:20:07.301 | +----------------------------+-----------------------+ 2025-04-16 12:20:07.301 | | Field | Value | 2025-04-16 12:20:07.301 | +----------------------------+-----------------------+ 2025-04-16 12:20:07.301 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 12:20:07.301 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 12:20:07.301 | | description | None | 2025-04-16 12:20:07.301 | | disk | 1 | 2025-04-16 12:20:07.301 | | id | c1 | 2025-04-16 12:20:07.301 | | name | cirros256 | 2025-04-16 12:20:07.301 | | os-flavor-access:is_public | True | 2025-04-16 12:20:07.301 | | properties | hw_rng:allowed='True' | 2025-04-16 12:20:07.301 | | ram | 256 | 2025-04-16 12:20:07.301 | | rxtx_factor | 1.0 | 2025-04-16 12:20:07.301 | | swap | 0 | 2025-04-16 12:20:07.301 | | vcpus | 1 | 2025-04-16 12:20:07.301 | +----------------------------+-----------------------+ 2025-04-16 12:20:07.301 | + lib/nova:create_flavors:1259 : openstack --os-region-name=RegionOne flavor create --id d1 --ram 512 --disk 5 --vcpus 1 --property hw_rng:allowed=True ds512M 2025-04-16 12:20:07.301 | +----------------------------+-----------------------+ 2025-04-16 12:20:07.301 | | Field | Value | 2025-04-16 12:20:07.301 | +----------------------------+-----------------------+ 2025-04-16 12:20:07.301 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 12:20:07.301 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 12:20:07.301 | | description | None | 2025-04-16 12:20:07.301 | | disk | 5 | 2025-04-16 12:20:07.301 | | id | d1 | 2025-04-16 12:20:07.301 | | name | ds512M | 2025-04-16 12:20:07.301 | | os-flavor-access:is_public | True | 2025-04-16 12:20:07.301 | | properties | hw_rng:allowed='True' | 2025-04-16 12:20:07.301 | | ram | 512 | 2025-04-16 12:20:07.301 | | rxtx_factor | 1.0 | 2025-04-16 12:20:07.301 | | swap | 0 | 2025-04-16 12:20:07.301 | | vcpus | 1 | 2025-04-16 12:20:07.301 | +----------------------------+-----------------------+ 2025-04-16 12:20:07.301 | + lib/nova:create_flavors:1260 : openstack --os-region-name=RegionOne flavor create --id d2 --ram 1024 --disk 10 --vcpus 1 --property hw_rng:allowed=True ds1G 2025-04-16 12:20:07.301 | +----------------------------+-----------------------+ 2025-04-16 12:20:07.301 | | Field | Value | 2025-04-16 12:20:07.301 | +----------------------------+-----------------------+ 2025-04-16 12:20:07.301 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 12:20:07.301 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 12:20:07.301 | | description | None | 2025-04-16 12:20:07.301 | | disk | 10 | 2025-04-16 12:20:07.301 | | id | d2 | 2025-04-16 12:20:07.301 | | name | ds1G | 2025-04-16 12:20:07.301 | | os-flavor-access:is_public | True | 2025-04-16 12:20:07.301 | | properties | hw_rng:allowed='True' | 2025-04-16 12:20:07.301 | | ram | 1024 | 2025-04-16 12:20:07.301 | | rxtx_factor | 1.0 | 2025-04-16 12:20:07.301 | | swap | 0 | 2025-04-16 12:20:07.301 | | vcpus | 1 | 2025-04-16 12:20:07.301 | +----------------------------+-----------------------+ 2025-04-16 12:20:07.301 | + lib/nova:create_flavors:1261 : openstack --os-region-name=RegionOne flavor create --id d3 --ram 2048 --disk 10 --vcpus 2 --property hw_rng:allowed=True ds2G 2025-04-16 12:20:07.301 | +----------------------------+-----------------------+ 2025-04-16 12:20:07.301 | | Field | Value | 2025-04-16 12:20:07.301 | +----------------------------+-----------------------+ 2025-04-16 12:20:07.301 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 12:20:07.301 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 12:20:07.301 | | description | None | 2025-04-16 12:20:07.301 | | disk | 10 | 2025-04-16 12:20:07.301 | | id | d3 | 2025-04-16 12:20:07.301 | | name | ds2G | 2025-04-16 12:20:07.301 | | os-flavor-access:is_public | True | 2025-04-16 12:20:07.301 | | properties | hw_rng:allowed='True' | 2025-04-16 12:20:07.301 | | ram | 2048 | 2025-04-16 12:20:07.301 | | rxtx_factor | 1.0 | 2025-04-16 12:20:07.301 | | swap | 0 | 2025-04-16 12:20:07.301 | | vcpus | 2 | 2025-04-16 12:20:07.301 | +----------------------------+-----------------------+ 2025-04-16 12:20:07.301 | + lib/nova:create_flavors:1262 : openstack --os-region-name=RegionOne flavor create --id d4 --ram 4096 --disk 20 --vcpus 4 --property hw_rng:allowed=True ds4G 2025-04-16 12:20:07.301 | +----------------------------+-----------------------+ 2025-04-16 12:20:07.301 | | Field | Value | 2025-04-16 12:20:07.301 | +----------------------------+-----------------------+ 2025-04-16 12:20:07.301 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 12:20:07.301 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 12:20:07.301 | | description | None | 2025-04-16 12:20:07.301 | | disk | 20 | 2025-04-16 12:20:07.301 | | id | d4 | 2025-04-16 12:20:07.301 | | name | ds4G | 2025-04-16 12:20:07.301 | | os-flavor-access:is_public | True | 2025-04-16 12:20:07.301 | | properties | hw_rng:allowed='True' | 2025-04-16 12:20:07.301 | | ram | 4096 | 2025-04-16 12:20:07.301 | | rxtx_factor | 1.0 | 2025-04-16 12:20:07.301 | | swap | 0 | 2025-04-16 12:20:07.301 | | vcpus | 4 | 2025-04-16 12:20:07.301 | +----------------------------+-----------------------+ 2025-04-16 12:20:07.301 | + lib/nova:create_flavors:1265 : openstack --os-region-name=RegionOne flavor list 2025-04-16 12:20:07.301 | + lib/nova:create_flavors:1265 : grep -q m1.tiny 2025-04-16 12:20:07.301 | + lib/nova:create_flavors:1266 : openstack --os-region-name=RegionOne flavor create --id 1 --ram 512 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.tiny 2025-04-16 12:20:07.301 | +----------------------------+-----------------------+ 2025-04-16 12:20:07.302 | | Field | Value | 2025-04-16 12:20:07.302 | +----------------------------+-----------------------+ 2025-04-16 12:20:07.302 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 12:20:07.302 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 12:20:07.302 | | description | None | 2025-04-16 12:20:07.302 | | disk | 1 | 2025-04-16 12:20:07.302 | | id | 1 | 2025-04-16 12:20:07.302 | | name | m1.tiny | 2025-04-16 12:20:07.302 | | os-flavor-access:is_public | True | 2025-04-16 12:20:07.302 | | properties | hw_rng:allowed='True' | 2025-04-16 12:20:07.302 | | ram | 512 | 2025-04-16 12:20:07.302 | | rxtx_factor | 1.0 | 2025-04-16 12:20:07.302 | | swap | 0 | 2025-04-16 12:20:07.302 | | vcpus | 1 | 2025-04-16 12:20:07.302 | +----------------------------+-----------------------+ 2025-04-16 12:20:07.302 | + lib/nova:create_flavors:1267 : openstack --os-region-name=RegionOne flavor create --id 2 --ram 2048 --disk 20 --vcpus 1 --property hw_rng:allowed=True m1.small 2025-04-16 12:20:07.302 | +----------------------------+-----------------------+ 2025-04-16 12:20:07.302 | | Field | Value | 2025-04-16 12:20:07.302 | +----------------------------+-----------------------+ 2025-04-16 12:20:07.302 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 12:20:07.302 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 12:20:07.302 | | description | None | 2025-04-16 12:20:07.302 | | disk | 20 | 2025-04-16 12:20:07.302 | | id | 2 | 2025-04-16 12:20:07.302 | | name | m1.small | 2025-04-16 12:20:07.302 | | os-flavor-access:is_public | True | 2025-04-16 12:20:07.302 | | properties | hw_rng:allowed='True' | 2025-04-16 12:20:07.302 | | ram | 2048 | 2025-04-16 12:20:07.302 | | rxtx_factor | 1.0 | 2025-04-16 12:20:07.302 | | swap | 0 | 2025-04-16 12:20:07.302 | | vcpus | 1 | 2025-04-16 12:20:07.302 | +----------------------------+-----------------------+ 2025-04-16 12:20:07.302 | + lib/nova:create_flavors:1268 : openstack --os-region-name=RegionOne flavor create --id 3 --ram 4096 --disk 40 --vcpus 2 --property hw_rng:allowed=True m1.medium 2025-04-16 12:20:07.302 | +----------------------------+-----------------------+ 2025-04-16 12:20:07.302 | | Field | Value | 2025-04-16 12:20:07.302 | +----------------------------+-----------------------+ 2025-04-16 12:20:07.302 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 12:20:07.302 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 12:20:07.302 | | description | None | 2025-04-16 12:20:07.302 | | disk | 40 | 2025-04-16 12:20:07.302 | | id | 3 | 2025-04-16 12:20:07.302 | | name | m1.medium | 2025-04-16 12:20:07.302 | | os-flavor-access:is_public | True | 2025-04-16 12:20:07.302 | | properties | hw_rng:allowed='True' | 2025-04-16 12:20:07.302 | | ram | 4096 | 2025-04-16 12:20:07.302 | | rxtx_factor | 1.0 | 2025-04-16 12:20:07.302 | | swap | 0 | 2025-04-16 12:20:07.302 | | vcpus | 2 | 2025-04-16 12:20:07.302 | +----------------------------+-----------------------+ 2025-04-16 12:20:07.302 | + lib/nova:create_flavors:1269 : openstack --os-region-name=RegionOne flavor create --id 4 --ram 8192 --disk 80 --vcpus 4 --property hw_rng:allowed=True m1.large 2025-04-16 12:20:07.302 | +----------------------------+-----------------------+ 2025-04-16 12:20:07.302 | | Field | Value | 2025-04-16 12:20:07.302 | +----------------------------+-----------------------+ 2025-04-16 12:20:07.302 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 12:20:07.302 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 12:20:07.302 | | description | None | 2025-04-16 12:20:07.302 | | disk | 80 | 2025-04-16 12:20:07.302 | | id | 4 | 2025-04-16 12:20:07.302 | | name | m1.large | 2025-04-16 12:20:07.302 | | os-flavor-access:is_public | True | 2025-04-16 12:20:07.302 | | properties | hw_rng:allowed='True' | 2025-04-16 12:20:07.302 | | ram | 8192 | 2025-04-16 12:20:07.302 | | rxtx_factor | 1.0 | 2025-04-16 12:20:07.302 | | swap | 0 | 2025-04-16 12:20:07.302 | | vcpus | 4 | 2025-04-16 12:20:07.302 | +----------------------------+-----------------------+ 2025-04-16 12:20:07.302 | + lib/nova:create_flavors:1270 : openstack --os-region-name=RegionOne flavor create --id 5 --ram 16384 --disk 160 --vcpus 8 --property hw_rng:allowed=True m1.xlarge 2025-04-16 12:20:07.302 | +----------------------------+-----------------------+ 2025-04-16 12:20:07.302 | | Field | Value | 2025-04-16 12:20:07.302 | +----------------------------+-----------------------+ 2025-04-16 12:20:07.302 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 12:20:07.302 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 12:20:07.302 | | description | None | 2025-04-16 12:20:07.302 | | disk | 160 | 2025-04-16 12:20:07.302 | | id | 5 | 2025-04-16 12:20:07.302 | | name | m1.xlarge | 2025-04-16 12:20:07.302 | | os-flavor-access:is_public | True | 2025-04-16 12:20:07.302 | | properties | hw_rng:allowed='True' | 2025-04-16 12:20:07.302 | | ram | 16384 | 2025-04-16 12:20:07.302 | | rxtx_factor | 1.0 | 2025-04-16 12:20:07.302 | | swap | 0 | 2025-04-16 12:20:07.302 | | vcpus | 8 | 2025-04-16 12:20:07.302 | +----------------------------+-----------------------+ 2025-04-16 12:20:07.334 | [3523 Async create_flavors:60230]: finished create_flavors with result 0 in 14 seconds 2025-04-16 12:20:07.337 | + inc/async:async_wait:197 : return 0 2025-04-16 12:20:07.339 | + stack.sh:main:1388 : is_service_enabled horizon 2025-04-16 12:20:07.352 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:20:07.354 | + stack.sh:main:1402 : is_service_enabled nova 2025-04-16 12:20:07.368 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:20:07.370 | + stack.sh:main:1402 : is_service_enabled keystone 2025-04-16 12:20:07.383 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:20:07.385 | + stack.sh:main:1403 : USERRC_PARAMS='-PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret' 2025-04-16 12:20:07.387 | + stack.sh:main:1405 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-04-16 12:20:07.389 | + stack.sh:main:1409 : /opt/stack/devstack/tools/create_userrc.sh -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2025-04-16 12:20:07.392 | + opt/stack/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2025-04-16 12:20:07.393 | ++ opt/stack/devstack/tools/create_userrc.sh:main:80 : getopt -o hPAp:u:r:C: -l os-username:,os-password:,os-tenant-id:,os-tenant-name:,os-project-name:,os-project-id:,os-project-domain-id:,os-project-domain-name:,os-user-domain-id:,os-user-domain-name:,os-auth-url:,target-dir:,heat-url:,skip-project:,os-cacert:,help,debug -- -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2025-04-16 12:20:07.395 | + opt/stack/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/opt/stack/devstack/accrc'\'' --os-password '\''nomoresecret'\'' --' 2025-04-16 12:20:07.396 | + opt/stack/devstack/tools/create_userrc.sh:main:84 : eval set -- -P -A --target-dir ''\''/opt/stack/devstack/accrc'\''' --os-password ''\''nomoresecret'\''' -- 2025-04-16 12:20:07.397 | ++ opt/stack/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /opt/stack/devstack/accrc --os-password nomoresecret -- 2025-04-16 12:20:07.398 | + opt/stack/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2025-04-16 12:20:07.399 | + opt/stack/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2025-04-16 12:20:07.400 | + opt/stack/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2025-04-16 12:20:07.401 | + opt/stack/devstack/tools/create_userrc.sh:main:92 : MODE= 2025-04-16 12:20:07.402 | + opt/stack/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2025-04-16 12:20:07.403 | + opt/stack/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2025-04-16 12:20:07.404 | + opt/stack/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2025-04-16 12:20:07.405 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 7 -gt 0 ']' 2025-04-16 12:20:07.406 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-16 12:20:07.407 | + opt/stack/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2025-04-16 12:20:07.408 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-16 12:20:07.409 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 6 -gt 0 ']' 2025-04-16 12:20:07.410 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-16 12:20:07.411 | + opt/stack/devstack/tools/create_userrc.sh:main:118 : MODE=all 2025-04-16 12:20:07.412 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-16 12:20:07.413 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2025-04-16 12:20:07.414 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-16 12:20:07.415 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/opt/stack/devstack/accrc 2025-04-16 12:20:07.416 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : shift 2025-04-16 12:20:07.417 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-16 12:20:07.418 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2025-04-16 12:20:07.419 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-16 12:20:07.420 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : export OS_PASSWORD=nomoresecret 2025-04-16 12:20:07.421 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : OS_PASSWORD=nomoresecret 2025-04-16 12:20:07.422 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : shift 2025-04-16 12:20:07.423 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-16 12:20:07.424 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2025-04-16 12:20:07.425 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-16 12:20:07.426 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : shift 2025-04-16 12:20:07.427 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : break 2025-04-16 12:20:07.429 | + opt/stack/devstack/tools/create_userrc.sh:main:129 : '[' -z nomoresecret ']' 2025-04-16 12:20:07.430 | + opt/stack/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2025-04-16 12:20:07.431 | + opt/stack/devstack/tools/create_userrc.sh:main:142 : '[' -z '' -a '' ']' 2025-04-16 12:20:07.432 | + opt/stack/devstack/tools/create_userrc.sh:main:146 : '[' -z '' -a -z '' ']' 2025-04-16 12:20:07.433 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : export OS_PROJECT_NAME=admin 2025-04-16 12:20:07.434 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : OS_PROJECT_NAME=admin 2025-04-16 12:20:07.435 | + opt/stack/devstack/tools/create_userrc.sh:main:150 : '[' -z '' ']' 2025-04-16 12:20:07.436 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : export OS_USERNAME=admin 2025-04-16 12:20:07.437 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : OS_USERNAME=admin 2025-04-16 12:20:07.438 | + opt/stack/devstack/tools/create_userrc.sh:main:154 : '[' -z '' ']' 2025-04-16 12:20:07.439 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : export OS_AUTH_URL=http://localhost:5000/v3/ 2025-04-16 12:20:07.440 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : OS_AUTH_URL=http://localhost:5000/v3/ 2025-04-16 12:20:07.441 | + opt/stack/devstack/tools/create_userrc.sh:main:158 : '[' -z '' -a -z '' ']' 2025-04-16 12:20:07.442 | + opt/stack/devstack/tools/create_userrc.sh:main:160 : OS_USER_DOMAIN_ID=default 2025-04-16 12:20:07.443 | + opt/stack/devstack/tools/create_userrc.sh:main:163 : '[' -z '' -a -z '' ']' 2025-04-16 12:20:07.444 | + opt/stack/devstack/tools/create_userrc.sh:main:165 : OS_PROJECT_DOMAIN_ID=default 2025-04-16 12:20:07.445 | + opt/stack/devstack/tools/create_userrc.sh:main:168 : USER_PASS=nomoresecret 2025-04-16 12:20:07.446 | + opt/stack/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2025-04-16 12:20:07.447 | + opt/stack/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2025-04-16 12:20:07.449 | + opt/stack/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2025-04-16 12:20:07.450 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2025-04-16 12:20:07.450 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep ,True 2025-04-16 12:20:07.450 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep -v service 2025-04-16 12:20:07.451 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : IFS=, 2025-04-16 12:20:07.452 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2025-04-16 12:20:08.268 | Failed to discover available identity versions when contacting http://localhost:5000/v3/. Attempting to parse version from URL. 2025-04-16 12:20:08.269 | Unable to establish connection to http://localhost:5000/v3/auth/tokens: HTTPConnectionPool(host='localhost', port=5000): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2025-04-16 12:20:08.386 | + stack.sh:main:1414 : save_stackenv 2025-04-16 12:20:08.388 | + functions-common:save_stackenv:60 : local tag= 2025-04-16 12:20:08.391 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-04-16 12:20:08.394 | + functions-common:save_stackenv:62 : time_stamp=2025-04-16-122008 2025-04-16 12:20:08.396 | + functions-common:save_stackenv:63 : echo '# 2025-04-16-122008 ' 2025-04-16 12:20:08.399 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 12:20:08.401 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-16 12:20:08.403 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 12:20:08.405 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-04-16 12:20:08.407 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 12:20:08.409 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-04-16 12:20:08.411 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 12:20:08.413 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2025-04-16 12:20:08.415 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 12:20:08.417 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-04-16 12:20:08.418 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 12:20:08.421 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-04-16 12:20:08.422 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 12:20:08.424 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-04-16-121252 2025-04-16 12:20:08.426 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 12:20:08.428 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-04-16 12:20:08.431 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 12:20:08.432 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-04-16 12:20:08.434 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 12:20:08.436 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-04-16 12:20:08.438 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 12:20:08.440 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-04-16 12:20:08.442 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 12:20:08.444 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-04-16 12:20:08.445 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 12:20:08.447 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-04-16 12:20:08.450 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 12:20:08.451 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-04-16 12:20:08.453 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 12:20:08.455 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-04-16 12:20:08.457 | + stack.sh:main:1425 : merge_config_group /opt/stack/devstack/local.conf extra 2025-04-16 12:20:08.459 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-16 12:20:08.461 | + inc/meta-config:merge_config_group:171 : shift 2025-04-16 12:20:08.463 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2025-04-16 12:20:08.464 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 12:20:08.466 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-16 12:20:08.468 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-16 12:20:08.470 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf extra 2025-04-16 12:20:08.472 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-16 12:20:08.474 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2025-04-16 12:20:08.476 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 12:20:08.478 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2025-04-16 12:20:08.478 | /^\[\[.+\|.*\]\]/ { 2025-04-16 12:20:08.478 | gsub("[][]", "", $1); 2025-04-16 12:20:08.478 | split($1, a, "|"); 2025-04-16 12:20:08.478 | if (a[1] == matchgroup) 2025-04-16 12:20:08.478 | print a[2] 2025-04-16 12:20:08.478 | } 2025-04-16 12:20:08.478 | ' /opt/stack/devstack/local.conf 2025-04-16 12:20:08.483 | + stack.sh:main:1432 : run_phase stack extra 2025-04-16 12:20:08.485 | + functions-common:run_phase:1828 : local mode=stack 2025-04-16 12:20:08.487 | + functions-common:run_phase:1829 : local phase=extra 2025-04-16 12:20:08.489 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-16 12:20:08.491 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-16 12:20:08.493 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-16 12:20:08.495 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-16 12:20:08.497 | + functions-common:run_phase:1838 : local extra 2025-04-16 12:20:08.500 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-16 12:20:08.503 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-16 12:20:08.505 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-16 12:20:08.507 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-16 12:20:08.509 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack extra 2025-04-16 12:20:08.512 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-16 12:20:08.524 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:20:08.526 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 12:20:08.528 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 12:20:08.530 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2025-04-16 12:20:08.532 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-16 12:20:08.534 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-16 12:20:08.536 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-04-16 12:20:08.538 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2025-04-16 12:20:08.540 | ++ extras.d/80-tempest.sh:source:15 : : 2025-04-16 12:20:08.542 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-16 12:20:08.544 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-16 12:20:08.546 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 12:20:08.548 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-16 12:20:08.550 | + functions-common:run_phase:1855 : run_plugins stack extra 2025-04-16 12:20:08.552 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-16 12:20:08.554 | + functions-common:run_plugins:1815 : local phase=extra 2025-04-16 12:20:08.556 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-16 12:20:08.558 | + functions-common:run_plugins:1818 : local plugin 2025-04-16 12:20:08.560 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-16 12:20:08.562 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-16 12:20:08.564 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-16 12:20:08.566 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack extra 2025-04-16 12:20:08.569 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 12:20:08.571 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 12:20:08.573 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2025-04-16 12:20:08.575 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-16 12:20:08.577 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-16 12:20:08.579 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-04-16 12:20:08.581 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ extra == \e\x\t\r\a ]] 2025-04-16 12:20:08.583 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:17 : echo_summary 'Initializing Networking-NSX-T' 2025-04-16 12:20:08.585 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 12:20:08.587 | ++ stack.sh:echo_summary:461 : echo -e Initializing Networking-NSX-T 2025-04-16 12:20:08.589 | + stack.sh:main:1440 : merge_config_group /opt/stack/devstack/local.conf post-extra 2025-04-16 12:20:08.591 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-16 12:20:08.593 | + inc/meta-config:merge_config_group:171 : shift 2025-04-16 12:20:08.595 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2025-04-16 12:20:08.597 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 12:20:08.599 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-16 12:20:08.601 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-16 12:20:08.604 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-extra 2025-04-16 12:20:08.606 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-16 12:20:08.608 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2025-04-16 12:20:08.610 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 12:20:08.612 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2025-04-16 12:20:08.612 | /^\[\[.+\|.*\]\]/ { 2025-04-16 12:20:08.612 | gsub("[][]", "", $1); 2025-04-16 12:20:08.612 | split($1, a, "|"); 2025-04-16 12:20:08.612 | if (a[1] == matchgroup) 2025-04-16 12:20:08.612 | print a[2] 2025-04-16 12:20:08.612 | } 2025-04-16 12:20:08.612 | ' /opt/stack/devstack/local.conf 2025-04-16 12:20:08.616 | + stack.sh:main:1449 : is_service_enabled n-cpu 2025-04-16 12:20:08.630 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:20:08.632 | + stack.sh:main:1454 : service_check 2025-04-16 12:20:08.634 | + functions-common:service_check:1693 : local service 2025-04-16 12:20:08.637 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 12:20:08.639 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@key.service 2025-04-16 12:20:08.647 | Failed to get unit file state for devstack@key.service: No such file or directory 2025-04-16 12:20:08.650 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 12:20:08.652 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-api.service 2025-04-16 12:20:08.662 | enabled 2025-04-16 12:20:08.665 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-api.service --no-pager 2025-04-16 12:20:08.691 | ● devstack@n-api.service - Devstack devstack@n-api.service 2025-04-16 12:20:08.691 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2025-04-16 12:20:08.691 | Active: active (running) since Wed 2025-04-16 12:19:13 UTC; 54s ago 2025-04-16 12:20:08.691 | Main PID: 53622 (uwsgi) 2025-04-16 12:20:08.691 | Status: "uWSGI is ready" 2025-04-16 12:20:08.691 | Tasks: 3 (limit: 19126) 2025-04-16 12:20:08.691 | Memory: 226.3M 2025-04-16 12:20:08.691 | CPU: 6.151s 2025-04-16 12:20:08.691 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2025-04-16 12:20:08.691 | ├─53622 "nova-apiuWSGI master" 2025-04-16 12:20:08.691 | ├─53623 "nova-apiuWSGI worker 1" 2025-04-16 12:20:08.691 | └─53624 "nova-apiuWSGI worker 2" 2025-04-16 12:20:08.691 | 2025-04-16 12:20:08.691 | Apr 16 12:20:06 devstack devstack@n-api.service[53624]: [pid: 53624|app: 0|req: 17/32] 10.180.1.21 () {64 vars in 1332 bytes} [Wed Apr 16 12:20:05 2025] POST /compute/v2.1/flavors/4/os-extra_specs => generated 43 bytes in 16 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2025-04-16 12:20:08.691 | Apr 16 12:20:07 devstack devstack@n-api.service[53623]: DEBUG nova.api.openstack.wsgi [None req-d508d1f3-8e4d-4eb4-84ad-6201219853ee admin admin] Calling method '>' {{(pid=53623) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:513}} 2025-04-16 12:20:08.691 | Apr 16 12:20:07 devstack devstack@n-api.service[53623]: INFO nova.api.openstack.requestlog [None req-d508d1f3-8e4d-4eb4-84ad-6201219853ee admin admin] 10.180.1.21 "GET /compute/v2.1" status: 200 len: 388 microversion: 2.1 time: 0.000940 2025-04-16 12:20:08.691 | Apr 16 12:20:07 devstack devstack@n-api.service[53623]: [pid: 53623|app: 0|req: 16/33] 10.180.1.21 () {54 vars in 930 bytes} [Wed Apr 16 12:20:07 2025] GET /compute/v2.1 => generated 388 bytes in 1 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2025-04-16 12:20:08.691 | Apr 16 12:20:07 devstack devstack@n-api.service[53624]: DEBUG nova.api.openstack.wsgi [None req-0383c1f4-be91-4bdb-99a3-4656b35e4977 admin admin] Action: 'create', calling method: >, body: {"flavor": {"OS-FLV-EXT-DATA:ephemeral": 0, "disk": 160, "swap": 0, "id": "5", "rxtx_factor": 1.0, "vcpus": 8, "name": "m1.xlarge", "os-flavor-access:is_public": true, "ram": 16384}} {{(pid=53624) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2025-04-16 12:20:08.691 | Apr 16 12:20:07 devstack devstack@n-api.service[53624]: INFO nova.api.openstack.requestlog [None req-0383c1f4-be91-4bdb-99a3-4656b35e4977 admin admin] 10.180.1.21 "POST /compute/v2.1/flavors" status: 200 len: 408 microversion: 2.61 time: 0.035285 2025-04-16 12:20:08.691 | Apr 16 12:20:07 devstack devstack@n-api.service[53624]: [pid: 53624|app: 0|req: 18/34] 10.180.1.21 () {64 vars in 1282 bytes} [Wed Apr 16 12:20:07 2025] POST /compute/v2.1/flavors => generated 408 bytes in 36 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) 2025-04-16 12:20:08.691 | Apr 16 12:20:07 devstack devstack@n-api.service[53623]: DEBUG nova.api.openstack.wsgi [None req-32b7e3a8-23a6-4ae6-a2c3-36f806ccf90a admin admin] Action: 'create', calling method: >, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=53623) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2025-04-16 12:20:08.691 | Apr 16 12:20:07 devstack devstack@n-api.service[53623]: INFO nova.api.openstack.requestlog [None req-32b7e3a8-23a6-4ae6-a2c3-36f806ccf90a admin admin] 10.180.1.21 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.61 time: 0.015029 2025-04-16 12:20:08.691 | Apr 16 12:20:07 devstack devstack@n-api.service[53623]: [pid: 53623|app: 0|req: 17/35] 10.180.1.21 () {64 vars in 1332 bytes} [Wed Apr 16 12:20:07 2025] POST /compute/v2.1/flavors/5/os-extra_specs => generated 43 bytes in 15 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2025-04-16 12:20:08.694 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 12:20:08.696 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-cond.service 2025-04-16 12:20:08.706 | enabled 2025-04-16 12:20:08.709 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-cond.service --no-pager 2025-04-16 12:20:08.720 | ● devstack@n-cond.service - Devstack devstack@n-cond.service 2025-04-16 12:20:08.720 | Loaded: loaded (/etc/systemd/system/devstack@n-cond.service; enabled; vendor preset: enabled) 2025-04-16 12:20:08.720 | Active: active (running) since Wed 2025-04-16 12:19:50 UTC; 18s ago 2025-04-16 12:20:08.720 | Main PID: 59755 (nova-conductor) 2025-04-16 12:20:08.720 | Tasks: 3 (limit: 19126) 2025-04-16 12:20:08.720 | Memory: 142.4M 2025-04-16 12:20:08.720 | CPU: 2.023s 2025-04-16 12:20:08.720 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond.service 2025-04-16 12:20:08.720 | ├─59755 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-04-16 12:20:08.720 | ├─60176 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-04-16 12:20:08.720 | └─60177 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-04-16 12:20:08.720 | 2025-04-16 12:20:08.720 | Apr 16 12:19:52 devstack nova-conductor[59755]: DEBUG oslo_service.service [None req-bc5eb77c-bed9-4365-ac5f-58d3ee31da28 None None] oslo_limit.version = None {{(pid=59755) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 12:20:08.720 | Apr 16 12:19:52 devstack nova-conductor[59755]: DEBUG oslo_service.service [None req-bc5eb77c-bed9-4365-ac5f-58d3ee31da28 None None] oslo_reports.file_event_handler = None {{(pid=59755) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 12:20:08.720 | Apr 16 12:19:52 devstack nova-conductor[59755]: DEBUG oslo_service.service [None req-bc5eb77c-bed9-4365-ac5f-58d3ee31da28 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=59755) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 12:20:08.720 | Apr 16 12:19:52 devstack nova-conductor[59755]: DEBUG oslo_service.service [None req-bc5eb77c-bed9-4365-ac5f-58d3ee31da28 None None] oslo_reports.log_dir = None {{(pid=59755) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 12:20:08.720 | Apr 16 12:19:52 devstack nova-conductor[59755]: DEBUG oslo_service.service [None req-bc5eb77c-bed9-4365-ac5f-58d3ee31da28 None None] ******************************************************************************** {{(pid=59755) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-04-16 12:20:08.720 | Apr 16 12:20:01 devstack nova-conductor[59755]: DEBUG dbcounter [-] [59755] Writing DB stats nova_api:SELECT=3 {{(pid=59755) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 12:20:08.720 | Apr 16 12:20:01 devstack nova-conductor[59755]: DEBUG dbcounter [-] [59755] Writing DB stats nova_cell0:SELECT=3 {{(pid=59755) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 12:20:08.720 | Apr 16 12:20:01 devstack nova-conductor[59755]: DEBUG dbcounter [-] [59755] Writing DB stats nova_cell1:SELECT=3 {{(pid=59755) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 12:20:08.720 | Apr 16 12:20:06 devstack nova-conductor[60176]: DEBUG dbcounter [-] [60176] Writing DB stats nova_cell1:SELECT=10,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=60176) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 12:20:08.720 | Apr 16 12:20:06 devstack nova-conductor[60177]: DEBUG dbcounter [-] [60177] Writing DB stats nova_cell1:SELECT=12,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=60177) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 12:20:08.723 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 12:20:08.725 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-sch.service 2025-04-16 12:20:08.734 | enabled 2025-04-16 12:20:08.737 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-sch.service --no-pager 2025-04-16 12:20:08.748 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2025-04-16 12:20:08.748 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2025-04-16 12:20:08.748 | Active: active (running) since Wed 2025-04-16 12:19:47 UTC; 21s ago 2025-04-16 12:20:08.748 | Main PID: 58428 (nova-scheduler) 2025-04-16 12:20:08.748 | Tasks: 3 (limit: 19126) 2025-04-16 12:20:08.748 | Memory: 142.1M 2025-04-16 12:20:08.748 | CPU: 2.166s 2025-04-16 12:20:08.748 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2025-04-16 12:20:08.748 | ├─58428 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-04-16 12:20:08.748 | ├─59540 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-04-16 12:20:08.748 | └─59543 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-04-16 12:20:08.748 | 2025-04-16 12:20:08.748 | Apr 16 12:19:49 devstack nova-scheduler[58428]: DEBUG oslo_service.service [None req-613c9dc6-3748-44db-8b9e-63ef6d7de7bb None None] oslo_limit.version = None {{(pid=58428) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 12:20:08.748 | Apr 16 12:19:49 devstack nova-scheduler[58428]: DEBUG oslo_service.service [None req-613c9dc6-3748-44db-8b9e-63ef6d7de7bb None None] oslo_reports.file_event_handler = None {{(pid=58428) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 12:20:08.748 | Apr 16 12:19:49 devstack nova-scheduler[58428]: DEBUG oslo_service.service [None req-613c9dc6-3748-44db-8b9e-63ef6d7de7bb None None] oslo_reports.file_event_handler_interval = 1 {{(pid=58428) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 12:20:08.748 | Apr 16 12:19:49 devstack nova-scheduler[58428]: DEBUG oslo_service.service [None req-613c9dc6-3748-44db-8b9e-63ef6d7de7bb None None] oslo_reports.log_dir = None {{(pid=58428) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 12:20:08.748 | Apr 16 12:19:49 devstack nova-scheduler[58428]: DEBUG oslo_service.service [None req-613c9dc6-3748-44db-8b9e-63ef6d7de7bb None None] ******************************************************************************** {{(pid=58428) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-04-16 12:20:08.748 | Apr 16 12:19:59 devstack nova-scheduler[58428]: DEBUG dbcounter [-] [58428] Writing DB stats nova_api:SELECT=7 {{(pid=58428) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 12:20:08.749 | Apr 16 12:19:59 devstack nova-scheduler[58428]: DEBUG dbcounter [-] [58428] Writing DB stats nova_cell1:SELECT=5 {{(pid=58428) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 12:20:08.749 | Apr 16 12:19:59 devstack nova-scheduler[58428]: DEBUG dbcounter [-] [58428] Writing DB stats nova_cell0:SELECT=3 {{(pid=58428) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 12:20:08.749 | Apr 16 12:20:04 devstack nova-scheduler[59543]: DEBUG dbcounter [-] [59543] Writing DB stats nova_cell1:SELECT=10,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=59543) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 12:20:08.749 | Apr 16 12:20:04 devstack nova-scheduler[59540]: DEBUG dbcounter [-] [59540] Writing DB stats nova_cell1:SELECT=10,nova_cell1:INSERT=1 {{(pid=59540) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 12:20:08.751 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 12:20:08.754 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-api-meta.service 2025-04-16 12:20:08.763 | enabled 2025-04-16 12:20:08.765 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-api-meta.service --no-pager 2025-04-16 12:20:08.776 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2025-04-16 12:20:08.777 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2025-04-16 12:20:08.777 | Active: active (running) since Wed 2025-04-16 12:19:48 UTC; 19s ago 2025-04-16 12:20:08.777 | Main PID: 59031 (uwsgi) 2025-04-16 12:20:08.777 | Status: "uWSGI is ready" 2025-04-16 12:20:08.777 | Tasks: 4 (limit: 19126) 2025-04-16 12:20:08.777 | Memory: 188.8M 2025-04-16 12:20:08.777 | CPU: 4.123s 2025-04-16 12:20:08.777 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2025-04-16 12:20:08.777 | ├─59031 "nova-api-metauWSGI master" 2025-04-16 12:20:08.777 | ├─59045 "nova-api-metauWSGI worker 1" 2025-04-16 12:20:08.777 | ├─59046 "nova-api-metauWSGI worker 2" 2025-04-16 12:20:08.777 | └─59047 "nova-api-metauWSGI http 1" 2025-04-16 12:20:08.777 | 2025-04-16 12:20:08.777 | Apr 16 12:19:50 devstack devstack@n-api-meta.service[59046]: INFO dbcounter [None req-9cd8ad82-9b0d-4141-b426-c58ca2eca384 None None] Registered counter for database nova_cell1 2025-04-16 12:20:08.777 | Apr 16 12:19:50 devstack devstack@n-api-meta.service[59045]: INFO dbcounter [None req-e69ae2f2-8990-4e02-8975-541a9bba4ff8 None None] Registered counter for database nova_cell1 2025-04-16 12:20:08.777 | Apr 16 12:19:50 devstack devstack@n-api-meta.service[59046]: DEBUG oslo_db.sqlalchemy.engines [None req-9cd8ad82-9b0d-4141-b426-c58ca2eca384 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=59046) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 12:20:08.777 | Apr 16 12:19:50 devstack devstack@n-api-meta.service[59045]: DEBUG oslo_db.sqlalchemy.engines [None req-e69ae2f2-8990-4e02-8975-541a9bba4ff8 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=59045) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 12:20:08.777 | Apr 16 12:19:50 devstack devstack@n-api-meta.service[59046]: DEBUG dbcounter [-] [59046] Writer thread running {{(pid=59046) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 12:20:08.777 | Apr 16 12:19:50 devstack devstack@n-api-meta.service[59045]: DEBUG dbcounter [-] [59045] Writer thread running {{(pid=59045) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 12:20:08.777 | Apr 16 12:19:50 devstack devstack@n-api-meta.service[59046]: WARNING nova.api.metadata.handler [None req-9cd8ad82-9b0d-4141-b426-c58ca2eca384 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2025-04-16 12:20:08.777 | Apr 16 12:19:50 devstack devstack@n-api-meta.service[59045]: WARNING nova.api.metadata.handler [None req-e69ae2f2-8990-4e02-8975-541a9bba4ff8 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2025-04-16 12:20:08.777 | Apr 16 12:19:50 devstack devstack@n-api-meta.service[59046]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x5fa52086a100 pid: 59046 (default app) 2025-04-16 12:20:08.777 | Apr 16 12:19:50 devstack devstack@n-api-meta.service[59045]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x5fa52086a100 pid: 59045 (default app) 2025-04-16 12:20:08.779 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 12:20:08.781 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@placement-api.service 2025-04-16 12:20:08.790 | enabled 2025-04-16 12:20:08.794 | + functions-common:service_check:1700 : sudo systemctl status devstack@placement-api.service --no-pager 2025-04-16 12:20:08.805 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2025-04-16 12:20:08.805 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2025-04-16 12:20:08.805 | Active: active (running) since Wed 2025-04-16 12:19:22 UTC; 46s ago 2025-04-16 12:20:08.805 | Main PID: 55016 (uwsgi) 2025-04-16 12:20:08.805 | Status: "uWSGI is ready" 2025-04-16 12:20:08.805 | Tasks: 5 (limit: 19126) 2025-04-16 12:20:08.805 | Memory: 136.9M 2025-04-16 12:20:08.805 | CPU: 2.431s 2025-04-16 12:20:08.805 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2025-04-16 12:20:08.805 | ├─55016 "placementuWSGI master" 2025-04-16 12:20:08.805 | ├─55017 "placementuWSGI worker 1" 2025-04-16 12:20:08.805 | └─55018 "placementuWSGI worker 2" 2025-04-16 12:20:08.805 | 2025-04-16 12:20:08.805 | Apr 16 12:19:24 devstack devstack@placement-api.service[55017]: DEBUG oslo_concurrency.lockutils [-] Releasing lock "resource_classes_sync" {{(pid=55017) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:333}} 2025-04-16 12:20:08.805 | Apr 16 12:19:24 devstack devstack@placement-api.service[55017]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x644e5bb69b70 pid: 55017 (default app) 2025-04-16 12:20:08.805 | Apr 16 12:19:33 devstack devstack@placement-api.service[55018]: DEBUG dbcounter [-] [55018] Writing DB stats placement:SELECT=5,placement:INSERT=2,placement:SET=1 {{(pid=55018) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 12:20:08.805 | Apr 16 12:19:34 devstack devstack@placement-api.service[55017]: DEBUG dbcounter [-] [55017] Writing DB stats placement:SELECT=7,placement:INSERT=1 {{(pid=55017) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 12:20:08.805 | Apr 16 12:19:49 devstack devstack@placement-api.service[55018]: DEBUG placement.requestlog [None req-e069e115-955a-4c84-a0b2-5c25e9e17556 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=55018) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2025-04-16 12:20:08.805 | Apr 16 12:19:49 devstack devstack@placement-api.service[55018]: INFO placement.requestlog [None req-e069e115-955a-4c84-a0b2-5c25e9e17556 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2025-04-16 12:20:08.805 | Apr 16 12:19:49 devstack devstack@placement-api.service[55018]: [pid: 55018|app: 0|req: 2/2] 10.180.1.21 () {54 vars in 917 bytes} [Wed Apr 16 12:19:49 2025] GET /placement => generated 136 bytes in 1 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2025-04-16 12:20:08.805 | Apr 16 12:19:51 devstack devstack@placement-api.service[55017]: DEBUG placement.requestlog [None req-03fe826c-9962-4537-8e08-bb4e02195e71 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=55017) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2025-04-16 12:20:08.805 | Apr 16 12:19:51 devstack devstack@placement-api.service[55017]: INFO placement.requestlog [None req-03fe826c-9962-4537-8e08-bb4e02195e71 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2025-04-16 12:20:08.805 | Apr 16 12:19:51 devstack devstack@placement-api.service[55017]: [pid: 55017|app: 0|req: 1/3] 10.180.1.21 () {54 vars in 917 bytes} [Wed Apr 16 12:19:51 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-16 12:20:08.808 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 12:20:08.810 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@placement-client.service 2025-04-16 12:20:08.818 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2025-04-16 12:20:08.821 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 12:20:08.823 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@g-api.service 2025-04-16 12:20:08.832 | enabled 2025-04-16 12:20:08.835 | + functions-common:service_check:1700 : sudo systemctl status devstack@g-api.service --no-pager 2025-04-16 12:20:08.846 | ● devstack@g-api.service - Devstack devstack@g-api.service 2025-04-16 12:20:08.846 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2025-04-16 12:20:08.846 | Active: active (running) since Wed 2025-04-16 12:20:01 UTC; 7s ago 2025-04-16 12:20:08.846 | Main PID: 62614 (uwsgi) 2025-04-16 12:20:08.846 | Status: "uWSGI is ready" 2025-04-16 12:20:08.846 | Tasks: 9 (limit: 19126) 2025-04-16 12:20:08.846 | Memory: 223.5M 2025-04-16 12:20:08.846 | CPU: 4.450s 2025-04-16 12:20:08.846 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2025-04-16 12:20:08.846 | ├─62614 "glance-apiuWSGI master" 2025-04-16 12:20:08.846 | ├─62616 "glance-apiuWSGI worker 1" 2025-04-16 12:20:08.846 | └─62617 "glance-apiuWSGI worker 2" 2025-04-16 12:20:08.846 | 2025-04-16 12:20:08.846 | Apr 16 12:20:05 devstack devstack@g-api.service[62616]: DEBUG glance.api.middleware.version_negotiation [None req-f67638d0-6ef6-4422-9ae2-ba67286f3d14 None None] new path /v2/images/b261268a-9800-40a9-afde-85d61f8eed6a/file {{(pid=62616) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} 2025-04-16 12:20:08.846 | Apr 16 12:20:05 devstack devstack@g-api.service[62616]: INFO dbcounter [None req-5f2159b6-eb8c-4793-bd7b-a8a5abfaa573 admin admin] Registered counter for database glance 2025-04-16 12:20:08.846 | Apr 16 12:20:05 devstack devstack@g-api.service[62616]: DEBUG oslo_db.sqlalchemy.engines [None req-5f2159b6-eb8c-4793-bd7b-a8a5abfaa573 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=62616) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 12:20:08.846 | Apr 16 12:20:05 devstack devstack@g-api.service[62616]: DEBUG dbcounter [-] [62616] Writer thread running {{(pid=62616) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 12:20:08.846 | Apr 16 12:20:05 devstack devstack@g-api.service[62616]: INFO glance.api.v2.image_data [None req-5f2159b6-eb8c-4793-bd7b-a8a5abfaa573 admin admin] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2025-04-16 12:20:08.846 | Apr 16 12:20:05 devstack devstack@g-api.service[62616]: DEBUG glance.location [None req-5f2159b6-eb8c-4793-bd7b-a8a5abfaa573 admin admin] Enabling in-flight format inspection for vmdk {{(pid=62616) set_data /opt/stack/glance/glance/location.py:592}} 2025-04-16 12:20:08.846 | Apr 16 12:20:06 devstack devstack@g-api.service[62616]: DEBUG glance_store._drivers.filesystem [None req-5f2159b6-eb8c-4793-bd7b-a8a5abfaa573 admin admin] Wrote 21318656 bytes to /opt/stack/data/glance/images/b261268a-9800-40a9-afde-85d61f8eed6a with checksum 879b8eacf4b511d84bac79c7fe0e0d0a and multihash 7b454ad71f0f894fcc55e4d1f50ee446a570ffa34406e3026d1af22a43e4d61724db145f5ac4ee3c321289b7638b2a429cce605dfa25c96800748e00a61d3051 {{(pid=62616) add /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/_drivers/filesystem.py:773}} 2025-04-16 12:20:08.846 | Apr 16 12:20:06 devstack devstack@g-api.service[62616]: INFO glance.location [None req-5f2159b6-eb8c-4793-bd7b-a8a5abfaa573 admin admin] Image format matched and virtual size computed: 117440512 2025-04-16 12:20:08.846 | Apr 16 12:20:06 devstack devstack@g-api.service[62616]: DEBUG glance_store.backend [None req-5f2159b6-eb8c-4793-bd7b-a8a5abfaa573 admin admin] Skipping store.set_acls... not implemented. {{(pid=62616) set_acls /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:508}} 2025-04-16 12:20:08.846 | Apr 16 12:20:06 devstack devstack@g-api.service[62616]: [pid: 62616|app: 0|req: 2/4] 127.0.0.1 () {40 vars in 860 bytes} [Wed Apr 16 12:20:05 2025] PUT /v2/images/b261268a-9800-40a9-afde-85d61f8eed6a/file => generated 0 bytes in 731 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) 2025-04-16 12:20:08.849 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 12:20:08.850 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-sch.service 2025-04-16 12:20:08.859 | enabled 2025-04-16 12:20:08.862 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-sch.service --no-pager 2025-04-16 12:20:08.873 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2025-04-16 12:20:08.873 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2025-04-16 12:20:08.873 | Active: active (running) since Wed 2025-04-16 12:19:56 UTC; 11s ago 2025-04-16 12:20:08.873 | Main PID: 61391 (cinder-schedule) 2025-04-16 12:20:08.873 | Tasks: 1 (limit: 19126) 2025-04-16 12:20:08.873 | Memory: 93.8M 2025-04-16 12:20:08.873 | CPU: 1.744s 2025-04-16 12:20:08.873 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2025-04-16 12:20:08.873 | └─61391 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2025-04-16 12:20:08.873 | 2025-04-16 12:20:08.873 | Apr 16 12:19:58 devstack cinder-scheduler[61391]: DEBUG oslo_service.service [None req-9ee94436-c4a1-480a-ad23-a28116073da3 None None] nova.token_auth_url = None {{(pid=61391) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 12:20:08.873 | Apr 16 12:19:58 devstack cinder-scheduler[61391]: DEBUG oslo_service.service [None req-9ee94436-c4a1-480a-ad23-a28116073da3 None None] ******************************************************************************** {{(pid=61391) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-04-16 12:20:08.873 | Apr 16 12:19:58 devstack cinder-scheduler[61391]: INFO cinder.service [-] Starting cinder-scheduler node (version 0.0.1) 2025-04-16 12:20:08.873 | Apr 16 12:19:58 devstack cinder-scheduler[61391]: INFO cinder.manager [None req-c6cabfd5-fb37-401e-a619-1da505a744a0 None None] Initiating service 1 cleanup 2025-04-16 12:20:08.873 | Apr 16 12:19:58 devstack cinder-scheduler[61391]: INFO cinder.manager [None req-c6cabfd5-fb37-401e-a619-1da505a744a0 None None] Service 1 cleanup completed. 2025-04-16 12:20:08.873 | Apr 16 12:19:58 devstack cinder-scheduler[61391]: DEBUG cinder.service [None req-c6cabfd5-fb37-401e-a619-1da505a744a0 None None] Creating RPC server for service cinder-scheduler {{(pid=61391) start /opt/stack/cinder/cinder/service.py:239}} 2025-04-16 12:20:08.873 | Apr 16 12:19:58 devstack cinder-scheduler[61391]: DEBUG cinder.service [None req-c6cabfd5-fb37-401e-a619-1da505a744a0 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=61391) start /opt/stack/cinder/cinder/service.py:245}} 2025-04-16 12:20:08.873 | Apr 16 12:20:02 devstack cinder-scheduler[61391]: DEBUG cinder.scheduler.host_manager [None req-9e004a35-e7c2-435f-90c4-c40122859a0e 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=61391) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:628}} 2025-04-16 12:20:08.873 | Apr 16 12:20:02 devstack cinder-scheduler[61391]: DEBUG cinder.scheduler.host_manager [None req-9e004a35-e7c2-435f-90c4-c40122859a0e None None] Updating capabilities for devstack@vsphere#vsphere: {'volume_backend_name': 'vsphere', 'vendor_name': 'VMware', 'driver_version': '3.4.4', 'storage_protocol': 'vmdk', 'reserved_percentage': 0, 'total_capacity_gb': 'unknown', 'free_capacity_gb': 'unknown', 'shared_targets': False, 'allocated_capacity_gb': 0, 'filter_function': None, 'goodness_function': None, 'timestamp': datetime.datetime(2025, 4, 16, 12, 20, 2, 253110)} {{(pid=61391) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:415}} 2025-04-16 12:20:08.873 | Apr 16 12:20:02 devstack cinder-scheduler[61391]: DEBUG cinder.utils [None req-9e004a35-e7c2-435f-90c4-c40122859a0e None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=61391) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:879}} 2025-04-16 12:20:08.876 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 12:20:08.878 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-api.service 2025-04-16 12:20:08.887 | enabled 2025-04-16 12:20:08.890 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-api.service --no-pager 2025-04-16 12:20:08.901 | ● devstack@c-api.service - Devstack devstack@c-api.service 2025-04-16 12:20:08.901 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2025-04-16 12:20:08.901 | Active: active (running) since Wed 2025-04-16 12:19:53 UTC; 14s ago 2025-04-16 12:20:08.901 | Main PID: 60856 (uwsgi) 2025-04-16 12:20:08.901 | Status: "uWSGI is ready" 2025-04-16 12:20:08.901 | Tasks: 7 (limit: 19126) 2025-04-16 12:20:08.901 | Memory: 213.5M 2025-04-16 12:20:08.901 | CPU: 4.699s 2025-04-16 12:20:08.901 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2025-04-16 12:20:08.901 | ├─60856 "cinder-apiuWSGI master" 2025-04-16 12:20:08.901 | ├─60857 "cinder-apiuWSGI worker 1" 2025-04-16 12:20:08.901 | └─60858 "cinder-apiuWSGI worker 2" 2025-04-16 12:20:08.901 | 2025-04-16 12:20:08.901 | Apr 16 12:19:59 devstack devstack@c-api.service[60858]: INFO cinder.api.openstack.wsgi [None req-4fdce3b5-0e1f-4c9e-a606-ae513411c837 admin admin] http://10.180.1.21/volume/v3/34fc8bdd38bd4d2781a21b19049364a0/types returned with HTTP 200 2025-04-16 12:20:08.901 | Apr 16 12:19:59 devstack devstack@c-api.service[60858]: [pid: 60858|app: 0|req: 1/2] 10.180.1.21 () {60 vars in 1236 bytes} [Wed Apr 16 12:19:59 2025] POST /volume/v3/34fc8bdd38bd4d2781a21b19049364a0/types => generated 182 bytes in 483 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2025-04-16 12:20:08.901 | Apr 16 12:19:59 devstack devstack@c-api.service[60857]: DEBUG cinder.api.middleware.request_id [req-4fdce3b5-0e1f-4c9e-a606-ae513411c837 req-47e3770b-6e31-4e3c-a9ae-47eda08298fe None None] RequestId filter calling following filter/app {{(pid=60857) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} 2025-04-16 12:20:08.901 | Apr 16 12:20:00 devstack devstack@c-api.service[60857]: INFO cinder.api.openstack.wsgi [req-4fdce3b5-0e1f-4c9e-a606-ae513411c837 req-47e3770b-6e31-4e3c-a9ae-47eda08298fe admin admin] POST http://10.180.1.21/volume/v3/34fc8bdd38bd4d2781a21b19049364a0/types/7c929104-ef6f-4938-8796-15e1da80d0f6/extra_specs 2025-04-16 12:20:08.901 | Apr 16 12:20:00 devstack devstack@c-api.service[60857]: DEBUG cinder.api.openstack.wsgi [req-4fdce3b5-0e1f-4c9e-a606-ae513411c837 req-47e3770b-6e31-4e3c-a9ae-47eda08298fe admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "vsphere"}} {{(pid=60857) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} 2025-04-16 12:20:08.901 | Apr 16 12:20:00 devstack devstack@c-api.service[60857]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. 2025-04-16 12:20:08.901 | Apr 16 12:20:00 devstack devstack@c-api.service[60857]: warnings.warn('Policy enforcement is depending on the value of ' 2025-04-16 12:20:08.901 | Apr 16 12:20:00 devstack devstack@c-api.service[60857]: DEBUG oslo_db.sqlalchemy.engines [req-4fdce3b5-0e1f-4c9e-a606-ae513411c837 req-47e3770b-6e31-4e3c-a9ae-47eda08298fe 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=60857) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 12:20:08.901 | Apr 16 12:20:00 devstack devstack@c-api.service[60857]: INFO cinder.api.openstack.wsgi [req-4fdce3b5-0e1f-4c9e-a606-ae513411c837 req-47e3770b-6e31-4e3c-a9ae-47eda08298fe admin admin] http://10.180.1.21/volume/v3/34fc8bdd38bd4d2781a21b19049364a0/types/7c929104-ef6f-4938-8796-15e1da80d0f6/extra_specs returned with HTTP 200 2025-04-16 12:20:08.901 | Apr 16 12:20:00 devstack devstack@c-api.service[60857]: [pid: 60857|app: 0|req: 2/3] 10.180.1.21 () {62 vars in 1454 bytes} [Wed Apr 16 12:19:59 2025] POST /volume/v3/34fc8bdd38bd4d2781a21b19049364a0/types/7c929104-ef6f-4938-8796-15e1da80d0f6/extra_specs => generated 51 bytes in 449 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2025-04-16 12:20:08.904 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 12:20:08.906 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-vol.service 2025-04-16 12:20:08.915 | enabled 2025-04-16 12:20:08.918 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-vol.service --no-pager 2025-04-16 12:20:08.929 | ● devstack@c-vol.service - Devstack devstack@c-vol.service 2025-04-16 12:20:08.929 | Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled) 2025-04-16 12:20:08.929 | Active: active (running) since Wed 2025-04-16 12:19:58 UTC; 10s ago 2025-04-16 12:20:08.929 | Main PID: 61937 (cinder-volume) 2025-04-16 12:20:08.929 | Tasks: 3 (limit: 19126) 2025-04-16 12:20:08.929 | Memory: 242.9M 2025-04-16 12:20:08.929 | CPU: 4.197s 2025-04-16 12:20:08.929 | CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service 2025-04-16 12:20:08.929 | ├─61937 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2025-04-16 12:20:08.929 | └─62038 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2025-04-16 12:20:08.929 | 2025-04-16 12:20:08.929 | Apr 16 12:20:02 devstack cinder-volume[62038]: DEBUG cinder.image.image_utils [None req-9e004a35-e7c2-435f-90c4-c40122859a0e None None] Configuration image_conversion_dir is None or the path doesn't exist. {{(pid=62038) cleanup_temporary_file /opt/stack/cinder/cinder/image/image_utils.py:1242}} 2025-04-16 12:20:08.929 | Apr 16 12:20:02 devstack cinder-volume[62038]: INFO cinder.keymgr.migration [None req-4e78ea21-5266-44e5-87b5-626815f177c1 None None] Not migrating encryption keys because the ConfKeyManager is still in use. 2025-04-16 12:20:08.929 | Apr 16 12:20:02 devstack cinder-volume[62038]: DEBUG cinder.manager [None req-9e004a35-e7c2-435f-90c4-c40122859a0e None None] Notifying Schedulers of capabilities ... {{(pid=62038) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} 2025-04-16 12:20:08.929 | Apr 16 12:20:02 devstack cinder-volume[62038]: INFO cinder.volume.manager [None req-9e004a35-e7c2-435f-90c4-c40122859a0e None None] Driver initialization completed successfully. 2025-04-16 12:20:08.929 | Apr 16 12:20:02 devstack cinder-volume[62038]: INFO cinder.manager [None req-9e004a35-e7c2-435f-90c4-c40122859a0e None None] Initiating service 2 cleanup 2025-04-16 12:20:08.929 | Apr 16 12:20:02 devstack cinder-volume[62038]: INFO cinder.manager [None req-9e004a35-e7c2-435f-90c4-c40122859a0e None None] Service 2 cleanup completed. 2025-04-16 12:20:08.929 | Apr 16 12:20:02 devstack cinder-volume[62038]: DEBUG cinder.service [None req-9e004a35-e7c2-435f-90c4-c40122859a0e None None] Creating RPC server for service cinder-volume {{(pid=62038) start /opt/stack/cinder/cinder/service.py:239}} 2025-04-16 12:20:08.929 | Apr 16 12:20:02 devstack cinder-volume[62038]: DEBUG cinder.service [None req-9e004a35-e7c2-435f-90c4-c40122859a0e None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=62038) start /opt/stack/cinder/cinder/service.py:245}} 2025-04-16 12:20:08.929 | Apr 16 12:20:02 devstack cinder-volume[62038]: INFO cinder.volume.manager [None req-9e004a35-e7c2-435f-90c4-c40122859a0e None None] Initializing RPC dependent components of volume driver VMwareVcVmdkDriver (3.4.4) 2025-04-16 12:20:08.929 | Apr 16 12:20:02 devstack cinder-volume[62038]: INFO cinder.volume.manager [None req-9e004a35-e7c2-435f-90c4-c40122859a0e None None] Driver post RPC initialization completed successfully. 2025-04-16 12:20:08.932 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 12:20:08.934 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@ovs-vswitchd.service 2025-04-16 12:20:08.942 | Failed to get unit file state for devstack@ovs-vswitchd.service: No such file or directory 2025-04-16 12:20:08.945 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 12:20:08.947 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@ovsdb-server.service 2025-04-16 12:20:08.955 | Failed to get unit file state for devstack@ovsdb-server.service: No such file or directory 2025-04-16 12:20:08.958 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 12:20:08.960 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-svc.service 2025-04-16 12:20:08.969 | enabled 2025-04-16 12:20:08.972 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-svc.service --no-pager 2025-04-16 12:20:08.983 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2025-04-16 12:20:08.983 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2025-04-16 12:20:08.983 | Active: active (running) since Wed 2025-04-16 12:19:17 UTC; 51s ago 2025-04-16 12:20:08.983 | Main PID: 54335 (/opt/stack/data) 2025-04-16 12:20:08.983 | Tasks: 5 (limit: 19126) 2025-04-16 12:20:08.983 | Memory: 381.9M 2025-04-16 12:20:08.983 | CPU: 10.335s 2025-04-16 12:20:08.983 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2025-04-16 12:20:08.983 | ├─54335 "/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini" 2025-04-16 12:20:08.983 | ├─54438 "neutron-server: api worker (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2025-04-16 12:20:08.983 | ├─54439 "neutron-server: api worker (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2025-04-16 12:20:08.983 | ├─54440 "neutron-server: rpc worker (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2025-04-16 12:20:08.983 | └─54441 "neutron-server: periodic worker (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2025-04-16 12:20:08.983 | 2025-04-16 12:20:08.983 | Apr 16 12:19:51 devstack neutron-server[54439]: DEBUG dbcounter [-] [54439] Writing DB stats neutron:SELECT=282,neutron:INSERT=11,neutron:DELETE=1,neutron:UPDATE=4 {{(pid=54439) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 12:20:08.983 | Apr 16 12:19:51 devstack neutron-server[54439]: DEBUG dbcounter [-] [54439] Writing DB stats neutron:SELECT=248,neutron:INSERT=14,neutron:DELETE=3,neutron:UPDATE=4 {{(pid=54439) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 12:20:08.983 | Apr 16 12:19:52 devstack neutron-server[54441]: DEBUG dbcounter [-] [54441] Writing DB stats neutron:SELECT=224,neutron:UPDATE=2,neutron:INSERT=1 {{(pid=54441) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 12:20:08.983 | Apr 16 12:19:52 devstack neutron-server[54441]: DEBUG dbcounter [-] [54441] Writing DB stats neutron:SELECT=235,neutron:UPDATE=5 {{(pid=54441) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 12:20:08.983 | Apr 16 12:19:56 devstack neutron-server[54438]: DEBUG dbcounter [-] [54438] Writing DB stats neutron:SELECT=365,neutron:INSERT=29,neutron:UPDATE=7,neutron:DELETE=4 {{(pid=54438) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 12:20:08.983 | Apr 16 12:19:56 devstack neutron-server[54438]: DEBUG dbcounter [-] [54438] Writing DB stats neutron:SELECT=343,neutron:INSERT=34,neutron:UPDATE=10,neutron:DELETE=4 {{(pid=54438) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 12:20:08.983 | Apr 16 12:19:57 devstack neutron-server[54440]: DEBUG neutron_lib.callbacks.manager [None req-68391944-7a14-4482-bd30-ede26aa298f9 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7778196539263', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-845183'] for agent (0dc7ed4f-e2b5-4cc1-bf86-5d6b0c9af437), after_update {{(pid=54440) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-16 12:20:08.983 | Apr 16 12:19:58 devstack neutron-server[54440]: DEBUG neutron_lib.callbacks.manager [None req-34370a3e-795e-4fe4-bd45-61b2124cde85 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7778196539263', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-845183'] for agent (2c7fe61c-cfd1-4993-8b8a-183e9771992d), after_update {{(pid=54440) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-16 12:20:08.983 | Apr 16 12:19:58 devstack neutron-server[54440]: DEBUG neutron_lib.callbacks.manager [None req-8e871cff-bbde-4f32-96c0-1ee627e3088a None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7778196539263', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-845183'] for agent (17425a73-7bb0-4c0c-a9d1-33557094a5ad), after_update {{(pid=54440) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-16 12:20:08.983 | Apr 16 12:19:59 devstack neutron-server[54440]: DEBUG neutron_lib.callbacks.manager [None req-5e747d61-894f-4d79-b16d-eca67feb64a4 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7778196539263', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-845183'] for agent (721e71b2-f466-4295-a9cd-7c5066402db3), after_update {{(pid=54440) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-16 12:20:08.986 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 12:20:08.988 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@rabbit.service 2025-04-16 12:20:08.996 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2025-04-16 12:20:08.999 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 12:20:09.001 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@tempest.service 2025-04-16 12:20:09.009 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2025-04-16 12:20:09.012 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 12:20:09.014 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@mysql.service 2025-04-16 12:20:09.022 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2025-04-16 12:20:09.025 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 12:20:09.027 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@etcd3.service 2025-04-16 12:20:09.035 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2025-04-16 12:20:09.038 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 12:20:09.040 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-agt.service 2025-04-16 12:20:09.049 | enabled 2025-04-16 12:20:09.052 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-agt.service --no-pager 2025-04-16 12:20:09.063 | ● devstack@q-agt.service - Devstack devstack@q-agt.service 2025-04-16 12:20:09.063 | Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled) 2025-04-16 12:20:09.063 | Active: active (running) since Wed 2025-04-16 12:19:24 UTC; 44s ago 2025-04-16 12:20:09.063 | Main PID: 55547 (neutron-openvsw) 2025-04-16 12:20:09.063 | Tasks: 4 (limit: 19126) 2025-04-16 12:20:09.063 | Memory: 153.2M 2025-04-16 12:20:09.063 | CPU: 3.731s 2025-04-16 12:20:09.063 | CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service 2025-04-16 12:20:09.063 | ├─55547 "neutron-openvswitch-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2025-04-16 12:20:09.063 | ├─57109 /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/tmpip7oztyw/privsep.sock 2025-04-16 12:20:09.063 | └─57112 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json 2025-04-16 12:20:09.063 | 2025-04-16 12:20:09.063 | Apr 16 12:20:06 devstack neutron-openvswitch-agent[55547]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-57fd53f5-7edd-4856-b80a-5b13e9d72b68 None None] Agent rpc_loop - iteration:18 started 2025-04-16 12:20:09.063 | Apr 16 12:20:06 devstack neutron-openvswitch-agent[55547]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-57fd53f5-7edd-4856-b80a-5b13e9d72b68 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x58b436c2,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=14745943122535788784,duration_nsec=271000000,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=55547) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2025-04-16 12:20:09.063 | Apr 16 12:20:06 devstack neutron-openvswitch-agent[55547]: DEBUG neutron.agent.linux.utils [None req-57fd53f5-7edd-4856-b80a-5b13e9d72b68 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 57112. {{(pid=55547) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2025-04-16 12:20:09.063 | Apr 16 12:20:06 devstack neutron-openvswitch-agent[55547]: DEBUG neutron.agent.common.ovsdb_monitor [None req-57fd53f5-7edd-4856-b80a-5b13e9d72b68 None None] Current size of new_events: added=0 modified=0 removed=0. New events: {'added': [], 'removed': [], 'modified': []} {{(pid=55547) process_events /opt/stack/neutron/neutron/agent/common/ovsdb_monitor.py:147}} 2025-04-16 12:20:09.063 | Apr 16 12:20:06 devstack neutron-openvswitch-agent[55547]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-57fd53f5-7edd-4856-b80a-5b13e9d72b68 None None] Agent rpc_loop - iteration:18 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.003 2025-04-16 12:20:09.063 | Apr 16 12:20:08 devstack neutron-openvswitch-agent[55547]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-57fd53f5-7edd-4856-b80a-5b13e9d72b68 None None] Agent rpc_loop - iteration:19 started 2025-04-16 12:20:09.063 | Apr 16 12:20:08 devstack neutron-openvswitch-agent[55547]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-57fd53f5-7edd-4856-b80a-5b13e9d72b68 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x58b436c4,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=14745943122535788784,duration_nsec=272000000,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=55547) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2025-04-16 12:20:09.063 | Apr 16 12:20:08 devstack neutron-openvswitch-agent[55547]: DEBUG neutron.agent.linux.utils [None req-57fd53f5-7edd-4856-b80a-5b13e9d72b68 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 57112. {{(pid=55547) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2025-04-16 12:20:09.063 | Apr 16 12:20:08 devstack neutron-openvswitch-agent[55547]: DEBUG neutron.agent.common.ovsdb_monitor [None req-57fd53f5-7edd-4856-b80a-5b13e9d72b68 None None] Current size of new_events: added=0 modified=0 removed=0. New events: {'added': [], 'removed': [], 'modified': []} {{(pid=55547) process_events /opt/stack/neutron/neutron/agent/common/ovsdb_monitor.py:147}} 2025-04-16 12:20:09.063 | Apr 16 12:20:08 devstack neutron-openvswitch-agent[55547]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-57fd53f5-7edd-4856-b80a-5b13e9d72b68 None None] Agent rpc_loop - iteration:19 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2025-04-16 12:20:09.066 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 12:20:09.068 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-dhcp.service 2025-04-16 12:20:09.077 | enabled 2025-04-16 12:20:09.080 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-dhcp.service --no-pager 2025-04-16 12:20:09.090 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service 2025-04-16 12:20:09.090 | Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled) 2025-04-16 12:20:09.090 | Active: active (running) since Wed 2025-04-16 12:19:25 UTC; 43s ago 2025-04-16 12:20:09.090 | Main PID: 55992 (neutron-dhcp-ag) 2025-04-16 12:20:09.090 | Tasks: 13 (limit: 19126) 2025-04-16 12:20:09.090 | Memory: 400.0M 2025-04-16 12:20:09.090 | CPU: 8.570s 2025-04-16 12:20:09.090 | CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service 2025-04-16 12:20:09.091 | ├─55992 "neutron-dhcp-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini)" 2025-04-16 12:20:09.091 | ├─57313 /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/tmptj233zf_/privsep.sock 2025-04-16 12:20:09.091 | ├─57352 /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/tmp87w_247i/privsep.sock 2025-04-16 12:20:09.091 | ├─57413 /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/tmp7yoj2f5g/privsep.sock 2025-04-16 12:20:09.091 | ├─57532 sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-16 12:20:09.091 | ├─57533 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-16 12:20:09.091 | └─57544 dnsmasq --no-hosts --no-resolv --pid-file=/opt/stack/data/neutron/dhcp/72a9c84c-e578-48cd-90a6-7c057a4d3b39/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/72a9c84c-e578-48cd-90a6-7c057a4d3b39/host --addn-hosts=/opt/stack/data/neutron/dhcp/72a9c84c-e578-48cd-90a6-7c057a4d3b39/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/72a9c84c-e578-48cd-90a6-7c057a4d3b39/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/72a9c84c-e578-48cd-90a6-7c057a4d3b39/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-17b38e83-5a7c-4fb2-9131-90557595e0ac,192.168.128.0,static,255.255.255.192,86400s --dhcp-option-force=option:mtu,8950 --dhcp-lease-max=64 --conf-file=/dev/null --server=147.204.9.200 --server=147.204.9.201 --domain=openstacklocal 2025-04-16 12:20:09.091 | 2025-04-16 12:20:09.091 | Apr 16 12:19:41 devstack neutron-dhcp-agent[55992]: INFO neutron.agent.dhcp.agent [None req-049051f8-38e7-429c-80e8-99df078e9ad3 None None] DHCP configuration for ports {'5955bc80-a69b-4c60-aa5b-956dd92b2606'} is completed 2025-04-16 12:20:09.091 | Apr 16 12:19:42 devstack neutron-dhcp-agent[55992]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _network_create called with arguments ({'network': {'id': 'b68fbf65-2349-492e-b741-1c9ec157db2b'}, 'priority': 0},) {} {{(pid=55992) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2025-04-16 12:20:09.091 | Apr 16 12:19:43 devstack neutron-dhcp-agent[55992]: DEBUG oslo_concurrency.lockutils [None req-7ace9ee7-67dd-4a84-b114-7f146e6c925c None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=55992) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:404}} 2025-04-16 12:20:09.091 | Apr 16 12:19:43 devstack neutron-dhcp-agent[55992]: DEBUG oslo_concurrency.lockutils [None req-7ace9ee7-67dd-4a84-b114-7f146e6c925c None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=55992) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:409}} 2025-04-16 12:20:09.091 | Apr 16 12:19:43 devstack neutron-dhcp-agent[55992]: DEBUG oslo_concurrency.lockutils [None req-7ace9ee7-67dd-4a84-b114-7f146e6c925c None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=55992) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:423}} 2025-04-16 12:20:09.091 | Apr 16 12:19:43 devstack neutron-dhcp-agent[55992]: DEBUG neutron.agent.dhcp.agent [None req-7ace9ee7-67dd-4a84-b114-7f146e6c925c None None] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _subnet_update called with arguments ({'subnet': {'id': '1fce7193-8bed-4f93-869a-13127a3ee5a1', 'name': 'public-subnet', 'tenant_id': '34fc8bdd38bd4d2781a21b19049364a0', 'network_id': 'b68fbf65-2349-492e-b741-1c9ec157db2b', '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-16T12:19:42Z', 'updated_at': '2025-04-16T12:19:42Z', 'revision_number': 0, 'project_id': '34fc8bdd38bd4d2781a21b19049364a0', 'network': {'id': 'b68fbf65-2349-492e-b741-1c9ec157db2b', 'name': 'public', 'tenant_id': '34fc8bdd38bd4d2781a21b19049364a0', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': ['1fce7193-8bed-4f93-869a-13127a3ee5a1'], '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-16T12:19:39Z', 'updated_at': '2025-04-16T12:19:42Z', 'revision_number': 2, 'project_id': '34fc8bdd38bd4d2781a21b19049364a0', 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 1001}}, 'priority': 3},) {} {{(pid=55992) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2025-04-16 12:20:09.091 | Apr 16 12:19:43 devstack neutron-dhcp-agent[55992]: DEBUG oslo_concurrency.lockutils [None req-e9dc93f3-7e91-4572-afc2-b7596a7bf947 None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=55992) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:404}} 2025-04-16 12:20:09.091 | Apr 16 12:19:43 devstack neutron-dhcp-agent[55992]: DEBUG oslo_concurrency.lockutils [None req-e9dc93f3-7e91-4572-afc2-b7596a7bf947 None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=55992) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:409}} 2025-04-16 12:20:09.091 | Apr 16 12:19:43 devstack neutron-dhcp-agent[55992]: DEBUG oslo_concurrency.lockutils [None req-e9dc93f3-7e91-4572-afc2-b7596a7bf947 None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=55992) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:423}} 2025-04-16 12:20:09.091 | Apr 16 12:19:44 devstack neutron-dhcp-agent[55992]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_create called with arguments (,) {} {{(pid=55992) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2025-04-16 12:20:09.094 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 12:20:09.096 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-l3.service 2025-04-16 12:20:09.105 | enabled 2025-04-16 12:20:09.108 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-l3.service --no-pager 2025-04-16 12:20:09.120 | ● devstack@q-l3.service - Devstack devstack@q-l3.service 2025-04-16 12:20:09.120 | Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled) 2025-04-16 12:20:09.120 | Active: active (running) since Wed 2025-04-16 12:19:26 UTC; 42s ago 2025-04-16 12:20:09.120 | Main PID: 56452 (neutron-l3-agen) 2025-04-16 12:20:09.120 | Tasks: 22 (limit: 19126) 2025-04-16 12:20:09.120 | Memory: 405.4M 2025-04-16 12:20:09.120 | CPU: 8.583s 2025-04-16 12:20:09.120 | CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service 2025-04-16 12:20:09.120 | ├─56452 "neutron-l3-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini)" 2025-04-16 12:20:09.120 | ├─57216 /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/tmp9bop7rsv/privsep.sock 2025-04-16 12:20:09.120 | ├─57722 /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/tmpe0u4iy3i/privsep.sock 2025-04-16 12:20:09.120 | ├─57734 /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/tmpgdv4slt8/privsep.sock 2025-04-16 12:20:09.120 | ├─57958 sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-16 12:20:09.120 | ├─57963 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-16 12:20:09.121 | └─58234 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/65436221-e94b-4ff2-9898-66cd92be2e5c.conf 2025-04-16 12:20:09.121 | 2025-04-16 12:20:09.121 | Apr 16 12:19:49 devstack neutron-l3-agent[56452]: DEBUG oslo.privsep.daemon [-] privsep: reply[974d9a86-a466-49fa-b5c5-f80c7114d7b5]: (4, ('ARPING 10.180.180.222 from 10.180.180.222 qg-a12d17e0-1c\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57722) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 12:20:09.121 | Apr 16 12:19:50 devstack neutron-l3-agent[56452]: DEBUG oslo.privsep.daemon [-] privsep: reply[49191b23-929b-4486-80d5-4661f7f18614]: (4, ('ARPING 10.180.180.222 from 10.180.180.222 qg-a12d17e0-1c\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57722) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 12:20:09.121 | Apr 16 12:19:51 devstack neutron-l3-agent[56452]: DEBUG oslo.privsep.daemon [-] privsep: reply[cd0a3a57-a916-497b-a927-d1c7c6b45178]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-5955bc80-a6\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57722) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 12:20:09.121 | Apr 16 12:19:52 devstack neutron-l3-agent[56452]: DEBUG oslo.privsep.daemon [-] privsep: reply[5fdcac0e-3a30-461d-83b4-602a32782193]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-5955bc80-a6\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57722) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 12:20:09.121 | Apr 16 12:19:53 devstack neutron-l3-agent[56452]: DEBUG oslo.privsep.daemon [-] privsep: reply[408d3e71-f2aa-42b9-96cb-7922e90cf5c1]: (4, ('ARPING 10.180.180.222 from 10.180.180.222 qg-a12d17e0-1c\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57722) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 12:20:09.121 | Apr 16 12:19:54 devstack neutron-l3-agent[56452]: DEBUG oslo.privsep.daemon [-] privsep: reply[46003967-5180-4c0e-a487-ee6675687fc6]: (4, ('ARPING 10.180.180.222 from 10.180.180.222 qg-a12d17e0-1c\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57722) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 12:20:09.121 | Apr 16 12:19:55 devstack neutron-l3-agent[56452]: DEBUG oslo.privsep.daemon [-] privsep: reply[29a1b018-e9cd-4731-a1bc-99259c5c337d]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-5955bc80-a6\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57722) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 12:20:09.121 | Apr 16 12:19:56 devstack neutron-l3-agent[56452]: DEBUG oslo.privsep.daemon [-] privsep: reply[a02c78d0-7099-4fdb-b62f-460332ac915f]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-5955bc80-a6\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57722) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 12:20:09.121 | Apr 16 12:19:57 devstack neutron-l3-agent[56452]: DEBUG oslo.privsep.daemon [-] privsep: reply[445be32d-c808-4fc5-b979-2b189cdd4c44]: (4, ('ARPING 10.180.180.222 from 10.180.180.222 qg-a12d17e0-1c\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57722) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 12:20:09.121 | Apr 16 12:19:58 devstack neutron-l3-agent[56452]: DEBUG oslo.privsep.daemon [-] privsep: reply[4816621f-b5e4-4f71-b53c-0078f4cf07c9]: (4, ('ARPING 10.180.180.222 from 10.180.180.222 qg-a12d17e0-1c\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57722) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 12:20:09.124 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 12:20:09.126 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-meta.service 2025-04-16 12:20:09.137 | enabled 2025-04-16 12:20:09.141 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-meta.service --no-pager 2025-04-16 12:20:09.153 | ● devstack@q-meta.service - Devstack devstack@q-meta.service 2025-04-16 12:20:09.153 | Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled) 2025-04-16 12:20:09.153 | Active: active (running) since Wed 2025-04-16 12:19:27 UTC; 41s ago 2025-04-16 12:20:09.153 | Main PID: 56899 (neutron-metadat) 2025-04-16 12:20:09.153 | Tasks: 3 (limit: 19126) 2025-04-16 12:20:09.153 | Memory: 117.1M 2025-04-16 12:20:09.153 | CPU: 1.916s 2025-04-16 12:20:09.153 | CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service 2025-04-16 12:20:09.153 | ├─56899 "neutron-metadata-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2025-04-16 12:20:09.153 | ├─57105 "neutron-metadata-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2025-04-16 12:20:09.153 | └─57106 "neutron-metadata-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2025-04-16 12:20:09.153 | 2025-04-16 12:20:09.153 | Apr 16 12:19:29 devstack neutron-metadata-agent[56899]: DEBUG oslo_service.service [None req-5e747d61-894f-4d79-b16d-eca67feb64a4 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=56899) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 12:20:09.153 | Apr 16 12:19:29 devstack neutron-metadata-agent[56899]: DEBUG oslo_service.service [None req-5e747d61-894f-4d79-b16d-eca67feb64a4 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=56899) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 12:20:09.153 | Apr 16 12:19:29 devstack neutron-metadata-agent[56899]: DEBUG oslo_service.service [None req-5e747d61-894f-4d79-b16d-eca67feb64a4 None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=56899) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 12:20:09.153 | Apr 16 12:19:29 devstack neutron-metadata-agent[56899]: DEBUG oslo_service.service [None req-5e747d61-894f-4d79-b16d-eca67feb64a4 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=56899) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 12:20:09.154 | Apr 16 12:19:29 devstack neutron-metadata-agent[56899]: DEBUG oslo_service.service [None req-5e747d61-894f-4d79-b16d-eca67feb64a4 None None] oslo_messaging_rabbit.ssl_version = {{(pid=56899) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 12:20:09.154 | Apr 16 12:19:29 devstack neutron-metadata-agent[56899]: DEBUG oslo_service.service [None req-5e747d61-894f-4d79-b16d-eca67feb64a4 None None] oslo_messaging_notifications.driver = [] {{(pid=56899) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 12:20:09.154 | Apr 16 12:19:29 devstack neutron-metadata-agent[56899]: DEBUG oslo_service.service [None req-5e747d61-894f-4d79-b16d-eca67feb64a4 None None] oslo_messaging_notifications.retry = -1 {{(pid=56899) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 12:20:09.154 | Apr 16 12:19:29 devstack neutron-metadata-agent[56899]: DEBUG oslo_service.service [None req-5e747d61-894f-4d79-b16d-eca67feb64a4 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=56899) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 12:20:09.154 | Apr 16 12:19:29 devstack neutron-metadata-agent[56899]: DEBUG oslo_service.service [None req-5e747d61-894f-4d79-b16d-eca67feb64a4 None None] oslo_messaging_notifications.transport_url = **** {{(pid=56899) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 12:20:09.154 | Apr 16 12:19:29 devstack neutron-metadata-agent[56899]: DEBUG oslo_service.service [None req-5e747d61-894f-4d79-b16d-eca67feb64a4 None None] ******************************************************************************** {{(pid=56899) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-04-16 12:20:09.157 | + stack.sh:main:1460 : is_service_enabled n-api 2025-04-16 12:20:09.172 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:20:09.175 | + stack.sh:main:1461 : is_service_enabled n-cpu 2025-04-16 12:20:09.189 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:20:09.191 | + stack.sh:main:1468 : echo_summary 'SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment.' 2025-04-16 12:20:09.193 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 12:20:09.195 | + stack.sh:echo_summary:461 : echo -e SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment. 2025-04-16 12:20:09.197 | + stack.sh:main:1475 : /opt/stack/data/venv/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2025-04-16 12:20:09.646 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-16 12:20:11.028 | +--------------------------------------------------------------------+ 2025-04-16 12:20:11.029 | | Upgrade Check Results | 2025-04-16 12:20:11.029 | +--------------------------------------------------------------------+ 2025-04-16 12:20:11.029 | | Check: Cells v2 | 2025-04-16 12:20:11.029 | | Result: Success | 2025-04-16 12:20:11.029 | | Details: No host mappings or compute nodes were found. Remember to | 2025-04-16 12:20:11.029 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2025-04-16 12:20:11.029 | | compute hosts are deployed. | 2025-04-16 12:20:11.029 | +--------------------------------------------------------------------+ 2025-04-16 12:20:11.029 | | Check: Placement API | 2025-04-16 12:20:11.029 | | Result: Success | 2025-04-16 12:20:11.029 | | Details: None | 2025-04-16 12:20:11.029 | +--------------------------------------------------------------------+ 2025-04-16 12:20:11.029 | | Check: Cinder API | 2025-04-16 12:20:11.029 | | Result: Success | 2025-04-16 12:20:11.029 | | Details: None | 2025-04-16 12:20:11.029 | +--------------------------------------------------------------------+ 2025-04-16 12:20:11.029 | | Check: Policy File JSON to YAML Migration | 2025-04-16 12:20:11.029 | | Result: Success | 2025-04-16 12:20:11.029 | | Details: None | 2025-04-16 12:20:11.029 | +--------------------------------------------------------------------+ 2025-04-16 12:20:11.029 | | Check: Older than N-1 computes | 2025-04-16 12:20:11.029 | | Result: Success | 2025-04-16 12:20:11.029 | | Details: None | 2025-04-16 12:20:11.029 | +--------------------------------------------------------------------+ 2025-04-16 12:20:11.029 | | Check: hw_machine_type unset | 2025-04-16 12:20:11.029 | | Result: Success | 2025-04-16 12:20:11.029 | | Details: None | 2025-04-16 12:20:11.029 | +--------------------------------------------------------------------+ 2025-04-16 12:20:11.029 | | Check: Service User Token Configuration | 2025-04-16 12:20:11.029 | | Result: Success | 2025-04-16 12:20:11.029 | | Details: None | 2025-04-16 12:20:11.029 | +--------------------------------------------------------------------+ 2025-04-16 12:20:11.336 | + stack.sh:main:1482 : [[ -x /opt/stack/devstack/local.sh ]] 2025-04-16 12:20:11.339 | + stack.sh:main:1493 : command openstack complete 2025-04-16 12:20:11.340 | + stack.sh:main:1494 : sudo tee /etc/bash_completion.d/osc.bash_completion 2025-04-16 12:20:12.651 | + stack.sh:main:1497 : is_service_enabled cinder 2025-04-16 12:20:12.665 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:20:12.667 | + stack.sh:main:1498 : is_ubuntu 2025-04-16 12:20:12.670 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 12:20:12.671 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 12:20:12.673 | + stack.sh:main:1499 : echo_summary 'Configuring lvm.conf global device filter' 2025-04-16 12:20:12.676 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 12:20:12.678 | + stack.sh:echo_summary:461 : echo -e Configuring lvm.conf global device filter 2025-04-16 12:20:12.680 | + stack.sh:main:1500 : set_lvm_filter 2025-04-16 12:20:12.682 | + lib/lvm:set_lvm_filter:189 : local 'filter_suffix="r|.*|" ] # from devstack' 2025-04-16 12:20:12.684 | + lib/lvm:set_lvm_filter:190 : local 'filter_string=global_filter = [ ' 2025-04-16 12:20:12.686 | + lib/lvm:set_lvm_filter:191 : local pv 2025-04-16 12:20:12.688 | + lib/lvm:set_lvm_filter:192 : local vg 2025-04-16 12:20:12.690 | + lib/lvm:set_lvm_filter:193 : local line 2025-04-16 12:20:12.692 | ++ lib/lvm:set_lvm_filter:195 : sudo pvs --noheadings -o name 2025-04-16 12:20:12.733 | + lib/lvm:set_lvm_filter:200 : filter_string='global_filter = [ "r|.*|" ] # from devstack' 2025-04-16 12:20:12.735 | + lib/lvm:set_lvm_filter:202 : clean_lvm_filter 2025-04-16 12:20:12.737 | + lib/lvm:clean_lvm_filter:177 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2025-04-16 12:20:12.748 | + lib/lvm:set_lvm_filter:203 : sudo sed -i '/# global_filter = \[.*\]/a\ global_filter = [ "r|.*|" ] # from devstack' /etc/lvm/lvm.conf 2025-04-16 12:20:12.758 | + lib/lvm:set_lvm_filter:204 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "r|.*|" ] # from devstack' 2025-04-16 12:20:12.761 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 12:20:12.763 | + stack.sh:echo_summary:461 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"r|.*|"' ']' '#' from devstack 2025-04-16 12:20:12.765 | + stack.sh:main:1510 : run_phase stack test-config 2025-04-16 12:20:12.767 | + functions-common:run_phase:1828 : local mode=stack 2025-04-16 12:20:12.769 | + functions-common:run_phase:1829 : local phase=test-config 2025-04-16 12:20:12.771 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-16 12:20:12.773 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-16 12:20:12.775 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-16 12:20:12.777 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-16 12:20:12.779 | + functions-common:run_phase:1838 : local extra 2025-04-16 12:20:12.782 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-16 12:20:12.785 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-16 12:20:12.787 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-16 12:20:12.789 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-16 12:20:12.791 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack test-config 2025-04-16 12:20:12.794 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-16 12:20:12.807 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:20:12.809 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 12:20:12.811 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 12:20:12.813 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2025-04-16 12:20:12.815 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-16 12:20:12.817 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-16 12:20:12.819 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-04-16 12:20:12.821 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2025-04-16 12:20:12.823 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2025-04-16 12:20:12.825 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2025-04-16 12:20:12.827 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2025-04-16 12:20:12.829 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2025-04-16 12:20:12.831 | ++ extras.d/80-tempest.sh:source:20 : async_wait install_tempest 2025-04-16 12:20:12.865 | [3523 Async install_tempest:34184]: Waiting for completion of install_tempest running on PID 34184 (1 other jobs running) 2025-04-16 12:20:12.881 | [3523 Async install_tempest:34184]: Signaling child to exit 2025-04-16 12:20:12.882 | WAKEUP 2025-04-16 12:20:12.897 | [3523 Async install_tempest:34184]: Signaled 2025-04-16 12:20:12.898 | ++ lib/tempest:install_tempest:858 : git_clone https://opendev.org/openstack/tempest.git /opt/stack//tempest master 2025-04-16 12:20:12.898 | ++ functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/tempest.git 2025-04-16 12:20:12.898 | ++ functions-common:git_clone:573 : local git_dest=/opt/stack//tempest 2025-04-16 12:20:12.898 | ++ functions-common:git_clone:574 : local git_ref=master 2025-04-16 12:20:12.898 | ++ functions-common:git_clone:575 : local orig_dir 2025-04-16 12:20:12.898 | +++ functions-common:git_clone:576 : pwd 2025-04-16 12:20:12.898 | ++ functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 12:20:12.898 | ++ functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 12:20:12.898 | +++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 12:20:12.898 | ++ functions-common:git_clone:579 : RECLONE=False 2025-04-16 12:20:12.898 | ++ functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 12:20:12.898 | ++ functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 12:20:12.898 | ++ functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 12:20:12.898 | ++ functions-common:git_clone:593 : echo master 2025-04-16 12:20:12.898 | ++ functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 12:20:12.898 | ++ functions-common:git_clone:607 : [[ ! -d /opt/stack//tempest ]] 2025-04-16 12:20:12.898 | ++ functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 12:20:12.898 | ++ functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2025-04-16 12:20:12.898 | ++ functions-common:git_timed:680 : local count=0 2025-04-16 12:20:12.898 | ++ functions-common:git_timed:681 : local timeout=0 2025-04-16 12:20:12.898 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 12:20:12.898 | ++ functions-common:git_timed:684 : timeout=0 2025-04-16 12:20:12.898 | ++ functions-common:git_timed:687 : time_start git_timed 2025-04-16 12:20:12.898 | ++ functions-common:time_start:2386 : local name=git_timed 2025-04-16 12:20:12.898 | ++ functions-common:time_start:2387 : local start_time= 2025-04-16 12:20:12.898 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:20:12.898 | +++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:20:12.898 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1744805810122 2025-04-16 12:20:12.898 | ++ functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2025-04-16 12:20:12.898 | Cloning into '/opt/stack//tempest'... 2025-04-16 12:20:12.898 | ++ functions-common:git_timed:702 : time_stop git_timed 2025-04-16 12:20:12.898 | ++ functions-common:time_stop:2400 : local name 2025-04-16 12:20:12.898 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 12:20:12.898 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:20:12.898 | ++ functions-common:time_stop:2403 : local total 2025-04-16 12:20:12.898 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 12:20:12.898 | ++ functions-common:time_stop:2406 : name=git_timed 2025-04-16 12:20:12.898 | ++ functions-common:time_stop:2407 : start_time=1744805810122 2025-04-16 12:20:12.898 | ++ functions-common:time_stop:2409 : [[ -z 1744805810122 ]] 2025-04-16 12:20:12.898 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:20:12.898 | ++ functions-common:time_stop:2412 : end_time=1744805812341 2025-04-16 12:20:12.898 | ++ functions-common:time_stop:2413 : elapsed_time=2219 2025-04-16 12:20:12.898 | ++ functions-common:time_stop:2414 : total=73752 2025-04-16 12:20:12.898 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:20:12.898 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=75971 2025-04-16 12:20:12.898 | ++ functions-common:git_clone:614 : cd /opt/stack//tempest 2025-04-16 12:20:12.898 | ++ functions-common:git_clone:615 : git_timed fetch --depth 10 origin master 2025-04-16 12:20:12.898 | ++ functions-common:git_timed:680 : local count=0 2025-04-16 12:20:12.898 | ++ functions-common:git_timed:681 : local timeout=0 2025-04-16 12:20:12.898 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 12:20:12.898 | ++ functions-common:git_timed:684 : timeout=0 2025-04-16 12:20:12.898 | ++ functions-common:git_timed:687 : time_start git_timed 2025-04-16 12:20:12.898 | ++ functions-common:time_start:2386 : local name=git_timed 2025-04-16 12:20:12.898 | ++ functions-common:time_start:2387 : local start_time= 2025-04-16 12:20:12.898 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:20:12.898 | +++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:20:12.898 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1744805812370 2025-04-16 12:20:12.898 | ++ functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin master 2025-04-16 12:20:12.898 | From https://opendev.org/openstack/tempest 2025-04-16 12:20:12.898 | * branch master -> FETCH_HEAD 2025-04-16 12:20:12.898 | ++ functions-common:git_timed:702 : time_stop git_timed 2025-04-16 12:20:12.898 | ++ functions-common:time_stop:2400 : local name 2025-04-16 12:20:12.898 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 12:20:12.898 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:20:12.898 | ++ functions-common:time_stop:2403 : local total 2025-04-16 12:20:12.898 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 12:20:12.898 | ++ functions-common:time_stop:2406 : name=git_timed 2025-04-16 12:20:12.898 | ++ functions-common:time_stop:2407 : start_time=1744805812370 2025-04-16 12:20:12.898 | ++ functions-common:time_stop:2409 : [[ -z 1744805812370 ]] 2025-04-16 12:20:12.898 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:20:12.898 | ++ functions-common:time_stop:2412 : end_time=1744805813257 2025-04-16 12:20:12.898 | ++ functions-common:time_stop:2413 : elapsed_time=887 2025-04-16 12:20:12.899 | ++ functions-common:time_stop:2414 : total=75971 2025-04-16 12:20:12.899 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:20:12.899 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=76858 2025-04-16 12:20:12.899 | ++ functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 12:20:12.899 | ++ functions-common:git_timed:680 : local count=0 2025-04-16 12:20:12.899 | ++ functions-common:git_timed:681 : local timeout=0 2025-04-16 12:20:12.899 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 12:20:12.899 | ++ functions-common:git_timed:684 : timeout=0 2025-04-16 12:20:12.899 | ++ functions-common:git_timed:687 : time_start git_timed 2025-04-16 12:20:12.899 | ++ functions-common:time_start:2386 : local name=git_timed 2025-04-16 12:20:12.899 | ++ functions-common:time_start:2387 : local start_time= 2025-04-16 12:20:12.899 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 12:20:12.899 | +++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 12:20:12.899 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1744805813285 2025-04-16 12:20:12.899 | ++ functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 12:20:12.899 | Note: switching to 'FETCH_HEAD'. 2025-04-16 12:20:12.899 | 2025-04-16 12:20:12.899 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 12:20:12.899 | changes and commit them, and you can discard any commits you make in this 2025-04-16 12:20:12.899 | state without impacting any branches by switching back to a branch. 2025-04-16 12:20:12.899 | 2025-04-16 12:20:12.899 | If you want to create a new branch to retain commits you create, you may 2025-04-16 12:20:12.899 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 12:20:12.899 | 2025-04-16 12:20:12.899 | git switch -c 2025-04-16 12:20:12.899 | 2025-04-16 12:20:12.899 | Or undo this operation with: 2025-04-16 12:20:12.899 | 2025-04-16 12:20:12.899 | git switch - 2025-04-16 12:20:12.899 | 2025-04-16 12:20:12.899 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 12:20:12.899 | 2025-04-16 12:20:12.899 | HEAD is now at 60364b3 Revert "Adds tests for resize server for swap" 2025-04-16 12:20:12.899 | ++ functions-common:git_timed:702 : time_stop git_timed 2025-04-16 12:20:12.899 | ++ functions-common:time_stop:2400 : local name 2025-04-16 12:20:12.899 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 12:20:12.899 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:20:12.899 | ++ functions-common:time_stop:2403 : local total 2025-04-16 12:20:12.899 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 12:20:12.899 | ++ functions-common:time_stop:2406 : name=git_timed 2025-04-16 12:20:12.899 | ++ functions-common:time_stop:2407 : start_time=1744805813285 2025-04-16 12:20:12.899 | ++ functions-common:time_stop:2409 : [[ -z 1744805813285 ]] 2025-04-16 12:20:12.899 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:20:12.899 | ++ functions-common:time_stop:2412 : end_time=1744805813380 2025-04-16 12:20:12.899 | ++ functions-common:time_stop:2413 : elapsed_time=95 2025-04-16 12:20:12.899 | ++ functions-common:time_stop:2414 : total=76858 2025-04-16 12:20:12.899 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:20:12.899 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=76953 2025-04-16 12:20:12.899 | ++ functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//tempest 2025-04-16 12:20:12.899 | ++ functions-common:git_clone:655 : cd /opt/stack//tempest 2025-04-16 12:20:12.899 | ++ functions-common:git_clone:656 : git show --oneline 2025-04-16 12:20:12.899 | ++ functions-common:git_clone:656 : head -1 2025-04-16 12:20:12.899 | 60364b3 Revert "Adds tests for resize server for swap" 2025-04-16 12:20:12.899 | ++ functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 12:20:12.899 | ++ lib/tempest:install_tempest:864 : pip_install 'tox!=2.8.0,<4.0.0' 2025-04-16 12:20:12.899 | Using python 3.10 to install tox!=2.8.0,<4.0.0 2025-04-16 12:20:12.899 | ++ inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt 'tox!=2.8.0,<4.0.0' 2025-04-16 12:20:12.899 | Collecting tox!=2.8.0,<4.0.0 2025-04-16 12:20:12.899 | Using cached tox-3.28.0-py2.py3-none-any.whl.metadata (7.8 kB) 2025-04-16 12:20:12.899 | Collecting filelock>=3.0.0 (from tox!=2.8.0,<4.0.0) 2025-04-16 12:20:12.899 | Using cached filelock-3.12.0-py3-none-any.whl.metadata (2.5 kB) 2025-04-16 12:20:12.899 | Requirement already satisfied: packaging>=14 in /opt/stack/data/venv/lib/python3.10/site-packages (from tox!=2.8.0,<4.0.0) (23.1) 2025-04-16 12:20:12.899 | Collecting pluggy>=0.12.0 (from tox!=2.8.0,<4.0.0) 2025-04-16 12:20:12.899 | Using cached pluggy-1.0.0-py2.py3-none-any.whl.metadata (4.3 kB) 2025-04-16 12:20:12.899 | Collecting py>=1.4.17 (from tox!=2.8.0,<4.0.0) 2025-04-16 12:20:12.899 | Using cached py-1.11.0-py2.py3-none-any.whl.metadata (2.8 kB) 2025-04-16 12:20:12.899 | Requirement already satisfied: six>=1.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tox!=2.8.0,<4.0.0) (1.16.0) 2025-04-16 12:20:12.899 | Collecting virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0 (from tox!=2.8.0,<4.0.0) 2025-04-16 12:20:12.899 | Using cached virtualenv-20.22.0-py3-none-any.whl.metadata (4.1 kB) 2025-04-16 12:20:12.899 | Collecting tomli>=2.0.1 (from tox!=2.8.0,<4.0.0) 2025-04-16 12:20:12.899 | Using cached tomli-2.0.1-py3-none-any.whl.metadata (8.9 kB) 2025-04-16 12:20:12.899 | Collecting distlib<1,>=0.3.6 (from virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0->tox!=2.8.0,<4.0.0) 2025-04-16 12:20:12.899 | Using cached distlib-0.3.6-py2.py3-none-any.whl.metadata (5.1 kB) 2025-04-16 12:20:12.899 | Collecting platformdirs<4,>=3.2 (from virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0->tox!=2.8.0,<4.0.0) 2025-04-16 12:20:12.899 | Using cached platformdirs-3.2.0-py3-none-any.whl.metadata (9.5 kB) 2025-04-16 12:20:12.899 | Using cached tox-3.28.0-py2.py3-none-any.whl (86 kB) 2025-04-16 12:20:12.899 | Using cached filelock-3.12.0-py3-none-any.whl (10 kB) 2025-04-16 12:20:12.899 | Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB) 2025-04-16 12:20:12.899 | Using cached py-1.11.0-py2.py3-none-any.whl (98 kB) 2025-04-16 12:20:12.899 | Using cached tomli-2.0.1-py3-none-any.whl (12 kB) 2025-04-16 12:20:12.899 | Using cached virtualenv-20.22.0-py3-none-any.whl (3.2 MB) 2025-04-16 12:20:12.899 | Using cached distlib-0.3.6-py2.py3-none-any.whl (468 kB) 2025-04-16 12:20:12.899 | Using cached platformdirs-3.2.0-py3-none-any.whl (14 kB) 2025-04-16 12:20:12.899 | Installing collected packages: distlib, tomli, py, pluggy, platformdirs, filelock, virtualenv, tox 2025-04-16 12:20:12.899 | Successfully installed distlib-0.3.6 filelock-3.12.0 platformdirs-3.2.0 pluggy-1.0.0 py-1.11.0 tomli-2.0.1 tox-3.28.0 virtualenv-20.22.0 2025-04-16 12:20:12.899 | ++ inc/python:pip_install:222 : result=0 2025-04-16 12:20:12.899 | ++ inc/python:pip_install:224 : time_stop pip_install 2025-04-16 12:20:12.899 | ++ functions-common:time_stop:2400 : local name 2025-04-16 12:20:12.899 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 12:20:12.899 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:20:12.899 | ++ functions-common:time_stop:2403 : local total 2025-04-16 12:20:12.899 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 12:20:12.899 | ++ functions-common:time_stop:2406 : name=pip_install 2025-04-16 12:20:12.899 | ++ functions-common:time_stop:2407 : start_time=1744805813422 2025-04-16 12:20:12.899 | ++ functions-common:time_stop:2409 : [[ -z 1744805813422 ]] 2025-04-16 12:20:12.899 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:20:12.899 | ++ functions-common:time_stop:2412 : end_time=1744805816601 2025-04-16 12:20:12.899 | ++ functions-common:time_stop:2413 : elapsed_time=3179 2025-04-16 12:20:12.899 | ++ functions-common:time_stop:2414 : total=83271 2025-04-16 12:20:12.899 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:20:12.899 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=86450 2025-04-16 12:20:12.899 | ++ inc/python:pip_install:225 : return 0 2025-04-16 12:20:12.899 | ++ lib/tempest:install_tempest:865 : pushd /opt/stack//tempest 2025-04-16 12:20:12.899 | ~/tempest ~/devstack 2025-04-16 12:20:12.899 | ++ lib/tempest:install_tempest:869 : git checkout master 2025-04-16 12:20:12.899 | Switched to branch 'master' 2025-04-16 12:20:12.899 | Your branch is up to date with 'origin/master'. 2025-04-16 12:20:12.899 | ++ lib/tempest:install_tempest:871 : local tmp_u_c_m 2025-04-16 12:20:12.899 | +++ lib/tempest:install_tempest:872 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2025-04-16 12:20:12.899 | ++ lib/tempest:install_tempest:872 : tmp_u_c_m=/tmp/tempest_u_c_m.LF8P8X9AB0 2025-04-16 12:20:12.899 | ++ lib/tempest:install_tempest:873 : set_tempest_venv_constraints /tmp/tempest_u_c_m.LF8P8X9AB0 2025-04-16 12:20:12.899 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2025-04-16 12:20:12.899 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.LF8P8X9AB0 2025-04-16 12:20:12.899 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2025-04-16 12:20:12.899 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2025-04-16 12:20:12.899 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2025-04-16 12:20:12.900 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 12:20:12.900 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 12:20:12.900 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 12:20:12.900 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 12:20:12.900 | ++ lib/tempest:install_tempest:875 : tox -r --notest -efull 2025-04-16 12:20:12.900 | full create: /opt/stack/tempest/.tox/tempest 2025-04-16 12:20:12.900 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2025-04-16 12:20:12.900 | full develop-inst: /opt/stack/tempest 2025-04-16 12:20:12.900 | full installed: attrs==25.1.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2025.1.31,cffi==1.17.1,charset-normalizer==3.4.1,cliff==4.9.1,cmd2==2.5.11,cryptography==43.0.3,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.2.4.post1,idna==3.10,iso8601==2.1.0,jsonschema==4.23.0,jsonschema-specifications==2024.10.1,msgpack==1.1.0,netaddr==1.3.0,oslo.concurrency==7.1.0,oslo.config==9.7.1,oslo.context==5.7.1,oslo.i18n==6.5.1,oslo.log==7.1.0,oslo.serialization==5.7.0,oslo.utils==8.2.0,packaging==24.2,paramiko==3.5.1,pbr==6.1.1,prettytable==3.14.0,psutil==7.0.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.2.1,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.36.2,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.23.1,six==1.17.0,stestr==4.1.0,stevedore==5.4.1,-e git+https://opendev.org/openstack/tempest.git@60364b39f174749bd5bd255016fc6584ded1f66c#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,typing_extensions==4.12.2,tzdata==2025.1,urllib3==1.26.20,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.17.2 2025-04-16 12:20:12.900 | ___________________________________ summary ____________________________________ 2025-04-16 12:20:12.900 | full: skipped tests 2025-04-16 12:20:12.900 | congratulations :) 2025-04-16 12:20:12.900 | ++ lib/tempest:install_tempest:879 : /opt/stack//tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.LF8P8X9AB0 -r requirements.txt 2025-04-16 12:20:12.900 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 1)) (6.1.1) 2025-04-16 12:20:12.900 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 2)) (4.9.1) 2025-04-16 12:20:12.900 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 3)) (4.23.0) 2025-04-16 12:20:12.900 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (2.7.2) 2025-04-16 12:20:12.900 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 5)) (3.5.1) 2025-04-16 12:20:12.900 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (43.0.3) 2025-04-16 12:20:12.900 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (1.3.0) 2025-04-16 12:20:12.900 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (7.1.0) 2025-04-16 12:20:12.900 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (9.7.1) 2025-04-16 12:20:12.900 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (7.1.0) 2025-04-16 12:20:12.900 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (4.1.0) 2025-04-16 12:20:12.900 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (5.7.0) 2025-04-16 12:20:12.900 | Requirement already satisfied: oslo.utils>=7.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (8.2.0) 2025-04-16 12:20:12.900 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 14)) (4.2.4.post1) 2025-04-16 12:20:12.900 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 15)) (6.0.2) 2025-04-16 12:20:12.900 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (1.4.4) 2025-04-16 12:20:12.900 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 17)) (5.4.1) 2025-04-16 12:20:12.900 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (3.14.0) 2025-04-16 12:20:12.900 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 19)) (1.26.20) 2025-04-16 12:20:12.900 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (3.0.0) 2025-04-16 12:20:12.900 | Requirement already satisfied: defusedxml>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (0.7.1) 2025-04-16 12:20:12.900 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (0.19) 2025-04-16 12:20:12.900 | Requirement already satisfied: testscenarios>=0.5.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 23)) (0.5.0) 2025-04-16 12:20:12.900 | Requirement already satisfied: setuptools in ./.tox/tempest/lib/python3.10/site-packages (from pbr!=2.1.0,>=2.0.0->-r requirements.txt (line 1)) (67.6.1) 2025-04-16 12:20:12.900 | Requirement already satisfied: autopage>=0.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 2)) (0.5.2) 2025-04-16 12:20:12.900 | Requirement already satisfied: cmd2>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 2)) (2.5.11) 2025-04-16 12:20:12.900 | Requirement already satisfied: attrs>=22.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (25.1.0) 2025-04-16 12:20:12.900 | Requirement already satisfied: jsonschema-specifications>=2023.03.6 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (2024.10.1) 2025-04-16 12:20:12.900 | Requirement already satisfied: referencing>=0.28.4 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (0.36.2) 2025-04-16 12:20:12.900 | Requirement already satisfied: rpds-py>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (0.23.1) 2025-04-16 12:20:12.900 | Requirement already satisfied: bcrypt>=3.2 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 5)) (4.0.1) 2025-04-16 12:20:12.900 | Requirement already satisfied: pynacl>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 5)) (1.5.0) 2025-04-16 12:20:12.900 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 6)) (1.17.1) 2025-04-16 12:20:12.900 | Requirement already satisfied: oslo.i18n>=3.15.3 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->-r requirements.txt (line 8)) (6.5.1) 2025-04-16 12:20:12.900 | Requirement already satisfied: rfc3986>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 9)) (2.0.0) 2025-04-16 12:20:12.900 | Requirement already satisfied: requests>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 9)) (2.32.3) 2025-04-16 12:20:12.900 | Requirement already satisfied: oslo.context>=2.21.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 10)) (5.7.1) 2025-04-16 12:20:12.900 | Requirement already satisfied: python-dateutil>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 10)) (2.9.0.post0) 2025-04-16 12:20:12.900 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 11)) (0.15.2) 2025-04-16 12:20:12.900 | Requirement already satisfied: tomlkit>=0.11.6 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 11)) (0.13.2) 2025-04-16 12:20:12.900 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 11)) (1.0.0) 2025-04-16 12:20:12.900 | Requirement already satisfied: msgpack>=0.5.2 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 12)) (1.1.0) 2025-04-16 12:20:12.900 | Requirement already satisfied: tzdata>=2022.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 12)) (2025.1) 2025-04-16 12:20:12.900 | Requirement already satisfied: iso8601>=0.1.11 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (2.1.0) 2025-04-16 12:20:12.900 | Requirement already satisfied: pyparsing>=2.1.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (3.2.1) 2025-04-16 12:20:12.900 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (24.2) 2025-04-16 12:20:12.900 | Requirement already satisfied: psutil>=3.2.2 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (7.0.0) 2025-04-16 12:20:12.900 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.10/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 18)) (0.2.13) 2025-04-16 12:20:12.900 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 20)) (1.17.2) 2025-04-16 12:20:12.900 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 6)) (2.22) 2025-04-16 12:20:12.900 | Requirement already satisfied: pyperclip>=1.8 in ./.tox/tempest/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 2)) (1.9.0) 2025-04-16 12:20:12.900 | Requirement already satisfied: six>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from python-dateutil>=2.7.0->oslo.log>=3.36.0->-r requirements.txt (line 10)) (1.17.0) 2025-04-16 12:20:12.900 | Requirement already satisfied: typing-extensions>=4.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from referencing>=0.28.4->jsonschema>=3.2.0->-r requirements.txt (line 3)) (4.12.2) 2025-04-16 12:20:12.900 | Requirement already satisfied: charset-normalizer<4,>=2 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 9)) (3.4.1) 2025-04-16 12:20:12.900 | Requirement already satisfied: idna<4,>=2.5 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 9)) (3.10) 2025-04-16 12:20:12.900 | Requirement already satisfied: certifi>=2017.4.17 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 9)) (2025.1.31) 2025-04-16 12:20:12.900 | WARNING: There was an error checking the latest version of pip. 2025-04-16 12:20:12.900 | ++ lib/tempest:install_tempest:880 : PROJECT_VENV["tempest"]=/opt/stack//tempest/.tox/tempest 2025-04-16 12:20:12.900 | ++ lib/tempest:install_tempest:881 : rm -f /tmp/tempest_u_c_m.LF8P8X9AB0 2025-04-16 12:20:12.900 | ++ lib/tempest:install_tempest:882 : popd 2025-04-16 12:20:12.900 | ~/devstack 2025-04-16 12:20:12.927 | [3523 Async install_tempest:34184]: finished install_tempest with result 0 in 22 seconds 2025-04-16 12:20:12.930 | ++ inc/async:async_wait:197 : return 0 2025-04-16 12:20:12.932 | ++ extras.d/80-tempest.sh:source:21 : echo_summary 'Initializing Tempest' 2025-04-16 12:20:12.934 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 12:20:12.936 | ++ stack.sh:echo_summary:461 : echo -e Initializing Tempest 2025-04-16 12:20:12.938 | ++ extras.d/80-tempest.sh:source:22 : configure_tempest 2025-04-16 12:20:12.940 | ++ lib/tempest:configure_tempest:189 : [[ False == \T\r\u\e ]] 2025-04-16 12:20:12.942 | ++ lib/tempest:configure_tempest:193 : pip_install_gr testrepository 2025-04-16 12:20:12.944 | ++ inc/python:pip_install_gr:94 : local name=testrepository 2025-04-16 12:20:12.945 | ++ inc/python:pip_install_gr:95 : local clean_name 2025-04-16 12:20:12.947 | +++ inc/python:pip_install_gr:96 : get_from_global_requirements testrepository 2025-04-16 12:20:12.949 | +++ inc/python:get_from_global_requirements:247 : local package=testrepository 2025-04-16 12:20:12.951 | +++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-16 12:20:12.953 | ++++ inc/python:get_from_global_requirements:249 : grep -i -h '^testrepository' /opt/stack//requirements/global-requirements.txt 2025-04-16 12:20:12.953 | ++++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-16 12:20:12.957 | +++ inc/python:get_from_global_requirements:249 : required_pkg='testrepository ' 2025-04-16 12:20:12.958 | +++ inc/python:get_from_global_requirements:250 : [[ testrepository == '' ]] 2025-04-16 12:20:12.960 | +++ inc/python:get_from_global_requirements:253 : echo testrepository 2025-04-16 12:20:12.962 | ++ inc/python:pip_install_gr:96 : clean_name=testrepository 2025-04-16 12:20:12.963 | ++ inc/python:pip_install_gr:97 : pip_install testrepository 2025-04-16 12:20:12.978 | Using python 3.10 to install testrepository 2025-04-16 12:20:12.980 | ++ inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt testrepository 2025-04-16 12:20:14.005 | Collecting testrepository 2025-04-16 12:20:14.005 | Using cached testrepository-0.0.20-py3-none-any.whl 2025-04-16 12:20:14.036 | Requirement already satisfied: fixtures in /opt/stack/data/venv/lib/python3.10/site-packages (from testrepository) (4.0.1) 2025-04-16 12:20:14.037 | Requirement already satisfied: python-subunit>=0.0.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from testrepository) (1.4.2) 2025-04-16 12:20:14.037 | Requirement already satisfied: testtools>=0.9.30 in /opt/stack/data/venv/lib/python3.10/site-packages (from testrepository) (2.6.0) 2025-04-16 12:20:14.042 | Requirement already satisfied: extras in /opt/stack/data/venv/lib/python3.10/site-packages (from python-subunit>=0.0.18->testrepository) (1.0.0) 2025-04-16 12:20:14.047 | Requirement already satisfied: pbr>=0.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from testtools>=0.9.30->testrepository) (5.11.1) 2025-04-16 12:20:15.069 | Installing collected packages: testrepository 2025-04-16 12:20:15.175 | Successfully installed testrepository-0.0.20 2025-04-16 12:20:15.273 | ++ inc/python:pip_install:222 : result=0 2025-04-16 12:20:15.275 | ++ inc/python:pip_install:224 : time_stop pip_install 2025-04-16 12:20:15.277 | ++ functions-common:time_stop:2400 : local name 2025-04-16 12:20:15.279 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 12:20:15.280 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 12:20:15.282 | ++ functions-common:time_stop:2403 : local total 2025-04-16 12:20:15.284 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 12:20:15.286 | ++ functions-common:time_stop:2406 : name=pip_install 2025-04-16 12:20:15.288 | ++ functions-common:time_stop:2407 : start_time=1744806012974 2025-04-16 12:20:15.289 | ++ functions-common:time_stop:2409 : [[ -z 1744806012974 ]] 2025-04-16 12:20:15.291 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 12:20:15.295 | ++ functions-common:time_stop:2412 : end_time=1744806015293 2025-04-16 12:20:15.297 | ++ functions-common:time_stop:2413 : elapsed_time=2319 2025-04-16 12:20:15.298 | ++ functions-common:time_stop:2414 : total=99560 2025-04-16 12:20:15.300 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 12:20:15.302 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=101879 2025-04-16 12:20:15.304 | ++ inc/python:pip_install:225 : return 0 2025-04-16 12:20:15.306 | ++ lib/tempest:configure_tempest:196 : local image_lines 2025-04-16 12:20:15.307 | ++ lib/tempest:configure_tempest:197 : local images 2025-04-16 12:20:15.309 | ++ lib/tempest:configure_tempest:198 : local num_images 2025-04-16 12:20:15.311 | ++ lib/tempest:configure_tempest:199 : local image_uuid 2025-04-16 12:20:15.313 | ++ lib/tempest:configure_tempest:200 : local image_uuid_alt 2025-04-16 12:20:15.314 | ++ lib/tempest:configure_tempest:201 : local password 2025-04-16 12:20:15.316 | ++ lib/tempest:configure_tempest:202 : local line 2025-04-16 12:20:15.318 | ++ lib/tempest:configure_tempest:203 : local flavors 2025-04-16 12:20:15.320 | ++ lib/tempest:configure_tempest:204 : local available_flavors 2025-04-16 12:20:15.321 | ++ lib/tempest:configure_tempest:205 : local flavors_ref 2025-04-16 12:20:15.323 | ++ lib/tempest:configure_tempest:206 : local flavor_lines 2025-04-16 12:20:15.325 | ++ lib/tempest:configure_tempest:207 : local flavor_ref_size 2025-04-16 12:20:15.327 | ++ lib/tempest:configure_tempest:208 : local flavor_ref_alt_size 2025-04-16 12:20:15.328 | ++ lib/tempest:configure_tempest:209 : local public_network_id 2025-04-16 12:20:15.330 | ++ lib/tempest:configure_tempest:210 : local public_router_id 2025-04-16 12:20:15.332 | ++ lib/tempest:configure_tempest:211 : local ssh_connect_method=floating 2025-04-16 12:20:15.333 | ++ lib/tempest:configure_tempest:212 : local disk 2025-04-16 12:20:15.335 | ++ lib/tempest:configure_tempest:215 : ifs=' 2025-04-16 12:20:15.335 | ' 2025-04-16 12:20:15.337 | ++ lib/tempest:configure_tempest:225 : declare -a images 2025-04-16 12:20:15.339 | ++ lib/tempest:configure_tempest:227 : is_service_enabled glance 2025-04-16 12:20:15.350 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:20:15.352 | ++ lib/tempest:configure_tempest:228 : get_active_images images image_uuid 2025-04-16 12:20:15.354 | ++ lib/tempest:get_active_images:154 : declare -n img_array=images 2025-04-16 12:20:15.356 | ++ lib/tempest:get_active_images:155 : declare -n img_id=image_uuid 2025-04-16 12:20:15.357 | ++ lib/tempest:get_active_images:158 : img_array=() 2025-04-16 12:20:15.360 | ++ lib/tempest:get_active_images:160 : read -r IMAGE_NAME IMAGE_UUID 2025-04-16 12:20:15.360 | +++ lib/tempest:get_active_images:153 : oscwrap --os-cloud devstack-admin image list --property status=active 2025-04-16 12:20:15.360 | +++ lib/tempest:get_active_images:153 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2025-04-16 12:20:16.524 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:20:16.526 | ++ lib/tempest:get_active_images:161 : '[' 'cirros-d240228-sparse;paraVirtual;vmxnet3' = '' ']' 2025-04-16 12:20:16.528 | ++ lib/tempest:get_active_images:164 : img_array+=($IMAGE_UUID) 2025-04-16 12:20:16.530 | ++ lib/tempest:get_active_images:160 : read -r IMAGE_NAME IMAGE_UUID 2025-04-16 12:20:16.531 | ++ lib/tempest:configure_tempest:230 : (( 1 < 1 )) 2025-04-16 12:20:16.533 | ++ lib/tempest:configure_tempest:244 : case "${#images[*]}" in 2025-04-16 12:20:16.535 | ++ lib/tempest:configure_tempest:250 : '[' -z '' ']' 2025-04-16 12:20:16.537 | ++ lib/tempest:configure_tempest:251 : image_uuid=b261268a-9800-40a9-afde-85d61f8eed6a 2025-04-16 12:20:16.538 | ++ lib/tempest:configure_tempest:253 : image_uuid_alt=b261268a-9800-40a9-afde-85d61f8eed6a 2025-04-16 12:20:16.540 | ++ lib/tempest:configure_tempest:275 : sudo install -d -o stack /opt/stack//tempest/etc 2025-04-16 12:20:16.549 | ++ lib/tempest:configure_tempest:276 : rm -f /opt/stack//tempest/etc/tempest.conf 2025-04-16 12:20:16.552 | ++ lib/tempest:configure_tempest:278 : local password=nomoresecret 2025-04-16 12:20:16.554 | ++ lib/tempest:configure_tempest:281 : local admin_username=admin 2025-04-16 12:20:16.556 | ++ lib/tempest:configure_tempest:282 : local admin_project_name=admin 2025-04-16 12:20:16.557 | ++ lib/tempest:configure_tempest:283 : local admin_domain_name=Default 2025-04-16 12:20:16.559 | ++ lib/tempest:configure_tempest:284 : local alt_username=alt_demo 2025-04-16 12:20:16.561 | ++ lib/tempest:configure_tempest:285 : local alt_project_name=alt_demo 2025-04-16 12:20:16.563 | ++ lib/tempest:configure_tempest:286 : local admin_project_id 2025-04-16 12:20:16.565 | +++ lib/tempest:configure_tempest:287 : oscwrap --os-cloud devstack-admin project list 2025-04-16 12:20:16.566 | +++ lib/tempest:configure_tempest:287 : awk '/ admin / { print $2 }' 2025-04-16 12:20:17.638 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:20:17.641 | ++ lib/tempest:configure_tempest:287 : admin_project_id=34fc8bdd38bd4d2781a21b19049364a0 2025-04-16 12:20:17.643 | ++ lib/tempest:configure_tempest:289 : is_service_enabled nova 2025-04-16 12:20:17.655 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:20:17.657 | +++ lib/tempest:configure_tempest:292 : oscwrap --os-cloud devstack-admin flavor list 2025-04-16 12:20:18.784 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:20:18.786 | ++ lib/tempest:configure_tempest:292 : available_flavors='+----+-----------+-------+------+-----------+-------+-----------+ 2025-04-16 12:20:18.786 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-04-16 12:20:18.786 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-16 12:20:18.786 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-04-16 12:20:18.786 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-04-16 12:20:18.786 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-04-16 12:20:18.786 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-04-16 12:20:18.786 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-04-16 12:20:18.786 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-04-16 12:20:18.786 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-04-16 12:20:18.786 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-04-16 12:20:18.786 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-04-16 12:20:18.786 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-04-16 12:20:18.786 | +----+-----------+-------+------+-----------+-------+-----------+' 2025-04-16 12:20:18.788 | ++ lib/tempest:configure_tempest:293 : [[ -z '' ]] 2025-04-16 12:20:18.790 | ++ lib/tempest:configure_tempest:294 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-16 12:20:18.790 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-04-16 12:20:18.790 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-16 12:20:18.790 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-04-16 12:20:18.790 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-04-16 12:20:18.790 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-04-16 12:20:18.790 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-04-16 12:20:18.790 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-04-16 12:20:18.790 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-04-16 12:20:18.790 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-04-16 12:20:18.790 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-04-16 12:20:18.790 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-04-16 12:20:18.790 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-04-16 12:20:18.790 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.nano ]] 2025-04-16 12:20:18.792 | +++ lib/tempest:configure_tempest:296 : image_size_in_gib b261268a-9800-40a9-afde-85d61f8eed6a 2025-04-16 12:20:18.794 | +++ lib/tempest:image_size_in_gib:119 : local size 2025-04-16 12:20:18.796 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show b261268a-9800-40a9-afde-85d61f8eed6a -c size -f value 2025-04-16 12:20:19.908 | ++++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:20:19.910 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2025-04-16 12:20:19.912 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2025-04-16 12:20:19.913 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2025-04-16 12:20:19.939 | ++ lib/tempest:configure_tempest:296 : disk=1 2025-04-16 12:20:19.941 | ++ lib/tempest:configure_tempest:297 : openstack --os-cloud devstack-admin flavor create --id 42 --ram 128 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.nano 2025-04-16 12:20:20.936 | +----------------------------+-----------------------+ 2025-04-16 12:20:20.936 | | Field | Value | 2025-04-16 12:20:20.936 | +----------------------------+-----------------------+ 2025-04-16 12:20:20.936 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 12:20:20.936 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 12:20:20.936 | | description | None | 2025-04-16 12:20:20.936 | | disk | 1 | 2025-04-16 12:20:20.936 | | id | 42 | 2025-04-16 12:20:20.936 | | name | m1.nano | 2025-04-16 12:20:20.936 | | os-flavor-access:is_public | True | 2025-04-16 12:20:20.936 | | properties | hw_rng:allowed='True' | 2025-04-16 12:20:20.936 | | ram | 128 | 2025-04-16 12:20:20.936 | | rxtx_factor | 1.0 | 2025-04-16 12:20:20.936 | | swap | 0 | 2025-04-16 12:20:20.936 | | vcpus | 1 | 2025-04-16 12:20:20.936 | +----------------------------+-----------------------+ 2025-04-16 12:20:21.062 | ++ lib/tempest:configure_tempest:299 : flavor_ref=42 2025-04-16 12:20:21.064 | ++ lib/tempest:configure_tempest:300 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-16 12:20:21.064 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-04-16 12:20:21.064 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-16 12:20:21.064 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-04-16 12:20:21.064 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-04-16 12:20:21.064 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-04-16 12:20:21.064 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-04-16 12:20:21.064 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-04-16 12:20:21.064 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-04-16 12:20:21.064 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-04-16 12:20:21.064 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-04-16 12:20:21.064 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-04-16 12:20:21.064 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-04-16 12:20:21.064 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.micro ]] 2025-04-16 12:20:21.066 | +++ lib/tempest:configure_tempest:302 : image_size_in_gib b261268a-9800-40a9-afde-85d61f8eed6a 2025-04-16 12:20:21.068 | +++ lib/tempest:image_size_in_gib:119 : local size 2025-04-16 12:20:21.070 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show b261268a-9800-40a9-afde-85d61f8eed6a -c size -f value 2025-04-16 12:20:22.169 | ++++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:20:22.171 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2025-04-16 12:20:22.174 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2025-04-16 12:20:22.174 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2025-04-16 12:20:22.201 | ++ lib/tempest:configure_tempest:302 : disk=1 2025-04-16 12:20:22.203 | ++ lib/tempest:configure_tempest:303 : openstack --os-cloud devstack-admin flavor create --id 84 --ram 192 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.micro 2025-04-16 12:20:23.195 | +----------------------------+-----------------------+ 2025-04-16 12:20:23.195 | | Field | Value | 2025-04-16 12:20:23.195 | +----------------------------+-----------------------+ 2025-04-16 12:20:23.196 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 12:20:23.196 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 12:20:23.196 | | description | None | 2025-04-16 12:20:23.196 | | disk | 1 | 2025-04-16 12:20:23.196 | | id | 84 | 2025-04-16 12:20:23.196 | | name | m1.micro | 2025-04-16 12:20:23.196 | | os-flavor-access:is_public | True | 2025-04-16 12:20:23.196 | | properties | hw_rng:allowed='True' | 2025-04-16 12:20:23.196 | | ram | 192 | 2025-04-16 12:20:23.196 | | rxtx_factor | 1.0 | 2025-04-16 12:20:23.196 | | swap | 0 | 2025-04-16 12:20:23.196 | | vcpus | 1 | 2025-04-16 12:20:23.196 | +----------------------------+-----------------------+ 2025-04-16 12:20:23.326 | ++ lib/tempest:configure_tempest:305 : flavor_ref_alt=84 2025-04-16 12:20:23.328 | ++ lib/tempest:configure_tempest:354 : iniset /opt/stack//tempest/etc/tempest.conf network project_network_cidr 192.168.128.0/17 2025-04-16 12:20:23.354 | ++ lib/tempest:configure_tempest:356 : ssh_connect_method=floating 2025-04-16 12:20:23.355 | ++ lib/tempest:configure_tempest:362 : [[ True == \T\r\u\e ]] 2025-04-16 12:20:23.357 | ++ lib/tempest:configure_tempest:362 : is_networking_extension_supported external-net 2025-04-16 12:20:23.359 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=external-net 2025-04-16 12:20:23.361 | +++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2025-04-16 12:20:24.504 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:20:24.507 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-16 12:20:24.507 | address-scope 2025-04-16 12:20:24.507 | router-admin-state-down-before-update 2025-04-16 12:20:24.507 | agent 2025-04-16 12:20:24.507 | agent-resources-synced 2025-04-16 12:20:24.507 | allowed-address-pairs 2025-04-16 12:20:24.507 | auto-allocated-topology 2025-04-16 12:20:24.507 | availability_zone 2025-04-16 12:20:24.507 | availability_zone_filter 2025-04-16 12:20:24.507 | default-subnetpools 2025-04-16 12:20:24.507 | dhcp_agent_scheduler 2025-04-16 12:20:24.507 | dvr 2025-04-16 12:20:24.507 | empty-string-filtering 2025-04-16 12:20:24.507 | external-net 2025-04-16 12:20:24.507 | extra_dhcp_opt 2025-04-16 12:20:24.507 | extraroute 2025-04-16 12:20:24.507 | extraroute-atomic 2025-04-16 12:20:24.507 | filter-validation 2025-04-16 12:20:24.507 | floating-ip-port-forwarding-detail 2025-04-16 12:20:24.507 | fip-port-details 2025-04-16 12:20:24.507 | flavors 2025-04-16 12:20:24.507 | floatingip-pools 2025-04-16 12:20:24.507 | ip-substring-filtering 2025-04-16 12:20:24.507 | router 2025-04-16 12:20:24.507 | ext-gw-mode 2025-04-16 12:20:24.507 | l3-ha 2025-04-16 12:20:24.507 | l3-flavors 2025-04-16 12:20:24.507 | l3-port-ip-change-not-allowed 2025-04-16 12:20:24.507 | l3_agent_scheduler 2025-04-16 12:20:24.507 | multi-provider 2025-04-16 12:20:24.507 | net-mtu 2025-04-16 12:20:24.507 | net-mtu-writable 2025-04-16 12:20:24.507 | network_availability_zone 2025-04-16 12:20:24.507 | network_ha 2025-04-16 12:20:24.507 | network-ip-availability 2025-04-16 12:20:24.507 | pagination 2025-04-16 12:20:24.507 | port-device-profile 2025-04-16 12:20:24.508 | port-mac-override 2025-04-16 12:20:24.508 | port-mac-address-regenerate 2025-04-16 12:20:24.508 | port-numa-affinity-policy 2025-04-16 12:20:24.508 | binding 2025-04-16 12:20:24.508 | binding-extended 2025-04-16 12:20:24.508 | port-security 2025-04-16 12:20:24.508 | project-id 2025-04-16 12:20:24.508 | provider 2025-04-16 12:20:24.508 | quota-check-limit 2025-04-16 12:20:24.508 | quotas 2025-04-16 12:20:24.508 | quota_details 2025-04-16 12:20:24.508 | rbac-policies 2025-04-16 12:20:24.508 | rbac-address-group 2025-04-16 12:20:24.508 | rbac-address-scope 2025-04-16 12:20:24.508 | rbac-security-groups 2025-04-16 12:20:24.508 | rbac-subnetpool 2025-04-16 12:20:24.508 | revision-if-match 2025-04-16 12:20:24.508 | standard-attr-revisions 2025-04-16 12:20:24.508 | router_availability_zone 2025-04-16 12:20:24.508 | security-groups-default-rules 2025-04-16 12:20:24.508 | security-groups-normalized-cidr 2025-04-16 12:20:24.508 | port-security-groups-filtering 2025-04-16 12:20:24.508 | security-groups-remote-address-group 2025-04-16 12:20:24.508 | security-groups-shared-filtering 2025-04-16 12:20:24.508 | security-group 2025-04-16 12:20:24.508 | service-type 2025-04-16 12:20:24.508 | sorting 2025-04-16 12:20:24.508 | standard-attr-description 2025-04-16 12:20:24.508 | stateful-security-group 2025-04-16 12:20:24.508 | subnet_onboard 2025-04-16 12:20:24.508 | subnet-service-types 2025-04-16 12:20:24.508 | subnet_allocation 2025-04-16 12:20:24.508 | subnetpool-prefix-ops 2025-04-16 12:20:24.508 | standard-attr-tag 2025-04-16 12:20:24.508 | standard-attr-timestamp 2025-04-16 12:20:24.508 | nsxt-ops' 2025-04-16 12:20:24.509 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-16 12:20:24.509 | address-scope 2025-04-16 12:20:24.509 | router-admin-state-down-before-update 2025-04-16 12:20:24.509 | agent 2025-04-16 12:20:24.509 | agent-resources-synced 2025-04-16 12:20:24.509 | allowed-address-pairs 2025-04-16 12:20:24.509 | auto-allocated-topology 2025-04-16 12:20:24.509 | availability_zone 2025-04-16 12:20:24.509 | availability_zone_filter 2025-04-16 12:20:24.509 | default-subnetpools 2025-04-16 12:20:24.509 | dhcp_agent_scheduler 2025-04-16 12:20:24.509 | dvr 2025-04-16 12:20:24.509 | empty-string-filtering 2025-04-16 12:20:24.509 | external-net 2025-04-16 12:20:24.509 | extra_dhcp_opt 2025-04-16 12:20:24.509 | extraroute 2025-04-16 12:20:24.510 | extraroute-atomic 2025-04-16 12:20:24.510 | filter-validation 2025-04-16 12:20:24.510 | floating-ip-port-forwarding-detail 2025-04-16 12:20:24.510 | fip-port-details 2025-04-16 12:20:24.510 | flavors 2025-04-16 12:20:24.510 | floatingip-pools 2025-04-16 12:20:24.510 | ip-substring-filtering 2025-04-16 12:20:24.510 | router 2025-04-16 12:20:24.510 | ext-gw-mode 2025-04-16 12:20:24.510 | l3-ha 2025-04-16 12:20:24.510 | l3-flavors 2025-04-16 12:20:24.510 | l3-port-ip-change-not-allowed 2025-04-16 12:20:24.510 | l3_agent_scheduler 2025-04-16 12:20:24.510 | multi-provider 2025-04-16 12:20:24.510 | net-mtu 2025-04-16 12:20:24.510 | net-mtu-writable 2025-04-16 12:20:24.510 | network_availability_zone 2025-04-16 12:20:24.510 | network_ha 2025-04-16 12:20:24.510 | network-ip-availability 2025-04-16 12:20:24.510 | pagination 2025-04-16 12:20:24.510 | port-device-profile 2025-04-16 12:20:24.510 | port-mac-override 2025-04-16 12:20:24.510 | port-mac-address-regenerate 2025-04-16 12:20:24.510 | port-numa-affinity-policy 2025-04-16 12:20:24.510 | binding 2025-04-16 12:20:24.510 | binding-extended 2025-04-16 12:20:24.510 | port-security 2025-04-16 12:20:24.510 | project-id 2025-04-16 12:20:24.510 | provider 2025-04-16 12:20:24.510 | quota-check-limit 2025-04-16 12:20:24.510 | quotas 2025-04-16 12:20:24.510 | quota_details 2025-04-16 12:20:24.510 | rbac-policies 2025-04-16 12:20:24.510 | rbac-address-group 2025-04-16 12:20:24.510 | rbac-address-scope 2025-04-16 12:20:24.510 | rbac-security-groups 2025-04-16 12:20:24.510 | rbac-subnetpool 2025-04-16 12:20:24.510 | revision-if-match 2025-04-16 12:20:24.510 | standard-attr-revisions 2025-04-16 12:20:24.510 | router_availability_zone 2025-04-16 12:20:24.510 | security-groups-default-rules 2025-04-16 12:20:24.510 | security-groups-normalized-cidr 2025-04-16 12:20:24.510 | port-security-groups-filtering 2025-04-16 12:20:24.510 | security-groups-remote-address-group 2025-04-16 12:20:24.511 | security-groups-shared-filtering 2025-04-16 12:20:24.511 | security-group 2025-04-16 12:20:24.511 | service-type 2025-04-16 12:20:24.511 | sorting 2025-04-16 12:20:24.511 | standard-attr-description 2025-04-16 12:20:24.511 | stateful-security-group 2025-04-16 12:20:24.511 | subnet_onboard 2025-04-16 12:20:24.511 | subnet-service-types 2025-04-16 12:20:24.511 | subnet_allocation 2025-04-16 12:20:24.511 | subnetpool-prefix-ops 2025-04-16 12:20:24.511 | standard-attr-tag 2025-04-16 12:20:24.511 | standard-attr-timestamp 2025-04-16 12:20:24.511 | nsxt-ops =~ external-net ]] 2025-04-16 12:20:24.511 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-16 12:20:24.513 | +++ lib/tempest:configure_tempest:363 : oscwrap --os-cloud devstack-admin network show -f value -c id public 2025-04-16 12:20:25.683 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 12:20:25.686 | ++ lib/tempest:configure_tempest:363 : public_network_id=b68fbf65-2349-492e-b741-1c9ec157db2b 2025-04-16 12:20:25.688 | ++ lib/tempest:configure_tempest:365 : openstack --os-cloud devstack-admin --os-region RegionOne network create --share shared 2025-04-16 12:20:26.760 | +---------------------------+--------------------------------------+ 2025-04-16 12:20:26.761 | | Field | Value | 2025-04-16 12:20:26.761 | +---------------------------+--------------------------------------+ 2025-04-16 12:20:26.761 | | admin_state_up | UP | 2025-04-16 12:20:26.761 | | availability_zone_hints | | 2025-04-16 12:20:26.761 | | availability_zones | | 2025-04-16 12:20:26.761 | | created_at | 2025-04-16T12:20:26Z | 2025-04-16 12:20:26.761 | | description | | 2025-04-16 12:20:26.761 | | dns_domain | None | 2025-04-16 12:20:26.761 | | id | f0006a9c-61de-4bf3-93f5-2254d58c780e | 2025-04-16 12:20:26.761 | | ipv4_address_scope | None | 2025-04-16 12:20:26.761 | | ipv6_address_scope | None | 2025-04-16 12:20:26.761 | | is_default | False | 2025-04-16 12:20:26.761 | | is_vlan_transparent | None | 2025-04-16 12:20:26.761 | | mtu | 8950 | 2025-04-16 12:20:26.761 | | name | shared | 2025-04-16 12:20:26.761 | | port_security_enabled | True | 2025-04-16 12:20:26.761 | | project_id | 34fc8bdd38bd4d2781a21b19049364a0 | 2025-04-16 12:20:26.761 | | provider:network_type | vlan | 2025-04-16 12:20:26.761 | | provider:physical_network | default | 2025-04-16 12:20:26.761 | | provider:segmentation_id | 431 | 2025-04-16 12:20:26.761 | | qos_policy_id | None | 2025-04-16 12:20:26.761 | | revision_number | 1 | 2025-04-16 12:20:26.761 | | router:external | Internal | 2025-04-16 12:20:26.761 | | segments | None | 2025-04-16 12:20:26.761 | | shared | True | 2025-04-16 12:20:26.761 | | status | ACTIVE | 2025-04-16 12:20:26.761 | | subnets | | 2025-04-16 12:20:26.761 | | tags | | 2025-04-16 12:20:26.761 | | tenant_id | 34fc8bdd38bd4d2781a21b19049364a0 | 2025-04-16 12:20:26.761 | | updated_at | 2025-04-16T12:20:26Z | 2025-04-16 12:20:26.761 | +---------------------------+--------------------------------------+ 2025-04-16 12:20:26.893 | ++ lib/tempest:configure_tempest:366 : openstack --os-cloud devstack-admin --os-region RegionOne subnet create --description shared-subnet --subnet-range 192.168.233.0/24 --network shared shared-subnet 2025-04-16 12:20:28.054 | +----------------------+--------------------------------------+ 2025-04-16 12:20:28.054 | | Field | Value | 2025-04-16 12:20:28.054 | +----------------------+--------------------------------------+ 2025-04-16 12:20:28.054 | | allocation_pools | 192.168.233.2-192.168.233.254 | 2025-04-16 12:20:28.054 | | cidr | 192.168.233.0/24 | 2025-04-16 12:20:28.054 | | created_at | 2025-04-16T12:20:27Z | 2025-04-16 12:20:28.054 | | description | shared-subnet | 2025-04-16 12:20:28.054 | | dns_nameservers | | 2025-04-16 12:20:28.054 | | dns_publish_fixed_ip | None | 2025-04-16 12:20:28.054 | | enable_dhcp | True | 2025-04-16 12:20:28.054 | | gateway_ip | 192.168.233.1 | 2025-04-16 12:20:28.054 | | host_routes | | 2025-04-16 12:20:28.054 | | id | 69b9e0b7-a52f-4acd-b66b-1b5f6012315b | 2025-04-16 12:20:28.054 | | ip_version | 4 | 2025-04-16 12:20:28.054 | | ipv6_address_mode | None | 2025-04-16 12:20:28.054 | | ipv6_ra_mode | None | 2025-04-16 12:20:28.054 | | name | shared-subnet | 2025-04-16 12:20:28.054 | | network_id | f0006a9c-61de-4bf3-93f5-2254d58c780e | 2025-04-16 12:20:28.054 | | project_id | 34fc8bdd38bd4d2781a21b19049364a0 | 2025-04-16 12:20:28.054 | | revision_number | 0 | 2025-04-16 12:20:28.054 | | segment_id | None | 2025-04-16 12:20:28.054 | | service_types | | 2025-04-16 12:20:28.054 | | subnetpool_id | None | 2025-04-16 12:20:28.054 | | tags | | 2025-04-16 12:20:28.054 | | updated_at | 2025-04-16T12:20:27Z | 2025-04-16 12:20:28.054 | +----------------------+--------------------------------------+ 2025-04-16 12:20:28.190 | ++ lib/tempest:configure_tempest:369 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_syslog False 2025-04-16 12:20:28.216 | ++ lib/tempest:configure_tempest:372 : iniset /opt/stack//tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2025-04-16 12:20:28.242 | ++ lib/tempest:configure_tempest:373 : mkdir -p /opt/stack/data/tempest 2025-04-16 12:20:28.244 | ++ lib/tempest:configure_tempest:374 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_stderr False 2025-04-16 12:20:28.267 | ++ lib/tempest:configure_tempest:375 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT log_file tempest.log 2025-04-16 12:20:28.290 | ++ lib/tempest:configure_tempest:376 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT debug True 2025-04-16 12:20:28.312 | ++ lib/tempest:configure_tempest:379 : iniset /opt/stack//tempest/etc/tempest.conf compute build_timeout 196 2025-04-16 12:20:28.336 | ++ lib/tempest:configure_tempest:380 : iniset /opt/stack//tempest/etc/tempest.conf volume build_timeout 196 2025-04-16 12:20:28.361 | ++ lib/tempest:configure_tempest:383 : iniset /opt/stack//tempest/etc/tempest.conf identity uri http://10.180.1.21/identity/v2.0/ 2025-04-16 12:20:28.384 | ++ lib/tempest:configure_tempest:384 : iniset /opt/stack//tempest/etc/tempest.conf identity uri_v3 http://10.180.1.21/identity/v3 2025-04-16 12:20:28.407 | ++ lib/tempest:configure_tempest:385 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2025-04-16 12:20:28.430 | ++ lib/tempest:configure_tempest:386 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_duration 10 2025-04-16 12:20:28.452 | ++ lib/tempest:configure_tempest:387 : iniset /opt/stack//tempest/etc/tempest.conf identity user_unique_last_password_count 2 2025-04-16 12:20:28.473 | ++ lib/tempest:configure_tempest:388 : [[ True == \T\r\u\e ]] 2025-04-16 12:20:28.475 | ++ lib/tempest:configure_tempest:389 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_username admin 2025-04-16 12:20:28.499 | ++ lib/tempest:configure_tempest:390 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_password nomoresecret 2025-04-16 12:20:28.521 | ++ lib/tempest:configure_tempest:391 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_project_name admin 2025-04-16 12:20:28.542 | ++ lib/tempest:configure_tempest:392 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_domain_name Default 2025-04-16 12:20:28.564 | ++ lib/tempest:configure_tempest:394 : '[' '' == True ']' 2025-04-16 12:20:28.565 | ++ lib/tempest:configure_tempest:399 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2025-04-16 12:20:28.590 | ++ lib/tempest:configure_tempest:401 : iniset /opt/stack//tempest/etc/tempest.conf identity auth_version v3 2025-04-16 12:20:28.613 | ++ lib/tempest:configure_tempest:402 : [[ '' != \v\2 ]] 2025-04-16 12:20:28.615 | ++ lib/tempest:configure_tempest:404 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2025-04-16 12:20:28.637 | ++ lib/tempest:configure_tempest:407 : is_service_enabled tls-proxy 2025-04-16 12:20:28.651 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:20:28.653 | ++ lib/tempest:configure_tempest:412 : [[ True = True ]] 2025-04-16 12:20:28.654 | ++ lib/tempest:configure_tempest:413 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2025-04-16 12:20:28.678 | ++ lib/tempest:configure_tempest:418 : is_service_enabled ldap 2025-04-16 12:20:28.690 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:20:28.693 | ++ lib/tempest:configure_tempest:424 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled project_tags True 2025-04-16 12:20:28.716 | ++ lib/tempest:configure_tempest:428 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2025-04-16 12:20:28.738 | ++ lib/tempest:configure_tempest:432 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled access_rules True 2025-04-16 12:20:28.760 | ++ lib/tempest:configure_tempest:437 : [[ ! -z '' ]] 2025-04-16 12:20:28.761 | ++ lib/tempest:configure_tempest:440 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled import_image False 2025-04-16 12:20:28.786 | ++ lib/tempest:configure_tempest:441 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled os_glance_reserved True 2025-04-16 12:20:28.810 | ++ lib/tempest:configure_tempest:442 : is_service_enabled g-api-r 2025-04-16 12:20:28.821 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:20:28.823 | ++ lib/tempest:configure_tempest:447 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref b261268a-9800-40a9-afde-85d61f8eed6a 2025-04-16 12:20:28.847 | ++ lib/tempest:configure_tempest:448 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref_alt b261268a-9800-40a9-afde-85d61f8eed6a 2025-04-16 12:20:28.870 | ++ lib/tempest:configure_tempest:449 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref 42 2025-04-16 12:20:28.894 | ++ lib/tempest:configure_tempest:450 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref_alt 84 2025-04-16 12:20:28.917 | ++ lib/tempest:configure_tempest:451 : iniset /opt/stack//tempest/etc/tempest.conf validation connect_method floating 2025-04-16 12:20:28.941 | ++ lib/tempest:configure_tempest:452 : is_service_enabled neutron 2025-04-16 12:20:28.953 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:20:28.955 | ++ lib/tempest:configure_tempest:460 : [[ -n '' ]] 2025-04-16 12:20:28.957 | ++ lib/tempest:configure_tempest:470 : local tempest_compute_min_microversion=None 2025-04-16 12:20:28.959 | ++ lib/tempest:configure_tempest:471 : local tempest_compute_max_microversion=2.95 2025-04-16 12:20:28.961 | ++ lib/tempest:configure_tempest:474 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2025-04-16 12:20:28.963 | ++ lib/tempest:configure_tempest:478 : '[' None == None ']' 2025-04-16 12:20:28.964 | ++ lib/tempest:configure_tempest:479 : inicomment /opt/stack//tempest/etc/tempest.conf compute min_microversion 2025-04-16 12:20:28.980 | ++ lib/tempest:configure_tempest:483 : '[' 2.95 == None ']' 2025-04-16 12:20:28.982 | ++ lib/tempest:configure_tempest:486 : iniset /opt/stack//tempest/etc/tempest.conf compute max_microversion 2.95 2025-04-16 12:20:29.004 | ++ lib/tempest:configure_tempest:489 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled personality False 2025-04-16 12:20:29.029 | ++ lib/tempest:configure_tempest:490 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled resize True 2025-04-16 12:20:29.052 | ++ lib/tempest:configure_tempest:491 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migration False 2025-04-16 12:20:29.074 | ++ lib/tempest:configure_tempest:492 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled change_password False 2025-04-16 12:20:29.097 | ++ lib/tempest:configure_tempest:493 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration False 2025-04-16 12:20:29.119 | ++ lib/tempest:configure_tempest:494 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2025-04-16 12:20:29.141 | ++ lib/tempest:configure_tempest:495 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume True 2025-04-16 12:20:29.164 | ++ lib/tempest:configure_tempest:498 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled hostname_fqdn_sanitization True 2025-04-16 12:20:29.188 | ++ lib/tempest:configure_tempest:500 : [[ -n ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2025-04-16 12:20:29.189 | ++ lib/tempest:configure_tempest:501 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled scheduler_enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2025-04-16 12:20:29.212 | ++ lib/tempest:configure_tempest:504 : [[ False == \T\r\u\e ]] 2025-04-16 12:20:29.214 | ++ lib/tempest:configure_tempest:508 : is_service_enabled n-novnc 2025-04-16 12:20:29.227 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:20:29.229 | ++ lib/tempest:configure_tempest:513 : iniset /opt/stack//tempest/etc/tempest.conf network project_networks_reachable false 2025-04-16 12:20:29.251 | ++ lib/tempest:configure_tempest:514 : iniset /opt/stack//tempest/etc/tempest.conf network public_network_id b68fbf65-2349-492e-b741-1c9ec157db2b 2025-04-16 12:20:29.274 | ++ lib/tempest:configure_tempest:515 : iniset /opt/stack//tempest/etc/tempest.conf network public_router_id '' 2025-04-16 12:20:29.298 | ++ lib/tempest:configure_tempest:516 : iniset /opt/stack//tempest/etc/tempest.conf network default_network 192.168.128.0/17 2025-04-16 12:20:29.320 | ++ lib/tempest:configure_tempest:517 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6 False 2025-04-16 12:20:29.344 | ++ lib/tempest:configure_tempest:518 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2025-04-16 12:20:29.366 | ++ lib/tempest:configure_tempest:519 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled port_security True 2025-04-16 12:20:29.388 | ++ lib/tempest:configure_tempest:521 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope neutron False 2025-04-16 12:20:29.412 | ++ lib/tempest:configure_tempest:524 : SCENARIO_IMAGE_DIR=/opt/stack/devstack/files 2025-04-16 12:20:29.414 | ++ lib/tempest:configure_tempest:525 : SCENARIO_IMAGE_FILE= 2025-04-16 12:20:29.416 | ++ lib/tempest:configure_tempest:526 : SCENARIO_IMAGE_TYPE=cirros 2025-04-16 12:20:29.418 | ++ lib/tempest:configure_tempest:527 : iniset /opt/stack//tempest/etc/tempest.conf scenario img_file /opt/stack/devstack/files/ 2025-04-16 12:20:29.441 | ++ lib/tempest:configure_tempest:531 : [[ cirros == \c\i\r\r\o\s ]] 2025-04-16 12:20:29.444 | +++ lib/tempest:configure_tempest:534 : echo 0.6.2 2025-04-16 12:20:29.444 | +++ lib/tempest:configure_tempest:534 : tr -d . 2025-04-16 12:20:29.448 | ++ lib/tempest:configure_tempest:534 : [[ 062 -ge 060 ]] 2025-04-16 12:20:29.449 | ++ lib/tempest:configure_tempest:535 : iniset /opt/stack//tempest/etc/tempest.conf scenario dhcp_client dhcpcd 2025-04-16 12:20:29.471 | ++ lib/tempest:configure_tempest:540 : TEMPEST_SSH_NETWORK_NAME=private 2025-04-16 12:20:29.473 | ++ lib/tempest:configure_tempest:541 : is_provider_network 2025-04-16 12:20:29.475 | ++ functions-common:is_provider_network:2249 : '[' '' == True ']' 2025-04-16 12:20:29.476 | ++ functions-common:is_provider_network:2252 : return 1 2025-04-16 12:20:29.478 | ++ lib/tempest:configure_tempest:545 : iniset /opt/stack//tempest/etc/tempest.conf validation run_validation True 2025-04-16 12:20:29.500 | ++ lib/tempest:configure_tempest:546 : iniset /opt/stack//tempest/etc/tempest.conf validation ip_version_for_ssh 4 2025-04-16 12:20:29.522 | ++ lib/tempest:configure_tempest:547 : iniset /opt/stack//tempest/etc/tempest.conf validation ssh_timeout 196 2025-04-16 12:20:29.545 | ++ lib/tempest:configure_tempest:548 : iniset /opt/stack//tempest/etc/tempest.conf validation image_ssh_user cirros 2025-04-16 12:20:29.567 | ++ lib/tempest:configure_tempest:549 : iniset /opt/stack//tempest/etc/tempest.conf validation image_alt_ssh_user cirros 2025-04-16 12:20:29.589 | ++ lib/tempest:configure_tempest:550 : iniset /opt/stack//tempest/etc/tempest.conf validation network_for_ssh private 2025-04-16 12:20:29.611 | ++ lib/tempest:configure_tempest:554 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-16 12:20:29.613 | +++ lib/tempest:configure_tempest:557 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2025-04-16 12:20:29.625 | ++ lib/tempest:configure_tempest:557 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_snapshot False 2025-04-16 12:20:29.650 | ++ lib/tempest:configure_tempest:559 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-16 12:20:29.652 | +++ lib/tempest:configure_tempest:562 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2025-04-16 12:20:29.664 | ++ lib/tempest:configure_tempest:562 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_volume False 2025-04-16 12:20:29.686 | ++ lib/tempest:configure_tempest:565 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-16 12:20:29.688 | +++ lib/tempest:configure_tempest:568 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2025-04-16 12:20:29.702 | ++ lib/tempest:configure_tempest:568 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume False 2025-04-16 12:20:29.728 | ++ lib/tempest:configure_tempest:570 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-16 12:20:29.730 | +++ lib/tempest:configure_tempest:573 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2025-04-16 12:20:29.744 | ++ lib/tempest:configure_tempest:573 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled volume_revert False 2025-04-16 12:20:29.769 | ++ lib/tempest:configure_tempest:574 : local tempest_volume_min_microversion=None 2025-04-16 12:20:29.771 | ++ lib/tempest:configure_tempest:575 : local tempest_volume_max_microversion=3.70 2025-04-16 12:20:29.773 | ++ lib/tempest:configure_tempest:576 : '[' None == None ']' 2025-04-16 12:20:29.775 | ++ lib/tempest:configure_tempest:577 : inicomment /opt/stack//tempest/etc/tempest.conf volume min_microversion 2025-04-16 12:20:29.790 | ++ lib/tempest:configure_tempest:582 : '[' 3.70 == None ']' 2025-04-16 12:20:29.791 | ++ lib/tempest:configure_tempest:585 : iniset /opt/stack//tempest/etc/tempest.conf volume max_microversion 3.70 2025-04-16 12:20:29.816 | ++ lib/tempest:configure_tempest:588 : is_service_enabled c-bak 2025-04-16 12:20:29.829 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:20:29.831 | ++ lib/tempest:configure_tempest:589 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled backup False 2025-04-16 12:20:29.855 | ++ lib/tempest:configure_tempest:595 : [[ -n vmdk:vsphere ]] 2025-04-16 12:20:29.857 | ++ lib/tempest:configure_tempest:595 : [[ vmdk:vsphere =~ .*,.* ]] 2025-04-16 12:20:29.859 | ++ lib/tempest:configure_tempest:615 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2025-04-16 12:20:29.861 | ++ lib/tempest:configure_tempest:619 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2025-04-16 12:20:29.863 | ++ lib/tempest:configure_tempest:624 : [[ False == \T\r\u\e ]] 2025-04-16 12:20:29.865 | ++ lib/tempest:configure_tempest:633 : local tempest_placement_min_microversion=None 2025-04-16 12:20:29.867 | ++ lib/tempest:configure_tempest:634 : local tempest_placement_max_microversion=1.39 2025-04-16 12:20:29.869 | ++ lib/tempest:configure_tempest:635 : '[' None == None ']' 2025-04-16 12:20:29.871 | ++ lib/tempest:configure_tempest:636 : inicomment /opt/stack//tempest/etc/tempest.conf placement min_microversion 2025-04-16 12:20:29.885 | ++ lib/tempest:configure_tempest:640 : '[' 1.39 == None ']' 2025-04-16 12:20:29.888 | ++ lib/tempest:configure_tempest:643 : iniset /opt/stack//tempest/etc/tempest.conf placement max_microversion 1.39 2025-04-16 12:20:29.914 | ++ lib/tempest:configure_tempest:647 : '[' vsphere = ironic ']' 2025-04-16 12:20:29.916 | ++ lib/tempest:configure_tempest:661 : '[' vsphere = libvirt ']' 2025-04-16 12:20:29.918 | ++ lib/tempest:configure_tempest:685 : local service 2025-04-16 12:20:29.920 | ++ lib/tempest:configure_tempest:686 : local tempest_services=key,glance,nova,neutron,cinder,swift,horizon 2025-04-16 12:20:29.922 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-16 12:20:29.923 | ++ lib/tempest:configure_tempest:688 : is_service_enabled key 2025-04-16 12:20:29.936 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:20:29.938 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available key True 2025-04-16 12:20:29.964 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-16 12:20:29.966 | ++ lib/tempest:configure_tempest:688 : is_service_enabled glance 2025-04-16 12:20:29.978 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:20:29.980 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available glance True 2025-04-16 12:20:30.003 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-16 12:20:30.005 | ++ lib/tempest:configure_tempest:688 : is_service_enabled nova 2025-04-16 12:20:30.018 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:20:30.020 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available nova True 2025-04-16 12:20:30.043 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-16 12:20:30.045 | ++ lib/tempest:configure_tempest:688 : is_service_enabled neutron 2025-04-16 12:20:30.057 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:20:30.059 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available neutron True 2025-04-16 12:20:30.082 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-16 12:20:30.084 | ++ lib/tempest:configure_tempest:688 : is_service_enabled cinder 2025-04-16 12:20:30.096 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:20:30.098 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available cinder True 2025-04-16 12:20:30.121 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-16 12:20:30.123 | ++ lib/tempest:configure_tempest:688 : is_service_enabled swift 2025-04-16 12:20:30.135 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:20:30.137 | ++ lib/tempest:configure_tempest:691 : iniset /opt/stack//tempest/etc/tempest.conf service_available swift False 2025-04-16 12:20:30.161 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-16 12:20:30.164 | ++ lib/tempest:configure_tempest:688 : is_service_enabled horizon 2025-04-16 12:20:30.177 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:20:30.178 | ++ lib/tempest:configure_tempest:691 : iniset /opt/stack//tempest/etc/tempest.conf service_available horizon False 2025-04-16 12:20:30.203 | ++ lib/tempest:configure_tempest:699 : [[ False == True ]] 2025-04-16 12:20:30.204 | ++ lib/tempest:configure_tempest:699 : [[ False == True ]] 2025-04-16 12:20:30.207 | ++ lib/tempest:configure_tempest:705 : [[ True == True ]] 2025-04-16 12:20:30.208 | ++ lib/tempest:configure_tempest:706 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope nova true 2025-04-16 12:20:30.232 | ++ lib/tempest:configure_tempest:709 : [[ False == True ]] 2025-04-16 12:20:30.234 | ++ lib/tempest:configure_tempest:709 : [[ False == True ]] 2025-04-16 12:20:30.236 | ++ lib/tempest:configure_tempest:713 : [[ True == True ]] 2025-04-16 12:20:30.238 | ++ lib/tempest:configure_tempest:714 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope glance true 2025-04-16 12:20:30.262 | ++ lib/tempest:configure_tempest:717 : [[ False == True ]] 2025-04-16 12:20:30.264 | ++ lib/tempest:configure_tempest:717 : [[ False == True ]] 2025-04-16 12:20:30.266 | ++ lib/tempest:configure_tempest:721 : '[' vsphere = libvirt ']' 2025-04-16 12:20:30.268 | ++ lib/tempest:configure_tempest:731 : local tmp_cfg_file 2025-04-16 12:20:30.270 | +++ lib/tempest:configure_tempest:732 : mktemp 2025-04-16 12:20:30.274 | ++ lib/tempest:configure_tempest:732 : tmp_cfg_file=/tmp/tmp.eNNkrPzeWI 2025-04-16 12:20:30.276 | ++ lib/tempest:configure_tempest:733 : cd /opt/stack//tempest 2025-04-16 12:20:30.277 | ++ lib/tempest:configure_tempest:735 : local tmp_u_c_m 2025-04-16 12:20:30.280 | +++ lib/tempest:configure_tempest:736 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2025-04-16 12:20:30.283 | ++ lib/tempest:configure_tempest:736 : tmp_u_c_m=/tmp/tempest_u_c_m.QjfSIFFdFt 2025-04-16 12:20:30.285 | ++ lib/tempest:configure_tempest:737 : set_tempest_venv_constraints /tmp/tempest_u_c_m.QjfSIFFdFt 2025-04-16 12:20:30.287 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2025-04-16 12:20:30.289 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.QjfSIFFdFt 2025-04-16 12:20:30.291 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2025-04-16 12:20:30.293 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2025-04-16 12:20:30.295 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2025-04-16 12:20:30.300 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 12:20:30.302 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 12:20:30.304 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 12:20:30.307 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 12:20:30.308 | ++ lib/tempest:configure_tempest:738 : [[ False != \T\r\u\e ]] 2025-04-16 12:20:30.310 | ++ lib/tempest:configure_tempest:739 : tox -revenv-tempest --notest 2025-04-16 12:20:30.533 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2025-04-16 12:20:30.921 | venv-tempest installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2025-04-16 12:20:40.669 | venv-tempest develop-inst: /opt/stack/tempest 2025-04-16 12:20:43.625 | venv-tempest installed: attrs==25.1.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2025.1.31,cffi==1.17.1,charset-normalizer==3.4.1,cliff==4.9.1,cmd2==2.5.11,cryptography==43.0.3,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.2.4.post1,idna==3.10,iso8601==2.1.0,jsonschema==4.23.0,jsonschema-specifications==2024.10.1,msgpack==1.1.0,netaddr==1.3.0,oslo.concurrency==7.1.0,oslo.config==9.7.1,oslo.context==5.7.1,oslo.i18n==6.5.1,oslo.log==7.1.0,oslo.serialization==5.7.0,oslo.utils==8.2.0,packaging==24.2,paramiko==3.5.1,pbr==6.1.1,prettytable==3.14.0,psutil==7.0.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.2.1,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.36.2,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.23.1,six==1.17.0,stestr==4.1.0,stevedore==5.4.1,-e git+https://opendev.org/openstack/tempest.git@60364b39f174749bd5bd255016fc6584ded1f66c#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,typing_extensions==4.12.2,tzdata==2025.1,urllib3==1.26.20,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.17.2 2025-04-16 12:20:43.625 | ___________________________________ summary ____________________________________ 2025-04-16 12:20:43.625 | venv-tempest: skipped tests 2025-04-16 12:20:43.625 | congratulations :) 2025-04-16 12:20:43.646 | ++ lib/tempest:configure_tempest:741 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.QjfSIFFdFt -r requirements.txt 2025-04-16 12:20:44.073 | /opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/setuptools/__init__.py:85: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. 2025-04-16 12:20:44.074 | dist.fetch_build_eggs(dist.setup_requires) 2025-04-16 12:20:44.147 | /opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. 2025-04-16 12:20:44.147 | warnings.warn( 2025-04-16 12:20:44.147 | /opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2025-04-16 12:20:44.147 | warnings.warn( 2025-04-16 12:20:44.208 | venv-tempest develop-inst-nodeps: /opt/stack/tempest 2025-04-16 12:20:46.337 | venv-tempest installed: attrs==25.1.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2025.1.31,cffi==1.17.1,charset-normalizer==3.4.1,cliff==4.9.1,cmd2==2.5.11,cryptography==43.0.3,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.2.4.post1,idna==3.10,iso8601==2.1.0,jsonschema==4.23.0,jsonschema-specifications==2024.10.1,msgpack==1.1.0,netaddr==1.3.0,oslo.concurrency==7.1.0,oslo.config==9.7.1,oslo.context==5.7.1,oslo.i18n==6.5.1,oslo.log==7.1.0,oslo.serialization==5.7.0,oslo.utils==8.2.0,packaging==24.2,paramiko==3.5.1,pbr==6.1.1,prettytable==3.14.0,psutil==7.0.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.2.1,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.36.2,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.23.1,six==1.17.0,stestr==4.1.0,stevedore==5.4.1,-e git+https://opendev.org/openstack/tempest.git@60364b39f174749bd5bd255016fc6584ded1f66c#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,typing_extensions==4.12.2,tzdata==2025.1,urllib3==1.26.20,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.17.2 2025-04-16 12:20:46.338 | venv-tempest run-test-pre: PYTHONHASHSEED='1739172458' 2025-04-16 12:20:46.338 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.QjfSIFFdFt -r requirements.txt 2025-04-16 12:20:47.161 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 1)) (6.1.1) 2025-04-16 12:20:47.162 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 2)) (4.9.1) 2025-04-16 12:20:47.162 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 3)) (4.23.0) 2025-04-16 12:20:47.163 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (2.7.2) 2025-04-16 12:20:47.164 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 5)) (3.5.1) 2025-04-16 12:20:47.164 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (43.0.3) 2025-04-16 12:20:47.165 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (1.3.0) 2025-04-16 12:20:47.166 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (7.1.0) 2025-04-16 12:20:47.166 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (9.7.1) 2025-04-16 12:20:47.167 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (7.1.0) 2025-04-16 12:20:47.168 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (4.1.0) 2025-04-16 12:20:47.169 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (5.7.0) 2025-04-16 12:20:47.169 | Requirement already satisfied: oslo.utils>=7.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (8.2.0) 2025-04-16 12:20:47.170 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 14)) (4.2.4.post1) 2025-04-16 12:20:47.171 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 15)) (6.0.2) 2025-04-16 12:20:47.172 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (1.4.4) 2025-04-16 12:20:47.172 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 17)) (5.4.1) 2025-04-16 12:20:47.173 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (3.14.0) 2025-04-16 12:20:47.174 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 19)) (1.26.20) 2025-04-16 12:20:47.175 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (3.0.0) 2025-04-16 12:20:47.175 | Requirement already satisfied: defusedxml>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (0.7.1) 2025-04-16 12:20:47.176 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (0.19) 2025-04-16 12:20:47.177 | Requirement already satisfied: testscenarios>=0.5.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 23)) (0.5.0) 2025-04-16 12:20:47.178 | Requirement already satisfied: setuptools in ./.tox/tempest/lib/python3.10/site-packages (from pbr!=2.1.0,>=2.0.0->-r requirements.txt (line 1)) (67.6.1) 2025-04-16 12:20:47.183 | Requirement already satisfied: autopage>=0.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 2)) (0.5.2) 2025-04-16 12:20:47.184 | Requirement already satisfied: cmd2>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 2)) (2.5.11) 2025-04-16 12:20:47.201 | Requirement already satisfied: attrs>=22.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (25.1.0) 2025-04-16 12:20:47.202 | Requirement already satisfied: jsonschema-specifications>=2023.03.6 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (2024.10.1) 2025-04-16 12:20:47.203 | Requirement already satisfied: referencing>=0.28.4 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (0.36.2) 2025-04-16 12:20:47.203 | Requirement already satisfied: rpds-py>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (0.23.1) 2025-04-16 12:20:47.219 | Requirement already satisfied: bcrypt>=3.2 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 5)) (4.0.1) 2025-04-16 12:20:47.220 | Requirement already satisfied: pynacl>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 5)) (1.5.0) 2025-04-16 12:20:47.238 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 6)) (1.17.1) 2025-04-16 12:20:47.250 | Requirement already satisfied: oslo.i18n>=3.15.3 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->-r requirements.txt (line 8)) (6.5.1) 2025-04-16 12:20:47.264 | Requirement already satisfied: rfc3986>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 9)) (2.0.0) 2025-04-16 12:20:47.265 | Requirement already satisfied: requests>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 9)) (2.32.3) 2025-04-16 12:20:47.278 | Requirement already satisfied: oslo.context>=2.21.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 10)) (5.7.1) 2025-04-16 12:20:47.279 | Requirement already satisfied: python-dateutil>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 10)) (2.9.0.post0) 2025-04-16 12:20:47.295 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 11)) (0.15.2) 2025-04-16 12:20:47.295 | Requirement already satisfied: tomlkit>=0.11.6 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 11)) (0.13.2) 2025-04-16 12:20:47.296 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 11)) (1.0.0) 2025-04-16 12:20:47.300 | Requirement already satisfied: msgpack>=0.5.2 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 12)) (1.1.0) 2025-04-16 12:20:47.301 | Requirement already satisfied: tzdata>=2022.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 12)) (2025.1) 2025-04-16 12:20:47.310 | Requirement already satisfied: iso8601>=0.1.11 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (2.1.0) 2025-04-16 12:20:47.311 | Requirement already satisfied: pyparsing>=2.1.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (3.2.1) 2025-04-16 12:20:47.311 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (24.2) 2025-04-16 12:20:47.312 | Requirement already satisfied: psutil>=3.2.2 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (7.0.0) 2025-04-16 12:20:47.338 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.10/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 18)) (0.2.13) 2025-04-16 12:20:47.361 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 20)) (1.17.2) 2025-04-16 12:20:47.435 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 6)) (2.22) 2025-04-16 12:20:47.443 | Requirement already satisfied: pyperclip>=1.8 in ./.tox/tempest/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 2)) (1.9.0) 2025-04-16 12:20:47.523 | Requirement already satisfied: six>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from python-dateutil>=2.7.0->oslo.log>=3.36.0->-r requirements.txt (line 10)) (1.17.0) 2025-04-16 12:20:47.532 | Requirement already satisfied: typing-extensions>=4.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from referencing>=0.28.4->jsonschema>=3.2.0->-r requirements.txt (line 3)) (4.12.2) 2025-04-16 12:20:47.544 | Requirement already satisfied: charset-normalizer<4,>=2 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 9)) (3.4.1) 2025-04-16 12:20:47.544 | Requirement already satisfied: idna<4,>=2.5 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 9)) (3.10) 2025-04-16 12:20:47.545 | Requirement already satisfied: certifi>=2017.4.17 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 9)) (2025.1.31) 2025-04-16 12:20:47.707 | WARNING: There was an error checking the latest version of pip. 2025-04-16 12:20:47.780 | ___________________________________ summary ____________________________________ 2025-04-16 12:20:47.781 | venv-tempest: commands succeeded 2025-04-16 12:20:47.781 | congratulations :) 2025-04-16 12:20:47.800 | ++ lib/tempest:configure_tempest:742 : rm -f /tmp/tempest_u_c_m.QjfSIFFdFt 2025-04-16 12:20:47.804 | ++ lib/tempest:configure_tempest:745 : [[ False == \T\r\u\e ]] 2025-04-16 12:20:47.806 | ++ lib/tempest:configure_tempest:753 : [[ True == \F\a\l\s\e ]] 2025-04-16 12:20:47.808 | ++ lib/tempest:configure_tempest:757 : iniset /opt/stack//tempest/etc/tempest.conf auth use_dynamic_credentials True 2025-04-16 12:20:47.832 | ++ lib/tempest:configure_tempest:763 : tox -evenv -- tempest verify-config -uro /tmp/tmp.eNNkrPzeWI 2025-04-16 12:20:48.060 | venv create: /opt/stack/tempest/.tox/venv 2025-04-16 12:20:48.341 | venv installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt 2025-04-16 12:21:02.847 | venv develop-inst: /opt/stack/tempest 2025-04-16 12:21:06.309 | venv installed: /opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__init__.py:121: DeprecationWarning: pkg_resources is deprecated as an API, warnings.warn("pkg_resources is deprecated as an API", DeprecationWarning),/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__init__.py:2870: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('sphinxcontrib')`.,Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages, declare_namespace(pkg),alabaster==1.0.0,attrs==25.1.0,autopage==0.5.2,babel==2.17.0,bcrypt==4.0.1,certifi==2025.1.31,cffi==1.17.1,charset-normalizer==3.4.1,cliff==4.9.1,cmd2==2.5.11,cryptography==43.0.3,debtcollector==3.0.0,defusedxml==0.7.1,docutils==0.21.2,dulwich==0.22.7,extras==1.0.0,fasteners==0.19,fixtures==4.2.4.post1,idna==3.10,imagesize==1.4.1,iso8601==2.1.0,Jinja2==3.1.5,jsonschema==4.23.0,jsonschema-specifications==2024.10.1,MarkupSafe==3.0.2,msgpack==1.1.0,netaddr==1.3.0,openstackdocstheme==3.4.1,oslo.concurrency==7.1.0,oslo.config==9.7.1,oslo.context==5.7.1,oslo.i18n==6.5.1,oslo.log==7.1.0,oslo.serialization==5.7.0,oslo.utils==8.2.0,packaging==24.2,paramiko==3.5.1,pbr==6.1.1,prettytable==3.14.0,psutil==7.0.0,pycparser==2.22,Pygments==2.19.1,PyNaCl==1.5.0,pyparsing==3.2.1,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.36.2,reno==4.1.0,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.23.1,six==1.17.0,snowballstemmer==2.2.0,Sphinx==8.1.3,sphinxcontrib-applehelp==2.0.0,sphinxcontrib-devhelp==2.0.0,sphinxcontrib-htmlhelp==2.1.0,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-qthelp==2.0.0,sphinxcontrib-serializinghtml==2.0.0,sphinxcontrib-svg2pdfconverter==1.2.3,stestr==4.1.0,stevedore==5.4.1,-e git+https://opendev.org/openstack/tempest.git@60364b39f174749bd5bd255016fc6584ded1f66c#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomli==2.2.1,tomlkit==0.13.2,typing_extensions==4.12.2,tzdata==2025.1,urllib3==1.26.20,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.17.2 2025-04-16 12:21:06.310 | venv run-test-pre: PYTHONHASHSEED='2882162161' 2025-04-16 12:21:06.310 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.eNNkrPzeWI 2025-04-16 12:21:06.439 | /opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/eventletutils.py:29: DeprecationWarning: eventuletutils module is deprecated and will be removed. 2025-04-16 12:21:06.439 | debtcollector.deprecate( 2025-04-16 12:21:06.606 | /opt/stack/tempest/tempest/lib/common/jsonschema_validator.py:21: DeprecationWarning: Accessing jsonschema.draft4_format_checker is deprecated and will be removed in a future release. Instead, use the FORMAT_CHECKER attribute on the corresponding Validator. 2025-04-16 12:21:06.606 | FORMAT_CHECKER = jsonschema.draft4_format_checker 2025-04-16 12:21:06.606 | /opt/stack/tempest/tempest/lib/common/jsonschema_validator.py:42: DeprecationWarning: FormatChecker.cls_checks is deprecated. Call FormatChecker.checks on a specific FormatChecker instance instead. 2025-04-16 12:21:06.606 | @jsonschema.FormatChecker.cls_checks('base64') 2025-04-16 12:21:06.861 | /opt/stack/tempest/tempest/lib/services/volume/v2/__init__.py:50: DeprecationWarning: The tempest.lib.services.volume.v2 module (volume v2 APIs service clients) is deprecated in favor of tempest.lib.services.volume.v3 (volume v3 APIs service clients) and will be removed once Tempest stop supporting stable wallaby. 2025-04-16 12:21:06.861 | warnings.warn( 2025-04-16 12:21:07.041 | /opt/stack/tempest/tempest/lib/common/http.py:101: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2025-04-16 12:21:07.041 | for key, value in info.getheaders().items(): 2025-04-16 12:21:07.066 | /opt/stack/tempest/tempest/lib/common/http.py:101: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2025-04-16 12:21:07.066 | for key, value in info.getheaders().items(): 2025-04-16 12:21:07.296 | /opt/stack/tempest/tempest/lib/common/http.py:101: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2025-04-16 12:21:07.297 | for key, value in info.getheaders().items(): 2025-04-16 12:21:07.297 | /opt/stack/tempest/tempest/lib/services/clients.py:209: DeprecationWarning: Class 'tempest.lib.services.volume.v2.extensions_client.ExtensionsClient' has moved to 'tempest.lib.services.volume.v3.extensions_client.ExtensionsClient' in version 'Rocky' and will be removed in a future version 2025-04-16 12:21:07.297 | _client = klass(auth_provider=auth_provider, **kwargs) 2025-04-16 12:21:07.951 | ___________________________________ summary ____________________________________ 2025-04-16 12:21:07.951 | venv: commands succeeded 2025-04-16 12:21:07.951 | congratulations :) 2025-04-16 12:21:07.971 | ++ lib/tempest:configure_tempest:768 : is_service_enabled q-metering neutron-metering 2025-04-16 12:21:07.984 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 12:21:07.986 | ++ lib/tempest:configure_tempest:769 : DISABLE_NETWORK_API_EXTENSIONS+=', metering' 2025-04-16 12:21:07.988 | ++ lib/tempest:configure_tempest:773 : is_service_enabled q-l3 neutron-l3 2025-04-16 12:21:08.001 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 12:21:08.003 | ++ lib/tempest:configure_tempest:777 : DEFAULT_NET_EXT=address-scope,agent,allowed-address-pairs,auto-allocated-topology 2025-04-16 12:21:08.004 | ++ lib/tempest:configure_tempest:778 : DEFAULT_NET_EXT+=,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler 2025-04-16 12:21:08.006 | ++ lib/tempest:configure_tempest:779 : DEFAULT_NET_EXT+=,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors 2025-04-16 12:21:08.008 | ++ lib/tempest:configure_tempest:780 : DEFAULT_NET_EXT+=,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu 2025-04-16 12:21:08.010 | ++ lib/tempest:configure_tempest:781 : DEFAULT_NET_EXT+=,network-ip-availability,network_availability_zone,pagination 2025-04-16 12:21:08.012 | ++ lib/tempest:configure_tempest:782 : DEFAULT_NET_EXT+=,port-security,project-id,provider,quotas,quota_details,rbac-policies 2025-04-16 12:21:08.013 | ++ lib/tempest:configure_tempest:783 : DEFAULT_NET_EXT+=,revision-if-match,router,router_availability_zone,security-group,service-type,sorting 2025-04-16 12:21:08.015 | ++ lib/tempest:configure_tempest:784 : DEFAULT_NET_EXT+=,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp 2025-04-16 12:21:08.017 | ++ lib/tempest:configure_tempest:785 : DEFAULT_NET_EXT+=,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering 2025-04-16 12:21:08.019 | ++ lib/tempest:configure_tempest:786 : DEFAULT_NET_EXT+=,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate 2025-04-16 12:21:08.021 | ++ lib/tempest:configure_tempest:787 : DEFAULT_NET_EXT+=,port-security-groups-filtering,fip-port-details,binding-extended 2025-04-16 12:21:08.023 | ++ lib/tempest:configure_tempest:788 : DEFAULT_NET_EXT+=,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced 2025-04-16 12:21:08.024 | ++ lib/tempest:configure_tempest:789 : DEFAULT_NET_EXT+=,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update 2025-04-16 12:21:08.026 | ++ lib/tempest:configure_tempest:790 : DEFAULT_NET_EXT+=,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic 2025-04-16 12:21:08.028 | ++ lib/tempest:configure_tempest:791 : DEFAULT_NET_EXT+=,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details 2025-04-16 12:21:08.030 | ++ lib/tempest:configure_tempest:792 : DEFAULT_NET_EXT+=,rbac-address-group,port-device-profile 2025-04-16 12:21:08.032 | ++ lib/tempest:configure_tempest:793 : DEFAULT_NET_EXT+=,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn 2025-04-16 12:21:08.034 | ++ lib/tempest:configure_tempest:794 : DEFAULT_NET_EXT+=,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges 2025-04-16 12:21:08.036 | ++ lib/tempest:configure_tempest:796 : DEFAULT_NET_EXT+=,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit 2025-04-16 12:21:08.037 | ++ lib/tempest:configure_tempest:797 : DEFAULT_NET_EXT+=,port-resource-request-groups 2025-04-16 12:21:08.039 | ++ lib/tempest:configure_tempest:799 : DEFAULT_NET_EXT+=,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete 2025-04-16 12:21:08.041 | ++ lib/tempest:configure_tempest:801 : DEFAULT_NET_EXT+=,port-hints,floating-ip-distributed 2025-04-16 12:21:08.043 | ++ lib/tempest:configure_tempest:803 : DEFAULT_NET_EXT+=,port-hint-ovs-tx-steering,enable-default-route-bfd 2025-04-16 12:21:08.045 | ++ lib/tempest:configure_tempest:804 : DEFAULT_NET_EXT+=,enable-default-route-ecmp,standard-attr-fwaas-v2 2025-04-16 12:21:08.047 | ++ lib/tempest:configure_tempest:805 : DEFAULT_NET_EXT+=,allowed-address-pairs-atomic,network_ha 2025-04-16 12:21:08.049 | ++ lib/tempest:configure_tempest:806 : DEFAULT_NET_EXT+=,security-groups-rules-belongs-to-default-sg 2025-04-16 12:21:08.051 | ++ lib/tempest:configure_tempest:807 : DEFAULT_NET_EXT+=,port-hardware-offload-type 2025-04-16 12:21:08.053 | ++ lib/tempest:configure_tempest:808 : local network_api_extensions=address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu,network-ip-availability,network_availability_zone,pagination,port-security,project-id,provider,quotas,quota_details,rbac-policies,revision-if-match,router,router_availability_zone,security-group,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate,port-security-groups-filtering,fip-port-details,binding-extended,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details,rbac-address-group,port-device-profile,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit,port-resource-request-groups,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete,port-hints,floating-ip-distributed,port-hint-ovs-tx-steering,enable-default-route-bfd,enable-default-route-ecmp,standard-attr-fwaas-v2,allowed-address-pairs-atomic,network_ha,security-groups-rules-belongs-to-default-sg,port-hardware-offload-type 2025-04-16 12:21:08.055 | ++ lib/tempest:configure_tempest:809 : [[ ! -z , metering ]] 2025-04-16 12:21:08.058 | +++ lib/tempest:configure_tempest:811 : iniget /tmp/tmp.eNNkrPzeWI network-feature-enabled api_extensions 2025-04-16 12:21:08.058 | +++ lib/tempest:configure_tempest:811 : tr -d ' ' 2025-04-16 12:21:08.074 | ++ lib/tempest:configure_tempest:811 : network_api_extensions=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2025-04-16 12:21:08.077 | +++ lib/tempest:configure_tempest:813 : remove_disabled_extensions address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops , metering 2025-04-16 12:21:08.079 | +++ lib/tempest:remove_disabled_extensions:110 : local extensions_list=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2025-04-16 12:21:08.081 | +++ lib/tempest:remove_disabled_extensions:111 : shift 2025-04-16 12:21:08.083 | +++ lib/tempest:remove_disabled_extensions:112 : local 'disabled_exts=, metering' 2025-04-16 12:21:08.085 | +++ lib/tempest:remove_disabled_extensions:113 : remove_disabled_services address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops ', metering' 2025-04-16 12:21:08.099 | +++ functions-common:remove_disabled_services:2087 : _cleanup_service_list ,address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2025-04-16 12:21:08.114 | ++ lib/tempest:configure_tempest:813 : network_api_extensions=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2025-04-16 12:21:08.116 | ++ lib/tempest:configure_tempest:815 : [[ -n '' ]] 2025-04-16 12:21:08.118 | ++ lib/tempest:configure_tempest:818 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled api_extensions address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2025-04-16 12:21:08.141 | ++ lib/tempest:configure_tempest:820 : DEFAULT_SWIFT_OPT=account_quotas,bulk_delete,bulk_upload,container_quotas 2025-04-16 12:21:08.143 | ++ lib/tempest:configure_tempest:821 : DEFAULT_SWIFT_OPT+=,container_sync,crossdomain,formpost,ratelimit,slo 2025-04-16 12:21:08.145 | ++ lib/tempest:configure_tempest:822 : DEFAULT_SWIFT_OPT+=,staticweb,tempauth,tempurl,versioned_writes 2025-04-16 12:21:08.147 | ++ lib/tempest:configure_tempest:823 : local object_storage_api_extensions=account_quotas,bulk_delete,bulk_upload,container_quotas,container_sync,crossdomain,formpost,ratelimit,slo,staticweb,tempauth,tempurl,versioned_writes 2025-04-16 12:21:08.149 | ++ lib/tempest:configure_tempest:824 : [[ ! -z '' ]] 2025-04-16 12:21:08.151 | ++ lib/tempest:configure_tempest:830 : iniset /opt/stack//tempest/etc/tempest.conf object-storage-feature-enabled discoverable_apis account_quotas,bulk_delete,bulk_upload,container_quotas,container_sync,crossdomain,formpost,ratelimit,slo,staticweb,tempauth,tempurl,versioned_writes 2025-04-16 12:21:08.176 | ++ lib/tempest:configure_tempest:832 : DEFAULT_VOL_EXT=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups 2025-04-16 12:21:08.178 | ++ lib/tempest:configure_tempest:833 : DEFAULT_VOL_EXT+=,encryption,os-admin-actions,os-availability-zone 2025-04-16 12:21:08.180 | ++ lib/tempest:configure_tempest:834 : DEFAULT_VOL_EXT+=,os-extended-services,os-extended-snapshot-attributes 2025-04-16 12:21:08.182 | ++ lib/tempest:configure_tempest:835 : DEFAULT_VOL_EXT+=,os-hosts,os-quota-class-sets,os-quota-sets 2025-04-16 12:21:08.184 | ++ lib/tempest:configure_tempest:836 : DEFAULT_VOL_EXT+=,os-services,os-snapshot-actions,os-snapshot-manage 2025-04-16 12:21:08.186 | ++ lib/tempest:configure_tempest:837 : DEFAULT_VOL_EXT+=,os-snapshot-unmanage,os-types-extra-specs,os-types-manage 2025-04-16 12:21:08.188 | ++ lib/tempest:configure_tempest:838 : DEFAULT_VOL_EXT+=,os-used-limits,os-vol-host-attr,os-vol-image-meta 2025-04-16 12:21:08.190 | ++ lib/tempest:configure_tempest:839 : DEFAULT_VOL_EXT+=,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions 2025-04-16 12:21:08.192 | ++ lib/tempest:configure_tempest:840 : DEFAULT_VOL_EXT+=,os-volume-encryption-metadata,os-volume-manage 2025-04-16 12:21:08.194 | ++ lib/tempest:configure_tempest:841 : DEFAULT_VOL_EXT+=,os-volume-transfer,os-volume-type-access 2025-04-16 12:21:08.196 | ++ lib/tempest:configure_tempest:842 : DEFAULT_VOL_EXT+=,os-volume-unmanage,qos-specs,scheduler-stats 2025-04-16 12:21:08.198 | ++ lib/tempest:configure_tempest:843 : local volume_api_extensions=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups,encryption,os-admin-actions,os-availability-zone,os-extended-services,os-extended-snapshot-attributes,os-hosts,os-quota-class-sets,os-quota-sets,os-services,os-snapshot-actions,os-snapshot-manage,os-snapshot-unmanage,os-types-extra-specs,os-types-manage,os-used-limits,os-vol-host-attr,os-vol-image-meta,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions,os-volume-encryption-metadata,os-volume-manage,os-volume-transfer,os-volume-type-access,os-volume-unmanage,qos-specs,scheduler-stats 2025-04-16 12:21:08.200 | ++ lib/tempest:configure_tempest:844 : [[ ! -z '' ]] 2025-04-16 12:21:08.202 | ++ lib/tempest:configure_tempest:850 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled api_extensions OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups,encryption,os-admin-actions,os-availability-zone,os-extended-services,os-extended-snapshot-attributes,os-hosts,os-quota-class-sets,os-quota-sets,os-services,os-snapshot-actions,os-snapshot-manage,os-snapshot-unmanage,os-types-extra-specs,os-types-manage,os-used-limits,os-vol-host-attr,os-vol-image-meta,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions,os-volume-encryption-metadata,os-volume-manage,os-volume-transfer,os-volume-type-access,os-volume-unmanage,qos-specs,scheduler-stats 2025-04-16 12:21:08.225 | ++ lib/tempest:configure_tempest:853 : IFS=' 2025-04-16 12:21:08.225 | ' 2025-04-16 12:21:08.228 | ++ extras.d/80-tempest.sh:source:23 : echo_summary 'Installing Tempest Plugins' 2025-04-16 12:21:08.230 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 12:21:08.232 | ++ stack.sh:echo_summary:461 : echo -e Installing Tempest Plugins 2025-04-16 12:21:08.233 | ++ extras.d/80-tempest.sh:source:24 : install_tempest_plugins 2025-04-16 12:21:08.236 | ++ lib/tempest:install_tempest_plugins:887 : pushd /opt/stack//tempest 2025-04-16 12:21:08.236 | ~/tempest ~/tempest 2025-04-16 12:21:08.237 | ++ lib/tempest:install_tempest_plugins:888 : [[ 0 != 0 ]] 2025-04-16 12:21:08.239 | ++ lib/tempest:install_tempest_plugins:897 : popd 2025-04-16 12:21:08.240 | ~/tempest 2025-04-16 12:21:08.242 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-16 12:21:08.244 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-16 12:21:08.246 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 12:21:08.248 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-16 12:21:08.250 | + functions-common:run_phase:1855 : run_plugins stack test-config 2025-04-16 12:21:08.252 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-16 12:21:08.254 | + functions-common:run_plugins:1815 : local phase=test-config 2025-04-16 12:21:08.256 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-16 12:21:08.258 | + functions-common:run_plugins:1818 : local plugin 2025-04-16 12:21:08.260 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-16 12:21:08.262 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-16 12:21:08.265 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-16 12:21:08.267 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack test-config 2025-04-16 12:21:08.269 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 12:21:08.271 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 12:21:08.273 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2025-04-16 12:21:08.275 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-16 12:21:08.277 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-16 12:21:08.279 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-04-16 12:21:08.282 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ test-config == \e\x\t\r\a ]] 2025-04-16 12:21:08.284 | + stack.sh:main:1514 : merge_config_group /opt/stack/devstack/local.conf test-config 2025-04-16 12:21:08.286 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-16 12:21:08.288 | + inc/meta-config:merge_config_group:171 : shift 2025-04-16 12:21:08.290 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2025-04-16 12:21:08.292 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 12:21:08.294 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-16 12:21:08.296 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-16 12:21:08.299 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf test-config 2025-04-16 12:21:08.301 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-16 12:21:08.303 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2025-04-16 12:21:08.305 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 12:21:08.308 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2025-04-16 12:21:08.308 | /^\[\[.+\|.*\]\]/ { 2025-04-16 12:21:08.308 | gsub("[][]", "", $1); 2025-04-16 12:21:08.308 | split($1, a, "|"); 2025-04-16 12:21:08.308 | if (a[1] == matchgroup) 2025-04-16 12:21:08.308 | print a[2] 2025-04-16 12:21:08.308 | } 2025-04-16 12:21:08.308 | ' /opt/stack/devstack/local.conf ========================= DevStack Component Timing (times are in seconds) ========================= wait_for_service 9 async_wait 42 osc 148 apt-get 40 test_with_retry 3 dbsync 2 pip_install 101 apt-get-update 9 run_process 16 git_timed 73 ------------------------- Unaccounted time 55 ========================= Total runtime 498 ================= Async summary ================= Time spent in the background minus waits: 179 sec Elapsed time: 498 sec Time if we did everything serially: 677 sec Speedup: 1.35944 Post-stack database query stats: +------------+-----------+-------+ | db | op | count | +------------+-----------+-------+ | keystone | SELECT | 36798 | | keystone | INSERT | 93 | | keystone | UPDATE | 7 | | neutron | SELECT | 3454 | | neutron | INSERT | 131 | | placement | SELECT | 12 | | placement | INSERT | 3 | | placement | SET | 1 | | neutron | DELETE | 16 | | neutron | UPDATE | 71 | | nova_api | SELECT | 110 | | nova_cell1 | SELECT | 68 | | nova_cell0 | SELECT | 12 | | nova_cell1 | INSERT | 6 | | nova_cell1 | UPDATE | 3 | | cinder | SELECT | 121 | | cinder | INSERT | 5 | | cinder | UPDATE | 3 | | glance | SELECT | 47 | | glance | INSERT | 8 | | glance | UPDATE | 2 | | nova_api | INSERT | 20 | | nova_api | SAVEPOINT | 10 | | nova_api | RELEASE | 10 | | cinder | DELETE | 1 | +------------+-----------+-------+ This is your host IP address: 10.180.1.21 Keystone is serving at http://10.180.1.21/identity/ The default users are: admin and demo The password: nomoresecret Services are running under systemd unit files. For more information see: https://docs.openstack.org/devstack/latest/systemd.html DevStack Version: 2023.2 Change: daa3ed62d38daadecfecccc022655deb65e81141 Update glance image size limit 2025-02-13 11:37:41 +0000 OS Version: Ubuntu 22.04 jammy