2025-04-16 19:06:53.465 | + stack.sh:main:502 : exec 2025-04-16 19:06:53.466 | + stack.sh:main:510 : echo_summary 'stack.sh log /opt/stack//logs/stack.sh.log.2025-04-16-190653' 2025-04-16 19:06:53.466 | ++ stack.sh:main:502 : /usr/bin/python3.10 /opt/stack/devstack/tools/outfilter.py -o /opt/stack//logs/stack.sh.log.2025-04-16-190653.summary.2025-04-16-190653 2025-04-16 19:06:53.466 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 19:06:53.466 | + stack.sh:echo_summary:461 : echo -e stack.sh log /opt/stack//logs/stack.sh.log.2025-04-16-190653 2025-04-16 19:06:53.466 | + stack.sh:main:512 : ln -sf /opt/stack//logs/stack.sh.log.2025-04-16-190653 /opt/stack//logs/stack.sh.log 2025-04-16 19:06:53.466 | + stack.sh:main:513 : ln -sf /opt/stack//logs/stack.sh.log.2025-04-16-190653.summary.2025-04-16-190653 /opt/stack//logs/stack.sh.log.summary 2025-04-16 19:06:53.466 | + stack.sh:main:528 : check_path_perm_sanity /opt/stack/ 2025-04-16 19:06:53.466 | + functions:check_path_perm_sanity:607 : local real_path 2025-04-16 19:06:53.466 | ++ functions:check_path_perm_sanity:608 : readlink -f /opt/stack/ 2025-04-16 19:06:53.466 | + functions:check_path_perm_sanity:608 : real_path=/opt/stack 2025-04-16 19:06:53.466 | + functions:check_path_perm_sanity:609 : local rebuilt_path= 2025-04-16 19:06:53.466 | ++ functions:check_path_perm_sanity:610 : tr / ' ' 2025-04-16 19:06:53.466 | ++ functions:check_path_perm_sanity:610 : echo /opt/stack 2025-04-16 19:06:53.466 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2025-04-16 19:06:53.466 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt 2025-04-16 19:06:53.466 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt 2025-04-16 19:06:53.466 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2025-04-16 19:06:53.468 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2025-04-16 19:06:53.469 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt/stack 2025-04-16 19:06:53.471 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt/stack 2025-04-16 19:06:53.473 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2025-04-16 19:06:53.474 | + stack.sh:main:534 : trap exit_trap EXIT 2025-04-16 19:06:53.476 | + stack.sh:main:575 : trap err_trap ERR 2025-04-16 19:06:53.477 | + stack.sh:main:588 : set -o errexit 2025-04-16 19:06:53.478 | + stack.sh:main:591 : uname -a 2025-04-16 19:06:53.479 | 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 19:06:53.481 | + stack.sh:main:594 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2025-04-16 19:06:53.482 | + stack.sh:main:595 : rm -f /opt/stack/data/ca-bundle.pem 2025-04-16 19:06:53.484 | + stack.sh:main:598 : source /opt/stack/devstack/lib/database 2025-04-16 19:06:53.507 | + stack.sh:main:599 : source /opt/stack/devstack/lib/rpc_backend 2025-04-16 19:06:53.518 | + stack.sh:main:605 : fetch_plugins 2025-04-16 19:06:53.519 | + functions-common:fetch_plugins:1746 : local plugins=,networking-nsx-t 2025-04-16 19:06:53.520 | + functions-common:fetch_plugins:1747 : local plugin 2025-04-16 19:06:53.522 | + functions-common:fetch_plugins:1750 : [[ -z ,networking-nsx-t ]] 2025-04-16 19:06:53.523 | + functions-common:fetch_plugins:1754 : echo 'Fetching DevStack plugins' 2025-04-16 19:06:53.523 | Fetching DevStack plugins 2025-04-16 19:06:53.524 | + functions-common:fetch_plugins:1755 : for plugin in ${plugins//,/ } 2025-04-16 19:06:53.526 | + functions-common:fetch_plugins:1756 : git_clone_by_name networking-nsx-t 2025-04-16 19:06:53.527 | + functions-common:git_clone_by_name:664 : local name=networking-nsx-t 2025-04-16 19:06:53.528 | + functions-common:git_clone_by_name:665 : local repo=https://github.com/sapcc/networking-nsx-t 2025-04-16 19:06:53.530 | + functions-common:git_clone_by_name:666 : local dir=/opt/stack/networking-nsx-t 2025-04-16 19:06:53.531 | + functions-common:git_clone_by_name:667 : local branch=devstack 2025-04-16 19:06:53.532 | + 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 19:06:53.533 | + functions-common:git_clone:572 : local git_remote=https://github.com/sapcc/networking-nsx-t 2025-04-16 19:06:53.535 | + functions-common:git_clone:573 : local git_dest=/opt/stack/networking-nsx-t 2025-04-16 19:06:53.536 | + functions-common:git_clone:574 : local git_ref=devstack 2025-04-16 19:06:53.537 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 19:06:53.539 | ++ functions-common:git_clone:576 : pwd 2025-04-16 19:06:53.540 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 19:06:53.542 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 19:06:53.543 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 19:06:53.552 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 19:06:53.554 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 19:06:53.555 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 19:06:53.556 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 19:06:53.558 | + functions-common:git_clone:593 : echo devstack 2025-04-16 19:06:53.558 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 19:06:53.561 | + functions-common:git_clone:607 : [[ ! -d /opt/stack/networking-nsx-t ]] 2025-04-16 19:06:53.562 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 19:06:53.564 | + 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 19:06:53.565 | + functions-common:git_timed:680 : local count=0 2025-04-16 19:06:53.566 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 19:06:53.568 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 19:06:53.569 | + functions-common:git_timed:684 : timeout=0 2025-04-16 19:06:53.570 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 19:06:53.571 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 19:06:53.573 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:06:53.574 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:06:53.576 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:06:53.578 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830413576 2025-04-16 19:06:53.579 | + 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 19:06:53.582 | Cloning into '/opt/stack/networking-nsx-t'... 2025-04-16 19:06:54.069 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 19:06:54.071 | + functions-common:time_stop:2400 : local name 2025-04-16 19:06:54.072 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:06:54.074 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:06:54.075 | + functions-common:time_stop:2403 : local total 2025-04-16 19:06:54.076 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:06:54.078 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 19:06:54.079 | + functions-common:time_stop:2407 : start_time=1744830413576 2025-04-16 19:06:54.080 | + functions-common:time_stop:2409 : [[ -z 1744830413576 ]] 2025-04-16 19:06:54.082 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:06:54.084 | + functions-common:time_stop:2412 : end_time=1744830414083 2025-04-16 19:06:54.085 | + functions-common:time_stop:2413 : elapsed_time=507 2025-04-16 19:06:54.087 | + functions-common:time_stop:2414 : total=0 2025-04-16 19:06:54.088 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:06:54.089 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=507 2025-04-16 19:06:54.091 | + functions-common:git_clone:614 : cd /opt/stack/networking-nsx-t 2025-04-16 19:06:54.092 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin devstack 2025-04-16 19:06:54.093 | + functions-common:git_timed:680 : local count=0 2025-04-16 19:06:54.095 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 19:06:54.096 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 19:06:54.097 | + functions-common:git_timed:684 : timeout=0 2025-04-16 19:06:54.099 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 19:06:54.100 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 19:06:54.101 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:06:54.103 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:06:54.104 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:06:54.107 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830414105 2025-04-16 19:06:54.108 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin devstack 2025-04-16 19:06:54.533 | From https://github.com/sapcc/networking-nsx-t 2025-04-16 19:06:54.533 | * branch devstack -> FETCH_HEAD 2025-04-16 19:06:54.537 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 19:06:54.538 | + functions-common:time_stop:2400 : local name 2025-04-16 19:06:54.540 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:06:54.541 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:06:54.542 | + functions-common:time_stop:2403 : local total 2025-04-16 19:06:54.544 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:06:54.545 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 19:06:54.546 | + functions-common:time_stop:2407 : start_time=1744830414105 2025-04-16 19:06:54.548 | + functions-common:time_stop:2409 : [[ -z 1744830414105 ]] 2025-04-16 19:06:54.549 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:06:54.552 | + functions-common:time_stop:2412 : end_time=1744830414550 2025-04-16 19:06:54.553 | + functions-common:time_stop:2413 : elapsed_time=445 2025-04-16 19:06:54.554 | + functions-common:time_stop:2414 : total=507 2025-04-16 19:06:54.556 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:06:54.557 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=952 2025-04-16 19:06:54.558 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 19:06:54.560 | + functions-common:git_timed:680 : local count=0 2025-04-16 19:06:54.561 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 19:06:54.562 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 19:06:54.564 | + functions-common:git_timed:684 : timeout=0 2025-04-16 19:06:54.565 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 19:06:54.566 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 19:06:54.568 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:06:54.569 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:06:54.571 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:06:54.573 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830414571 2025-04-16 19:06:54.574 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 19:06:54.583 | Note: switching to 'FETCH_HEAD'. 2025-04-16 19:06:54.583 | 2025-04-16 19:06:54.583 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 19:06:54.583 | changes and commit them, and you can discard any commits you make in this 2025-04-16 19:06:54.583 | state without impacting any branches by switching back to a branch. 2025-04-16 19:06:54.583 | 2025-04-16 19:06:54.583 | If you want to create a new branch to retain commits you create, you may 2025-04-16 19:06:54.583 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 19:06:54.583 | 2025-04-16 19:06:54.583 | git switch -c 2025-04-16 19:06:54.583 | 2025-04-16 19:06:54.584 | Or undo this operation with: 2025-04-16 19:06:54.584 | 2025-04-16 19:06:54.584 | git switch - 2025-04-16 19:06:54.584 | 2025-04-16 19:06:54.584 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 19:06:54.584 | 2025-04-16 19:06:54.584 | HEAD is now at 29bc664 Delay agent initialization 2025-04-16 19:06:54.585 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 19:06:54.587 | + functions-common:time_stop:2400 : local name 2025-04-16 19:06:54.588 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:06:54.589 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:06:54.591 | + functions-common:time_stop:2403 : local total 2025-04-16 19:06:54.592 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:06:54.593 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 19:06:54.594 | + functions-common:time_stop:2407 : start_time=1744830414571 2025-04-16 19:06:54.596 | + functions-common:time_stop:2409 : [[ -z 1744830414571 ]] 2025-04-16 19:06:54.597 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:06:54.599 | + functions-common:time_stop:2412 : end_time=1744830414598 2025-04-16 19:06:54.601 | + functions-common:time_stop:2413 : elapsed_time=27 2025-04-16 19:06:54.602 | + functions-common:time_stop:2414 : total=952 2025-04-16 19:06:54.603 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:06:54.605 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=979 2025-04-16 19:06:54.606 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack/networking-nsx-t 2025-04-16 19:06:54.615 | + functions-common:git_clone:655 : cd /opt/stack/networking-nsx-t 2025-04-16 19:06:54.617 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 19:06:54.617 | + functions-common:git_clone:656 : head -1 2025-04-16 19:06:54.619 | 29bc664 Delay agent initialization 2025-04-16 19:06:54.621 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 19:06:54.622 | + stack.sh:main:609 : run_phase override_defaults 2025-04-16 19:06:54.624 | + functions-common:run_phase:1828 : local mode=override_defaults 2025-04-16 19:06:54.625 | + functions-common:run_phase:1829 : local phase= 2025-04-16 19:06:54.626 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-16 19:06:54.628 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-16 19:06:54.629 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-16 19:06:54.631 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-16 19:06:54.632 | + functions-common:run_phase:1838 : local extra 2025-04-16 19:06:54.634 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-16 19:06:54.636 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-16 19:06:54.638 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-16 19:06:54.639 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-16 19:06:54.640 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh override_defaults 2025-04-16 19:06:54.642 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-16 19:06:54.651 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:06:54.652 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2025-04-16 19:06:54.654 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-16 19:06:54.655 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-16 19:06:54.656 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-16 19:06:54.658 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-16 19:06:54.660 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-16 19:06:54.661 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2025-04-16 19:06:54.662 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2025-04-16 19:06:54.664 | + functions-common:run_phase:1849 : [[ override_defaults == \s\o\u\r\c\e ]] 2025-04-16 19:06:54.665 | + 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 19:06:54.667 | + functions-common:run_phase:1853 : plugin_override_defaults 2025-04-16 19:06:54.668 | + functions-common:plugin_override_defaults:1787 : local plugins=,networking-nsx-t 2025-04-16 19:06:54.669 | + functions-common:plugin_override_defaults:1788 : local plugin 2025-04-16 19:06:54.671 | + functions-common:plugin_override_defaults:1791 : [[ -z ,networking-nsx-t ]] 2025-04-16 19:06:54.672 | + functions-common:plugin_override_defaults:1795 : echo 'Overriding Configuration Defaults' 2025-04-16 19:06:54.672 | Overriding Configuration Defaults 2025-04-16 19:06:54.673 | + functions-common:plugin_override_defaults:1796 : for plugin in ${plugins//,/ } 2025-04-16 19:06:54.675 | + functions-common:plugin_override_defaults:1797 : local dir=/opt/stack/networking-nsx-t 2025-04-16 19:06:54.676 | + functions-common:plugin_override_defaults:1799 : [[ -f /opt/stack/networking-nsx-t/devstack/override-defaults ]] 2025-04-16 19:06:54.678 | + stack.sh:main:612 : source /opt/stack/devstack/lib/apache 2025-04-16 19:06:54.688 | + stack.sh:main:615 : source /opt/stack/devstack/lib/tls 2025-04-16 19:06:54.690 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2025-04-16 19:06:54.699 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:06:54.701 | +++ lib/tls:source:43 : hostname -f 2025-04-16 19:06:54.703 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=devstack 2025-04-16 19:06:54.705 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2025-04-16 19:06:54.706 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2025-04-16 19:06:54.707 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2025-04-16 19:06:54.709 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2025-04-16 19:06:54.710 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2025-04-16 19:06:54.711 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2025-04-16 19:06:54.713 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2025-04-16 19:06:54.714 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2025-04-16 19:06:54.716 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2025-04-16 19:06:54.718 | + stack.sh:main:618 : source /opt/stack/devstack/lib/infra 2025-04-16 19:06:54.726 | + stack.sh:main:619 : source /opt/stack/devstack/lib/libraries 2025-04-16 19:06:54.737 | + stack.sh:main:620 : source /opt/stack/devstack/lib/lvm 2025-04-16 19:06:54.746 | + stack.sh:main:621 : source /opt/stack/devstack/lib/horizon 2025-04-16 19:06:54.754 | + stack.sh:main:622 : source /opt/stack/devstack/lib/keystone 2025-04-16 19:06:54.777 | + stack.sh:main:623 : source /opt/stack/devstack/lib/glance 2025-04-16 19:06:54.814 | + stack.sh:main:624 : source /opt/stack/devstack/lib/nova 2025-04-16 19:06:54.859 | + stack.sh:main:625 : source /opt/stack/devstack/lib/placement 2025-04-16 19:06:54.876 | + stack.sh:main:626 : source /opt/stack/devstack/lib/cinder 2025-04-16 19:06:54.910 | + stack.sh:main:627 : source /opt/stack/devstack/lib/swift 2025-04-16 19:06:54.942 | + stack.sh:main:628 : source /opt/stack/devstack/lib/neutron 2025-04-16 19:06:54.944 | ++ lib/neutron:source:61 : is_service_enabled tls-proxy 2025-04-16 19:06:54.960 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:06:54.962 | ++ lib/neutron:source:67 : GITDIR["python-neutronclient"]=/opt/stack//python-neutronclient 2025-04-16 19:06:54.964 | ++ lib/neutron:source:70 : NEUTRON_DIR=/opt/stack//neutron 2025-04-16 19:06:54.965 | ++ lib/neutron:source:71 : NEUTRON_FWAAS_DIR=/opt/stack//neutron-fwaas 2025-04-16 19:06:54.967 | ++ lib/neutron:source:74 : [[ -d /opt/stack//neutron/bin/neutron-server ]] 2025-04-16 19:06:54.969 | +++ lib/neutron:source:77 : get_python_exec_prefix 2025-04-16 19:06:54.980 | +++ inc/python:get_python_exec_prefix:80 : [[ True == \T\r\u\e ]] 2025-04-16 19:06:54.981 | +++ inc/python:get_python_exec_prefix:81 : echo /opt/stack/data/venv/bin 2025-04-16 19:06:54.983 | ++ lib/neutron:source:77 : NEUTRON_BIN_DIR=/opt/stack/data/venv/bin 2025-04-16 19:06:54.984 | ++ lib/neutron:source:80 : NEUTRON_CONF_DIR=/etc/neutron 2025-04-16 19:06:54.986 | ++ lib/neutron:source:81 : NEUTRON_CONF=/etc/neutron/neutron.conf 2025-04-16 19:06:54.988 | ++ lib/neutron:source:82 : export NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2025-04-16 19:06:54.989 | ++ lib/neutron:source:82 : NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2025-04-16 19:06:54.992 | +++ lib/neutron:source:89 : trueorfalse False NEUTRON_DEPLOY_MOD_WSGI 2025-04-16 19:06:55.002 | ++ lib/neutron:source:89 : NEUTRON_DEPLOY_MOD_WSGI=False 2025-04-16 19:06:55.004 | ++ lib/neutron:source:91 : NEUTRON_UWSGI_CONF=/etc/neutron/neutron-api-uwsgi.ini 2025-04-16 19:06:55.006 | +++ lib/neutron:source:96 : trueorfalse False NEUTRON_ENFORCE_SCOPE 2025-04-16 19:06:55.017 | ++ lib/neutron:source:96 : NEUTRON_ENFORCE_SCOPE=False 2025-04-16 19:06:55.019 | ++ lib/neutron:source:100 : AGENT_DHCP_BINARY=/opt/stack/data/venv/bin/neutron-dhcp-agent 2025-04-16 19:06:55.020 | ++ lib/neutron:source:101 : AGENT_L3_BINARY=/opt/stack/data/venv/bin/neutron-l3-agent 2025-04-16 19:06:55.022 | ++ lib/neutron:source:102 : AGENT_META_BINARY=/opt/stack/data/venv/bin/neutron-metadata-agent 2025-04-16 19:06:55.023 | ++ lib/neutron:source:106 : Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini 2025-04-16 19:06:55.025 | ++ lib/neutron:source:109 : NEUTRON_DHCP_CONF=/etc/neutron/dhcp_agent.ini 2025-04-16 19:06:55.027 | ++ lib/neutron:source:110 : Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini 2025-04-16 19:06:55.028 | ++ lib/neutron:source:113 : NEUTRON_L3_CONF=/etc/neutron/l3_agent.ini 2025-04-16 19:06:55.030 | ++ lib/neutron:source:114 : Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini 2025-04-16 19:06:55.031 | ++ lib/neutron:source:117 : Q_DB_NAME=neutron 2025-04-16 19:06:55.033 | ++ lib/neutron:source:119 : Q_PLUGIN=ml2 2025-04-16 19:06:55.034 | ++ lib/neutron:source:121 : Q_PORT=9696 2025-04-16 19:06:55.036 | ++ lib/neutron:source:123 : Q_PORT_INT=19696 2025-04-16 19:06:55.037 | ++ lib/neutron:source:125 : Q_HOST=10.180.1.21 2025-04-16 19:06:55.039 | ++ lib/neutron:source:127 : Q_PROTOCOL=http 2025-04-16 19:06:55.041 | +++ lib/neutron:source:129 : ipv6_unquote 0.0.0.0 2025-04-16 19:06:55.043 | +++ functions-common:ipv6_unquote:2198 : echo 0.0.0.0 2025-04-16 19:06:55.044 | +++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2025-04-16 19:06:55.046 | ++ lib/neutron:source:129 : Q_LISTEN_ADDRESS=0.0.0.0 2025-04-16 19:06:55.048 | ++ lib/neutron:source:131 : Q_ADMIN_USERNAME=neutron 2025-04-16 19:06:55.050 | ++ lib/neutron:source:133 : Q_AUTH_STRATEGY=keystone 2025-04-16 19:06:55.051 | ++ lib/neutron:source:135 : Q_OVS_USE_VETH=False 2025-04-16 19:06:55.052 | ++ lib/neutron:source:136 : Q_USE_ROOTWRAP=True 2025-04-16 19:06:55.054 | +++ lib/neutron:source:137 : trueorfalse True Q_USE_ROOTWRAP_DAEMON 2025-04-16 19:06:55.065 | ++ lib/neutron:source:137 : Q_USE_ROOTWRAP_DAEMON=True 2025-04-16 19:06:55.067 | +++ lib/neutron:source:139 : ipv6_unquote 10.180.1.21 2025-04-16 19:06:55.069 | +++ functions-common:ipv6_unquote:2198 : echo 10.180.1.21 2025-04-16 19:06:55.069 | +++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2025-04-16 19:06:55.072 | ++ lib/neutron:source:139 : Q_META_DATA_IP=10.180.1.21 2025-04-16 19:06:55.073 | ++ lib/neutron:source:141 : Q_ALLOW_OVERLAPPING_IP=True 2025-04-16 19:06:55.075 | ++ lib/neutron:source:142 : Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True 2025-04-16 19:06:55.076 | ++ lib/neutron:source:143 : Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True 2025-04-16 19:06:55.078 | ++ lib/neutron:source:144 : VIF_PLUGGING_IS_FATAL=True 2025-04-16 19:06:55.079 | ++ lib/neutron:source:145 : VIF_PLUGGING_TIMEOUT=300 2025-04-16 19:06:55.081 | ++ lib/neutron:source:148 : SKIP_STOP_OVN=False 2025-04-16 19:06:55.082 | ++ lib/neutron:source:152 : _Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron 2025-04-16 19:06:55.084 | ++ lib/neutron:source:155 : NEUTRON_ENDPOINT_SERVICE_NAME=networking 2025-04-16 19:06:55.086 | ++ lib/neutron:source:156 : [[ False == \T\r\u\e ]] 2025-04-16 19:06:55.087 | ++ lib/neutron:source:169 : declare -a -g Q_PLUGIN_EXTRA_CONF_FILES 2025-04-16 19:06:55.089 | ++ lib/neutron:source:172 : declare -a -g _Q_PLUGIN_EXTRA_CONF_FILES_ABS 2025-04-16 19:06:55.090 | ++ lib/neutron:source:175 : Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf 2025-04-16 19:06:55.092 | ++ lib/neutron:source:176 : [[ True == \F\a\l\s\e ]] 2025-04-16 19:06:55.094 | +++ lib/neutron:source:179 : get_rootwrap_location neutron 2025-04-16 19:06:55.095 | +++ functions:get_rootwrap_location:593 : local module=neutron 2025-04-16 19:06:55.097 | ++++ functions:get_rootwrap_location:595 : get_python_exec_prefix 2025-04-16 19:06:55.107 | ++++ inc/python:get_python_exec_prefix:80 : [[ True == \T\r\u\e ]] 2025-04-16 19:06:55.108 | ++++ inc/python:get_python_exec_prefix:81 : echo /opt/stack/data/venv/bin 2025-04-16 19:06:55.110 | +++ functions:get_rootwrap_location:595 : echo /opt/stack/data/venv/bin/neutron-rootwrap 2025-04-16 19:06:55.112 | ++ lib/neutron:source:179 : NEUTRON_ROOTWRAP=/opt/stack/data/venv/bin/neutron-rootwrap 2025-04-16 19:06:55.113 | ++ lib/neutron:source:180 : Q_RR_COMMAND='sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-16 19:06:55.115 | ++ lib/neutron:source:181 : [[ True == \T\r\u\e ]] 2025-04-16 19:06:55.116 | ++ lib/neutron:source:182 : Q_RR_DAEMON_COMMAND='sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-16 19:06:55.118 | ++ lib/neutron:source:194 : Q_DVR_MODE=legacy 2025-04-16 19:06:55.119 | ++ lib/neutron:source:195 : [[ legacy != \l\e\g\a\c\y ]] 2025-04-16 19:06:55.121 | ++ lib/neutron:source:211 : ENABLE_TENANT_TUNNELS=false 2025-04-16 19:06:55.123 | ++ lib/neutron:source:216 : TENANT_TUNNEL_RANGES=1:1000 2025-04-16 19:06:55.124 | ++ lib/neutron:source:221 : ENABLE_TENANT_VLANS=True 2025-04-16 19:06:55.126 | ++ lib/neutron:source:229 : TENANT_VLAN_RANGE=2:999 2025-04-16 19:06:55.127 | ++ lib/neutron:source:238 : PHYSICAL_NETWORK=default 2025-04-16 19:06:55.129 | ++ lib/neutron:source:248 : OVS_PHYSICAL_BRIDGE=br-ex 2025-04-16 19:06:55.130 | ++ lib/neutron:source:256 : [[ openvswitch == \l\i\n\u\x\b\r\i\d\g\e ]] 2025-04-16 19:06:55.132 | ++ lib/neutron:source:266 : OVS_ENABLE_TUNNELING=false 2025-04-16 19:06:55.133 | ++ lib/neutron:source:270 : ENABLE_ISOLATED_METADATA=False 2025-04-16 19:06:55.135 | ++ lib/neutron:source:275 : ENABLE_METADATA_NETWORK=False 2025-04-16 19:06:55.137 | ++ lib/neutron:source:280 : '[' -f /opt/stack/devstack/lib/neutron_plugins/ml2 ']' 2025-04-16 19:06:55.138 | ++ lib/neutron:source:281 : source /opt/stack/devstack/lib/neutron_plugins/ml2 2025-04-16 19:06:55.158 | ++ lib/neutron:source:288 : source /opt/stack/devstack/lib/neutron_plugins/services/metering 2025-04-16 19:06:55.167 | ++ lib/neutron:source:291 : source /opt/stack/devstack/lib/neutron_plugins/services/l3 2025-04-16 19:06:55.169 | +++ lib/neutron_plugins/services/l3:source:3 : IP_VERSION=4 2025-04-16 19:06:55.170 | +++ lib/neutron_plugins/services/l3:source:5 : [[ 4 != \4 ]] 2025-04-16 19:06:55.172 | +++ lib/neutron_plugins/services/l3:source:9 : NEUTRON_CREATE_INITIAL_NETWORKS=True 2025-04-16 19:06:55.174 | +++ lib/neutron_plugins/services/l3:source:12 : PROVIDER_SUBNET_NAME=provider_net 2025-04-16 19:06:55.175 | +++ lib/neutron_plugins/services/l3:source:13 : IPV6_PROVIDER_SUBNET_NAME=provider_net_v6 2025-04-16 19:06:55.177 | +++ lib/neutron_plugins/services/l3:source:14 : IPV6_PROVIDER_FIXED_RANGE= 2025-04-16 19:06:55.178 | +++ lib/neutron_plugins/services/l3:source:15 : IPV6_PROVIDER_NETWORK_GATEWAY= 2025-04-16 19:06:55.180 | +++ lib/neutron_plugins/services/l3:source:17 : PUBLIC_BRIDGE=br-ex 2025-04-16 19:06:55.182 | +++ lib/neutron_plugins/services/l3:source:18 : PUBLIC_BRIDGE_MTU=8950 2025-04-16 19:06:55.183 | +++ lib/neutron_plugins/services/l3:source:23 : Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE=False 2025-04-16 19:06:55.185 | +++ lib/neutron_plugins/services/l3:source:26 : Q_ROUTER_NAME=router1 2025-04-16 19:06:55.186 | +++ lib/neutron_plugins/services/l3:source:31 : Q_USE_PUBLIC_VETH=False 2025-04-16 19:06:55.188 | +++ lib/neutron_plugins/services/l3:source:32 : Q_PUBLIC_VETH_EX=veth-pub-ex 2025-04-16 19:06:55.189 | +++ lib/neutron_plugins/services/l3:source:33 : Q_PUBLIC_VETH_INT=veth-pub-int 2025-04-16 19:06:55.191 | +++ lib/neutron_plugins/services/l3:source:39 : Q_L3_ROUTER_PER_TENANT=True 2025-04-16 19:06:55.193 | +++ lib/neutron_plugins/services/l3:source:72 : Q_USE_PROVIDERNET_FOR_PUBLIC=True 2025-04-16 19:06:55.194 | +++ lib/neutron_plugins/services/l3:source:73 : PUBLIC_PHYSICAL_NETWORK=default 2025-04-16 19:06:55.197 | ++++ lib/neutron_plugins/services/l3:source:76 : sed s/-//g 2025-04-16 19:06:55.197 | ++++ lib/neutron_plugins/services/l3:source:76 : uuidgen 2025-04-16 19:06:55.197 | ++++ lib/neutron_plugins/services/l3:source:76 : cut -c 23- 2025-04-16 19:06:55.197 | ++++ lib/neutron_plugins/services/l3:source:76 : sed -e 's/\(..\)\(....\)\(....\)/\1:\2:\3/' 2025-04-16 19:06:55.201 | +++ lib/neutron_plugins/services/l3:source:76 : IPV6_GLOBAL_ID=21:2e09:6443 2025-04-16 19:06:55.203 | +++ lib/neutron_plugins/services/l3:source:79 : IPV6_RA_MODE=slaac 2025-04-16 19:06:55.204 | +++ lib/neutron_plugins/services/l3:source:80 : IPV6_ADDRESS_MODE=slaac 2025-04-16 19:06:55.206 | +++ lib/neutron_plugins/services/l3:source:81 : IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet 2025-04-16 19:06:55.208 | +++ lib/neutron_plugins/services/l3:source:82 : IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet 2025-04-16 19:06:55.209 | +++ lib/neutron_plugins/services/l3:source:83 : IPV6_ADDRS_SAFE_TO_USE=fd21:2e09:6443::/56 2025-04-16 19:06:55.212 | ++++ lib/neutron_plugins/services/l3:source:86 : echo fd21:2e09:6443::/56 2025-04-16 19:06:55.212 | ++++ lib/neutron_plugins/services/l3:source:86 : awk -F / '{ print $1"/"($2>63 ? $2 : 64) }' 2025-04-16 19:06:55.216 | +++ lib/neutron_plugins/services/l3:source:86 : FIXED_RANGE_V6=fd21:2e09:6443::/64 2025-04-16 19:06:55.217 | +++ lib/neutron_plugins/services/l3:source:87 : IPV6_PRIVATE_NETWORK_GATEWAY= 2025-04-16 19:06:55.219 | +++ lib/neutron_plugins/services/l3:source:88 : IPV6_PUBLIC_RANGE=2001:db8::/64 2025-04-16 19:06:55.220 | +++ lib/neutron_plugins/services/l3:source:89 : IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2 2025-04-16 19:06:55.222 | +++ lib/neutron_plugins/services/l3:source:90 : IPV6_ROUTER_GW_IP=2001:db8::1 2025-04-16 19:06:55.224 | +++ lib/neutron_plugins/services/l3:source:93 : NETWORK_GATEWAY= 2025-04-16 19:06:55.225 | +++ lib/neutron_plugins/services/l3:source:94 : PUBLIC_NETWORK_GATEWAY=10.180.180.1 2025-04-16 19:06:55.227 | +++ lib/neutron_plugins/services/l3:source:95 : PRIVATE_SUBNET_NAME=private-subnet 2025-04-16 19:06:55.228 | +++ lib/neutron_plugins/services/l3:source:96 : PUBLIC_SUBNET_NAME=public-subnet 2025-04-16 19:06:55.230 | +++ lib/neutron_plugins/services/l3:source:99 : USE_SUBNETPOOL=True 2025-04-16 19:06:55.231 | +++ lib/neutron_plugins/services/l3:source:100 : SUBNETPOOL_NAME_V4=shared-default-subnetpool-v4 2025-04-16 19:06:55.233 | +++ lib/neutron_plugins/services/l3:source:101 : SUBNETPOOL_NAME_V6=shared-default-subnetpool-v6 2025-04-16 19:06:55.235 | +++ lib/neutron_plugins/services/l3:source:103 : SUBNETPOOL_PREFIX_V4=192.168.128.0/17 2025-04-16 19:06:55.236 | +++ lib/neutron_plugins/services/l3:source:104 : SUBNETPOOL_PREFIX_V6=fd21:2e09:6443::/56 2025-04-16 19:06:55.238 | +++ lib/neutron_plugins/services/l3:source:106 : SUBNETPOOL_SIZE_V4=26 2025-04-16 19:06:55.239 | +++ lib/neutron_plugins/services/l3:source:107 : SUBNETPOOL_SIZE_V6=64 2025-04-16 19:06:55.242 | ++++ lib/neutron_plugins/services/l3:source:109 : ip -4 route 2025-04-16 19:06:55.242 | ++++ lib/neutron_plugins/services/l3:source:109 : grep '^default' 2025-04-16 19:06:55.242 | ++++ lib/neutron_plugins/services/l3:source:109 : awk '{print $5}' 2025-04-16 19:06:55.246 | +++ lib/neutron_plugins/services/l3:source:109 : default_v4_route_devs=ens192 2025-04-16 19:06:55.248 | ++++ lib/neutron_plugins/services/l3:source:111 : ip -6 route list match default table all 2025-04-16 19:06:55.249 | ++++ lib/neutron_plugins/services/l3:source:111 : grep via 2025-04-16 19:06:55.249 | ++++ lib/neutron_plugins/services/l3:source:111 : awk '{print $5}' 2025-04-16 19:06:55.252 | +++ lib/neutron_plugins/services/l3:source:111 : default_v6_route_devs= 2025-04-16 19:06:55.255 | ++ lib/neutron:source:294 : source /opt/stack/devstack/lib/neutron_plugins/services/placement 2025-04-16 19:06:55.257 | ++ lib/neutron:source:295 : source /opt/stack/devstack/lib/neutron_plugins/services/trunk 2025-04-16 19:06:55.259 | ++ lib/neutron:source:296 : source /opt/stack/devstack/lib/neutron_plugins/services/qos 2025-04-16 19:06:55.260 | ++ lib/neutron:source:297 : source /opt/stack/devstack/lib/neutron_plugins/services/segments 2025-04-16 19:06:55.262 | ++ lib/neutron:source:300 : has_neutron_plugin_security_group 2025-04-16 19:06:55.264 | ++ lib/neutron_plugins/ml2:has_neutron_plugin_security_group:149 : return 0 2025-04-16 19:06:55.265 | ++ lib/neutron:source:301 : Q_USE_SECGROUP=True 2025-04-16 19:06:55.267 | ++ lib/neutron:source:309 : OVN_BRIDGE_MAPPINGS=default:br-ex 2025-04-16 19:06:55.279 | + stack.sh:main:629 : source /opt/stack/devstack/lib/ldap 2025-04-16 19:06:55.289 | + stack.sh:main:630 : source /opt/stack/devstack/lib/dstat 2025-04-16 19:06:55.298 | + stack.sh:main:631 : source /opt/stack/devstack/lib/tcpdump 2025-04-16 19:06:55.307 | + stack.sh:main:632 : source /opt/stack/devstack/lib/etcd3 2025-04-16 19:06:55.354 | + stack.sh:main:633 : source /opt/stack/devstack/lib/os-vif 2025-04-16 19:06:55.356 | +++ lib/os-vif:source:12 : is_ml2_ovs 2025-04-16 19:06:55.358 | +++ lib/os-vif:is_ml2_ovs:4 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2025-04-16 19:06:55.360 | +++ lib/os-vif:is_ml2_ovs:5 : echo True 2025-04-16 19:06:55.361 | +++ lib/os-vif:is_ml2_ovs:7 : echo False 2025-04-16 19:06:55.363 | ++ lib/os-vif:source:12 : OS_VIF_OVS_ISOLATE_VIF='True 2025-04-16 19:06:55.363 | False' 2025-04-16 19:06:55.365 | +++ lib/os-vif:source:13 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2025-04-16 19:06:55.377 | ++ lib/os-vif:source:13 : OS_VIF_OVS_ISOLATE_VIF=False 2025-04-16 19:06:55.379 | + stack.sh:main:639 : run_phase source 2025-04-16 19:06:55.380 | + functions-common:run_phase:1828 : local mode=source 2025-04-16 19:06:55.382 | + functions-common:run_phase:1829 : local phase= 2025-04-16 19:06:55.383 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-16 19:06:55.385 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-16 19:06:55.386 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-16 19:06:55.388 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-16 19:06:55.389 | + functions-common:run_phase:1838 : local extra 2025-04-16 19:06:55.391 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-16 19:06:55.394 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-16 19:06:55.396 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-16 19:06:55.397 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-16 19:06:55.399 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh source 2025-04-16 19:06:55.401 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-16 19:06:55.411 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:06:55.413 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2025-04-16 19:06:55.414 | ++ extras.d/80-tempest.sh:source:6 : source /opt/stack/devstack/lib/tempest 2025-04-16 19:06:55.441 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2025-04-16 19:06:55.443 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2025-04-16 19:06:55.444 | + functions-common:run_phase:1849 : [[ source == \s\o\u\r\c\e ]] 2025-04-16 19:06:55.446 | + functions-common:run_phase:1850 : load_plugin_settings 2025-04-16 19:06:55.448 | + functions-common:load_plugin_settings:1764 : local plugins=,networking-nsx-t 2025-04-16 19:06:55.449 | + functions-common:load_plugin_settings:1765 : local plugin 2025-04-16 19:06:55.451 | + functions-common:load_plugin_settings:1768 : [[ -z ,networking-nsx-t ]] 2025-04-16 19:06:55.453 | + functions-common:load_plugin_settings:1772 : echo 'Loading plugin settings' 2025-04-16 19:06:55.453 | Loading plugin settings 2025-04-16 19:06:55.454 | + functions-common:load_plugin_settings:1773 : for plugin in ${plugins//,/ } 2025-04-16 19:06:55.456 | + functions-common:load_plugin_settings:1774 : local dir=/opt/stack/networking-nsx-t 2025-04-16 19:06:55.458 | + functions-common:load_plugin_settings:1776 : [[ -f /opt/stack/networking-nsx-t/devstack/settings ]] 2025-04-16 19:06:55.459 | + functions-common:load_plugin_settings:1777 : source /opt/stack/networking-nsx-t/devstack/settings 2025-04-16 19:06:55.461 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:2 : define_plugin networking-nsx-t 2025-04-16 19:06:55.463 | ++ functions-common:define_plugin:1872 : : 2025-04-16 19:06:55.465 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:4 : NETWORKING_NSX_T_DIR=/opt/stack//networking-nsx-t 2025-04-16 19:06:55.466 | + functions-common:run_phase:1851 : verify_disabled_services 2025-04-16 19:06:55.468 | + functions-common:verify_disabled_services:2111 : local service 2025-04-16 19:06:55.470 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 19:06:55.471 | + 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 19:06:55.473 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 19:06:55.475 | + 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 19:06:55.477 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 19:06:55.478 | + 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 19:06:55.480 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 19:06:55.482 | + 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 19:06:55.484 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 19:06:55.485 | + 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 19:06:55.487 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 19:06:55.489 | + 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 19:06:55.491 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 19:06:55.492 | + 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 19:06:55.494 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 19:06:55.496 | + 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 19:06:55.498 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 19:06:55.499 | + 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 19:06:55.501 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 19:06:55.503 | + 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 19:06:55.505 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 19:06:55.506 | + 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 19:06:55.508 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 19:06:55.510 | + 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 19:06:55.512 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 19:06:55.513 | + 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 19:06:55.515 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 19:06:55.517 | + 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 19:06:55.519 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 19:06:55.520 | + 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 19:06:55.522 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 19:06:55.524 | + 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 19:06:55.526 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 19:06:55.527 | + 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 19:06:55.529 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 19:06:55.531 | + 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 19:06:55.533 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 19:06:55.534 | + 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 19:06:55.536 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 19:06:55.538 | + 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 19:06:55.540 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 19:06:55.541 | + 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 19:06:55.543 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 19:06:55.545 | + 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 19:06:55.547 | + stack.sh:main:710 : initialize_database_backends 2025-04-16 19:06:55.549 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2025-04-16 19:06:55.551 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2025-04-16 19:06:55.562 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:06:55.564 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2025-04-16 19:06:55.565 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2025-04-16 19:06:55.567 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2025-04-16 19:06:55.578 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:06:55.580 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2025-04-16 19:06:55.582 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2025-04-16 19:06:55.584 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2025-04-16 19:06:55.585 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2025-04-16 19:06:55.587 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2025-04-16 19:06:55.589 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2025-04-16 19:06:55.591 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2025-04-16 19:06:55.593 | + lib/database:initialize_database_backends:92 : return 0 2025-04-16 19:06:55.594 | + stack.sh:main:711 : echo 'Using mysql database backend' 2025-04-16 19:06:55.594 | Using mysql database backend 2025-04-16 19:06:55.596 | + stack.sh:main:714 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2025-04-16 19:06:55.608 | + stack.sh:main:716 : define_database_baseurl 2025-04-16 19:06:55.611 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2025-04-16 19:06:55.612 | ++ lib/databases/mysql:get_database_type_mysql:32 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2025-04-16 19:06:55.614 | ++ lib/databases/mysql:get_database_type_mysql:33 : echo mysql+pymysql 2025-04-16 19:06:55.617 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-16 19:06:55.618 | + stack.sh:main:728 : is_service_enabled rabbit 2025-04-16 19:06:55.630 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:06:55.632 | + stack.sh:main:729 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2025-04-16 19:06:55.645 | + stack.sh:main:736 : is_service_enabled keystone 2025-04-16 19:06:55.658 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:06:55.660 | + stack.sh:main:738 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2025-04-16 19:06:55.672 | + stack.sh:main:740 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2025-04-16 19:06:55.684 | + stack.sh:main:751 : is_service_enabled ldap 2025-04-16 19:06:55.696 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:06:55.698 | + stack.sh:main:760 : is_service_enabled s-proxy 2025-04-16 19:06:55.711 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:06:55.712 | + stack.sh:main:772 : save_stackenv 772 2025-04-16 19:06:55.714 | + functions-common:save_stackenv:60 : local tag=772 2025-04-16 19:06:55.717 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-04-16 19:06:55.720 | + functions-common:save_stackenv:62 : time_stamp=2025-04-16-190655 2025-04-16 19:06:55.722 | + functions-common:save_stackenv:63 : echo '# 2025-04-16-190655 772' 2025-04-16 19:06:55.723 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 19:06:55.725 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-16 19:06:55.727 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 19:06:55.729 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-04-16 19:06:55.731 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 19:06:55.732 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-04-16 19:06:55.734 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 19:06:55.736 | + 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 19:06:55.738 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 19:06:55.740 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-04-16 19:06:55.741 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 19:06:55.743 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-04-16 19:06:55.745 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 19:06:55.747 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-04-16-190653 2025-04-16 19:06:55.749 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 19:06:55.750 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-04-16 19:06:55.752 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 19:06:55.754 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-04-16 19:06:55.756 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 19:06:55.758 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-04-16 19:06:55.759 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 19:06:55.761 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-04-16 19:06:55.763 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 19:06:55.765 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-04-16 19:06:55.767 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 19:06:55.768 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-04-16 19:06:55.770 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 19:06:55.772 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-04-16 19:06:55.774 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 19:06:55.776 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-04-16 19:06:55.778 | + stack.sh:main:785 : GIT_DEPTH=0 2025-04-16 19:06:55.780 | + stack.sh:main:785 : git_clone https://opendev.org/openstack/requirements.git /opt/stack//requirements stable/2023.2 2025-04-16 19:06:55.781 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/requirements.git 2025-04-16 19:06:55.783 | + functions-common:git_clone:573 : local git_dest=/opt/stack//requirements 2025-04-16 19:06:55.784 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-16 19:06:55.786 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 19:06:55.788 | ++ functions-common:git_clone:576 : pwd 2025-04-16 19:06:55.790 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 19:06:55.792 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 19:06:55.794 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 19:06:55.805 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 19:06:55.806 | + functions-common:git_clone:580 : [[ 0 -gt 0 ]] 2025-04-16 19:06:55.808 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 19:06:55.810 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-16 19:06:55.811 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 19:06:55.814 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//requirements ]] 2025-04-16 19:06:55.816 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 19:06:55.817 | + functions-common:git_clone:613 : git_timed clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2025-04-16 19:06:55.819 | + functions-common:git_timed:680 : local count=0 2025-04-16 19:06:55.820 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 19:06:55.822 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 19:06:55.824 | + functions-common:git_timed:684 : timeout=0 2025-04-16 19:06:55.825 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 19:06:55.827 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 19:06:55.829 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:06:55.830 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:06:55.833 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:06:55.835 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830415833 2025-04-16 19:06:55.837 | + 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 19:06:55.840 | Cloning into '/opt/stack//requirements'... 2025-04-16 19:07:37.751 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 19:07:37.753 | + functions-common:time_stop:2400 : local name 2025-04-16 19:07:37.754 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:07:37.756 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:07:37.758 | + functions-common:time_stop:2403 : local total 2025-04-16 19:07:37.759 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:07:37.761 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 19:07:37.763 | + functions-common:time_stop:2407 : start_time=1744830415833 2025-04-16 19:07:37.764 | + functions-common:time_stop:2409 : [[ -z 1744830415833 ]] 2025-04-16 19:07:37.767 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:07:37.770 | + functions-common:time_stop:2412 : end_time=1744830457768 2025-04-16 19:07:37.771 | + functions-common:time_stop:2413 : elapsed_time=41935 2025-04-16 19:07:37.773 | + functions-common:time_stop:2414 : total=979 2025-04-16 19:07:37.775 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:07:37.776 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=42914 2025-04-16 19:07:37.778 | + functions-common:git_clone:614 : cd /opt/stack//requirements 2025-04-16 19:07:37.780 | + functions-common:git_clone:615 : git_timed fetch origin stable/2023.2 2025-04-16 19:07:37.781 | + functions-common:git_timed:680 : local count=0 2025-04-16 19:07:37.783 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 19:07:37.785 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 19:07:37.786 | + functions-common:git_timed:684 : timeout=0 2025-04-16 19:07:37.788 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 19:07:37.790 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 19:07:37.792 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:07:37.793 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:07:37.795 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:07:37.798 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830457797 2025-04-16 19:07:37.800 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch origin stable/2023.2 2025-04-16 19:07:38.480 | From https://opendev.org/openstack/requirements 2025-04-16 19:07:38.480 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-16 19:07:38.488 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 19:07:38.489 | + functions-common:time_stop:2400 : local name 2025-04-16 19:07:38.491 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:07:38.493 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:07:38.495 | + functions-common:time_stop:2403 : local total 2025-04-16 19:07:38.496 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:07:38.498 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 19:07:38.500 | + functions-common:time_stop:2407 : start_time=1744830457797 2025-04-16 19:07:38.501 | + functions-common:time_stop:2409 : [[ -z 1744830457797 ]] 2025-04-16 19:07:38.503 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:07:38.506 | + functions-common:time_stop:2412 : end_time=1744830458505 2025-04-16 19:07:38.508 | + functions-common:time_stop:2413 : elapsed_time=708 2025-04-16 19:07:38.510 | + functions-common:time_stop:2414 : total=42914 2025-04-16 19:07:38.511 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:07:38.513 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=43622 2025-04-16 19:07:38.515 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 19:07:38.516 | + functions-common:git_timed:680 : local count=0 2025-04-16 19:07:38.518 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 19:07:38.520 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 19:07:38.521 | + functions-common:git_timed:684 : timeout=0 2025-04-16 19:07:38.523 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 19:07:38.525 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 19:07:38.526 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:07:38.528 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:07:38.530 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:07:38.533 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830458531 2025-04-16 19:07:38.535 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 19:07:38.543 | Note: switching to 'FETCH_HEAD'. 2025-04-16 19:07:38.543 | 2025-04-16 19:07:38.543 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 19:07:38.543 | changes and commit them, and you can discard any commits you make in this 2025-04-16 19:07:38.543 | state without impacting any branches by switching back to a branch. 2025-04-16 19:07:38.543 | 2025-04-16 19:07:38.543 | If you want to create a new branch to retain commits you create, you may 2025-04-16 19:07:38.543 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 19:07:38.543 | 2025-04-16 19:07:38.543 | git switch -c 2025-04-16 19:07:38.543 | 2025-04-16 19:07:38.543 | Or undo this operation with: 2025-04-16 19:07:38.543 | 2025-04-16 19:07:38.543 | git switch - 2025-04-16 19:07:38.543 | 2025-04-16 19:07:38.543 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 19:07:38.543 | 2025-04-16 19:07:38.543 | HEAD is now at 9042ccff Merge "update constraint for oslo.db to new release 14.1.1" into stable/2023.2 2025-04-16 19:07:38.545 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 19:07:38.547 | + functions-common:time_stop:2400 : local name 2025-04-16 19:07:38.549 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:07:38.551 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:07:38.552 | + functions-common:time_stop:2403 : local total 2025-04-16 19:07:38.554 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:07:38.556 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 19:07:38.557 | + functions-common:time_stop:2407 : start_time=1744830458531 2025-04-16 19:07:38.559 | + functions-common:time_stop:2409 : [[ -z 1744830458531 ]] 2025-04-16 19:07:38.561 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:07:38.564 | + functions-common:time_stop:2412 : end_time=1744830458562 2025-04-16 19:07:38.566 | + functions-common:time_stop:2413 : elapsed_time=31 2025-04-16 19:07:38.567 | + functions-common:time_stop:2414 : total=43622 2025-04-16 19:07:38.569 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:07:38.571 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=43653 2025-04-16 19:07:38.573 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//requirements 2025-04-16 19:07:38.582 | + functions-common:git_clone:655 : cd /opt/stack//requirements 2025-04-16 19:07:38.585 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 19:07:38.585 | + functions-common:git_clone:656 : head -1 2025-04-16 19:07:38.587 | 9042ccff Merge "update constraint for oslo.db to new release 14.1.1" into stable/2023.2 2025-04-16 19:07:38.589 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 19:07:38.591 | + stack.sh:main:789 : echo_summary 'Installing package prerequisites' 2025-04-16 19:07:38.593 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 19:07:38.595 | + stack.sh:echo_summary:461 : echo -e Installing package prerequisites 2025-04-16 19:07:38.597 | + stack.sh:main:790 : source /opt/stack/devstack/tools/install_prereqs.sh 2025-04-16 19:07:38.599 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2025-04-16 19:07:38.601 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2025-04-16 19:07:38.603 | ++ tools/install_prereqs.sh:source:23 : [[ -z /opt/stack/devstack ]] 2025-04-16 19:07:38.605 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/opt/stack/devstack/.prereqs 2025-04-16 19:07:38.607 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2025-04-16 19:07:38.609 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2025-04-16 19:07:38.611 | +++ tools/install_prereqs.sh:source:47 : date +%s 2025-04-16 19:07:38.614 | ++ tools/install_prereqs.sh:source:47 : NOW=1744830458 2025-04-16 19:07:38.616 | +++ tools/install_prereqs.sh:source:48 : head -1 /opt/stack/devstack/.prereqs 2025-04-16 19:07:38.619 | +++ tools/install_prereqs.sh:source:48 : echo 0 2025-04-16 19:07:38.621 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2025-04-16 19:07:38.623 | ++ tools/install_prereqs.sh:source:49 : DELTA=1744830458 2025-04-16 19:07:38.625 | ++ tools/install_prereqs.sh:source:50 : [[ 1744830458 -lt 7200 ]] 2025-04-16 19:07:38.627 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2025-04-16 19:07:38.629 | ++ functions-common:export_proxy_variables:2218 : isset http_proxy 2025-04-16 19:07:38.631 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2025-04-16 19:07:38.633 | ++ functions-common:export_proxy_variables:2221 : isset https_proxy 2025-04-16 19:07:38.634 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2025-04-16 19:07:38.636 | ++ functions-common:export_proxy_variables:2224 : isset no_proxy 2025-04-16 19:07:38.638 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2025-04-16 19:07:38.641 | +++ 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 19:07:38.668 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2025-04-16 19:07:38.668 | apache2-dev 2025-04-16 19:07:38.668 | bc 2025-04-16 19:07:38.668 | bsdmainutils 2025-04-16 19:07:38.668 | curl 2025-04-16 19:07:38.668 | g++ 2025-04-16 19:07:38.668 | gawk 2025-04-16 19:07:38.668 | gcc 2025-04-16 19:07:38.668 | gettext 2025-04-16 19:07:38.668 | git 2025-04-16 19:07:38.668 | graphviz 2025-04-16 19:07:38.668 | iputils-ping 2025-04-16 19:07:38.668 | libapache2-mod-proxy-uwsgi 2025-04-16 19:07:38.668 | libffi-dev 2025-04-16 19:07:38.668 | libjpeg-dev 2025-04-16 19:07:38.668 | libpcre3-dev 2025-04-16 19:07:38.668 | libpq-dev 2025-04-16 19:07:38.668 | libssl-dev 2025-04-16 19:07:38.668 | libsystemd-dev 2025-04-16 19:07:38.668 | libxml2-dev 2025-04-16 19:07:38.668 | libxslt1-dev 2025-04-16 19:07:38.668 | libyaml-dev 2025-04-16 19:07:38.668 | lsof 2025-04-16 19:07:38.668 | openssh-server 2025-04-16 19:07:38.668 | openssl 2025-04-16 19:07:38.668 | pkg-config 2025-04-16 19:07:38.668 | psmisc 2025-04-16 19:07:38.668 | python3-dev 2025-04-16 19:07:38.668 | python3-pip 2025-04-16 19:07:38.668 | python3-systemd 2025-04-16 19:07:38.668 | python3-venv 2025-04-16 19:07:38.668 | tar 2025-04-16 19:07:38.668 | tcpdump 2025-04-16 19:07:38.668 | unzip 2025-04-16 19:07:38.668 | uuid-runtime 2025-04-16 19:07:38.668 | wget 2025-04-16 19:07:38.668 | wget 2025-04-16 19:07:38.668 | zlib1g-dev 2025-04-16 19:07:38.668 | libkrb5-dev 2025-04-16 19:07:38.668 | libldap2-dev 2025-04-16 19:07:38.668 | libsasl2-dev 2025-04-16 19:07:38.668 | memcached 2025-04-16 19:07:38.668 | python3-mysqldb 2025-04-16 19:07:38.668 | sqlite3 2025-04-16 19:07:38.668 | conntrack 2025-04-16 19:07:38.668 | curl 2025-04-16 19:07:38.668 | ebtables 2025-04-16 19:07:38.668 | genisoimage 2025-04-16 19:07:38.668 | iptables 2025-04-16 19:07:38.668 | iputils-arping 2025-04-16 19:07:38.668 | kpartx 2025-04-16 19:07:38.668 | libjs-jquery-tablesorter 2025-04-16 19:07:38.668 | parted 2025-04-16 19:07:38.668 | pm-utils 2025-04-16 19:07:38.668 | python3-mysqldb 2025-04-16 19:07:38.668 | socat 2025-04-16 19:07:38.668 | sqlite3 2025-04-16 19:07:38.668 | sudo 2025-04-16 19:07:38.668 | vlan 2025-04-16 19:07:38.668 | lsscsi 2025-04-16 19:07:38.668 | open-iscsi 2025-04-16 19:07:38.668 | lvm2 2025-04-16 19:07:38.668 | qemu-utils 2025-04-16 19:07:38.668 | thin-provisioning-tools 2025-04-16 19:07:38.668 | acl 2025-04-16 19:07:38.668 | dnsmasq-base 2025-04-16 19:07:38.668 | dnsmasq-utils 2025-04-16 19:07:38.668 | ebtables 2025-04-16 19:07:38.668 | haproxy 2025-04-16 19:07:38.668 | iptables 2025-04-16 19:07:38.668 | iputils-arping 2025-04-16 19:07:38.668 | iputils-ping 2025-04-16 19:07:38.668 | postgresql-server-dev-all 2025-04-16 19:07:38.668 | python3-mysqldb 2025-04-16 19:07:38.668 | sqlite3 2025-04-16 19:07:38.668 | sudo 2025-04-16 19:07:38.668 | vlan 2025-04-16 19:07:38.668 | ipset 2025-04-16 19:07:38.668 | conntrack 2025-04-16 19:07:38.668 | conntrackd 2025-04-16 19:07:38.668 | keepalived' 2025-04-16 19:07:38.670 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2025-04-16 19:07:38.685 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2025-04-16 19:07:38.685 | apache2-dev 2025-04-16 19:07:38.685 | bc 2025-04-16 19:07:38.685 | bsdmainutils 2025-04-16 19:07:38.685 | curl 2025-04-16 19:07:38.685 | g++ 2025-04-16 19:07:38.685 | gawk 2025-04-16 19:07:38.685 | gcc 2025-04-16 19:07:38.685 | gettext 2025-04-16 19:07:38.685 | git 2025-04-16 19:07:38.685 | graphviz 2025-04-16 19:07:38.685 | iputils-ping 2025-04-16 19:07:38.685 | libapache2-mod-proxy-uwsgi 2025-04-16 19:07:38.685 | libffi-dev 2025-04-16 19:07:38.685 | libjpeg-dev 2025-04-16 19:07:38.685 | libpcre3-dev 2025-04-16 19:07:38.685 | libpq-dev 2025-04-16 19:07:38.685 | libssl-dev 2025-04-16 19:07:38.685 | libsystemd-dev 2025-04-16 19:07:38.685 | libxml2-dev 2025-04-16 19:07:38.685 | libxslt1-dev 2025-04-16 19:07:38.685 | libyaml-dev 2025-04-16 19:07:38.685 | lsof 2025-04-16 19:07:38.685 | openssh-server 2025-04-16 19:07:38.685 | openssl 2025-04-16 19:07:38.685 | pkg-config 2025-04-16 19:07:38.685 | psmisc 2025-04-16 19:07:38.685 | python3-dev 2025-04-16 19:07:38.685 | python3-pip 2025-04-16 19:07:38.685 | python3-systemd 2025-04-16 19:07:38.685 | python3-venv 2025-04-16 19:07:38.685 | tar 2025-04-16 19:07:38.685 | tcpdump 2025-04-16 19:07:38.685 | unzip 2025-04-16 19:07:38.685 | uuid-runtime 2025-04-16 19:07:38.685 | wget 2025-04-16 19:07:38.685 | wget 2025-04-16 19:07:38.685 | zlib1g-dev 2025-04-16 19:07:38.685 | libkrb5-dev 2025-04-16 19:07:38.685 | libldap2-dev 2025-04-16 19:07:38.685 | libsasl2-dev 2025-04-16 19:07:38.685 | memcached 2025-04-16 19:07:38.685 | python3-mysqldb 2025-04-16 19:07:38.685 | sqlite3 2025-04-16 19:07:38.685 | conntrack 2025-04-16 19:07:38.685 | curl 2025-04-16 19:07:38.685 | ebtables 2025-04-16 19:07:38.685 | genisoimage 2025-04-16 19:07:38.685 | iptables 2025-04-16 19:07:38.685 | iputils-arping 2025-04-16 19:07:38.685 | kpartx 2025-04-16 19:07:38.685 | libjs-jquery-tablesorter 2025-04-16 19:07:38.685 | parted 2025-04-16 19:07:38.685 | pm-utils 2025-04-16 19:07:38.685 | python3-mysqldb 2025-04-16 19:07:38.685 | socat 2025-04-16 19:07:38.685 | sqlite3 2025-04-16 19:07:38.685 | sudo 2025-04-16 19:07:38.686 | vlan 2025-04-16 19:07:38.686 | lsscsi 2025-04-16 19:07:38.686 | open-iscsi 2025-04-16 19:07:38.686 | lvm2 2025-04-16 19:07:38.686 | qemu-utils 2025-04-16 19:07:38.686 | thin-provisioning-tools 2025-04-16 19:07:38.686 | acl 2025-04-16 19:07:38.686 | dnsmasq-base 2025-04-16 19:07:38.686 | dnsmasq-utils 2025-04-16 19:07:38.686 | ebtables 2025-04-16 19:07:38.686 | haproxy 2025-04-16 19:07:38.686 | iptables 2025-04-16 19:07:38.686 | iputils-arping 2025-04-16 19:07:38.686 | iputils-ping 2025-04-16 19:07:38.686 | postgresql-server-dev-all 2025-04-16 19:07:38.686 | python3-mysqldb 2025-04-16 19:07:38.686 | sqlite3 2025-04-16 19:07:38.686 | sudo 2025-04-16 19:07:38.686 | vlan 2025-04-16 19:07:38.686 | ipset 2025-04-16 19:07:38.686 | conntrack 2025-04-16 19:07:38.686 | conntrackd 2025-04-16 19:07:38.686 | keepalived ' 2025-04-16 19:07:38.687 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2025-04-16 19:07:38.689 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:07:38.691 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:07:38.693 | ++ 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 19:07:38.693 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2025-04-16 19:07:38.697 | ++ 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 19:07:38.699 | ++ functions-common:install_package:1421 : update_package_repo 2025-04-16 19:07:38.701 | ++ functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 19:07:38.702 | ++ functions-common:update_package_repo:1396 : REPOS_UPDATED=False 2025-04-16 19:07:38.704 | ++ functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 19:07:38.706 | ++ functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 19:07:38.707 | ++ functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 19:07:38.709 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:07:38.711 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:07:38.712 | ++ functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 19:07:38.714 | ++ functions-common:apt_get_update:1149 : [[ False == \T\r\u\e ]] 2025-04-16 19:07:38.716 | ++ functions-common:apt_get_update:1154 : [[ False = \T\r\u\e ]] 2025-04-16 19:07:38.717 | ++ functions-common:apt_get_update:1156 : local sudo=sudo 2025-04-16 19:07:38.720 | +++ functions-common:apt_get_update:1157 : id -u 2025-04-16 19:07:38.723 | ++ functions-common:apt_get_update:1157 : [[ 1001 = \0 ]] 2025-04-16 19:07:38.724 | ++ functions-common:apt_get_update:1160 : time_start apt-get-update 2025-04-16 19:07:38.726 | ++ functions-common:time_start:2386 : local name=apt-get-update 2025-04-16 19:07:38.728 | ++ functions-common:time_start:2387 : local start_time= 2025-04-16 19:07:38.729 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:07:38.732 | +++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:07:38.734 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1744830458733 2025-04-16 19:07:38.736 | ++ functions-common:apt_get_update:1162 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2025-04-16 19:07:38.738 | ++ functions-common:apt_get_update:1163 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2025-04-16 19:07:38.739 | ++ 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 19:07:38.930 | Hit:1 https://repo.eu-de-1.cloud.sap/ubuntu jammy InRelease 2025-04-16 19:07:38.932 | Get:2 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates InRelease [128 kB] 2025-04-16 19:07:38.952 | Get:3 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports InRelease [127 kB] 2025-04-16 19:07:39.102 | Get:4 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 Packages [2,468 kB] 2025-04-16 19:07:39.115 | Get:5 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2025-04-16 19:07:39.150 | Get:6 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main Translation-en [405 kB] 2025-04-16 19:07:39.158 | Get:7 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 c-n-f Metadata [18.5 kB] 2025-04-16 19:07:39.174 | Get:8 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 Packages [3,269 kB] 2025-04-16 19:07:39.204 | Get:9 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted Translation-en [580 kB] 2025-04-16 19:07:39.216 | Get:10 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [676 B] 2025-04-16 19:07:39.225 | Get:11 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 Packages [1,200 kB] 2025-04-16 19:07:39.246 | Get:12 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe Translation-en [296 kB] 2025-04-16 19:07:39.255 | Get:13 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 c-n-f Metadata [28.7 kB] 2025-04-16 19:07:39.265 | Get:14 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse amd64 Packages [46.5 kB] 2025-04-16 19:07:39.282 | Get:15 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse Translation-en [11.8 kB] 2025-04-16 19:07:39.296 | Get:16 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [592 B] 2025-04-16 19:07:39.310 | Get:17 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main amd64 Packages [68.4 kB] 2025-04-16 19:07:39.324 | Get:18 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main Translation-en [11.1 kB] 2025-04-16 19:07:39.340 | Get:19 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main amd64 c-n-f Metadata [392 B] 2025-04-16 19:07:39.355 | Get:20 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe amd64 Packages [30.0 kB] 2025-04-16 19:07:39.365 | Get:21 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe Translation-en [16.6 kB] 2025-04-16 19:07:39.373 | Get:22 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2025-04-16 19:07:39.643 | Get:23 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2,222 kB] 2025-04-16 19:07:44.370 | Get:24 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [342 kB] 2025-04-16 19:07:45.091 | Get:25 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.6 kB] 2025-04-16 19:07:45.119 | Get:26 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [3,145 kB] 2025-04-16 19:07:52.113 | Get:27 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [558 kB] 2025-04-16 19:07:53.279 | Get:28 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [624 B] 2025-04-16 19:07:53.279 | Get:29 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [972 kB] 2025-04-16 19:07:55.302 | Get:30 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [209 kB] 2025-04-16 19:07:55.741 | Get:31 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [21.7 kB] 2025-04-16 19:07:55.776 | Get:32 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [39.6 kB] 2025-04-16 19:07:55.866 | Get:33 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [8,716 B] 2025-04-16 19:07:55.877 | Get:34 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [368 B] 2025-04-16 19:08:00.890 | Fetched 16.4 MB in 17s (959 kB/s) 2025-04-16 19:08:01.977 | Reading package lists... 2025-04-16 19:08:02.007 | ++ functions-common:apt_get_update:1168 : REPOS_UPDATED=True 2025-04-16 19:08:02.009 | ++ functions-common:apt_get_update:1170 : time_stop apt-get-update 2025-04-16 19:08:02.011 | ++ functions-common:time_stop:2400 : local name 2025-04-16 19:08:02.013 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 19:08:02.015 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:08:02.016 | ++ functions-common:time_stop:2403 : local total 2025-04-16 19:08:02.018 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 19:08:02.020 | ++ functions-common:time_stop:2406 : name=apt-get-update 2025-04-16 19:08:02.022 | ++ functions-common:time_stop:2407 : start_time=1744830458733 2025-04-16 19:08:02.024 | ++ functions-common:time_stop:2409 : [[ -z 1744830458733 ]] 2025-04-16 19:08:02.026 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:08:02.029 | ++ functions-common:time_stop:2412 : end_time=1744830482027 2025-04-16 19:08:02.031 | ++ functions-common:time_stop:2413 : elapsed_time=23294 2025-04-16 19:08:02.033 | ++ functions-common:time_stop:2414 : total=0 2025-04-16 19:08:02.034 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:08:02.036 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=23294 2025-04-16 19:08:02.038 | ++ 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 19:08:02.040 | ++ functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 19:08:02.042 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:08:02.044 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:08:02.046 | ++ 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 19:08:02.062 | ++ 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 19:08:02.122 | Reading package lists... 2025-04-16 19:08:02.354 | Building dependency tree... 2025-04-16 19:08:02.354 | Reading state information... 2025-04-16 19:08:02.550 | acl is already the newest version (2.3.1-1). 2025-04-16 19:08:02.550 | bc is already the newest version (1.07.1-3build1). 2025-04-16 19:08:02.550 | bc set to manually installed. 2025-04-16 19:08:02.550 | conntrack is already the newest version (1:1.4.6-2build2). 2025-04-16 19:08:02.550 | ebtables is already the newest version (2.0.11-4build2). 2025-04-16 19:08:02.550 | g++ is already the newest version (4:11.2.0-1ubuntu1). 2025-04-16 19:08:02.550 | gcc is already the newest version (4:11.2.0-1ubuntu1). 2025-04-16 19:08:02.550 | genisoimage is already the newest version (9:1.1.11-3.2ubuntu1). 2025-04-16 19:08:02.550 | gettext is already the newest version (0.21-4ubuntu4). 2025-04-16 19:08:02.550 | ipset is already the newest version (7.15-1build1). 2025-04-16 19:08:02.550 | iputils-arping is already the newest version (3:20211215-1). 2025-04-16 19:08:02.550 | iputils-ping is already the newest version (3:20211215-1). 2025-04-16 19:08:02.550 | iputils-ping set to manually installed. 2025-04-16 19:08:02.550 | keepalived is already the newest version (1:2.2.4-0.2build1). 2025-04-16 19:08:02.550 | libffi-dev is already the newest version (3.4.2-4). 2025-04-16 19:08:02.550 | libjpeg-dev is already the newest version (8c-2ubuntu10). 2025-04-16 19:08:02.550 | libyaml-dev is already the newest version (0.2.2-1build2). 2025-04-16 19:08:02.550 | lsof is already the newest version (4.93.2+dfsg-1.1build2). 2025-04-16 19:08:02.550 | lsof set to manually installed. 2025-04-16 19:08:02.550 | lsscsi is already the newest version (0.31-1build2). 2025-04-16 19:08:02.550 | parted is already the newest version (3.4-2build1). 2025-04-16 19:08:02.550 | parted set to manually installed. 2025-04-16 19:08:02.550 | pkg-config is already the newest version (0.29.2-1ubuntu3). 2025-04-16 19:08:02.550 | psmisc is already the newest version (23.4-2build3). 2025-04-16 19:08:02.550 | psmisc set to manually installed. 2025-04-16 19:08:02.550 | python3-mysqldb is already the newest version (1.4.6-1build1). 2025-04-16 19:08:02.550 | python3-systemd is already the newest version (234-3ubuntu2). 2025-04-16 19:08:02.550 | python3-systemd set to manually installed. 2025-04-16 19:08:02.550 | socat is already the newest version (1.7.4.1-3ubuntu4). 2025-04-16 19:08:02.550 | thin-provisioning-tools is already the newest version (0.9.0-2ubuntu1). 2025-04-16 19:08:02.550 | thin-provisioning-tools set to manually installed. 2025-04-16 19:08:02.550 | bsdmainutils is already the newest version (12.1.7+nmu3ubuntu2). 2025-04-16 19:08:02.550 | conntrackd is already the newest version (1:1.4.6-2build2). 2025-04-16 19:08:02.551 | libjs-jquery-tablesorter is already the newest version (1:2.31.3+dfsg1-3). 2025-04-16 19:08:02.551 | pm-utils is already the newest version (1.4.1-19). 2025-04-16 19:08:02.551 | postgresql-server-dev-all is already the newest version (238). 2025-04-16 19:08:02.551 | vlan is already the newest version (2.0.5ubuntu5). 2025-04-16 19:08:02.551 | curl is already the newest version (7.81.0-1ubuntu1.20). 2025-04-16 19:08:02.551 | curl set to manually installed. 2025-04-16 19:08:02.551 | dnsmasq-base is already the newest version (2.90-0ubuntu0.22.04.1). 2025-04-16 19:08:02.551 | dnsmasq-utils is already the newest version (2.90-0ubuntu0.22.04.1). 2025-04-16 19:08:02.551 | gawk is already the newest version (1:5.1.0-1ubuntu0.1). 2025-04-16 19:08:02.551 | gawk set to manually installed. 2025-04-16 19:08:02.551 | git is already the newest version (1:2.34.1-1ubuntu1.12). 2025-04-16 19:08:02.551 | git set to manually installed. 2025-04-16 19:08:02.551 | iptables is already the newest version (1.8.7-1ubuntu5.2). 2025-04-16 19:08:02.551 | iptables set to manually installed. 2025-04-16 19:08:02.551 | kpartx is already the newest version (0.8.8-1ubuntu1.22.04.4). 2025-04-16 19:08:02.551 | kpartx set to manually installed. 2025-04-16 19:08:02.551 | libpcre3-dev is already the newest version (2:8.39-13ubuntu0.22.04.1). 2025-04-16 19:08:02.551 | libsasl2-dev is already the newest version (2.1.27+dfsg2-3ubuntu1.2). 2025-04-16 19:08:02.551 | memcached is already the newest version (1.6.14-1ubuntu0.1). 2025-04-16 19:08:02.551 | python3-dev is already the newest version (3.10.6-1~22.04.1). 2025-04-16 19:08:02.551 | sqlite3 is already the newest version (3.37.2-2ubuntu0.3). 2025-04-16 19:08:02.551 | sudo is already the newest version (1.9.9-1ubuntu2.4). 2025-04-16 19:08:02.551 | sudo set to manually installed. 2025-04-16 19:08:02.551 | tar is already the newest version (1.34+dfsg-1ubuntu0.1.22.04.2). 2025-04-16 19:08:02.551 | tar set to manually installed. 2025-04-16 19:08:02.551 | tcpdump is already the newest version (4.99.1-3ubuntu0.2). 2025-04-16 19:08:02.551 | tcpdump set to manually installed. 2025-04-16 19:08:02.551 | unzip is already the newest version (6.0-26ubuntu3.2). 2025-04-16 19:08:02.551 | uuid-runtime is already the newest version (2.37.2-4ubuntu3.4). 2025-04-16 19:08:02.551 | uuid-runtime set to manually installed. 2025-04-16 19:08:02.551 | wget is already the newest version (1.21.2-2ubuntu1.1). 2025-04-16 19:08:02.551 | wget set to manually installed. 2025-04-16 19:08:02.551 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu9.2). 2025-04-16 19:08:02.551 | graphviz is already the newest version (2.42.2-6ubuntu0.1). 2025-04-16 19:08:02.551 | python3-pip is already the newest version (22.0.2+dfsg-1ubuntu0.5). 2025-04-16 19:08:02.551 | python3-venv is already the newest version (3.10.6-1~22.04.1). 2025-04-16 19:08:02.551 | The following additional packages will be installed: 2025-04-16 19:08:02.551 | apache2-bin apache2-data apache2-utils dmeventd dmsetup krb5-multidev 2025-04-16 19:08:02.551 | libgssapi-krb5-2 libgssrpc4 libk5crypto3 libkadm5clnt-mit12 2025-04-16 19:08:02.551 | libkadm5srv-mit12 libkrb5-3 libkrb5support0 libnss-systemd libpam-systemd 2025-04-16 19:08:02.551 | libpq5 libssl3 libsystemd0 libxml2 libxslt1.1 openssh-client 2025-04-16 19:08:02.552 | openssh-sftp-server qemu-block-extra systemd systemd-sysv systemd-timesyncd 2025-04-16 19:08:02.553 | Suggested packages: 2025-04-16 19:08:02.553 | apache2-doc apache2-suexec-pristine | apache2-suexec-custom www-browser 2025-04-16 19:08:02.553 | vim-haproxy haproxy-doc krb5-doc krb5-user postgresql-doc-14 libssl-doc 2025-04-16 19:08:02.553 | keychain libpam-ssh monkeysphere ssh-askpass molly-guard debootstrap 2025-04-16 19:08:02.553 | systemd-container libtss2-rc0 2025-04-16 19:08:02.553 | Recommended packages: 2025-04-16 19:08:02.553 | krb5-locales 2025-04-16 19:08:02.598 | The following packages will be upgraded: 2025-04-16 19:08:02.598 | apache2 apache2-bin apache2-data apache2-dev apache2-utils dmeventd dmsetup 2025-04-16 19:08:02.598 | haproxy krb5-multidev libapache2-mod-proxy-uwsgi libgssapi-krb5-2 libgssrpc4 2025-04-16 19:08:02.598 | libk5crypto3 libkadm5clnt-mit12 libkadm5srv-mit12 libkrb5-3 libkrb5-dev 2025-04-16 19:08:02.599 | libkrb5support0 libldap2-dev libnss-systemd libpam-systemd libpq-dev libpq5 2025-04-16 19:08:02.599 | libssl-dev libssl3 libsystemd-dev libsystemd0 libxml2 libxml2-dev 2025-04-16 19:08:02.599 | libxslt1-dev libxslt1.1 lvm2 open-iscsi openssh-client openssh-server 2025-04-16 19:08:02.599 | openssh-sftp-server openssl qemu-block-extra qemu-utils systemd systemd-sysv 2025-04-16 19:08:02.599 | systemd-timesyncd 2025-04-16 19:08:03.095 | Preconfiguring packages ... 2025-04-16 19:08:03.178 | 42 upgraded, 0 newly installed, 0 to remove and 119 not upgraded. 2025-04-16 19:08:03.178 | Need to get 0 B/22.3 MB of archives. 2025-04-16 19:08:03.178 | After this operation, 29.7 kB of additional disk space will be used. 2025-04-16 19:08:04.307 | (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 19:08:04.314 | Preparing to unpack .../0-libsystemd-dev_249.11-0ubuntu3.15_amd64.deb ... 2025-04-16 19:08:04.399 | Unpacking libsystemd-dev:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-16 19:08:05.030 | Preparing to unpack .../1-libnss-systemd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-16 19:08:05.128 | Unpacking libnss-systemd:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-16 19:08:05.418 | Preparing to unpack .../2-systemd-timesyncd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-16 19:08:05.500 | Unpacking systemd-timesyncd (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-16 19:08:06.071 | Preparing to unpack .../3-systemd-sysv_249.11-0ubuntu3.15_amd64.deb ... 2025-04-16 19:08:06.147 | Unpacking systemd-sysv (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-16 19:08:06.383 | Preparing to unpack .../4-libpam-systemd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-16 19:08:06.467 | Unpacking libpam-systemd:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-16 19:08:06.681 | Preparing to unpack .../5-libssl-dev_3.0.2-0ubuntu1.19_amd64.deb ... 2025-04-16 19:08:06.752 | Unpacking libssl-dev:amd64 (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-04-16 19:08:07.164 | Preparing to unpack .../6-libssl3_3.0.2-0ubuntu1.19_amd64.deb ... 2025-04-16 19:08:07.234 | Unpacking libssl3:amd64 (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-04-16 19:08:07.485 | Setting up libssl3:amd64 (3.0.2-0ubuntu1.19) ... 2025-04-16 19:08:08.103 | (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 19:08:08.108 | Preparing to unpack .../systemd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-16 19:08:08.232 | Unpacking systemd (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-16 19:08:08.897 | Preparing to unpack .../libsystemd0_249.11-0ubuntu3.15_amd64.deb ... 2025-04-16 19:08:08.975 | Unpacking libsystemd0:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-16 19:08:09.178 | Setting up libsystemd0:amd64 (249.11-0ubuntu3.15) ... 2025-04-16 19:08:09.431 | (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 19:08:09.437 | Preparing to unpack .../00-libapache2-mod-proxy-uwsgi_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-16 19:08:09.524 | Unpacking libapache2-mod-proxy-uwsgi (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-16 19:08:09.695 | Preparing to unpack .../01-libxml2-dev_2.9.13+dfsg-1ubuntu0.6_amd64.deb ... 2025-04-16 19:08:09.776 | Unpacking libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.6) over (2.9.13+dfsg-1ubuntu0.5) ... 2025-04-16 19:08:10.028 | Preparing to unpack .../02-libxml2_2.9.13+dfsg-1ubuntu0.6_amd64.deb ... 2025-04-16 19:08:10.092 | Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.6) over (2.9.13+dfsg-1ubuntu0.5) ... 2025-04-16 19:08:10.224 | Preparing to unpack .../03-apache2_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-16 19:08:10.241 | Unpacking apache2 (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-16 19:08:10.331 | Preparing to unpack .../04-apache2-bin_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-16 19:08:10.343 | Unpacking apache2-bin (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-16 19:08:10.441 | Preparing to unpack .../05-apache2-data_2.4.52-1ubuntu4.14_all.deb ... 2025-04-16 19:08:10.453 | Unpacking apache2-data (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-16 19:08:10.558 | Preparing to unpack .../06-apache2-utils_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-16 19:08:10.569 | Unpacking apache2-utils (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-16 19:08:10.638 | Preparing to unpack .../07-haproxy_2.4.24-0ubuntu0.22.04.2_amd64.deb ... 2025-04-16 19:08:10.660 | Unpacking haproxy (2.4.24-0ubuntu0.22.04.2) over (2.4.24-0ubuntu0.22.04.1) ... 2025-04-16 19:08:10.772 | Preparing to unpack .../08-dmsetup_2%3a1.02.175-2.1ubuntu5_amd64.deb ... 2025-04-16 19:08:10.787 | Unpacking dmsetup (2:1.02.175-2.1ubuntu5) over (2:1.02.175-2.1ubuntu4) ... 2025-04-16 19:08:10.862 | Preparing to unpack .../09-dmeventd_2%3a1.02.175-2.1ubuntu5_amd64.deb ... 2025-04-16 19:08:10.876 | Unpacking dmeventd (2:1.02.175-2.1ubuntu5) over (2:1.02.175-2.1ubuntu4) ... 2025-04-16 19:08:10.944 | Preparing to unpack .../10-lvm2_2.03.11-2.1ubuntu5_amd64.deb ... 2025-04-16 19:08:10.973 | Unpacking lvm2 (2.03.11-2.1ubuntu5) over (2.03.11-2.1ubuntu4) ... 2025-04-16 19:08:11.102 | Preparing to unpack .../11-open-iscsi_2.1.5-1ubuntu1.1_amd64.deb ... 2025-04-16 19:08:11.335 | Unpacking open-iscsi (2.1.5-1ubuntu1.1) over (2.1.5-1ubuntu1) ... 2025-04-16 19:08:11.414 | Preparing to unpack .../12-libk5crypto3_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 19:08:11.426 | Unpacking libk5crypto3:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 19:08:11.491 | Setting up libk5crypto3:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 19:08:11.612 | (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 19:08:11.618 | Preparing to unpack .../libkrb5support0_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 19:08:11.630 | Unpacking libkrb5support0:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 19:08:11.694 | Setting up libkrb5support0:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 19:08:11.816 | (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 19:08:11.822 | Preparing to unpack .../libkrb5-3_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 19:08:11.835 | Unpacking libkrb5-3:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 19:08:11.906 | Setting up libkrb5-3:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 19:08:12.026 | (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 19:08:12.033 | Preparing to unpack .../libgssapi-krb5-2_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 19:08:12.045 | Unpacking libgssapi-krb5-2:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 19:08:12.113 | Setting up libgssapi-krb5-2:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 19:08:12.230 | (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 19:08:12.235 | Preparing to unpack .../00-libgssrpc4_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 19:08:12.247 | Unpacking libgssrpc4:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 19:08:12.305 | Preparing to unpack .../01-libkadm5srv-mit12_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 19:08:12.315 | Unpacking libkadm5srv-mit12:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 19:08:12.378 | Preparing to unpack .../02-libkadm5clnt-mit12_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 19:08:12.389 | Unpacking libkadm5clnt-mit12:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 19:08:12.440 | Preparing to unpack .../03-libkrb5-dev_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 19:08:12.450 | Unpacking libkrb5-dev:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 19:08:12.511 | Preparing to unpack .../04-krb5-multidev_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 19:08:12.522 | Unpacking krb5-multidev:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 19:08:12.589 | Preparing to unpack .../05-openssh-sftp-server_1%3a8.9p1-3ubuntu0.11_amd64.deb ... 2025-04-16 19:08:12.600 | Unpacking openssh-sftp-server (1:8.9p1-3ubuntu0.11) over (1:8.9p1-3ubuntu0.10) ... 2025-04-16 19:08:12.663 | Preparing to unpack .../06-openssh-server_1%3a8.9p1-3ubuntu0.11_amd64.deb ... 2025-04-16 19:08:12.691 | Unpacking openssh-server (1:8.9p1-3ubuntu0.11) over (1:8.9p1-3ubuntu0.10) ... 2025-04-16 19:08:12.772 | Preparing to unpack .../07-openssh-client_1%3a8.9p1-3ubuntu0.11_amd64.deb ... 2025-04-16 19:08:12.792 | Unpacking openssh-client (1:8.9p1-3ubuntu0.11) over (1:8.9p1-3ubuntu0.10) ... 2025-04-16 19:08:12.874 | Preparing to unpack .../08-openssl_3.0.2-0ubuntu1.19_amd64.deb ... 2025-04-16 19:08:12.884 | Unpacking openssl (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-04-16 19:08:12.990 | Preparing to unpack .../09-apache2-dev_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-16 19:08:13.000 | Unpacking apache2-dev (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-16 19:08:13.071 | Preparing to unpack .../10-libpq-dev_14.17-0ubuntu0.22.04.1_amd64.deb ... 2025-04-16 19:08:13.081 | Unpacking libpq-dev (14.17-0ubuntu0.22.04.1) over (14.15-0ubuntu0.22.04.1) ... 2025-04-16 19:08:13.143 | Preparing to unpack .../11-libpq5_14.17-0ubuntu0.22.04.1_amd64.deb ... 2025-04-16 19:08:13.154 | Unpacking libpq5:amd64 (14.17-0ubuntu0.22.04.1) over (14.15-0ubuntu0.22.04.1) ... 2025-04-16 19:08:13.205 | Preparing to unpack .../12-libxslt1-dev_1.1.34-4ubuntu0.22.04.3_amd64.deb ... 2025-04-16 19:08:13.216 | Unpacking libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.3) over (1.1.34-4ubuntu0.22.04.1) ... 2025-04-16 19:08:13.306 | Preparing to unpack .../13-libxslt1.1_1.1.34-4ubuntu0.22.04.3_amd64.deb ... 2025-04-16 19:08:13.317 | Unpacking libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.3) over (1.1.34-4ubuntu0.22.04.1) ... 2025-04-16 19:08:13.380 | Preparing to unpack .../14-qemu-block-extra_1%3a6.2+dfsg-2ubuntu6.26_amd64.deb ... 2025-04-16 19:08:13.403 | Unpacking qemu-block-extra (1:6.2+dfsg-2ubuntu6.26) over (1:6.2+dfsg-2ubuntu6.24) ... 2025-04-16 19:08:13.459 | Preparing to unpack .../15-qemu-utils_1%3a6.2+dfsg-2ubuntu6.26_amd64.deb ... 2025-04-16 19:08:13.469 | Unpacking qemu-utils (1:6.2+dfsg-2ubuntu6.26) over (1:6.2+dfsg-2ubuntu6.24) ... 2025-04-16 19:08:13.573 | Preparing to unpack .../16-libldap2-dev_2.5.18+dfsg-0ubuntu0.22.04.3_all.deb ... 2025-04-16 19:08:13.584 | Unpacking libldap2-dev (2.5.18+dfsg-0ubuntu0.22.04.3) over (2.5.18+dfsg-0ubuntu0.22.04.2) ... 2025-04-16 19:08:13.647 | Setting up openssh-client (1:8.9p1-3ubuntu0.11) ... 2025-04-16 19:08:13.727 | Setting up libpq5:amd64 (14.17-0ubuntu0.22.04.1) ... 2025-04-16 19:08:13.737 | Setting up haproxy (2.4.24-0ubuntu0.22.04.2) ... 2025-04-16 19:08:14.571 | Setting up systemd (249.11-0ubuntu3.15) ... 2025-04-16 19:08:15.248 | Setting up open-iscsi (2.1.5-1ubuntu1.1) ... 2025-04-16 19:08:16.218 | iscsid.service is a disabled or a static unit, not starting it. 2025-04-16 19:08:17.025 | Setting up libldap2-dev (2.5.18+dfsg-0ubuntu0.22.04.3) ... 2025-04-16 19:08:17.036 | Setting up libgssrpc4:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 19:08:17.046 | Setting up libssl-dev:amd64 (3.0.2-0ubuntu1.19) ... 2025-04-16 19:08:17.057 | Setting up systemd-timesyncd (249.11-0ubuntu3.15) ... 2025-04-16 19:08:17.550 | Setting up dmsetup (2:1.02.175-2.1ubuntu5) ... 2025-04-16 19:08:17.563 | update-initramfs: deferring update (trigger activated) 2025-04-16 19:08:17.568 | Setting up dmeventd (2:1.02.175-2.1ubuntu5) ... 2025-04-16 19:08:17.954 | dm-event.service is a disabled or a static unit not running, not starting it. 2025-04-16 19:08:18.024 | Setting up libkadm5srv-mit12:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 19:08:18.035 | Setting up apache2-data (2.4.52-1ubuntu4.14) ... 2025-04-16 19:08:18.047 | Setting up qemu-utils (1:6.2+dfsg-2ubuntu6.26) ... 2025-04-16 19:08:18.058 | Setting up openssl (3.0.2-0ubuntu1.19) ... 2025-04-16 19:08:18.075 | Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.6) ... 2025-04-16 19:08:18.087 | Setting up qemu-block-extra (1:6.2+dfsg-2ubuntu6.26) ... 2025-04-16 19:08:18.782 | Setting up libsystemd-dev:amd64 (249.11-0ubuntu3.15) ... 2025-04-16 19:08:18.793 | Setting up libkadm5clnt-mit12:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 19:08:18.803 | Setting up apache2-utils (2.4.52-1ubuntu4.14) ... 2025-04-16 19:08:18.813 | Setting up apache2-dev (2.4.52-1ubuntu4.14) ... 2025-04-16 19:08:18.823 | Setting up krb5-multidev:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 19:08:18.834 | Setting up openssh-sftp-server (1:8.9p1-3ubuntu0.11) ... 2025-04-16 19:08:18.844 | Setting up systemd-sysv (249.11-0ubuntu3.15) ... 2025-04-16 19:08:18.856 | Setting up openssh-server (1:8.9p1-3ubuntu0.11) ... 2025-04-16 19:08:19.680 | rescue-ssh.target is a disabled or a static unit not running, not starting it. 2025-04-16 19:08:20.142 | ssh.socket is a disabled or a static unit not running, not starting it. 2025-04-16 19:08:20.183 | Setting up libnss-systemd:amd64 (249.11-0ubuntu3.15) ... 2025-04-16 19:08:20.195 | Setting up libpq-dev (14.17-0ubuntu0.22.04.1) ... 2025-04-16 19:08:20.205 | Setting up apache2-bin (2.4.52-1ubuntu4.14) ... 2025-04-16 19:08:20.215 | Setting up lvm2 (2.03.11-2.1ubuntu5) ... 2025-04-16 19:08:20.318 | update-initramfs: deferring update (trigger activated) 2025-04-16 19:08:21.707 | Setting up libkrb5-dev:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 19:08:21.718 | Setting up libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.6) ... 2025-04-16 19:08:21.728 | Setting up libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.3) ... 2025-04-16 19:08:21.738 | Setting up libpam-systemd:amd64 (249.11-0ubuntu3.15) ... 2025-04-16 19:08:21.917 | Setting up libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.3) ... 2025-04-16 19:08:21.928 | Setting up apache2 (2.4.52-1ubuntu4.14) ... 2025-04-16 19:08:23.864 | apache-htcacheclean.service is a disabled or a static unit not running, not starting it. 2025-04-16 19:08:23.886 | Setting up libapache2-mod-proxy-uwsgi (2.4.52-1ubuntu4.14) ... 2025-04-16 19:08:23.901 | Processing triggers for libc-bin (2.35-0ubuntu3.8) ... 2025-04-16 19:08:23.944 | Processing triggers for rsyslog (8.2112.0-2ubuntu2.2) ... 2025-04-16 19:08:23.982 | Processing triggers for ufw (0.36.1-4ubuntu0.1) ... 2025-04-16 19:08:24.055 | Processing triggers for man-db (2.10.2-1) ... 2025-04-16 19:08:24.353 | Processing triggers for dbus (1.12.20-2ubuntu4.1) ... 2025-04-16 19:08:24.369 | Processing triggers for initramfs-tools (0.140ubuntu13.4) ... 2025-04-16 19:08:24.405 | update-initramfs: Generating /boot/initrd.img-6.8.0-52-generic 2025-04-16 19:08:30.756 | NEEDRESTART-VER: 3.5 2025-04-16 19:08:31.375 | NEEDRESTART-KCUR: 6.8.0-52-generic 2025-04-16 19:08:31.375 | NEEDRESTART-KEXP: 6.8.0-52-generic 2025-04-16 19:08:31.375 | NEEDRESTART-KSTA: 1 2025-04-16 19:08:31.375 | NEEDRESTART-SVC: conntrackd.service 2025-04-16 19:08:31.375 | NEEDRESTART-SVC: dbus.service 2025-04-16 19:08:31.375 | NEEDRESTART-SVC: epmd.service 2025-04-16 19:08:31.375 | NEEDRESTART-SVC: irqbalance.service 2025-04-16 19:08:31.375 | NEEDRESTART-SVC: mariadb.service 2025-04-16 19:08:31.375 | NEEDRESTART-SVC: memcached.service 2025-04-16 19:08:31.375 | NEEDRESTART-SVC: ModemManager.service 2025-04-16 19:08:31.375 | NEEDRESTART-SVC: multipathd.service 2025-04-16 19:08:31.375 | NEEDRESTART-SVC: networkd-dispatcher.service 2025-04-16 19:08:31.375 | NEEDRESTART-SVC: open-vm-tools.service 2025-04-16 19:08:31.375 | NEEDRESTART-SVC: ovs-vswitchd.service 2025-04-16 19:08:31.375 | NEEDRESTART-SVC: ovsdb-server.service 2025-04-16 19:08:31.375 | NEEDRESTART-SVC: packagekit.service 2025-04-16 19:08:31.375 | NEEDRESTART-SVC: pmcd.service 2025-04-16 19:08:31.375 | NEEDRESTART-SVC: pmie.service 2025-04-16 19:08:31.375 | NEEDRESTART-SVC: pmie_farm.service 2025-04-16 19:08:31.375 | NEEDRESTART-SVC: pmlogger.service 2025-04-16 19:08:31.375 | NEEDRESTART-SVC: pmlogger_farm.service 2025-04-16 19:08:31.375 | NEEDRESTART-SVC: pmproxy.service 2025-04-16 19:08:31.375 | NEEDRESTART-SVC: polkit.service 2025-04-16 19:08:31.375 | NEEDRESTART-SVC: rabbitmq-server.service 2025-04-16 19:08:31.375 | NEEDRESTART-SVC: systemd-logind.service 2025-04-16 19:08:31.375 | NEEDRESTART-SVC: systemd-udevd.service 2025-04-16 19:08:31.375 | NEEDRESTART-SVC: udisks2.service 2025-04-16 19:08:31.375 | NEEDRESTART-SVC: user@1001.service 2025-04-16 19:08:31.375 | NEEDRESTART-SVC: vgauth.service 2025-04-16 19:08:33.335 | ++ functions-common:apt_get:1194 : result=0 2025-04-16 19:08:33.348 | ++ functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 19:08:33.348 | ++ functions-common:time_stop:2400 : local name 2025-04-16 19:08:33.348 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 19:08:33.348 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:08:33.348 | ++ functions-common:time_stop:2403 : local total 2025-04-16 19:08:33.348 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 19:08:33.349 | ++ functions-common:time_stop:2406 : name=apt-get 2025-04-16 19:08:33.351 | ++ functions-common:time_stop:2407 : start_time=1744830482059 2025-04-16 19:08:33.353 | ++ functions-common:time_stop:2409 : [[ -z 1744830482059 ]] 2025-04-16 19:08:33.356 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:08:33.359 | ++ functions-common:time_stop:2412 : end_time=1744830513356 2025-04-16 19:08:33.361 | ++ functions-common:time_stop:2413 : elapsed_time=31297 2025-04-16 19:08:33.363 | ++ functions-common:time_stop:2414 : total=504 2025-04-16 19:08:33.365 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:08:33.367 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=31801 2025-04-16 19:08:33.369 | ++ functions-common:apt_get:1198 : return 0 2025-04-16 19:08:33.371 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2025-04-16 19:08:33.373 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2025-04-16 19:08:33.375 | +++ tools/install_prereqs.sh:source:83 : which python3.10 2025-04-16 19:08:33.379 | ++ tools/install_prereqs.sh:source:83 : export PYTHON=/usr/bin/python3.10 2025-04-16 19:08:33.382 | ++ tools/install_prereqs.sh:source:83 : PYTHON=/usr/bin/python3.10 2025-04-16 19:08:33.384 | ++ tools/install_prereqs.sh:source:88 : date +%s 2025-04-16 19:08:33.387 | ++ tools/install_prereqs.sh:source:89 : date 2025-04-16 19:08:33.391 | + stack.sh:main:805 : [[ False != \T\r\u\e ]] 2025-04-16 19:08:33.393 | + stack.sh:main:806 : PYPI_ALTERNATIVE_URL= 2025-04-16 19:08:33.395 | + stack.sh:main:806 : /opt/stack/devstack/tools/install_pip.sh 2025-04-16 19:08:33.701 | + tools/install_pip.sh:main:25 : FILES=/opt/stack/devstack/files 2025-04-16 19:08:33.702 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2025-04-16 19:08:33.704 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2025-04-16 19:08:33.705 | + tools/install_pip.sh:main:43 : GetDistro 2025-04-16 19:08:33.706 | + functions-common:GetDistro:449 : GetOSVersion 2025-04-16 19:08:33.707 | + functions-common:GetOSVersion:416 : source /etc/os-release 2025-04-16 19:08:33.709 | ++ /etc/os-release:source:1 : PRETTY_NAME='Ubuntu 22.04.5 LTS' 2025-04-16 19:08:33.710 | ++ /etc/os-release:source:2 : NAME=Ubuntu 2025-04-16 19:08:33.711 | ++ /etc/os-release:source:3 : VERSION_ID=22.04 2025-04-16 19:08:33.713 | ++ /etc/os-release:source:4 : VERSION='22.04.5 LTS (Jammy Jellyfish)' 2025-04-16 19:08:33.714 | ++ /etc/os-release:source:5 : VERSION_CODENAME=jammy 2025-04-16 19:08:33.715 | ++ /etc/os-release:source:6 : ID=ubuntu 2025-04-16 19:08:33.716 | ++ /etc/os-release:source:7 : ID_LIKE=debian 2025-04-16 19:08:33.718 | ++ /etc/os-release:source:8 : HOME_URL=https://www.ubuntu.com/ 2025-04-16 19:08:33.719 | ++ /etc/os-release:source:9 : SUPPORT_URL=https://help.ubuntu.com/ 2025-04-16 19:08:33.720 | ++ /etc/os-release:source:10 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2025-04-16 19:08:33.721 | ++ /etc/os-release:source:11 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2025-04-16 19:08:33.723 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=jammy 2025-04-16 19:08:33.724 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) == \c\e\n\t\o\s\9 ]] 2025-04-16 19:08:33.725 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) =~ rhel9 ]] 2025-04-16 19:08:33.727 | + functions-common:GetOSVersion:421 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) =~ rocky9 ]] 2025-04-16 19:08:33.728 | + functions-common:GetOSVersion:425 : _ensure_lsb_release 2025-04-16 19:08:33.729 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2025-04-16 19:08:33.731 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2025-04-16 19:08:33.732 | + functions-common:_ensure_lsb_release:394 : return 2025-04-16 19:08:33.734 | ++ functions-common:GetOSVersion:427 : lsb_release -r -s 2025-04-16 19:08:33.768 | + functions-common:GetOSVersion:427 : os_RELEASE=22.04 2025-04-16 19:08:33.770 | ++ functions-common:GetOSVersion:428 : lsb_release -c -s 2025-04-16 19:08:33.803 | + functions-common:GetOSVersion:428 : os_CODENAME=jammy 2025-04-16 19:08:33.805 | ++ functions-common:GetOSVersion:429 : lsb_release -i -s 2025-04-16 19:08:33.839 | + functions-common:GetOSVersion:429 : os_VENDOR=Ubuntu 2025-04-16 19:08:33.840 | + functions-common:GetOSVersion:432 : [[ Ubuntu =~ (Debian|Ubuntu) ]] 2025-04-16 19:08:33.842 | + functions-common:GetOSVersion:433 : os_PACKAGE=deb 2025-04-16 19:08:33.843 | + functions-common:GetOSVersion:438 : typeset -xr os_VENDOR 2025-04-16 19:08:33.845 | + functions-common:GetOSVersion:439 : typeset -xr os_RELEASE 2025-04-16 19:08:33.846 | + functions-common:GetOSVersion:440 : typeset -xr os_PACKAGE 2025-04-16 19:08:33.847 | + functions-common:GetOSVersion:441 : typeset -xr os_CODENAME 2025-04-16 19:08:33.849 | + functions-common:GetDistro:450 : [[ Ubuntu =~ (Ubuntu) ]] 2025-04-16 19:08:33.850 | + functions-common:GetDistro:453 : DISTRO=jammy 2025-04-16 19:08:33.852 | + functions-common:GetDistro:491 : typeset -xr DISTRO 2025-04-16 19:08:33.853 | + tools/install_pip.sh:main:44 : echo 'Distro: jammy' 2025-04-16 19:08:33.853 | Distro: jammy 2025-04-16 19:08:33.855 | + tools/install_pip.sh:main:124 : get_versions 2025-04-16 19:08:33.856 | ++ tools/install_pip.sh:get_versions:49 : which pip 2025-04-16 19:08:33.859 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2025-04-16 19:08:33.860 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2025-04-16 19:08:33.862 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2025-04-16 19:08:33.862 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2025-04-16 19:08:33.923 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2025-04-16 19:08:33.925 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2025-04-16 19:08:33.925 | pip: 0.1.15 2025-04-16 19:08:33.926 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2025-04-16 19:08:33.927 | + tools/install_pip.sh:main:130 : is_fedora 2025-04-16 19:08:33.929 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-16 19:08:33.930 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-16 19:08:33.931 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-16 19:08:33.932 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-16 19:08:33.934 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-16 19:08:33.935 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-16 19:08:33.936 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-16 19:08:33.937 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-16 19:08:33.939 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-16 19:08:33.940 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-16 19:08:33.941 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-16 19:08:33.942 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-16 19:08:33.943 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-16 19:08:33.945 | + tools/install_pip.sh:main:141 : is_ubuntu 2025-04-16 19:08:33.946 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:08:33.947 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:08:33.949 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack//requirements/upper-constraints.txt 2025-04-16 19:08:33.952 | + tools/install_pip.sh:main:153 : set -x 2025-04-16 19:08:33.954 | + tools/install_pip.sh:main:156 : get_versions 2025-04-16 19:08:33.956 | ++ tools/install_pip.sh:get_versions:49 : which pip 2025-04-16 19:08:33.958 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2025-04-16 19:08:33.959 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2025-04-16 19:08:33.961 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2025-04-16 19:08:33.962 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2025-04-16 19:08:33.970 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2025-04-16 19:08:33.971 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2025-04-16 19:08:33.971 | pip: 0.1.15 2025-04-16 19:08:33.974 | + stack.sh:main:810 : source /opt/stack/devstack/tools/fixup_stuff.sh 2025-04-16 19:08:33.976 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /opt/stack/devstack ]] 2025-04-16 19:08:33.978 | + stack.sh:main:811 : fixup_all 2025-04-16 19:08:33.979 | + tools/fixup_stuff.sh:fixup_all:124 : fixup_ubuntu 2025-04-16 19:08:33.981 | + tools/fixup_stuff.sh:fixup_ubuntu:108 : is_ubuntu 2025-04-16 19:08:33.983 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:08:33.985 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:08:33.987 | + tools/fixup_stuff.sh:fixup_ubuntu:118 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.4.1.egg-info 2025-04-16 19:08:33.997 | + 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 19:08:34.005 | + tools/fixup_stuff.sh:fixup_ubuntu:120 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2025-04-16 19:08:34.014 | + tools/fixup_stuff.sh:fixup_all:125 : fixup_fedora 2025-04-16 19:08:34.016 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2025-04-16 19:08:34.017 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-16 19:08:34.019 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-16 19:08:34.021 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-16 19:08:34.022 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-16 19:08:34.024 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-16 19:08:34.026 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-16 19:08:34.027 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-16 19:08:34.029 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-16 19:08:34.031 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-16 19:08:34.032 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-16 19:08:34.034 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-16 19:08:34.036 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-16 19:08:34.037 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-16 19:08:34.039 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2025-04-16 19:08:34.041 | + stack.sh:main:813 : [[ True == \T\r\u\e ]] 2025-04-16 19:08:34.043 | + stack.sh:main:815 : sudo ln -sf /opt/stack/data/venv/bin/cinder-rtstool /usr/local/bin 2025-04-16 19:08:34.052 | + stack.sh:main:816 : sudo ln -sf /opt/stack/data/venv/bin/glance /usr/local/bin 2025-04-16 19:08:34.060 | + stack.sh:main:817 : sudo ln -sf /opt/stack/data/venv/bin/nova-manage /usr/local/bin 2025-04-16 19:08:34.069 | + stack.sh:main:818 : sudo ln -sf /opt/stack/data/venv/bin/openstack /usr/local/bin 2025-04-16 19:08:34.077 | + stack.sh:main:819 : sudo ln -sf /opt/stack/data/venv/bin/privsep-helper /usr/local/bin 2025-04-16 19:08:34.085 | + stack.sh:main:820 : sudo ln -sf /opt/stack/data/venv/bin/rally /usr/local/bin 2025-04-16 19:08:34.094 | + stack.sh:main:821 : sudo ln -sf /opt/stack/data/venv/bin/tox /usr/local/bin 2025-04-16 19:08:34.102 | + stack.sh:main:823 : setup_devstack_virtualenv 2025-04-16 19:08:34.104 | + inc/python:setup_devstack_virtualenv:39 : [[ ! -d /opt/stack/data/venv ]] 2025-04-16 19:08:34.106 | + 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 19:08:34.108 | + 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 19:08:34.110 | + 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 19:08:34.111 | + inc/python:setup_devstack_virtualenv:48 : export PYTHON=/opt/stack/data/venv/bin/python3 2025-04-16 19:08:34.113 | + inc/python:setup_devstack_virtualenv:48 : PYTHON=/opt/stack/data/venv/bin/python3 2025-04-16 19:08:34.115 | + stack.sh:main:827 : pip_install -U os-testr 2025-04-16 19:08:34.132 | Using python 3.10 to install os-testr 2025-04-16 19:08:34.134 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -U os-testr 2025-04-16 19:08:35.868 | Collecting os-testr 2025-04-16 19:08:35.869 | Using cached os_testr-3.0.0-py3-none-any.whl.metadata (1.8 kB) 2025-04-16 19:08:35.911 | Collecting pbr!=2.1.0,>=2.0.0 (from os-testr) 2025-04-16 19:08:35.912 | Using cached pbr-5.11.1-py2.py3-none-any.whl.metadata (1.3 kB) 2025-04-16 19:08:35.935 | Collecting python-subunit>=1.0.0 (from os-testr) 2025-04-16 19:08:35.936 | Using cached python_subunit-1.4.2-py3-none-any.whl.metadata (22 kB) 2025-04-16 19:08:35.967 | Collecting testtools>=2.2.0 (from os-testr) 2025-04-16 19:08:35.968 | Using cached testtools-2.6.0-py3-none-any.whl.metadata (5.2 kB) 2025-04-16 19:08:35.994 | Collecting extras (from python-subunit>=1.0.0->os-testr) 2025-04-16 19:08:35.996 | Using cached extras-1.0.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-04-16 19:08:36.030 | Collecting fixtures>=2.0 (from testtools>=2.2.0->os-testr) 2025-04-16 19:08:36.031 | Using cached fixtures-4.0.1-py3-none-any.whl 2025-04-16 19:08:36.058 | Using cached os_testr-3.0.0-py3-none-any.whl (32 kB) 2025-04-16 19:08:36.060 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2025-04-16 19:08:36.063 | Using cached python_subunit-1.4.2-py3-none-any.whl (106 kB) 2025-04-16 19:08:36.066 | Using cached testtools-2.6.0-py3-none-any.whl (182 kB) 2025-04-16 19:08:36.069 | Using cached extras-1.0.0-py2.py3-none-any.whl (7.3 kB) 2025-04-16 19:08:36.137 | Installing collected packages: extras, pbr, fixtures, testtools, python-subunit, os-testr 2025-04-16 19:08:36.485 | 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 19:08:36.561 | + inc/python:pip_install:222 : result=0 2025-04-16 19:08:36.563 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 19:08:36.565 | + functions-common:time_stop:2400 : local name 2025-04-16 19:08:36.567 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:08:36.568 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:08:36.570 | + functions-common:time_stop:2403 : local total 2025-04-16 19:08:36.572 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:08:36.573 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 19:08:36.575 | + functions-common:time_stop:2407 : start_time=1744830514128 2025-04-16 19:08:36.577 | + functions-common:time_stop:2409 : [[ -z 1744830514128 ]] 2025-04-16 19:08:36.579 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:08:36.582 | + functions-common:time_stop:2412 : end_time=1744830516580 2025-04-16 19:08:36.584 | + functions-common:time_stop:2413 : elapsed_time=2452 2025-04-16 19:08:36.586 | + functions-common:time_stop:2414 : total=0 2025-04-16 19:08:36.587 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:08:36.589 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2452 2025-04-16 19:08:36.591 | + inc/python:pip_install:225 : return 0 2025-04-16 19:08:36.593 | + stack.sh:main:831 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2025-04-16 19:08:36.634 | + stack.sh:main:832 : sudo systemctl restart systemd-journald 2025-04-16 19:08:36.698 | + stack.sh:main:838 : install_infra 2025-04-16 19:08:36.700 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-04-16 19:08:36.702 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack//requirements/.venv ']' 2025-04-16 19:08:36.704 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack//requirements/.venv 2025-04-16 19:08:39.821 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-04-16 19:08:39.824 | + lib/infra:install_infra:34 : pip_install -U pbr 2025-04-16 19:08:39.841 | + 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 19:08:40.796 | Collecting pbr 2025-04-16 19:08:40.801 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2025-04-16 19:08:40.828 | Installing collected packages: pbr 2025-04-16 19:08:40.892 | Successfully installed pbr-5.11.1 2025-04-16 19:08:40.962 | + inc/python:pip_install:222 : result=0 2025-04-16 19:08:40.964 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 19:08:40.966 | + functions-common:time_stop:2400 : local name 2025-04-16 19:08:40.967 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:08:40.969 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:08:40.971 | + functions-common:time_stop:2403 : local total 2025-04-16 19:08:40.972 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:08:40.974 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 19:08:40.976 | + functions-common:time_stop:2407 : start_time=1744830519835 2025-04-16 19:08:40.978 | + functions-common:time_stop:2409 : [[ -z 1744830519835 ]] 2025-04-16 19:08:40.980 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:08:40.983 | + functions-common:time_stop:2412 : end_time=1744830520981 2025-04-16 19:08:40.985 | + functions-common:time_stop:2413 : elapsed_time=1146 2025-04-16 19:08:40.986 | + functions-common:time_stop:2414 : total=2452 2025-04-16 19:08:40.988 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:08:40.990 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3598 2025-04-16 19:08:40.992 | + inc/python:pip_install:225 : return 0 2025-04-16 19:08:40.994 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-04-16 19:08:40.996 | + lib/infra:install_infra:35 : pip_install /opt/stack//requirements 2025-04-16 19:08:41.013 | + 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 19:08:41.850 | Processing /opt/stack/requirements 2025-04-16 19:08:41.850 | Preparing metadata (setup.py): started 2025-04-16 19:08:42.532 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 19:08:42.629 | Collecting Parsley>=1.2 2025-04-16 19:08:42.632 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2025-04-16 19:08:42.739 | Collecting PyYAML>=3.12 2025-04-16 19:08:42.746 | 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 19:08:42.858 | Collecting beagle>=0.2.1 2025-04-16 19:08:42.862 | Using cached beagle-0.4.0-py3-none-any.whl (11 kB) 2025-04-16 19:08:42.892 | Collecting fixtures>=3.0.0 2025-04-16 19:08:42.892 | Using cached fixtures-4.0.1-py3-none-any.whl 2025-04-16 19:08:42.936 | Collecting packaging!=20.5,!=20.6,!=20.7,>=16.5 2025-04-16 19:08:42.938 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2025-04-16 19:08:42.997 | Collecting requests>=2.14.2 2025-04-16 19:08:42.999 | Using cached requests-2.28.2-py3-none-any.whl (62 kB) 2025-04-16 19:08:43.024 | Collecting six>=1.10.0 2025-04-16 19:08:43.027 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2025-04-16 19:08:43.076 | Collecting cliff>=2.11.0 2025-04-16 19:08:43.081 | Using cached cliff-4.3.0-py3-none-any.whl (80 kB) 2025-04-16 19:08:43.090 | 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 19:08:43.128 | Collecting idna<4,>=2.5 2025-04-16 19:08:43.130 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2025-04-16 19:08:43.195 | Collecting urllib3<1.27,>=1.21.1 2025-04-16 19:08:43.198 | Using cached urllib3-1.26.15-py2.py3-none-any.whl (140 kB) 2025-04-16 19:08:43.397 | Collecting charset-normalizer<4,>=2 2025-04-16 19:08:43.401 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB) 2025-04-16 19:08:43.441 | Collecting certifi>=2017.4.17 2025-04-16 19:08:43.445 | Using cached certifi-2025.1.31-py3-none-any.whl (166 kB) 2025-04-16 19:08:43.510 | Collecting PrettyTable>=0.7.2 2025-04-16 19:08:43.512 | Using cached prettytable-3.7.0-py3-none-any.whl (27 kB) 2025-04-16 19:08:43.534 | Collecting autopage>=0.4.0 2025-04-16 19:08:43.536 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2025-04-16 19:08:43.599 | Collecting cmd2>=1.0.0 2025-04-16 19:08:43.602 | Using cached cmd2-2.4.3-py3-none-any.whl (147 kB) 2025-04-16 19:08:43.644 | Collecting stevedore>=2.0.1 2025-04-16 19:08:43.646 | Using cached stevedore-5.1.0-py3-none-any.whl (49 kB) 2025-04-16 19:08:43.722 | Collecting importlib-metadata>=4.4 2025-04-16 19:08:43.724 | Using cached importlib_metadata-6.0.1-py3-none-any.whl (21 kB) 2025-04-16 19:08:43.790 | Collecting pyperclip>=1.6 2025-04-16 19:08:43.790 | Using cached pyperclip-1.8.2-py3-none-any.whl 2025-04-16 19:08:43.813 | Collecting wcwidth>=0.1.7 2025-04-16 19:08:43.815 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl (29 kB) 2025-04-16 19:08:43.846 | Collecting attrs>=16.3.0 2025-04-16 19:08:43.849 | Using cached attrs-23.1.0-py3-none-any.whl (61 kB) 2025-04-16 19:08:43.928 | Collecting zipp>=0.5 2025-04-16 19:08:43.930 | Using cached zipp-3.15.0-py3-none-any.whl (6.8 kB) 2025-04-16 19:08:43.986 | Using legacy 'setup.py install' for openstack-requirements, since package 'wheel' is not installed. 2025-04-16 19:08:44.127 | 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 19:08:44.923 | Running setup.py install for openstack-requirements: started 2025-04-16 19:08:46.322 | Running setup.py install for openstack-requirements: finished with status 'done' 2025-04-16 19:08:46.330 | 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 19:08:46.429 | + inc/python:pip_install:222 : result=0 2025-04-16 19:08:46.432 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 19:08:46.433 | + functions-common:time_stop:2400 : local name 2025-04-16 19:08:46.435 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:08:46.437 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:08:46.439 | + functions-common:time_stop:2403 : local total 2025-04-16 19:08:46.440 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:08:46.442 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 19:08:46.444 | + functions-common:time_stop:2407 : start_time=1744830521007 2025-04-16 19:08:46.446 | + functions-common:time_stop:2409 : [[ -z 1744830521007 ]] 2025-04-16 19:08:46.448 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:08:46.451 | + functions-common:time_stop:2412 : end_time=1744830526449 2025-04-16 19:08:46.453 | + functions-common:time_stop:2413 : elapsed_time=5442 2025-04-16 19:08:46.454 | + functions-common:time_stop:2414 : total=3598 2025-04-16 19:08:46.456 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:08:46.458 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9040 2025-04-16 19:08:46.460 | + inc/python:pip_install:225 : return 0 2025-04-16 19:08:46.462 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2025-04-16 19:08:46.464 | + lib/infra:install_infra:42 : use_library_from_git pbr 2025-04-16 19:08:46.466 | + inc/python:use_library_from_git:272 : local name=pbr 2025-04-16 19:08:46.468 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:08:46.469 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:08:46.471 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,pbr, ]] 2025-04-16 19:08:46.473 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:08:46.475 | + lib/infra:install_infra:48 : pip_install -U pbr 2025-04-16 19:08:46.491 | Using python 3.10 to install pbr 2025-04-16 19:08:46.493 | + 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 19:08:47.272 | Requirement already satisfied: pbr in /opt/stack/data/venv/lib/python3.10/site-packages (5.11.1) 2025-04-16 19:08:47.509 | + inc/python:pip_install:222 : result=0 2025-04-16 19:08:47.511 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 19:08:47.512 | + functions-common:time_stop:2400 : local name 2025-04-16 19:08:47.514 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:08:47.516 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:08:47.517 | + functions-common:time_stop:2403 : local total 2025-04-16 19:08:47.519 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:08:47.521 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 19:08:47.522 | + functions-common:time_stop:2407 : start_time=1744830526487 2025-04-16 19:08:47.524 | + functions-common:time_stop:2409 : [[ -z 1744830526487 ]] 2025-04-16 19:08:47.526 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:08:47.529 | + functions-common:time_stop:2412 : end_time=1744830527527 2025-04-16 19:08:47.531 | + functions-common:time_stop:2413 : elapsed_time=1040 2025-04-16 19:08:47.532 | + functions-common:time_stop:2414 : total=9040 2025-04-16 19:08:47.534 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:08:47.536 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10080 2025-04-16 19:08:47.537 | + inc/python:pip_install:225 : return 0 2025-04-16 19:08:47.539 | + stack.sh:main:841 : python3 -m venv /opt/stack//bindep-venv 2025-04-16 19:08:50.721 | + stack.sh:main:843 : /opt/stack//bindep-venv/bin/pip install bindep 2025-04-16 19:08:51.314 | Collecting bindep 2025-04-16 19:08:51.317 | Using cached bindep-2.13.0-py3-none-any.whl (34 kB) 2025-04-16 19:08:51.348 | Collecting Parsley 2025-04-16 19:08:51.349 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2025-04-16 19:08:51.387 | Collecting packaging 2025-04-16 19:08:51.390 | Using cached packaging-24.2-py3-none-any.whl (65 kB) 2025-04-16 19:08:51.410 | Collecting distro>=1.7 2025-04-16 19:08:51.412 | Using cached distro-1.9.0-py3-none-any.whl (20 kB) 2025-04-16 19:08:51.460 | Collecting pbr>=2 2025-04-16 19:08:51.462 | Using cached pbr-6.1.1-py2.py3-none-any.whl (108 kB) 2025-04-16 19:08:51.466 | Requirement already satisfied: setuptools in /opt/stack/bindep-venv/lib/python3.10/site-packages (from pbr>=2->bindep) (59.6.0) 2025-04-16 19:08:51.505 | Installing collected packages: Parsley, pbr, packaging, distro, bindep 2025-04-16 19:08:51.746 | Successfully installed Parsley-1.3 bindep-2.13.0 distro-1.9.0 packaging-24.2 pbr-6.1.1 2025-04-16 19:08:51.817 | + stack.sh:main:844 : export BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2025-04-16 19:08:51.819 | + stack.sh:main:844 : BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2025-04-16 19:08:51.822 | ++ stack.sh:main:847 : _get_plugin_bindep_packages 2025-04-16 19:08:51.835 | + stack.sh:main:847 : pkgs= 2025-04-16 19:08:51.837 | + stack.sh:main:848 : [[ -n '' ]] 2025-04-16 19:08:51.839 | + stack.sh:main:855 : run_phase stack pre-install 2025-04-16 19:08:51.841 | + functions-common:run_phase:1828 : local mode=stack 2025-04-16 19:08:51.843 | + functions-common:run_phase:1829 : local phase=pre-install 2025-04-16 19:08:51.845 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-16 19:08:51.847 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-16 19:08:51.848 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-16 19:08:51.850 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-16 19:08:51.852 | + functions-common:run_phase:1838 : local extra 2025-04-16 19:08:51.854 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-16 19:08:51.857 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-16 19:08:51.859 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-16 19:08:51.861 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-16 19:08:51.863 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack pre-install 2025-04-16 19:08:51.864 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-16 19:08:51.876 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:08:51.878 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 19:08:51.879 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 19:08:51.881 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2025-04-16 19:08:51.882 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-16 19:08:51.884 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-16 19:08:51.886 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-04-16 19:08:51.887 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2025-04-16 19:08:51.889 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2025-04-16 19:08:51.891 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2025-04-16 19:08:51.892 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2025-04-16 19:08:51.894 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2025-04-16 19:08:51.896 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-16 19:08:51.897 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-16 19:08:51.899 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 19:08:51.901 | + 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 19:08:51.903 | + functions-common:run_phase:1855 : run_plugins stack pre-install 2025-04-16 19:08:51.905 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-16 19:08:51.906 | + functions-common:run_plugins:1815 : local phase=pre-install 2025-04-16 19:08:51.908 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-16 19:08:51.910 | + functions-common:run_plugins:1818 : local plugin 2025-04-16 19:08:51.912 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-16 19:08:51.913 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-16 19:08:51.915 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-16 19:08:51.917 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack pre-install 2025-04-16 19:08:51.919 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 19:08:51.920 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 19:08:51.922 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2025-04-16 19:08:51.924 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-16 19:08:51.925 | ++ /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 19:08:51.927 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-04-16 19:08:51.929 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ pre-install == \e\x\t\r\a ]] 2025-04-16 19:08:51.931 | + stack.sh:main:858 : set_systemd_override DefaultLimitNOFILE 2048 2025-04-16 19:08:51.933 | + functions:set_systemd_override:831 : local key=DefaultLimitNOFILE 2025-04-16 19:08:51.935 | + functions:set_systemd_override:832 : local value=2048 2025-04-16 19:08:51.937 | + functions:set_systemd_override:834 : local sysconf=/etc/systemd/system.conf 2025-04-16 19:08:51.938 | + functions:set_systemd_override:835 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2025-04-16 19:08:51.979 | + functions:set_systemd_override:836 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2025-04-16 19:08:51.979 | Set systemd system override for DefaultLimitNOFILE=2048 2025-04-16 19:08:51.981 | + functions:set_systemd_override:838 : sudo systemctl daemon-reload 2025-04-16 19:08:52.230 | + stack.sh:main:860 : install_rpc_backend 2025-04-16 19:08:52.232 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2025-04-16 19:08:52.245 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:08:52.247 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2025-04-16 19:08:52.248 | + functions-common:install_package:1421 : update_package_repo 2025-04-16 19:08:52.250 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 19:08:52.252 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-16 19:08:52.254 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 19:08:52.256 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 19:08:52.258 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 19:08:52.259 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:08:52.261 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:08:52.263 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 19:08:52.265 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-16 19:08:52.267 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-16 19:08:52.269 | + functions-common:apt_get_update:1150 : return 2025-04-16 19:08:52.270 | + functions-common:install_package:1422 : real_install_package rabbitmq-server 2025-04-16 19:08:52.272 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 19:08:52.274 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:08:52.276 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:08:52.278 | + functions-common:real_install_package:1410 : apt_get install rabbitmq-server 2025-04-16 19:08:52.294 | + 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 19:08:52.357 | Reading package lists... 2025-04-16 19:08:52.572 | Building dependency tree... 2025-04-16 19:08:52.574 | Reading state information... 2025-04-16 19:08:52.778 | The following packages will be upgraded: 2025-04-16 19:08:52.778 | rabbitmq-server 2025-04-16 19:08:53.104 | 1 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-16 19:08:53.104 | Need to get 0 B/15.2 MB of archives. 2025-04-16 19:08:53.104 | After this operation, 0 B of additional disk space will be used. 2025-04-16 19:08:53.198 | (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 19:08:53.205 | Preparing to unpack .../rabbitmq-server_3.9.27-0ubuntu0.2_all.deb ... 2025-04-16 19:08:53.219 | Unpacking rabbitmq-server (3.9.27-0ubuntu0.2) over (3.9.27-0ubuntu0.1) ... 2025-04-16 19:08:53.667 | Setting up rabbitmq-server (3.9.27-0ubuntu0.2) ... 2025-04-16 19:08:59.250 | Processing triggers for man-db (2.10.2-1) ... 2025-04-16 19:08:59.698 | NEEDRESTART-VER: 3.5 2025-04-16 19:09:00.207 | NEEDRESTART-KCUR: 6.8.0-52-generic 2025-04-16 19:09:00.207 | NEEDRESTART-KEXP: 6.8.0-52-generic 2025-04-16 19:09:00.207 | NEEDRESTART-KSTA: 1 2025-04-16 19:09:00.207 | NEEDRESTART-SVC: conntrackd.service 2025-04-16 19:09:00.207 | NEEDRESTART-SVC: dbus.service 2025-04-16 19:09:00.207 | NEEDRESTART-SVC: epmd.service 2025-04-16 19:09:00.207 | NEEDRESTART-SVC: irqbalance.service 2025-04-16 19:09:00.207 | NEEDRESTART-SVC: mariadb.service 2025-04-16 19:09:00.207 | NEEDRESTART-SVC: memcached.service 2025-04-16 19:09:00.207 | NEEDRESTART-SVC: ModemManager.service 2025-04-16 19:09:00.207 | NEEDRESTART-SVC: multipathd.service 2025-04-16 19:09:00.207 | NEEDRESTART-SVC: networkd-dispatcher.service 2025-04-16 19:09:00.207 | NEEDRESTART-SVC: open-vm-tools.service 2025-04-16 19:09:00.207 | NEEDRESTART-SVC: ovs-vswitchd.service 2025-04-16 19:09:00.207 | NEEDRESTART-SVC: ovsdb-server.service 2025-04-16 19:09:00.207 | NEEDRESTART-SVC: packagekit.service 2025-04-16 19:09:00.207 | NEEDRESTART-SVC: pmcd.service 2025-04-16 19:09:00.207 | NEEDRESTART-SVC: pmie.service 2025-04-16 19:09:00.207 | NEEDRESTART-SVC: pmie_farm.service 2025-04-16 19:09:00.207 | NEEDRESTART-SVC: pmlogger.service 2025-04-16 19:09:00.207 | NEEDRESTART-SVC: pmlogger_farm.service 2025-04-16 19:09:00.207 | NEEDRESTART-SVC: pmproxy.service 2025-04-16 19:09:00.207 | NEEDRESTART-SVC: polkit.service 2025-04-16 19:09:00.207 | NEEDRESTART-SVC: systemd-logind.service 2025-04-16 19:09:00.207 | NEEDRESTART-SVC: systemd-udevd.service 2025-04-16 19:09:00.207 | NEEDRESTART-SVC: udisks2.service 2025-04-16 19:09:00.207 | NEEDRESTART-SVC: user@1001.service 2025-04-16 19:09:00.207 | NEEDRESTART-SVC: vgauth.service 2025-04-16 19:09:02.136 | + functions-common:apt_get:1194 : result=0 2025-04-16 19:09:02.138 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 19:09:02.140 | + functions-common:time_stop:2400 : local name 2025-04-16 19:09:02.142 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:09:02.144 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:09:02.146 | + functions-common:time_stop:2403 : local total 2025-04-16 19:09:02.148 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:09:02.150 | + functions-common:time_stop:2406 : name=apt-get 2025-04-16 19:09:02.152 | + functions-common:time_stop:2407 : start_time=1744830532292 2025-04-16 19:09:02.154 | + functions-common:time_stop:2409 : [[ -z 1744830532292 ]] 2025-04-16 19:09:02.156 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:09:02.159 | + functions-common:time_stop:2412 : end_time=1744830542157 2025-04-16 19:09:02.161 | + functions-common:time_stop:2413 : elapsed_time=9865 2025-04-16 19:09:02.163 | + functions-common:time_stop:2414 : total=31801 2025-04-16 19:09:02.165 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:09:02.167 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=41666 2025-04-16 19:09:02.168 | + functions-common:apt_get:1198 : return 0 2025-04-16 19:09:02.170 | + lib/rpc_backend:install_rpc_backend:55 : is_fedora 2025-04-16 19:09:02.172 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-16 19:09:02.174 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-16 19:09:02.176 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-16 19:09:02.178 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-16 19:09:02.180 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-16 19:09:02.181 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-16 19:09:02.183 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-16 19:09:02.185 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-16 19:09:02.187 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-16 19:09:02.189 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-16 19:09:02.191 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-16 19:09:02.192 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-16 19:09:02.194 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-16 19:09:02.196 | + stack.sh:main:861 : restart_rpc_backend 2025-04-16 19:09:02.198 | + lib/rpc_backend:restart_rpc_backend:68 : is_service_enabled rabbit 2025-04-16 19:09:02.211 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:09:02.212 | + lib/rpc_backend:restart_rpc_backend:70 : echo_summary 'Starting RabbitMQ' 2025-04-16 19:09:02.214 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 19:09:02.216 | + stack.sh:echo_summary:461 : echo -e Starting RabbitMQ 2025-04-16 19:09:02.218 | + lib/rpc_backend:restart_rpc_backend:81 : local i 2025-04-16 19:09:02.220 | ++ lib/rpc_backend:restart_rpc_backend:82 : seq 20 2025-04-16 19:09:02.223 | + lib/rpc_backend:restart_rpc_backend:82 : for i in `seq 20` 2025-04-16 19:09:02.225 | + lib/rpc_backend:restart_rpc_backend:83 : local rc=0 2025-04-16 19:09:02.227 | + lib/rpc_backend:restart_rpc_backend:85 : [[ 1 -eq 20 ]] 2025-04-16 19:09:02.229 | + lib/rpc_backend:restart_rpc_backend:87 : [[ 1 == \0 ]] 2025-04-16 19:09:02.231 | + lib/rpc_backend:restart_rpc_backend:91 : rabbit_setuser stackrabbit stackdb 2025-04-16 19:09:02.233 | + lib/rpc_backend:rabbit_setuser:160 : local user=stackrabbit pass=stackdb found= out= 2025-04-16 19:09:02.235 | ++ lib/rpc_backend:rabbit_setuser:161 : sudo rabbitmqctl list_users 2025-04-16 19:09:02.678 | + lib/rpc_backend:rabbit_setuser:161 : out='Listing users ... 2025-04-16 19:09:02.678 | user tags 2025-04-16 19:09:02.678 | guest [administrator]' 2025-04-16 19:09:02.681 | ++ lib/rpc_backend:rabbit_setuser:163 : echo 'Listing users ... 2025-04-16 19:09:02.681 | user tags 2025-04-16 19:09:02.681 | guest [administrator]' 2025-04-16 19:09:02.681 | ++ lib/rpc_backend:rabbit_setuser:163 : awk '$1 == user { print $1 }' user=stackrabbit 2025-04-16 19:09:02.686 | + lib/rpc_backend:rabbit_setuser:163 : found= 2025-04-16 19:09:02.688 | + lib/rpc_backend:rabbit_setuser:164 : '[' '' = stackrabbit ']' 2025-04-16 19:09:02.690 | + lib/rpc_backend:rabbit_setuser:168 : sudo rabbitmqctl add_user stackrabbit stackdb 2025-04-16 19:09:03.124 | Adding user "stackrabbit" ... 2025-04-16 19:09:03.130 | Done. Don't forget to grant the user permissions to some virtual hosts! See 'rabbitmqctl help set_permissions' to learn more. 2025-04-16 19:09:03.142 | + lib/rpc_backend:rabbit_setuser:171 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2025-04-16 19:09:03.568 | Setting permissions for user "stackrabbit" in vhost "/" ... 2025-04-16 19:09:03.586 | + lib/rpc_backend:restart_rpc_backend:92 : '[' 0 -ne 0 ']' 2025-04-16 19:09:03.588 | + lib/rpc_backend:restart_rpc_backend:97 : sudo rabbitmqctl change_password stackrabbit stackdb 2025-04-16 19:09:04.015 | Changing password for user "stackrabbit" ... 2025-04-16 19:09:04.032 | + lib/rpc_backend:restart_rpc_backend:99 : '[' 0 -ne 0 ']' 2025-04-16 19:09:04.034 | + lib/rpc_backend:restart_rpc_backend:103 : break 2025-04-16 19:09:04.036 | + lib/rpc_backend:restart_rpc_backend:106 : sudo rabbitmqctl delete_user guest 2025-04-16 19:09:04.457 | Deleting user "guest" ... 2025-04-16 19:09:04.474 | + stack.sh:main:863 : is_service_enabled mysql postgresql 2025-04-16 19:09:04.487 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:09:04.489 | + stack.sh:main:864 : install_database 2025-04-16 19:09:04.491 | + lib/database:install_database:118 : install_database_mysql 2025-04-16 19:09:04.493 | + lib/databases/mysql:install_database_mysql:197 : is_ubuntu 2025-04-16 19:09:04.495 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:09:04.496 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:09:04.498 | + lib/databases/mysql:install_database_mysql:200 : sudo debconf-set-selections 2025-04-16 19:09:04.616 | + lib/databases/mysql:install_database_mysql:210 : [[ ! -e /opt/stack/.my.cnf ]] 2025-04-16 19:09:04.618 | + lib/databases/mysql:install_database_mysql:211 : cat 2025-04-16 19:09:04.621 | + lib/databases/mysql:install_database_mysql:217 : is_ubuntu 2025-04-16 19:09:04.623 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:09:04.625 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:09:04.627 | + lib/databases/mysql:install_database_mysql:217 : '[' mariadb '!=' mariadb ']' 2025-04-16 19:09:04.629 | + lib/databases/mysql:install_database_mysql:220 : chmod 0600 /opt/stack/.my.cnf 2025-04-16 19:09:04.632 | + lib/databases/mysql:install_database_mysql:223 : [[ False == \T\r\u\e ]] 2025-04-16 19:09:04.634 | + stack.sh:main:866 : '[' -n mysql ']' 2025-04-16 19:09:04.635 | + stack.sh:main:867 : install_database_python 2025-04-16 19:09:04.637 | + lib/database:install_database_python:123 : install_database_python_mysql 2025-04-16 19:09:04.639 | + lib/databases/mysql:install_database_python_mysql:239 : pip_install_gr PyMySQL 2025-04-16 19:09:04.640 | + inc/python:pip_install_gr:94 : local name=PyMySQL 2025-04-16 19:09:04.642 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-16 19:09:04.645 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements PyMySQL 2025-04-16 19:09:04.646 | ++ inc/python:get_from_global_requirements:247 : local package=PyMySQL 2025-04-16 19:09:04.648 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-16 19:09:04.651 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^PyMySQL' /opt/stack//requirements/global-requirements.txt 2025-04-16 19:09:04.651 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-16 19:09:04.655 | ++ inc/python:get_from_global_requirements:249 : required_pkg='PyMySQL ' 2025-04-16 19:09:04.656 | ++ inc/python:get_from_global_requirements:250 : [[ PyMySQL == '' ]] 2025-04-16 19:09:04.658 | ++ inc/python:get_from_global_requirements:253 : echo PyMySQL 2025-04-16 19:09:04.661 | + inc/python:pip_install_gr:96 : clean_name=PyMySQL 2025-04-16 19:09:04.663 | + inc/python:pip_install_gr:97 : pip_install PyMySQL 2025-04-16 19:09:04.678 | Using python 3.10 to install PyMySQL 2025-04-16 19:09:04.680 | + 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 19:09:05.573 | Collecting PyMySQL 2025-04-16 19:09:05.575 | Using cached PyMySQL-1.0.3-py3-none-any.whl.metadata (4.4 kB) 2025-04-16 19:09:05.580 | Using cached PyMySQL-1.0.3-py3-none-any.whl (43 kB) 2025-04-16 19:09:05.642 | Installing collected packages: PyMySQL 2025-04-16 19:09:05.678 | Successfully installed PyMySQL-1.0.3 2025-04-16 19:09:05.749 | + inc/python:pip_install:222 : result=0 2025-04-16 19:09:05.751 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 19:09:05.753 | + functions-common:time_stop:2400 : local name 2025-04-16 19:09:05.755 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:09:05.756 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:09:05.758 | + functions-common:time_stop:2403 : local total 2025-04-16 19:09:05.760 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:09:05.761 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 19:09:05.763 | + functions-common:time_stop:2407 : start_time=1744830544674 2025-04-16 19:09:05.765 | + functions-common:time_stop:2409 : [[ -z 1744830544674 ]] 2025-04-16 19:09:05.767 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:09:05.770 | + functions-common:time_stop:2412 : end_time=1744830545768 2025-04-16 19:09:05.772 | + functions-common:time_stop:2413 : elapsed_time=1094 2025-04-16 19:09:05.774 | + functions-common:time_stop:2414 : total=10080 2025-04-16 19:09:05.776 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:09:05.777 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11174 2025-04-16 19:09:05.779 | + inc/python:pip_install:225 : return 0 2025-04-16 19:09:05.781 | + lib/databases/mysql:install_database_python_mysql:240 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2025-04-16 19:09:05.782 | + lib/databases/mysql:install_database_python_mysql:242 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2025-04-16 19:09:05.784 | + lib/databases/mysql:install_database_python_mysql:243 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2025-04-16 19:09:05.786 | + stack.sh:main:870 : is_service_enabled neutron 2025-04-16 19:09:05.799 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:09:05.801 | + stack.sh:main:871 : install_neutron_agent_packages 2025-04-16 19:09:05.803 | + lib/neutron:install_neutron_agent_packages:546 : is_service_enabled q-l3 neutron-l3 2025-04-16 19:09:05.816 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:09:05.817 | + lib/neutron:install_neutron_agent_packages:547 : install_package radvd 2025-04-16 19:09:05.819 | + functions-common:install_package:1421 : update_package_repo 2025-04-16 19:09:05.821 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 19:09:05.823 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-16 19:09:05.824 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 19:09:05.826 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 19:09:05.828 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 19:09:05.830 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:09:05.831 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:09:05.833 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 19:09:05.835 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-16 19:09:05.836 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-16 19:09:05.838 | + functions-common:apt_get_update:1150 : return 2025-04-16 19:09:05.840 | + functions-common:install_package:1422 : real_install_package radvd 2025-04-16 19:09:05.842 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 19:09:05.844 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:09:05.845 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:09:05.847 | + functions-common:real_install_package:1410 : apt_get install radvd 2025-04-16 19:09:05.862 | + 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 19:09:05.921 | Reading package lists... 2025-04-16 19:09:06.143 | Building dependency tree... 2025-04-16 19:09:06.144 | Reading state information... 2025-04-16 19:09:06.349 | radvd is already the newest version (1:2.18-3build2). 2025-04-16 19:09:06.349 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-16 19:09:06.354 | + functions-common:apt_get:1194 : result=0 2025-04-16 19:09:06.356 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 19:09:06.357 | + functions-common:time_stop:2400 : local name 2025-04-16 19:09:06.359 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:09:06.361 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:09:06.363 | + functions-common:time_stop:2403 : local total 2025-04-16 19:09:06.364 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:09:06.366 | + functions-common:time_stop:2406 : name=apt-get 2025-04-16 19:09:06.368 | + functions-common:time_stop:2407 : start_time=1744830545860 2025-04-16 19:09:06.370 | + functions-common:time_stop:2409 : [[ -z 1744830545860 ]] 2025-04-16 19:09:06.372 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:09:06.375 | + functions-common:time_stop:2412 : end_time=1744830546373 2025-04-16 19:09:06.377 | + functions-common:time_stop:2413 : elapsed_time=513 2025-04-16 19:09:06.378 | + functions-common:time_stop:2414 : total=41666 2025-04-16 19:09:06.380 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:09:06.382 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=42179 2025-04-16 19:09:06.384 | + functions-common:apt_get:1198 : return 0 2025-04-16 19:09:06.386 | + 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 19:09:06.398 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:09:06.400 | + lib/neutron:install_neutron_agent_packages:551 : neutron_plugin_install_agent_packages 2025-04-16 19:09:06.402 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2025-04-16 19:09:06.404 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2025-04-16 19:09:06.406 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2025-04-16 19:09:06.421 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2025-04-16 19:09:06.422 | + functions-common:install_package:1421 : update_package_repo 2025-04-16 19:09:06.424 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 19:09:06.426 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-16 19:09:06.428 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 19:09:06.429 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 19:09:06.431 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 19:09:06.433 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:09:06.435 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:09:06.436 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 19:09:06.438 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-16 19:09:06.440 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-16 19:09:06.441 | + functions-common:apt_get_update:1150 : return 2025-04-16 19:09:06.443 | + functions-common:install_package:1422 : real_install_package fakeroot make openvswitch-switch 2025-04-16 19:09:06.445 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 19:09:06.447 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:09:06.448 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:09:06.450 | + functions-common:real_install_package:1410 : apt_get install fakeroot make openvswitch-switch 2025-04-16 19:09:06.465 | + 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 19:09:06.524 | Reading package lists... 2025-04-16 19:09:06.748 | Building dependency tree... 2025-04-16 19:09:06.749 | Reading state information... 2025-04-16 19:09:06.967 | fakeroot is already the newest version (1.28-1ubuntu1). 2025-04-16 19:09:06.967 | fakeroot set to manually installed. 2025-04-16 19:09:06.967 | make is already the newest version (4.3-4.1build1). 2025-04-16 19:09:06.967 | make set to manually installed. 2025-04-16 19:09:06.967 | openvswitch-switch is already the newest version (2.17.9-0ubuntu0.22.04.1). 2025-04-16 19:09:06.968 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-16 19:09:06.971 | + functions-common:apt_get:1194 : result=0 2025-04-16 19:09:06.973 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 19:09:06.974 | + functions-common:time_stop:2400 : local name 2025-04-16 19:09:06.976 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:09:06.978 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:09:06.979 | + functions-common:time_stop:2403 : local total 2025-04-16 19:09:06.981 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:09:06.982 | + functions-common:time_stop:2406 : name=apt-get 2025-04-16 19:09:06.984 | + functions-common:time_stop:2407 : start_time=1744830546463 2025-04-16 19:09:06.985 | + functions-common:time_stop:2409 : [[ -z 1744830546463 ]] 2025-04-16 19:09:06.988 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:09:06.990 | + functions-common:time_stop:2412 : end_time=1744830546988 2025-04-16 19:09:06.992 | + functions-common:time_stop:2413 : elapsed_time=525 2025-04-16 19:09:06.993 | + functions-common:time_stop:2414 : total=42179 2025-04-16 19:09:06.995 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:09:06.997 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=42704 2025-04-16 19:09:06.999 | + functions-common:apt_get:1198 : return 0 2025-04-16 19:09:07.000 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2025-04-16 19:09:07.002 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:09:07.004 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:09:07.006 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2025-04-16 19:09:07.007 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2025-04-16 19:09:07.010 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2025-04-16 19:09:07.013 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=6.8.0-52-generic 2025-04-16 19:09:07.014 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2025-04-16 19:09:07.017 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 6.8.0-52-generic 2025-04-16 19:09:07.017 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2025-04-16 19:09:07.021 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=6.8 2025-04-16 19:09:07.023 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 6.8 '<' 3.13 2025-04-16 19:09:07.025 | + functions:vercmp:639 : local v1=6.8 2025-04-16 19:09:07.026 | + functions:vercmp:640 : local 'op=<' 2025-04-16 19:09:07.028 | + functions:vercmp:641 : local v2=3.13 2025-04-16 19:09:07.030 | + functions:vercmp:642 : local result 2025-04-16 19:09:07.033 | ++ functions:vercmp:646 : echo -e '6.8\n3.13' 2025-04-16 19:09:07.033 | ++ functions:vercmp:646 : sort -V 2025-04-16 19:09:07.033 | ++ functions:vercmp:646 : head -1 2025-04-16 19:09:07.036 | + functions:vercmp:646 : result=3.13 2025-04-16 19:09:07.038 | + functions:vercmp:648 : case $op in 2025-04-16 19:09:07.040 | + functions:vercmp:658 : '[' 6.8 '!=' 3.13 ']' 2025-04-16 19:09:07.041 | + functions:vercmp:658 : '[' 3.13 = 6.8 ']' 2025-04-16 19:09:07.043 | + functions:vercmp:659 : return 2025-04-16 19:09:07.045 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2025-04-16 19:09:07.047 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 19:09:07.049 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart openvswitch-switch 2025-04-16 19:09:07.519 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2025-04-16 19:09:07.521 | + inc/python:use_library_from_git:272 : local name=os-ken 2025-04-16 19:09:07.523 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:07.525 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:07.526 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-ken, ]] 2025-04-16 19:09:07.528 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:07.530 | + stack.sh:main:874 : is_service_enabled etcd3 2025-04-16 19:09:07.543 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:09:07.546 | + stack.sh:main:875 : install_etcd3 2025-04-16 19:09:07.548 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2025-04-16 19:09:07.548 | Installing etcd 2025-04-16 19:09:07.549 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack//bin 2025-04-16 19:09:07.558 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2025-04-16 19:09:07.567 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2025-04-16 19:09:07.569 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2025-04-16 19:09:07.578 | + lib/etcd3:install_etcd3:113 : local etcd_file 2025-04-16 19:09:07.580 | ++ 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 19:09:07.583 | ++ 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 19:09:07.585 | +++ 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 19:09:07.588 | ++ functions:get_extra_file:64 : file_name=etcd-v3.4.27-linux-amd64.tar.gz 2025-04-16 19:09:07.590 | ++ 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 19:09:07.592 | ++ functions:get_extra_file:67 : [[ ! -f /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz ]] 2025-04-16 19:09:07.594 | ++ 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 19:09:07.601 | --2025-04-16 19:09:07-- 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 19:09:07.608 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2025-04-16 19:09:07.609 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2025-04-16 19:09:07.638 | HTTP request sent, awaiting response... 200 OK 2025-04-16 19:09:07.638 | Length: 16171146 (15M) [application/gzip] 2025-04-16 19:09:07.638 | Saving to: ‘/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz’ 2025-04-16 19:09:07.644 | 2025-04-16 19:09:07.715 | 0K ........ ....... 100% 199M=0.08s 2025-04-16 19:09:07.715 | 2025-04-16 19:09:07.715 | 2025-04-16 19:09:07 (199 MB/s) - ‘/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz’ saved [16171146/16171146] 2025-04-16 19:09:07.715 | 2025-04-16 19:09:07.719 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2025-04-16 19:09:07.721 | ++ functions:get_extra_file:73 : echo /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-16 19:09:07.724 | ++ functions:get_extra_file:74 : return 2025-04-16 19:09:07.726 | + lib/etcd3:install_etcd3:114 : etcd_file=/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-16 19:09:07.728 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcd ']' 2025-04-16 19:09:07.730 | + lib/etcd3:install_etcd3:116 : echo 'a32d21e006252dbc3405b0645ba8468021ed41376974b573285927bf39b39eb9 /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz' 2025-04-16 19:09:07.732 | + lib/etcd3:install_etcd3:118 : sha256sum -c /opt/stack/devstack/files/etcd.sha256sum 2025-04-16 19:09:07.823 | /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz: OK 2025-04-16 19:09:07.825 | + 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 19:09:07.828 | etcd-v3.4.27-linux-amd64/ 2025-04-16 19:09:07.828 | etcd-v3.4.27-linux-amd64/READMEv2-etcdctl.md 2025-04-16 19:09:07.828 | etcd-v3.4.27-linux-amd64/etcdctl 2025-04-16 19:09:07.958 | etcd-v3.4.27-linux-amd64/README-etcdctl.md 2025-04-16 19:09:07.958 | etcd-v3.4.27-linux-amd64/Documentation/ 2025-04-16 19:09:07.958 | etcd-v3.4.27-linux-amd64/Documentation/demo.md 2025-04-16 19:09:07.958 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/ 2025-04-16 19:09:07.958 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/experimental_apis.md 2025-04-16 19:09:07.958 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/interacting_v3.md 2025-04-16 19:09:07.958 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/local_cluster.md 2025-04-16 19:09:07.958 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/ 2025-04-16 19:09:07.958 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2025-04-16 19:09:07.958 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2025-04-16 19:09:07.959 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2025-04-16 19:09:07.959 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2025-04-16 19:09:07.959 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2025-04-16 19:09:07.959 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2025-04-16 19:09:07.959 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/grpc_naming.md 2025-04-16 19:09:07.959 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/limit.md 2025-04-16 19:09:07.959 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2025-04-16 19:09:07.959 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/ 2025-04-16 19:09:07.959 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2025-04-16 19:09:07.959 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2025-04-16 19:09:07.959 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2025-04-16 19:09:07.959 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2025-04-16 19:09:07.959 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2025-04-16 19:09:07.959 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2025-04-16 19:09:07.959 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/README.md 2025-04-16 19:09:07.959 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2025-04-16 19:09:07.959 | etcd-v3.4.27-linux-amd64/Documentation/v2/ 2025-04-16 19:09:07.959 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/ 2025-04-16 19:09:07.959 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2025-04-16 19:09:07.960 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2025-04-16 19:09:07.960 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2025-04-16 19:09:07.960 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2025-04-16 19:09:07.960 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2025-04-16 19:09:07.960 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2025-04-16 19:09:07.960 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/README.md 2025-04-16 19:09:07.960 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2025-04-16 19:09:07.960 | etcd-v3.4.27-linux-amd64/Documentation/v2/clustering.md 2025-04-16 19:09:07.960 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_2.md 2025-04-16 19:09:07.960 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_3.md 2025-04-16 19:09:07.960 | etcd-v3.4.27-linux-amd64/Documentation/v2/authentication.md 2025-04-16 19:09:07.960 | etcd-v3.4.27-linux-amd64/Documentation/v2/metrics.md 2025-04-16 19:09:07.960 | etcd-v3.4.27-linux-amd64/Documentation/v2/auth_api.md 2025-04-16 19:09:07.960 | etcd-v3.4.27-linux-amd64/Documentation/v2/api_v3.md 2025-04-16 19:09:07.960 | etcd-v3.4.27-linux-amd64/Documentation/v2/platforms/ 2025-04-16 19:09:07.960 | etcd-v3.4.27-linux-amd64/Documentation/v2/platforms/freebsd.md 2025-04-16 19:09:07.960 | etcd-v3.4.27-linux-amd64/Documentation/v2/configuration.md 2025-04-16 19:09:07.960 | etcd-v3.4.27-linux-amd64/Documentation/v2/proxy.md 2025-04-16 19:09:07.960 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_1.md 2025-04-16 19:09:07.960 | etcd-v3.4.27-linux-amd64/Documentation/v2/glossary.md 2025-04-16 19:09:07.960 | etcd-v3.4.27-linux-amd64/Documentation/v2/security.md 2025-04-16 19:09:07.960 | etcd-v3.4.27-linux-amd64/Documentation/v2/tuning.md 2025-04-16 19:09:07.960 | etcd-v3.4.27-linux-amd64/Documentation/v2/admin_guide.md 2025-04-16 19:09:07.961 | etcd-v3.4.27-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2025-04-16 19:09:07.961 | etcd-v3.4.27-linux-amd64/Documentation/v2/runtime-reconf-design.md 2025-04-16 19:09:07.961 | etcd-v3.4.27-linux-amd64/Documentation/v2/libraries-and-tools.md 2025-04-16 19:09:07.961 | etcd-v3.4.27-linux-amd64/Documentation/v2/other_apis.md 2025-04-16 19:09:07.961 | etcd-v3.4.27-linux-amd64/Documentation/v2/faq.md 2025-04-16 19:09:07.961 | etcd-v3.4.27-linux-amd64/Documentation/v2/etcd_alert.rules 2025-04-16 19:09:07.961 | etcd-v3.4.27-linux-amd64/Documentation/v2/reporting_bugs.md 2025-04-16 19:09:07.961 | etcd-v3.4.27-linux-amd64/Documentation/v2/docker_guide.md 2025-04-16 19:09:07.961 | etcd-v3.4.27-linux-amd64/Documentation/v2/members_api.md 2025-04-16 19:09:07.961 | etcd-v3.4.27-linux-amd64/Documentation/v2/production-users.md 2025-04-16 19:09:07.961 | etcd-v3.4.27-linux-amd64/Documentation/v2/backward_compatibility.md 2025-04-16 19:09:07.961 | etcd-v3.4.27-linux-amd64/Documentation/v2/api.md 2025-04-16 19:09:07.961 | etcd-v3.4.27-linux-amd64/Documentation/v2/rfc/ 2025-04-16 19:09:07.961 | etcd-v3.4.27-linux-amd64/Documentation/v2/rfc/v3api.md 2025-04-16 19:09:07.961 | etcd-v3.4.27-linux-amd64/Documentation/v2/dev/ 2025-04-16 19:09:07.961 | etcd-v3.4.27-linux-amd64/Documentation/v2/dev/release.md 2025-04-16 19:09:07.961 | etcd-v3.4.27-linux-amd64/Documentation/v2/README.md 2025-04-16 19:09:07.961 | etcd-v3.4.27-linux-amd64/Documentation/v2/discovery_protocol.md 2025-04-16 19:09:07.961 | etcd-v3.4.27-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2025-04-16 19:09:07.961 | etcd-v3.4.27-linux-amd64/Documentation/v2/errorcode.md 2025-04-16 19:09:07.961 | etcd-v3.4.27-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2025-04-16 19:09:07.961 | etcd-v3.4.27-linux-amd64/Documentation/v2/runtime-configuration.md 2025-04-16 19:09:07.961 | etcd-v3.4.27-linux-amd64/Documentation/v2/branch_management.md 2025-04-16 19:09:07.961 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/ 2025-04-16 19:09:07.961 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/release.md 2025-04-16 19:09:07.961 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2025-04-16 19:09:07.961 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/logging.md 2025-04-16 19:09:07.961 | etcd-v3.4.27-linux-amd64/Documentation/metrics/ 2025-04-16 19:09:07.961 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.12 2025-04-16 19:09:07.962 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.13 2025-04-16 19:09:07.962 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.9 2025-04-16 19:09:07.962 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.0 2025-04-16 19:09:07.962 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.10 2025-04-16 19:09:07.962 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.6 2025-04-16 19:09:07.962 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.7 2025-04-16 19:09:07.962 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.3 2025-04-16 19:09:07.962 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.4 2025-04-16 19:09:07.962 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.12 2025-04-16 19:09:07.962 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.8 2025-04-16 19:09:07.963 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.1 2025-04-16 19:09:07.963 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.13 2025-04-16 19:09:07.963 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.17 2025-04-16 19:09:07.963 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.15 2025-04-16 19:09:07.963 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.6 2025-04-16 19:09:07.963 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.4 2025-04-16 19:09:07.963 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.22 2025-04-16 19:09:07.963 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.5 2025-04-16 19:09:07.963 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.7 2025-04-16 19:09:07.963 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.0 2025-04-16 19:09:07.963 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.10 2025-04-16 19:09:07.963 | etcd-v3.4.27-linux-amd64/Documentation/metrics/latest 2025-04-16 19:09:07.964 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.0 2025-04-16 19:09:07.964 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.16 2025-04-16 19:09:07.964 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.14 2025-04-16 19:09:07.964 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.20 2025-04-16 19:09:07.964 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.14 2025-04-16 19:09:07.964 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.20 2025-04-16 19:09:07.964 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.2 2025-04-16 19:09:07.964 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.4 2025-04-16 19:09:07.965 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.8 2025-04-16 19:09:07.965 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.3 2025-04-16 19:09:07.965 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.23 2025-04-16 19:09:07.965 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.19 2025-04-16 19:09:07.965 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.5 2025-04-16 19:09:07.965 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.18 2025-04-16 19:09:07.965 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.1 2025-04-16 19:09:07.965 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.9 2025-04-16 19:09:07.966 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.5 2025-04-16 19:09:07.966 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.1 2025-04-16 19:09:07.966 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.11 2025-04-16 19:09:07.966 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.18 2025-04-16 19:09:07.966 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.21 2025-04-16 19:09:07.966 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.7 2025-04-16 19:09:07.966 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.2 2025-04-16 19:09:07.967 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.19 2025-04-16 19:09:07.967 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.8 2025-04-16 19:09:07.967 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.10 2025-04-16 19:09:07.967 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.3 2025-04-16 19:09:07.967 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.17 2025-04-16 19:09:07.967 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.9 2025-04-16 19:09:07.967 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.11 2025-04-16 19:09:07.968 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.15 2025-04-16 19:09:07.968 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.2 2025-04-16 19:09:07.968 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.6 2025-04-16 19:09:07.968 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.24 2025-04-16 19:09:07.968 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.16 2025-04-16 19:09:07.968 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.25 2025-04-16 19:09:07.968 | etcd-v3.4.27-linux-amd64/Documentation/metrics.md 2025-04-16 19:09:07.968 | etcd-v3.4.27-linux-amd64/Documentation/platforms/ 2025-04-16 19:09:07.968 | etcd-v3.4.27-linux-amd64/Documentation/platforms/freebsd.md 2025-04-16 19:09:07.968 | etcd-v3.4.27-linux-amd64/Documentation/platforms/container-linux-systemd.md 2025-04-16 19:09:07.968 | etcd-v3.4.27-linux-amd64/Documentation/platforms/aws.md 2025-04-16 19:09:07.968 | etcd-v3.4.27-linux-amd64/Documentation/dl_build.md 2025-04-16 19:09:07.968 | etcd-v3.4.27-linux-amd64/Documentation/learning/ 2025-04-16 19:09:07.969 | etcd-v3.4.27-linux-amd64/Documentation/learning/data_model.md 2025-04-16 19:09:07.969 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/ 2025-04-16 19:09:07.969 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-07.png 2025-04-16 19:09:07.969 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-11.png 2025-04-16 19:09:07.970 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-04.png 2025-04-16 19:09:07.970 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-01.png 2025-04-16 19:09:07.971 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-02.png 2025-04-16 19:09:07.972 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-05.png 2025-04-16 19:09:07.973 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-13.png 2025-04-16 19:09:07.973 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-10.png 2025-04-16 19:09:07.974 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-06.png 2025-04-16 19:09:07.975 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-03.png 2025-04-16 19:09:07.976 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-08.png 2025-04-16 19:09:07.977 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-03.png 2025-04-16 19:09:07.978 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-01.png 2025-04-16 19:09:07.978 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-06.png 2025-04-16 19:09:07.979 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-02.png 2025-04-16 19:09:07.980 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-05.png 2025-04-16 19:09:07.981 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-09.png 2025-04-16 19:09:07.982 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/etcd.png 2025-04-16 19:09:07.982 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-08.png 2025-04-16 19:09:07.984 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-04.png 2025-04-16 19:09:07.985 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-12.png 2025-04-16 19:09:07.986 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-07.png 2025-04-16 19:09:07.986 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-09.png 2025-04-16 19:09:07.988 | etcd-v3.4.27-linux-amd64/Documentation/learning/glossary.md 2025-04-16 19:09:07.988 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-auth-v3.md 2025-04-16 19:09:07.988 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-learner.md 2025-04-16 19:09:07.988 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-client.md 2025-04-16 19:09:07.988 | etcd-v3.4.27-linux-amd64/Documentation/learning/api.md 2025-04-16 19:09:07.988 | etcd-v3.4.27-linux-amd64/Documentation/learning/why.md 2025-04-16 19:09:07.989 | etcd-v3.4.27-linux-amd64/Documentation/learning/api_guarantees.md 2025-04-16 19:09:07.989 | etcd-v3.4.27-linux-amd64/Documentation/docs.md 2025-04-16 19:09:07.989 | etcd-v3.4.27-linux-amd64/Documentation/triage/ 2025-04-16 19:09:07.989 | etcd-v3.4.27-linux-amd64/Documentation/triage/issues.md 2025-04-16 19:09:07.989 | etcd-v3.4.27-linux-amd64/Documentation/triage/PRs.md 2025-04-16 19:09:07.989 | etcd-v3.4.27-linux-amd64/Documentation/integrations.md 2025-04-16 19:09:07.989 | etcd-v3.4.27-linux-amd64/Documentation/tuning.md 2025-04-16 19:09:07.989 | etcd-v3.4.27-linux-amd64/Documentation/faq.md 2025-04-16 19:09:07.989 | etcd-v3.4.27-linux-amd64/Documentation/reporting_bugs.md 2025-04-16 19:09:07.989 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/ 2025-04-16 19:09:07.989 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/supported-platform.md 2025-04-16 19:09:07.989 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/clustering.md 2025-04-16 19:09:07.989 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2025-04-16 19:09:07.990 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/recovery.md 2025-04-16 19:09:07.990 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2025-04-16 19:09:07.990 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/gateway.md 2025-04-16 19:09:07.990 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/authentication.md 2025-04-16 19:09:07.990 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/v2-migration.md 2025-04-16 19:09:07.990 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/versioning.md 2025-04-16 19:09:07.990 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/configuration.md 2025-04-16 19:09:07.991 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/hardware.md 2025-04-16 19:09:07.991 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/grpc_proxy.md 2025-04-16 19:09:07.991 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/security.md 2025-04-16 19:09:07.991 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/performance.md 2025-04-16 19:09:07.991 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2025-04-16 19:09:07.991 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2025-04-16 19:09:07.991 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/monitoring.md 2025-04-16 19:09:07.991 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/maintenance.md 2025-04-16 19:09:07.991 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/container.md 2025-04-16 19:09:07.991 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/grafana.json 2025-04-16 19:09:07.991 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/runtime-configuration.md 2025-04-16 19:09:07.991 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/failures.md 2025-04-16 19:09:07.992 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/ 2025-04-16 19:09:07.992 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/mixin.libsonnet 2025-04-16 19:09:07.992 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/README.md 2025-04-16 19:09:07.992 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/test.yaml 2025-04-16 19:09:07.992 | etcd-v3.4.27-linux-amd64/Documentation/production-users.md 2025-04-16 19:09:07.992 | etcd-v3.4.27-linux-amd64/Documentation/rfc/ 2025-04-16 19:09:07.992 | etcd-v3.4.27-linux-amd64/Documentation/rfc/v3api.md 2025-04-16 19:09:07.992 | etcd-v3.4.27-linux-amd64/Documentation/README.md 2025-04-16 19:09:07.992 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/ 2025-04-16 19:09:07.992 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2025-04-16 19:09:07.992 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_5.md 2025-04-16 19:09:07.992 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2025-04-16 19:09:07.992 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2025-04-16 19:09:07.992 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2025-04-16 19:09:07.993 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2025-04-16 19:09:07.993 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2025-04-16 19:09:07.993 | etcd-v3.4.27-linux-amd64/Documentation/branch_management.md 2025-04-16 19:09:07.993 | etcd-v3.4.27-linux-amd64/README.md 2025-04-16 19:09:07.993 | etcd-v3.4.27-linux-amd64/etcd 2025-04-16 19:09:08.166 | + 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 19:09:08.189 | + 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 19:09:08.209 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack//bin/etcd ']' 2025-04-16 19:09:08.211 | + stack.sh:main:884 : is_service_enabled tls-proxy 2025-04-16 19:09:08.224 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:09:08.226 | + stack.sh:main:894 : install_dstat 2025-04-16 19:09:08.228 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2025-04-16 19:09:08.240 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:09:08.242 | + stack.sh:main:900 : echo_summary 'Installing OpenStack project source' 2025-04-16 19:09:08.244 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 19:09:08.246 | + stack.sh:echo_summary:461 : echo -e Installing OpenStack project source 2025-04-16 19:09:08.248 | + stack.sh:main:903 : install_libs 2025-04-16 19:09:08.250 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2025-04-16 19:09:08.252 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2025-04-16 19:09:08.254 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2025-04-16 19:09:08.256 | + inc/python:use_library_from_git:272 : local name=automaton 2025-04-16 19:09:08.257 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:08.260 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:08.261 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,automaton, ]] 2025-04-16 19:09:08.263 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:08.265 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2025-04-16 19:09:08.267 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2025-04-16 19:09:08.269 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2025-04-16 19:09:08.271 | + inc/python:use_library_from_git:272 : local name=castellan 2025-04-16 19:09:08.272 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:08.274 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:08.276 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,castellan, ]] 2025-04-16 19:09:08.278 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:08.280 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2025-04-16 19:09:08.282 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2025-04-16 19:09:08.284 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2025-04-16 19:09:08.286 | + inc/python:use_library_from_git:272 : local name=cliff 2025-04-16 19:09:08.287 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:08.289 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:08.291 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,cliff, ]] 2025-04-16 19:09:08.293 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:08.295 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2025-04-16 19:09:08.297 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2025-04-16 19:09:08.299 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2025-04-16 19:09:08.300 | + inc/python:use_library_from_git:272 : local name=cursive 2025-04-16 19:09:08.302 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:08.304 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:08.306 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,cursive, ]] 2025-04-16 19:09:08.308 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:08.309 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2025-04-16 19:09:08.311 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2025-04-16 19:09:08.313 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2025-04-16 19:09:08.315 | + inc/python:use_library_from_git:272 : local name=debtcollector 2025-04-16 19:09:08.317 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:08.319 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:08.321 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,debtcollector, ]] 2025-04-16 19:09:08.323 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:08.324 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2025-04-16 19:09:08.326 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2025-04-16 19:09:08.328 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2025-04-16 19:09:08.330 | + inc/python:use_library_from_git:272 : local name=futurist 2025-04-16 19:09:08.332 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:08.334 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:08.336 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,futurist, ]] 2025-04-16 19:09:08.337 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:08.339 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2025-04-16 19:09:08.341 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2025-04-16 19:09:08.343 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2025-04-16 19:09:08.345 | + inc/python:use_library_from_git:272 : local name=openstacksdk 2025-04-16 19:09:08.347 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:08.348 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:08.350 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,openstacksdk, ]] 2025-04-16 19:09:08.352 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:08.354 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2025-04-16 19:09:08.356 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2025-04-16 19:09:08.358 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2025-04-16 19:09:08.360 | + inc/python:use_library_from_git:272 : local name=osc-lib 2025-04-16 19:09:08.361 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:08.363 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:08.365 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osc-lib, ]] 2025-04-16 19:09:08.367 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:08.369 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2025-04-16 19:09:08.371 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2025-04-16 19:09:08.372 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2025-04-16 19:09:08.374 | + inc/python:use_library_from_git:272 : local name=osc-placement 2025-04-16 19:09:08.376 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:08.378 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:08.380 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osc-placement, ]] 2025-04-16 19:09:08.382 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:08.384 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2025-04-16 19:09:08.386 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2025-04-16 19:09:08.388 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2025-04-16 19:09:08.390 | + inc/python:use_library_from_git:272 : local name=os-client-config 2025-04-16 19:09:08.391 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:08.393 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:08.395 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-client-config, ]] 2025-04-16 19:09:08.397 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:08.399 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2025-04-16 19:09:08.401 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2025-04-16 19:09:08.403 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2025-04-16 19:09:08.404 | + inc/python:use_library_from_git:272 : local name=oslo.cache 2025-04-16 19:09:08.406 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:08.408 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:08.410 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.cache, ]] 2025-04-16 19:09:08.412 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:08.414 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2025-04-16 19:09:08.415 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2025-04-16 19:09:08.417 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2025-04-16 19:09:08.419 | + inc/python:use_library_from_git:272 : local name=oslo.concurrency 2025-04-16 19:09:08.421 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:08.423 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:08.425 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.concurrency, ]] 2025-04-16 19:09:08.427 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:08.428 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2025-04-16 19:09:08.430 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2025-04-16 19:09:08.432 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2025-04-16 19:09:08.434 | + inc/python:use_library_from_git:272 : local name=oslo.config 2025-04-16 19:09:08.436 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:08.438 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:08.439 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.config, ]] 2025-04-16 19:09:08.441 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:08.443 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2025-04-16 19:09:08.445 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2025-04-16 19:09:08.447 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2025-04-16 19:09:08.449 | + inc/python:use_library_from_git:272 : local name=oslo.context 2025-04-16 19:09:08.451 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:08.453 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:08.456 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.context, ]] 2025-04-16 19:09:08.457 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:08.459 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2025-04-16 19:09:08.461 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2025-04-16 19:09:08.463 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2025-04-16 19:09:08.465 | + inc/python:use_library_from_git:272 : local name=oslo.db 2025-04-16 19:09:08.467 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:08.469 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:08.471 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.db, ]] 2025-04-16 19:09:08.472 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:08.474 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2025-04-16 19:09:08.476 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2025-04-16 19:09:08.478 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2025-04-16 19:09:08.480 | + inc/python:use_library_from_git:272 : local name=oslo.i18n 2025-04-16 19:09:08.482 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:08.484 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:08.486 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.i18n, ]] 2025-04-16 19:09:08.487 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:08.489 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2025-04-16 19:09:08.491 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2025-04-16 19:09:08.493 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2025-04-16 19:09:08.495 | + inc/python:use_library_from_git:272 : local name=oslo.limit 2025-04-16 19:09:08.497 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:08.499 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:08.501 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.limit, ]] 2025-04-16 19:09:08.503 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:08.505 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2025-04-16 19:09:08.507 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2025-04-16 19:09:08.508 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2025-04-16 19:09:08.510 | + inc/python:use_library_from_git:272 : local name=oslo.log 2025-04-16 19:09:08.512 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:08.514 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:08.516 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.log, ]] 2025-04-16 19:09:08.518 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:08.520 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2025-04-16 19:09:08.521 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2025-04-16 19:09:08.523 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2025-04-16 19:09:08.525 | + inc/python:use_library_from_git:272 : local name=oslo.messaging 2025-04-16 19:09:08.527 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:08.529 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:08.531 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.messaging, ]] 2025-04-16 19:09:08.533 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:08.535 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2025-04-16 19:09:08.537 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2025-04-16 19:09:08.538 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2025-04-16 19:09:08.540 | + inc/python:use_library_from_git:272 : local name=oslo.middleware 2025-04-16 19:09:08.542 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:08.544 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:08.546 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.middleware, ]] 2025-04-16 19:09:08.548 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:08.550 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2025-04-16 19:09:08.551 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2025-04-16 19:09:08.553 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2025-04-16 19:09:08.555 | + inc/python:use_library_from_git:272 : local name=oslo.policy 2025-04-16 19:09:08.557 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:08.559 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:08.561 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.policy, ]] 2025-04-16 19:09:08.563 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:08.565 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2025-04-16 19:09:08.567 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2025-04-16 19:09:08.568 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2025-04-16 19:09:08.570 | + inc/python:use_library_from_git:272 : local name=oslo.privsep 2025-04-16 19:09:08.572 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:08.574 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:08.576 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.privsep, ]] 2025-04-16 19:09:08.578 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:08.580 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2025-04-16 19:09:08.581 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2025-04-16 19:09:08.583 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2025-04-16 19:09:08.585 | + inc/python:use_library_from_git:272 : local name=oslo.reports 2025-04-16 19:09:08.587 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:08.589 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:08.591 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.reports, ]] 2025-04-16 19:09:08.593 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:08.595 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2025-04-16 19:09:08.597 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2025-04-16 19:09:08.598 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2025-04-16 19:09:08.600 | + inc/python:use_library_from_git:272 : local name=oslo.rootwrap 2025-04-16 19:09:08.602 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:08.604 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:08.606 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.rootwrap, ]] 2025-04-16 19:09:08.608 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:08.609 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2025-04-16 19:09:08.611 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2025-04-16 19:09:08.613 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2025-04-16 19:09:08.615 | + inc/python:use_library_from_git:272 : local name=oslo.serialization 2025-04-16 19:09:08.617 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:08.619 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:08.621 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.serialization, ]] 2025-04-16 19:09:08.623 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:08.625 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2025-04-16 19:09:08.626 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2025-04-16 19:09:08.628 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2025-04-16 19:09:08.630 | + inc/python:use_library_from_git:272 : local name=oslo.service 2025-04-16 19:09:08.632 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:08.634 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:08.636 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.service, ]] 2025-04-16 19:09:08.638 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:08.640 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2025-04-16 19:09:08.642 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2025-04-16 19:09:08.643 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2025-04-16 19:09:08.645 | + inc/python:use_library_from_git:272 : local name=oslo.utils 2025-04-16 19:09:08.647 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:08.649 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:08.651 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.utils, ]] 2025-04-16 19:09:08.652 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:08.654 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2025-04-16 19:09:08.656 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2025-04-16 19:09:08.658 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2025-04-16 19:09:08.660 | + inc/python:use_library_from_git:272 : local name=oslo.versionedobjects 2025-04-16 19:09:08.662 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:08.664 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:08.665 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.versionedobjects, ]] 2025-04-16 19:09:08.667 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:08.669 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2025-04-16 19:09:08.671 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2025-04-16 19:09:08.673 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2025-04-16 19:09:08.675 | + inc/python:use_library_from_git:272 : local name=oslo.vmware 2025-04-16 19:09:08.677 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:08.679 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:08.680 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.vmware, ]] 2025-04-16 19:09:08.682 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:08.684 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2025-04-16 19:09:08.686 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2025-04-16 19:09:08.688 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2025-04-16 19:09:08.690 | + inc/python:use_library_from_git:272 : local name=osprofiler 2025-04-16 19:09:08.692 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:08.694 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:08.695 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osprofiler, ]] 2025-04-16 19:09:08.697 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:08.699 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2025-04-16 19:09:08.701 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2025-04-16 19:09:08.703 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2025-04-16 19:09:08.705 | + inc/python:use_library_from_git:272 : local name=pycadf 2025-04-16 19:09:08.707 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:08.708 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:08.710 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,pycadf, ]] 2025-04-16 19:09:08.712 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:08.714 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2025-04-16 19:09:08.716 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2025-04-16 19:09:08.718 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2025-04-16 19:09:08.720 | + inc/python:use_library_from_git:272 : local name=stevedore 2025-04-16 19:09:08.722 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:08.723 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:08.725 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,stevedore, ]] 2025-04-16 19:09:08.727 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:08.729 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2025-04-16 19:09:08.731 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2025-04-16 19:09:08.733 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2025-04-16 19:09:08.735 | + inc/python:use_library_from_git:272 : local name=taskflow 2025-04-16 19:09:08.737 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:08.739 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:08.740 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,taskflow, ]] 2025-04-16 19:09:08.742 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:08.744 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2025-04-16 19:09:08.746 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2025-04-16 19:09:08.748 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2025-04-16 19:09:08.750 | + inc/python:use_library_from_git:272 : local name=tooz 2025-04-16 19:09:08.752 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:08.754 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:08.755 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,tooz, ]] 2025-04-16 19:09:08.757 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:08.759 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2025-04-16 19:09:08.761 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2025-04-16 19:09:08.763 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2025-04-16 19:09:08.765 | + inc/python:use_library_from_git:272 : local name=os-brick 2025-04-16 19:09:08.767 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:08.769 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:08.771 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-brick, ]] 2025-04-16 19:09:08.773 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:08.774 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2025-04-16 19:09:08.776 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2025-04-16 19:09:08.778 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2025-04-16 19:09:08.780 | + inc/python:use_library_from_git:272 : local name=os-resource-classes 2025-04-16 19:09:08.782 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:08.784 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:08.786 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-resource-classes, ]] 2025-04-16 19:09:08.788 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:08.789 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2025-04-16 19:09:08.791 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2025-04-16 19:09:08.793 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2025-04-16 19:09:08.795 | + inc/python:use_library_from_git:272 : local name=os-traits 2025-04-16 19:09:08.797 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:08.799 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:08.801 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-traits, ]] 2025-04-16 19:09:08.803 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:08.805 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2025-04-16 19:09:08.807 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2025-04-16 19:09:08.809 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2025-04-16 19:09:08.810 | + inc/python:use_library_from_git:272 : local name=python-barbicanclient 2025-04-16 19:09:08.812 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:08.814 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:08.816 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-barbicanclient, ]] 2025-04-16 19:09:08.818 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:08.820 | + lib/libraries:install_libs:139 : pip_install etcd3 2025-04-16 19:09:08.835 | Using python 3.10 to install etcd3 2025-04-16 19:09:08.837 | + 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 19:09:09.818 | Collecting etcd3 2025-04-16 19:09:09.818 | Using cached etcd3-0.12.0-py2.py3-none-any.whl 2025-04-16 19:09:10.483 | Collecting grpcio>=1.27.1 (from etcd3) 2025-04-16 19:09:10.485 | Using cached grpcio-1.54.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) 2025-04-16 19:09:10.703 | Collecting protobuf>=3.6.1 (from etcd3) 2025-04-16 19:09:10.707 | Using cached protobuf-4.22.3-cp37-abi3-manylinux2014_x86_64.whl.metadata (540 bytes) 2025-04-16 19:09:10.731 | Collecting six>=1.12.0 (from etcd3) 2025-04-16 19:09:10.732 | Using cached six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) 2025-04-16 19:09:10.759 | Collecting tenacity>=6.1.0 (from etcd3) 2025-04-16 19:09:10.760 | Using cached tenacity-6.3.1-py2.py3-none-any.whl.metadata (1.2 kB) 2025-04-16 19:09:10.775 | Using cached grpcio-1.54.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB) 2025-04-16 19:09:10.808 | Using cached protobuf-4.22.3-cp37-abi3-manylinux2014_x86_64.whl (302 kB) 2025-04-16 19:09:10.812 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2025-04-16 19:09:10.814 | Using cached tenacity-6.3.1-py2.py3-none-any.whl (36 kB) 2025-04-16 19:09:10.904 | Installing collected packages: six, protobuf, grpcio, tenacity, etcd3 2025-04-16 19:09:11.247 | 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 19:09:11.431 | + inc/python:pip_install:222 : result=0 2025-04-16 19:09:11.433 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 19:09:11.435 | + functions-common:time_stop:2400 : local name 2025-04-16 19:09:11.437 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:09:11.439 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:09:11.441 | + functions-common:time_stop:2403 : local total 2025-04-16 19:09:11.443 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:09:11.445 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 19:09:11.446 | + functions-common:time_stop:2407 : start_time=1744830548831 2025-04-16 19:09:11.448 | + functions-common:time_stop:2409 : [[ -z 1744830548831 ]] 2025-04-16 19:09:11.450 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:09:11.454 | + functions-common:time_stop:2412 : end_time=1744830551452 2025-04-16 19:09:11.455 | + functions-common:time_stop:2413 : elapsed_time=2621 2025-04-16 19:09:11.457 | + functions-common:time_stop:2414 : total=11174 2025-04-16 19:09:11.459 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:09:11.461 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=13795 2025-04-16 19:09:11.462 | + inc/python:pip_install:225 : return 0 2025-04-16 19:09:11.464 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2025-04-16 19:09:11.480 | Using python 3.10 to install etcd3gw 2025-04-16 19:09:11.482 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt etcd3gw 2025-04-16 19:09:12.466 | Collecting etcd3gw 2025-04-16 19:09:12.468 | Using cached etcd3gw-2.1.0-py3-none-any.whl.metadata (1.6 kB) 2025-04-16 19:09:12.501 | Collecting futurist>=0.16.0 (from etcd3gw) 2025-04-16 19:09:12.503 | Using cached futurist-2.4.1-py3-none-any.whl.metadata (2.1 kB) 2025-04-16 19:09:12.505 | Requirement already satisfied: pbr>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from etcd3gw) (5.11.1) 2025-04-16 19:09:12.548 | Collecting requests>=2.20.0 (from etcd3gw) 2025-04-16 19:09:12.549 | Using cached requests-2.28.2-py3-none-any.whl.metadata (4.6 kB) 2025-04-16 19:09:12.661 | Collecting charset-normalizer<4,>=2 (from requests>=2.20.0->etcd3gw) 2025-04-16 19:09:12.662 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (30 kB) 2025-04-16 19:09:12.688 | Collecting idna<4,>=2.5 (from requests>=2.20.0->etcd3gw) 2025-04-16 19:09:12.690 | Using cached idna-3.4-py3-none-any.whl.metadata (9.8 kB) 2025-04-16 19:09:12.745 | Collecting urllib3<1.27,>=1.21.1 (from requests>=2.20.0->etcd3gw) 2025-04-16 19:09:12.747 | Using cached urllib3-1.26.15-py2.py3-none-any.whl.metadata (48 kB) 2025-04-16 19:09:12.781 | Collecting certifi>=2017.4.17 (from requests>=2.20.0->etcd3gw) 2025-04-16 19:09:12.783 | Using cached certifi-2025.1.31-py3-none-any.whl.metadata (2.5 kB) 2025-04-16 19:09:12.808 | Using cached etcd3gw-2.1.0-py3-none-any.whl (22 kB) 2025-04-16 19:09:12.811 | Using cached futurist-2.4.1-py3-none-any.whl (36 kB) 2025-04-16 19:09:12.813 | Using cached requests-2.28.2-py3-none-any.whl (62 kB) 2025-04-16 19:09:12.816 | Using cached certifi-2025.1.31-py3-none-any.whl (166 kB) 2025-04-16 19:09:12.819 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB) 2025-04-16 19:09:12.823 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2025-04-16 19:09:12.826 | Using cached urllib3-1.26.15-py2.py3-none-any.whl (140 kB) 2025-04-16 19:09:12.929 | Installing collected packages: urllib3, idna, futurist, charset-normalizer, certifi, requests, etcd3gw 2025-04-16 19:09:13.228 | 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 19:09:13.313 | + inc/python:pip_install:222 : result=0 2025-04-16 19:09:13.315 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 19:09:13.317 | + functions-common:time_stop:2400 : local name 2025-04-16 19:09:13.319 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:09:13.321 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:09:13.322 | + functions-common:time_stop:2403 : local total 2025-04-16 19:09:13.324 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:09:13.326 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 19:09:13.327 | + functions-common:time_stop:2407 : start_time=1744830551476 2025-04-16 19:09:13.329 | + functions-common:time_stop:2409 : [[ -z 1744830551476 ]] 2025-04-16 19:09:13.332 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:09:13.334 | + functions-common:time_stop:2412 : end_time=1744830553332 2025-04-16 19:09:13.336 | + functions-common:time_stop:2413 : elapsed_time=1856 2025-04-16 19:09:13.338 | + functions-common:time_stop:2414 : total=13795 2025-04-16 19:09:13.340 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:09:13.341 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=15651 2025-04-16 19:09:13.343 | + inc/python:pip_install:225 : return 0 2025-04-16 19:09:13.345 | + stack.sh:main:906 : install_apache_uwsgi 2025-04-16 19:09:13.347 | + lib/apache:install_apache_uwsgi:76 : local apxs=apxs2 2025-04-16 19:09:13.349 | + lib/apache:install_apache_uwsgi:77 : is_fedora 2025-04-16 19:09:13.351 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-16 19:09:13.353 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-16 19:09:13.355 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-16 19:09:13.356 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-16 19:09:13.358 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-16 19:09:13.360 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-16 19:09:13.362 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-16 19:09:13.364 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-16 19:09:13.366 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-16 19:09:13.368 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-16 19:09:13.370 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-16 19:09:13.371 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-16 19:09:13.373 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-16 19:09:13.375 | + lib/apache:install_apache_uwsgi:81 : is_ubuntu 2025-04-16 19:09:13.377 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:09:13.379 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:09:13.380 | + lib/apache:install_apache_uwsgi:82 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2025-04-16 19:09:13.382 | + lib/apache:install_apache_uwsgi:83 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-04-16 19:09:13.384 | + functions-common:install_package:1421 : update_package_repo 2025-04-16 19:09:13.386 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 19:09:13.388 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-16 19:09:13.390 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 19:09:13.391 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 19:09:13.393 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 19:09:13.395 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:09:13.397 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:09:13.399 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 19:09:13.401 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-16 19:09:13.402 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-16 19:09:13.404 | + functions-common:apt_get_update:1150 : return 2025-04-16 19:09:13.406 | + functions-common:install_package:1422 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-04-16 19:09:13.408 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 19:09:13.410 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:09:13.412 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:09:13.414 | + functions-common:real_install_package:1410 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-04-16 19:09:13.430 | + 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 19:09:13.491 | Reading package lists... 2025-04-16 19:09:13.699 | Building dependency tree... 2025-04-16 19:09:13.701 | Reading state information... 2025-04-16 19:09:13.909 | uwsgi is already the newest version (2.0.20-4). 2025-04-16 19:09:13.909 | uwsgi-plugin-python3 is already the newest version (2.0.20-4). 2025-04-16 19:09:13.909 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.14). 2025-04-16 19:09:13.909 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-16 19:09:13.913 | + functions-common:apt_get:1194 : result=0 2025-04-16 19:09:13.915 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 19:09:13.917 | + functions-common:time_stop:2400 : local name 2025-04-16 19:09:13.919 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:09:13.921 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:09:13.923 | + functions-common:time_stop:2403 : local total 2025-04-16 19:09:13.925 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:09:13.927 | + functions-common:time_stop:2406 : name=apt-get 2025-04-16 19:09:13.929 | + functions-common:time_stop:2407 : start_time=1744830553427 2025-04-16 19:09:13.931 | + functions-common:time_stop:2409 : [[ -z 1744830553427 ]] 2025-04-16 19:09:13.933 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:09:13.936 | + functions-common:time_stop:2412 : end_time=1744830553934 2025-04-16 19:09:13.938 | + functions-common:time_stop:2413 : elapsed_time=507 2025-04-16 19:09:13.940 | + functions-common:time_stop:2414 : total=42704 2025-04-16 19:09:13.942 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:09:13.944 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=43211 2025-04-16 19:09:13.946 | + functions-common:apt_get:1198 : return 0 2025-04-16 19:09:13.948 | + lib/apache:install_apache_uwsgi:115 : is_ubuntu 2025-04-16 19:09:13.950 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:09:13.952 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:09:13.954 | + lib/apache:install_apache_uwsgi:117 : sudo a2enmod proxy 2025-04-16 19:09:13.987 | Enabling module proxy. 2025-04-16 19:09:13.991 | To activate the new configuration, you need to run: 2025-04-16 19:09:13.991 | systemctl restart apache2 2025-04-16 19:09:13.994 | + lib/apache:install_apache_uwsgi:118 : sudo a2enmod proxy_uwsgi 2025-04-16 19:09:14.026 | Considering dependency proxy for proxy_uwsgi: 2025-04-16 19:09:14.026 | Module proxy already enabled 2025-04-16 19:09:14.026 | Enabling module proxy_uwsgi. 2025-04-16 19:09:14.030 | To activate the new configuration, you need to run: 2025-04-16 19:09:14.030 | systemctl restart apache2 2025-04-16 19:09:14.033 | + lib/apache:install_apache_uwsgi:124 : restart_apache_server 2025-04-16 19:09:14.035 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-16 19:09:14.037 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 19:09:14.039 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-16 19:09:14.127 | + stack.sh:main:909 : install_keystoneauth 2025-04-16 19:09:14.129 | + lib/keystone:install_keystoneauth:503 : use_library_from_git keystoneauth 2025-04-16 19:09:14.131 | + inc/python:use_library_from_git:272 : local name=keystoneauth 2025-04-16 19:09:14.133 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:14.134 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:14.136 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,keystoneauth, ]] 2025-04-16 19:09:14.138 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:14.140 | + stack.sh:main:910 : install_keystoneclient 2025-04-16 19:09:14.142 | + lib/keystone:install_keystoneclient:511 : use_library_from_git python-keystoneclient 2025-04-16 19:09:14.144 | + inc/python:use_library_from_git:272 : local name=python-keystoneclient 2025-04-16 19:09:14.145 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:14.148 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:14.150 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-keystoneclient, ]] 2025-04-16 19:09:14.152 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:14.154 | + stack.sh:main:911 : install_glanceclient 2025-04-16 19:09:14.156 | + lib/glance:install_glanceclient:501 : use_library_from_git python-glanceclient 2025-04-16 19:09:14.157 | + inc/python:use_library_from_git:272 : local name=python-glanceclient 2025-04-16 19:09:14.159 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:14.161 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:14.163 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-glanceclient, ]] 2025-04-16 19:09:14.165 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:14.167 | + stack.sh:main:912 : install_cinderclient 2025-04-16 19:09:14.169 | + lib/cinder:install_cinderclient:571 : use_library_from_git python-brick-cinderclient-ext 2025-04-16 19:09:14.171 | + inc/python:use_library_from_git:272 : local name=python-brick-cinderclient-ext 2025-04-16 19:09:14.173 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:14.175 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:14.176 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2025-04-16 19:09:14.178 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:14.180 | + lib/cinder:install_cinderclient:576 : use_library_from_git python-cinderclient 2025-04-16 19:09:14.182 | + inc/python:use_library_from_git:272 : local name=python-cinderclient 2025-04-16 19:09:14.184 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:14.186 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:14.188 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-cinderclient, ]] 2025-04-16 19:09:14.190 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:14.191 | + stack.sh:main:913 : install_novaclient 2025-04-16 19:09:14.193 | + lib/nova:install_novaclient:911 : use_library_from_git python-novaclient 2025-04-16 19:09:14.195 | + inc/python:use_library_from_git:272 : local name=python-novaclient 2025-04-16 19:09:14.197 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:14.199 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:14.201 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-novaclient, ]] 2025-04-16 19:09:14.203 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:14.205 | + stack.sh:main:914 : is_service_enabled swift glance horizon 2025-04-16 19:09:14.217 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:09:14.219 | + stack.sh:main:915 : install_swiftclient 2025-04-16 19:09:14.221 | + lib/swift:install_swiftclient:730 : use_library_from_git python-swiftclient 2025-04-16 19:09:14.223 | + inc/python:use_library_from_git:272 : local name=python-swiftclient 2025-04-16 19:09:14.225 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:14.227 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:14.229 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-swiftclient, ]] 2025-04-16 19:09:14.231 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:14.233 | + stack.sh:main:917 : is_service_enabled neutron nova horizon 2025-04-16 19:09:14.245 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:09:14.247 | + stack.sh:main:918 : install_neutronclient 2025-04-16 19:09:14.249 | + lib/neutron:install_neutronclient:537 : use_library_from_git python-neutronclient 2025-04-16 19:09:14.250 | + inc/python:use_library_from_git:272 : local name=python-neutronclient 2025-04-16 19:09:14.252 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:14.254 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:14.256 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-neutronclient, ]] 2025-04-16 19:09:14.258 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:14.260 | + stack.sh:main:922 : install_keystonemiddleware 2025-04-16 19:09:14.262 | + lib/keystone:install_keystonemiddleware:521 : use_library_from_git keystonemiddleware 2025-04-16 19:09:14.264 | + inc/python:use_library_from_git:272 : local name=keystonemiddleware 2025-04-16 19:09:14.266 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:14.268 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:14.270 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,keystonemiddleware, ]] 2025-04-16 19:09:14.272 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:14.273 | + lib/keystone:install_keystonemiddleware:526 : pip_install_gr keystonemiddleware 2025-04-16 19:09:14.275 | + inc/python:pip_install_gr:94 : local name=keystonemiddleware 2025-04-16 19:09:14.277 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-16 19:09:14.280 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements keystonemiddleware 2025-04-16 19:09:14.282 | ++ inc/python:get_from_global_requirements:247 : local package=keystonemiddleware 2025-04-16 19:09:14.283 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-16 19:09:14.286 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^keystonemiddleware' /opt/stack//requirements/global-requirements.txt 2025-04-16 19:09:14.286 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-16 19:09:14.290 | ++ inc/python:get_from_global_requirements:249 : required_pkg='keystonemiddleware ' 2025-04-16 19:09:14.292 | ++ inc/python:get_from_global_requirements:250 : [[ keystonemiddleware == '' ]] 2025-04-16 19:09:14.294 | ++ inc/python:get_from_global_requirements:253 : echo keystonemiddleware 2025-04-16 19:09:14.296 | + inc/python:pip_install_gr:96 : clean_name=keystonemiddleware 2025-04-16 19:09:14.298 | + inc/python:pip_install_gr:97 : pip_install keystonemiddleware 2025-04-16 19:09:14.313 | Using python 3.10 to install keystonemiddleware 2025-04-16 19:09:14.315 | + 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 19:09:15.234 | Collecting keystonemiddleware 2025-04-16 19:09:15.236 | Using cached keystonemiddleware-10.4.1-py3-none-any.whl.metadata (3.8 kB) 2025-04-16 19:09:15.293 | Collecting WebOb>=1.7.1 (from keystonemiddleware) 2025-04-16 19:09:15.294 | Using cached WebOb-1.8.7-py2.py3-none-any.whl.metadata (10 kB) 2025-04-16 19:09:15.337 | Collecting keystoneauth1>=3.12.0 (from keystonemiddleware) 2025-04-16 19:09:15.338 | Using cached keystoneauth1-5.3.0-py3-none-any.whl.metadata (3.8 kB) 2025-04-16 19:09:15.385 | Collecting oslo.cache>=1.26.0 (from keystonemiddleware) 2025-04-16 19:09:15.386 | Using cached oslo.cache-3.5.0-py3-none-any.whl.metadata (3.2 kB) 2025-04-16 19:09:15.434 | Collecting oslo.config>=5.2.0 (from keystonemiddleware) 2025-04-16 19:09:15.437 | Using cached oslo.config-9.2.0-py3-none-any.whl.metadata (3.1 kB) 2025-04-16 19:09:15.470 | Collecting oslo.context>=2.19.2 (from keystonemiddleware) 2025-04-16 19:09:15.471 | Using cached oslo.context-5.2.0-py3-none-any.whl.metadata (2.0 kB) 2025-04-16 19:09:15.504 | Collecting oslo.i18n>=3.15.3 (from keystonemiddleware) 2025-04-16 19:09:15.507 | Using cached oslo.i18n-6.1.1-py3-none-any.whl.metadata (2.0 kB) 2025-04-16 19:09:15.554 | Collecting oslo.log>=3.36.0 (from keystonemiddleware) 2025-04-16 19:09:15.555 | Using cached oslo.log-5.3.2-py3-none-any.whl.metadata (3.0 kB) 2025-04-16 19:09:15.598 | Collecting oslo.serialization!=2.19.1,>=2.18.0 (from keystonemiddleware) 2025-04-16 19:09:15.599 | Using cached oslo.serialization-5.2.1-py3-none-any.whl.metadata (2.2 kB) 2025-04-16 19:09:15.653 | Collecting oslo.utils>=3.33.0 (from keystonemiddleware) 2025-04-16 19:09:15.654 | Using cached oslo.utils-6.2.1-py3-none-any.whl.metadata (2.2 kB) 2025-04-16 19:09:15.656 | 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 19:09:15.679 | Collecting pycadf!=2.0.0,>=1.1.0 (from keystonemiddleware) 2025-04-16 19:09:15.681 | Using cached pycadf-3.1.1-py3-none-any.whl.metadata (2.1 kB) 2025-04-16 19:09:15.714 | Collecting python-keystoneclient>=3.20.0 (from keystonemiddleware) 2025-04-16 19:09:15.716 | Using cached python_keystoneclient-5.2.0-py3-none-any.whl.metadata (3.7 kB) 2025-04-16 19:09:15.718 | 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 19:09:15.764 | Collecting iso8601>=0.1.11 (from keystoneauth1>=3.12.0->keystonemiddleware) 2025-04-16 19:09:15.765 | Using cached iso8601-1.1.0-py3-none-any.whl.metadata (9.8 kB) 2025-04-16 19:09:15.783 | Collecting os-service-types>=1.2.0 (from keystoneauth1>=3.12.0->keystonemiddleware) 2025-04-16 19:09:15.785 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-04-16 19:09:15.822 | Collecting stevedore>=1.20.0 (from keystoneauth1>=3.12.0->keystonemiddleware) 2025-04-16 19:09:15.823 | Using cached stevedore-5.1.0-py3-none-any.whl.metadata (2.2 kB) 2025-04-16 19:09:15.866 | Collecting dogpile.cache>=1.1.5 (from oslo.cache>=1.26.0->keystonemiddleware) 2025-04-16 19:09:15.867 | Using cached dogpile.cache-1.1.8-py3-none-any.whl.metadata (5.0 kB) 2025-04-16 19:09:15.965 | Collecting PyYAML>=5.1 (from oslo.config>=5.2.0->keystonemiddleware) 2025-04-16 19:09:15.966 | 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 19:09:15.998 | Collecting debtcollector>=1.2.0 (from oslo.config>=5.2.0->keystonemiddleware) 2025-04-16 19:09:16.000 | Using cached debtcollector-2.5.0-py3-none-any.whl.metadata (2.3 kB) 2025-04-16 19:09:16.026 | Collecting netaddr>=0.7.18 (from oslo.config>=5.2.0->keystonemiddleware) 2025-04-16 19:09:16.027 | Using cached netaddr-0.8.0-py2.py3-none-any.whl.metadata (4.9 kB) 2025-04-16 19:09:16.047 | Collecting rfc3986>=1.2.0 (from oslo.config>=5.2.0->keystonemiddleware) 2025-04-16 19:09:16.049 | Using cached rfc3986-2.0.0-py2.py3-none-any.whl.metadata (6.6 kB) 2025-04-16 19:09:16.158 | Collecting python-dateutil>=2.7.0 (from oslo.log>=3.36.0->keystonemiddleware) 2025-04-16 19:09:16.160 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl.metadata (8.2 kB) 2025-04-16 19:09:16.181 | Collecting pyinotify>=0.9.6 (from oslo.log>=3.36.0->keystonemiddleware) 2025-04-16 19:09:16.181 | Using cached pyinotify-0.9.6-py3-none-any.whl 2025-04-16 19:09:16.269 | Collecting msgpack>=0.5.2 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2025-04-16 19:09:16.271 | Using cached msgpack-1.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.8 kB) 2025-04-16 19:09:16.332 | Collecting pytz>=2013.6 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2025-04-16 19:09:16.334 | Using cached pytz-2023.3-py2.py3-none-any.whl.metadata (22 kB) 2025-04-16 19:09:16.359 | Collecting tzdata>=2022.4 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2025-04-16 19:09:16.360 | Using cached tzdata-2023.3-py2.py3-none-any.whl.metadata (1.4 kB) 2025-04-16 19:09:16.394 | Collecting netifaces>=0.10.4 (from oslo.utils>=3.33.0->keystonemiddleware) 2025-04-16 19:09:16.394 | Using cached netifaces-0.11.0-cp310-cp310-linux_x86_64.whl 2025-04-16 19:09:16.425 | Collecting packaging>=20.4 (from oslo.utils>=3.33.0->keystonemiddleware) 2025-04-16 19:09:16.427 | Using cached packaging-23.1-py3-none-any.whl.metadata (3.1 kB) 2025-04-16 19:09:16.474 | Collecting pyparsing>=2.1.0 (from oslo.utils>=3.33.0->keystonemiddleware) 2025-04-16 19:09:16.476 | Using cached pyparsing-3.0.9-py3-none-any.whl.metadata (4.2 kB) 2025-04-16 19:09:16.488 | 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 19:09:16.512 | 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 19:09:16.513 | 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 19:09:16.514 | 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 19:09:16.515 | 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 19:09:16.658 | Collecting wrapt>=1.7.0 (from debtcollector>=1.2.0->oslo.config>=5.2.0->keystonemiddleware) 2025-04-16 19:09:16.660 | 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 19:09:16.689 | Collecting decorator>=4.0.0 (from dogpile.cache>=1.1.5->oslo.cache>=1.26.0->keystonemiddleware) 2025-04-16 19:09:16.691 | Using cached decorator-5.1.1-py3-none-any.whl.metadata (4.0 kB) 2025-04-16 19:09:16.834 | Using cached keystonemiddleware-10.4.1-py3-none-any.whl (130 kB) 2025-04-16 19:09:16.842 | Using cached keystoneauth1-5.3.0-py3-none-any.whl (323 kB) 2025-04-16 19:09:16.846 | Using cached oslo.cache-3.5.0-py3-none-any.whl (70 kB) 2025-04-16 19:09:16.848 | Using cached oslo.config-9.2.0-py3-none-any.whl (128 kB) 2025-04-16 19:09:16.851 | Using cached oslo.context-5.2.0-py3-none-any.whl (20 kB) 2025-04-16 19:09:16.854 | Using cached oslo.i18n-6.1.1-py3-none-any.whl (46 kB) 2025-04-16 19:09:16.857 | Using cached oslo.log-5.3.2-py3-none-any.whl (76 kB) 2025-04-16 19:09:16.859 | Using cached oslo.serialization-5.2.1-py3-none-any.whl (26 kB) 2025-04-16 19:09:16.862 | Using cached oslo.utils-6.2.1-py3-none-any.whl (101 kB) 2025-04-16 19:09:16.865 | Using cached pycadf-3.1.1-py3-none-any.whl (39 kB) 2025-04-16 19:09:16.867 | Using cached python_keystoneclient-5.2.0-py3-none-any.whl (397 kB) 2025-04-16 19:09:16.872 | Using cached WebOb-1.8.7-py2.py3-none-any.whl (114 kB) 2025-04-16 19:09:16.875 | Using cached debtcollector-2.5.0-py3-none-any.whl (23 kB) 2025-04-16 19:09:16.878 | Using cached dogpile.cache-1.1.8-py3-none-any.whl (51 kB) 2025-04-16 19:09:16.880 | Using cached iso8601-1.1.0-py3-none-any.whl (9.9 kB) 2025-04-16 19:09:16.882 | Using cached msgpack-1.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316 kB) 2025-04-16 19:09:16.886 | Using cached netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB) 2025-04-16 19:09:16.897 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 2025-04-16 19:09:16.899 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2025-04-16 19:09:16.901 | Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) 2025-04-16 19:09:16.904 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2025-04-16 19:09:16.908 | Using cached pytz-2023.3-py2.py3-none-any.whl (502 kB) 2025-04-16 19:09:16.912 | 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 19:09:16.918 | Using cached rfc3986-2.0.0-py2.py3-none-any.whl (31 kB) 2025-04-16 19:09:16.920 | Using cached stevedore-5.1.0-py3-none-any.whl (49 kB) 2025-04-16 19:09:16.923 | Using cached tzdata-2023.3-py2.py3-none-any.whl (341 kB) 2025-04-16 19:09:16.927 | Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB) 2025-04-16 19:09:16.929 | 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 19:09:17.219 | 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 19:09:18.867 | 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 19:09:19.012 | + inc/python:pip_install:222 : result=0 2025-04-16 19:09:19.014 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 19:09:19.016 | + functions-common:time_stop:2400 : local name 2025-04-16 19:09:19.018 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:09:19.019 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:09:19.021 | + functions-common:time_stop:2403 : local total 2025-04-16 19:09:19.023 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:09:19.025 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 19:09:19.026 | + functions-common:time_stop:2407 : start_time=1744830554309 2025-04-16 19:09:19.028 | + functions-common:time_stop:2409 : [[ -z 1744830554309 ]] 2025-04-16 19:09:19.030 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:09:19.033 | + functions-common:time_stop:2412 : end_time=1744830559031 2025-04-16 19:09:19.035 | + functions-common:time_stop:2413 : elapsed_time=4722 2025-04-16 19:09:19.036 | + functions-common:time_stop:2414 : total=15651 2025-04-16 19:09:19.038 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:09:19.039 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=20373 2025-04-16 19:09:19.042 | + inc/python:pip_install:225 : return 0 2025-04-16 19:09:19.044 | + lib/keystone:install_keystonemiddleware:530 : pip_install_gr python-memcached 2025-04-16 19:09:19.045 | + inc/python:pip_install_gr:94 : local name=python-memcached 2025-04-16 19:09:19.047 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-16 19:09:19.050 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements python-memcached 2025-04-16 19:09:19.052 | ++ inc/python:get_from_global_requirements:247 : local package=python-memcached 2025-04-16 19:09:19.054 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-16 19:09:19.057 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^python-memcached' /opt/stack//requirements/global-requirements.txt 2025-04-16 19:09:19.057 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-16 19:09:19.061 | ++ inc/python:get_from_global_requirements:249 : required_pkg='python-memcached ' 2025-04-16 19:09:19.063 | ++ inc/python:get_from_global_requirements:250 : [[ python-memcached == '' ]] 2025-04-16 19:09:19.064 | ++ inc/python:get_from_global_requirements:253 : echo python-memcached 2025-04-16 19:09:19.067 | + inc/python:pip_install_gr:96 : clean_name=python-memcached 2025-04-16 19:09:19.069 | + inc/python:pip_install_gr:97 : pip_install python-memcached 2025-04-16 19:09:19.085 | Using python 3.10 to install python-memcached 2025-04-16 19:09:19.087 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt python-memcached 2025-04-16 19:09:19.987 | Collecting python-memcached 2025-04-16 19:09:19.989 | Using cached python_memcached-1.59-py2.py3-none-any.whl.metadata (2.1 kB) 2025-04-16 19:09:19.992 | 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 19:09:19.994 | Using cached python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2025-04-16 19:09:20.201 | Installing collected packages: python-memcached 2025-04-16 19:09:20.224 | Successfully installed python-memcached-1.59 2025-04-16 19:09:20.299 | + inc/python:pip_install:222 : result=0 2025-04-16 19:09:20.301 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 19:09:20.303 | + functions-common:time_stop:2400 : local name 2025-04-16 19:09:20.305 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:09:20.307 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:09:20.309 | + functions-common:time_stop:2403 : local total 2025-04-16 19:09:20.310 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:09:20.312 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 19:09:20.314 | + functions-common:time_stop:2407 : start_time=1744830559081 2025-04-16 19:09:20.316 | + functions-common:time_stop:2409 : [[ -z 1744830559081 ]] 2025-04-16 19:09:20.318 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:09:20.321 | + functions-common:time_stop:2412 : end_time=1744830560319 2025-04-16 19:09:20.323 | + functions-common:time_stop:2413 : elapsed_time=1238 2025-04-16 19:09:20.325 | + functions-common:time_stop:2414 : total=20373 2025-04-16 19:09:20.327 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:09:20.328 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=21611 2025-04-16 19:09:20.330 | + inc/python:pip_install:225 : return 0 2025-04-16 19:09:20.332 | + stack.sh:main:924 : is_service_enabled keystone 2025-04-16 19:09:20.346 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:09:20.348 | + stack.sh:main:925 : '[' 10.180.1.21 == 10.180.1.21 ']' 2025-04-16 19:09:20.349 | + stack.sh:main:926 : stack_install_service keystone 2025-04-16 19:09:20.351 | + lib/stack:stack_install_service:20 : local service=keystone 2025-04-16 19:09:20.353 | + lib/stack:stack_install_service:21 : type install_keystone 2025-04-16 19:09:20.355 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-16 19:09:20.357 | + lib/stack:stack_install_service:32 : install_keystone 2025-04-16 19:09:20.359 | + lib/keystone:install_keystone:536 : is_service_enabled ldap 2025-04-16 19:09:20.370 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:09:20.372 | + lib/keystone:install_keystone:540 : git_clone https://opendev.org/openstack/keystone.git /opt/stack//keystone stable/2023.2 2025-04-16 19:09:20.374 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/keystone.git 2025-04-16 19:09:20.376 | + functions-common:git_clone:573 : local git_dest=/opt/stack//keystone 2025-04-16 19:09:20.377 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-16 19:09:20.379 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 19:09:20.381 | ++ functions-common:git_clone:576 : pwd 2025-04-16 19:09:20.383 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 19:09:20.385 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 19:09:20.387 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 19:09:20.399 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 19:09:20.400 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 19:09:20.402 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 19:09:20.404 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 19:09:20.406 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 19:09:20.406 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-16 19:09:20.409 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//keystone ]] 2025-04-16 19:09:20.411 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 19:09:20.413 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2025-04-16 19:09:20.414 | + functions-common:git_timed:680 : local count=0 2025-04-16 19:09:20.416 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 19:09:20.418 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 19:09:20.419 | + functions-common:git_timed:684 : timeout=0 2025-04-16 19:09:20.421 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 19:09:20.422 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 19:09:20.424 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:09:20.426 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:09:20.428 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:09:20.430 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830560428 2025-04-16 19:09:20.432 | + 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 19:09:20.435 | Cloning into '/opt/stack//keystone'... 2025-04-16 19:09:22.765 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 19:09:22.767 | + functions-common:time_stop:2400 : local name 2025-04-16 19:09:22.769 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:09:22.770 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:09:22.772 | + functions-common:time_stop:2403 : local total 2025-04-16 19:09:22.774 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:09:22.775 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 19:09:22.777 | + functions-common:time_stop:2407 : start_time=1744830560428 2025-04-16 19:09:22.779 | + functions-common:time_stop:2409 : [[ -z 1744830560428 ]] 2025-04-16 19:09:22.781 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:09:22.784 | + functions-common:time_stop:2412 : end_time=1744830562782 2025-04-16 19:09:22.786 | + functions-common:time_stop:2413 : elapsed_time=2354 2025-04-16 19:09:22.787 | + functions-common:time_stop:2414 : total=43653 2025-04-16 19:09:22.789 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:09:22.791 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=46007 2025-04-16 19:09:22.793 | + functions-common:git_clone:614 : cd /opt/stack//keystone 2025-04-16 19:09:22.795 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-16 19:09:22.796 | + functions-common:git_timed:680 : local count=0 2025-04-16 19:09:22.798 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 19:09:22.800 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 19:09:22.801 | + functions-common:git_timed:684 : timeout=0 2025-04-16 19:09:22.803 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 19:09:22.805 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 19:09:22.807 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:09:22.808 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:09:22.811 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:09:22.814 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830562812 2025-04-16 19:09:22.815 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-16 19:09:25.285 | From https://opendev.org/openstack/keystone 2025-04-16 19:09:25.285 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-16 19:09:25.290 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 19:09:25.292 | + functions-common:time_stop:2400 : local name 2025-04-16 19:09:25.294 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:09:25.296 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:09:25.297 | + functions-common:time_stop:2403 : local total 2025-04-16 19:09:25.299 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:09:25.301 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 19:09:25.303 | + functions-common:time_stop:2407 : start_time=1744830562812 2025-04-16 19:09:25.304 | + functions-common:time_stop:2409 : [[ -z 1744830562812 ]] 2025-04-16 19:09:25.307 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:09:25.309 | + functions-common:time_stop:2412 : end_time=1744830565307 2025-04-16 19:09:25.311 | + functions-common:time_stop:2413 : elapsed_time=2495 2025-04-16 19:09:25.313 | + functions-common:time_stop:2414 : total=46007 2025-04-16 19:09:25.314 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:09:25.316 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=48502 2025-04-16 19:09:25.318 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 19:09:25.320 | + functions-common:git_timed:680 : local count=0 2025-04-16 19:09:25.321 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 19:09:25.323 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 19:09:25.325 | + functions-common:git_timed:684 : timeout=0 2025-04-16 19:09:25.326 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 19:09:25.328 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 19:09:25.330 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:09:25.331 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:09:25.333 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:09:25.336 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830565334 2025-04-16 19:09:25.338 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 19:09:25.427 | Note: switching to 'FETCH_HEAD'. 2025-04-16 19:09:25.427 | 2025-04-16 19:09:25.427 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 19:09:25.427 | changes and commit them, and you can discard any commits you make in this 2025-04-16 19:09:25.427 | state without impacting any branches by switching back to a branch. 2025-04-16 19:09:25.427 | 2025-04-16 19:09:25.427 | If you want to create a new branch to retain commits you create, you may 2025-04-16 19:09:25.427 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 19:09:25.427 | 2025-04-16 19:09:25.427 | git switch -c 2025-04-16 19:09:25.427 | 2025-04-16 19:09:25.427 | Or undo this operation with: 2025-04-16 19:09:25.427 | 2025-04-16 19:09:25.427 | git switch - 2025-04-16 19:09:25.427 | 2025-04-16 19:09:25.427 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 19:09:25.427 | 2025-04-16 19:09:25.427 | HEAD is now at 13354bd Merge "Move OIDC job to check" into stable/2023.2 2025-04-16 19:09:25.430 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 19:09:25.432 | + functions-common:time_stop:2400 : local name 2025-04-16 19:09:25.433 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:09:25.435 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:09:25.437 | + functions-common:time_stop:2403 : local total 2025-04-16 19:09:25.439 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:09:25.440 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 19:09:25.442 | + functions-common:time_stop:2407 : start_time=1744830565334 2025-04-16 19:09:25.444 | + functions-common:time_stop:2409 : [[ -z 1744830565334 ]] 2025-04-16 19:09:25.446 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:09:25.449 | + functions-common:time_stop:2412 : end_time=1744830565447 2025-04-16 19:09:25.450 | + functions-common:time_stop:2413 : elapsed_time=113 2025-04-16 19:09:25.452 | + functions-common:time_stop:2414 : total=48502 2025-04-16 19:09:25.454 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:09:25.456 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=48615 2025-04-16 19:09:25.457 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//keystone 2025-04-16 19:09:25.467 | + functions-common:git_clone:655 : cd /opt/stack//keystone 2025-04-16 19:09:25.470 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 19:09:25.470 | + functions-common:git_clone:656 : head -1 2025-04-16 19:09:25.472 | 13354bd Merge "Move OIDC job to check" into stable/2023.2 2025-04-16 19:09:25.474 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 19:09:25.476 | + lib/keystone:install_keystone:541 : setup_develop /opt/stack//keystone 2025-04-16 19:09:25.478 | + inc/python:setup_develop:360 : local bindep 2025-04-16 19:09:25.480 | + inc/python:setup_develop:361 : [[ /opt/stack//keystone == -bindep* ]] 2025-04-16 19:09:25.482 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//keystone 2025-04-16 19:09:25.483 | + inc/python:setup_develop:366 : local extras= 2025-04-16 19:09:25.485 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//keystone -e 2025-04-16 19:09:25.487 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-16 19:09:25.489 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//keystone == -bindep* ]] 2025-04-16 19:09:25.491 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//keystone 2025-04-16 19:09:25.493 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-16 19:09:25.495 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-16 19:09:25.497 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//keystone 2025-04-16 19:09:25.499 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-16 19:09:25.501 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/keystone 2025-04-16 19:09:25.503 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-16 19:09:25.505 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-16 19:09:25.507 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2025-04-16 19:09:25.511 | + inc/python:_setup_package_with_constraints_edit:407 : name=keystone 2025-04-16 19:09:25.513 | + 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 19:09:25.840 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/keystone -e 2025-04-16 19:09:25.842 | + inc/python:setup_package:440 : local bindep=0 2025-04-16 19:09:25.844 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-16 19:09:25.846 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-16 19:09:25.848 | + inc/python:setup_package:443 : [[ /opt/stack/keystone == -bindep* ]] 2025-04-16 19:09:25.850 | + inc/python:setup_package:448 : local project_dir=/opt/stack/keystone 2025-04-16 19:09:25.852 | + inc/python:setup_package:449 : local flags=-e 2025-04-16 19:09:25.853 | + inc/python:setup_package:450 : local extras= 2025-04-16 19:09:25.855 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-16 19:09:25.857 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-16 19:09:25.859 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-16 19:09:25.861 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-16 19:09:25.863 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-16 19:09:25.865 | + inc/python:setup_package:468 : pip_install -e /opt/stack/keystone 2025-04-16 19:09:25.880 | Using python 3.10 to install /opt/stack/keystone 2025-04-16 19:09:25.882 | + 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 19:09:26.663 | Obtaining file:///opt/stack/keystone 2025-04-16 19:09:26.665 | Preparing metadata (setup.py): started 2025-04-16 19:09:27.297 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 19:09:27.351 | 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 19:09:27.352 | 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 19:09:27.453 | Collecting Flask!=0.11,>=1.0.2 (from keystone==0.0.1.dev11) 2025-04-16 19:09:27.455 | Using cached Flask-2.2.3-py3-none-any.whl.metadata (3.9 kB) 2025-04-16 19:09:27.476 | Collecting Flask-RESTful>=0.3.5 (from keystone==0.0.1.dev11) 2025-04-16 19:09:27.478 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl.metadata (912 bytes) 2025-04-16 19:09:27.711 | Collecting cryptography>=2.7 (from keystone==0.0.1.dev11) 2025-04-16 19:09:27.714 | Using cached cryptography-40.0.2-cp36-abi3-manylinux_2_28_x86_64.whl.metadata (5.4 kB) 2025-04-16 19:09:28.131 | Collecting SQLAlchemy>=1.4.0 (from keystone==0.0.1.dev11) 2025-04-16 19:09:28.133 | 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 19:09:28.136 | 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 19:09:28.157 | Collecting passlib>=1.7.0 (from keystone==0.0.1.dev11) 2025-04-16 19:09:28.158 | Using cached passlib-1.7.4-py2.py3-none-any.whl.metadata (1.7 kB) 2025-04-16 19:09:28.159 | 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 19:09:28.160 | 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 19:09:28.220 | Collecting bcrypt>=3.1.3 (from keystone==0.0.1.dev11) 2025-04-16 19:09:28.222 | Using cached bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl.metadata (9.0 kB) 2025-04-16 19:09:28.281 | Collecting scrypt>=0.8.0 (from keystone==0.0.1.dev11) 2025-04-16 19:09:28.284 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.5 kB) 2025-04-16 19:09:28.286 | 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 19:09:28.287 | 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 19:09:28.288 | 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 19:09:28.349 | Collecting oslo.messaging>=5.29.0 (from keystone==0.0.1.dev11) 2025-04-16 19:09:28.351 | Using cached oslo.messaging-14.4.2-py3-none-any.whl.metadata (3.3 kB) 2025-04-16 19:09:28.422 | Collecting oslo.db>=6.0.0 (from keystone==0.0.1.dev11) 2025-04-16 19:09:28.424 | Using cached oslo.db-14.1.1-py3-none-any.whl.metadata (3.2 kB) 2025-04-16 19:09:28.427 | 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 19:09:28.427 | 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 19:09:28.462 | Collecting oslo.middleware>=3.31.0 (from keystone==0.0.1.dev11) 2025-04-16 19:09:28.463 | Using cached oslo.middleware-5.2.0-py3-none-any.whl.metadata (2.2 kB) 2025-04-16 19:09:28.517 | Collecting oslo.policy>=3.10.0 (from keystone==0.0.1.dev11) 2025-04-16 19:09:28.518 | Using cached oslo.policy-4.2.1-py3-none-any.whl.metadata (2.1 kB) 2025-04-16 19:09:28.520 | 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 19:09:28.544 | Collecting oslo.upgradecheck>=1.3.0 (from keystone==0.0.1.dev11) 2025-04-16 19:09:28.545 | Using cached oslo.upgradecheck-2.2.0-py3-none-any.whl.metadata (1.7 kB) 2025-04-16 19:09:28.547 | 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 19:09:28.570 | Collecting oauthlib>=0.6.2 (from keystone==0.0.1.dev11) 2025-04-16 19:09:28.571 | Using cached oauthlib-3.2.2-py3-none-any.whl.metadata (7.5 kB) 2025-04-16 19:09:28.601 | Collecting pysaml2>=5.0.0 (from keystone==0.0.1.dev11) 2025-04-16 19:09:28.602 | Using cached pysaml2-7.3.1-py3-none-any.whl.metadata (7.1 kB) 2025-04-16 19:09:28.630 | Collecting PyJWT>=1.6.1 (from keystone==0.0.1.dev11) 2025-04-16 19:09:28.632 | Using cached PyJWT-2.6.0-py3-none-any.whl.metadata (4.0 kB) 2025-04-16 19:09:28.634 | 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 19:09:28.673 | Collecting jsonschema>=3.2.0 (from keystone==0.0.1.dev11) 2025-04-16 19:09:28.675 | Using cached jsonschema-4.17.3-py3-none-any.whl.metadata (7.9 kB) 2025-04-16 19:09:28.678 | 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 19:09:28.678 | 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 19:09:28.705 | Collecting osprofiler>=1.4.0 (from keystone==0.0.1.dev11) 2025-04-16 19:09:28.707 | Using cached osprofiler-4.1.0-py3-none-any.whl.metadata (3.4 kB) 2025-04-16 19:09:28.709 | 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 19:09:28.907 | Collecting cffi>=1.12 (from cryptography>=2.7->keystone==0.0.1.dev11) 2025-04-16 19:09:28.908 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.1 kB) 2025-04-16 19:09:28.913 | 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 19:09:28.959 | Collecting Werkzeug>=2.2.2 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-16 19:09:28.960 | Using cached Werkzeug-2.2.3-py3-none-any.whl.metadata (4.4 kB) 2025-04-16 19:09:28.988 | Collecting Jinja2>=3.0 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-16 19:09:28.990 | Using cached Jinja2-3.1.2-py3-none-any.whl.metadata (3.5 kB) 2025-04-16 19:09:29.011 | Collecting itsdangerous>=2.0 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-16 19:09:29.012 | Using cached itsdangerous-2.1.2-py3-none-any.whl.metadata (2.9 kB) 2025-04-16 19:09:29.041 | Collecting click>=8.0 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-16 19:09:29.042 | Using cached click-8.1.3-py3-none-any.whl.metadata (3.2 kB) 2025-04-16 19:09:29.069 | Collecting aniso8601>=0.82 (from Flask-RESTful>=0.3.5->keystone==0.0.1.dev11) 2025-04-16 19:09:29.070 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl.metadata (23 kB) 2025-04-16 19:09:29.080 | 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 19:09:29.126 | Collecting attrs>=17.4.0 (from jsonschema>=3.2.0->keystone==0.0.1.dev11) 2025-04-16 19:09:29.127 | Using cached attrs-23.1.0-py3-none-any.whl.metadata (11 kB) 2025-04-16 19:09:29.168 | 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 19:09:29.169 | Using cached pyrsistent-0.19.3-py3-none-any.whl.metadata (27 kB) 2025-04-16 19:09:29.192 | 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 19:09:29.194 | 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 19:09:29.237 | 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 19:09:29.238 | 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 19:09:29.239 | 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 19:09:29.240 | 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 19:09:29.311 | Collecting alembic>=0.9.6 (from oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-04-16 19:09:29.313 | Using cached alembic-1.9.4-py3-none-any.whl.metadata (7.2 kB) 2025-04-16 19:09:29.333 | Collecting testresources>=2.0.0 (from oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-04-16 19:09:29.334 | Using cached testresources-2.0.1-py2.py3-none-any.whl.metadata (11 kB) 2025-04-16 19:09:29.353 | Collecting testscenarios>=0.4 (from oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-04-16 19:09:29.354 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl.metadata (12 kB) 2025-04-16 19:09:29.378 | 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 19:09:29.380 | 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 19:09:29.439 | Collecting amqp>=2.5.2 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 19:09:29.441 | Using cached amqp-5.1.1-py3-none-any.whl.metadata (8.9 kB) 2025-04-16 19:09:29.471 | Collecting cachetools>=2.0.0 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 19:09:29.473 | Using cached cachetools-5.3.0-py3-none-any.whl.metadata (5.2 kB) 2025-04-16 19:09:29.476 | 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 19:09:29.530 | Collecting kombu>=4.6.6 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 19:09:29.532 | Using cached kombu-5.2.4-py3-none-any.whl.metadata (2.7 kB) 2025-04-16 19:09:29.559 | Collecting oslo.metrics>=0.2.1 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 19:09:29.560 | Using cached oslo.metrics-0.7.0-py3-none-any.whl.metadata (1.3 kB) 2025-04-16 19:09:29.609 | Collecting oslo.service!=1.28.1,>=1.24.0 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 19:09:29.610 | Using cached oslo.service-3.2.1-py3-none-any.whl.metadata (2.7 kB) 2025-04-16 19:09:29.645 | Collecting statsd>=3.2.1 (from oslo.middleware>=3.31.0->keystone==0.0.1.dev11) 2025-04-16 19:09:29.646 | Using cached statsd-4.0.1-py2.py3-none-any.whl.metadata (2.9 kB) 2025-04-16 19:09:29.663 | 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 19:09:29.698 | Collecting PrettyTable>=0.7.1 (from oslo.upgradecheck>=1.3.0->keystone==0.0.1.dev11) 2025-04-16 19:09:29.700 | Using cached prettytable-3.7.0-py3-none-any.whl.metadata (26 kB) 2025-04-16 19:09:29.716 | 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 19:09:29.717 | 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 19:09:29.718 | 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 19:09:29.719 | 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 19:09:29.780 | Collecting oslo.concurrency>=3.26.0 (from osprofiler>=1.4.0->keystone==0.0.1.dev11) 2025-04-16 19:09:29.782 | Using cached oslo.concurrency-5.2.0-py3-none-any.whl.metadata (2.0 kB) 2025-04-16 19:09:29.927 | Collecting defusedxml (from pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-04-16 19:09:29.929 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl.metadata (32 kB) 2025-04-16 19:09:29.957 | Collecting pyopenssl (from pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-04-16 19:09:29.958 | Using cached pyOpenSSL-23.1.1-py3-none-any.whl.metadata (10 kB) 2025-04-16 19:09:30.007 | Collecting xmlschema>=1.2.1 (from pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-04-16 19:09:30.009 | Using cached xmlschema-2.2.3-py3-none-any.whl.metadata (8.2 kB) 2025-04-16 19:09:30.265 | Collecting greenlet!=0.4.17 (from SQLAlchemy>=1.4.0->keystone==0.0.1.dev11) 2025-04-16 19:09:30.267 | Using cached greenlet-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB) 2025-04-16 19:09:30.338 | Collecting Mako (from alembic>=0.9.6->oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-04-16 19:09:30.342 | Using cached Mako-1.2.4-py3-none-any.whl.metadata (2.9 kB) 2025-04-16 19:09:30.377 | Collecting vine>=5.0.0 (from amqp>=2.5.2->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 19:09:30.379 | Using cached vine-5.0.0-py2.py3-none-any.whl.metadata (2.2 kB) 2025-04-16 19:09:30.455 | Collecting pycparser (from cffi>=1.12->cryptography>=2.7->keystone==0.0.1.dev11) 2025-04-16 19:09:30.456 | Using cached pycparser-2.21-py2.py3-none-any.whl.metadata (1.1 kB) 2025-04-16 19:09:30.479 | 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 19:09:30.608 | Collecting MarkupSafe>=2.0 (from Jinja2>=3.0->Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-16 19:09:30.609 | Using cached MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.2 kB) 2025-04-16 19:09:30.645 | 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 19:09:30.732 | Collecting fasteners>=0.7.0 (from oslo.concurrency>=3.26.0->osprofiler>=1.4.0->keystone==0.0.1.dev11) 2025-04-16 19:09:30.733 | Using cached fasteners-0.18-py3-none-any.whl.metadata (4.9 kB) 2025-04-16 19:09:30.776 | 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 19:09:30.778 | Using cached prometheus_client-0.16.0-py3-none-any.whl.metadata (22 kB) 2025-04-16 19:09:30.832 | 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 19:09:30.833 | Using cached Paste-3.5.2-py2.py3-none-any.whl.metadata (4.5 kB) 2025-04-16 19:09:30.861 | 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 19:09:30.863 | Using cached PasteDeploy-3.0.1-py3-none-any.whl.metadata (2.6 kB) 2025-04-16 19:09:30.898 | 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 19:09:30.900 | Using cached Routes-2.5.1-py2.py3-none-any.whl.metadata (25 kB) 2025-04-16 19:09:30.939 | 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 19:09:30.940 | 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 19:09:30.969 | 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 19:09:30.971 | Using cached eventlet-0.33.3-py2.py3-none-any.whl.metadata (4.3 kB) 2025-04-16 19:09:30.973 | 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 19:09:31.031 | Collecting wcwidth (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->keystone==0.0.1.dev11) 2025-04-16 19:09:31.033 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl.metadata (11 kB) 2025-04-16 19:09:31.113 | 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 19:09:31.115 | 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 19:09:31.117 | 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 19:09:31.117 | 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 19:09:31.180 | 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 19:09:31.273 | 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 19:09:31.275 | Using cached elementpath-4.1.1-py3-none-any.whl.metadata (6.6 kB) 2025-04-16 19:09:31.424 | 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 19:09:31.426 | Using cached dnspython-2.3.0-py3-none-any.whl.metadata (5.2 kB) 2025-04-16 19:09:31.523 | 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 19:09:31.665 | 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 19:09:31.667 | Using cached repoze.lru-0.7-py3-none-any.whl.metadata (1.1 kB) 2025-04-16 19:09:31.927 | Using cached bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (593 kB) 2025-04-16 19:09:31.932 | Using cached cryptography-40.0.2-cp36-abi3-manylinux_2_28_x86_64.whl (3.7 MB) 2025-04-16 19:09:31.952 | Using cached Flask-2.2.3-py3-none-any.whl (101 kB) 2025-04-16 19:09:31.955 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2025-04-16 19:09:31.958 | Using cached jsonschema-4.17.3-py3-none-any.whl (90 kB) 2025-04-16 19:09:31.961 | Using cached oauthlib-3.2.2-py3-none-any.whl (151 kB) 2025-04-16 19:09:31.964 | Using cached oslo.db-14.1.1-py3-none-any.whl (161 kB) 2025-04-16 19:09:31.968 | Using cached oslo.messaging-14.4.2-py3-none-any.whl (257 kB) 2025-04-16 19:09:31.972 | Using cached oslo.middleware-5.2.0-py3-none-any.whl (63 kB) 2025-04-16 19:09:31.974 | Using cached oslo.policy-4.2.1-py3-none-any.whl (88 kB) 2025-04-16 19:09:31.977 | Using cached oslo.upgradecheck-2.2.0-py3-none-any.whl (14 kB) 2025-04-16 19:09:31.979 | Using cached osprofiler-4.1.0-py3-none-any.whl (95 kB) 2025-04-16 19:09:31.982 | Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2025-04-16 19:09:31.987 | Using cached PyJWT-2.6.0-py3-none-any.whl (20 kB) 2025-04-16 19:09:31.989 | Using cached pysaml2-7.3.1-py3-none-any.whl (419 kB) 2025-04-16 19:09:31.994 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2025-04-16 19:09:32.000 | 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 19:09:32.010 | Using cached alembic-1.9.4-py3-none-any.whl (210 kB) 2025-04-16 19:09:32.014 | Using cached amqp-5.1.1-py3-none-any.whl (50 kB) 2025-04-16 19:09:32.016 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2025-04-16 19:09:32.019 | Using cached attrs-23.1.0-py3-none-any.whl (61 kB) 2025-04-16 19:09:32.022 | Using cached cachetools-5.3.0-py3-none-any.whl (9.3 kB) 2025-04-16 19:09:32.024 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) 2025-04-16 19:09:32.028 | Using cached click-8.1.3-py3-none-any.whl (96 kB) 2025-04-16 19:09:32.031 | Using cached greenlet-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (613 kB) 2025-04-16 19:09:32.036 | Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB) 2025-04-16 19:09:32.038 | Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) 2025-04-16 19:09:32.041 | Using cached kombu-5.2.4-py3-none-any.whl (189 kB) 2025-04-16 19:09:32.044 | Using cached oslo.concurrency-5.2.0-py3-none-any.whl (48 kB) 2025-04-16 19:09:32.047 | Using cached oslo.metrics-0.7.0-py3-none-any.whl (13 kB) 2025-04-16 19:09:32.049 | Using cached oslo.service-3.2.1-py3-none-any.whl (77 kB) 2025-04-16 19:09:32.052 | Using cached prettytable-3.7.0-py3-none-any.whl (27 kB) 2025-04-16 19:09:32.054 | Using cached pyrsistent-0.19.3-py3-none-any.whl (57 kB) 2025-04-16 19:09:32.057 | Using cached statsd-4.0.1-py2.py3-none-any.whl (13 kB) 2025-04-16 19:09:32.059 | Using cached testresources-2.0.1-py2.py3-none-any.whl (36 kB) 2025-04-16 19:09:32.062 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) 2025-04-16 19:09:32.064 | Using cached Werkzeug-2.2.3-py3-none-any.whl (233 kB) 2025-04-16 19:09:32.067 | Using cached xmlschema-2.2.3-py3-none-any.whl (355 kB) 2025-04-16 19:09:32.071 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2025-04-16 19:09:32.073 | Using cached pyOpenSSL-23.1.1-py3-none-any.whl (57 kB) 2025-04-16 19:09:32.076 | Using cached elementpath-4.1.1-py3-none-any.whl (216 kB) 2025-04-16 19:09:32.080 | Using cached eventlet-0.33.3-py2.py3-none-any.whl (226 kB) 2025-04-16 19:09:32.083 | Using cached fasteners-0.18-py3-none-any.whl (18 kB) 2025-04-16 19:09:32.085 | Using cached MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) 2025-04-16 19:09:32.088 | Using cached Paste-3.5.2-py2.py3-none-any.whl (593 kB) 2025-04-16 19:09:32.092 | Using cached PasteDeploy-3.0.1-py3-none-any.whl (16 kB) 2025-04-16 19:09:32.095 | Using cached prometheus_client-0.16.0-py3-none-any.whl (122 kB) 2025-04-16 19:09:32.097 | Using cached Routes-2.5.1-py2.py3-none-any.whl (40 kB) 2025-04-16 19:09:32.100 | Using cached vine-5.0.0-py2.py3-none-any.whl (9.4 kB) 2025-04-16 19:09:32.101 | 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 19:09:32.104 | Using cached Mako-1.2.4-py3-none-any.whl (78 kB) 2025-04-16 19:09:32.106 | Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) 2025-04-16 19:09:32.109 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl (29 kB) 2025-04-16 19:09:32.111 | Using cached dnspython-2.3.0-py3-none-any.whl (283 kB) 2025-04-16 19:09:32.114 | Using cached repoze.lru-0.7-py3-none-any.whl (10 kB) 2025-04-16 19:09:32.601 | 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 19:09:36.874 | Running setup.py develop for keystone 2025-04-16 19:09:37.933 | 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 19:09:38.265 | + inc/python:pip_install:222 : result=0 2025-04-16 19:09:38.267 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 19:09:38.269 | + functions-common:time_stop:2400 : local name 2025-04-16 19:09:38.271 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:09:38.273 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:09:38.275 | + functions-common:time_stop:2403 : local total 2025-04-16 19:09:38.277 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:09:38.278 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 19:09:38.280 | + functions-common:time_stop:2407 : start_time=1744830565876 2025-04-16 19:09:38.282 | + functions-common:time_stop:2409 : [[ -z 1744830565876 ]] 2025-04-16 19:09:38.284 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:09:38.287 | + functions-common:time_stop:2412 : end_time=1744830578285 2025-04-16 19:09:38.289 | + functions-common:time_stop:2413 : elapsed_time=12409 2025-04-16 19:09:38.290 | + functions-common:time_stop:2414 : total=21611 2025-04-16 19:09:38.292 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:09:38.294 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=34020 2025-04-16 19:09:38.296 | + inc/python:pip_install:225 : return 0 2025-04-16 19:09:38.298 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-16 19:09:38.300 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-16 19:09:38.302 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/keystone 2025-04-16 19:09:38.304 | + inc/python:use_library_from_git:272 : local name=/opt/stack/keystone 2025-04-16 19:09:38.306 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:38.308 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:38.310 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/keystone, ]] 2025-04-16 19:09:38.312 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:38.314 | + lib/keystone:install_keystone:543 : is_service_enabled ldap 2025-04-16 19:09:38.329 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:09:38.331 | + lib/keystone:install_keystone:547 : '[' uwsgi == mod_wsgi ']' 2025-04-16 19:09:38.333 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-16 19:09:38.335 | + stack.sh:main:927 : configure_keystone 2025-04-16 19:09:38.337 | + lib/keystone:configure_keystone:192 : sudo install -d -o stack /etc/keystone 2025-04-16 19:09:38.347 | + 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 19:09:38.349 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2025-04-16 19:09:38.352 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2025-04-16 19:09:38.364 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:09:38.366 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2025-04-16 19:09:38.391 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2025-04-16 19:09:38.413 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2025-04-16 19:09:38.437 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2025-04-16 19:09:38.461 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2025-04-16 19:09:38.485 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2025-04-16 19:09:38.509 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2025-04-16 19:09:38.531 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2025-04-16 19:09:38.553 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2025-04-16 19:09:38.555 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=keystone 2025-04-16 19:09:38.557 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/keystone/keystone.conf 2025-04-16 19:09:38.559 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=oslo_messaging_notifications 2025-04-16 19:09:38.561 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-16 19:09:38.563 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-16 19:09:38.574 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:09:38.577 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-16 19:09:38.579 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-16 19:09:38.581 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-16 19:09:38.593 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:09:38.595 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 19:09:38.597 | + 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 19:09:38.621 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-16 19:09:38.623 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-16 19:09:38.625 | + lib/keystone:configure_keystone:215 : local service_port=5000 2025-04-16 19:09:38.627 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2025-04-16 19:09:38.639 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:09:38.641 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.180.1.21/identity 2025-04-16 19:09:38.665 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2025-04-16 19:09:38.667 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2025-04-16 19:09:38.692 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2025-04-16 19:09:38.694 | ++ lib/database:database_connection_url:134 : local db=keystone 2025-04-16 19:09:38.696 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2025-04-16 19:09:38.698 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=keystone 2025-04-16 19:09:38.700 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 19:09:38.701 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 19:09:38.703 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 19:09:38.715 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:09:38.717 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 19:09:38.719 | ++ 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 19:09:38.721 | + 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 19:09:38.745 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2025-04-16 19:09:38.747 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2025-04-16 19:09:38.749 | + functions:setup_logging:685 : setup_systemd_logging /etc/keystone/keystone.conf 2025-04-16 19:09:38.751 | + functions:setup_systemd_logging:700 : local conf_file=/etc/keystone/keystone.conf 2025-04-16 19:09:38.753 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-16 19:09:38.766 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-16 19:09:38.768 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-16 19:09:38.769 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-16 19:09:38.771 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-16 19:09:38.773 | + 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 19:09:38.796 | + 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 19:09:38.819 | + 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 19:09:38.841 | + functions:setup_systemd_logging:717 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-16 19:09:38.864 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2025-04-16 19:09:38.887 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2025-04-16 19:09:38.888 | + 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 19:09:38.890 | + lib/apache:write_uwsgi_config:241 : local file=/etc/keystone/keystone-uwsgi-public.ini 2025-04-16 19:09:38.892 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/keystone-wsgi-public 2025-04-16 19:09:38.894 | + lib/apache:write_uwsgi_config:243 : local url=/identity 2025-04-16 19:09:38.896 | + lib/apache:write_uwsgi_config:244 : local http= 2025-04-16 19:09:38.897 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-16 19:09:38.900 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/keystone-wsgi-public 2025-04-16 19:09:38.903 | + lib/apache:write_uwsgi_config:246 : name=keystone-wsgi-public 2025-04-16 19:09:38.904 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-16 19:09:38.906 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-16 19:09:38.916 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-16 19:09:38.916 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-16 19:09:38.922 | d /var/run/uwsgi 0755 stack root 2025-04-16 19:09:38.925 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-16 19:09:38.933 | /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 19:09:38.936 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2025-04-16 19:09:38.938 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2025-04-16 19:09:38.941 | + 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 19:09:38.965 | + lib/apache:write_uwsgi_config:263 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2025-04-16 19:09:38.988 | + lib/apache:write_uwsgi_config:265 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2025-04-16 19:09:39.011 | + lib/apache:write_uwsgi_config:267 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2025-04-16 19:09:39.036 | + lib/apache:write_uwsgi_config:268 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2025-04-16 19:09:39.059 | + lib/apache:write_uwsgi_config:271 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 80 2025-04-16 19:09:39.081 | + lib/apache:write_uwsgi_config:272 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2025-04-16 19:09:39.104 | + lib/apache:write_uwsgi_config:273 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2025-04-16 19:09:39.128 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2025-04-16 19:09:39.151 | + 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 19:09:39.174 | + lib/apache:write_uwsgi_config:279 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2025-04-16 19:09:39.198 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2025-04-16 19:09:39.220 | + lib/apache:write_uwsgi_config:283 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2025-04-16 19:09:39.244 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-04-16 19:09:39.246 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-04-16 19:09:39.248 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for keystone-wsgi-public 2025-04-16 19:09:39.250 | ++ lib/apache:apache_site_config_for:173 : local site=keystone-wsgi-public 2025-04-16 19:09:39.252 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-16 19:09:39.254 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:09:39.256 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:09:39.258 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2025-04-16 19:09:39.260 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2025-04-16 19:09:39.262 | + 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 19:09:39.287 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2025-04-16 19:09:39.310 | + 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 19:09:39.310 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2025-04-16 19:09:39.316 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 acquire=1 2025-04-16 19:09:39.319 | + lib/apache:write_uwsgi_config:294 : enable_apache_site keystone-wsgi-public 2025-04-16 19:09:39.321 | + lib/apache:enable_apache_site:190 : local site=keystone-wsgi-public 2025-04-16 19:09:39.323 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-16 19:09:39.325 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-16 19:09:39.326 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 19:09:39.328 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:09:39.330 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:09:39.332 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-16 19:09:39.334 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-16 19:09:39.335 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:09:39.337 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:09:39.339 | + lib/apache:enable_apache_site:194 : sudo a2ensite keystone-wsgi-public 2025-04-16 19:09:39.373 | Enabling site keystone-wsgi-public. 2025-04-16 19:09:39.378 | To activate the new configuration, you need to run: 2025-04-16 19:09:39.378 | systemctl reload apache2 2025-04-16 19:09:39.381 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-04-16 19:09:39.383 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-16 19:09:39.385 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 19:09:39.386 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-16 19:09:39.481 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2025-04-16 19:09:39.505 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2025-04-16 19:09:39.530 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2025-04-16 19:09:39.556 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2025-04-16 19:09:39.557 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2025-04-16 19:09:39.583 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2025-04-16 19:09:39.607 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2025-04-16 19:09:39.630 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf oslo_policy policy_file policy.yaml 2025-04-16 19:09:39.655 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2025-04-16 19:09:39.656 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2025-04-16 19:09:39.658 | + lib/keystone:configure_keystone:275 : iniset /etc/keystone/keystone.conf oslo_policy enforce_scope false 2025-04-16 19:09:39.682 | + lib/keystone:configure_keystone:276 : iniset /etc/keystone/keystone.conf oslo_policy enforce_new_defaults false 2025-04-16 19:09:39.705 | + stack.sh:main:931 : is_service_enabled swift 2025-04-16 19:09:39.718 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:09:39.720 | + stack.sh:main:945 : is_service_enabled g-api n-api 2025-04-16 19:09:39.733 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:09:39.735 | + stack.sh:main:947 : stack_install_service glance 2025-04-16 19:09:39.737 | + lib/stack:stack_install_service:20 : local service=glance 2025-04-16 19:09:39.739 | + lib/stack:stack_install_service:21 : type install_glance 2025-04-16 19:09:39.741 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-16 19:09:39.743 | + lib/stack:stack_install_service:32 : install_glance 2025-04-16 19:09:39.745 | + lib/glance:install_glance:510 : glance_store_extras=() 2025-04-16 19:09:39.747 | + lib/glance:install_glance:510 : local glance_store_extras 2025-04-16 19:09:39.749 | + lib/glance:install_glance:512 : is_service_enabled cinder 2025-04-16 19:09:39.761 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:09:39.763 | + lib/glance:install_glance:513 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2025-04-16 19:09:39.765 | + lib/glance:install_glance:516 : is_service_enabled swift 2025-04-16 19:09:39.777 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:09:39.779 | + lib/glance:install_glance:522 : use_library_from_git glance_store 2025-04-16 19:09:39.781 | + inc/python:use_library_from_git:272 : local name=glance_store 2025-04-16 19:09:39.783 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:39.785 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:39.787 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,glance_store, ]] 2025-04-16 19:09:39.789 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:39.792 | ++ lib/glance:install_glance:528 : join_extras cinder 2025-04-16 19:09:39.794 | ++ inc/python:join_extras:28 : local IFS=, 2025-04-16 19:09:39.795 | ++ inc/python:join_extras:29 : echo cinder 2025-04-16 19:09:39.798 | + lib/glance:install_glance:528 : pip_install_gr_extras glance-store cinder 2025-04-16 19:09:39.800 | + inc/python:pip_install_gr_extras:107 : local name=glance-store 2025-04-16 19:09:39.802 | + inc/python:pip_install_gr_extras:108 : local extras=cinder 2025-04-16 19:09:39.804 | + inc/python:pip_install_gr_extras:109 : local version_constraints 2025-04-16 19:09:39.806 | ++ inc/python:pip_install_gr_extras:110 : get_version_constraints_from_global_requirements glance-store 2025-04-16 19:09:39.808 | ++ inc/python:get_version_constraints_from_global_requirements:259 : local package=glance-store 2025-04-16 19:09:39.810 | ++ inc/python:get_version_constraints_from_global_requirements:260 : local required_pkg_version_constraint 2025-04-16 19:09:39.813 | +++ 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 19:09:39.813 | +++ inc/python:get_version_constraints_from_global_requirements:262 : cut -d# -f1 2025-04-16 19:09:39.818 | ++ inc/python:get_version_constraints_from_global_requirements:262 : required_pkg_version_constraint='!=0.29.0 ' 2025-04-16 19:09:39.820 | ++ inc/python:get_version_constraints_from_global_requirements:263 : [[ !=0.29.0 == '' ]] 2025-04-16 19:09:39.822 | ++ inc/python:get_version_constraints_from_global_requirements:266 : echo '!=0.29.0' 2025-04-16 19:09:39.825 | + inc/python:pip_install_gr_extras:110 : version_constraints='!=0.29.0' 2025-04-16 19:09:39.827 | + inc/python:pip_install_gr_extras:111 : pip_install 'glance-store[cinder]!=0.29.0' 2025-04-16 19:09:39.843 | Using python 3.10 to install glance-store[cinder]!=0.29.0 2025-04-16 19:09:39.845 | + 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 19:09:40.770 | Collecting glance-store!=0.29.0 (from glance-store[cinder]!=0.29.0) 2025-04-16 19:09:40.771 | Using cached glance_store-4.6.1-py3-none-any.whl.metadata (4.4 kB) 2025-04-16 19:09:40.806 | 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 19:09:40.807 | 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 19:09:40.807 | 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 19:09:40.808 | 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 19:09:40.809 | 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 19:09:40.810 | 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 19:09:40.814 | 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 19:09:40.814 | 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 19:09:40.814 | 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 19:09:40.814 | 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 19:09:40.814 | 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 19:09:40.878 | Collecting os-brick>=6.3.0 (from glance-store[cinder]!=0.29.0) 2025-04-16 19:09:40.884 | Using cached os_brick-6.4.2-py3-none-any.whl.metadata (1.5 kB) 2025-04-16 19:09:40.929 | Collecting oslo.privsep>=1.23.0 (from glance-store[cinder]!=0.29.0) 2025-04-16 19:09:40.931 | Using cached oslo.privsep-3.2.0-py3-none-any.whl.metadata (2.5 kB) 2025-04-16 19:09:40.975 | Collecting oslo.rootwrap>=5.8.0 (from glance-store[cinder]!=0.29.0) 2025-04-16 19:09:40.977 | Using cached oslo.rootwrap-7.1.0-py3-none-any.whl.metadata (2.0 kB) 2025-04-16 19:09:41.018 | Collecting python-cinderclient>=4.1.0 (from glance-store[cinder]!=0.29.0) 2025-04-16 19:09:41.020 | Using cached python_cinderclient-9.4.0-py3-none-any.whl.metadata (19 kB) 2025-04-16 19:09:41.026 | 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 19:09:41.026 | 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 19:09:41.027 | 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 19:09:41.045 | 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 19:09:41.046 | 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 19:09:41.071 | 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 19:09:41.072 | 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 19:09:41.072 | 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 19:09:41.125 | Collecting os-win>=5.7.0 (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) 2025-04-16 19:09:41.127 | Using cached os_win-5.9.0-py3-none-any.whl.metadata (3.4 kB) 2025-04-16 19:09:41.128 | 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 19:09:41.129 | 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 19:09:41.135 | 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 19:09:41.137 | 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 19:09:41.142 | 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 19:09:41.162 | 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 19:09:41.162 | 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 19:09:41.163 | 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 19:09:41.163 | 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 19:09:41.173 | 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 19:09:41.174 | 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 19:09:41.183 | 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 19:09:41.184 | 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 19:09:41.191 | 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 19:09:41.192 | 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 19:09:41.193 | 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 19:09:41.202 | 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 19:09:41.223 | 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 19:09:41.224 | 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 19:09:41.226 | 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 19:09:41.226 | 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 19:09:41.260 | 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 19:09:41.271 | 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 19:09:41.395 | 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 19:09:41.397 | 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 19:09:41.411 | 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 19:09:41.413 | 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 19:09:41.414 | 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 19:09:41.414 | 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 19:09:41.415 | 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 19:09:41.417 | 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 19:09:41.441 | 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 19:09:41.551 | 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 19:09:41.595 | 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 19:09:41.711 | Using cached glance_store-4.6.1-py3-none-any.whl (242 kB) 2025-04-16 19:09:41.715 | Using cached os_brick-6.4.2-py3-none-any.whl (299 kB) 2025-04-16 19:09:41.720 | Using cached oslo.privsep-3.2.0-py3-none-any.whl (38 kB) 2025-04-16 19:09:41.723 | Using cached oslo.rootwrap-7.1.0-py3-none-any.whl (38 kB) 2025-04-16 19:09:41.725 | Using cached python_cinderclient-9.4.0-py3-none-any.whl (255 kB) 2025-04-16 19:09:41.729 | Using cached os_win-5.9.0-py3-none-any.whl (274 kB) 2025-04-16 19:09:42.106 | Installing collected packages: oslo.rootwrap, python-cinderclient, oslo.privsep, os-win, glance-store, os-brick 2025-04-16 19:09:42.927 | 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 19:09:43.029 | + inc/python:pip_install:222 : result=0 2025-04-16 19:09:43.031 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 19:09:43.033 | + functions-common:time_stop:2400 : local name 2025-04-16 19:09:43.035 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:09:43.036 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:09:43.038 | + functions-common:time_stop:2403 : local total 2025-04-16 19:09:43.040 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:09:43.042 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 19:09:43.043 | + functions-common:time_stop:2407 : start_time=1744830579839 2025-04-16 19:09:43.045 | + functions-common:time_stop:2409 : [[ -z 1744830579839 ]] 2025-04-16 19:09:43.048 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:09:43.051 | + functions-common:time_stop:2412 : end_time=1744830583049 2025-04-16 19:09:43.053 | + functions-common:time_stop:2413 : elapsed_time=3210 2025-04-16 19:09:43.055 | + functions-common:time_stop:2414 : total=34020 2025-04-16 19:09:43.056 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:09:43.058 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=37230 2025-04-16 19:09:43.060 | + inc/python:pip_install:225 : return 0 2025-04-16 19:09:43.062 | + lib/glance:install_glance:529 : copy_rootwrap /opt/stack/data/venv/etc/glance 2025-04-16 19:09:43.064 | + lib/glance:copy_rootwrap:238 : local source_path=/opt/stack/data/venv/etc/glance 2025-04-16 19:09:43.066 | + lib/glance:copy_rootwrap:240 : sudo install -d -o stack /etc/glance 2025-04-16 19:09:43.076 | + 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 19:09:43.079 | + lib/glance:install_glance:532 : git_clone https://opendev.org/openstack/glance.git /opt/stack//glance stable/2023.2 2025-04-16 19:09:43.081 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/glance.git 2025-04-16 19:09:43.083 | + functions-common:git_clone:573 : local git_dest=/opt/stack//glance 2025-04-16 19:09:43.085 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-16 19:09:43.087 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 19:09:43.089 | ++ functions-common:git_clone:576 : pwd 2025-04-16 19:09:43.091 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 19:09:43.093 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 19:09:43.095 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 19:09:43.107 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 19:09:43.109 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 19:09:43.111 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 19:09:43.113 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 19:09:43.115 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-16 19:09:43.116 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 19:09:43.119 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//glance ]] 2025-04-16 19:09:43.121 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 19:09:43.123 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2025-04-16 19:09:43.125 | + functions-common:git_timed:680 : local count=0 2025-04-16 19:09:43.126 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 19:09:43.128 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 19:09:43.130 | + functions-common:git_timed:684 : timeout=0 2025-04-16 19:09:43.132 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 19:09:43.133 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 19:09:43.135 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:09:43.137 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:09:43.139 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:09:43.142 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830583140 2025-04-16 19:09:43.144 | + 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 19:09:43.146 | Cloning into '/opt/stack//glance'... 2025-04-16 19:09:45.373 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 19:09:45.375 | + functions-common:time_stop:2400 : local name 2025-04-16 19:09:45.377 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:09:45.379 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:09:45.381 | + functions-common:time_stop:2403 : local total 2025-04-16 19:09:45.383 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:09:45.384 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 19:09:45.386 | + functions-common:time_stop:2407 : start_time=1744830583140 2025-04-16 19:09:45.388 | + functions-common:time_stop:2409 : [[ -z 1744830583140 ]] 2025-04-16 19:09:45.390 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:09:45.393 | + functions-common:time_stop:2412 : end_time=1744830585391 2025-04-16 19:09:45.395 | + functions-common:time_stop:2413 : elapsed_time=2251 2025-04-16 19:09:45.396 | + functions-common:time_stop:2414 : total=48615 2025-04-16 19:09:45.398 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:09:45.400 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=50866 2025-04-16 19:09:45.402 | + functions-common:git_clone:614 : cd /opt/stack//glance 2025-04-16 19:09:45.403 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-16 19:09:45.405 | + functions-common:git_timed:680 : local count=0 2025-04-16 19:09:45.407 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 19:09:45.409 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 19:09:45.411 | + functions-common:git_timed:684 : timeout=0 2025-04-16 19:09:45.413 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 19:09:45.414 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 19:09:45.416 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:09:45.418 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:09:45.420 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:09:45.423 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830585421 2025-04-16 19:09:45.425 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-16 19:09:47.286 | From https://opendev.org/openstack/glance 2025-04-16 19:09:47.286 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-16 19:09:47.290 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 19:09:47.292 | + functions-common:time_stop:2400 : local name 2025-04-16 19:09:47.294 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:09:47.295 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:09:47.297 | + functions-common:time_stop:2403 : local total 2025-04-16 19:09:47.299 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:09:47.301 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 19:09:47.302 | + functions-common:time_stop:2407 : start_time=1744830585421 2025-04-16 19:09:47.304 | + functions-common:time_stop:2409 : [[ -z 1744830585421 ]] 2025-04-16 19:09:47.307 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:09:47.309 | + functions-common:time_stop:2412 : end_time=1744830587307 2025-04-16 19:09:47.311 | + functions-common:time_stop:2413 : elapsed_time=1886 2025-04-16 19:09:47.313 | + functions-common:time_stop:2414 : total=50866 2025-04-16 19:09:47.314 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:09:47.316 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=52752 2025-04-16 19:09:47.318 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 19:09:47.320 | + functions-common:git_timed:680 : local count=0 2025-04-16 19:09:47.322 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 19:09:47.324 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 19:09:47.325 | + functions-common:git_timed:684 : timeout=0 2025-04-16 19:09:47.327 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 19:09:47.329 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 19:09:47.331 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:09:47.332 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:09:47.335 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:09:47.338 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830587336 2025-04-16 19:09:47.339 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 19:09:47.405 | Note: switching to 'FETCH_HEAD'. 2025-04-16 19:09:47.405 | 2025-04-16 19:09:47.405 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 19:09:47.405 | changes and commit them, and you can discard any commits you make in this 2025-04-16 19:09:47.405 | state without impacting any branches by switching back to a branch. 2025-04-16 19:09:47.405 | 2025-04-16 19:09:47.405 | If you want to create a new branch to retain commits you create, you may 2025-04-16 19:09:47.405 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 19:09:47.405 | 2025-04-16 19:09:47.405 | git switch -c 2025-04-16 19:09:47.405 | 2025-04-16 19:09:47.405 | Or undo this operation with: 2025-04-16 19:09:47.405 | 2025-04-16 19:09:47.405 | git switch - 2025-04-16 19:09:47.405 | 2025-04-16 19:09:47.405 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 19:09:47.405 | 2025-04-16 19:09:47.406 | HEAD is now at 18453f8 Fixed typo in discovery.py 2025-04-16 19:09:47.408 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 19:09:47.410 | + functions-common:time_stop:2400 : local name 2025-04-16 19:09:47.412 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:09:47.414 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:09:47.416 | + functions-common:time_stop:2403 : local total 2025-04-16 19:09:47.417 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:09:47.419 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 19:09:47.421 | + functions-common:time_stop:2407 : start_time=1744830587336 2025-04-16 19:09:47.423 | + functions-common:time_stop:2409 : [[ -z 1744830587336 ]] 2025-04-16 19:09:47.425 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:09:47.428 | + functions-common:time_stop:2412 : end_time=1744830587426 2025-04-16 19:09:47.430 | + functions-common:time_stop:2413 : elapsed_time=90 2025-04-16 19:09:47.431 | + functions-common:time_stop:2414 : total=52752 2025-04-16 19:09:47.433 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:09:47.435 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=52842 2025-04-16 19:09:47.437 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//glance 2025-04-16 19:09:47.447 | + functions-common:git_clone:655 : cd /opt/stack//glance 2025-04-16 19:09:47.449 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 19:09:47.449 | + functions-common:git_clone:656 : head -1 2025-04-16 19:09:47.451 | 18453f8 Fixed typo in discovery.py 2025-04-16 19:09:47.453 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 19:09:47.455 | + lib/glance:install_glance:534 : setup_develop /opt/stack//glance 2025-04-16 19:09:47.457 | + inc/python:setup_develop:360 : local bindep 2025-04-16 19:09:47.459 | + inc/python:setup_develop:361 : [[ /opt/stack//glance == -bindep* ]] 2025-04-16 19:09:47.461 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//glance 2025-04-16 19:09:47.463 | + inc/python:setup_develop:366 : local extras= 2025-04-16 19:09:47.465 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//glance -e 2025-04-16 19:09:47.467 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-16 19:09:47.468 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//glance == -bindep* ]] 2025-04-16 19:09:47.470 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//glance 2025-04-16 19:09:47.472 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-16 19:09:47.474 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-16 19:09:47.476 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//glance 2025-04-16 19:09:47.478 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-16 19:09:47.481 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/glance 2025-04-16 19:09:47.482 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-16 19:09:47.484 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-16 19:09:47.487 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2025-04-16 19:09:47.491 | + inc/python:_setup_package_with_constraints_edit:407 : name=glance 2025-04-16 19:09:47.493 | + 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 19:09:47.810 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/glance -e 2025-04-16 19:09:47.812 | + inc/python:setup_package:440 : local bindep=0 2025-04-16 19:09:47.814 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-16 19:09:47.816 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-16 19:09:47.818 | + inc/python:setup_package:443 : [[ /opt/stack/glance == -bindep* ]] 2025-04-16 19:09:47.820 | + inc/python:setup_package:448 : local project_dir=/opt/stack/glance 2025-04-16 19:09:47.821 | + inc/python:setup_package:449 : local flags=-e 2025-04-16 19:09:47.823 | + inc/python:setup_package:450 : local extras= 2025-04-16 19:09:47.825 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-16 19:09:47.827 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-16 19:09:47.829 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-16 19:09:47.831 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-16 19:09:47.832 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-16 19:09:47.834 | + inc/python:setup_package:468 : pip_install -e /opt/stack/glance 2025-04-16 19:09:47.849 | Using python 3.10 to install /opt/stack/glance 2025-04-16 19:09:47.851 | + 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 19:09:48.662 | Obtaining file:///opt/stack/glance 2025-04-16 19:09:48.664 | Preparing metadata (setup.py): started 2025-04-16 19:09:49.039 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 19:09:49.099 | 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 19:09:49.101 | 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 19:09:49.101 | 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 19:09:49.103 | 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 19:09:49.103 | 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 19:09:49.103 | 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 19:09:49.104 | 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 19:09:49.197 | Collecting sqlparse>=0.2.2 (from glance==0.0.1.dev13) 2025-04-16 19:09:49.200 | Using cached sqlparse-0.4.4-py3-none-any.whl.metadata (4.0 kB) 2025-04-16 19:09:49.202 | 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 19:09:49.229 | Collecting httplib2>=0.9.1 (from glance==0.0.1.dev13) 2025-04-16 19:09:49.231 | Using cached httplib2-0.22.0-py3-none-any.whl.metadata (2.6 kB) 2025-04-16 19:09:49.233 | 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 19:09:49.234 | 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 19:09:49.235 | 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 19:09:49.236 | 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 19:09:49.237 | 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 19:09:49.237 | 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 19:09:49.238 | 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 19:09:49.279 | Collecting taskflow>=4.0.0 (from glance==0.0.1.dev13) 2025-04-16 19:09:49.280 | Using cached taskflow-5.4.0-py3-none-any.whl.metadata (5.1 kB) 2025-04-16 19:09:49.284 | 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 19:09:49.284 | 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 19:09:49.306 | Collecting WSME>=0.8.0 (from glance==0.0.1.dev13) 2025-04-16 19:09:49.308 | Using cached WSME-0.12.1-py3-none-any.whl.metadata (3.7 kB) 2025-04-16 19:09:49.312 | 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 19:09:49.312 | 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 19:09:49.312 | 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 19:09:49.312 | 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 19:09:49.313 | 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 19:09:49.314 | 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 19:09:49.314 | 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 19:09:49.347 | Collecting oslo.limit>=1.6.0 (from glance==0.0.1.dev13) 2025-04-16 19:09:49.350 | Using cached oslo.limit-2.2.0-py3-none-any.whl.metadata (2.0 kB) 2025-04-16 19:09:49.352 | 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 19:09:49.353 | 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 19:09:49.354 | 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 19:09:49.386 | Collecting oslo.reports>=1.18.0 (from glance==0.0.1.dev13) 2025-04-16 19:09:49.388 | Using cached oslo.reports-3.1.0-py3-none-any.whl.metadata (3.8 kB) 2025-04-16 19:09:49.390 | 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 19:09:49.412 | Collecting retrying!=1.3.0,>=1.2.3 (from glance==0.0.1.dev13) 2025-04-16 19:09:49.414 | Using cached retrying-1.3.4-py3-none-any.whl.metadata (6.9 kB) 2025-04-16 19:09:49.416 | 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 19:09:49.417 | 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 19:09:49.418 | 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 19:09:49.419 | 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 19:09:49.438 | Collecting cursive>=0.2.1 (from glance==0.0.1.dev13) 2025-04-16 19:09:49.441 | Using cached cursive-0.2.3-py2.py3-none-any.whl.metadata (1.7 kB) 2025-04-16 19:09:49.442 | 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 19:09:49.443 | 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 19:09:49.482 | Collecting castellan>=0.17.0 (from glance==0.0.1.dev13) 2025-04-16 19:09:49.484 | Using cached castellan-4.3.0-py3-none-any.whl.metadata (1.9 kB) 2025-04-16 19:09:49.492 | 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 19:09:49.528 | Collecting python-barbicanclient>=4.5.2 (from castellan>=0.17.0->glance==0.0.1.dev13) 2025-04-16 19:09:49.530 | Using cached python_barbicanclient-5.6.1-py3-none-any.whl.metadata (11 kB) 2025-04-16 19:09:49.533 | 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 19:09:49.552 | 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 19:09:49.568 | 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 19:09:49.572 | 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 19:09:49.578 | 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 19:09:49.583 | 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 19:09:49.583 | 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 19:09:49.620 | 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 19:09:49.641 | 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 19:09:49.642 | 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 19:09:49.668 | 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 19:09:49.691 | 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 19:09:49.693 | 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 19:09:49.708 | 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 19:09:49.728 | 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 19:09:49.729 | 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 19:09:49.730 | 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 19:09:49.788 | 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 19:09:49.789 | 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 19:09:49.866 | Collecting openstacksdk>=0.31.1 (from oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-16 19:09:49.869 | Using cached openstacksdk-1.5.1-py3-none-any.whl.metadata (9.4 kB) 2025-04-16 19:09:49.894 | 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 19:09:49.897 | 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 19:09:49.923 | 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 19:09:49.923 | 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 19:09:49.924 | 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 19:09:49.925 | 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 19:09:49.926 | 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 19:09:49.938 | 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 19:09:49.941 | 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 19:09:49.941 | 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 19:09:50.073 | Collecting psutil>=3.2.2 (from oslo.reports>=1.18.0->glance==0.0.1.dev13) 2025-04-16 19:09:50.075 | 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 19:09:50.099 | 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 19:09:50.099 | 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 19:09:50.103 | 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 19:09:50.103 | 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 19:09:50.135 | 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 19:09:50.167 | 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 19:09:50.218 | 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 19:09:50.421 | Collecting automaton>=1.9.0 (from taskflow>=4.0.0->glance==0.0.1.dev13) 2025-04-16 19:09:50.423 | Using cached automaton-3.2.0-py3-none-any.whl.metadata (1.8 kB) 2025-04-16 19:09:50.468 | Collecting networkx>=2.1.0 (from taskflow>=4.0.0->glance==0.0.1.dev13) 2025-04-16 19:09:50.470 | Using cached networkx-3.1-py3-none-any.whl.metadata (5.3 kB) 2025-04-16 19:09:50.495 | Collecting pydot>=1.2.4 (from taskflow>=4.0.0->glance==0.0.1.dev13) 2025-04-16 19:09:50.497 | Using cached pydot-1.4.2-py2.py3-none-any.whl.metadata (8.0 kB) 2025-04-16 19:09:50.499 | 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 19:09:50.545 | Collecting simplegeneric (from WSME>=0.8.0->glance==0.0.1.dev13) 2025-04-16 19:09:50.546 | Using cached simplegeneric-0.8.1-py3-none-any.whl 2025-04-16 19:09:50.613 | Collecting importlib-metadata>=4.4 (from WSME>=0.8.0->glance==0.0.1.dev13) 2025-04-16 19:09:50.616 | Using cached importlib_metadata-6.0.1-py3-none-any.whl.metadata (5.0 kB) 2025-04-16 19:09:50.629 | 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 19:09:50.701 | 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 19:09:50.810 | Collecting zipp>=0.5 (from importlib-metadata>=4.4->WSME>=0.8.0->glance==0.0.1.dev13) 2025-04-16 19:09:50.812 | Using cached zipp-3.15.0-py3-none-any.whl.metadata (3.7 kB) 2025-04-16 19:09:50.827 | 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 19:09:50.944 | Collecting appdirs>=1.3.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-16 19:09:50.946 | Using cached appdirs-1.4.4-py2.py3-none-any.whl.metadata (9.0 kB) 2025-04-16 19:09:50.966 | Collecting requestsexceptions>=1.2.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-16 19:09:50.968 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl.metadata (1.2 kB) 2025-04-16 19:09:50.996 | Collecting jsonpatch!=1.20,>=1.16 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-16 19:09:50.998 | Using cached jsonpatch-1.32-py2.py3-none-any.whl.metadata (3.2 kB) 2025-04-16 19:09:51.000 | 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 19:09:51.020 | Collecting jmespath>=0.9.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-16 19:09:51.022 | Using cached jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB) 2025-04-16 19:09:51.024 | 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 19:09:51.081 | 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 19:09:51.096 | 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 19:09:51.118 | 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 19:09:51.119 | 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 19:09:51.288 | 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 19:09:51.290 | Using cached cliff-4.3.0-py3-none-any.whl.metadata (1.9 kB) 2025-04-16 19:09:51.375 | 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 19:09:51.377 | 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 19:09:51.379 | 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 19:09:51.379 | 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 19:09:51.484 | 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 19:09:51.717 | 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 19:09:51.719 | Using cached autopage-0.5.1-py3-none-any.whl.metadata (7.8 kB) 2025-04-16 19:09:51.776 | 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 19:09:51.778 | Using cached cmd2-2.4.3-py3-none-any.whl.metadata (12 kB) 2025-04-16 19:09:51.914 | 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 19:09:51.916 | Using cached jsonpointer-2.3-py2.py3-none-any.whl.metadata (2.5 kB) 2025-04-16 19:09:52.248 | 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 19:09:52.248 | Using cached pyperclip-1.8.2-py3-none-any.whl 2025-04-16 19:09:52.315 | Using cached castellan-4.3.0-py3-none-any.whl (97 kB) 2025-04-16 19:09:52.322 | Using cached cursive-0.2.3-py2.py3-none-any.whl (43 kB) 2025-04-16 19:09:52.325 | Using cached httplib2-0.22.0-py3-none-any.whl (96 kB) 2025-04-16 19:09:52.328 | Using cached oslo.limit-2.2.0-py3-none-any.whl (20 kB) 2025-04-16 19:09:52.330 | Using cached oslo.reports-3.1.0-py3-none-any.whl (53 kB) 2025-04-16 19:09:52.339 | Using cached retrying-1.3.4-py3-none-any.whl (11 kB) 2025-04-16 19:09:52.342 | Using cached sqlparse-0.4.4-py3-none-any.whl (41 kB) 2025-04-16 19:09:52.345 | Using cached taskflow-5.4.0-py3-none-any.whl (493 kB) 2025-04-16 19:09:52.350 | Using cached WSME-0.12.1-py3-none-any.whl (59 kB) 2025-04-16 19:09:52.352 | Using cached automaton-3.2.0-py3-none-any.whl (22 kB) 2025-04-16 19:09:52.356 | Using cached importlib_metadata-6.0.1-py3-none-any.whl (21 kB) 2025-04-16 19:09:52.361 | Using cached networkx-3.1-py3-none-any.whl (2.1 MB) 2025-04-16 19:09:52.374 | Using cached openstacksdk-1.5.1-py3-none-any.whl (1.7 MB) 2025-04-16 19:09:52.384 | 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 19:09:52.389 | Using cached pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2025-04-16 19:09:52.393 | Using cached python_barbicanclient-5.6.1-py3-none-any.whl (89 kB) 2025-04-16 19:09:52.396 | Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) 2025-04-16 19:09:52.399 | Using cached cliff-4.3.0-py3-none-any.whl (80 kB) 2025-04-16 19:09:52.402 | Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2025-04-16 19:09:52.405 | Using cached jsonpatch-1.32-py2.py3-none-any.whl (12 kB) 2025-04-16 19:09:52.407 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 2025-04-16 19:09:52.409 | Using cached zipp-3.15.0-py3-none-any.whl (6.8 kB) 2025-04-16 19:09:52.411 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2025-04-16 19:09:52.414 | Using cached cmd2-2.4.3-py3-none-any.whl (147 kB) 2025-04-16 19:09:52.418 | Using cached jsonpointer-2.3-py2.py3-none-any.whl (7.8 kB) 2025-04-16 19:09:52.740 | 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 19:09:55.825 | Running setup.py develop for glance 2025-04-16 19:09:57.034 | 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 19:09:57.175 | + inc/python:pip_install:222 : result=0 2025-04-16 19:09:57.177 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 19:09:57.179 | + functions-common:time_stop:2400 : local name 2025-04-16 19:09:57.181 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:09:57.183 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:09:57.185 | + functions-common:time_stop:2403 : local total 2025-04-16 19:09:57.186 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:09:57.188 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 19:09:57.190 | + functions-common:time_stop:2407 : start_time=1744830587845 2025-04-16 19:09:57.191 | + functions-common:time_stop:2409 : [[ -z 1744830587845 ]] 2025-04-16 19:09:57.194 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:09:57.197 | + functions-common:time_stop:2412 : end_time=1744830597194 2025-04-16 19:09:57.198 | + functions-common:time_stop:2413 : elapsed_time=9349 2025-04-16 19:09:57.200 | + functions-common:time_stop:2414 : total=37230 2025-04-16 19:09:57.202 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:09:57.203 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=46579 2025-04-16 19:09:57.205 | + inc/python:pip_install:225 : return 0 2025-04-16 19:09:57.207 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-16 19:09:57.209 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-16 19:09:57.211 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/glance 2025-04-16 19:09:57.213 | + inc/python:use_library_from_git:272 : local name=/opt/stack/glance 2025-04-16 19:09:57.214 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:09:57.216 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:09:57.218 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/glance, ]] 2025-04-16 19:09:57.220 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:09:57.222 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-16 19:09:57.224 | + stack.sh:main:948 : configure_glance 2025-04-16 19:09:57.226 | + lib/glance:configure_glance:322 : sudo install -d -o stack /etc/glance /etc/glance/metadefs 2025-04-16 19:09:57.235 | + lib/glance:configure_glance:325 : local dburl 2025-04-16 19:09:57.238 | ++ lib/glance:configure_glance:326 : database_connection_url glance 2025-04-16 19:09:57.240 | ++ lib/database:database_connection_url:134 : local db=glance 2025-04-16 19:09:57.241 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2025-04-16 19:09:57.243 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=glance 2025-04-16 19:09:57.245 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 19:09:57.247 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 19:09:57.248 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 19:09:57.260 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:09:57.262 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 19:09:57.263 | ++ 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 19:09:57.266 | + lib/glance:configure_glance:326 : dburl='mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2025-04-16 19:09:57.268 | + lib/glance:configure_glance:328 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2025-04-16 19:09:57.291 | + 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 19:09:57.314 | + lib/glance:configure_glance:330 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2025-04-16 19:09:57.336 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2025-04-16 19:09:57.358 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2025-04-16 19:09:57.381 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2025-04-16 19:09:57.404 | + lib/glance:configure_glance:334 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2025-04-16 19:09:57.406 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/glance/glance-api.conf 2025-04-16 19:09:57.408 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=glance 2025-04-16 19:09:57.409 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-16 19:09:57.411 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2025-04-16 19:09:57.434 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2025-04-16 19:09:57.456 | + 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 19:09:57.477 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2025-04-16 19:09:57.499 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken password nomoresecret 2025-04-16 19:09:57.521 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2025-04-16 19:09:57.542 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2025-04-16 19:09:57.564 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2025-04-16 19:09:57.586 | + 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 19:09:57.608 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2025-04-16 19:09:57.630 | + lib/glance:configure_glance:335 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2025-04-16 19:09:57.653 | + lib/glance:configure_glance:336 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2025-04-16 19:09:57.655 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=glance 2025-04-16 19:09:57.657 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/glance/glance-api.conf 2025-04-16 19:09:57.659 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-16 19:09:57.661 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-16 19:09:57.662 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-16 19:09:57.675 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:09:57.677 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-16 19:09:57.679 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-16 19:09:57.681 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-16 19:09:57.693 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:09:57.694 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 19:09:57.696 | + 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 19:09:57.718 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-16 19:09:57.720 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-16 19:09:57.722 | + lib/glance:configure_glance:337 : '[' vsphere = libvirt ']' 2025-04-16 19:09:57.724 | + lib/glance:configure_glance:341 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2025-04-16 19:09:57.746 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2025-04-16 19:09:57.771 | + lib/glance:configure_glance:345 : configure_glance_store False False 2025-04-16 19:09:57.775 | + lib/glance:configure_glance_store:251 : local use_cinder_for_glance=False 2025-04-16 19:09:57.777 | + lib/glance:configure_glance_store:252 : local glance_enable_multiple_stores=False 2025-04-16 19:09:57.779 | + lib/glance:configure_glance_store:253 : local be 2025-04-16 19:09:57.783 | + lib/glance:configure_glance_store:255 : [[ False == \F\a\l\s\e ]] 2025-04-16 19:09:57.784 | + lib/glance:configure_glance_store:257 : [[ False == \T\r\u\e ]] 2025-04-16 19:09:57.786 | + 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 19:09:57.815 | + lib/glance:configure_glance:348 : '[' -n '' ']' 2025-04-16 19:09:57.817 | + lib/glance:configure_glance:351 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.180.1.21 2025-04-16 19:09:57.842 | + lib/glance:configure_glance:355 : [[ False == \F\a\l\s\e ]] 2025-04-16 19:09:57.844 | + lib/glance:configure_glance:357 : is_service_enabled s-proxy 2025-04-16 19:09:57.857 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:09:57.859 | + lib/glance:configure_glance:379 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.180.1.21/image 2025-04-16 19:09:57.882 | + lib/glance:configure_glance:381 : is_service_enabled tls-proxy 2025-04-16 19:09:57.894 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:09:57.895 | + lib/glance:configure_glance:387 : setup_logging /etc/glance/glance-api.conf 2025-04-16 19:09:57.897 | + functions:setup_logging:685 : setup_systemd_logging /etc/glance/glance-api.conf 2025-04-16 19:09:57.899 | + functions:setup_systemd_logging:700 : local conf_file=/etc/glance/glance-api.conf 2025-04-16 19:09:57.901 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-16 19:09:57.914 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-16 19:09:57.916 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-16 19:09:57.918 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-16 19:09:57.919 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-16 19:09:57.921 | + 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 19:09:57.944 | + 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 19:09:57.966 | + 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 19:09:57.988 | + functions:setup_systemd_logging:717 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-16 19:09:58.011 | + lib/glance:configure_glance:389 : cp -p /opt/stack//glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2025-04-16 19:09:58.014 | + lib/glance:configure_glance:392 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2025-04-16 19:09:58.038 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2025-04-16 19:09:58.060 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2025-04-16 19:09:58.083 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.180.1.21/identity 2025-04-16 19:09:58.106 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2025-04-16 19:09:58.128 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2025-04-16 19:09:58.150 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password nomoresecret 2025-04-16 19:09:58.173 | + lib/glance:configure_glance:401 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2025-04-16 19:09:58.197 | + lib/glance:configure_glance:404 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2025-04-16 19:09:58.221 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2025-04-16 19:09:58.245 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2025-04-16 19:09:58.268 | + lib/glance:configure_glance:408 : cp -p /opt/stack//glance/etc/schema-image.json /etc/glance/schema-image.json 2025-04-16 19:09:58.271 | + 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 19:09:58.276 | + lib/glance:configure_glance:412 : is_service_enabled tls-proxy 2025-04-16 19:09:58.288 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:09:58.291 | + lib/glance:configure_glance:420 : [[ False == False ]] 2025-04-16 19:09:58.293 | + 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 19:09:58.295 | + lib/apache:write_local_uwsgi_http_config:306 : local file=/etc/glance/glance-uwsgi.ini 2025-04-16 19:09:58.297 | + lib/apache:write_local_uwsgi_http_config:307 : local wsgi=/opt/stack/data/venv/bin/glance-wsgi-api 2025-04-16 19:09:58.299 | + lib/apache:write_local_uwsgi_http_config:308 : local url=/image 2025-04-16 19:09:58.301 | ++ lib/apache:write_local_uwsgi_http_config:309 : basename /opt/stack/data/venv/bin/glance-wsgi-api 2025-04-16 19:09:58.304 | + lib/apache:write_local_uwsgi_http_config:309 : name=glance-wsgi-api 2025-04-16 19:09:58.306 | + lib/apache:write_local_uwsgi_http_config:315 : rm -rf /etc/glance/glance-uwsgi.ini 2025-04-16 19:09:58.309 | + 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 19:09:58.333 | ++ lib/apache:write_local_uwsgi_http_config:317 : get_random_port 2025-04-16 19:09:58.335 | ++ functions:get_random_port:847 : read lower_port upper_port 2025-04-16 19:09:58.337 | ++ functions:get_random_port:848 : true 2025-04-16 19:09:58.339 | ++ functions:get_random_port:849 : (( port = upper_port )) 2025-04-16 19:09:58.340 | ++ functions:get_random_port:849 : (( port >= lower_port )) 2025-04-16 19:09:58.342 | ++ functions:get_random_port:850 : sudo lsof -i :60999 2025-04-16 19:09:58.381 | ++ functions:get_random_port:851 : [[ 1 > 0 ]] 2025-04-16 19:09:58.383 | ++ functions:get_random_port:852 : break 2 2025-04-16 19:09:58.385 | ++ functions:get_random_port:856 : echo 60999 2025-04-16 19:09:58.387 | + lib/apache:write_local_uwsgi_http_config:317 : port=60999 2025-04-16 19:09:58.388 | + 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 19:09:58.410 | + lib/apache:write_local_uwsgi_http_config:319 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2025-04-16 19:09:58.431 | + lib/apache:write_local_uwsgi_http_config:321 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2025-04-16 19:09:58.453 | + lib/apache:write_local_uwsgi_http_config:323 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2025-04-16 19:09:58.474 | + lib/apache:write_local_uwsgi_http_config:324 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2025-04-16 19:09:58.496 | + lib/apache:write_local_uwsgi_http_config:325 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2025-04-16 19:09:58.517 | + lib/apache:write_local_uwsgi_http_config:326 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2025-04-16 19:09:58.539 | + lib/apache:write_local_uwsgi_http_config:328 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2025-04-16 19:09:58.560 | + 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 19:09:58.582 | + lib/apache:write_local_uwsgi_http_config:333 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-16 19:09:58.603 | + lib/apache:write_local_uwsgi_http_config:335 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2025-04-16 19:09:58.625 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-16 19:09:58.646 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2025-04-16 19:09:58.668 | + lib/apache:write_local_uwsgi_http_config:340 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2025-04-16 19:09:58.690 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2025-04-16 19:09:58.712 | + lib/apache:write_local_uwsgi_http_config:342 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2025-04-16 19:09:58.733 | + lib/apache:write_local_uwsgi_http_config:343 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2025-04-16 19:09:58.756 | + lib/apache:write_local_uwsgi_http_config:344 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2025-04-16 19:09:58.778 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2025-04-16 19:09:58.800 | + lib/apache:write_local_uwsgi_http_config:348 : enable_apache_mod proxy 2025-04-16 19:09:58.802 | + lib/apache:enable_apache_mod:55 : local mod=proxy 2025-04-16 19:09:58.804 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 19:09:58.805 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:09:58.807 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:09:58.809 | + lib/apache:enable_apache_mod:60 : [[ proxy != \v\e\r\s\i\o\n ]] 2025-04-16 19:09:58.811 | + lib/apache:enable_apache_mod:60 : a2query -m proxy 2025-04-16 19:09:58.839 | proxy (enabled by site administrator) 2025-04-16 19:09:58.841 | + lib/apache:write_local_uwsgi_http_config:349 : enable_apache_mod proxy_http 2025-04-16 19:09:58.843 | + lib/apache:enable_apache_mod:55 : local mod=proxy_http 2025-04-16 19:09:58.845 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 19:09:58.847 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:09:58.849 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:09:58.851 | + lib/apache:enable_apache_mod:60 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2025-04-16 19:09:58.852 | + lib/apache:enable_apache_mod:60 : a2query -m proxy_http 2025-04-16 19:09:58.880 | No module matches proxy_http 2025-04-16 19:09:58.882 | + lib/apache:enable_apache_mod:61 : sudo a2enmod proxy_http 2025-04-16 19:09:58.915 | Considering dependency proxy for proxy_http: 2025-04-16 19:09:58.915 | Module proxy already enabled 2025-04-16 19:09:58.915 | Enabling module proxy_http. 2025-04-16 19:09:58.918 | To activate the new configuration, you need to run: 2025-04-16 19:09:58.918 | systemctl restart apache2 2025-04-16 19:09:58.921 | + lib/apache:enable_apache_mod:62 : restart_apache_server 2025-04-16 19:09:58.923 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-16 19:09:58.925 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 19:09:58.927 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-16 19:09:59.020 | + lib/apache:write_local_uwsgi_http_config:350 : local apache_conf= 2025-04-16 19:09:59.023 | ++ lib/apache:write_local_uwsgi_http_config:351 : apache_site_config_for glance-wsgi-api 2025-04-16 19:09:59.025 | ++ lib/apache:apache_site_config_for:173 : local site=glance-wsgi-api 2025-04-16 19:09:59.027 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-16 19:09:59.029 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:09:59.030 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:09:59.032 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-16 19:09:59.034 | + lib/apache:write_local_uwsgi_http_config:351 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-16 19:09:59.037 | + lib/apache:write_local_uwsgi_http_config:352 : echo 'KeepAlive Off' 2025-04-16 19:09:59.037 | + lib/apache:write_local_uwsgi_http_config:352 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-16 19:09:59.044 | KeepAlive Off 2025-04-16 19:09:59.047 | + lib/apache:write_local_uwsgi_http_config:353 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-16 19:09:59.047 | + lib/apache:write_local_uwsgi_http_config:353 : echo 'SetEnv proxy-sendchunked 1' 2025-04-16 19:09:59.053 | SetEnv proxy-sendchunked 1 2025-04-16 19:09:59.057 | + lib/apache:write_local_uwsgi_http_config:354 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 acquire=1 ' 2025-04-16 19:09:59.057 | + lib/apache:write_local_uwsgi_http_config:354 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-16 19:09:59.063 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 acquire=1 2025-04-16 19:09:59.066 | + lib/apache:write_local_uwsgi_http_config:355 : enable_apache_site glance-wsgi-api 2025-04-16 19:09:59.067 | + lib/apache:enable_apache_site:190 : local site=glance-wsgi-api 2025-04-16 19:09:59.069 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-16 19:09:59.071 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-16 19:09:59.073 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 19:09:59.074 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:09:59.076 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:09:59.078 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-16 19:09:59.080 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-16 19:09:59.081 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:09:59.083 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:09:59.086 | + lib/apache:enable_apache_site:194 : sudo a2ensite glance-wsgi-api 2025-04-16 19:09:59.117 | Enabling site glance-wsgi-api. 2025-04-16 19:09:59.120 | To activate the new configuration, you need to run: 2025-04-16 19:09:59.120 | systemctl reload apache2 2025-04-16 19:09:59.124 | + lib/apache:write_local_uwsgi_http_config:356 : restart_apache_server 2025-04-16 19:09:59.125 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-16 19:09:59.127 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 19:09:59.129 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-16 19:09:59.218 | ++ lib/glance:configure_glance:424 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2025-04-16 19:09:59.222 | + 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 19:09:59.245 | + lib/glance:configure_glance:434 : [[ True == True ]] 2025-04-16 19:09:59.247 | + lib/glance:configure_glance:435 : iniset /etc/glance/glance-api.conf oslo_policy enforce_scope true 2025-04-16 19:09:59.273 | + lib/glance:configure_glance:436 : iniset /etc/glance/glance-api.conf oslo_policy enforce_new_defaults true 2025-04-16 19:09:59.297 | + lib/glance:configure_glance:437 : iniset /etc/glance/glance-api.conf DEFAULT enforce_secure_rbac true 2025-04-16 19:09:59.320 | + stack.sh:main:951 : is_service_enabled cinder 2025-04-16 19:09:59.333 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:09:59.335 | + stack.sh:main:953 : stack_install_service cinder 2025-04-16 19:09:59.337 | + lib/stack:stack_install_service:20 : local service=cinder 2025-04-16 19:09:59.339 | + lib/stack:stack_install_service:21 : type install_cinder 2025-04-16 19:09:59.341 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-16 19:09:59.343 | + lib/stack:stack_install_service:32 : install_cinder 2025-04-16 19:09:59.345 | + lib/cinder:install_cinder:516 : git_clone https://opendev.org/openstack/cinder.git /opt/stack//cinder stable/2023.2 2025-04-16 19:09:59.347 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/cinder.git 2025-04-16 19:09:59.348 | + functions-common:git_clone:573 : local git_dest=/opt/stack//cinder 2025-04-16 19:09:59.350 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-16 19:09:59.352 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 19:09:59.354 | ++ functions-common:git_clone:576 : pwd 2025-04-16 19:09:59.356 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 19:09:59.358 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 19:09:59.361 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 19:09:59.373 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 19:09:59.374 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 19:09:59.376 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 19:09:59.378 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 19:09:59.380 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-16 19:09:59.381 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 19:09:59.384 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//cinder ]] 2025-04-16 19:09:59.386 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 19:09:59.388 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2025-04-16 19:09:59.389 | + functions-common:git_timed:680 : local count=0 2025-04-16 19:09:59.391 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 19:09:59.393 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 19:09:59.395 | + functions-common:git_timed:684 : timeout=0 2025-04-16 19:09:59.396 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 19:09:59.398 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 19:09:59.400 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:09:59.401 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:09:59.404 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:09:59.406 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830599405 2025-04-16 19:09:59.408 | + 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 19:09:59.410 | Cloning into '/opt/stack//cinder'... 2025-04-16 19:10:02.794 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 19:10:02.796 | + functions-common:time_stop:2400 : local name 2025-04-16 19:10:02.798 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:10:02.800 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:10:02.802 | + functions-common:time_stop:2403 : local total 2025-04-16 19:10:02.804 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:10:02.805 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 19:10:02.807 | + functions-common:time_stop:2407 : start_time=1744830599405 2025-04-16 19:10:02.809 | + functions-common:time_stop:2409 : [[ -z 1744830599405 ]] 2025-04-16 19:10:02.811 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:10:02.814 | + functions-common:time_stop:2412 : end_time=1744830602812 2025-04-16 19:10:02.816 | + functions-common:time_stop:2413 : elapsed_time=3407 2025-04-16 19:10:02.818 | + functions-common:time_stop:2414 : total=52842 2025-04-16 19:10:02.820 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:10:02.822 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=56249 2025-04-16 19:10:02.823 | + functions-common:git_clone:614 : cd /opt/stack//cinder 2025-04-16 19:10:02.826 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-16 19:10:02.827 | + functions-common:git_timed:680 : local count=0 2025-04-16 19:10:02.829 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 19:10:02.831 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 19:10:02.833 | + functions-common:git_timed:684 : timeout=0 2025-04-16 19:10:02.835 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 19:10:02.836 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 19:10:02.838 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:10:02.840 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:10:02.842 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:10:02.845 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830602843 2025-04-16 19:10:02.847 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-16 19:10:05.889 | From https://opendev.org/openstack/cinder 2025-04-16 19:10:05.889 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-16 19:10:05.894 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 19:10:05.896 | + functions-common:time_stop:2400 : local name 2025-04-16 19:10:05.898 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:10:05.899 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:10:05.901 | + functions-common:time_stop:2403 : local total 2025-04-16 19:10:05.903 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:10:05.905 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 19:10:05.906 | + functions-common:time_stop:2407 : start_time=1744830602843 2025-04-16 19:10:05.908 | + functions-common:time_stop:2409 : [[ -z 1744830602843 ]] 2025-04-16 19:10:05.911 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:10:05.914 | + functions-common:time_stop:2412 : end_time=1744830605912 2025-04-16 19:10:05.915 | + functions-common:time_stop:2413 : elapsed_time=3069 2025-04-16 19:10:05.917 | + functions-common:time_stop:2414 : total=56249 2025-04-16 19:10:05.919 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:10:05.921 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=59318 2025-04-16 19:10:05.923 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 19:10:05.925 | + functions-common:git_timed:680 : local count=0 2025-04-16 19:10:05.927 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 19:10:05.928 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 19:10:05.930 | + functions-common:git_timed:684 : timeout=0 2025-04-16 19:10:05.932 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 19:10:05.934 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 19:10:05.936 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:10:05.937 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:10:05.940 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:10:05.943 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830605941 2025-04-16 19:10:05.945 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 19:10:06.181 | Note: switching to 'FETCH_HEAD'. 2025-04-16 19:10:06.181 | 2025-04-16 19:10:06.181 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 19:10:06.181 | changes and commit them, and you can discard any commits you make in this 2025-04-16 19:10:06.181 | state without impacting any branches by switching back to a branch. 2025-04-16 19:10:06.181 | 2025-04-16 19:10:06.181 | If you want to create a new branch to retain commits you create, you may 2025-04-16 19:10:06.181 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 19:10:06.181 | 2025-04-16 19:10:06.181 | git switch -c 2025-04-16 19:10:06.181 | 2025-04-16 19:10:06.181 | Or undo this operation with: 2025-04-16 19:10:06.181 | 2025-04-16 19:10:06.181 | git switch - 2025-04-16 19:10:06.181 | 2025-04-16 19:10:06.181 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 19:10:06.181 | 2025-04-16 19:10:06.181 | HEAD is now at a73ff9f Merge "RBD: tpool.Proxy client object" into stable/2023.2 2025-04-16 19:10:06.185 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 19:10:06.187 | + functions-common:time_stop:2400 : local name 2025-04-16 19:10:06.189 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:10:06.191 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:10:06.193 | + functions-common:time_stop:2403 : local total 2025-04-16 19:10:06.195 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:10:06.196 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 19:10:06.198 | + functions-common:time_stop:2407 : start_time=1744830605941 2025-04-16 19:10:06.200 | + functions-common:time_stop:2409 : [[ -z 1744830605941 ]] 2025-04-16 19:10:06.203 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:10:06.205 | + functions-common:time_stop:2412 : end_time=1744830606203 2025-04-16 19:10:06.207 | + functions-common:time_stop:2413 : elapsed_time=262 2025-04-16 19:10:06.209 | + functions-common:time_stop:2414 : total=59318 2025-04-16 19:10:06.211 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:10:06.212 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=59580 2025-04-16 19:10:06.214 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//cinder 2025-04-16 19:10:06.224 | + functions-common:git_clone:655 : cd /opt/stack//cinder 2025-04-16 19:10:06.226 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 19:10:06.227 | + functions-common:git_clone:656 : head -1 2025-04-16 19:10:06.229 | a73ff9f Merge "RBD: tpool.Proxy client object" into stable/2023.2 2025-04-16 19:10:06.231 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 19:10:06.233 | + lib/cinder:install_cinder:517 : setup_develop /opt/stack//cinder 2025-04-16 19:10:06.235 | + inc/python:setup_develop:360 : local bindep 2025-04-16 19:10:06.237 | + inc/python:setup_develop:361 : [[ /opt/stack//cinder == -bindep* ]] 2025-04-16 19:10:06.238 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//cinder 2025-04-16 19:10:06.240 | + inc/python:setup_develop:366 : local extras= 2025-04-16 19:10:06.242 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//cinder -e 2025-04-16 19:10:06.244 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-16 19:10:06.246 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//cinder == -bindep* ]] 2025-04-16 19:10:06.248 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//cinder 2025-04-16 19:10:06.250 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-16 19:10:06.251 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-16 19:10:06.255 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//cinder 2025-04-16 19:10:06.256 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-16 19:10:06.259 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/cinder 2025-04-16 19:10:06.261 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-16 19:10:06.262 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-16 19:10:06.265 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2025-04-16 19:10:06.269 | + inc/python:_setup_package_with_constraints_edit:407 : name=cinder 2025-04-16 19:10:06.271 | + 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 19:10:06.587 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/cinder -e 2025-04-16 19:10:06.589 | + inc/python:setup_package:440 : local bindep=0 2025-04-16 19:10:06.592 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-16 19:10:06.594 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-16 19:10:06.596 | + inc/python:setup_package:443 : [[ /opt/stack/cinder == -bindep* ]] 2025-04-16 19:10:06.598 | + inc/python:setup_package:448 : local project_dir=/opt/stack/cinder 2025-04-16 19:10:06.600 | + inc/python:setup_package:449 : local flags=-e 2025-04-16 19:10:06.602 | + inc/python:setup_package:450 : local extras= 2025-04-16 19:10:06.604 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-16 19:10:06.606 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-16 19:10:06.608 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-16 19:10:06.610 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-16 19:10:06.612 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-16 19:10:06.613 | + inc/python:setup_package:468 : pip_install -e /opt/stack/cinder 2025-04-16 19:10:06.629 | Using python 3.10 to install /opt/stack/cinder 2025-04-16 19:10:06.630 | + 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 19:10:07.438 | Obtaining file:///opt/stack/cinder 2025-04-16 19:10:07.438 | Preparing metadata (setup.py): started 2025-04-16 19:10:07.981 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 19:10:08.070 | 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 19:10:08.071 | 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 19:10:08.072 | 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 19:10:08.073 | 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 19:10:08.073 | 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 19:10:08.074 | 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 19:10:08.075 | 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 19:10:08.075 | 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 19:10:08.076 | 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 19:10:08.077 | 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 19:10:08.391 | Collecting lxml>=4.5.2 (from cinder==0.0.1.dev23) 2025-04-16 19:10:08.393 | 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 19:10:08.420 | Collecting oauth2client>=4.1.3 (from cinder==0.0.1.dev23) 2025-04-16 19:10:08.422 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl.metadata (1.2 kB) 2025-04-16 19:10:08.423 | 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 19:10:08.424 | Requirement already satisfied: oslo.concurrency>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.2.0) 2025-04-16 19:10:08.425 | Requirement already satisfied: oslo.context>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.2.0) 2025-04-16 19:10:08.426 | Requirement already satisfied: oslo.db>=11.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (14.1.1) 2025-04-16 19:10:08.426 | 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 19:10:08.427 | 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 19:10:08.428 | Requirement already satisfied: oslo.middleware>=4.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.2.0) 2025-04-16 19:10:08.428 | 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 19:10:08.429 | 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 19:10:08.430 | 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 19:10:08.430 | 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 19:10:08.431 | 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 19:10:08.432 | 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 19:10:08.433 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (2.2.0) 2025-04-16 19:10:08.433 | 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 19:10:08.498 | Collecting oslo.versionedobjects>=2.4.0 (from cinder==0.0.1.dev23) 2025-04-16 19:10:08.500 | Using cached oslo.versionedobjects-3.2.0-py3-none-any.whl.metadata (2.6 kB) 2025-04-16 19:10:08.503 | 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 19:10:08.503 | 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 19:10:08.554 | Collecting paramiko>=2.7.2 (from cinder==0.0.1.dev23) 2025-04-16 19:10:08.558 | Using cached paramiko-3.1.0-py3-none-any.whl.metadata (4.3 kB) 2025-04-16 19:10:08.563 | 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 19:10:08.565 | 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 19:10:08.565 | 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 19:10:08.565 | 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 19:10:08.566 | 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 19:10:08.617 | Collecting python-glanceclient>=3.2.2 (from cinder==0.0.1.dev23) 2025-04-16 19:10:08.624 | Using cached python_glanceclient-4.4.1-py3-none-any.whl.metadata (3.8 kB) 2025-04-16 19:10:08.628 | 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 19:10:08.689 | Collecting python-novaclient>=18.2.0 (from cinder==0.0.1.dev23) 2025-04-16 19:10:08.694 | Using cached python_novaclient-18.4.0-py3-none-any.whl.metadata (3.0 kB) 2025-04-16 19:10:08.723 | Collecting python-swiftclient>=3.10.1 (from cinder==0.0.1.dev23) 2025-04-16 19:10:08.725 | Using cached python_swiftclient-4.4.0-py3-none-any.whl.metadata (3.7 kB) 2025-04-16 19:10:08.728 | 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 19:10:08.728 | 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 19:10:08.730 | 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 19:10:08.730 | 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 19:10:08.756 | Collecting rtslib-fb>=2.1.74 (from cinder==0.0.1.dev23) 2025-04-16 19:10:08.756 | Using cached rtslib_fb-2.1.75-py3-none-any.whl 2025-04-16 19:10:08.761 | 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 19:10:08.762 | 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 19:10:08.763 | 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 19:10:08.790 | Collecting tabulate>=0.8.7 (from cinder==0.0.1.dev23) 2025-04-16 19:10:08.792 | Using cached tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-04-16 19:10:08.795 | 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 19:10:08.795 | 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 19:10:08.796 | 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 19:10:08.838 | Collecting oslo.vmware>=3.10.0 (from cinder==0.0.1.dev23) 2025-04-16 19:10:08.840 | Using cached oslo.vmware-4.2.0-py3-none-any.whl.metadata (2.4 kB) 2025-04-16 19:10:08.842 | 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 19:10:08.842 | 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 19:10:08.918 | Collecting tooz>=2.8.0 (from cinder==0.0.1.dev23) 2025-04-16 19:10:08.920 | Using cached tooz-4.2.0-py3-none-any.whl.metadata (3.5 kB) 2025-04-16 19:10:09.021 | Collecting google-api-python-client>=1.11.0 (from cinder==0.0.1.dev23) 2025-04-16 19:10:09.023 | Using cached google_api_python_client-2.86.0-py2.py3-none-any.whl.metadata (6.6 kB) 2025-04-16 19:10:09.026 | 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 19:10:09.026 | 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 19:10:09.027 | 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 19:10:09.123 | Collecting zstd>=1.4.5.1 (from cinder==0.0.1.dev23) 2025-04-16 19:10:09.124 | 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 19:10:09.652 | Collecting boto3>=1.18.49 (from cinder==0.0.1.dev23) 2025-04-16 19:10:09.653 | Using cached boto3-1.26.118-py3-none-any.whl.metadata (7.0 kB) 2025-04-16 19:10:10.281 | Collecting botocore<1.30.0,>=1.29.118 (from boto3>=1.18.49->cinder==0.0.1.dev23) 2025-04-16 19:10:10.284 | Using cached botocore-1.29.118-py3-none-any.whl.metadata (5.9 kB) 2025-04-16 19:10:10.287 | 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 19:10:10.315 | Collecting s3transfer<0.7.0,>=0.6.0 (from boto3>=1.18.49->cinder==0.0.1.dev23) 2025-04-16 19:10:10.316 | Using cached s3transfer-0.6.0-py3-none-any.whl.metadata (1.6 kB) 2025-04-16 19:10:10.346 | 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 19:10:10.360 | 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 19:10:10.511 | 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 19:10:10.513 | Using cached google_auth-2.17.3-py2.py3-none-any.whl.metadata (4.3 kB) 2025-04-16 19:10:10.535 | Collecting google-auth-httplib2>=0.1.0 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev23) 2025-04-16 19:10:10.537 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl.metadata (2.1 kB) 2025-04-16 19:10:10.627 | 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 19:10:10.630 | Using cached google_api_core-2.11.0-py3-none-any.whl.metadata (2.6 kB) 2025-04-16 19:10:10.652 | Collecting uritemplate<5,>=3.0.1 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev23) 2025-04-16 19:10:10.654 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl.metadata (2.9 kB) 2025-04-16 19:10:10.687 | 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 19:10:10.708 | 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 19:10:10.710 | 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 19:10:10.736 | 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 19:10:10.758 | 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 19:10:10.760 | 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 19:10:10.820 | Collecting pyasn1>=0.1.7 (from oauth2client>=4.1.3->cinder==0.0.1.dev23) 2025-04-16 19:10:10.823 | Using cached pyasn1-0.4.8-py2.py3-none-any.whl.metadata (1.5 kB) 2025-04-16 19:10:10.860 | Collecting pyasn1-modules>=0.0.5 (from oauth2client>=4.1.3->cinder==0.0.1.dev23) 2025-04-16 19:10:10.861 | Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl.metadata (3.6 kB) 2025-04-16 19:10:10.887 | Collecting rsa>=3.1.4 (from oauth2client>=4.1.3->cinder==0.0.1.dev23) 2025-04-16 19:10:10.897 | Using cached rsa-4.9-py3-none-any.whl.metadata (4.2 kB) 2025-04-16 19:10:10.927 | 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 19:10:10.948 | 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 19:10:10.948 | 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 19:10:10.948 | 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 19:10:10.949 | 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 19:10:10.975 | 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 19:10:10.977 | 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 19:10:10.978 | 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 19:10:11.005 | 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 19:10:11.006 | 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 19:10:11.033 | 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 19:10:11.034 | 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 19:10:11.034 | 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 19:10:11.035 | 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 19:10:11.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->cinder==0.0.1.dev23) (0.7.0) 2025-04-16 19:10:11.047 | 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 19:10:11.048 | 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 19:10:11.050 | 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 19:10:11.071 | 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 19:10:11.096 | 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 19:10:11.111 | 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 19:10:11.112 | 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 19:10:11.124 | 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 19:10:11.137 | 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 19:10:11.168 | 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 19:10:11.197 | Collecting suds-community>=0.6 (from oslo.vmware>=3.10.0->cinder==0.0.1.dev23) 2025-04-16 19:10:11.199 | Using cached suds_community-1.1.2-py3-none-any.whl.metadata (1.7 kB) 2025-04-16 19:10:11.200 | 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 19:10:11.287 | Collecting pynacl>=1.5 (from paramiko>=2.7.2->cinder==0.0.1.dev23) 2025-04-16 19:10:11.289 | 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 19:10:11.303 | 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 19:10:11.369 | 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 19:10:11.387 | 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 19:10:11.410 | Collecting warlock>=1.2.0 (from python-glanceclient>=3.2.2->cinder==0.0.1.dev23) 2025-04-16 19:10:11.412 | Using cached warlock-2.0.1-py3-none-any.whl.metadata (3.9 kB) 2025-04-16 19:10:11.414 | 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 19:10:11.500 | 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 19:10:11.500 | 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 19:10:11.501 | 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 19:10:11.518 | 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 19:10:11.556 | Collecting pyudev>=0.16.1 (from rtslib-fb>=2.1.74->cinder==0.0.1.dev23) 2025-04-16 19:10:11.558 | Using cached pyudev-0.24.1-py3-none-any.whl.metadata (4.6 kB) 2025-04-16 19:10:11.713 | 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 19:10:11.714 | 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 19:10:11.715 | 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 19:10:11.801 | Collecting voluptuous>=0.8.9 (from tooz>=2.8.0->cinder==0.0.1.dev23) 2025-04-16 19:10:11.803 | Using cached voluptuous-0.13.1-py3-none-any.whl.metadata (20 kB) 2025-04-16 19:10:11.860 | 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 19:10:11.876 | 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 19:10:12.011 | 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 19:10:12.048 | 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 19:10:12.049 | 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 19:10:12.229 | 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 19:10:12.230 | Using cached googleapis_common_protos-1.59.0-py2.py3-none-any.whl.metadata (1.5 kB) 2025-04-16 19:10:12.232 | 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 19:10:12.333 | 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 19:10:12.533 | 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 19:10:12.559 | 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 19:10:12.582 | 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 19:10:13.147 | 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 19:10:13.277 | 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 19:10:13.487 | 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 19:10:13.565 | 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 19:10:13.840 | Using cached boto3-1.26.118-py3-none-any.whl (135 kB) 2025-04-16 19:10:13.843 | Using cached google_api_python_client-2.86.0-py2.py3-none-any.whl (11.3 MB) 2025-04-16 19:10:13.893 | 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 19:10:13.928 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2025-04-16 19:10:13.931 | Using cached oslo.versionedobjects-3.2.0-py3-none-any.whl (86 kB) 2025-04-16 19:10:13.934 | Using cached oslo.vmware-4.2.0-py3-none-any.whl (491 kB) 2025-04-16 19:10:13.938 | Using cached paramiko-3.1.0-py3-none-any.whl (211 kB) 2025-04-16 19:10:13.941 | Using cached python_glanceclient-4.4.1-py3-none-any.whl (205 kB) 2025-04-16 19:10:13.945 | Using cached python_novaclient-18.4.0-py3-none-any.whl (335 kB) 2025-04-16 19:10:13.949 | Using cached python_swiftclient-4.4.0-py3-none-any.whl (88 kB) 2025-04-16 19:10:13.952 | Using cached tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-04-16 19:10:13.955 | Using cached tooz-4.2.0-py3-none-any.whl (94 kB) 2025-04-16 19:10:13.957 | Using cached zstd-1.5.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB) 2025-04-16 19:10:13.967 | Using cached botocore-1.29.118-py3-none-any.whl (10.7 MB) 2025-04-16 19:10:14.013 | Using cached google_api_core-2.11.0-py3-none-any.whl (120 kB) 2025-04-16 19:10:14.016 | Using cached google_auth-2.17.3-py2.py3-none-any.whl (178 kB) 2025-04-16 19:10:14.019 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) 2025-04-16 19:10:14.021 | Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 2025-04-16 19:10:14.024 | Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl (181 kB) 2025-04-16 19:10:14.027 | 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 19:10:14.032 | Using cached pyudev-0.24.1-py3-none-any.whl (62 kB) 2025-04-16 19:10:14.035 | Using cached rsa-4.9-py3-none-any.whl (34 kB) 2025-04-16 19:10:14.038 | Using cached s3transfer-0.6.0-py3-none-any.whl (79 kB) 2025-04-16 19:10:14.040 | Using cached suds_community-1.1.2-py3-none-any.whl (144 kB) 2025-04-16 19:10:14.044 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) 2025-04-16 19:10:14.045 | Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB) 2025-04-16 19:10:14.048 | Using cached warlock-2.0.1-py3-none-any.whl (9.8 kB) 2025-04-16 19:10:14.050 | Using cached googleapis_common_protos-1.59.0-py2.py3-none-any.whl (223 kB) 2025-04-16 19:10:14.596 | 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 19:10:17.623 | Running setup.py develop for cinder 2025-04-16 19:10:19.082 | 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 19:10:19.393 | + inc/python:pip_install:222 : result=0 2025-04-16 19:10:19.395 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 19:10:19.397 | + functions-common:time_stop:2400 : local name 2025-04-16 19:10:19.399 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:10:19.400 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:10:19.402 | + functions-common:time_stop:2403 : local total 2025-04-16 19:10:19.404 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:10:19.406 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 19:10:19.408 | + functions-common:time_stop:2407 : start_time=1744830606625 2025-04-16 19:10:19.409 | + functions-common:time_stop:2409 : [[ -z 1744830606625 ]] 2025-04-16 19:10:19.412 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:10:19.415 | + functions-common:time_stop:2412 : end_time=1744830619413 2025-04-16 19:10:19.416 | + functions-common:time_stop:2413 : elapsed_time=12788 2025-04-16 19:10:19.418 | + functions-common:time_stop:2414 : total=46579 2025-04-16 19:10:19.420 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:10:19.422 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=59367 2025-04-16 19:10:19.424 | + inc/python:pip_install:225 : return 0 2025-04-16 19:10:19.425 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-16 19:10:19.427 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-16 19:10:19.429 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/cinder 2025-04-16 19:10:19.431 | + inc/python:use_library_from_git:272 : local name=/opt/stack/cinder 2025-04-16 19:10:19.433 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:10:19.435 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:10:19.437 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/cinder, ]] 2025-04-16 19:10:19.439 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:10:19.440 | + lib/cinder:install_cinder:518 : [[ lioadm == \t\g\t\a\d\m ]] 2025-04-16 19:10:19.442 | + lib/cinder:install_cinder:520 : [[ lioadm == \l\i\o\a\d\m ]] 2025-04-16 19:10:19.444 | + lib/cinder:install_cinder:521 : is_ubuntu 2025-04-16 19:10:19.446 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:10:19.448 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:10:19.450 | + lib/cinder:install_cinder:523 : sudo mkdir -p /etc/target 2025-04-16 19:10:19.459 | + lib/cinder:install_cinder:525 : install_package targetcli-fb 2025-04-16 19:10:19.461 | + functions-common:install_package:1421 : update_package_repo 2025-04-16 19:10:19.463 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 19:10:19.465 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-16 19:10:19.467 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 19:10:19.469 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 19:10:19.470 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 19:10:19.472 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:10:19.474 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:10:19.477 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 19:10:19.479 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-16 19:10:19.480 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-16 19:10:19.482 | + functions-common:apt_get_update:1150 : return 2025-04-16 19:10:19.484 | + functions-common:install_package:1422 : real_install_package targetcli-fb 2025-04-16 19:10:19.486 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 19:10:19.488 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:10:19.490 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:10:19.492 | + functions-common:real_install_package:1410 : apt_get install targetcli-fb 2025-04-16 19:10:19.508 | + 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 19:10:19.568 | Reading package lists... 2025-04-16 19:10:19.785 | Building dependency tree... 2025-04-16 19:10:19.785 | Reading state information... 2025-04-16 19:10:19.998 | targetcli-fb is already the newest version (1:2.1.53-1ubuntu3). 2025-04-16 19:10:19.998 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-16 19:10:20.002 | + functions-common:apt_get:1194 : result=0 2025-04-16 19:10:20.004 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 19:10:20.006 | + functions-common:time_stop:2400 : local name 2025-04-16 19:10:20.009 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:10:20.011 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:10:20.013 | + functions-common:time_stop:2403 : local total 2025-04-16 19:10:20.015 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:10:20.017 | + functions-common:time_stop:2406 : name=apt-get 2025-04-16 19:10:20.019 | + functions-common:time_stop:2407 : start_time=1744830619506 2025-04-16 19:10:20.021 | + functions-common:time_stop:2409 : [[ -z 1744830619506 ]] 2025-04-16 19:10:20.024 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:10:20.028 | + functions-common:time_stop:2412 : end_time=1744830620025 2025-04-16 19:10:20.030 | + functions-common:time_stop:2413 : elapsed_time=519 2025-04-16 19:10:20.031 | + functions-common:time_stop:2414 : total=43211 2025-04-16 19:10:20.033 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:10:20.035 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=43730 2025-04-16 19:10:20.037 | + functions-common:apt_get:1198 : return 0 2025-04-16 19:10:20.040 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-16 19:10:20.042 | + stack.sh:main:954 : configure_cinder 2025-04-16 19:10:20.044 | + lib/cinder:configure_cinder:283 : sudo install -d -o stack -m 755 /etc/cinder 2025-04-16 19:10:20.053 | + lib/cinder:configure_cinder:285 : rm -f /etc/cinder/cinder.conf 2025-04-16 19:10:20.056 | + lib/cinder:configure_cinder:287 : configure_rootwrap cinder 2025-04-16 19:10:20.058 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2025-04-16 19:10:20.060 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2025-04-16 19:10:20.062 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2025-04-16 19:10:20.062 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2025-04-16 19:10:20.066 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2025-04-16 19:10:20.068 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2025-04-16 19:10:20.069 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/opt/stack/data/venv/bin 2025-04-16 19:10:20.071 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2025-04-16 19:10:20.073 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//cinder 2025-04-16 19:10:20.074 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//cinder/etc/cinder 2025-04-16 19:10:20.076 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/opt/stack/data/venv/bin/cinder-rootwrap 2025-04-16 19:10:20.078 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2025-04-16 19:10:20.087 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2025-04-16 19:10:20.096 | + 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 19:10:20.105 | + 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 19:10:20.114 | + 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 19:10:20.122 | + inc/rootwrap:configure_rootwrap:66 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/cinder/rootwrap.conf 2025-04-16 19:10:20.131 | + inc/rootwrap:configure_rootwrap:69 : local tempfile 2025-04-16 19:10:20.134 | ++ inc/rootwrap:configure_rootwrap:70 : mktemp 2025-04-16 19:10:20.137 | + inc/rootwrap:configure_rootwrap:70 : tempfile=/tmp/tmp.GotzPDb58r 2025-04-16 19:10:20.139 | + inc/rootwrap:configure_rootwrap:72 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2025-04-16 19:10:20.141 | + inc/rootwrap:configure_rootwrap:73 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2025-04-16 19:10:20.143 | + inc/rootwrap:configure_rootwrap:74 : '[' -f /opt/stack/data/venv/bin/cinder-rootwrap-daemon ']' 2025-04-16 19:10:20.145 | + inc/rootwrap:configure_rootwrap:79 : chmod 0440 /tmp/tmp.GotzPDb58r 2025-04-16 19:10:20.148 | + inc/rootwrap:configure_rootwrap:80 : sudo chown root:root /tmp/tmp.GotzPDb58r 2025-04-16 19:10:20.156 | + inc/rootwrap:configure_rootwrap:81 : sudo mv /tmp/tmp.GotzPDb58r /etc/sudoers.d/cinder-rootwrap 2025-04-16 19:10:20.167 | ++ inc/rootwrap:configure_rootwrap:85 : dirname /opt/stack/data/venv/bin/cinder-rootwrap 2025-04-16 19:10:20.170 | + inc/rootwrap:configure_rootwrap:85 : add_sudo_secure_path /opt/stack/data/venv/bin 2025-04-16 19:10:20.171 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/opt/stack/data/venv/bin 2025-04-16 19:10:20.173 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2025-04-16 19:10:20.175 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2025-04-16 19:10:20.177 | + 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 19:10:20.178 | + 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 19:10:20.180 | + 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 19:10:20.180 | + inc/rootwrap:add_sudo_secure_path:33 : sudo tee /etc/sudoers.d/zz-secure-path 2025-04-16 19:10:20.187 | Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin 2025-04-16 19:10:20.189 | + inc/rootwrap:add_sudo_secure_path:34 : sudo chmod 400 /etc/sudoers.d/zz-secure-path 2025-04-16 19:10:20.197 | + inc/rootwrap:add_sudo_secure_path:35 : sudo chown root:root /etc/sudoers.d/zz-secure-path 2025-04-16 19:10:20.206 | + lib/cinder:configure_cinder:289 : [[ -f /opt/stack//cinder/etc/cinder/resource_filters.json ]] 2025-04-16 19:10:20.208 | + lib/cinder:configure_cinder:290 : cp -p /opt/stack//cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2025-04-16 19:10:20.211 | + lib/cinder:configure_cinder:293 : cp /opt/stack//cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2025-04-16 19:10:20.214 | + lib/cinder:configure_cinder:295 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2025-04-16 19:10:20.229 | + lib/cinder:configure_cinder:296 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2025-04-16 19:10:20.243 | + lib/cinder:configure_cinder:297 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2025-04-16 19:10:20.257 | + lib/cinder:configure_cinder:298 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2025-04-16 19:10:20.271 | + lib/cinder:configure_cinder:299 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2025-04-16 19:10:20.285 | + lib/cinder:configure_cinder:300 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2025-04-16 19:10:20.299 | + lib/cinder:configure_cinder:301 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2025-04-16 19:10:20.313 | + lib/cinder:configure_cinder:302 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2025-04-16 19:10:20.327 | + lib/cinder:configure_cinder:304 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2025-04-16 19:10:20.329 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2025-04-16 19:10:20.330 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=cinder 2025-04-16 19:10:20.332 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-16 19:10:20.334 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2025-04-16 19:10:20.357 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2025-04-16 19:10:20.380 | + 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 19:10:20.401 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2025-04-16 19:10:20.423 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken password nomoresecret 2025-04-16 19:10:20.445 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2025-04-16 19:10:20.467 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2025-04-16 19:10:20.489 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2025-04-16 19:10:20.512 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-16 19:10:20.534 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2025-04-16 19:10:20.556 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2025-04-16 19:10:20.581 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2025-04-16 19:10:20.604 | ++ lib/cinder:configure_cinder:309 : database_connection_url cinder 2025-04-16 19:10:20.605 | ++ lib/database:database_connection_url:134 : local db=cinder 2025-04-16 19:10:20.607 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2025-04-16 19:10:20.609 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=cinder 2025-04-16 19:10:20.611 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 19:10:20.613 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 19:10:20.615 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 19:10:20.627 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:10:20.629 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 19:10:20.631 | ++ 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 19:10:20.633 | + 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 19:10:20.657 | + lib/cinder:configure_cinder:310 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2025-04-16 19:10:20.680 | + lib/cinder:configure_cinder:311 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2025-04-16 19:10:20.703 | + lib/cinder:configure_cinder:312 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2025-04-16 19:10:20.725 | + lib/cinder:configure_cinder:313 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2025-04-16 19:10:20.747 | + lib/cinder:configure_cinder:314 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2025-04-16 19:10:20.770 | + lib/cinder:configure_cinder:315 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2025-04-16 19:10:20.796 | + lib/cinder:configure_cinder:316 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.180.1.21 2025-04-16 19:10:20.819 | + lib/cinder:configure_cinder:317 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2025-04-16 19:10:20.845 | ++ lib/cinder:configure_cinder:318 : openssl rand -hex 16 2025-04-16 19:10:20.852 | + lib/cinder:configure_cinder:318 : iniset /etc/cinder/cinder.conf key_manager fixed_key f81952cd0f917dbb7087eb024aefdf10 2025-04-16 19:10:20.875 | + lib/cinder:configure_cinder:319 : [[ -n '' ]] 2025-04-16 19:10:20.876 | + lib/cinder:configure_cinder:324 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2025-04-16 19:10:20.899 | + lib/cinder:configure_cinder:325 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2025-04-16 19:10:20.921 | + lib/cinder:configure_cinder:326 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2025-04-16 19:10:20.944 | + lib/cinder:configure_cinder:331 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2025-04-16 19:10:20.967 | + lib/cinder:configure_cinder:333 : iniset /etc/cinder/cinder.conf DEFAULT report_interval 120 2025-04-16 19:10:20.990 | + lib/cinder:configure_cinder:334 : iniset /etc/cinder/cinder.conf DEFAULT service_down_time 720 2025-04-16 19:10:21.013 | + lib/cinder:configure_cinder:336 : is_service_enabled c-vol 2025-04-16 19:10:21.025 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:10:21.027 | + lib/cinder:configure_cinder:336 : [[ -n vmdk:vsphere ]] 2025-04-16 19:10:21.029 | + lib/cinder:configure_cinder:337 : local enabled_backends= 2025-04-16 19:10:21.031 | + lib/cinder:configure_cinder:338 : local default_name= 2025-04-16 19:10:21.033 | + lib/cinder:configure_cinder:339 : local be be_name be_type 2025-04-16 19:10:21.035 | + lib/cinder:configure_cinder:340 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-04-16 19:10:21.037 | + lib/cinder:configure_cinder:341 : be_type=vmdk 2025-04-16 19:10:21.038 | + lib/cinder:configure_cinder:342 : be_name=vsphere 2025-04-16 19:10:21.040 | + lib/cinder:configure_cinder:343 : type configure_cinder_backend_vmdk 2025-04-16 19:10:21.042 | + lib/cinder:configure_cinder:344 : configure_cinder_backend_vmdk vsphere 2025-04-16 19:10:21.044 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:33 : local be_name=vsphere 2025-04-16 19:10:21.046 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:34 : iniset /etc/cinder/cinder.conf vsphere volume_backend_name vsphere 2025-04-16 19:10:21.071 | + 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 19:10:21.093 | + 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 19:10:21.115 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:37 : iniset /etc/cinder/cinder.conf vsphere vmware_host_username Administrator@vsphere.local 2025-04-16 19:10:21.137 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:38 : iniset /etc/cinder/cinder.conf vsphere vmware_host_password 'VMware1!VMware1!' 2025-04-16 19:10:21.160 | + lib/cinder:configure_cinder:346 : [[ -z '' ]] 2025-04-16 19:10:21.162 | + lib/cinder:configure_cinder:347 : default_name=vsphere 2025-04-16 19:10:21.163 | + lib/cinder:configure_cinder:349 : enabled_backends+=vsphere, 2025-04-16 19:10:21.165 | + lib/cinder:configure_cinder:351 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends vsphere 2025-04-16 19:10:21.188 | + lib/cinder:configure_cinder:352 : [[ -n vsphere ]] 2025-04-16 19:10:21.190 | + lib/cinder:configure_cinder:353 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type vsphere 2025-04-16 19:10:21.213 | + lib/cinder:configure_cinder:355 : configure_cinder_image_volume_cache 2025-04-16 19:10:21.215 | + lib/cinder:configure_cinder_image_volume_cache:717 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2025-04-16 19:10:21.216 | + lib/cinder:configure_cinder_image_volume_cache:718 : local be_name=vsphere 2025-04-16 19:10:21.218 | + lib/cinder:configure_cinder_image_volume_cache:720 : iniset /etc/cinder/cinder.conf vsphere image_volume_cache_enabled True 2025-04-16 19:10:21.240 | + lib/cinder:configure_cinder_image_volume_cache:722 : [[ -n '' ]] 2025-04-16 19:10:21.242 | + lib/cinder:configure_cinder_image_volume_cache:726 : [[ -n '' ]] 2025-04-16 19:10:21.244 | + lib/cinder:configure_cinder:358 : is_service_enabled c-bak 2025-04-16 19:10:21.257 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:10:21.259 | + lib/cinder:configure_cinder:366 : is_service_enabled ceilometer 2025-04-16 19:10:21.272 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:10:21.273 | + lib/cinder:configure_cinder:370 : is_service_enabled tls-proxy 2025-04-16 19:10:21.286 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:10:21.288 | + lib/cinder:configure_cinder:384 : '[' False '!=' False ']' 2025-04-16 19:10:21.290 | + lib/cinder:configure_cinder:388 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2025-04-16 19:10:21.292 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=cinder 2025-04-16 19:10:21.294 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/cinder/cinder.conf 2025-04-16 19:10:21.295 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-16 19:10:21.297 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-16 19:10:21.299 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-16 19:10:21.312 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:10:21.314 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-16 19:10:21.317 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-16 19:10:21.319 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-16 19:10:21.335 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:10:21.337 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 19:10:21.339 | + 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 19:10:21.363 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-16 19:10:21.364 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-16 19:10:21.366 | + lib/cinder:configure_cinder:391 : setup_logging /etc/cinder/cinder.conf True 2025-04-16 19:10:21.368 | + functions:setup_logging:685 : setup_systemd_logging /etc/cinder/cinder.conf 2025-04-16 19:10:21.371 | + functions:setup_systemd_logging:700 : local conf_file=/etc/cinder/cinder.conf 2025-04-16 19:10:21.373 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-16 19:10:21.386 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-16 19:10:21.388 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-16 19:10:21.390 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-16 19:10:21.392 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-16 19:10:21.394 | + 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 19:10:21.416 | + 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 19:10:21.439 | + 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 19:10:21.462 | + functions:setup_systemd_logging:717 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-16 19:10:21.485 | + lib/cinder:configure_cinder:393 : is_service_enabled c-api 2025-04-16 19:10:21.499 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:10:21.501 | + 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 19:10:21.503 | + lib/apache:write_uwsgi_config:241 : local file=/etc/cinder/cinder-api-uwsgi.ini 2025-04-16 19:10:21.504 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/cinder-wsgi 2025-04-16 19:10:21.506 | + lib/apache:write_uwsgi_config:243 : local url=/volume 2025-04-16 19:10:21.508 | + lib/apache:write_uwsgi_config:244 : local http= 2025-04-16 19:10:21.510 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-16 19:10:21.513 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/cinder-wsgi 2025-04-16 19:10:21.516 | + lib/apache:write_uwsgi_config:246 : name=cinder-wsgi 2025-04-16 19:10:21.517 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-16 19:10:21.519 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-16 19:10:21.530 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-16 19:10:21.530 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-16 19:10:21.536 | d /var/run/uwsgi 0755 stack root 2025-04-16 19:10:21.539 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-16 19:10:21.547 | /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 19:10:21.550 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2025-04-16 19:10:21.552 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2025-04-16 19:10:21.555 | + 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 19:10:21.578 | + lib/apache:write_uwsgi_config:263 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2025-04-16 19:10:21.601 | + lib/apache:write_uwsgi_config:265 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2025-04-16 19:10:21.624 | + lib/apache:write_uwsgi_config:267 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2025-04-16 19:10:21.646 | + lib/apache:write_uwsgi_config:268 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2025-04-16 19:10:21.668 | + lib/apache:write_uwsgi_config:271 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-16 19:10:21.690 | + lib/apache:write_uwsgi_config:272 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2025-04-16 19:10:21.712 | + lib/apache:write_uwsgi_config:273 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2025-04-16 19:10:21.734 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2025-04-16 19:10:21.756 | + 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 19:10:21.779 | + lib/apache:write_uwsgi_config:279 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2025-04-16 19:10:21.801 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-16 19:10:21.824 | + lib/apache:write_uwsgi_config:283 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2025-04-16 19:10:21.846 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-04-16 19:10:21.848 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-04-16 19:10:21.850 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for cinder-wsgi 2025-04-16 19:10:21.852 | ++ lib/apache:apache_site_config_for:173 : local site=cinder-wsgi 2025-04-16 19:10:21.854 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-16 19:10:21.856 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:10:21.857 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:10:21.859 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2025-04-16 19:10:21.862 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2025-04-16 19:10:21.863 | + lib/apache:write_uwsgi_config:291 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2025-04-16 19:10:21.886 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2025-04-16 19:10:21.909 | + 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 19:10:21.910 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2025-04-16 19:10:21.916 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 acquire=1 2025-04-16 19:10:21.918 | + lib/apache:write_uwsgi_config:294 : enable_apache_site cinder-wsgi 2025-04-16 19:10:21.920 | + lib/apache:enable_apache_site:190 : local site=cinder-wsgi 2025-04-16 19:10:21.922 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-16 19:10:21.924 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-16 19:10:21.926 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 19:10:21.928 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:10:21.930 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:10:21.932 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-16 19:10:21.933 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-16 19:10:21.935 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:10:21.937 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:10:21.939 | + lib/apache:enable_apache_site:194 : sudo a2ensite cinder-wsgi 2025-04-16 19:10:21.971 | Enabling site cinder-wsgi. 2025-04-16 19:10:21.974 | To activate the new configuration, you need to run: 2025-04-16 19:10:21.974 | systemctl reload apache2 2025-04-16 19:10:21.977 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-04-16 19:10:21.979 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-16 19:10:21.981 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 19:10:21.983 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-16 19:10:22.084 | + lib/cinder:configure_cinder:397 : [[ -r /opt/stack/devstack/lib/cinder_plugins/vsphere ]] 2025-04-16 19:10:22.086 | + lib/cinder:configure_cinder:398 : configure_cinder_driver 2025-04-16 19:10:22.088 | + 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 19:10:22.111 | + lib/cinder_plugins/vsphere:configure_cinder_driver:34 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_username Administrator@vsphere.local 2025-04-16 19:10:22.133 | + lib/cinder_plugins/vsphere:configure_cinder_driver:35 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_password 'VMware1!VMware1!' 2025-04-16 19:10:22.156 | + 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 19:10:22.179 | + lib/cinder:configure_cinder:401 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2025-04-16 19:10:22.203 | + lib/cinder:configure_cinder:403 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.180.1.21/image 2025-04-16 19:10:22.226 | + lib/cinder:configure_cinder:404 : is_service_enabled tls-proxy 2025-04-16 19:10:22.239 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:10:22.241 | + lib/cinder:configure_cinder:410 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2025-04-16 19:10:22.243 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2025-04-16 19:10:22.245 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-04-16 19:10:22.247 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2025-04-16 19:10:22.248 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova auth_type password 2025-04-16 19:10:22.273 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova interface public 2025-04-16 19:10:22.296 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova auth_url http://10.180.1.21/identity 2025-04-16 19:10:22.319 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf nova username nova 2025-04-16 19:10:22.341 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova password nomoresecret 2025-04-16 19:10:22.364 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2025-04-16 19:10:22.387 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf nova project_name service 2025-04-16 19:10:22.409 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2025-04-16 19:10:22.432 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2025-04-16 19:10:22.454 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2025-04-16 19:10:22.476 | + lib/cinder:configure_cinder:411 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2025-04-16 19:10:22.499 | + lib/cinder:configure_cinder:412 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2025-04-16 19:10:22.523 | + lib/cinder:configure_cinder:414 : [[ ! -z '' ]] 2025-04-16 19:10:22.525 | + lib/cinder:configure_cinder:416 : is_service_enabled etcd3 2025-04-16 19:10:22.538 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:10:22.539 | + 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 19:10:22.564 | + lib/cinder:configure_cinder:422 : [[ False == True ]] 2025-04-16 19:10:22.566 | + lib/cinder:configure_cinder:422 : [[ False == True ]] 2025-04-16 19:10:22.567 | + lib/cinder:configure_cinder:426 : iniset /etc/cinder/cinder.conf oslo_policy enforce_scope false 2025-04-16 19:10:22.592 | + lib/cinder:configure_cinder:427 : iniset /etc/cinder/cinder.conf oslo_policy enforce_new_defaults false 2025-04-16 19:10:22.615 | + stack.sh:main:957 : is_service_enabled neutron 2025-04-16 19:10:22.629 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:10:22.631 | + stack.sh:main:959 : stack_install_service neutron 2025-04-16 19:10:22.633 | + lib/stack:stack_install_service:20 : local service=neutron 2025-04-16 19:10:22.635 | + lib/stack:stack_install_service:21 : type install_neutron 2025-04-16 19:10:22.637 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-16 19:10:22.639 | + lib/stack:stack_install_service:32 : install_neutron 2025-04-16 19:10:22.641 | + lib/neutron:install_neutron:522 : use_library_from_git neutron-lib 2025-04-16 19:10:22.643 | + inc/python:use_library_from_git:272 : local name=neutron-lib 2025-04-16 19:10:22.645 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:10:22.647 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:10:22.649 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,neutron-lib, ]] 2025-04-16 19:10:22.651 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:10:22.653 | + lib/neutron:install_neutron:527 : git_clone https://opendev.org/openstack/neutron.git /opt/stack//neutron stable/2023.2 2025-04-16 19:10:22.655 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/neutron.git 2025-04-16 19:10:22.657 | + functions-common:git_clone:573 : local git_dest=/opt/stack//neutron 2025-04-16 19:10:22.658 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-16 19:10:22.660 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 19:10:22.663 | ++ functions-common:git_clone:576 : pwd 2025-04-16 19:10:22.665 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 19:10:22.667 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 19:10:22.669 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 19:10:22.682 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 19:10:22.683 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 19:10:22.685 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 19:10:22.687 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 19:10:22.689 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-16 19:10:22.690 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 19:10:22.693 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//neutron ]] 2025-04-16 19:10:22.695 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 19:10:22.697 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2025-04-16 19:10:22.699 | + functions-common:git_timed:680 : local count=0 2025-04-16 19:10:22.701 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 19:10:22.703 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 19:10:22.704 | + functions-common:git_timed:684 : timeout=0 2025-04-16 19:10:22.706 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 19:10:22.708 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 19:10:22.710 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:10:22.712 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:10:22.714 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:10:22.717 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830622715 2025-04-16 19:10:22.719 | + 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 19:10:22.721 | Cloning into '/opt/stack//neutron'... 2025-04-16 19:10:26.239 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 19:10:26.241 | + functions-common:time_stop:2400 : local name 2025-04-16 19:10:26.243 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:10:26.245 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:10:26.247 | + functions-common:time_stop:2403 : local total 2025-04-16 19:10:26.249 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:10:26.251 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 19:10:26.253 | + functions-common:time_stop:2407 : start_time=1744830622715 2025-04-16 19:10:26.255 | + functions-common:time_stop:2409 : [[ -z 1744830622715 ]] 2025-04-16 19:10:26.257 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:10:26.260 | + functions-common:time_stop:2412 : end_time=1744830626258 2025-04-16 19:10:26.262 | + functions-common:time_stop:2413 : elapsed_time=3543 2025-04-16 19:10:26.264 | + functions-common:time_stop:2414 : total=59580 2025-04-16 19:10:26.265 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:10:26.267 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=63123 2025-04-16 19:10:26.269 | + functions-common:git_clone:614 : cd /opt/stack//neutron 2025-04-16 19:10:26.271 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-16 19:10:26.273 | + functions-common:git_timed:680 : local count=0 2025-04-16 19:10:26.275 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 19:10:26.277 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 19:10:26.279 | + functions-common:git_timed:684 : timeout=0 2025-04-16 19:10:26.281 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 19:10:26.282 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 19:10:26.284 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:10:26.286 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:10:26.289 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:10:26.292 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830626290 2025-04-16 19:10:26.294 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-16 19:10:29.813 | From https://opendev.org/openstack/neutron 2025-04-16 19:10:29.813 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-16 19:10:29.817 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 19:10:29.819 | + functions-common:time_stop:2400 : local name 2025-04-16 19:10:29.822 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:10:29.823 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:10:29.825 | + functions-common:time_stop:2403 : local total 2025-04-16 19:10:29.827 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:10:29.829 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 19:10:29.831 | + functions-common:time_stop:2407 : start_time=1744830626290 2025-04-16 19:10:29.833 | + functions-common:time_stop:2409 : [[ -z 1744830626290 ]] 2025-04-16 19:10:29.835 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:10:29.838 | + functions-common:time_stop:2412 : end_time=1744830629836 2025-04-16 19:10:29.840 | + functions-common:time_stop:2413 : elapsed_time=3546 2025-04-16 19:10:29.841 | + functions-common:time_stop:2414 : total=63123 2025-04-16 19:10:29.843 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:10:29.845 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=66669 2025-04-16 19:10:29.847 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 19:10:29.849 | + functions-common:git_timed:680 : local count=0 2025-04-16 19:10:29.851 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 19:10:29.853 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 19:10:29.855 | + functions-common:git_timed:684 : timeout=0 2025-04-16 19:10:29.857 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 19:10:29.858 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 19:10:29.860 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:10:29.862 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:10:29.865 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:10:29.868 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830629866 2025-04-16 19:10:29.870 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 19:10:30.126 | Note: switching to 'FETCH_HEAD'. 2025-04-16 19:10:30.126 | 2025-04-16 19:10:30.126 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 19:10:30.126 | changes and commit them, and you can discard any commits you make in this 2025-04-16 19:10:30.126 | state without impacting any branches by switching back to a branch. 2025-04-16 19:10:30.126 | 2025-04-16 19:10:30.126 | If you want to create a new branch to retain commits you create, you may 2025-04-16 19:10:30.126 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 19:10:30.126 | 2025-04-16 19:10:30.127 | git switch -c 2025-04-16 19:10:30.127 | 2025-04-16 19:10:30.127 | Or undo this operation with: 2025-04-16 19:10:30.127 | 2025-04-16 19:10:30.127 | git switch - 2025-04-16 19:10:30.127 | 2025-04-16 19:10:30.127 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 19:10:30.127 | 2025-04-16 19:10:30.127 | HEAD is now at feacf1d Merge "Create random named resources in ``TestOvnSbSync``" into stable/2023.2 2025-04-16 19:10:30.131 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 19:10:30.133 | + functions-common:time_stop:2400 : local name 2025-04-16 19:10:30.135 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:10:30.137 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:10:30.139 | + functions-common:time_stop:2403 : local total 2025-04-16 19:10:30.141 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:10:30.142 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 19:10:30.144 | + functions-common:time_stop:2407 : start_time=1744830629866 2025-04-16 19:10:30.146 | + functions-common:time_stop:2409 : [[ -z 1744830629866 ]] 2025-04-16 19:10:30.149 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:10:30.152 | + functions-common:time_stop:2412 : end_time=1744830630150 2025-04-16 19:10:30.153 | + functions-common:time_stop:2413 : elapsed_time=284 2025-04-16 19:10:30.155 | + functions-common:time_stop:2414 : total=66669 2025-04-16 19:10:30.157 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:10:30.159 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=66953 2025-04-16 19:10:30.161 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//neutron 2025-04-16 19:10:30.171 | + functions-common:git_clone:655 : cd /opt/stack//neutron 2025-04-16 19:10:30.174 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 19:10:30.174 | + functions-common:git_clone:656 : head -1 2025-04-16 19:10:30.176 | feacf1d Merge "Create random named resources in ``TestOvnSbSync``" into stable/2023.2 2025-04-16 19:10:30.178 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 19:10:30.180 | + lib/neutron:install_neutron:528 : setup_develop /opt/stack//neutron 2025-04-16 19:10:30.182 | + inc/python:setup_develop:360 : local bindep 2025-04-16 19:10:30.184 | + inc/python:setup_develop:361 : [[ /opt/stack//neutron == -bindep* ]] 2025-04-16 19:10:30.186 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//neutron 2025-04-16 19:10:30.188 | + inc/python:setup_develop:366 : local extras= 2025-04-16 19:10:30.190 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//neutron -e 2025-04-16 19:10:30.192 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-16 19:10:30.194 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//neutron == -bindep* ]] 2025-04-16 19:10:30.196 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//neutron 2025-04-16 19:10:30.197 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-16 19:10:30.199 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-16 19:10:30.202 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//neutron 2025-04-16 19:10:30.204 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-16 19:10:30.206 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/neutron 2025-04-16 19:10:30.208 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-16 19:10:30.210 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-16 19:10:30.213 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2025-04-16 19:10:30.217 | + inc/python:_setup_package_with_constraints_edit:407 : name=neutron 2025-04-16 19:10:30.219 | + 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 19:10:30.539 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/neutron -e 2025-04-16 19:10:30.541 | + inc/python:setup_package:440 : local bindep=0 2025-04-16 19:10:30.544 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-16 19:10:30.546 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-16 19:10:30.548 | + inc/python:setup_package:443 : [[ /opt/stack/neutron == -bindep* ]] 2025-04-16 19:10:30.550 | + inc/python:setup_package:448 : local project_dir=/opt/stack/neutron 2025-04-16 19:10:30.552 | + inc/python:setup_package:449 : local flags=-e 2025-04-16 19:10:30.554 | + inc/python:setup_package:450 : local extras= 2025-04-16 19:10:30.556 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-16 19:10:30.558 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-16 19:10:30.559 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-16 19:10:30.562 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-16 19:10:30.564 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-16 19:10:30.566 | + inc/python:setup_package:468 : pip_install -e /opt/stack/neutron 2025-04-16 19:10:30.581 | Using python 3.10 to install /opt/stack/neutron 2025-04-16 19:10:30.583 | + 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 19:10:31.413 | Obtaining file:///opt/stack/neutron 2025-04-16 19:10:31.414 | Preparing metadata (setup.py): started 2025-04-16 19:10:32.017 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 19:10:32.091 | Requirement already satisfied: pbr>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.11.1) 2025-04-16 19:10:32.092 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.5.2) 2025-04-16 19:10:32.092 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.0.1) 2025-04-16 19:10:32.094 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (2.5.1) 2025-04-16 19:10:32.094 | Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (2.5.0) 2025-04-16 19:10:32.094 | Requirement already satisfied: decorator>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.1.1) 2025-04-16 19:10:32.095 | Requirement already satisfied: eventlet>=0.26.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (0.33.3) 2025-04-16 19:10:32.198 | Collecting pecan>=1.4.0 (from neutron==0.0.1.dev13) 2025-04-16 19:10:32.198 | Using cached pecan-1.4.2-py3-none-any.whl 2025-04-16 19:10:32.213 | Requirement already satisfied: httplib2>=0.9.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (0.22.0) 2025-04-16 19:10:32.213 | Requirement already satisfied: requests>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (2.28.2) 2025-04-16 19:10:32.214 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.1.2) 2025-04-16 19:10:32.215 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (10.4.1) 2025-04-16 19:10:32.216 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (0.8.0) 2025-04-16 19:10:32.217 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (0.11.0) 2025-04-16 19:10:32.270 | Collecting neutron-lib>=3.8.1 (from neutron==0.0.1.dev13) 2025-04-16 19:10:32.273 | Using cached neutron_lib-3.8.2-py3-none-any.whl.metadata (2.3 kB) 2025-04-16 19:10:32.327 | Collecting python-neutronclient>=7.8.0 (from neutron==0.0.1.dev13) 2025-04-16 19:10:32.331 | Using cached python_neutronclient-11.0.0-py3-none-any.whl.metadata (3.0 kB) 2025-04-16 19:10:32.333 | Requirement already satisfied: tenacity>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (6.3.1) 2025-04-16 19:10:32.334 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (1.4.41) 2025-04-16 19:10:32.335 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (1.8.7) 2025-04-16 19:10:32.335 | Requirement already satisfied: keystoneauth1>=3.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.3.0) 2025-04-16 19:10:32.340 | Requirement already satisfied: alembic>=1.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (1.9.4) 2025-04-16 19:10:32.340 | Requirement already satisfied: stevedore>=2.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.1.0) 2025-04-16 19:10:32.340 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.5.0) 2025-04-16 19:10:32.340 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.2.0) 2025-04-16 19:10:32.340 | Requirement already satisfied: oslo.config>=9.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (9.2.0) 2025-04-16 19:10:32.340 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.2.0) 2025-04-16 19:10:32.341 | Requirement already satisfied: oslo.db>=4.44.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (14.1.1) 2025-04-16 19:10:32.341 | Requirement already satisfied: oslo.i18n>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (6.1.1) 2025-04-16 19:10:32.342 | Requirement already satisfied: oslo.log>=5.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.3.2) 2025-04-16 19:10:32.343 | Requirement already satisfied: oslo.messaging>=7.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (14.4.2) 2025-04-16 19:10:32.344 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.2.0) 2025-04-16 19:10:32.345 | Requirement already satisfied: oslo.policy>=3.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (4.2.1) 2025-04-16 19:10:32.346 | Requirement already satisfied: oslo.privsep>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.2.0) 2025-04-16 19:10:32.346 | Requirement already satisfied: oslo.reports>=1.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.1.0) 2025-04-16 19:10:32.347 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (7.1.0) 2025-04-16 19:10:32.348 | Requirement already satisfied: oslo.serialization>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.2.1) 2025-04-16 19:10:32.349 | Requirement already satisfied: oslo.service>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.2.1) 2025-04-16 19:10:32.350 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (2.2.0) 2025-04-16 19:10:32.350 | Requirement already satisfied: oslo.utils>=6.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (6.2.1) 2025-04-16 19:10:32.351 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.2.0) 2025-04-16 19:10:32.352 | Requirement already satisfied: osprofiler>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (4.1.0) 2025-04-16 19:10:32.387 | Collecting os-ken>=2.2.0 (from neutron==0.0.1.dev13) 2025-04-16 19:10:32.389 | Using cached os_ken-2.7.1-py3-none-any.whl.metadata (1.6 kB) 2025-04-16 19:10:32.417 | Collecting os-resource-classes>=1.1.0 (from neutron==0.0.1.dev13) 2025-04-16 19:10:32.421 | Using cached os_resource_classes-1.1.0-py3-none-any.whl.metadata (1.9 kB) 2025-04-16 19:10:32.459 | Collecting ovs>=2.10.0 (from neutron==0.0.1.dev13) 2025-04-16 19:10:32.459 | Using cached ovs-2.17.7-py3-none-any.whl 2025-04-16 19:10:32.520 | Collecting ovsdbapp>=2.2.1 (from neutron==0.0.1.dev13) 2025-04-16 19:10:32.523 | Using cached ovsdbapp-2.4.2-py3-none-any.whl.metadata (1.4 kB) 2025-04-16 19:10:32.526 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (23.1) 2025-04-16 19:10:32.526 | Requirement already satisfied: psutil>=5.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.9.5) 2025-04-16 19:10:32.556 | Collecting pyroute2>=0.7.3 (from neutron==0.0.1.dev13) 2025-04-16 19:10:32.560 | Using cached pyroute2-0.7.7-py3-none-any.whl.metadata (8.3 kB) 2025-04-16 19:10:32.562 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (23.1.1) 2025-04-16 19:10:32.563 | Requirement already satisfied: python-novaclient>=9.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (18.4.0) 2025-04-16 19:10:32.564 | Requirement already satisfied: openstacksdk>=0.31.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (1.5.1) 2025-04-16 19:10:32.601 | Collecting python-designateclient>=2.7.0 (from neutron==0.0.1.dev13) 2025-04-16 19:10:32.604 | Using cached python_designateclient-5.3.0-py3-none-any.whl.metadata (1.4 kB) 2025-04-16 19:10:32.646 | Collecting os-vif>=3.1.0 (from neutron==0.0.1.dev13) 2025-04-16 19:10:32.648 | Using cached os_vif-3.2.0-py3-none-any.whl.metadata (2.3 kB) 2025-04-16 19:10:32.651 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (2.4.1) 2025-04-16 19:10:32.652 | Requirement already satisfied: tooz>=1.58.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (4.2.0) 2025-04-16 19:10:32.658 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=1.6.5->neutron==0.0.1.dev13) (1.2.4) 2025-04-16 19:10:32.661 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.19.0->neutron==0.0.1.dev13) (1.15.0) 2025-04-16 19:10:32.667 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.26.1->neutron==0.0.1.dev13) (2.3.0) 2025-04-16 19:10:32.668 | Requirement already satisfied: greenlet>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.26.1->neutron==0.0.1.dev13) (2.0.2) 2025-04-16 19:10:32.668 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.26.1->neutron==0.0.1.dev13) (1.16.0) 2025-04-16 19:10:32.676 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from httplib2>=0.9.1->neutron==0.0.1.dev13) (3.0.9) 2025-04-16 19:10:32.680 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->neutron==0.0.1.dev13) (2.1.2) 2025-04-16 19:10:32.705 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev13) (1.1.0) 2025-04-16 19:10:32.710 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev13) (1.7.0) 2025-04-16 19:10:32.729 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->neutron==0.0.1.dev13) (3.1.1) 2025-04-16 19:10:32.730 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->neutron==0.0.1.dev13) (5.2.0) 2025-04-16 19:10:32.789 | Collecting os-traits>=0.9.0 (from neutron-lib>=3.8.1->neutron==0.0.1.dev13) 2025-04-16 19:10:32.793 | Using cached os_traits-3.0.0-py3-none-any.whl.metadata (1.7 kB) 2025-04-16 19:10:32.868 | Collecting setproctitle>=1.1.10 (from neutron-lib>=3.8.1->neutron==0.0.1.dev13) 2025-04-16 19:10:32.871 | 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 19:10:32.891 | Requirement already satisfied: PyYAML>=3.13 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (6.0) 2025-04-16 19:10:32.892 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (1.4.4) 2025-04-16 19:10:32.893 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (1.4.0) 2025-04-16 19:10:32.894 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (1.32) 2025-04-16 19:10:32.896 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (1.0.1) 2025-04-16 19:10:32.897 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (1.1.8) 2025-04-16 19:10:32.898 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (40.0.2) 2025-04-16 19:10:32.908 | Requirement already satisfied: msgpack>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-ken>=2.2.0->neutron==0.0.1.dev13) (1.0.5) 2025-04-16 19:10:32.941 | Collecting ncclient>=0.6.13 (from os-ken>=2.2.0->neutron==0.0.1.dev13) 2025-04-16 19:10:32.941 | Using cached ncclient-0.6.13-py2.py3-none-any.whl 2025-04-16 19:10:33.030 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->neutron==0.0.1.dev13) (0.18) 2025-04-16 19:10:33.051 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=9.0.0->neutron==0.0.1.dev13) (2.0.0) 2025-04-16 19:10:33.078 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev13) (2.0.1) 2025-04-16 19:10:33.078 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev13) (0.5.0) 2025-04-16 19:10:33.104 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=5.3.0->neutron==0.0.1.dev13) (2.8.2) 2025-04-16 19:10:33.106 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=5.3.0->neutron==0.0.1.dev13) (0.9.6) 2025-04-16 19:10:33.131 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (5.1.1) 2025-04-16 19:10:33.132 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (5.3.0) 2025-04-16 19:10:33.133 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (5.2.4) 2025-04-16 19:10:33.134 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (0.7.0) 2025-04-16 19:10:33.145 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->neutron==0.0.1.dev13) (4.0.1) 2025-04-16 19:10:33.147 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->neutron==0.0.1.dev13) (4.0.1) 2025-04-16 19:10:33.166 | Requirement already satisfied: cffi>=1.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=2.3.0->neutron==0.0.1.dev13) (1.15.1) 2025-04-16 19:10:33.192 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->neutron==0.0.1.dev13) (2023.3) 2025-04-16 19:10:33.193 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->neutron==0.0.1.dev13) (2023.3) 2025-04-16 19:10:33.206 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=3.2.1->neutron==0.0.1.dev13) (1.4.0) 2025-04-16 19:10:33.207 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=3.2.1->neutron==0.0.1.dev13) (4.0.1) 2025-04-16 19:10:33.218 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev13) (3.7.0) 2025-04-16 19:10:33.311 | Collecting sortedcontainers (from ovs>=2.10.0->neutron==0.0.1.dev13) 2025-04-16 19:10:33.316 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 2025-04-16 19:10:33.349 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->neutron==0.0.1.dev13) (69.1.1) 2025-04-16 19:10:33.415 | Collecting logutils>=0.3 (from pecan>=1.4.0->neutron==0.0.1.dev13) 2025-04-16 19:10:33.416 | Using cached logutils-0.3.5-py3-none-any.whl 2025-04-16 19:10:33.480 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-designateclient>=2.7.0->neutron==0.0.1.dev13) (4.3.0) 2025-04-16 19:10:33.481 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-designateclient>=2.7.0->neutron==0.0.1.dev13) (4.17.3) 2025-04-16 19:10:33.522 | Collecting osc-lib>=1.8.0 (from python-designateclient>=2.7.0->neutron==0.0.1.dev13) 2025-04-16 19:10:33.524 | Using cached osc_lib-2.8.1-py3-none-any.whl.metadata (3.9 kB) 2025-04-16 19:10:33.591 | Collecting os-client-config>=1.28.0 (from python-neutronclient>=7.8.0->neutron==0.0.1.dev13) 2025-04-16 19:10:33.594 | Using cached os_client_config-2.1.0-py3-none-any.whl.metadata (2.2 kB) 2025-04-16 19:10:33.721 | Collecting simplejson>=3.5.1 (from python-neutronclient>=7.8.0->neutron==0.0.1.dev13) 2025-04-16 19:10:33.724 | 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 19:10:33.761 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->neutron==0.0.1.dev13) (3.1.0) 2025-04-16 19:10:33.762 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->neutron==0.0.1.dev13) (3.4) 2025-04-16 19:10:33.794 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->neutron==0.0.1.dev13) (1.26.15) 2025-04-16 19:10:33.795 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->neutron==0.0.1.dev13) (2025.1.31) 2025-04-16 19:10:33.812 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->neutron==0.0.1.dev13) (0.7) 2025-04-16 19:10:33.955 | Requirement already satisfied: voluptuous>=0.8.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz>=1.58.0->neutron==0.0.1.dev13) (0.13.1) 2025-04-16 19:10:33.988 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (5.0.0) 2025-04-16 19:10:34.060 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.14.0->oslo.privsep>=2.3.0->neutron==0.0.1.dev13) (2.21) 2025-04-16 19:10:34.093 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (0.5.1) 2025-04-16 19:10:34.093 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (2.4.3) 2025-04-16 19:10:34.094 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (6.0.1) 2025-04-16 19:10:34.283 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.2->neutron==0.0.1.dev13) (2.3) 2025-04-16 19:10:34.316 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (23.1.0) 2025-04-16 19:10:34.319 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (0.19.3) 2025-04-16 19:10:34.437 | Requirement already satisfied: paramiko>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev13) (3.1.0) 2025-04-16 19:10:34.439 | Requirement already satisfied: lxml>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev13) (4.9.2) 2025-04-16 19:10:34.535 | Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (0.16.0) 2025-04-16 19:10:34.557 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev13) (0.2.6) 2025-04-16 19:10:34.937 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=4.44.0->neutron==0.0.1.dev13) (2.6.0) 2025-04-16 19:10:35.176 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (1.8.2) 2025-04-16 19:10:35.215 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (3.15.0) 2025-04-16 19:10:35.288 | Requirement already satisfied: pynacl>=1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from paramiko>=1.15.0->ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev13) (1.5.0) 2025-04-16 19:10:35.521 | Using cached neutron_lib-3.8.2-py3-none-any.whl (601 kB) 2025-04-16 19:10:35.536 | Using cached os_ken-2.7.1-py3-none-any.whl (2.0 MB) 2025-04-16 19:10:35.562 | Using cached os_resource_classes-1.1.0-py3-none-any.whl (11 kB) 2025-04-16 19:10:35.566 | Using cached os_vif-3.2.0-py3-none-any.whl (112 kB) 2025-04-16 19:10:35.570 | Using cached ovsdbapp-2.4.2-py3-none-any.whl (139 kB) 2025-04-16 19:10:35.574 | Using cached pyroute2-0.7.7-py3-none-any.whl (456 kB) 2025-04-16 19:10:35.583 | Using cached python_designateclient-5.3.0-py3-none-any.whl (95 kB) 2025-04-16 19:10:35.587 | Using cached python_neutronclient-11.0.0-py3-none-any.whl (293 kB) 2025-04-16 19:10:35.596 | Using cached os_client_config-2.1.0-py3-none-any.whl (31 kB) 2025-04-16 19:10:35.604 | Using cached os_traits-3.0.0-py3-none-any.whl (41 kB) 2025-04-16 19:10:35.611 | Using cached osc_lib-2.8.1-py3-none-any.whl (89 kB) 2025-04-16 19:10:35.613 | 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 19:10:35.617 | 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 19:10:35.620 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2025-04-16 19:10:36.038 | 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 19:10:39.185 | Running setup.py develop for neutron 2025-04-16 19:10:40.655 | Successfully installed logutils-0.3.5 ncclient-0.6.13 neutron-0.0.1.dev13 neutron-lib-3.8.2 os-client-config-2.1.0 os-ken-2.7.1 os-resource-classes-1.1.0 os-traits-3.0.0 os-vif-3.2.0 osc-lib-2.8.1 ovs-2.17.7 ovsdbapp-2.4.2 pecan-1.4.2 pyroute2-0.7.7 python-designateclient-5.3.0 python-neutronclient-11.0.0 setproctitle-1.3.2 simplejson-3.19.1 sortedcontainers-2.4.0 2025-04-16 19:10:40.817 | + inc/python:pip_install:222 : result=0 2025-04-16 19:10:40.819 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 19:10:40.821 | + functions-common:time_stop:2400 : local name 2025-04-16 19:10:40.823 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:10:40.825 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:10:40.827 | + functions-common:time_stop:2403 : local total 2025-04-16 19:10:40.829 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:10:40.830 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 19:10:40.832 | + functions-common:time_stop:2407 : start_time=1744830630577 2025-04-16 19:10:40.834 | + functions-common:time_stop:2409 : [[ -z 1744830630577 ]] 2025-04-16 19:10:40.836 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:10:40.839 | + functions-common:time_stop:2412 : end_time=1744830640837 2025-04-16 19:10:40.841 | + functions-common:time_stop:2413 : elapsed_time=10260 2025-04-16 19:10:40.843 | + functions-common:time_stop:2414 : total=59367 2025-04-16 19:10:40.845 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:10:40.847 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=69627 2025-04-16 19:10:40.848 | + inc/python:pip_install:225 : return 0 2025-04-16 19:10:40.850 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-16 19:10:40.852 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-16 19:10:40.854 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/neutron 2025-04-16 19:10:40.856 | + inc/python:use_library_from_git:272 : local name=/opt/stack/neutron 2025-04-16 19:10:40.858 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:10:40.860 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:10:40.862 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/neutron, ]] 2025-04-16 19:10:40.864 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:10:40.866 | + lib/neutron:install_neutron:530 : [[ openvswitch == \o\v\n ]] 2025-04-16 19:10:40.868 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-16 19:10:40.870 | + stack.sh:main:962 : is_service_enabled nova 2025-04-16 19:10:40.884 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:10:40.886 | + stack.sh:main:964 : stack_install_service nova 2025-04-16 19:10:40.888 | + lib/stack:stack_install_service:20 : local service=nova 2025-04-16 19:10:40.890 | + lib/stack:stack_install_service:21 : type install_nova 2025-04-16 19:10:40.891 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-16 19:10:40.893 | + lib/stack:stack_install_service:32 : install_nova 2025-04-16 19:10:40.895 | + lib/nova:install_nova:922 : use_library_from_git os-vif 2025-04-16 19:10:40.897 | + inc/python:use_library_from_git:272 : local name=os-vif 2025-04-16 19:10:40.899 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:10:40.901 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:10:40.903 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-vif, ]] 2025-04-16 19:10:40.905 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:10:40.907 | + lib/nova:install_nova:927 : is_service_enabled n-cpu 2025-04-16 19:10:40.919 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:10:40.921 | + lib/nova:install_nova:931 : is_service_enabled n-novnc 2025-04-16 19:10:40.933 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:10:40.935 | + lib/nova:install_nova:958 : is_service_enabled n-spice 2025-04-16 19:10:40.949 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:10:40.951 | + lib/nova:install_nova:970 : git_clone https://opendev.org/openstack/nova.git /opt/stack//nova 7ae3afeb5bb46e52a5b73f3f973e9c2661b3f003 2025-04-16 19:10:40.953 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/nova.git 2025-04-16 19:10:40.955 | + functions-common:git_clone:573 : local git_dest=/opt/stack//nova 2025-04-16 19:10:40.957 | + functions-common:git_clone:574 : local git_ref=7ae3afeb5bb46e52a5b73f3f973e9c2661b3f003 2025-04-16 19:10:40.959 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 19:10:40.961 | ++ functions-common:git_clone:576 : pwd 2025-04-16 19:10:40.963 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 19:10:40.965 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 19:10:40.968 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 19:10:40.981 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 19:10:40.982 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 19:10:40.984 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 19:10:40.986 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 19:10:40.989 | + functions-common:git_clone:593 : echo 7ae3afeb5bb46e52a5b73f3f973e9c2661b3f003 2025-04-16 19:10:40.989 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 19:10:40.992 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//nova ]] 2025-04-16 19:10:40.994 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 19:10:40.996 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2025-04-16 19:10:40.998 | + functions-common:git_timed:680 : local count=0 2025-04-16 19:10:41.000 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 19:10:41.002 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 19:10:41.003 | + functions-common:git_timed:684 : timeout=0 2025-04-16 19:10:41.005 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 19:10:41.007 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 19:10:41.009 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:10:41.011 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:10:41.013 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:10:41.016 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830641014 2025-04-16 19:10:41.018 | + 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 19:10:41.021 | Cloning into '/opt/stack//nova'... 2025-04-16 19:10:44.786 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 19:10:44.788 | + functions-common:time_stop:2400 : local name 2025-04-16 19:10:44.789 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:10:44.791 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:10:44.793 | + functions-common:time_stop:2403 : local total 2025-04-16 19:10:44.795 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:10:44.797 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 19:10:44.798 | + functions-common:time_stop:2407 : start_time=1744830641014 2025-04-16 19:10:44.800 | + functions-common:time_stop:2409 : [[ -z 1744830641014 ]] 2025-04-16 19:10:44.803 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:10:44.806 | + functions-common:time_stop:2412 : end_time=1744830644804 2025-04-16 19:10:44.808 | + functions-common:time_stop:2413 : elapsed_time=3790 2025-04-16 19:10:44.809 | + functions-common:time_stop:2414 : total=66953 2025-04-16 19:10:44.811 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:10:44.813 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=70743 2025-04-16 19:10:44.815 | + functions-common:git_clone:614 : cd /opt/stack//nova 2025-04-16 19:10:44.817 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin 7ae3afeb5bb46e52a5b73f3f973e9c2661b3f003 2025-04-16 19:10:44.818 | + functions-common:git_timed:680 : local count=0 2025-04-16 19:10:44.820 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 19:10:44.822 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 19:10:44.824 | + functions-common:git_timed:684 : timeout=0 2025-04-16 19:10:44.826 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 19:10:44.827 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 19:10:44.829 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:10:44.832 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:10:44.834 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:10:44.837 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830644835 2025-04-16 19:10:44.839 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin 7ae3afeb5bb46e52a5b73f3f973e9c2661b3f003 2025-04-16 19:10:50.161 | From https://opendev.org/openstack/nova 2025-04-16 19:10:50.161 | * branch 7ae3afeb5bb46e52a5b73f3f973e9c2661b3f003 -> FETCH_HEAD 2025-04-16 19:10:50.195 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 19:10:50.197 | + functions-common:time_stop:2400 : local name 2025-04-16 19:10:50.199 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:10:50.201 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:10:50.203 | + functions-common:time_stop:2403 : local total 2025-04-16 19:10:50.205 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:10:50.207 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 19:10:50.208 | + functions-common:time_stop:2407 : start_time=1744830644835 2025-04-16 19:10:50.210 | + functions-common:time_stop:2409 : [[ -z 1744830644835 ]] 2025-04-16 19:10:50.212 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:10:50.216 | + functions-common:time_stop:2412 : end_time=1744830650213 2025-04-16 19:10:50.217 | + functions-common:time_stop:2413 : elapsed_time=5378 2025-04-16 19:10:50.219 | + functions-common:time_stop:2414 : total=70743 2025-04-16 19:10:50.221 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:10:50.222 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=76121 2025-04-16 19:10:50.224 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 19:10:50.226 | + functions-common:git_timed:680 : local count=0 2025-04-16 19:10:50.228 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 19:10:50.229 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 19:10:50.232 | + functions-common:git_timed:684 : timeout=0 2025-04-16 19:10:50.233 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 19:10:50.235 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 19:10:50.237 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:10:50.239 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:10:50.241 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:10:50.244 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830650242 2025-04-16 19:10:50.246 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 19:10:50.544 | Note: switching to 'FETCH_HEAD'. 2025-04-16 19:10:50.544 | 2025-04-16 19:10:50.544 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 19:10:50.544 | changes and commit them, and you can discard any commits you make in this 2025-04-16 19:10:50.544 | state without impacting any branches by switching back to a branch. 2025-04-16 19:10:50.544 | 2025-04-16 19:10:50.544 | If you want to create a new branch to retain commits you create, you may 2025-04-16 19:10:50.544 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 19:10:50.544 | 2025-04-16 19:10:50.544 | git switch -c 2025-04-16 19:10:50.544 | 2025-04-16 19:10:50.544 | Or undo this operation with: 2025-04-16 19:10:50.544 | 2025-04-16 19:10:50.545 | git switch - 2025-04-16 19:10:50.545 | 2025-04-16 19:10:50.545 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 19:10:50.545 | 2025-04-16 19:10:50.545 | HEAD is now at 7ae3afe repoduce post liberty pre vicoria instance numa db issue 2025-04-16 19:10:50.548 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 19:10:50.550 | + functions-common:time_stop:2400 : local name 2025-04-16 19:10:50.552 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:10:50.554 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:10:50.556 | + functions-common:time_stop:2403 : local total 2025-04-16 19:10:50.557 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:10:50.559 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 19:10:50.561 | + functions-common:time_stop:2407 : start_time=1744830650242 2025-04-16 19:10:50.562 | + functions-common:time_stop:2409 : [[ -z 1744830650242 ]] 2025-04-16 19:10:50.565 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:10:50.568 | + functions-common:time_stop:2412 : end_time=1744830650566 2025-04-16 19:10:50.569 | + functions-common:time_stop:2413 : elapsed_time=324 2025-04-16 19:10:50.571 | + functions-common:time_stop:2414 : total=76121 2025-04-16 19:10:50.573 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:10:50.574 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=76445 2025-04-16 19:10:50.576 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//nova 2025-04-16 19:10:50.587 | + functions-common:git_clone:655 : cd /opt/stack//nova 2025-04-16 19:10:50.589 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 19:10:50.589 | + functions-common:git_clone:656 : head -1 2025-04-16 19:10:50.592 | 7ae3afe repoduce post liberty pre vicoria instance numa db issue 2025-04-16 19:10:50.594 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 19:10:50.596 | + lib/nova:install_nova:971 : setup_develop /opt/stack//nova 2025-04-16 19:10:50.598 | + inc/python:setup_develop:360 : local bindep 2025-04-16 19:10:50.600 | + inc/python:setup_develop:361 : [[ /opt/stack//nova == -bindep* ]] 2025-04-16 19:10:50.602 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//nova 2025-04-16 19:10:50.604 | + inc/python:setup_develop:366 : local extras= 2025-04-16 19:10:50.606 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//nova -e 2025-04-16 19:10:50.608 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-16 19:10:50.610 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//nova == -bindep* ]] 2025-04-16 19:10:50.612 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//nova 2025-04-16 19:10:50.614 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-16 19:10:50.615 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-16 19:10:50.618 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//nova 2025-04-16 19:10:50.620 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-16 19:10:50.622 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/nova 2025-04-16 19:10:50.624 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-16 19:10:50.626 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-16 19:10:50.629 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2025-04-16 19:10:50.633 | + inc/python:_setup_package_with_constraints_edit:407 : name=nova 2025-04-16 19:10:50.635 | + 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 19:10:50.958 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/nova -e 2025-04-16 19:10:50.960 | + inc/python:setup_package:440 : local bindep=0 2025-04-16 19:10:50.962 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-16 19:10:50.964 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-16 19:10:50.966 | + inc/python:setup_package:443 : [[ /opt/stack/nova == -bindep* ]] 2025-04-16 19:10:50.968 | + inc/python:setup_package:448 : local project_dir=/opt/stack/nova 2025-04-16 19:10:50.970 | + inc/python:setup_package:449 : local flags=-e 2025-04-16 19:10:50.972 | + inc/python:setup_package:450 : local extras= 2025-04-16 19:10:50.974 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-16 19:10:50.976 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-16 19:10:50.978 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-16 19:10:50.980 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-16 19:10:50.982 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-16 19:10:50.984 | + inc/python:setup_package:468 : pip_install -e /opt/stack/nova 2025-04-16 19:10:50.999 | Using python 3.10 to install /opt/stack/nova 2025-04-16 19:10:51.001 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/nova 2025-04-16 19:10:51.826 | Obtaining file:///opt/stack/nova 2025-04-16 19:10:51.827 | Preparing metadata (setup.py): started 2025-04-16 19:10:52.444 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 19:10:52.532 | Requirement already satisfied: pbr>=5.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (5.11.1) 2025-04-16 19:10:52.533 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (1.4.41) 2025-04-16 19:10:52.534 | Requirement already satisfied: decorator>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (5.1.1) 2025-04-16 19:10:52.534 | Requirement already satisfied: eventlet>=0.30.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (0.33.3) 2025-04-16 19:10:52.535 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.1.2) 2025-04-16 19:10:52.536 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (10.4.1) 2025-04-16 19:10:52.536 | Requirement already satisfied: lxml>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (4.9.2) 2025-04-16 19:10:52.537 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (2.5.1) 2025-04-16 19:10:52.538 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (40.0.2) 2025-04-16 19:10:52.539 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (1.8.7) 2025-04-16 19:10:52.539 | Requirement already satisfied: greenlet>=0.4.15 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (2.0.2) 2025-04-16 19:10:52.540 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.0.1) 2025-04-16 19:10:52.540 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.5.2) 2025-04-16 19:10:52.541 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.7.0) 2025-04-16 19:10:52.542 | Requirement already satisfied: alembic>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (1.9.4) 2025-04-16 19:10:52.543 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (0.8.0) 2025-04-16 19:10:52.543 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (0.11.0) 2025-04-16 19:10:52.544 | Requirement already satisfied: paramiko>=2.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.1.0) 2025-04-16 19:10:52.545 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (1.1.0) 2025-04-16 19:10:52.545 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (4.17.3) 2025-04-16 19:10:52.546 | Requirement already satisfied: python-cinderclient!=4.0.0,>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (9.4.0) 2025-04-16 19:10:52.547 | Requirement already satisfied: keystoneauth1>=3.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (5.3.0) 2025-04-16 19:10:52.548 | Requirement already satisfied: python-neutronclient>=7.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (11.0.0) 2025-04-16 19:10:52.548 | Requirement already satisfied: python-glanceclient>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (4.4.1) 2025-04-16 19:10:52.549 | Requirement already satisfied: requests>=2.25.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (2.28.2) 2025-04-16 19:10:52.550 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (5.1.0) 2025-04-16 19:10:52.683 | Collecting websockify>=0.9.0 (from nova==0.0.1.dev17) 2025-04-16 19:10:52.683 | Using cached websockify-0.10.0-py3-none-any.whl 2025-04-16 19:10:52.690 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.5.0) 2025-04-16 19:10:52.691 | Requirement already satisfied: oslo.concurrency>=5.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (5.2.0) 2025-04-16 19:10:52.691 | Requirement already satisfied: oslo.config>=8.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (9.2.0) 2025-04-16 19:10:52.692 | Requirement already satisfied: oslo.context>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (5.2.0) 2025-04-16 19:10:52.693 | Requirement already satisfied: oslo.log>=4.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (5.3.2) 2025-04-16 19:10:52.694 | Requirement already satisfied: oslo.limit>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (2.2.0) 2025-04-16 19:10:52.694 | Requirement already satisfied: oslo.reports>=1.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.1.0) 2025-04-16 19:10:52.695 | Requirement already satisfied: oslo.serialization>=4.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (5.2.1) 2025-04-16 19:10:52.696 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (2.2.0) 2025-04-16 19:10:52.697 | Requirement already satisfied: oslo.utils>=4.12.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (6.2.1) 2025-04-16 19:10:52.697 | Requirement already satisfied: oslo.db>=10.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (14.1.1) 2025-04-16 19:10:52.698 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (7.1.0) 2025-04-16 19:10:52.699 | Requirement already satisfied: oslo.messaging>=14.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (14.4.2) 2025-04-16 19:10:52.700 | Requirement already satisfied: oslo.policy>=3.11.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (4.2.1) 2025-04-16 19:10:52.700 | Requirement already satisfied: oslo.privsep>=2.6.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.2.0) 2025-04-16 19:10:52.701 | Requirement already satisfied: oslo.i18n>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (6.1.1) 2025-04-16 19:10:52.702 | Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.2.1) 2025-04-16 19:10:52.702 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (2.0.0) 2025-04-16 19:10:52.703 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (5.2.0) 2025-04-16 19:10:52.704 | Requirement already satisfied: psutil>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (5.9.5) 2025-04-16 19:10:52.704 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.2.0) 2025-04-16 19:10:52.705 | Requirement already satisfied: os-brick>=5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (6.4.2) 2025-04-16 19:10:52.706 | Requirement already satisfied: os-resource-classes>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (1.1.0) 2025-04-16 19:10:52.707 | Requirement already satisfied: os-traits>=2.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.0.0) 2025-04-16 19:10:52.707 | Requirement already satisfied: os-vif>=3.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.2.0) 2025-04-16 19:10:52.708 | Requirement already satisfied: castellan>=0.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (4.3.0) 2025-04-16 19:10:52.732 | Collecting microversion-parse>=0.2.1 (from nova==0.0.1.dev17) 2025-04-16 19:10:52.734 | Using cached microversion_parse-1.0.1-py3-none-any.whl.metadata (5.0 kB) 2025-04-16 19:10:52.736 | Requirement already satisfied: tooz>=1.58.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (4.2.0) 2025-04-16 19:10:52.736 | Requirement already satisfied: cursive>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (0.2.3) 2025-04-16 19:10:52.737 | Requirement already satisfied: retrying!=1.3.0,>=1.3.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (1.3.4) 2025-04-16 19:10:52.738 | Requirement already satisfied: os-service-types>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (1.7.0) 2025-04-16 19:10:52.739 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (2.8.2) 2025-04-16 19:10:52.739 | Requirement already satisfied: futurist>=1.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (2.4.1) 2025-04-16 19:10:52.740 | Requirement already satisfied: openstacksdk>=0.35.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (1.5.1) 2025-04-16 19:10:52.741 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (6.0) 2025-04-16 19:10:52.741 | Requirement already satisfied: packaging>=21.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (23.1) 2025-04-16 19:10:52.747 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=1.5.0->nova==0.0.1.dev17) (1.2.4) 2025-04-16 19:10:52.757 | Requirement already satisfied: python-barbicanclient>=4.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from castellan>=0.16.0->nova==0.0.1.dev17) (5.6.1) 2025-04-16 19:10:52.776 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.7->nova==0.0.1.dev17) (1.15.1) 2025-04-16 19:10:52.789 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.30.1->nova==0.0.1.dev17) (2.3.0) 2025-04-16 19:10:52.789 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.30.1->nova==0.0.1.dev17) (1.16.0) 2025-04-16 19:10:52.801 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->nova==0.0.1.dev17) (2.1.2) 2025-04-16 19:10:52.820 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->nova==0.0.1.dev17) (23.1.0) 2025-04-16 19:10:52.821 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->nova==0.0.1.dev17) (0.19.3) 2025-04-16 19:10:52.870 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.20.0->nova==0.0.1.dev17) (3.1.1) 2025-04-16 19:10:52.871 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.20.0->nova==0.0.1.dev17) (5.2.0) 2025-04-16 19:10:52.896 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev17) (1.4.4) 2025-04-16 19:10:52.898 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev17) (1.4.0) 2025-04-16 19:10:52.898 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev17) (1.32) 2025-04-16 19:10:52.898 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev17) (1.0.1) 2025-04-16 19:10:52.899 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev17) (1.1.8) 2025-04-16 19:10:52.910 | Requirement already satisfied: os-win>=5.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=5.2->nova==0.0.1.dev17) (5.9.0) 2025-04-16 19:10:52.912 | Requirement already satisfied: tenacity>=6.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=5.2->nova==0.0.1.dev17) (6.3.1) 2025-04-16 19:10:52.934 | Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-vif>=3.1.0->nova==0.0.1.dev17) (2.5.0) 2025-04-16 19:10:52.937 | Requirement already satisfied: ovsdbapp>=0.12.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-vif>=3.1.0->nova==0.0.1.dev17) (2.4.2) 2025-04-16 19:10:52.941 | Requirement already satisfied: pyroute2>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-vif>=3.1.0->nova==0.0.1.dev17) (0.7.7) 2025-04-16 19:10:52.963 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=5.0.1->nova==0.0.1.dev17) (0.18) 2025-04-16 19:10:53.033 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=10.0.0->nova==0.0.1.dev17) (2.0.1) 2025-04-16 19:10:53.034 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=10.0.0->nova==0.0.1.dev17) (0.5.0) 2025-04-16 19:10:53.071 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.6.1->nova==0.0.1.dev17) (0.9.6) 2025-04-16 19:10:53.098 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==0.0.1.dev17) (5.1.1) 2025-04-16 19:10:53.098 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==0.0.1.dev17) (5.3.0) 2025-04-16 19:10:53.100 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==0.0.1.dev17) (5.2.4) 2025-04-16 19:10:53.101 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==0.0.1.dev17) (0.7.0) 2025-04-16 19:10:53.113 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->nova==0.0.1.dev17) (4.0.1) 2025-04-16 19:10:53.115 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->nova==0.0.1.dev17) (4.0.1) 2025-04-16 19:10:53.137 | Requirement already satisfied: msgpack>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=2.6.2->nova==0.0.1.dev17) (1.0.5) 2025-04-16 19:10:53.163 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=4.2.0->nova==0.0.1.dev17) (2023.3) 2025-04-16 19:10:53.164 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=4.2.0->nova==0.0.1.dev17) (2023.3) 2025-04-16 19:10:53.178 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->nova==0.0.1.dev17) (1.4.0) 2025-04-16 19:10:53.179 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->nova==0.0.1.dev17) (4.0.1) 2025-04-16 19:10:53.204 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.12.1->nova==0.0.1.dev17) (3.0.9) 2025-04-16 19:10:53.248 | Requirement already satisfied: pynacl>=1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from paramiko>=2.7.1->nova==0.0.1.dev17) (1.5.0) 2025-04-16 19:10:53.260 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->nova==0.0.1.dev17) (69.1.1) 2025-04-16 19:10:53.298 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->nova==0.0.1.dev17) (0.2.6) 2025-04-16 19:10:53.360 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=2.8.0->nova==0.0.1.dev17) (23.1.1) 2025-04-16 19:10:53.362 | Requirement already satisfied: warlock>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=2.8.0->nova==0.0.1.dev17) (2.0.1) 2025-04-16 19:10:53.363 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=2.8.0->nova==0.0.1.dev17) (1.15.0) 2025-04-16 19:10:53.382 | Requirement already satisfied: cliff>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==0.0.1.dev17) (4.3.0) 2025-04-16 19:10:53.384 | Requirement already satisfied: os-client-config>=1.28.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==0.0.1.dev17) (2.1.0) 2025-04-16 19:10:53.384 | Requirement already satisfied: osc-lib>=1.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==0.0.1.dev17) (2.8.1) 2025-04-16 19:10:53.387 | Requirement already satisfied: simplejson>=3.5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==0.0.1.dev17) (3.19.1) 2025-04-16 19:10:53.417 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==0.0.1.dev17) (3.1.0) 2025-04-16 19:10:53.418 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==0.0.1.dev17) (3.4) 2025-04-16 19:10:53.418 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==0.0.1.dev17) (1.26.15) 2025-04-16 19:10:53.419 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==0.0.1.dev17) (2025.1.31) 2025-04-16 19:10:53.462 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->nova==0.0.1.dev17) (0.7) 2025-04-16 19:10:53.585 | Requirement already satisfied: voluptuous>=0.8.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz>=1.58.0->nova==0.0.1.dev17) (0.13.1) 2025-04-16 19:10:53.880 | Collecting numpy (from websockify>=0.9.0->nova==0.0.1.dev17) 2025-04-16 19:10:53.883 | Using cached numpy-1.24.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.6 kB) 2025-04-16 19:10:53.900 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=14.1.0->nova==0.0.1.dev17) (5.0.0) 2025-04-16 19:10:54.007 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.7->nova==0.0.1.dev17) (2.21) 2025-04-16 19:10:54.041 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.0.1.dev17) (0.5.1) 2025-04-16 19:10:54.042 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.0.1.dev17) (2.4.3) 2025-04-16 19:10:54.043 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.0.1.dev17) (6.0.1) 2025-04-16 19:10:54.186 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.35.0->nova==0.0.1.dev17) (2.3) 2025-04-16 19:10:54.337 | Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging>=14.1.0->nova==0.0.1.dev17) (0.16.0) 2025-04-16 19:10:54.358 | Requirement already satisfied: ovs>=2.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==0.0.1.dev17) (2.17.7) 2025-04-16 19:10:54.729 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=10.0.0->nova==0.0.1.dev17) (2.6.0) 2025-04-16 19:10:55.048 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.0.1.dev17) (1.8.2) 2025-04-16 19:10:55.088 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.0.1.dev17) (3.15.0) 2025-04-16 19:10:55.130 | Requirement already satisfied: sortedcontainers in /opt/stack/data/venv/lib/python3.10/site-packages (from ovs>=2.10.0->ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==0.0.1.dev17) (2.4.0) 2025-04-16 19:10:55.323 | Using cached microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2025-04-16 19:10:55.338 | Using cached numpy-1.24.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB) 2025-04-16 19:10:55.857 | Installing collected packages: numpy, microversion-parse, websockify, nova 2025-04-16 19:10:57.717 | Running setup.py develop for nova 2025-04-16 19:10:59.211 | Successfully installed microversion-parse-1.0.1 nova-0.0.1.dev17 numpy-1.24.2 websockify-0.10.0 2025-04-16 19:10:59.371 | + inc/python:pip_install:222 : result=0 2025-04-16 19:10:59.373 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 19:10:59.374 | + functions-common:time_stop:2400 : local name 2025-04-16 19:10:59.376 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:10:59.378 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:10:59.380 | + functions-common:time_stop:2403 : local total 2025-04-16 19:10:59.382 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:10:59.384 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 19:10:59.386 | + functions-common:time_stop:2407 : start_time=1744830650996 2025-04-16 19:10:59.388 | + functions-common:time_stop:2409 : [[ -z 1744830650996 ]] 2025-04-16 19:10:59.390 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:10:59.394 | + functions-common:time_stop:2412 : end_time=1744830659391 2025-04-16 19:10:59.395 | + functions-common:time_stop:2413 : elapsed_time=8395 2025-04-16 19:10:59.397 | + functions-common:time_stop:2414 : total=69627 2025-04-16 19:10:59.399 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:10:59.400 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=78022 2025-04-16 19:10:59.402 | + inc/python:pip_install:225 : return 0 2025-04-16 19:10:59.404 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-16 19:10:59.406 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-16 19:10:59.409 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/nova 2025-04-16 19:10:59.411 | + inc/python:use_library_from_git:272 : local name=/opt/stack/nova 2025-04-16 19:10:59.413 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:10:59.415 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:10:59.417 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/nova, ]] 2025-04-16 19:10:59.419 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:10:59.421 | + 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 19:10:59.433 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-16 19:10:59.435 | + stack.sh:main:965 : configure_nova 2025-04-16 19:10:59.437 | + lib/nova:configure_nova:254 : sudo install -d -o stack /etc/nova 2025-04-16 19:10:59.447 | + lib/nova:configure_nova:256 : configure_rootwrap nova 2025-04-16 19:10:59.448 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2025-04-16 19:10:59.450 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2025-04-16 19:10:59.453 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2025-04-16 19:10:59.453 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2025-04-16 19:10:59.457 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2025-04-16 19:10:59.459 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2025-04-16 19:10:59.461 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/opt/stack/data/venv/bin 2025-04-16 19:10:59.463 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2025-04-16 19:10:59.464 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//nova 2025-04-16 19:10:59.466 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//nova/etc/nova 2025-04-16 19:10:59.468 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/opt/stack/data/venv/bin/nova-rootwrap 2025-04-16 19:10:59.470 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2025-04-16 19:10:59.479 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2025-04-16 19:10:59.488 | + 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 19:10:59.497 | + 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 19:10:59.506 | + 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 19:10:59.515 | + inc/rootwrap:configure_rootwrap:66 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/nova/rootwrap.conf 2025-04-16 19:10:59.524 | + inc/rootwrap:configure_rootwrap:69 : local tempfile 2025-04-16 19:10:59.527 | ++ inc/rootwrap:configure_rootwrap:70 : mktemp 2025-04-16 19:10:59.529 | + inc/rootwrap:configure_rootwrap:70 : tempfile=/tmp/tmp.JoWMqfwjC4 2025-04-16 19:10:59.531 | + inc/rootwrap:configure_rootwrap:72 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2025-04-16 19:10:59.534 | + inc/rootwrap:configure_rootwrap:73 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2025-04-16 19:10:59.536 | + inc/rootwrap:configure_rootwrap:74 : '[' -f /opt/stack/data/venv/bin/nova-rootwrap-daemon ']' 2025-04-16 19:10:59.538 | + inc/rootwrap:configure_rootwrap:76 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2025-04-16 19:10:59.539 | + 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 19:10:59.541 | + inc/rootwrap:configure_rootwrap:79 : chmod 0440 /tmp/tmp.JoWMqfwjC4 2025-04-16 19:10:59.544 | + inc/rootwrap:configure_rootwrap:80 : sudo chown root:root /tmp/tmp.JoWMqfwjC4 2025-04-16 19:10:59.553 | + inc/rootwrap:configure_rootwrap:81 : sudo mv /tmp/tmp.JoWMqfwjC4 /etc/sudoers.d/nova-rootwrap 2025-04-16 19:10:59.563 | ++ inc/rootwrap:configure_rootwrap:85 : dirname /opt/stack/data/venv/bin/nova-rootwrap 2025-04-16 19:10:59.566 | + inc/rootwrap:configure_rootwrap:85 : add_sudo_secure_path /opt/stack/data/venv/bin 2025-04-16 19:10:59.568 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/opt/stack/data/venv/bin 2025-04-16 19:10:59.570 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2025-04-16 19:10:59.572 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2025-04-16 19:10:59.574 | + 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 19:10:59.576 | + 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 19:10:59.579 | + 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 19:10:59.579 | + inc/rootwrap:add_sudo_secure_path:33 : sudo tee /etc/sudoers.d/zz-secure-path 2025-04-16 19:10:59.585 | Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin 2025-04-16 19:10:59.588 | + inc/rootwrap:add_sudo_secure_path:34 : sudo chmod 400 /etc/sudoers.d/zz-secure-path 2025-04-16 19:10:59.598 | + inc/rootwrap:add_sudo_secure_path:35 : sudo chown root:root /etc/sudoers.d/zz-secure-path 2025-04-16 19:10:59.607 | + 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 19:10:59.609 | + lib/nova:configure_nova:260 : cp /opt/stack//nova/etc/nova/api-paste.ini /etc/nova 2025-04-16 19:10:59.612 | + lib/nova:configure_nova:263 : is_service_enabled n-cpu 2025-04-16 19:10:59.625 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:10:59.627 | + lib/nova:configure_nova:361 : create_nova_conf 2025-04-16 19:10:59.628 | + lib/nova:create_nova_conf:435 : rm -f /opt/stack//nova/bin/nova.conf 2025-04-16 19:10:59.631 | + lib/nova:create_nova_conf:438 : rm -f /etc/nova/nova.conf 2025-04-16 19:10:59.634 | + lib/nova:create_nova_conf:439 : iniset /etc/nova/nova.conf DEFAULT debug True 2025-04-16 19:10:59.657 | + lib/nova:create_nova_conf:440 : '[' True == True ']' 2025-04-16 19:10:59.659 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2025-04-16 19:10:59.680 | + lib/nova:create_nova_conf:443 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2025-04-16 19:10:59.703 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2025-04-16 19:10:59.725 | + 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 19:10:59.749 | + lib/nova:create_nova_conf:446 : iniset /etc/nova/nova.conf scheduler workers 2 2025-04-16 19:10:59.772 | + lib/nova:create_nova_conf:447 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2025-04-16 19:10:59.797 | + lib/nova:create_nova_conf:448 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.180.1.21 2025-04-16 19:10:59.819 | + lib/nova:create_nova_conf:449 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2025-04-16 19:10:59.840 | + lib/nova:create_nova_conf:450 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2025-04-16 19:10:59.862 | + lib/nova:create_nova_conf:451 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2025-04-16 19:10:59.883 | + lib/nova:create_nova_conf:452 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2025-04-16 19:10:59.905 | + lib/nova:create_nova_conf:454 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2025-04-16 19:10:59.929 | + lib/nova:create_nova_conf:456 : iniset /etc/nova/nova.conf DEFAULT report_interval 120 2025-04-16 19:10:59.950 | + lib/nova:create_nova_conf:457 : iniset /etc/nova/nova.conf DEFAULT service_down_time 720 2025-04-16 19:10:59.972 | + lib/nova:create_nova_conf:459 : is_fedora 2025-04-16 19:10:59.973 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-16 19:10:59.975 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-16 19:10:59.977 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-16 19:10:59.978 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-16 19:10:59.980 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-16 19:10:59.982 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-16 19:10:59.983 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-16 19:10:59.985 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-16 19:10:59.987 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-16 19:10:59.989 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-16 19:10:59.990 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-16 19:10:59.992 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-16 19:10:59.994 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-16 19:10:59.995 | + lib/nova:create_nova_conf:468 : is_service_enabled n-api n-cond n-sched 2025-04-16 19:11:00.008 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:11:00.009 | + 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 19:11:00.011 | + lib/nova:create_nova_conf:473 : local db=nova_cell1 2025-04-16 19:11:00.014 | ++ lib/nova:create_nova_conf:481 : database_connection_url nova_cell1 2025-04-16 19:11:00.015 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2025-04-16 19:11:00.017 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2025-04-16 19:11:00.019 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell1 2025-04-16 19:11:00.021 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 19:11:00.023 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 19:11:00.025 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 19:11:00.037 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:11:00.039 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 19:11:00.040 | ++ 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 19:11:00.043 | + 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 19:11:00.068 | ++ lib/nova:create_nova_conf:482 : database_connection_url nova_api 2025-04-16 19:11:00.070 | ++ lib/database:database_connection_url:134 : local db=nova_api 2025-04-16 19:11:00.071 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2025-04-16 19:11:00.073 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_api 2025-04-16 19:11:00.075 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 19:11:00.077 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 19:11:00.078 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 19:11:00.090 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:11:00.092 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 19:11:00.094 | ++ 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 19:11:00.096 | + 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 19:11:00.122 | + lib/nova:create_nova_conf:487 : iniset /etc/nova/nova.conf cache enabled True 2025-04-16 19:11:00.146 | + lib/nova:create_nova_conf:488 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2025-04-16 19:11:00.168 | + lib/nova:create_nova_conf:489 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2025-04-16 19:11:00.190 | + lib/nova:create_nova_conf:492 : is_service_enabled n-api 2025-04-16 19:11:00.204 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:11:00.206 | + lib/nova:create_nova_conf:493 : is_service_enabled n-api-meta 2025-04-16 19:11:00.218 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:11:00.220 | ++ lib/nova:create_nova_conf:495 : echo osapi_compute,metadata 2025-04-16 19:11:00.220 | ++ lib/nova:create_nova_conf:495 : sed s/,metadata// 2025-04-16 19:11:00.224 | + lib/nova:create_nova_conf:495 : NOVA_ENABLED_APIS=osapi_compute 2025-04-16 19:11:00.226 | + lib/nova:create_nova_conf:497 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2025-04-16 19:11:00.248 | + lib/nova:create_nova_conf:498 : [[ True == \T\r\u\e ]] 2025-04-16 19:11:00.250 | + lib/nova:create_nova_conf:499 : iniset /etc/nova/nova.conf oslo_policy enforce_new_defaults True 2025-04-16 19:11:00.273 | + lib/nova:create_nova_conf:500 : iniset /etc/nova/nova.conf oslo_policy enforce_scope True 2025-04-16 19:11:00.296 | + lib/nova:create_nova_conf:505 : is_service_enabled tls-proxy 2025-04-16 19:11:00.307 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:11:00.309 | + lib/nova:create_nova_conf:511 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2025-04-16 19:11:00.311 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/nova/nova.conf 2025-04-16 19:11:00.312 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-04-16 19:11:00.314 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-16 19:11:00.316 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2025-04-16 19:11:00.339 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2025-04-16 19:11:00.362 | + 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 19:11:00.384 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2025-04-16 19:11:00.407 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken password nomoresecret 2025-04-16 19:11:00.430 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2025-04-16 19:11:00.454 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2025-04-16 19:11:00.476 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2025-04-16 19:11:00.499 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-16 19:11:00.521 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2025-04-16 19:11:00.543 | + lib/nova:create_nova_conf:514 : is_service_enabled cinder 2025-04-16 19:11:00.555 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:11:00.557 | + lib/nova:create_nova_conf:515 : configure_cinder_access 2025-04-16 19:11:00.559 | + lib/nova:configure_cinder_access:642 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2025-04-16 19:11:00.583 | + lib/nova:configure_cinder_access:643 : iniset /etc/nova/nova.conf cinder auth_type password 2025-04-16 19:11:00.605 | + lib/nova:configure_cinder_access:644 : iniset /etc/nova/nova.conf cinder auth_url http://10.180.1.21/identity 2025-04-16 19:11:00.628 | + lib/nova:configure_cinder_access:651 : iniset /etc/nova/nova.conf cinder username nova 2025-04-16 19:11:00.650 | + lib/nova:configure_cinder_access:652 : iniset /etc/nova/nova.conf cinder password nomoresecret 2025-04-16 19:11:00.672 | + lib/nova:configure_cinder_access:653 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2025-04-16 19:11:00.694 | + lib/nova:configure_cinder_access:654 : iniset /etc/nova/nova.conf cinder project_name service 2025-04-16 19:11:00.716 | + lib/nova:configure_cinder_access:655 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2025-04-16 19:11:00.738 | + lib/nova:configure_cinder_access:656 : is_service_enabled tls-proxy 2025-04-16 19:11:00.750 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:11:00.752 | + lib/nova:create_nova_conf:518 : '[' -n /opt/stack/data/nova ']' 2025-04-16 19:11:00.753 | + lib/nova:create_nova_conf:519 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2025-04-16 19:11:00.776 | + lib/nova:create_nova_conf:520 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2025-04-16 19:11:00.799 | + lib/nova:create_nova_conf:522 : '[' -n /opt/stack/data/nova/instances ']' 2025-04-16 19:11:00.801 | + lib/nova:create_nova_conf:523 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2025-04-16 19:11:00.823 | + lib/nova:create_nova_conf:525 : '[' False '!=' False ']' 2025-04-16 19:11:00.825 | + lib/nova:create_nova_conf:528 : '[' False '!=' False ']' 2025-04-16 19:11:00.827 | + lib/nova:create_nova_conf:534 : is_fedora 2025-04-16 19:11:00.829 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-16 19:11:00.830 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-16 19:11:00.832 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-16 19:11:00.834 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-16 19:11:00.836 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-16 19:11:00.837 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-16 19:11:00.839 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-16 19:11:00.841 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-16 19:11:00.843 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-16 19:11:00.844 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-16 19:11:00.846 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-16 19:11:00.848 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-16 19:11:00.850 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-16 19:11:00.852 | + lib/nova:create_nova_conf:539 : setup_logging /etc/nova/nova.conf 2025-04-16 19:11:00.853 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova.conf 2025-04-16 19:11:00.855 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova.conf 2025-04-16 19:11:00.858 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-16 19:11:00.870 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-16 19:11:00.872 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-16 19:11:00.874 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-16 19:11:00.876 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-16 19:11:00.877 | + 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 19:11:00.899 | + 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 19:11:00.922 | + 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 19:11:00.944 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-16 19:11:00.966 | + lib/nova:create_nova_conf:541 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2025-04-16 19:11:00.990 | + lib/nova:create_nova_conf:543 : is_service_enabled n-api 2025-04-16 19:11:01.002 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:11:01.004 | + 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 19:11:01.006 | + lib/apache:write_uwsgi_config:241 : local file=/etc/nova/nova-api-uwsgi.ini 2025-04-16 19:11:01.008 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/nova-api-wsgi 2025-04-16 19:11:01.010 | + lib/apache:write_uwsgi_config:243 : local url=/compute 2025-04-16 19:11:01.011 | + lib/apache:write_uwsgi_config:244 : local http= 2025-04-16 19:11:01.013 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-16 19:11:01.016 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/nova-api-wsgi 2025-04-16 19:11:01.019 | + lib/apache:write_uwsgi_config:246 : name=nova-api-wsgi 2025-04-16 19:11:01.020 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-16 19:11:01.022 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-16 19:11:01.032 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-16 19:11:01.032 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-16 19:11:01.038 | d /var/run/uwsgi 0755 stack root 2025-04-16 19:11:01.041 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-16 19:11:01.049 | /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 19:11:01.052 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2025-04-16 19:11:01.054 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/nova/nova-api-uwsgi.ini 2025-04-16 19:11:01.057 | + 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 19:11:01.080 | + lib/apache:write_uwsgi_config:263 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2025-04-16 19:11:01.102 | + lib/apache:write_uwsgi_config:265 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2025-04-16 19:11:01.123 | + lib/apache:write_uwsgi_config:267 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2025-04-16 19:11:01.145 | + lib/apache:write_uwsgi_config:268 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2025-04-16 19:11:01.167 | + lib/apache:write_uwsgi_config:271 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-16 19:11:01.188 | + lib/apache:write_uwsgi_config:272 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2025-04-16 19:11:01.210 | + lib/apache:write_uwsgi_config:273 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2025-04-16 19:11:01.232 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2025-04-16 19:11:01.254 | + 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 19:11:01.276 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2025-04-16 19:11:01.298 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-16 19:11:01.320 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2025-04-16 19:11:01.341 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-04-16 19:11:01.343 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-04-16 19:11:01.346 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for nova-api-wsgi 2025-04-16 19:11:01.347 | ++ lib/apache:apache_site_config_for:173 : local site=nova-api-wsgi 2025-04-16 19:11:01.349 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-16 19:11:01.351 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:11:01.353 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:11:01.355 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2025-04-16 19:11:01.357 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2025-04-16 19:11:01.359 | + 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 19:11:01.380 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2025-04-16 19:11:01.403 | + 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 19:11:01.403 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2025-04-16 19:11:01.409 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 acquire=1 2025-04-16 19:11:01.412 | + lib/apache:write_uwsgi_config:294 : enable_apache_site nova-api-wsgi 2025-04-16 19:11:01.414 | + lib/apache:enable_apache_site:190 : local site=nova-api-wsgi 2025-04-16 19:11:01.416 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-16 19:11:01.417 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-16 19:11:01.419 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 19:11:01.421 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:11:01.423 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:11:01.424 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-16 19:11:01.426 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-16 19:11:01.428 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:11:01.430 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:11:01.432 | + lib/apache:enable_apache_site:194 : sudo a2ensite nova-api-wsgi 2025-04-16 19:11:01.463 | Enabling site nova-api-wsgi. 2025-04-16 19:11:01.466 | To activate the new configuration, you need to run: 2025-04-16 19:11:01.466 | systemctl reload apache2 2025-04-16 19:11:01.469 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-04-16 19:11:01.471 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-16 19:11:01.473 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 19:11:01.475 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-16 19:11:01.577 | + lib/nova:create_nova_conf:547 : is_service_enabled n-api-meta 2025-04-16 19:11:01.591 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:11:01.593 | + 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 19:11:01.595 | + lib/apache:write_uwsgi_config:241 : local file=/etc/nova/nova-metadata-uwsgi.ini 2025-04-16 19:11:01.597 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/nova-metadata-wsgi 2025-04-16 19:11:01.599 | + lib/apache:write_uwsgi_config:243 : local url= 2025-04-16 19:11:01.601 | + lib/apache:write_uwsgi_config:244 : local http=0.0.0.0:8775 2025-04-16 19:11:01.603 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-16 19:11:01.606 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/nova-metadata-wsgi 2025-04-16 19:11:01.609 | + lib/apache:write_uwsgi_config:246 : name=nova-metadata-wsgi 2025-04-16 19:11:01.611 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-16 19:11:01.613 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-16 19:11:01.623 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-16 19:11:01.623 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-16 19:11:01.629 | d /var/run/uwsgi 0755 stack root 2025-04-16 19:11:01.632 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-16 19:11:01.640 | /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 19:11:01.643 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2025-04-16 19:11:01.645 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2025-04-16 19:11:01.647 | + 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 19:11:01.671 | + lib/apache:write_uwsgi_config:263 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2025-04-16 19:11:01.693 | + lib/apache:write_uwsgi_config:265 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2025-04-16 19:11:01.715 | + lib/apache:write_uwsgi_config:267 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2025-04-16 19:11:01.736 | + lib/apache:write_uwsgi_config:268 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2025-04-16 19:11:01.759 | + lib/apache:write_uwsgi_config:271 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-16 19:11:01.782 | + lib/apache:write_uwsgi_config:272 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2025-04-16 19:11:01.806 | + lib/apache:write_uwsgi_config:273 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2025-04-16 19:11:01.829 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2025-04-16 19:11:01.852 | + 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 19:11:01.875 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2025-04-16 19:11:01.898 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-16 19:11:01.921 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2025-04-16 19:11:01.944 | + lib/apache:write_uwsgi_config:286 : [[ -n 0.0.0.0:8775 ]] 2025-04-16 19:11:01.946 | + lib/apache:write_uwsgi_config:287 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2025-04-16 19:11:01.969 | + lib/nova:create_nova_conf:551 : is_service_enabled ceilometer 2025-04-16 19:11:01.982 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:11:01.984 | + lib/nova:create_nova_conf:559 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2025-04-16 19:11:02.009 | ++ lib/nova:create_nova_conf:560 : get_notification_url 2025-04-16 19:11:02.011 | ++ lib/rpc_backend:get_notification_url:136 : local virtual_host= 2025-04-16 19:11:02.013 | ++ lib/rpc_backend:get_notification_url:137 : is_service_enabled rabbit 2025-04-16 19:11:02.026 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:11:02.028 | ++ lib/rpc_backend:get_notification_url:138 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 19:11:02.030 | + 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 19:11:02.055 | + lib/nova:create_nova_conf:561 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2025-04-16 19:11:02.080 | + lib/nova:create_nova_conf:562 : iniset_rpc_backend nova /etc/nova/nova.conf 2025-04-16 19:11:02.082 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=nova 2025-04-16 19:11:02.084 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/nova/nova.conf 2025-04-16 19:11:02.086 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-16 19:11:02.088 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-16 19:11:02.090 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-16 19:11:02.102 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:11:02.105 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-16 19:11:02.106 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-16 19:11:02.108 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-16 19:11:02.121 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:11:02.122 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 19:11:02.125 | + 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 19:11:02.148 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-16 19:11:02.150 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-16 19:11:02.151 | + lib/nova:create_nova_conf:564 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2025-04-16 19:11:02.174 | + lib/nova:create_nova_conf:565 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2025-04-16 19:11:02.196 | + lib/nova:create_nova_conf:567 : iniset /etc/nova/nova.conf conductor workers 2 2025-04-16 19:11:02.220 | + lib/nova:create_nova_conf:569 : is_service_enabled tls-proxy 2025-04-16 19:11:02.233 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:11:02.235 | + lib/nova:create_nova_conf:574 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2025-04-16 19:11:02.257 | + lib/nova:create_nova_conf:576 : '[' True == True ']' 2025-04-16 19:11:02.259 | + lib/nova:create_nova_conf:577 : init_nova_service_user_conf 2025-04-16 19:11:02.261 | + lib/nova:init_nova_service_user_conf:825 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2025-04-16 19:11:02.285 | + lib/nova:init_nova_service_user_conf:826 : iniset /etc/nova/nova.conf service_user auth_type password 2025-04-16 19:11:02.308 | + 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 19:11:02.330 | + lib/nova:init_nova_service_user_conf:828 : iniset /etc/nova/nova.conf service_user username nova 2025-04-16 19:11:02.353 | + lib/nova:init_nova_service_user_conf:829 : iniset /etc/nova/nova.conf service_user password nomoresecret 2025-04-16 19:11:02.376 | + lib/nova:init_nova_service_user_conf:830 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2025-04-16 19:11:02.399 | + lib/nova:init_nova_service_user_conf:831 : iniset /etc/nova/nova.conf service_user project_name service 2025-04-16 19:11:02.421 | + lib/nova:init_nova_service_user_conf:832 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2025-04-16 19:11:02.443 | + lib/nova:init_nova_service_user_conf:833 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2025-04-16 19:11:02.466 | + lib/nova:create_nova_conf:580 : is_service_enabled n-cond 2025-04-16 19:11:02.478 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:11:02.480 | ++ lib/nova:create_nova_conf:581 : seq 1 1 2025-04-16 19:11:02.483 | + lib/nova:create_nova_conf:581 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-04-16 19:11:02.485 | + lib/nova:create_nova_conf:582 : local conf 2025-04-16 19:11:02.487 | + lib/nova:create_nova_conf:583 : local vhost 2025-04-16 19:11:02.489 | ++ lib/nova:create_nova_conf:584 : conductor_conf 1 2025-04-16 19:11:02.491 | ++ lib/nova:conductor_conf:837 : local cell=1 2025-04-16 19:11:02.492 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2025-04-16 19:11:02.495 | + lib/nova:create_nova_conf:584 : conf=/etc/nova/nova_cell1.conf 2025-04-16 19:11:02.497 | + lib/nova:create_nova_conf:585 : vhost=nova_cell1 2025-04-16 19:11:02.498 | + lib/nova:create_nova_conf:587 : rm -f /etc/nova/nova_cell1.conf 2025-04-16 19:11:02.502 | ++ lib/nova:create_nova_conf:588 : database_connection_url nova_cell1 2025-04-16 19:11:02.503 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2025-04-16 19:11:02.505 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2025-04-16 19:11:02.507 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell1 2025-04-16 19:11:02.509 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 19:11:02.511 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 19:11:02.513 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 19:11:02.525 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:11:02.527 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 19:11:02.528 | ++ 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 19:11:02.531 | + 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 19:11:02.555 | + lib/nova:create_nova_conf:589 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2025-04-16 19:11:02.582 | + lib/nova:create_nova_conf:590 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2025-04-16 19:11:02.606 | + 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 19:11:02.608 | + lib/nova:create_nova_conf:593 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT 2025-04-16 19:11:02.610 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=nova 2025-04-16 19:11:02.612 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/nova/nova_cell1.conf 2025-04-16 19:11:02.613 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-16 19:11:02.615 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-16 19:11:02.617 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-16 19:11:02.629 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:11:02.632 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-16 19:11:02.633 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-16 19:11:02.635 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-16 19:11:02.648 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:11:02.649 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 19:11:02.652 | + 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 19:11:02.674 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-16 19:11:02.676 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-16 19:11:02.678 | + lib/nova:create_nova_conf:605 : setup_logging /etc/nova/nova_cell1.conf 2025-04-16 19:11:02.680 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova_cell1.conf 2025-04-16 19:11:02.681 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova_cell1.conf 2025-04-16 19:11:02.684 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-16 19:11:02.696 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-16 19:11:02.698 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-16 19:11:02.700 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-16 19:11:02.702 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-16 19:11:02.704 | + 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 19:11:02.726 | + 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 19:11:02.748 | + 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 19:11:02.771 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-16 19:11:02.793 | + 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 19:11:02.795 | + lib/nova:create_nova_conf:613 : configure_console_proxies 2025-04-16 19:11:02.797 | + lib/nova:configure_console_proxies:727 : local conf=/etc/nova/nova.conf 2025-04-16 19:11:02.799 | + lib/nova:configure_console_proxies:728 : local offset=0 2025-04-16 19:11:02.801 | + lib/nova:configure_console_proxies:732 : offset=0 2025-04-16 19:11:02.803 | + lib/nova:configure_console_proxies:734 : is_service_enabled n-novnc 2025-04-16 19:11:02.815 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:11:02.816 | + lib/nova:configure_console_proxies:734 : '[' False '!=' False ']' 2025-04-16 19:11:02.818 | + lib/nova:configure_console_proxies:766 : is_service_enabled n-spice 2025-04-16 19:11:02.831 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:11:02.833 | + lib/nova:configure_console_proxies:771 : is_service_enabled n-sproxy 2025-04-16 19:11:02.845 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:11:02.847 | + lib/nova:configure_nova:363 : is_service_enabled n-cpu 2025-04-16 19:11:02.859 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:11:02.861 | + stack.sh:main:968 : is_service_enabled placement 2025-04-16 19:11:02.875 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:11:02.877 | + stack.sh:main:970 : stack_install_service placement 2025-04-16 19:11:02.879 | + lib/stack:stack_install_service:20 : local service=placement 2025-04-16 19:11:02.881 | + lib/stack:stack_install_service:21 : type install_placement 2025-04-16 19:11:02.883 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-16 19:11:02.885 | + lib/stack:stack_install_service:32 : install_placement 2025-04-16 19:11:02.887 | + lib/placement:install_placement:150 : install_apache_wsgi 2025-04-16 19:11:02.889 | + lib/apache:install_apache_wsgi:130 : is_ubuntu 2025-04-16 19:11:02.891 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:11:02.893 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:11:02.895 | + lib/apache:install_apache_wsgi:132 : install_package apache2 2025-04-16 19:11:02.897 | + functions-common:install_package:1421 : update_package_repo 2025-04-16 19:11:02.899 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 19:11:02.901 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-16 19:11:02.903 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 19:11:02.905 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 19:11:02.907 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 19:11:02.909 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:11:02.911 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:11:02.913 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 19:11:02.915 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-16 19:11:02.917 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-16 19:11:02.919 | + functions-common:apt_get_update:1150 : return 2025-04-16 19:11:02.921 | + functions-common:install_package:1422 : real_install_package apache2 2025-04-16 19:11:02.923 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 19:11:02.925 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:11:02.927 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:11:02.929 | + functions-common:real_install_package:1410 : apt_get install apache2 2025-04-16 19:11:02.945 | + 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 19:11:03.006 | Reading package lists... 2025-04-16 19:11:03.227 | Building dependency tree... 2025-04-16 19:11:03.228 | Reading state information... 2025-04-16 19:11:03.447 | apache2 is already the newest version (2.4.52-1ubuntu4.14). 2025-04-16 19:11:03.447 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-16 19:11:03.451 | + functions-common:apt_get:1194 : result=0 2025-04-16 19:11:03.453 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 19:11:03.456 | + functions-common:time_stop:2400 : local name 2025-04-16 19:11:03.458 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:11:03.460 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:11:03.462 | + functions-common:time_stop:2403 : local total 2025-04-16 19:11:03.464 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:11:03.466 | + functions-common:time_stop:2406 : name=apt-get 2025-04-16 19:11:03.468 | + functions-common:time_stop:2407 : start_time=1744830662943 2025-04-16 19:11:03.469 | + functions-common:time_stop:2409 : [[ -z 1744830662943 ]] 2025-04-16 19:11:03.472 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:11:03.475 | + functions-common:time_stop:2412 : end_time=1744830663473 2025-04-16 19:11:03.477 | + functions-common:time_stop:2413 : elapsed_time=530 2025-04-16 19:11:03.479 | + functions-common:time_stop:2414 : total=43730 2025-04-16 19:11:03.481 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:11:03.483 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=44260 2025-04-16 19:11:03.485 | + functions-common:apt_get:1198 : return 0 2025-04-16 19:11:03.487 | + lib/apache:install_apache_wsgi:133 : is_package_installed libapache2-mod-wsgi 2025-04-16 19:11:03.489 | + functions-common:is_package_installed:1430 : [[ -z libapache2-mod-wsgi ]] 2025-04-16 19:11:03.491 | + functions-common:is_package_installed:1434 : [[ -z deb ]] 2025-04-16 19:11:03.493 | + functions-common:is_package_installed:1438 : [[ deb = \d\e\b ]] 2025-04-16 19:11:03.495 | + functions-common:is_package_installed:1439 : dpkg -s libapache2-mod-wsgi 2025-04-16 19:11:03.508 | + lib/apache:install_apache_wsgi:136 : install_package libapache2-mod-wsgi-py3 2025-04-16 19:11:03.511 | + functions-common:install_package:1421 : update_package_repo 2025-04-16 19:11:03.513 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 19:11:03.515 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-16 19:11:03.517 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 19:11:03.519 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 19:11:03.521 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 19:11:03.523 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:11:03.525 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:11:03.527 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 19:11:03.529 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-16 19:11:03.531 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-16 19:11:03.533 | + functions-common:apt_get_update:1150 : return 2025-04-16 19:11:03.535 | + functions-common:install_package:1422 : real_install_package libapache2-mod-wsgi-py3 2025-04-16 19:11:03.537 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 19:11:03.539 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:11:03.541 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:11:03.543 | + functions-common:real_install_package:1410 : apt_get install libapache2-mod-wsgi-py3 2025-04-16 19:11:03.560 | + 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 19:11:03.620 | Reading package lists... 2025-04-16 19:11:03.836 | Building dependency tree... 2025-04-16 19:11:03.838 | Reading state information... 2025-04-16 19:11:04.052 | libapache2-mod-wsgi-py3 is already the newest version (4.9.0-1ubuntu0.1). 2025-04-16 19:11:04.052 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-16 19:11:04.056 | + functions-common:apt_get:1194 : result=0 2025-04-16 19:11:04.058 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 19:11:04.060 | + functions-common:time_stop:2400 : local name 2025-04-16 19:11:04.062 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:11:04.064 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:11:04.066 | + functions-common:time_stop:2403 : local total 2025-04-16 19:11:04.068 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:11:04.070 | + functions-common:time_stop:2406 : name=apt-get 2025-04-16 19:11:04.072 | + functions-common:time_stop:2407 : start_time=1744830663557 2025-04-16 19:11:04.074 | + functions-common:time_stop:2409 : [[ -z 1744830663557 ]] 2025-04-16 19:11:04.077 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:11:04.080 | + functions-common:time_stop:2412 : end_time=1744830664078 2025-04-16 19:11:04.082 | + functions-common:time_stop:2413 : elapsed_time=521 2025-04-16 19:11:04.084 | + functions-common:time_stop:2414 : total=44260 2025-04-16 19:11:04.086 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:11:04.088 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=44781 2025-04-16 19:11:04.090 | + functions-common:apt_get:1198 : return 0 2025-04-16 19:11:04.092 | + lib/apache:install_apache_wsgi:151 : enable_apache_mod wsgi 2025-04-16 19:11:04.094 | + lib/apache:enable_apache_mod:55 : local mod=wsgi 2025-04-16 19:11:04.097 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 19:11:04.099 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:11:04.100 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:11:04.103 | + lib/apache:enable_apache_mod:60 : [[ wsgi != \v\e\r\s\i\o\n ]] 2025-04-16 19:11:04.105 | + lib/apache:enable_apache_mod:60 : a2query -m wsgi 2025-04-16 19:11:04.133 | wsgi (enabled by maintainer script) 2025-04-16 19:11:04.136 | + lib/placement:install_placement:152 : pip_install_gr osc-placement 2025-04-16 19:11:04.138 | + inc/python:pip_install_gr:94 : local name=osc-placement 2025-04-16 19:11:04.140 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-16 19:11:04.143 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements osc-placement 2025-04-16 19:11:04.145 | ++ inc/python:get_from_global_requirements:247 : local package=osc-placement 2025-04-16 19:11:04.146 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-16 19:11:04.150 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^osc-placement' /opt/stack//requirements/global-requirements.txt 2025-04-16 19:11:04.150 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-16 19:11:04.154 | ++ inc/python:get_from_global_requirements:249 : required_pkg='osc-placement ' 2025-04-16 19:11:04.156 | ++ inc/python:get_from_global_requirements:250 : [[ osc-placement == '' ]] 2025-04-16 19:11:04.158 | ++ inc/python:get_from_global_requirements:253 : echo osc-placement 2025-04-16 19:11:04.160 | + inc/python:pip_install_gr:96 : clean_name=osc-placement 2025-04-16 19:11:04.163 | + inc/python:pip_install_gr:97 : pip_install osc-placement 2025-04-16 19:11:04.179 | Using python 3.10 to install osc-placement 2025-04-16 19:11:04.181 | + 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 19:11:05.114 | Collecting osc-placement 2025-04-16 19:11:05.115 | Using cached osc_placement-4.2.0-py3-none-any.whl.metadata (1.9 kB) 2025-04-16 19:11:05.141 | 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 19:11:05.141 | 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 19:11:05.142 | 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 19:11:05.143 | 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 19:11:05.144 | 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 19:11:05.169 | 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 19:11:05.172 | 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 19:11:05.172 | 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 19:11:05.172 | 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 19:11:05.177 | 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 19:11:05.178 | 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 19:11:05.179 | 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 19:11:05.186 | 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 19:11:05.187 | 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 19:11:05.187 | 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 19:11:05.188 | 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 19:11:05.189 | 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 19:11:05.190 | 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 19:11:05.191 | 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 19:11:05.198 | 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 19:11:05.199 | 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 19:11:05.200 | 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 19:11:05.201 | 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 19:11:05.202 | 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 19:11:05.206 | 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 19:11:05.222 | 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 19:11:05.222 | 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 19:11:05.223 | 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 19:11:05.224 | 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 19:11:05.225 | 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 19:11:05.226 | 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 19:11:05.227 | 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 19:11:05.249 | 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 19:11:05.249 | 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 19:11:05.250 | 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 19:11:05.251 | 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 19:11:05.291 | 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 19:11:05.292 | 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 19:11:05.293 | 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 19:11:05.313 | 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 19:11:05.346 | 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 19:11:05.354 | 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 19:11:05.411 | 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 19:11:05.450 | Using cached osc_placement-4.2.0-py3-none-any.whl (64 kB) 2025-04-16 19:11:06.246 | Installing collected packages: osc-placement 2025-04-16 19:11:06.324 | Successfully installed osc-placement-4.2.0 2025-04-16 19:11:06.423 | + inc/python:pip_install:222 : result=0 2025-04-16 19:11:06.425 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 19:11:06.427 | + functions-common:time_stop:2400 : local name 2025-04-16 19:11:06.429 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:11:06.431 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:11:06.433 | + functions-common:time_stop:2403 : local total 2025-04-16 19:11:06.435 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:11:06.437 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 19:11:06.439 | + functions-common:time_stop:2407 : start_time=1744830664175 2025-04-16 19:11:06.441 | + functions-common:time_stop:2409 : [[ -z 1744830664175 ]] 2025-04-16 19:11:06.444 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:11:06.447 | + functions-common:time_stop:2412 : end_time=1744830666445 2025-04-16 19:11:06.449 | + functions-common:time_stop:2413 : elapsed_time=2270 2025-04-16 19:11:06.451 | + functions-common:time_stop:2414 : total=78022 2025-04-16 19:11:06.453 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:11:06.455 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=80292 2025-04-16 19:11:06.457 | + inc/python:pip_install:225 : return 0 2025-04-16 19:11:06.459 | + lib/placement:install_placement:153 : git_clone https://opendev.org/openstack/placement.git /opt/stack//placement stable/2023.2 2025-04-16 19:11:06.461 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/placement.git 2025-04-16 19:11:06.463 | + functions-common:git_clone:573 : local git_dest=/opt/stack//placement 2025-04-16 19:11:06.465 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-16 19:11:06.467 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 19:11:06.469 | ++ functions-common:git_clone:576 : pwd 2025-04-16 19:11:06.472 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 19:11:06.474 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 19:11:06.476 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 19:11:06.489 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 19:11:06.491 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 19:11:06.493 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 19:11:06.495 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 19:11:06.497 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-16 19:11:06.497 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 19:11:06.501 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//placement ]] 2025-04-16 19:11:06.503 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 19:11:06.505 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2025-04-16 19:11:06.507 | + functions-common:git_timed:680 : local count=0 2025-04-16 19:11:06.509 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 19:11:06.511 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 19:11:06.513 | + functions-common:git_timed:684 : timeout=0 2025-04-16 19:11:06.515 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 19:11:06.517 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 19:11:06.519 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:11:06.521 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:11:06.523 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:11:06.526 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830666524 2025-04-16 19:11:06.528 | + 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 19:11:06.532 | Cloning into '/opt/stack//placement'... 2025-04-16 19:11:08.217 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 19:11:08.219 | + functions-common:time_stop:2400 : local name 2025-04-16 19:11:08.221 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:11:08.223 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:11:08.225 | + functions-common:time_stop:2403 : local total 2025-04-16 19:11:08.227 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:11:08.228 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 19:11:08.230 | + functions-common:time_stop:2407 : start_time=1744830666524 2025-04-16 19:11:08.232 | + functions-common:time_stop:2409 : [[ -z 1744830666524 ]] 2025-04-16 19:11:08.234 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:11:08.238 | + functions-common:time_stop:2412 : end_time=1744830668235 2025-04-16 19:11:08.240 | + functions-common:time_stop:2413 : elapsed_time=1711 2025-04-16 19:11:08.241 | + functions-common:time_stop:2414 : total=76445 2025-04-16 19:11:08.243 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:11:08.245 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=78156 2025-04-16 19:11:08.247 | + functions-common:git_clone:614 : cd /opt/stack//placement 2025-04-16 19:11:08.249 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-16 19:11:08.251 | + functions-common:git_timed:680 : local count=0 2025-04-16 19:11:08.253 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 19:11:08.255 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 19:11:08.257 | + functions-common:git_timed:684 : timeout=0 2025-04-16 19:11:08.259 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 19:11:08.261 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 19:11:08.262 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:11:08.264 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:11:08.267 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:11:08.270 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830668268 2025-04-16 19:11:08.272 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-16 19:11:09.826 | From https://opendev.org/openstack/placement 2025-04-16 19:11:09.826 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-16 19:11:09.830 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 19:11:09.832 | + functions-common:time_stop:2400 : local name 2025-04-16 19:11:09.834 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:11:09.836 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:11:09.838 | + functions-common:time_stop:2403 : local total 2025-04-16 19:11:09.840 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:11:09.842 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 19:11:09.843 | + functions-common:time_stop:2407 : start_time=1744830668268 2025-04-16 19:11:09.845 | + functions-common:time_stop:2409 : [[ -z 1744830668268 ]] 2025-04-16 19:11:09.848 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:11:09.851 | + functions-common:time_stop:2412 : end_time=1744830669849 2025-04-16 19:11:09.853 | + functions-common:time_stop:2413 : elapsed_time=1581 2025-04-16 19:11:09.855 | + functions-common:time_stop:2414 : total=78156 2025-04-16 19:11:09.857 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:11:09.859 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=79737 2025-04-16 19:11:09.861 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 19:11:09.863 | + functions-common:git_timed:680 : local count=0 2025-04-16 19:11:09.865 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 19:11:09.867 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 19:11:09.869 | + functions-common:git_timed:684 : timeout=0 2025-04-16 19:11:09.871 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 19:11:09.872 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 19:11:09.874 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:11:09.876 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:11:09.879 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:11:09.882 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830669880 2025-04-16 19:11:09.884 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 19:11:09.910 | Note: switching to 'FETCH_HEAD'. 2025-04-16 19:11:09.910 | 2025-04-16 19:11:09.910 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 19:11:09.910 | changes and commit them, and you can discard any commits you make in this 2025-04-16 19:11:09.910 | state without impacting any branches by switching back to a branch. 2025-04-16 19:11:09.910 | 2025-04-16 19:11:09.910 | If you want to create a new branch to retain commits you create, you may 2025-04-16 19:11:09.910 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 19:11:09.910 | 2025-04-16 19:11:09.910 | git switch -c 2025-04-16 19:11:09.910 | 2025-04-16 19:11:09.910 | Or undo this operation with: 2025-04-16 19:11:09.910 | 2025-04-16 19:11:09.910 | git switch - 2025-04-16 19:11:09.910 | 2025-04-16 19:11:09.910 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 19:11:09.910 | 2025-04-16 19:11:09.910 | HEAD is now at d84f211 Add round-robin candidate generation strategy 2025-04-16 19:11:09.912 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 19:11:09.914 | + functions-common:time_stop:2400 : local name 2025-04-16 19:11:09.916 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:11:09.918 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:11:09.920 | + functions-common:time_stop:2403 : local total 2025-04-16 19:11:09.922 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:11:09.924 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 19:11:09.926 | + functions-common:time_stop:2407 : start_time=1744830669880 2025-04-16 19:11:09.928 | + functions-common:time_stop:2409 : [[ -z 1744830669880 ]] 2025-04-16 19:11:09.931 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:11:09.933 | + functions-common:time_stop:2412 : end_time=1744830669932 2025-04-16 19:11:09.935 | + functions-common:time_stop:2413 : elapsed_time=52 2025-04-16 19:11:09.937 | + functions-common:time_stop:2414 : total=79737 2025-04-16 19:11:09.939 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:11:09.941 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=79789 2025-04-16 19:11:09.943 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//placement 2025-04-16 19:11:09.955 | + functions-common:git_clone:655 : cd /opt/stack//placement 2025-04-16 19:11:09.958 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 19:11:09.958 | + functions-common:git_clone:656 : head -1 2025-04-16 19:11:09.961 | d84f211 Add round-robin candidate generation strategy 2025-04-16 19:11:09.963 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 19:11:09.966 | + lib/placement:install_placement:154 : setup_develop /opt/stack//placement 2025-04-16 19:11:09.968 | + inc/python:setup_develop:360 : local bindep 2025-04-16 19:11:09.970 | + inc/python:setup_develop:361 : [[ /opt/stack//placement == -bindep* ]] 2025-04-16 19:11:09.972 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//placement 2025-04-16 19:11:09.974 | + inc/python:setup_develop:366 : local extras= 2025-04-16 19:11:09.976 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//placement -e 2025-04-16 19:11:09.978 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-16 19:11:09.980 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//placement == -bindep* ]] 2025-04-16 19:11:09.982 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//placement 2025-04-16 19:11:09.984 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-16 19:11:09.986 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-16 19:11:09.989 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//placement 2025-04-16 19:11:09.992 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-16 19:11:09.994 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/placement 2025-04-16 19:11:09.996 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-16 19:11:09.998 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-16 19:11:10.001 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2025-04-16 19:11:10.007 | + inc/python:_setup_package_with_constraints_edit:407 : name=openstack-placement 2025-04-16 19:11:10.009 | + 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 19:11:10.348 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/placement -e 2025-04-16 19:11:10.350 | + inc/python:setup_package:440 : local bindep=0 2025-04-16 19:11:10.352 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-16 19:11:10.354 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-16 19:11:10.356 | + inc/python:setup_package:443 : [[ /opt/stack/placement == -bindep* ]] 2025-04-16 19:11:10.358 | + inc/python:setup_package:448 : local project_dir=/opt/stack/placement 2025-04-16 19:11:10.360 | + inc/python:setup_package:449 : local flags=-e 2025-04-16 19:11:10.362 | + inc/python:setup_package:450 : local extras= 2025-04-16 19:11:10.364 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-16 19:11:10.366 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-16 19:11:10.368 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-16 19:11:10.370 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-16 19:11:10.372 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-16 19:11:10.374 | + inc/python:setup_package:468 : pip_install -e /opt/stack/placement 2025-04-16 19:11:10.390 | Using python 3.10 to install /opt/stack/placement 2025-04-16 19:11:10.392 | + 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 19:11:11.228 | Obtaining file:///opt/stack/placement 2025-04-16 19:11:11.229 | Preparing metadata (setup.py): started 2025-04-16 19:11:11.654 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 19:11:11.709 | 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 19:11:11.710 | 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 19:11:11.711 | 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 19:11:11.712 | 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 19:11:11.712 | 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 19:11:11.713 | 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 19:11:11.714 | 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 19:11:11.714 | 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 19:11:11.715 | 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 19:11:11.716 | 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 19:11:11.717 | 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 19:11:11.717 | 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 19:11:11.718 | 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 19:11:11.719 | 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 19:11:11.720 | 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 19:11:11.720 | 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 19:11:11.721 | 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 19:11:11.722 | 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 19:11:11.723 | 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 19:11:11.723 | 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 19:11:11.724 | 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 19:11:11.743 | 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 19:11:11.743 | 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 19:11:11.766 | 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 19:11:11.767 | 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 19:11:11.768 | 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 19:11:11.769 | 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 19:11:11.770 | 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 19:11:11.779 | 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 19:11:11.797 | 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 19:11:11.798 | 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 19:11:11.798 | 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 19:11:11.799 | 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 19:11:11.800 | 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 19:11:11.821 | 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 19:11:11.823 | 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 19:11:11.823 | 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 19:11:11.842 | 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 19:11:11.844 | 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 19:11:11.851 | 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 19:11:11.852 | 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 19:11:11.853 | 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 19:11:11.865 | 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 19:11:11.866 | 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 19:11:11.867 | 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 19:11:11.872 | 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 19:11:11.880 | 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 19:11:11.881 | 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 19:11:11.882 | 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 19:11:11.883 | 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 19:11:11.895 | 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 19:11:11.895 | 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 19:11:11.896 | 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 19:11:11.897 | 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 19:11:11.905 | 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 19:11:11.906 | 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 19:11:12.012 | 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 19:11:12.029 | 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 19:11:12.073 | 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 19:11:12.103 | 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 19:11:12.131 | 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 19:11:12.171 | 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 19:11:12.194 | 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 19:11:12.320 | 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 19:11:12.361 | 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 19:11:12.411 | 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 19:11:13.120 | Installing collected packages: openstack-placement 2025-04-16 19:11:13.121 | Running setup.py develop for openstack-placement 2025-04-16 19:11:14.058 | Successfully installed openstack-placement-0.1.0.dev12 2025-04-16 19:11:14.158 | + inc/python:pip_install:222 : result=0 2025-04-16 19:11:14.161 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 19:11:14.163 | + functions-common:time_stop:2400 : local name 2025-04-16 19:11:14.165 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:11:14.167 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:11:14.169 | + functions-common:time_stop:2403 : local total 2025-04-16 19:11:14.170 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:11:14.172 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 19:11:14.174 | + functions-common:time_stop:2407 : start_time=1744830670386 2025-04-16 19:11:14.176 | + functions-common:time_stop:2409 : [[ -z 1744830670386 ]] 2025-04-16 19:11:14.179 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:11:14.182 | + functions-common:time_stop:2412 : end_time=1744830674180 2025-04-16 19:11:14.184 | + functions-common:time_stop:2413 : elapsed_time=3794 2025-04-16 19:11:14.185 | + functions-common:time_stop:2414 : total=80292 2025-04-16 19:11:14.187 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:11:14.189 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=84086 2025-04-16 19:11:14.191 | + inc/python:pip_install:225 : return 0 2025-04-16 19:11:14.193 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-16 19:11:14.195 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-16 19:11:14.197 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/placement 2025-04-16 19:11:14.199 | + inc/python:use_library_from_git:272 : local name=/opt/stack/placement 2025-04-16 19:11:14.201 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:11:14.203 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:11:14.205 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/placement, ]] 2025-04-16 19:11:14.207 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:11:14.209 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-16 19:11:14.211 | + stack.sh:main:971 : configure_placement 2025-04-16 19:11:14.213 | + lib/placement:configure_placement:112 : sudo install -d -o stack /etc/placement 2025-04-16 19:11:14.223 | + lib/placement:configure_placement:113 : create_placement_conf 2025-04-16 19:11:14.225 | + lib/placement:create_placement_conf:102 : rm -f /etc/placement/placement.conf 2025-04-16 19:11:14.229 | ++ lib/placement:create_placement_conf:103 : database_connection_url placement 2025-04-16 19:11:14.231 | ++ lib/database:database_connection_url:134 : local db=placement 2025-04-16 19:11:14.233 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2025-04-16 19:11:14.235 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=placement 2025-04-16 19:11:14.237 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 19:11:14.239 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 19:11:14.241 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 19:11:14.254 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:11:14.256 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 19:11:14.258 | ++ 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 19:11:14.261 | + 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 19:11:14.288 | + lib/placement:create_placement_conf:104 : iniset /etc/placement/placement.conf DEFAULT debug True 2025-04-16 19:11:14.315 | + lib/placement:create_placement_conf:105 : iniset /etc/placement/placement.conf api auth_strategy keystone 2025-04-16 19:11:14.341 | + lib/placement:create_placement_conf:106 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2025-04-16 19:11:14.343 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/placement/placement.conf 2025-04-16 19:11:14.345 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2025-04-16 19:11:14.347 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-16 19:11:14.349 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2025-04-16 19:11:14.375 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2025-04-16 19:11:14.399 | + 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 19:11:14.423 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2025-04-16 19:11:14.447 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken password nomoresecret 2025-04-16 19:11:14.471 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2025-04-16 19:11:14.494 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2025-04-16 19:11:14.518 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2025-04-16 19:11:14.542 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-16 19:11:14.566 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2025-04-16 19:11:14.590 | + lib/placement:create_placement_conf:107 : setup_logging /etc/placement/placement.conf 2025-04-16 19:11:14.592 | + functions:setup_logging:685 : setup_systemd_logging /etc/placement/placement.conf 2025-04-16 19:11:14.594 | + functions:setup_systemd_logging:700 : local conf_file=/etc/placement/placement.conf 2025-04-16 19:11:14.596 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-16 19:11:14.610 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-16 19:11:14.612 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-16 19:11:14.614 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-16 19:11:14.616 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-16 19:11:14.618 | + 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 19:11:14.641 | + 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 19:11:14.666 | + 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 19:11:14.690 | + functions:setup_systemd_logging:717 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-16 19:11:14.714 | + lib/placement:configure_placement:115 : [[ uwsgi == \u\w\s\g\i ]] 2025-04-16 19:11:14.716 | + lib/placement:configure_placement:116 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /opt/stack/data/venv/bin/placement-api /placement 2025-04-16 19:11:14.718 | + lib/apache:write_uwsgi_config:241 : local file=/etc/placement/placement-uwsgi.ini 2025-04-16 19:11:14.720 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/placement-api 2025-04-16 19:11:14.722 | + lib/apache:write_uwsgi_config:243 : local url=/placement 2025-04-16 19:11:14.724 | + lib/apache:write_uwsgi_config:244 : local http= 2025-04-16 19:11:14.726 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-16 19:11:14.729 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/placement-api 2025-04-16 19:11:14.732 | + lib/apache:write_uwsgi_config:246 : name=placement-api 2025-04-16 19:11:14.734 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-16 19:11:14.736 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-16 19:11:14.746 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-16 19:11:14.746 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-16 19:11:14.752 | d /var/run/uwsgi 0755 stack root 2025-04-16 19:11:14.755 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-16 19:11:14.763 | /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 19:11:14.767 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/placement-api.socket 2025-04-16 19:11:14.769 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/placement/placement-uwsgi.ini 2025-04-16 19:11:14.772 | + 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 19:11:14.798 | + lib/apache:write_uwsgi_config:263 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2025-04-16 19:11:14.822 | + lib/apache:write_uwsgi_config:265 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2025-04-16 19:11:14.849 | + lib/apache:write_uwsgi_config:267 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2025-04-16 19:11:14.873 | + lib/apache:write_uwsgi_config:268 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2025-04-16 19:11:14.898 | + lib/apache:write_uwsgi_config:271 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-16 19:11:14.922 | + lib/apache:write_uwsgi_config:272 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2025-04-16 19:11:14.946 | + lib/apache:write_uwsgi_config:273 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2025-04-16 19:11:14.970 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2025-04-16 19:11:14.994 | + 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 19:11:15.018 | + lib/apache:write_uwsgi_config:279 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2025-04-16 19:11:15.042 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-16 19:11:15.067 | + lib/apache:write_uwsgi_config:283 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2025-04-16 19:11:15.092 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-04-16 19:11:15.093 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-04-16 19:11:15.096 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for placement-api 2025-04-16 19:11:15.098 | ++ lib/apache:apache_site_config_for:173 : local site=placement-api 2025-04-16 19:11:15.100 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-16 19:11:15.102 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:11:15.104 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:11:15.106 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/placement-api.conf 2025-04-16 19:11:15.109 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2025-04-16 19:11:15.111 | + lib/apache:write_uwsgi_config:291 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2025-04-16 19:11:15.134 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2025-04-16 19:11:15.159 | + 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 19:11:15.160 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2025-04-16 19:11:15.166 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 acquire=1 2025-04-16 19:11:15.169 | + lib/apache:write_uwsgi_config:294 : enable_apache_site placement-api 2025-04-16 19:11:15.171 | + lib/apache:enable_apache_site:190 : local site=placement-api 2025-04-16 19:11:15.173 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-16 19:11:15.175 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-16 19:11:15.177 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 19:11:15.179 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:11:15.181 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:11:15.183 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-16 19:11:15.185 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-16 19:11:15.187 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:11:15.189 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:11:15.191 | + lib/apache:enable_apache_site:194 : sudo a2ensite placement-api 2025-04-16 19:11:15.222 | Enabling site placement-api. 2025-04-16 19:11:15.226 | To activate the new configuration, you need to run: 2025-04-16 19:11:15.226 | systemctl reload apache2 2025-04-16 19:11:15.229 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-04-16 19:11:15.231 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-16 19:11:15.234 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 19:11:15.236 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-16 19:11:15.339 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2025-04-16 19:11:15.341 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2025-04-16 19:11:15.343 | + lib/placement:configure_placement:124 : iniset /etc/placement/placement.conf oslo_policy enforce_new_defaults False 2025-04-16 19:11:15.371 | + lib/placement:configure_placement:125 : iniset /etc/placement/placement.conf oslo_policy enforce_scope False 2025-04-16 19:11:15.396 | + stack.sh:main:978 : is_service_enabled placement placement-client 2025-04-16 19:11:15.409 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:11:15.411 | + stack.sh:main:979 : is_service_enabled n-cpu 2025-04-16 19:11:15.425 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:11:15.427 | + stack.sh:main:979 : is_service_enabled n-sch 2025-04-16 19:11:15.440 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:11:15.442 | + stack.sh:main:980 : configure_placement_nova_compute 2025-04-16 19:11:15.444 | + lib/nova:configure_placement_nova_compute:629 : local conf=/etc/nova/nova.conf 2025-04-16 19:11:15.446 | + lib/nova:configure_placement_nova_compute:630 : iniset /etc/nova/nova.conf placement auth_type password 2025-04-16 19:11:15.472 | + lib/nova:configure_placement_nova_compute:631 : iniset /etc/nova/nova.conf placement auth_url http://10.180.1.21/identity 2025-04-16 19:11:15.496 | + lib/nova:configure_placement_nova_compute:632 : iniset /etc/nova/nova.conf placement username placement 2025-04-16 19:11:15.520 | + lib/nova:configure_placement_nova_compute:633 : iniset /etc/nova/nova.conf placement password nomoresecret 2025-04-16 19:11:15.544 | + lib/nova:configure_placement_nova_compute:634 : iniset /etc/nova/nova.conf placement user_domain_name Default 2025-04-16 19:11:15.568 | + lib/nova:configure_placement_nova_compute:635 : iniset /etc/nova/nova.conf placement project_name service 2025-04-16 19:11:15.593 | + lib/nova:configure_placement_nova_compute:636 : iniset /etc/nova/nova.conf placement project_domain_name Default 2025-04-16 19:11:15.617 | + lib/nova:configure_placement_nova_compute:637 : iniset /etc/nova/nova.conf placement region_name RegionOne 2025-04-16 19:11:15.642 | + stack.sh:main:984 : is_service_enabled horizon 2025-04-16 19:11:15.655 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:11:15.657 | + stack.sh:main:989 : is_service_enabled tls-proxy 2025-04-16 19:11:15.671 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:11:15.673 | + stack.sh:main:997 : run_phase stack install 2025-04-16 19:11:15.675 | + functions-common:run_phase:1828 : local mode=stack 2025-04-16 19:11:15.677 | + functions-common:run_phase:1829 : local phase=install 2025-04-16 19:11:15.679 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-16 19:11:15.681 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-16 19:11:15.683 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-16 19:11:15.685 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-16 19:11:15.688 | + functions-common:run_phase:1838 : local extra 2025-04-16 19:11:15.690 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-16 19:11:15.693 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-16 19:11:15.695 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-16 19:11:15.697 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-16 19:11:15.699 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack install 2025-04-16 19:11:15.701 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-16 19:11:15.713 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:11:15.715 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 19:11:15.717 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 19:11:15.719 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2025-04-16 19:11:15.721 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2025-04-16 19:11:15.723 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 19:11:15.725 | ++ stack.sh:echo_summary:461 : echo -e Installing Tempest 2025-04-16 19:11:15.727 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2025-04-16 19:11:15.728 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2025-04-16 19:11:15.774 | ++ inc/async:async_inner:63 : install_tempest 2025-04-16 19:11:15.803 | [3566 Async install_tempest:34261]: running: install_tempest 2025-04-16 19:11:15.805 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-16 19:11:15.807 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-16 19:11:15.809 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 19:11:15.811 | + 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 19:11:15.813 | + functions-common:run_phase:1855 : run_plugins stack install 2025-04-16 19:11:15.816 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-16 19:11:15.818 | + functions-common:run_plugins:1815 : local phase=install 2025-04-16 19:11:15.820 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-16 19:11:15.823 | + functions-common:run_plugins:1818 : local plugin 2025-04-16 19:11:15.825 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-16 19:11:15.827 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-16 19:11:15.829 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-16 19:11:15.832 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack install 2025-04-16 19:11:15.834 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 19:11:15.837 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 19:11:15.838 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2025-04-16 19:11:15.841 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:9 : echo_summary 'Installing Networking-NSX-T' 2025-04-16 19:11:15.843 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 19:11:15.845 | ++ stack.sh:echo_summary:461 : echo -e Installing Networking-NSX-T 2025-04-16 19:11:15.847 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:10 : setup_develop /opt/stack//networking-nsx-t 2025-04-16 19:11:15.849 | ++ inc/python:setup_develop:360 : local bindep 2025-04-16 19:11:15.851 | ++ inc/python:setup_develop:361 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2025-04-16 19:11:15.853 | ++ inc/python:setup_develop:365 : local project_dir=/opt/stack//networking-nsx-t 2025-04-16 19:11:15.855 | ++ inc/python:setup_develop:366 : local extras= 2025-04-16 19:11:15.857 | ++ inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//networking-nsx-t -e 2025-04-16 19:11:15.859 | ++ inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-16 19:11:15.861 | ++ inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2025-04-16 19:11:15.863 | ++ inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//networking-nsx-t 2025-04-16 19:11:15.865 | ++ inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-16 19:11:15.867 | ++ inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-16 19:11:15.869 | +++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//networking-nsx-t 2025-04-16 19:11:15.871 | +++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-16 19:11:15.874 | ++ inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/networking-nsx-t 2025-04-16 19:11:15.876 | ++ inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-16 19:11:15.877 | ++ inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-16 19:11:15.881 | +++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/networking-nsx-t/setup.cfg 2025-04-16 19:11:15.885 | ++ inc/python:_setup_package_with_constraints_edit:407 : name=networking_nsxv3 2025-04-16 19:11:15.887 | ++ 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 19:11:16.208 | ++ inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/networking-nsx-t -e 2025-04-16 19:11:16.210 | ++ inc/python:setup_package:440 : local bindep=0 2025-04-16 19:11:16.212 | ++ inc/python:setup_package:441 : local bindep_flag= 2025-04-16 19:11:16.214 | ++ inc/python:setup_package:442 : local bindep_profiles= 2025-04-16 19:11:16.216 | ++ inc/python:setup_package:443 : [[ /opt/stack/networking-nsx-t == -bindep* ]] 2025-04-16 19:11:16.218 | ++ inc/python:setup_package:448 : local project_dir=/opt/stack/networking-nsx-t 2025-04-16 19:11:16.220 | ++ inc/python:setup_package:449 : local flags=-e 2025-04-16 19:11:16.222 | ++ inc/python:setup_package:450 : local extras= 2025-04-16 19:11:16.224 | ++ inc/python:setup_package:454 : [[ -n -e ]] 2025-04-16 19:11:16.226 | ++ inc/python:setup_package:454 : [[ -z '' ]] 2025-04-16 19:11:16.228 | ++ inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-16 19:11:16.230 | ++ inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-16 19:11:16.232 | ++ inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-16 19:11:16.233 | ++ inc/python:setup_package:468 : pip_install -e /opt/stack/networking-nsx-t 2025-04-16 19:11:16.250 | Using python 3.10 to install /opt/stack/networking-nsx-t 2025-04-16 19:11:16.252 | ++ 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 19:11:17.106 | Obtaining file:///opt/stack/networking-nsx-t 2025-04-16 19:11:17.108 | Preparing metadata (setup.py): started 2025-04-16 19:11:17.533 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 19:11:17.585 | 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 19:11:17.686 | Collecting Babel>=1.3 (from networking_nsxv3==0.0.1.dev9) 2025-04-16 19:11:17.688 | Using cached Babel-2.12.1-py3-none-any.whl.metadata (1.3 kB) 2025-04-16 19:11:17.692 | 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 19:11:17.692 | 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 19:11:17.692 | 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 19:11:17.692 | 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 19:11:17.692 | 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 19:11:17.693 | 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 19:11:17.694 | 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 19:11:17.695 | 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 19:11:17.718 | Collecting ipaddress (from networking_nsxv3==0.0.1.dev9) 2025-04-16 19:11:17.720 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl.metadata (923 bytes) 2025-04-16 19:11:17.721 | 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 19:11:17.722 | 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 19:11:17.743 | Collecting ratelimiter (from networking_nsxv3==0.0.1.dev9) 2025-04-16 19:11:17.746 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl.metadata (4.0 kB) 2025-04-16 19:11:17.747 | 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 19:11:17.748 | 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 19:11:17.770 | 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 19:11:17.771 | 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 19:11:17.772 | 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 19:11:17.773 | 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 19:11:17.774 | 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 19:11:17.775 | 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 19:11:17.776 | 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 19:11:17.777 | 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 19:11:17.778 | 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 19:11:17.778 | 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 19:11:17.780 | 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 19:11:17.781 | 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 19:11:17.782 | 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 19:11:17.782 | 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 19:11:17.783 | 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 19:11:17.804 | 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 19:11:17.805 | 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 19:11:17.806 | 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 19:11:17.807 | 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 19:11:17.829 | 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 19:11:17.831 | 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 19:11:17.836 | 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 19:11:17.837 | 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 19:11:17.838 | 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 19:11:17.848 | 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 19:11:17.851 | 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 19:11:17.851 | 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 19:11:17.851 | 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 19:11:17.852 | 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 19:11:17.853 | 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 19:11:17.854 | 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 19:11:17.861 | 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 19:11:17.864 | 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 19:11:17.864 | 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 19:11:17.865 | 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 19:11:17.906 | 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 19:11:17.908 | 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 19:11:17.908 | 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 19:11:17.909 | 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 19:11:17.911 | 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 19:11:17.912 | 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 19:11:17.946 | 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 19:11:17.946 | 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 19:11:17.948 | 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 19:11:17.949 | 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 19:11:17.957 | 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 19:11:17.957 | 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 19:11:17.958 | 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 19:11:17.960 | 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 19:11:17.967 | 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 19:11:17.975 | 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 19:11:17.975 | 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 19:11:18.027 | 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 19:11:18.051 | 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 19:11:18.055 | 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 19:11:18.055 | 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 19:11:18.055 | 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 19:11:18.055 | 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 19:11:18.055 | 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 19:11:18.055 | 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 19:11:18.072 | 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 19:11:18.073 | 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 19:11:18.128 | 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 19:11:18.130 | 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 19:11:18.130 | 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 19:11:18.183 | 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 19:11:18.184 | 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 19:11:18.185 | 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 19:11:18.186 | 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 19:11:18.187 | 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 19:11:18.258 | 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 19:11:18.284 | 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 19:11:18.285 | 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 19:11:18.359 | 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 19:11:18.360 | 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 19:11:18.361 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (1.26.15) 2025-04-16 19:11:18.362 | 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 19:11:18.386 | 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 19:11:18.573 | 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 19:11:18.659 | 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 19:11:18.660 | 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 19:11:18.689 | 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 19:11:18.778 | 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 19:11:18.803 | 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 19:11:18.861 | 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 19:11:18.876 | 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 19:11:18.877 | 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 19:11:18.924 | 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 19:11:18.925 | 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 19:11:18.928 | 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 19:11:18.942 | 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 19:11:19.082 | 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 19:11:19.151 | 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 19:11:19.235 | 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 19:11:19.402 | Using cached Babel-2.12.1-py3-none-any.whl (10.1 MB) 2025-04-16 19:11:19.446 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) 2025-04-16 19:11:19.449 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl (6.6 kB) 2025-04-16 19:11:19.971 | Installing collected packages: ratelimiter, ipaddress, Babel, networking_nsxv3 2025-04-16 19:11:20.400 | Running setup.py develop for networking_nsxv3 2025-04-16 19:11:21.619 | Successfully installed Babel-2.12.1 ipaddress-1.0.23 networking_nsxv3-0.0.1.dev9 ratelimiter-1.2.0.post0 2025-04-16 19:11:21.739 | ++ inc/python:pip_install:222 : result=0 2025-04-16 19:11:21.742 | ++ inc/python:pip_install:224 : time_stop pip_install 2025-04-16 19:11:21.744 | ++ functions-common:time_stop:2400 : local name 2025-04-16 19:11:21.746 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 19:11:21.748 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:11:21.750 | ++ functions-common:time_stop:2403 : local total 2025-04-16 19:11:21.751 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 19:11:21.753 | ++ functions-common:time_stop:2406 : name=pip_install 2025-04-16 19:11:21.755 | ++ functions-common:time_stop:2407 : start_time=1744830676246 2025-04-16 19:11:21.757 | ++ functions-common:time_stop:2409 : [[ -z 1744830676246 ]] 2025-04-16 19:11:21.759 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:11:21.762 | ++ functions-common:time_stop:2412 : end_time=1744830681760 2025-04-16 19:11:21.764 | ++ functions-common:time_stop:2413 : elapsed_time=5514 2025-04-16 19:11:21.766 | ++ functions-common:time_stop:2414 : total=84086 2025-04-16 19:11:21.768 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:11:21.769 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=89600 2025-04-16 19:11:21.771 | ++ inc/python:pip_install:225 : return 0 2025-04-16 19:11:21.773 | ++ inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-16 19:11:21.775 | ++ inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-16 19:11:21.777 | ++ inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/networking-nsx-t 2025-04-16 19:11:21.779 | ++ inc/python:use_library_from_git:272 : local name=/opt/stack/networking-nsx-t 2025-04-16 19:11:21.781 | ++ inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:11:21.783 | ++ inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:11:21.785 | ++ inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/networking-nsx-t, ]] 2025-04-16 19:11:21.787 | ++ inc/python:use_library_from_git:275 : return 1 2025-04-16 19:11:21.789 | + stack.sh:main:1000 : use_library_from_git python-openstackclient 2025-04-16 19:11:21.791 | + inc/python:use_library_from_git:272 : local name=python-openstackclient 2025-04-16 19:11:21.793 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 19:11:21.796 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 19:11:21.798 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-openstackclient, ]] 2025-04-16 19:11:21.800 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 19:11:21.802 | + stack.sh:main:1004 : pip_install_gr python-openstackclient 2025-04-16 19:11:21.804 | + inc/python:pip_install_gr:94 : local name=python-openstackclient 2025-04-16 19:11:21.806 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-16 19:11:21.808 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements python-openstackclient 2025-04-16 19:11:21.810 | ++ inc/python:get_from_global_requirements:247 : local package=python-openstackclient 2025-04-16 19:11:21.812 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-16 19:11:21.816 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-16 19:11:21.816 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^python-openstackclient' /opt/stack//requirements/global-requirements.txt 2025-04-16 19:11:21.820 | ++ inc/python:get_from_global_requirements:249 : required_pkg='python-openstackclient ' 2025-04-16 19:11:21.822 | ++ inc/python:get_from_global_requirements:250 : [[ python-openstackclient == '' ]] 2025-04-16 19:11:21.824 | ++ inc/python:get_from_global_requirements:253 : echo python-openstackclient 2025-04-16 19:11:21.827 | + inc/python:pip_install_gr:96 : clean_name=python-openstackclient 2025-04-16 19:11:21.829 | + inc/python:pip_install_gr:97 : pip_install python-openstackclient 2025-04-16 19:11:21.846 | Using python 3.10 to install python-openstackclient 2025-04-16 19:11:21.848 | + 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 19:11:22.838 | Collecting python-openstackclient 2025-04-16 19:11:22.841 | Using cached python_openstackclient-6.3.0-py3-none-any.whl.metadata (6.5 kB) 2025-04-16 19:11:22.851 | 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 19:11:22.852 | 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 19:11:22.853 | 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 19:11:22.853 | 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 19:11:22.854 | 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 19:11:22.855 | 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 19:11:22.855 | 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 19:11:22.856 | 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 19:11:22.857 | 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 19:11:22.858 | 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 19:11:22.860 | 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 19:11:22.860 | 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 19:11:22.864 | 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 19:11:22.867 | 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 19:11:22.867 | 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 19:11:22.867 | 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 19:11:22.868 | 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 19:11:22.887 | 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 19:11:22.899 | 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 19:11:22.899 | 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 19:11:22.901 | 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 19:11:22.901 | 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 19:11:22.901 | 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 19:11:22.901 | 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 19:11:22.902 | 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 19:11:22.903 | 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 19:11:22.904 | 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 19:11:22.911 | 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 19:11:22.919 | 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 19:11:22.920 | 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 19:11:22.921 | 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 19:11:22.922 | 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 19:11:22.923 | 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 19:11:22.923 | 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 19:11:22.933 | 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 19:11:22.943 | 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 19:11:22.944 | 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 19:11:22.946 | 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 19:11:22.966 | 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 19:11:22.990 | 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 19:11:22.991 | 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 19:11:22.992 | 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 19:11:22.999 | 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 19:11:23.028 | 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 19:11:23.038 | 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 19:11:23.098 | 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 19:11:23.106 | 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 19:11:23.147 | 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 19:11:23.149 | 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 19:11:23.149 | 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 19:11:23.149 | 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 19:11:23.301 | Using cached python_openstackclient-6.3.0-py3-none-any.whl (1.1 MB) 2025-04-16 19:11:24.213 | Installing collected packages: python-openstackclient 2025-04-16 19:11:25.090 | Successfully installed python-openstackclient-6.3.0 2025-04-16 19:11:25.207 | + inc/python:pip_install:222 : result=0 2025-04-16 19:11:25.209 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 19:11:25.212 | + functions-common:time_stop:2400 : local name 2025-04-16 19:11:25.214 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:11:25.216 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:11:25.218 | + functions-common:time_stop:2403 : local total 2025-04-16 19:11:25.220 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:11:25.222 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 19:11:25.224 | + functions-common:time_stop:2407 : start_time=1744830681842 2025-04-16 19:11:25.226 | + functions-common:time_stop:2409 : [[ -z 1744830681842 ]] 2025-04-16 19:11:25.228 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:11:25.232 | + functions-common:time_stop:2412 : end_time=1744830685230 2025-04-16 19:11:25.234 | + functions-common:time_stop:2413 : elapsed_time=3388 2025-04-16 19:11:25.236 | + functions-common:time_stop:2414 : total=89600 2025-04-16 19:11:25.238 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:11:25.240 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=92988 2025-04-16 19:11:25.243 | + inc/python:pip_install:225 : return 0 2025-04-16 19:11:25.245 | + stack.sh:main:1009 : install_oscwrap 2025-04-16 19:11:25.248 | ++ functions-common:install_oscwrap:2445 : mktemp 2025-04-16 19:11:25.251 | + functions-common:install_oscwrap:2445 : OSCWRAP_TIMER_FILE=/tmp/tmp.0k8qay1fMz 2025-04-16 19:11:25.253 | + functions-common:install_oscwrap:2448 : shopt -s expand_aliases 2025-04-16 19:11:25.255 | + functions-common:install_oscwrap:2451 : unalias -a 2025-04-16 19:11:25.257 | + functions-common:install_oscwrap:2453 : alias openstack=oscwrap 2025-04-16 19:11:25.259 | + stack.sh:main:1014 : [[ False != \F\a\l\s\e ]] 2025-04-16 19:11:25.261 | + stack.sh:main:1054 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-04-16 19:11:25.263 | + stack.sh:main:1062 : is_service_enabled mysql postgresql 2025-04-16 19:11:25.277 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:11:25.279 | + stack.sh:main:1063 : configure_database 2025-04-16 19:11:25.281 | + lib/database:configure_database:128 : configure_database_mysql 2025-04-16 19:11:25.283 | + lib/databases/mysql:configure_database_mysql:66 : local my_conf mysql slow_log my_client_conf 2025-04-16 19:11:25.285 | + lib/databases/mysql:configure_database_mysql:67 : echo_summary 'Configuring and starting MySQL' 2025-04-16 19:11:25.287 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 19:11:25.289 | + stack.sh:echo_summary:461 : echo -e Configuring and starting MySQL 2025-04-16 19:11:25.291 | + lib/databases/mysql:configure_database_mysql:69 : is_ubuntu 2025-04-16 19:11:25.292 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:11:25.294 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:11:25.296 | + lib/databases/mysql:configure_database_mysql:70 : my_conf=/etc/mysql/my.cnf 2025-04-16 19:11:25.298 | + lib/databases/mysql:configure_database_mysql:84 : is_ubuntu 2025-04-16 19:11:25.299 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:11:25.301 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:11:25.303 | + lib/databases/mysql:configure_database_mysql:85 : is_fips_enabled 2025-04-16 19:11:25.305 | ++ functions-common:is_fips_enabled:2516 : cat /proc/sys/crypto/fips_enabled 2025-04-16 19:11:25.306 | cat: /proc/sys/crypto/fips_enabled: No such file or directory 2025-04-16 19:11:25.308 | + functions-common:is_fips_enabled:2516 : fips= 2025-04-16 19:11:25.310 | + functions-common:is_fips_enabled:2517 : '[' '' == 1 ']' 2025-04-16 19:11:25.313 | ++ lib/databases/mysql:configure_database_mysql:93 : ipv6_unquote 0.0.0.0 2025-04-16 19:11:25.316 | ++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2025-04-16 19:11:25.316 | ++ functions-common:ipv6_unquote:2198 : echo 0.0.0.0 2025-04-16 19:11:25.319 | + lib/databases/mysql:configure_database_mysql:93 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2025-04-16 19:11:25.369 | + lib/databases/mysql:configure_database_mysql:96 : is_fedora 2025-04-16 19:11:25.371 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-16 19:11:25.373 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-16 19:11:25.375 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-16 19:11:25.376 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-16 19:11:25.378 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-16 19:11:25.380 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-16 19:11:25.382 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-16 19:11:25.384 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-16 19:11:25.386 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-16 19:11:25.388 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-16 19:11:25.390 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-16 19:11:25.392 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-16 19:11:25.394 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-16 19:11:25.395 | + lib/databases/mysql:configure_database_mysql:99 : is_ubuntu 2025-04-16 19:11:25.397 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:11:25.399 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:11:25.401 | + lib/databases/mysql:configure_database_mysql:101 : restart_service mariadb 2025-04-16 19:11:25.403 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 19:11:25.405 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart mariadb 2025-04-16 19:11:25.939 | + lib/databases/mysql:configure_database_mysql:110 : is_ubuntu 2025-04-16 19:11:25.941 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:11:25.944 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:11:25.945 | + lib/databases/mysql:configure_database_mysql:110 : [[ jammy == \j\a\m\m\y ]] 2025-04-16 19:11:25.946 | + lib/databases/mysql:configure_database_mysql:110 : '[' mariadb == mariadb ']' 2025-04-16 19:11:25.949 | + lib/databases/mysql:configure_database_mysql:116 : is_ubuntu 2025-04-16 19:11:25.951 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:11:25.953 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:11:25.955 | + lib/databases/mysql:configure_database_mysql:116 : '[' mariadb == mariadb ']' 2025-04-16 19:11:25.957 | + lib/databases/mysql:configure_database_mysql:117 : local 'cmd_args=-uroot -pstackdb ' 2025-04-16 19:11:25.959 | + lib/databases/mysql:configure_database_mysql:126 : is_ubuntu 2025-04-16 19:11:25.961 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:11:25.963 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:11:25.965 | + lib/databases/mysql:configure_database_mysql:126 : [[ ! jammy =~ bookworm|bullseye ]] 2025-04-16 19:11:25.969 | + lib/databases/mysql:configure_database_mysql:126 : '[' mariadb == mariadb ']' 2025-04-16 19:11:25.971 | + lib/databases/mysql:configure_database_mysql:127 : [[ jammy == \j\a\m\m\y ]] 2025-04-16 19:11:25.973 | + 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 19:11:25.991 | + lib/databases/mysql:configure_database_mysql:136 : is_ubuntu 2025-04-16 19:11:25.993 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:11:25.995 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:11:25.996 | + lib/databases/mysql:configure_database_mysql:136 : [[ jammy == \j\a\m\m\y ]] 2025-04-16 19:11:25.998 | + lib/databases/mysql:configure_database_mysql:136 : '[' mariadb == mariadb ']' 2025-04-16 19:11:26.001 | + lib/databases/mysql:configure_database_mysql:146 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2025-04-16 19:11:26.044 | + lib/databases/mysql:configure_database_mysql:147 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2025-04-16 19:11:26.090 | + lib/databases/mysql:configure_database_mysql:148 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2025-04-16 19:11:26.132 | + lib/databases/mysql:configure_database_mysql:150 : [[ False == \T\r\u\e ]] 2025-04-16 19:11:26.134 | + lib/databases/mysql:configure_database_mysql:170 : [[ True == \T\r\u\e ]] 2025-04-16 19:11:26.136 | + lib/databases/mysql:configure_database_mysql:171 : echo 'enabling MySQL performance counting' 2025-04-16 19:11:26.136 | enabling MySQL performance counting 2025-04-16 19:11:26.138 | + lib/databases/mysql:configure_database_mysql:174 : pip_install /opt/stack/devstack/tools/dbcounter 2025-04-16 19:11:26.154 | Using python 3.10 to install /opt/stack/devstack/tools/dbcounter 2025-04-16 19:11:26.156 | + 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 19:11:27.025 | Processing ./tools/dbcounter 2025-04-16 19:11:27.026 | Installing build dependencies: started 2025-04-16 19:11:31.679 | Installing build dependencies: finished with status 'done' 2025-04-16 19:11:31.680 | Getting requirements to build wheel: started 2025-04-16 19:11:31.869 | Getting requirements to build wheel: finished with status 'done' 2025-04-16 19:11:31.870 | Preparing metadata (pyproject.toml): started 2025-04-16 19:11:32.063 | Preparing metadata (pyproject.toml): finished with status 'done' 2025-04-16 19:11:32.066 | Building wheels for collected packages: dbcounter 2025-04-16 19:11:32.067 | Building wheel for dbcounter (pyproject.toml): started 2025-04-16 19:11:32.277 | Building wheel for dbcounter (pyproject.toml): finished with status 'done' 2025-04-16 19:11:32.278 | Created wheel for dbcounter: filename=dbcounter-0.1-py3-none-any.whl size=3228 sha256=ababbfbc7a0d1f9535edb137257d89ef98242ae9505e4b3e2b96a7bd27c24908 2025-04-16 19:11:32.278 | Stored in directory: /tmp/pip-ephem-wheel-cache-nkbkz4os/wheels/e3/83/d0/d5edd61a93218f4a1789af99bf08ab7f0ad72cdcbde06f9d11 2025-04-16 19:11:32.281 | Successfully built dbcounter 2025-04-16 19:11:33.341 | Installing collected packages: dbcounter 2025-04-16 19:11:33.377 | Successfully installed dbcounter-0.1 2025-04-16 19:11:33.518 | + inc/python:pip_install:222 : result=0 2025-04-16 19:11:33.520 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 19:11:33.522 | + functions-common:time_stop:2400 : local name 2025-04-16 19:11:33.524 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:11:33.526 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:11:33.528 | + functions-common:time_stop:2403 : local total 2025-04-16 19:11:33.530 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:11:33.532 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 19:11:33.534 | + functions-common:time_stop:2407 : start_time=1744830686150 2025-04-16 19:11:33.536 | + functions-common:time_stop:2409 : [[ -z 1744830686150 ]] 2025-04-16 19:11:33.539 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:11:33.542 | + functions-common:time_stop:2412 : end_time=1744830693540 2025-04-16 19:11:33.544 | + functions-common:time_stop:2413 : elapsed_time=7390 2025-04-16 19:11:33.545 | + functions-common:time_stop:2414 : total=92988 2025-04-16 19:11:33.547 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:11:33.549 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=100378 2025-04-16 19:11:33.551 | + inc/python:pip_install:225 : return 0 2025-04-16 19:11:33.553 | + lib/databases/mysql:configure_database_mysql:177 : recreate_database stats 2025-04-16 19:11:33.555 | + lib/database:recreate_database:112 : local db=stats 2025-04-16 19:11:33.557 | + lib/database:recreate_database:113 : recreate_database_mysql stats 2025-04-16 19:11:33.559 | + lib/databases/mysql:recreate_database_mysql:60 : local db=stats 2025-04-16 19:11:33.561 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS stats;' 2025-04-16 19:11:33.572 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE stats CHARACTER SET utf8;' 2025-04-16 19:11:33.581 | + 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 19:11:33.581 | count INT, PRIMARY KEY (db, op)) ENGINE MEMORY' stats 2025-04-16 19:11:33.603 | + lib/databases/mysql:configure_database_mysql:183 : [[ True == \T\r\u\e ]] 2025-04-16 19:11:33.605 | + lib/databases/mysql:configure_database_mysql:184 : iniset -sudo /etc/mysql/my.cnf mysqld read_buffer_size 64K 2025-04-16 19:11:33.647 | + lib/databases/mysql:configure_database_mysql:185 : iniset -sudo /etc/mysql/my.cnf mysqld innodb_buffer_pool_size 16M 2025-04-16 19:11:33.689 | + lib/databases/mysql:configure_database_mysql:186 : iniset -sudo /etc/mysql/my.cnf mysqld thread_stack 192K 2025-04-16 19:11:33.731 | + lib/databases/mysql:configure_database_mysql:187 : iniset -sudo /etc/mysql/my.cnf mysqld thread_cache_size 8 2025-04-16 19:11:33.773 | + lib/databases/mysql:configure_database_mysql:188 : iniset -sudo /etc/mysql/my.cnf mysqld tmp_table_size 8M 2025-04-16 19:11:33.815 | + lib/databases/mysql:configure_database_mysql:189 : iniset -sudo /etc/mysql/my.cnf mysqld sort_buffer_size 8M 2025-04-16 19:11:33.858 | + lib/databases/mysql:configure_database_mysql:190 : iniset -sudo /etc/mysql/my.cnf mysqld max_allowed_packet 8M 2025-04-16 19:11:33.904 | + lib/databases/mysql:configure_database_mysql:193 : restart_service mariadb 2025-04-16 19:11:33.904 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 19:11:33.905 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart mariadb 2025-04-16 19:11:34.459 | + stack.sh:main:1067 : save_stackenv 1067 2025-04-16 19:11:34.461 | + functions-common:save_stackenv:60 : local tag=1067 2025-04-16 19:11:34.464 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-04-16 19:11:34.467 | + functions-common:save_stackenv:62 : time_stamp=2025-04-16-191134 2025-04-16 19:11:34.470 | + functions-common:save_stackenv:63 : echo '# 2025-04-16-191134 1067' 2025-04-16 19:11:34.472 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 19:11:34.474 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-16 19:11:34.476 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 19:11:34.478 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-04-16 19:11:34.480 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 19:11:34.482 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-04-16 19:11:34.484 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 19:11:34.486 | + 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 19:11:34.488 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 19:11:34.490 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-04-16 19:11:34.492 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 19:11:34.494 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-04-16 19:11:34.495 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 19:11:34.497 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-04-16-190653 2025-04-16 19:11:34.499 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 19:11:34.501 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-04-16 19:11:34.504 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 19:11:34.506 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-04-16 19:11:34.508 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 19:11:34.510 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-04-16 19:11:34.512 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 19:11:34.513 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-04-16 19:11:34.515 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 19:11:34.517 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-04-16 19:11:34.519 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 19:11:34.521 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-04-16 19:11:34.523 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 19:11:34.525 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-04-16 19:11:34.527 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 19:11:34.529 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-04-16 19:11:34.531 | + stack.sh:main:1079 : [[ False == \T\r\u\e ]] 2025-04-16 19:11:34.533 | + stack.sh:main:1093 : start_dstat 2025-04-16 19:11:34.535 | + lib/dstat:start_dstat:31 : run_process dstat '/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2025-04-16 19:11:34.537 | + functions-common:run_process:1654 : local service=dstat 2025-04-16 19:11:34.539 | + functions-common:run_process:1655 : local 'command=/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2025-04-16 19:11:34.540 | + functions-common:run_process:1656 : local group= 2025-04-16 19:11:34.542 | + functions-common:run_process:1657 : local user= 2025-04-16 19:11:34.544 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 19:11:34.546 | + functions-common:run_process:1660 : local name=dstat 2025-04-16 19:11:34.548 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 19:11:34.550 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 19:11:34.552 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:11:34.554 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:11:34.557 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:11:34.560 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830694558 2025-04-16 19:11:34.562 | + functions-common:run_process:1663 : is_service_enabled dstat 2025-04-16 19:11:34.575 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:11:34.578 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 19:11:34.579 | + functions-common:time_stop:2400 : local name 2025-04-16 19:11:34.581 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:11:34.583 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:11:34.585 | + functions-common:time_stop:2403 : local total 2025-04-16 19:11:34.587 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:11:34.589 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 19:11:34.591 | + functions-common:time_stop:2407 : start_time=1744830694558 2025-04-16 19:11:34.593 | + functions-common:time_stop:2409 : [[ -z 1744830694558 ]] 2025-04-16 19:11:34.595 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:11:34.599 | + functions-common:time_stop:2412 : end_time=1744830694597 2025-04-16 19:11:34.601 | + functions-common:time_stop:2413 : elapsed_time=39 2025-04-16 19:11:34.603 | + functions-common:time_stop:2414 : total=0 2025-04-16 19:11:34.605 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:11:34.607 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=39 2025-04-16 19:11:34.609 | + lib/dstat:start_dstat:36 : run_process memory_tracker /opt/stack/devstack/tools/memory_tracker.sh '' root 2025-04-16 19:11:34.611 | + functions-common:run_process:1654 : local service=memory_tracker 2025-04-16 19:11:34.613 | + functions-common:run_process:1655 : local command=/opt/stack/devstack/tools/memory_tracker.sh 2025-04-16 19:11:34.615 | + functions-common:run_process:1656 : local group= 2025-04-16 19:11:34.617 | + functions-common:run_process:1657 : local user=root 2025-04-16 19:11:34.619 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 19:11:34.621 | + functions-common:run_process:1660 : local name=memory_tracker 2025-04-16 19:11:34.623 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 19:11:34.625 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 19:11:34.627 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:11:34.629 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:11:34.632 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:11:34.635 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830694633 2025-04-16 19:11:34.637 | + functions-common:run_process:1663 : is_service_enabled memory_tracker 2025-04-16 19:11:34.651 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:11:34.653 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 19:11:34.655 | + functions-common:time_stop:2400 : local name 2025-04-16 19:11:34.657 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:11:34.659 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:11:34.661 | + functions-common:time_stop:2403 : local total 2025-04-16 19:11:34.663 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:11:34.665 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 19:11:34.667 | + functions-common:time_stop:2407 : start_time=1744830694633 2025-04-16 19:11:34.669 | + functions-common:time_stop:2409 : [[ -z 1744830694633 ]] 2025-04-16 19:11:34.672 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:11:34.675 | + functions-common:time_stop:2412 : end_time=1744830694673 2025-04-16 19:11:34.677 | + functions-common:time_stop:2413 : elapsed_time=40 2025-04-16 19:11:34.679 | + functions-common:time_stop:2414 : total=39 2025-04-16 19:11:34.681 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:11:34.683 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=79 2025-04-16 19:11:34.685 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2025-04-16 19:11:34.699 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:11:34.701 | + lib/dstat:start_dstat:47 : run_process file_tracker /opt/stack/devstack/tools/file_tracker.sh 2025-04-16 19:11:34.703 | + functions-common:run_process:1654 : local service=file_tracker 2025-04-16 19:11:34.705 | + functions-common:run_process:1655 : local command=/opt/stack/devstack/tools/file_tracker.sh 2025-04-16 19:11:34.707 | + functions-common:run_process:1656 : local group= 2025-04-16 19:11:34.708 | + functions-common:run_process:1657 : local user= 2025-04-16 19:11:34.710 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 19:11:34.712 | + functions-common:run_process:1660 : local name=file_tracker 2025-04-16 19:11:34.714 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 19:11:34.717 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 19:11:34.718 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:11:34.721 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:11:34.724 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:11:34.727 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830694724 2025-04-16 19:11:34.729 | + functions-common:run_process:1663 : is_service_enabled file_tracker 2025-04-16 19:11:34.743 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:11:34.745 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 19:11:34.747 | + functions-common:time_stop:2400 : local name 2025-04-16 19:11:34.749 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:11:34.751 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:11:34.752 | + functions-common:time_stop:2403 : local total 2025-04-16 19:11:34.754 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:11:34.756 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 19:11:34.758 | + functions-common:time_stop:2407 : start_time=1744830694724 2025-04-16 19:11:34.761 | + functions-common:time_stop:2409 : [[ -z 1744830694724 ]] 2025-04-16 19:11:34.763 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:11:34.766 | + functions-common:time_stop:2412 : end_time=1744830694764 2025-04-16 19:11:34.768 | + functions-common:time_stop:2413 : elapsed_time=40 2025-04-16 19:11:34.770 | + functions-common:time_stop:2414 : total=79 2025-04-16 19:11:34.772 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:11:34.774 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=119 2025-04-16 19:11:34.776 | + stack.sh:main:1097 : is_service_enabled tcpdump 2025-04-16 19:11:34.790 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:11:34.792 | + stack.sh:main:1105 : is_service_enabled etcd3 2025-04-16 19:11:34.806 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:11:34.808 | + stack.sh:main:1106 : start_etcd3 2025-04-16 19:11:34.810 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack//bin/etcd 2025-04-16 19:11:34.812 | + lib/etcd3:start_etcd3:42 : cmd+=' --name devstack --data-dir /opt/stack/data/etcd' 2025-04-16 19:11:34.814 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2025-04-16 19:11:34.816 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster devstack=http://10.180.1.21:2380' 2025-04-16 19:11:34.818 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.180.1.21:2380' 2025-04-16 19:11:34.820 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.180.1.21:2379' 2025-04-16 19:11:34.822 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2025-04-16 19:11:34.824 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2025-04-16 19:11:34.826 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.180.1.21:2379' 2025-04-16 19:11:34.828 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2025-04-16 19:11:34.830 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2025-04-16 19:11:34.832 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2025-04-16 19:11:34.834 | + 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 19:11:34.836 | + functions-common:write_user_unit_file:1518 : local service=devstack@etcd.service 2025-04-16 19:11:34.838 | + 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 19:11:34.840 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 19:11:34.841 | + functions-common:write_user_unit_file:1521 : local user=root 2025-04-16 19:11:34.843 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 19:11:34.845 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 19:11:34.847 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 19:11:34.849 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@etcd.service 2025-04-16 19:11:34.851 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 19:11:34.854 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2025-04-16 19:11:34.902 | + 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 19:11:34.950 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2025-04-16 19:11:34.990 | + 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 19:11:35.030 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2025-04-16 19:11:35.071 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2025-04-16 19:11:35.112 | + 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 19:11:35.152 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 19:11:35.154 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 19:11:35.156 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2025-04-16 19:11:35.204 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 19:11:35.449 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2025-04-16 19:11:35.492 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2025-04-16 19:11:35.533 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2025-04-16 19:11:35.576 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2025-04-16 19:11:35.617 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2025-04-16 19:11:35.620 | ++ functions-common:is_arch:497 : uname -m 2025-04-16 19:11:35.623 | + functions-common:is_arch:497 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2025-04-16 19:11:35.625 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2025-04-16 19:11:35.864 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2025-04-16 19:11:35.874 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2025-04-16 19:11:36.115 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2025-04-16 19:11:36.780 | + stack.sh:main:1112 : is_service_enabled tls-proxy 2025-04-16 19:11:36.794 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:11:36.796 | + stack.sh:main:1117 : write_clouds_yaml 2025-04-16 19:11:36.798 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2025-04-16 19:11:36.801 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2025-04-16 19:11:36.804 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2025-04-16 19:11:36.814 | + functions-common:write_clouds_yaml:82 : sudo chown -R stack /etc/openstack 2025-04-16 19:11:36.823 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2025-04-16 19:11:36.825 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-04-16 19:11:36.827 | + 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 19:11:36.874 | The user clouds.yaml file didn't exist. 2025-04-16 19:11:36.882 | + 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 19:11:36.939 | + 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 19:11:36.998 | + 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 19:11:37.056 | + 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 19:11:37.119 | + 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 19:11:37.182 | + 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 19:11:37.247 | + 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 19:11:37.314 | + 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 19:11:37.384 | + 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 19:11:37.453 | + functions-common:write_clouds_yaml:198 : cat 2025-04-16 19:11:37.457 | ++ functions-common:write_clouds_yaml:204 : eval echo '~stack' 2025-04-16 19:11:37.460 | +++ functions-common:write_clouds_yaml:204 : echo /opt/stack 2025-04-16 19:11:37.462 | + functions-common:write_clouds_yaml:204 : rm -f /opt/stack/.config/openstack/clouds.yaml 2025-04-16 19:11:37.465 | + stack.sh:main:1118 : export OS_CLOUD=devstack-admin 2025-04-16 19:11:37.467 | + stack.sh:main:1118 : OS_CLOUD=devstack-admin 2025-04-16 19:11:37.470 | + stack.sh:main:1120 : is_service_enabled keystone 2025-04-16 19:11:37.482 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:11:37.484 | + stack.sh:main:1121 : echo_summary 'Starting Keystone' 2025-04-16 19:11:37.486 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 19:11:37.488 | + stack.sh:echo_summary:461 : echo -e Starting Keystone 2025-04-16 19:11:37.490 | + stack.sh:main:1123 : '[' 10.180.1.21 == 10.180.1.21 ']' 2025-04-16 19:11:37.492 | + stack.sh:main:1124 : init_keystone 2025-04-16 19:11:37.494 | + lib/keystone:init_keystone:478 : is_service_enabled ldap 2025-04-16 19:11:37.507 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:11:37.508 | + lib/keystone:init_keystone:482 : [[ True == True ]] 2025-04-16 19:11:37.510 | + lib/keystone:init_keystone:484 : recreate_database keystone 2025-04-16 19:11:37.512 | + lib/database:recreate_database:112 : local db=keystone 2025-04-16 19:11:37.514 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2025-04-16 19:11:37.516 | + lib/databases/mysql:recreate_database_mysql:60 : local db=keystone 2025-04-16 19:11:37.518 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2025-04-16 19:11:37.527 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2025-04-16 19:11:37.535 | + lib/keystone:init_keystone:487 : time_start dbsync 2025-04-16 19:11:37.537 | + functions-common:time_start:2386 : local name=dbsync 2025-04-16 19:11:37.539 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:11:37.541 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:11:37.544 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:11:37.547 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830697544 2025-04-16 19:11:37.549 | + lib/keystone:init_keystone:489 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2025-04-16 19:11:38.013 | ++ inc/async:async_inner:64 : rc=0 2025-04-16 19:11:38.031 | [34261 Async install_tempest:34261]: finished successfully 2025-04-16 19:11:39.171 | INFO dbcounter [-] Registered counter for database keystone 2025-04-16 19:11:39.179 | 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=36917) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 19:11:39.182 | DEBUG dbcounter [-] [36917] Writer thread running {{(pid=36917) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 19:11:39.187 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 19:11:39.187 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 19:11:39.225 | INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version. 2025-04-16 19:11:39.862 | DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=36917) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 19:11:39.864 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. 2025-04-16 19:11:39.864 | DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to e25ffa003242 {{(pid=36917) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 19:11:39.865 | INFO alembic.runtime.migration [-] Running upgrade e25ffa003242 -> 99de3849d860, Fix incorrect constraints. 2025-04-16 19:11:39.880 | DEBUG alembic.runtime.migration [-] update e25ffa003242 to 99de3849d860 {{(pid=36917) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 19:11:39.880 | INFO alembic.runtime.migration [-] Running upgrade 99de3849d860 -> c88cdce8f248, Remove duplicate constraints. 2025-04-16 19:11:39.889 | DEBUG alembic.runtime.migration [-] update 99de3849d860 to c88cdce8f248 {{(pid=36917) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 19:11:39.889 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. 2025-04-16 19:11:39.890 | DEBUG alembic.runtime.migration [-] new branch insert 29e87d24a316 {{(pid=36917) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 19:11:39.890 | INFO alembic.runtime.migration [-] Running upgrade 29e87d24a316 -> b4f8b3f584e0, Fix incorrect constraints. 2025-04-16 19:11:39.903 | DEBUG alembic.runtime.migration [-] update 29e87d24a316 to b4f8b3f584e0 {{(pid=36917) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 19:11:39.903 | INFO alembic.runtime.migration [-] Running upgrade b4f8b3f584e0 -> 11c3b243b4cb, Remove service_provider.relay_state_prefix server default. 2025-04-16 19:11:39.909 | DEBUG alembic.runtime.migration [-] update b4f8b3f584e0 to 11c3b243b4cb {{(pid=36917) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 19:11:40.162 | + lib/keystone:init_keystone:490 : time_stop dbsync 2025-04-16 19:11:40.165 | + functions-common:time_stop:2400 : local name 2025-04-16 19:11:40.167 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:11:40.169 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:11:40.171 | + functions-common:time_stop:2403 : local total 2025-04-16 19:11:40.173 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:11:40.175 | + functions-common:time_stop:2406 : name=dbsync 2025-04-16 19:11:40.177 | + functions-common:time_stop:2407 : start_time=1744830697544 2025-04-16 19:11:40.179 | + functions-common:time_stop:2409 : [[ -z 1744830697544 ]] 2025-04-16 19:11:40.182 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:11:40.185 | + functions-common:time_stop:2412 : end_time=1744830700183 2025-04-16 19:11:40.187 | + functions-common:time_stop:2413 : elapsed_time=2639 2025-04-16 19:11:40.189 | + functions-common:time_stop:2414 : total=0 2025-04-16 19:11:40.191 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:11:40.193 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2639 2025-04-16 19:11:40.195 | + lib/keystone:init_keystone:492 : [[ fernet == \f\e\r\n\e\t ]] 2025-04-16 19:11:40.197 | + lib/keystone:init_keystone:493 : rm -rf /etc/keystone/fernet-keys/ 2025-04-16 19:11:40.200 | + lib/keystone:init_keystone:494 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2025-04-16 19:11:41.672 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2025-04-16 19:11:41.672 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2025-04-16 19:11:41.673 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2025-04-16 19:11:41.673 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2025-04-16 19:11:41.673 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2025-04-16 19:11:41.673 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2025-04-16 19:11:41.673 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2025-04-16 19:11:41.673 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2025-04-16 19:11:41.673 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2025-04-16 19:11:41.889 | + lib/keystone:init_keystone:496 : rm -rf /etc/keystone/credential-keys/ 2025-04-16 19:11:41.892 | + lib/keystone:init_keystone:497 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2025-04-16 19:11:43.397 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2025-04-16 19:11:43.397 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2025-04-16 19:11:43.398 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2025-04-16 19:11:43.398 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2025-04-16 19:11:43.398 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2025-04-16 19:11:43.398 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2025-04-16 19:11:43.398 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2025-04-16 19:11:43.398 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2025-04-16 19:11:43.398 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2025-04-16 19:11:43.615 | + stack.sh:main:1125 : start_keystone 2025-04-16 19:11:43.618 | + lib/keystone:start_keystone:555 : local service_port=5000 2025-04-16 19:11:43.620 | + lib/keystone:start_keystone:556 : local auth_protocol=http 2025-04-16 19:11:43.622 | + lib/keystone:start_keystone:557 : is_service_enabled tls-proxy 2025-04-16 19:11:43.635 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:11:43.637 | + lib/keystone:start_keystone:562 : '[' uwsgi == mod_wsgi ']' 2025-04-16 19:11:43.640 | ++ lib/keystone:start_keystone:566 : which uwsgi 2025-04-16 19:11:43.643 | + lib/keystone:start_keystone:566 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2025-04-16 19:11:43.645 | + functions-common:run_process:1654 : local service=keystone 2025-04-16 19:11:43.647 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-16 19:11:43.649 | + functions-common:run_process:1656 : local group= 2025-04-16 19:11:43.651 | + functions-common:run_process:1657 : local user= 2025-04-16 19:11:43.653 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 19:11:43.655 | + functions-common:run_process:1660 : local name=keystone 2025-04-16 19:11:43.657 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 19:11:43.659 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 19:11:43.661 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:11:43.663 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:11:43.665 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:11:43.668 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830703666 2025-04-16 19:11:43.670 | + functions-common:run_process:1663 : is_service_enabled keystone 2025-04-16 19:11:43.682 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:11:43.684 | + 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 19:11:43.686 | + functions-common:_run_under_systemd:1611 : local service=keystone 2025-04-16 19:11:43.688 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-16 19:11:43.690 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-16 19:11:43.692 | + 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 19:11:43.694 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-16 19:11:43.696 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2025-04-16 19:11:43.698 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2025-04-16 19:11:43.699 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@keystone.service 2025-04-16 19:11:43.701 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 19:11:43.703 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 19:11:43.705 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 19:11:43.707 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 19:11:43.709 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2025-04-16 19:11:43.711 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-16 19:11:43.713 | + 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 19:11:43.715 | + 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 19:11:43.717 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@keystone.service 2025-04-16 19:11:43.718 | + 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 19:11:43.720 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-16 19:11:43.722 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-16 19:11:43.724 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-16 19:11:43.725 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@keystone.service 2025-04-16 19:11:43.727 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-16 19:11:43.730 | + 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 19:11:43.777 | + 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 19:11:43.825 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2025-04-16 19:11:43.864 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User stack 2025-04-16 19:11:43.903 | + 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 19:11:43.942 | + 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 19:11:43.982 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2025-04-16 19:11:44.022 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2025-04-16 19:11:44.061 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2025-04-16 19:11:44.101 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2025-04-16 19:11:44.141 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2025-04-16 19:11:44.181 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-16 19:11:44.183 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-16 19:11:44.185 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2025-04-16 19:11:44.231 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-16 19:11:44.467 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@keystone.service 2025-04-16 19:11:44.477 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2025-04-16 19:11:44.697 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@keystone.service 2025-04-16 19:11:44.757 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 19:11:44.759 | + functions-common:time_stop:2400 : local name 2025-04-16 19:11:44.761 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:11:44.763 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:11:44.765 | + functions-common:time_stop:2403 : local total 2025-04-16 19:11:44.767 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:11:44.769 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 19:11:44.771 | + functions-common:time_stop:2407 : start_time=1744830703666 2025-04-16 19:11:44.773 | + functions-common:time_stop:2409 : [[ -z 1744830703666 ]] 2025-04-16 19:11:44.776 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:11:44.779 | + functions-common:time_stop:2412 : end_time=1744830704777 2025-04-16 19:11:44.781 | + functions-common:time_stop:2413 : elapsed_time=1111 2025-04-16 19:11:44.783 | + functions-common:time_stop:2414 : total=119 2025-04-16 19:11:44.785 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:11:44.787 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1230 2025-04-16 19:11:44.789 | + lib/keystone:start_keystone:569 : echo 'Waiting for keystone to start...' 2025-04-16 19:11:44.789 | Waiting for keystone to start... 2025-04-16 19:11:44.791 | + lib/keystone:start_keystone:575 : local service_uri=http://10.180.1.21/identity/v3/ 2025-04-16 19:11:44.793 | + lib/keystone:start_keystone:577 : wait_for_service 60 http://10.180.1.21/identity/v3/ 2025-04-16 19:11:44.795 | + functions:wait_for_service:468 : local timeout=60 2025-04-16 19:11:44.797 | + functions:wait_for_service:469 : local url=http://10.180.1.21/identity/v3/ 2025-04-16 19:11:44.799 | + functions:wait_for_service:470 : local rval=0 2025-04-16 19:11:44.801 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-16 19:11:44.803 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-16 19:11:44.805 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:11:44.807 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:11:44.811 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:11:44.814 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830704811 2025-04-16 19:11:44.816 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-16 19:11:44.819 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/identity/v3/ 2025-04-16 19:11:47.073 | + :: : [[ 200 == 503 ]] 2025-04-16 19:11:47.074 | + :: : [[ 0 -eq 7 ]] 2025-04-16 19:11:47.076 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-16 19:11:47.078 | + functions-common:time_stop:2400 : local name 2025-04-16 19:11:47.080 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:11:47.082 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:11:47.085 | + functions-common:time_stop:2403 : local total 2025-04-16 19:11:47.087 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:11:47.089 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-16 19:11:47.091 | + functions-common:time_stop:2407 : start_time=1744830704811 2025-04-16 19:11:47.092 | + functions-common:time_stop:2409 : [[ -z 1744830704811 ]] 2025-04-16 19:11:47.095 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:11:47.099 | + functions-common:time_stop:2412 : end_time=1744830707096 2025-04-16 19:11:47.101 | + functions-common:time_stop:2413 : elapsed_time=2285 2025-04-16 19:11:47.102 | + functions-common:time_stop:2414 : total=0 2025-04-16 19:11:47.104 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:11:47.106 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2285 2025-04-16 19:11:47.108 | + functions:wait_for_service:478 : return 0 2025-04-16 19:11:47.110 | + lib/keystone:start_keystone:582 : is_service_enabled tls-proxy 2025-04-16 19:11:47.123 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:11:47.125 | + lib/keystone:start_keystone:587 : restart_service memcached 2025-04-16 19:11:47.127 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 19:11:47.129 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart memcached 2025-04-16 19:11:47.698 | + stack.sh:main:1126 : bootstrap_keystone 2025-04-16 19:11:47.701 | + 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 19:11:49.268 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=37720) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 19:11:49.268 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=37720) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 19:11:49.268 | 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=37720) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 19:11:49.273 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=37720) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 19:11:49.280 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=37720) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 19:11:49.281 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=37720) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 19:11:49.297 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=37720) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 19:11:49.314 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=37720) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 19:11:49.314 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=37720) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 19:11:49.358 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=37720) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 19:11:49.359 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=37720) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 19:11:49.359 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=37720) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 19:11:49.359 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=37720) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 19:11:49.359 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=37720) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 19:11:49.360 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=37720) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 19:11:49.366 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=37720) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 19:11:49.366 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=37720) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 19:11:49.366 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=37720) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 19:11:49.366 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=37720) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 19:11:49.366 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=37720) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 19:11:49.366 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=37720) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 19:11:49.368 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=37720) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 19:11:49.370 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=37720) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 19:11:49.371 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=37720) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 19:11:49.371 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=37720) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 19:11:49.371 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=37720) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 19:11:49.371 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=37720) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 19:11:49.372 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=37720) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 19:11:49.372 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=37720) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 19:11:49.372 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=37720) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 19:11:49.399 | INFO dbcounter [-] Registered counter for database keystone 2025-04-16 19:11:49.408 | 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=37720) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 19:11:49.412 | DEBUG dbcounter [-] [37720] Writer thread running {{(pid=37720) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 19:11:49.587 | INFO keystone.cmd.bootstrap [None req-7d5220fc-97c1-4c8e-a375-a0b341ab9288 None None] Created domain default 2025-04-16 19:11:49.612 | INFO keystone.cmd.bootstrap [None req-7d5220fc-97c1-4c8e-a375-a0b341ab9288 None None] Created project admin 2025-04-16 19:11:49.627 | WARNING keystone.common.password_hashing [None req-7d5220fc-97c1-4c8e-a375-a0b341ab9288 None None] Truncating password to algorithm specific maximum length 72 characters.: keystone.exception.UserNotFound: Could not find user: admin. 2025-04-16 19:11:49.628 | DEBUG passlib.handlers.bcrypt [None req-7d5220fc-97c1-4c8e-a375-a0b341ab9288 None None] detected 'bcrypt' backend, version '4.0.1' {{(pid=37720) _load_backend_mixin /opt/stack/data/venv/lib/python3.10/site-packages/passlib/handlers/bcrypt.py:625}} 2025-04-16 19:11:49.628 | DEBUG passlib.handlers.bcrypt [None req-7d5220fc-97c1-4c8e-a375-a0b341ab9288 None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=37720) _finalize_backend_mixin /opt/stack/data/venv/lib/python3.10/site-packages/passlib/handlers/bcrypt.py:406}} 2025-04-16 19:11:49.668 | INFO keystone.cmd.bootstrap [None req-7d5220fc-97c1-4c8e-a375-a0b341ab9288 None None] Created user admin 2025-04-16 19:11:49.679 | INFO keystone.cmd.bootstrap [None req-7d5220fc-97c1-4c8e-a375-a0b341ab9288 None None] Created role reader 2025-04-16 19:11:49.694 | INFO keystone.cmd.bootstrap [None req-7d5220fc-97c1-4c8e-a375-a0b341ab9288 None None] Created role member 2025-04-16 19:11:49.708 | INFO keystone.cmd.bootstrap [None req-7d5220fc-97c1-4c8e-a375-a0b341ab9288 None None] Created implied role where acc2f069418e4c669206f41e81619339 implies b0d6476f9c7742af903c320a2789cfeb 2025-04-16 19:11:49.713 | INFO keystone.cmd.bootstrap [None req-7d5220fc-97c1-4c8e-a375-a0b341ab9288 None None] Created role manager 2025-04-16 19:11:49.721 | INFO keystone.cmd.bootstrap [None req-7d5220fc-97c1-4c8e-a375-a0b341ab9288 None None] Created implied role where 18c8696963c44ec89c02595d4c6b1af5 implies acc2f069418e4c669206f41e81619339 2025-04-16 19:11:49.727 | INFO keystone.cmd.bootstrap [None req-7d5220fc-97c1-4c8e-a375-a0b341ab9288 None None] Created role admin 2025-04-16 19:11:49.735 | INFO keystone.cmd.bootstrap [None req-7d5220fc-97c1-4c8e-a375-a0b341ab9288 None None] Created implied role where e5878d3fbe2e4c3f98ee05579d9cc138 implies 18c8696963c44ec89c02595d4c6b1af5 2025-04-16 19:11:49.742 | INFO keystone.cmd.bootstrap [None req-7d5220fc-97c1-4c8e-a375-a0b341ab9288 None None] Created role service 2025-04-16 19:11:49.748 | INFO keystone.cmd.bootstrap [None req-7d5220fc-97c1-4c8e-a375-a0b341ab9288 None None] Granted role admin on project admin to user admin. 2025-04-16 19:11:49.751 | INFO keystone.cmd.bootstrap [None req-7d5220fc-97c1-4c8e-a375-a0b341ab9288 None None] Granted role admin on the system to user admin. 2025-04-16 19:11:49.758 | WARNING py.warnings [None req-7d5220fc-97c1-4c8e-a375-a0b341ab9288 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 19:11:49.758 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2025-04-16 19:11:49.758 |  2025-04-16 19:11:49.760 | INFO keystone.cmd.bootstrap [None req-7d5220fc-97c1-4c8e-a375-a0b341ab9288 None None] Created region RegionOne 2025-04-16 19:11:49.779 | INFO keystone.cmd.bootstrap [None req-7d5220fc-97c1-4c8e-a375-a0b341ab9288 None None] Created public endpoint http://10.180.1.21/identity 2025-04-16 19:11:50.127 | + lib/keystone:bootstrap_keystone:615 : '[' False == True ']' 2025-04-16 19:11:50.129 | + stack.sh:main:1129 : create_keystone_accounts 2025-04-16 19:11:50.131 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2025-04-16 19:11:50.134 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2025-04-16 19:11:51.615 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:11:51.617 | + lib/keystone:create_keystone_accounts:315 : admin_project=02796dfa696c46f98aba9ec6c16fb9fb 2025-04-16 19:11:51.619 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2025-04-16 19:11:51.622 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2025-04-16 19:11:52.747 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:11:52.749 | + lib/keystone:create_keystone_accounts:317 : admin_user=065ff92b6d8c4cb5b78a984fbece719a 2025-04-16 19:11:52.751 | + lib/keystone:create_keystone_accounts:319 : local admin_role=admin 2025-04-16 19:11:52.753 | + lib/keystone:create_keystone_accounts:320 : local member_role=member 2025-04-16 19:11:52.755 | + lib/keystone:create_keystone_accounts:321 : local reader_role=reader 2025-04-16 19:11:52.757 | + lib/keystone:create_keystone_accounts:323 : async_run ks-domain-role get_or_add_user_domain_role admin 065ff92b6d8c4cb5b78a984fbece719a default 2025-04-16 19:11:52.803 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin 065ff92b6d8c4cb5b78a984fbece719a default 2025-04-16 19:11:52.831 | [3566 Async ks-domain-role:37844]: running: get_or_add_user_domain_role admin 065ff92b6d8c4cb5b78a984fbece719a default 2025-04-16 19:11:52.833 | + lib/keystone:create_keystone_accounts:326 : get_or_create_domain Default 2025-04-16 19:11:52.835 | + functions-common:get_or_create_domain:855 : local domain_id 2025-04-16 19:11:52.837 | ++ 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 19:11:54.213 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:11:54.216 | + functions-common:get_or_create_domain:860 : domain_id=default 2025-04-16 19:11:54.218 | + functions-common:get_or_create_domain:861 : echo default 2025-04-16 19:11:54.218 | default 2025-04-16 19:11:54.219 | + lib/keystone:create_keystone_accounts:327 : async_run ks-project get_or_create_project service Default 2025-04-16 19:11:54.267 | + inc/async:async_inner:63 : get_or_create_project service Default 2025-04-16 19:11:54.298 | [3566 Async ks-project:37954]: running: get_or_create_project service Default 2025-04-16 19:11:54.300 | + lib/keystone:create_keystone_accounts:330 : async_run ks-service get_or_create_role service 2025-04-16 19:11:54.351 | + inc/async:async_inner:63 : get_or_create_role service 2025-04-16 19:11:54.379 | [3566 Async ks-service:38066]: running: get_or_create_role service 2025-04-16 19:11:54.381 | + lib/keystone:create_keystone_accounts:336 : async_run ks-reseller get_or_create_role ResellerAdmin 2025-04-16 19:11:54.428 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2025-04-16 19:11:54.459 | [3566 Async ks-reseller:38162]: running: get_or_create_role ResellerAdmin 2025-04-16 19:11:54.460 | + lib/keystone:create_keystone_accounts:340 : local another_role=anotherrole 2025-04-16 19:11:54.462 | + lib/keystone:create_keystone_accounts:341 : async_run ks-anotherrole get_or_create_role anotherrole 2025-04-16 19:11:54.510 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2025-04-16 19:11:54.541 | [3566 Async ks-anotherrole:38259]: running: get_or_create_role anotherrole 2025-04-16 19:11:54.541 | + lib/keystone:create_keystone_accounts:344 : local invis_project 2025-04-16 19:11:54.544 | ++ lib/keystone:create_keystone_accounts:345 : get_or_create_project invisible_to_admin default 2025-04-16 19:11:54.546 | ++ functions-common:get_or_create_project:905 : local project_id 2025-04-16 19:11:54.549 | +++ 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 19:11:55.716 | + inc/async:async_inner:64 : rc=0 2025-04-16 19:11:55.735 | [38162 Async ks-reseller:38162]: finished successfully 2025-04-16 19:11:55.857 | + inc/async:async_inner:64 : rc=0 2025-04-16 19:11:55.877 | [37954 Async ks-project:37954]: finished successfully 2025-04-16 19:11:55.955 | + inc/async:async_inner:64 : rc=0 2025-04-16 19:11:55.974 | [38259 Async ks-anotherrole:38259]: finished successfully 2025-04-16 19:11:56.002 | + inc/async:async_inner:64 : rc=0 2025-04-16 19:11:56.021 | [38066 Async ks-service:38066]: finished successfully 2025-04-16 19:11:56.077 | + inc/async:async_inner:64 : rc=0 2025-04-16 19:11:56.094 | [37844 Async ks-domain-role:37844]: finished successfully 2025-04-16 19:11:56.104 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:11:56.106 | ++ functions-common:get_or_create_project:911 : project_id=7a6e88b05b4744d7aba540045c8866fd 2025-04-16 19:11:56.108 | ++ functions-common:get_or_create_project:912 : echo 7a6e88b05b4744d7aba540045c8866fd 2025-04-16 19:11:56.111 | + lib/keystone:create_keystone_accounts:345 : invis_project=7a6e88b05b4744d7aba540045c8866fd 2025-04-16 19:11:56.112 | + lib/keystone:create_keystone_accounts:348 : local demo_project 2025-04-16 19:11:56.115 | ++ lib/keystone:create_keystone_accounts:349 : get_or_create_project demo default 2025-04-16 19:11:56.117 | ++ functions-common:get_or_create_project:905 : local project_id 2025-04-16 19:11:56.120 | +++ 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 19:11:57.343 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:11:57.345 | ++ functions-common:get_or_create_project:911 : project_id=3644e97d95094cf59380bda31dd5fd10 2025-04-16 19:11:57.347 | ++ functions-common:get_or_create_project:912 : echo 3644e97d95094cf59380bda31dd5fd10 2025-04-16 19:11:57.350 | + lib/keystone:create_keystone_accounts:349 : demo_project=3644e97d95094cf59380bda31dd5fd10 2025-04-16 19:11:57.352 | + lib/keystone:create_keystone_accounts:350 : local demo_user 2025-04-16 19:11:57.354 | ++ lib/keystone:create_keystone_accounts:352 : get_or_create_user demo nomoresecret default demo@example.com 2025-04-16 19:11:57.356 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 19:11:57.358 | ++ functions-common:get_or_create_user:883 : [[ ! -z demo@example.com ]] 2025-04-16 19:11:57.360 | ++ functions-common:get_or_create_user:884 : local email=--email=demo@example.com 2025-04-16 19:11:57.363 | +++ 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 19:11:58.601 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:11:58.604 | ++ functions-common:get_or_create_user:898 : user_id=fc98b592bbed4ee79025a562f3cb59dc 2025-04-16 19:11:58.606 | ++ functions-common:get_or_create_user:899 : echo fc98b592bbed4ee79025a562f3cb59dc 2025-04-16 19:11:58.609 | + lib/keystone:create_keystone_accounts:352 : demo_user=fc98b592bbed4ee79025a562f3cb59dc 2025-04-16 19:11:58.611 | + lib/keystone:create_keystone_accounts:354 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2025-04-16 19:11:58.646 | [3566 Async ks-domain-role:37844]: Waiting for completion of get_or_add_user_domain_role admin 065ff92b6d8c4cb5b78a984fbece719a default running on PID 37844 (6 other jobs running) 2025-04-16 19:11:58.663 | [3566 Async ks-domain-role:37844]: Signaling child to exit 2025-04-16 19:11:58.663 | WAKEUP 2025-04-16 19:11:58.680 | [3566 Async ks-domain-role:37844]: Signaled 2025-04-16 19:11:58.680 | + functions-common:get_or_add_user_domain_role:969 : local user_role_id 2025-04-16 19:11:58.680 | + functions-common:get_or_add_user_domain_role:973 : openstack --os-cloud devstack-system-admin role add admin --user 065ff92b6d8c4cb5b78a984fbece719a --domain default 2025-04-16 19:11:58.680 | ++ functions-common:get_or_add_user_domain_role:980 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 065ff92b6d8c4cb5b78a984fbece719a --domain default -c Role -f value 2025-04-16 19:11:58.680 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:11:58.680 | + functions-common:get_or_add_user_domain_role:980 : user_role_id=e5878d3fbe2e4c3f98ee05579d9cc138 2025-04-16 19:11:58.680 | + functions-common:get_or_add_user_domain_role:982 : echo e5878d3fbe2e4c3f98ee05579d9cc138 2025-04-16 19:11:58.680 | e5878d3fbe2e4c3f98ee05579d9cc138 2025-04-16 19:11:58.711 | [3566 Async ks-domain-role:37844]: finished get_or_add_user_domain_role admin 065ff92b6d8c4cb5b78a984fbece719a default with result 0 in 3 seconds 2025-04-16 19:11:58.715 | Not waiting for async task ks-domain that we never started or has already been waited for 2025-04-16 19:11:58.739 | [3566 Async ks-project:37954]: Waiting for completion of get_or_create_project service Default running on PID 37954 (5 other jobs running) 2025-04-16 19:11:58.756 | [3566 Async ks-project:37954]: Signaling child to exit 2025-04-16 19:11:58.756 | WAKEUP 2025-04-16 19:11:58.772 | [3566 Async ks-project:37954]: Signaled 2025-04-16 19:11:58.773 | + functions-common:get_or_create_project:905 : local project_id 2025-04-16 19:11:58.773 | ++ 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 19:11:58.773 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:11:58.773 | + functions-common:get_or_create_project:911 : project_id=41367e14817b46bab0e094ab6ad81696 2025-04-16 19:11:58.773 | + functions-common:get_or_create_project:912 : echo 41367e14817b46bab0e094ab6ad81696 2025-04-16 19:11:58.773 | 41367e14817b46bab0e094ab6ad81696 2025-04-16 19:11:58.804 | [3566 Async ks-project:37954]: finished get_or_create_project service Default with result 0 in 1 seconds 2025-04-16 19:11:58.829 | [3566 Async ks-service:38066]: Waiting for completion of get_or_create_role service running on PID 38066 (4 other jobs running) 2025-04-16 19:11:58.846 | [3566 Async ks-service:38066]: Signaling child to exit 2025-04-16 19:11:58.846 | WAKEUP 2025-04-16 19:11:58.862 | [3566 Async ks-service:38066]: Signaled 2025-04-16 19:11:58.863 | + functions-common:get_or_create_role:918 : local role_id 2025-04-16 19:11:58.863 | ++ 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 19:11:58.863 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:11:58.863 | + functions-common:get_or_create_role:923 : role_id=85ed57deae534974a01bb9550637dd81 2025-04-16 19:11:58.863 | + functions-common:get_or_create_role:924 : echo 85ed57deae534974a01bb9550637dd81 2025-04-16 19:11:58.863 | 85ed57deae534974a01bb9550637dd81 2025-04-16 19:11:58.895 | [3566 Async ks-service:38066]: finished get_or_create_role service with result 0 in 1 seconds 2025-04-16 19:11:58.920 | [3566 Async ks-reseller:38162]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 38162 (3 other jobs running) 2025-04-16 19:11:58.937 | [3566 Async ks-reseller:38162]: Signaling child to exit 2025-04-16 19:11:58.937 | WAKEUP 2025-04-16 19:11:58.952 | [3566 Async ks-reseller:38162]: Signaled 2025-04-16 19:11:58.953 | + functions-common:get_or_create_role:918 : local role_id 2025-04-16 19:11:58.953 | ++ 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 19:11:58.953 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:11:58.953 | + functions-common:get_or_create_role:923 : role_id=32c375653746411e93380e7cfd2a652f 2025-04-16 19:11:58.953 | + functions-common:get_or_create_role:924 : echo 32c375653746411e93380e7cfd2a652f 2025-04-16 19:11:58.953 | 32c375653746411e93380e7cfd2a652f 2025-04-16 19:11:58.983 | [3566 Async ks-reseller:38162]: finished get_or_create_role ResellerAdmin with result 0 in 1 seconds 2025-04-16 19:11:59.008 | [3566 Async ks-anotherrole:38259]: Waiting for completion of get_or_create_role anotherrole running on PID 38259 (2 other jobs running) 2025-04-16 19:11:59.025 | [3566 Async ks-anotherrole:38259]: Signaling child to exit 2025-04-16 19:11:59.025 | WAKEUP 2025-04-16 19:11:59.041 | [3566 Async ks-anotherrole:38259]: Signaled 2025-04-16 19:11:59.041 | + functions-common:get_or_create_role:918 : local role_id 2025-04-16 19:11:59.042 | ++ 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 19:11:59.042 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:11:59.042 | + functions-common:get_or_create_role:923 : role_id=dbcf2aa2536045d7984a9c97ceb934a8 2025-04-16 19:11:59.042 | + functions-common:get_or_create_role:924 : echo dbcf2aa2536045d7984a9c97ceb934a8 2025-04-16 19:11:59.042 | dbcf2aa2536045d7984a9c97ceb934a8 2025-04-16 19:11:59.072 | [3566 Async ks-anotherrole:38259]: finished get_or_create_role anotherrole with result 0 in 1 seconds 2025-04-16 19:11:59.075 | + inc/async:async_wait:197 : return 0 2025-04-16 19:11:59.077 | + lib/keystone:create_keystone_accounts:356 : async_run ks-demo-member get_or_add_user_project_role member fc98b592bbed4ee79025a562f3cb59dc 3644e97d95094cf59380bda31dd5fd10 2025-04-16 19:11:59.125 | + inc/async:async_inner:63 : get_or_add_user_project_role member fc98b592bbed4ee79025a562f3cb59dc 3644e97d95094cf59380bda31dd5fd10 2025-04-16 19:11:59.154 | [3566 Async ks-demo-member:39100]: running: get_or_add_user_project_role member fc98b592bbed4ee79025a562f3cb59dc 3644e97d95094cf59380bda31dd5fd10 2025-04-16 19:11:59.156 | + lib/keystone:create_keystone_accounts:358 : async_run ks-demo-admin get_or_add_user_project_role admin 065ff92b6d8c4cb5b78a984fbece719a 3644e97d95094cf59380bda31dd5fd10 2025-04-16 19:11:59.202 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 065ff92b6d8c4cb5b78a984fbece719a 3644e97d95094cf59380bda31dd5fd10 2025-04-16 19:11:59.231 | [3566 Async ks-demo-admin:39197]: running: get_or_add_user_project_role admin 065ff92b6d8c4cb5b78a984fbece719a 3644e97d95094cf59380bda31dd5fd10 2025-04-16 19:11:59.233 | + lib/keystone:create_keystone_accounts:359 : async_run ks-demo-another get_or_add_user_project_role anotherrole fc98b592bbed4ee79025a562f3cb59dc 3644e97d95094cf59380bda31dd5fd10 2025-04-16 19:11:59.280 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole fc98b592bbed4ee79025a562f3cb59dc 3644e97d95094cf59380bda31dd5fd10 2025-04-16 19:11:59.310 | [3566 Async ks-demo-another:39294]: running: get_or_add_user_project_role anotherrole fc98b592bbed4ee79025a562f3cb59dc 3644e97d95094cf59380bda31dd5fd10 2025-04-16 19:11:59.311 | + lib/keystone:create_keystone_accounts:360 : async_run ks-demo-invis get_or_add_user_project_role member fc98b592bbed4ee79025a562f3cb59dc 7a6e88b05b4744d7aba540045c8866fd 2025-04-16 19:11:59.360 | + inc/async:async_inner:63 : get_or_add_user_project_role member fc98b592bbed4ee79025a562f3cb59dc 7a6e88b05b4744d7aba540045c8866fd 2025-04-16 19:11:59.389 | [3566 Async ks-demo-invis:39391]: running: get_or_add_user_project_role member fc98b592bbed4ee79025a562f3cb59dc 7a6e88b05b4744d7aba540045c8866fd 2025-04-16 19:11:59.391 | + lib/keystone:create_keystone_accounts:363 : local demo_reader 2025-04-16 19:11:59.393 | ++ lib/keystone:create_keystone_accounts:365 : get_or_create_user demo_reader nomoresecret default demo_reader@example.com 2025-04-16 19:11:59.395 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 19:11:59.397 | ++ functions-common:get_or_create_user:883 : [[ ! -z demo_reader@example.com ]] 2025-04-16 19:11:59.399 | ++ functions-common:get_or_create_user:884 : local email=--email=demo_reader@example.com 2025-04-16 19:11:59.402 | +++ 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 19:12:00.997 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:00.999 | ++ functions-common:get_or_create_user:898 : user_id=c02cbc7fef1b445da865b39499e61428 2025-04-16 19:12:01.001 | ++ functions-common:get_or_create_user:899 : echo c02cbc7fef1b445da865b39499e61428 2025-04-16 19:12:01.004 | + lib/keystone:create_keystone_accounts:365 : demo_reader=c02cbc7fef1b445da865b39499e61428 2025-04-16 19:12:01.006 | + lib/keystone:create_keystone_accounts:367 : async_run ks-demo-reader get_or_add_user_project_role reader c02cbc7fef1b445da865b39499e61428 3644e97d95094cf59380bda31dd5fd10 2025-04-16 19:12:01.066 | + inc/async:async_inner:63 : get_or_add_user_project_role reader c02cbc7fef1b445da865b39499e61428 3644e97d95094cf59380bda31dd5fd10 2025-04-16 19:12:01.097 | [3566 Async ks-demo-reader:39620]: running: get_or_add_user_project_role reader c02cbc7fef1b445da865b39499e61428 3644e97d95094cf59380bda31dd5fd10 2025-04-16 19:12:01.099 | + lib/keystone:create_keystone_accounts:370 : local alt_demo_project 2025-04-16 19:12:01.102 | ++ lib/keystone:create_keystone_accounts:371 : get_or_create_project alt_demo default 2025-04-16 19:12:01.104 | ++ functions-common:get_or_create_project:905 : local project_id 2025-04-16 19:12:01.107 | +++ 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 19:12:02.685 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:02.688 | ++ functions-common:get_or_create_project:911 : project_id=e8d66a497ca346b9a729a5de04de88dc 2025-04-16 19:12:02.689 | ++ functions-common:get_or_create_project:912 : echo e8d66a497ca346b9a729a5de04de88dc 2025-04-16 19:12:02.691 | + lib/keystone:create_keystone_accounts:371 : alt_demo_project=e8d66a497ca346b9a729a5de04de88dc 2025-04-16 19:12:02.693 | + lib/keystone:create_keystone_accounts:373 : local alt_demo_user 2025-04-16 19:12:02.696 | ++ lib/keystone:create_keystone_accounts:375 : get_or_create_user alt_demo nomoresecret default alt_demo@example.com 2025-04-16 19:12:02.698 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 19:12:02.700 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo@example.com ]] 2025-04-16 19:12:02.702 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo@example.com 2025-04-16 19:12:02.704 | +++ 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 19:12:02.985 | + inc/async:async_inner:64 : rc=0 2025-04-16 19:12:03.004 | [39100 Async ks-demo-member:39100]: finished successfully 2025-04-16 19:12:03.060 | + inc/async:async_inner:64 : rc=0 2025-04-16 19:12:03.082 | [39197 Async ks-demo-admin:39197]: finished successfully 2025-04-16 19:12:03.242 | + inc/async:async_inner:64 : rc=0 2025-04-16 19:12:03.257 | [39294 Async ks-demo-another:39294]: finished successfully 2025-04-16 19:12:03.345 | + inc/async:async_inner:64 : rc=0 2025-04-16 19:12:03.364 | [39391 Async ks-demo-invis:39391]: finished successfully 2025-04-16 19:12:04.012 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:04.015 | ++ functions-common:get_or_create_user:898 : user_id=119c626032e34a9db940b6998dbd3f62 2025-04-16 19:12:04.017 | ++ functions-common:get_or_create_user:899 : echo 119c626032e34a9db940b6998dbd3f62 2025-04-16 19:12:04.019 | + lib/keystone:create_keystone_accounts:375 : alt_demo_user=119c626032e34a9db940b6998dbd3f62 2025-04-16 19:12:04.021 | + lib/keystone:create_keystone_accounts:377 : async_run ks-alt-admin get_or_add_user_project_role admin 119c626032e34a9db940b6998dbd3f62 e8d66a497ca346b9a729a5de04de88dc 2025-04-16 19:12:04.070 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 119c626032e34a9db940b6998dbd3f62 e8d66a497ca346b9a729a5de04de88dc 2025-04-16 19:12:04.099 | [3566 Async ks-alt-admin:39996]: running: get_or_add_user_project_role admin 119c626032e34a9db940b6998dbd3f62 e8d66a497ca346b9a729a5de04de88dc 2025-04-16 19:12:04.101 | + lib/keystone:create_keystone_accounts:378 : async_run ks-alt-another get_or_add_user_project_role anotherrole 119c626032e34a9db940b6998dbd3f62 e8d66a497ca346b9a729a5de04de88dc 2025-04-16 19:12:04.149 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 119c626032e34a9db940b6998dbd3f62 e8d66a497ca346b9a729a5de04de88dc 2025-04-16 19:12:04.183 | [3566 Async ks-alt-another:40092]: running: get_or_add_user_project_role anotherrole 119c626032e34a9db940b6998dbd3f62 e8d66a497ca346b9a729a5de04de88dc 2025-04-16 19:12:04.184 | + lib/keystone:create_keystone_accounts:381 : local alt_demo_member 2025-04-16 19:12:04.187 | ++ lib/keystone:create_keystone_accounts:383 : get_or_create_user alt_demo_member nomoresecret default alt_demo_member@example.com 2025-04-16 19:12:04.189 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 19:12:04.191 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo_member@example.com ]] 2025-04-16 19:12:04.193 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo_member@example.com 2025-04-16 19:12:04.196 | +++ 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 19:12:04.831 | + inc/async:async_inner:64 : rc=0 2025-04-16 19:12:04.849 | [39620 Async ks-demo-reader:39620]: finished successfully 2025-04-16 19:12:05.479 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:05.482 | ++ functions-common:get_or_create_user:898 : user_id=d4ba91b3b3424b90adb028e0d6808e35 2025-04-16 19:12:05.484 | ++ functions-common:get_or_create_user:899 : echo d4ba91b3b3424b90adb028e0d6808e35 2025-04-16 19:12:05.487 | + lib/keystone:create_keystone_accounts:383 : alt_demo_member=d4ba91b3b3424b90adb028e0d6808e35 2025-04-16 19:12:05.489 | + lib/keystone:create_keystone_accounts:384 : async_run ks-alt-member-user get_or_add_user_project_role member d4ba91b3b3424b90adb028e0d6808e35 e8d66a497ca346b9a729a5de04de88dc 2025-04-16 19:12:05.539 | + inc/async:async_inner:63 : get_or_add_user_project_role member d4ba91b3b3424b90adb028e0d6808e35 e8d66a497ca346b9a729a5de04de88dc 2025-04-16 19:12:05.572 | [3566 Async ks-alt-member-user:40269]: running: get_or_add_user_project_role member d4ba91b3b3424b90adb028e0d6808e35 e8d66a497ca346b9a729a5de04de88dc 2025-04-16 19:12:05.574 | + lib/keystone:create_keystone_accounts:387 : local alt_demo_reader 2025-04-16 19:12:05.577 | ++ lib/keystone:create_keystone_accounts:389 : get_or_create_user alt_demo_reader nomoresecret default alt_demo_reader@example.com 2025-04-16 19:12:05.579 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 19:12:05.581 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo_reader@example.com ]] 2025-04-16 19:12:05.583 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo_reader@example.com 2025-04-16 19:12:05.586 | +++ 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 19:12:06.959 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:06.962 | ++ functions-common:get_or_create_user:898 : user_id=8afcc0f939654dc88241f2c149d8fbdd 2025-04-16 19:12:06.964 | ++ functions-common:get_or_create_user:899 : echo 8afcc0f939654dc88241f2c149d8fbdd 2025-04-16 19:12:06.966 | + lib/keystone:create_keystone_accounts:389 : alt_demo_reader=8afcc0f939654dc88241f2c149d8fbdd 2025-04-16 19:12:06.969 | + lib/keystone:create_keystone_accounts:390 : async_run ks-alt-reader-user get_or_add_user_project_role reader 8afcc0f939654dc88241f2c149d8fbdd e8d66a497ca346b9a729a5de04de88dc 2025-04-16 19:12:07.018 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 8afcc0f939654dc88241f2c149d8fbdd e8d66a497ca346b9a729a5de04de88dc 2025-04-16 19:12:07.050 | [3566 Async ks-alt-reader-user:40443]: running: get_or_add_user_project_role reader 8afcc0f939654dc88241f2c149d8fbdd e8d66a497ca346b9a729a5de04de88dc 2025-04-16 19:12:07.053 | ++ lib/keystone:create_keystone_accounts:397 : get_or_create_user system_member nomoresecret default system_member@example.com 2025-04-16 19:12:07.055 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 19:12:07.057 | ++ functions-common:get_or_create_user:883 : [[ ! -z system_member@example.com ]] 2025-04-16 19:12:07.059 | ++ functions-common:get_or_create_user:884 : local email=--email=system_member@example.com 2025-04-16 19:12:07.062 | +++ 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 19:12:07.435 | + inc/async:async_inner:64 : rc=0 2025-04-16 19:12:07.454 | [39996 Async ks-alt-admin:39996]: finished successfully 2025-04-16 19:12:07.498 | + inc/async:async_inner:64 : rc=0 2025-04-16 19:12:07.517 | [40092 Async ks-alt-another:40092]: finished successfully 2025-04-16 19:12:08.349 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:08.351 | ++ functions-common:get_or_create_user:898 : user_id=679d8d7801f54687927329d4ed320fff 2025-04-16 19:12:08.353 | ++ functions-common:get_or_create_user:899 : echo 679d8d7801f54687927329d4ed320fff 2025-04-16 19:12:08.355 | + lib/keystone:create_keystone_accounts:397 : system_member_user=679d8d7801f54687927329d4ed320fff 2025-04-16 19:12:08.357 | + lib/keystone:create_keystone_accounts:398 : async_run ks-system-member get_or_add_user_system_role member 679d8d7801f54687927329d4ed320fff all 2025-04-16 19:12:08.406 | + inc/async:async_inner:63 : get_or_add_user_system_role member 679d8d7801f54687927329d4ed320fff all 2025-04-16 19:12:08.437 | [3566 Async ks-system-member:40676]: running: get_or_add_user_system_role member 679d8d7801f54687927329d4ed320fff all 2025-04-16 19:12:08.441 | ++ lib/keystone:create_keystone_accounts:401 : get_or_create_user system_reader nomoresecret default system_reader@example.com 2025-04-16 19:12:08.443 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 19:12:08.445 | ++ functions-common:get_or_create_user:883 : [[ ! -z system_reader@example.com ]] 2025-04-16 19:12:08.447 | ++ functions-common:get_or_create_user:884 : local email=--email=system_reader@example.com 2025-04-16 19:12:08.449 | +++ 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 19:12:08.755 | + inc/async:async_inner:64 : rc=0 2025-04-16 19:12:08.774 | [40269 Async ks-alt-member-user:40269]: finished successfully 2025-04-16 19:12:09.740 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:09.743 | ++ functions-common:get_or_create_user:898 : user_id=39f30f70fd7d4ed7abe6b06c2b2996c0 2025-04-16 19:12:09.745 | ++ functions-common:get_or_create_user:899 : echo 39f30f70fd7d4ed7abe6b06c2b2996c0 2025-04-16 19:12:09.748 | + lib/keystone:create_keystone_accounts:401 : system_reader_user=39f30f70fd7d4ed7abe6b06c2b2996c0 2025-04-16 19:12:09.750 | + lib/keystone:create_keystone_accounts:402 : async_run ks-system-reader get_or_add_user_system_role reader 39f30f70fd7d4ed7abe6b06c2b2996c0 all 2025-04-16 19:12:09.800 | + inc/async:async_inner:63 : get_or_add_user_system_role reader 39f30f70fd7d4ed7abe6b06c2b2996c0 all 2025-04-16 19:12:09.831 | [3566 Async ks-system-reader:40885]: running: get_or_add_user_system_role reader 39f30f70fd7d4ed7abe6b06c2b2996c0 all 2025-04-16 19:12:09.833 | + lib/keystone:create_keystone_accounts:405 : local admin_group 2025-04-16 19:12:09.836 | ++ lib/keystone:create_keystone_accounts:407 : get_or_create_group admins default 'openstack admin group' 2025-04-16 19:12:09.838 | ++ functions-common:get_or_create_group:867 : local 'desc=openstack admin group' 2025-04-16 19:12:09.840 | ++ functions-common:get_or_create_group:868 : local group_id 2025-04-16 19:12:09.843 | +++ 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 19:12:10.152 | + inc/async:async_inner:64 : rc=0 2025-04-16 19:12:10.172 | [40443 Async ks-alt-reader-user:40443]: finished successfully 2025-04-16 19:12:11.145 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:11.148 | ++ functions-common:get_or_create_group:875 : group_id=f893740c879a4113b85db901d5eab1e3 2025-04-16 19:12:11.149 | ++ functions-common:get_or_create_group:876 : echo f893740c879a4113b85db901d5eab1e3 2025-04-16 19:12:11.152 | + lib/keystone:create_keystone_accounts:407 : admin_group=f893740c879a4113b85db901d5eab1e3 2025-04-16 19:12:11.154 | + lib/keystone:create_keystone_accounts:408 : local non_admin_group 2025-04-16 19:12:11.157 | ++ lib/keystone:create_keystone_accounts:410 : get_or_create_group nonadmins default 'non-admin group' 2025-04-16 19:12:11.159 | ++ functions-common:get_or_create_group:867 : local 'desc=non-admin group' 2025-04-16 19:12:11.161 | ++ functions-common:get_or_create_group:868 : local group_id 2025-04-16 19:12:11.164 | +++ 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 19:12:12.412 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:12.414 | ++ functions-common:get_or_create_group:875 : group_id=d4b88a7745ee4904915d7366cba07c6b 2025-04-16 19:12:12.416 | ++ functions-common:get_or_create_group:876 : echo d4b88a7745ee4904915d7366cba07c6b 2025-04-16 19:12:12.418 | + lib/keystone:create_keystone_accounts:410 : non_admin_group=d4b88a7745ee4904915d7366cba07c6b 2025-04-16 19:12:12.420 | + lib/keystone:create_keystone_accounts:412 : async_run ks-group-memberdemo get_or_add_group_project_role member d4b88a7745ee4904915d7366cba07c6b 3644e97d95094cf59380bda31dd5fd10 2025-04-16 19:12:12.471 | + inc/async:async_inner:63 : get_or_add_group_project_role member d4b88a7745ee4904915d7366cba07c6b 3644e97d95094cf59380bda31dd5fd10 2025-04-16 19:12:12.500 | [3566 Async ks-group-memberdemo:41152]: running: get_or_add_group_project_role member d4b88a7745ee4904915d7366cba07c6b 3644e97d95094cf59380bda31dd5fd10 2025-04-16 19:12:12.501 | + lib/keystone:create_keystone_accounts:413 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole d4b88a7745ee4904915d7366cba07c6b 3644e97d95094cf59380bda31dd5fd10 2025-04-16 19:12:12.551 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole d4b88a7745ee4904915d7366cba07c6b 3644e97d95094cf59380bda31dd5fd10 2025-04-16 19:12:12.587 | [3566 Async ks-group-anotherdemo:41231]: running: get_or_add_group_project_role anotherrole d4b88a7745ee4904915d7366cba07c6b 3644e97d95094cf59380bda31dd5fd10 2025-04-16 19:12:12.589 | + lib/keystone:create_keystone_accounts:414 : async_run ks-group-memberalt get_or_add_group_project_role member d4b88a7745ee4904915d7366cba07c6b e8d66a497ca346b9a729a5de04de88dc 2025-04-16 19:12:12.640 | + inc/async:async_inner:63 : get_or_add_group_project_role member d4b88a7745ee4904915d7366cba07c6b e8d66a497ca346b9a729a5de04de88dc 2025-04-16 19:12:12.671 | [3566 Async ks-group-memberalt:41311]: running: get_or_add_group_project_role member d4b88a7745ee4904915d7366cba07c6b e8d66a497ca346b9a729a5de04de88dc 2025-04-16 19:12:12.673 | + lib/keystone:create_keystone_accounts:415 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole d4b88a7745ee4904915d7366cba07c6b e8d66a497ca346b9a729a5de04de88dc 2025-04-16 19:12:12.723 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole d4b88a7745ee4904915d7366cba07c6b e8d66a497ca346b9a729a5de04de88dc 2025-04-16 19:12:12.755 | [3566 Async ks-group-anotheralt:41401]: running: get_or_add_group_project_role anotherrole d4b88a7745ee4904915d7366cba07c6b e8d66a497ca346b9a729a5de04de88dc 2025-04-16 19:12:12.757 | + lib/keystone:create_keystone_accounts:416 : async_run ks-group-admin get_or_add_group_project_role admin f893740c879a4113b85db901d5eab1e3 02796dfa696c46f98aba9ec6c16fb9fb 2025-04-16 19:12:12.776 | + inc/async:async_inner:64 : rc=0 2025-04-16 19:12:12.799 | [40676 Async ks-system-member:40676]: finished successfully 2025-04-16 19:12:12.814 | + inc/async:async_inner:63 : get_or_add_group_project_role admin f893740c879a4113b85db901d5eab1e3 02796dfa696c46f98aba9ec6c16fb9fb 2025-04-16 19:12:12.845 | [3566 Async ks-group-admin:41526]: running: get_or_add_group_project_role admin f893740c879a4113b85db901d5eab1e3 02796dfa696c46f98aba9ec6c16fb9fb 2025-04-16 19:12:12.848 | + 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 19:12:12.886 | [3566 Async ks-demo-member:39100]: Waiting for completion of get_or_add_user_project_role member fc98b592bbed4ee79025a562f3cb59dc 3644e97d95094cf59380bda31dd5fd10 running on PID 39100 (17 other jobs running) 2025-04-16 19:12:12.904 | [3566 Async ks-demo-member:39100]: Signaling child to exit 2025-04-16 19:12:12.905 | WAKEUP 2025-04-16 19:12:12.922 | [3566 Async ks-demo-member:39100]: Signaled 2025-04-16 19:12:12.923 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 19:12:12.923 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 19:12:12.923 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 19:12:12.923 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 19:12:12.923 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 19:12:12.923 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 19:12:12.923 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 19:12:12.923 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 19:12:12.923 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 19:12:12.923 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user fc98b592bbed4ee79025a562f3cb59dc --project 3644e97d95094cf59380bda31dd5fd10 2025-04-16 19:12:12.923 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user fc98b592bbed4ee79025a562f3cb59dc --project 3644e97d95094cf59380bda31dd5fd10 -c Role -f value 2025-04-16 19:12:12.923 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:12.923 | + functions-common:get_or_add_user_project_role:962 : user_role_id=acc2f069418e4c669206f41e81619339 2025-04-16 19:12:12.924 | + functions-common:get_or_add_user_project_role:963 : echo acc2f069418e4c669206f41e81619339 2025-04-16 19:12:12.924 | acc2f069418e4c669206f41e81619339 2025-04-16 19:12:12.957 | [3566 Async ks-demo-member:39100]: finished get_or_add_user_project_role member fc98b592bbed4ee79025a562f3cb59dc 3644e97d95094cf59380bda31dd5fd10 with result 0 in 3 seconds 2025-04-16 19:12:12.983 | [3566 Async ks-demo-admin:39197]: Waiting for completion of get_or_add_user_project_role admin 065ff92b6d8c4cb5b78a984fbece719a 3644e97d95094cf59380bda31dd5fd10 running on PID 39197 (16 other jobs running) 2025-04-16 19:12:13.001 | [3566 Async ks-demo-admin:39197]: Signaling child to exit 2025-04-16 19:12:13.001 | WAKEUP 2025-04-16 19:12:13.017 | [3566 Async ks-demo-admin:39197]: Signaled 2025-04-16 19:12:13.018 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 19:12:13.018 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 19:12:13.018 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 19:12:13.018 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 19:12:13.018 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 19:12:13.018 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 19:12:13.018 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 19:12:13.018 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 19:12:13.018 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 19:12:13.018 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user 065ff92b6d8c4cb5b78a984fbece719a --project 3644e97d95094cf59380bda31dd5fd10 2025-04-16 19:12:13.018 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 065ff92b6d8c4cb5b78a984fbece719a --project 3644e97d95094cf59380bda31dd5fd10 -c Role -f value 2025-04-16 19:12:13.018 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:13.018 | + functions-common:get_or_add_user_project_role:962 : user_role_id=e5878d3fbe2e4c3f98ee05579d9cc138 2025-04-16 19:12:13.018 | + functions-common:get_or_add_user_project_role:963 : echo e5878d3fbe2e4c3f98ee05579d9cc138 2025-04-16 19:12:13.018 | e5878d3fbe2e4c3f98ee05579d9cc138 2025-04-16 19:12:13.050 | [3566 Async ks-demo-admin:39197]: finished get_or_add_user_project_role admin 065ff92b6d8c4cb5b78a984fbece719a 3644e97d95094cf59380bda31dd5fd10 with result 0 in 3 seconds 2025-04-16 19:12:13.077 | [3566 Async ks-demo-another:39294]: Waiting for completion of get_or_add_user_project_role anotherrole fc98b592bbed4ee79025a562f3cb59dc 3644e97d95094cf59380bda31dd5fd10 running on PID 39294 (15 other jobs running) 2025-04-16 19:12:13.095 | [3566 Async ks-demo-another:39294]: Signaling child to exit 2025-04-16 19:12:13.096 | WAKEUP 2025-04-16 19:12:13.111 | [3566 Async ks-demo-another:39294]: Signaled 2025-04-16 19:12:13.112 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 19:12:13.112 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 19:12:13.112 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 19:12:13.112 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 19:12:13.112 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 19:12:13.112 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 19:12:13.112 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 19:12:13.112 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 19:12:13.112 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 19:12:13.112 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add anotherrole --user fc98b592bbed4ee79025a562f3cb59dc --project 3644e97d95094cf59380bda31dd5fd10 2025-04-16 19:12:13.112 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user fc98b592bbed4ee79025a562f3cb59dc --project 3644e97d95094cf59380bda31dd5fd10 -c Role -f value 2025-04-16 19:12:13.112 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:13.112 | + functions-common:get_or_add_user_project_role:962 : user_role_id=dbcf2aa2536045d7984a9c97ceb934a8 2025-04-16 19:12:13.112 | + functions-common:get_or_add_user_project_role:963 : echo dbcf2aa2536045d7984a9c97ceb934a8 2025-04-16 19:12:13.112 | dbcf2aa2536045d7984a9c97ceb934a8 2025-04-16 19:12:13.144 | [3566 Async ks-demo-another:39294]: finished get_or_add_user_project_role anotherrole fc98b592bbed4ee79025a562f3cb59dc 3644e97d95094cf59380bda31dd5fd10 with result 0 in 3 seconds 2025-04-16 19:12:13.170 | [3566 Async ks-demo-invis:39391]: Waiting for completion of get_or_add_user_project_role member fc98b592bbed4ee79025a562f3cb59dc 7a6e88b05b4744d7aba540045c8866fd running on PID 39391 (14 other jobs running) 2025-04-16 19:12:13.187 | [3566 Async ks-demo-invis:39391]: Signaling child to exit 2025-04-16 19:12:13.188 | WAKEUP 2025-04-16 19:12:13.204 | [3566 Async ks-demo-invis:39391]: Signaled 2025-04-16 19:12:13.205 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 19:12:13.205 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 19:12:13.205 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 19:12:13.205 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 19:12:13.205 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 19:12:13.205 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 19:12:13.205 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 19:12:13.205 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 19:12:13.205 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 19:12:13.205 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user fc98b592bbed4ee79025a562f3cb59dc --project 7a6e88b05b4744d7aba540045c8866fd 2025-04-16 19:12:13.205 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user fc98b592bbed4ee79025a562f3cb59dc --project 7a6e88b05b4744d7aba540045c8866fd -c Role -f value 2025-04-16 19:12:13.205 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:13.205 | + functions-common:get_or_add_user_project_role:962 : user_role_id=acc2f069418e4c669206f41e81619339 2025-04-16 19:12:13.205 | + functions-common:get_or_add_user_project_role:963 : echo acc2f069418e4c669206f41e81619339 2025-04-16 19:12:13.206 | acc2f069418e4c669206f41e81619339 2025-04-16 19:12:13.236 | [3566 Async ks-demo-invis:39391]: finished get_or_add_user_project_role member fc98b592bbed4ee79025a562f3cb59dc 7a6e88b05b4744d7aba540045c8866fd with result 0 in 4 seconds 2025-04-16 19:12:13.262 | [3566 Async ks-demo-reader:39620]: Waiting for completion of get_or_add_user_project_role reader c02cbc7fef1b445da865b39499e61428 3644e97d95094cf59380bda31dd5fd10 running on PID 39620 (13 other jobs running) 2025-04-16 19:12:13.279 | [3566 Async ks-demo-reader:39620]: Signaling child to exit 2025-04-16 19:12:13.279 | WAKEUP 2025-04-16 19:12:13.296 | [3566 Async ks-demo-reader:39620]: Signaled 2025-04-16 19:12:13.297 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 19:12:13.297 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 19:12:13.297 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 19:12:13.297 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 19:12:13.297 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 19:12:13.297 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 19:12:13.297 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 19:12:13.297 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 19:12:13.297 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 19:12:13.297 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add reader --user c02cbc7fef1b445da865b39499e61428 --project 3644e97d95094cf59380bda31dd5fd10 2025-04-16 19:12:13.297 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user c02cbc7fef1b445da865b39499e61428 --project 3644e97d95094cf59380bda31dd5fd10 -c Role -f value 2025-04-16 19:12:13.297 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:13.297 | + functions-common:get_or_add_user_project_role:962 : user_role_id=b0d6476f9c7742af903c320a2789cfeb 2025-04-16 19:12:13.297 | + functions-common:get_or_add_user_project_role:963 : echo b0d6476f9c7742af903c320a2789cfeb 2025-04-16 19:12:13.297 | b0d6476f9c7742af903c320a2789cfeb 2025-04-16 19:12:13.329 | [3566 Async ks-demo-reader:39620]: finished get_or_add_user_project_role reader c02cbc7fef1b445da865b39499e61428 3644e97d95094cf59380bda31dd5fd10 with result 0 in 3 seconds 2025-04-16 19:12:13.332 | + inc/async:async_wait:197 : return 0 2025-04-16 19:12:13.336 | + 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 19:12:13.392 | [3566 Async ks-alt-admin:39996]: Waiting for completion of get_or_add_user_project_role admin 119c626032e34a9db940b6998dbd3f62 e8d66a497ca346b9a729a5de04de88dc running on PID 39996 (12 other jobs running) 2025-04-16 19:12:13.411 | [3566 Async ks-alt-admin:39996]: Signaling child to exit 2025-04-16 19:12:13.411 | WAKEUP 2025-04-16 19:12:13.428 | [3566 Async ks-alt-admin:39996]: Signaled 2025-04-16 19:12:13.429 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 19:12:13.429 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 19:12:13.429 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 19:12:13.429 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 19:12:13.429 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 19:12:13.429 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 19:12:13.429 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 19:12:13.429 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 19:12:13.429 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 19:12:13.429 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user 119c626032e34a9db940b6998dbd3f62 --project e8d66a497ca346b9a729a5de04de88dc 2025-04-16 19:12:13.429 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 119c626032e34a9db940b6998dbd3f62 --project e8d66a497ca346b9a729a5de04de88dc -c Role -f value 2025-04-16 19:12:13.429 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:13.429 | + functions-common:get_or_add_user_project_role:962 : user_role_id=e5878d3fbe2e4c3f98ee05579d9cc138 2025-04-16 19:12:13.429 | + functions-common:get_or_add_user_project_role:963 : echo e5878d3fbe2e4c3f98ee05579d9cc138 2025-04-16 19:12:13.429 | e5878d3fbe2e4c3f98ee05579d9cc138 2025-04-16 19:12:13.462 | [3566 Async ks-alt-admin:39996]: finished get_or_add_user_project_role admin 119c626032e34a9db940b6998dbd3f62 e8d66a497ca346b9a729a5de04de88dc with result 0 in 3 seconds 2025-04-16 19:12:13.491 | [3566 Async ks-alt-another:40092]: Waiting for completion of get_or_add_user_project_role anotherrole 119c626032e34a9db940b6998dbd3f62 e8d66a497ca346b9a729a5de04de88dc running on PID 40092 (11 other jobs running) 2025-04-16 19:12:13.522 | [3566 Async ks-alt-another:40092]: Signaling child to exit 2025-04-16 19:12:13.522 | WAKEUP 2025-04-16 19:12:13.542 | [3566 Async ks-alt-another:40092]: Signaled 2025-04-16 19:12:13.544 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 19:12:13.544 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 19:12:13.544 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 19:12:13.544 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 19:12:13.544 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 19:12:13.544 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 19:12:13.544 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 19:12:13.544 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 19:12:13.544 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 19:12:13.544 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add anotherrole --user 119c626032e34a9db940b6998dbd3f62 --project e8d66a497ca346b9a729a5de04de88dc 2025-04-16 19:12:13.544 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 119c626032e34a9db940b6998dbd3f62 --project e8d66a497ca346b9a729a5de04de88dc -c Role -f value 2025-04-16 19:12:13.544 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:13.544 | + functions-common:get_or_add_user_project_role:962 : user_role_id=dbcf2aa2536045d7984a9c97ceb934a8 2025-04-16 19:12:13.544 | + functions-common:get_or_add_user_project_role:963 : echo dbcf2aa2536045d7984a9c97ceb934a8 2025-04-16 19:12:13.544 | dbcf2aa2536045d7984a9c97ceb934a8 2025-04-16 19:12:13.583 | [3566 Async ks-alt-another:40092]: finished get_or_add_user_project_role anotherrole 119c626032e34a9db940b6998dbd3f62 e8d66a497ca346b9a729a5de04de88dc with result 0 in 3 seconds 2025-04-16 19:12:13.612 | [3566 Async ks-alt-member-user:40269]: Waiting for completion of get_or_add_user_project_role member d4ba91b3b3424b90adb028e0d6808e35 e8d66a497ca346b9a729a5de04de88dc running on PID 40269 (10 other jobs running) 2025-04-16 19:12:13.631 | [3566 Async ks-alt-member-user:40269]: Signaling child to exit 2025-04-16 19:12:13.635 | WAKEUP 2025-04-16 19:12:13.652 | [3566 Async ks-alt-member-user:40269]: Signaled 2025-04-16 19:12:13.653 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 19:12:13.653 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 19:12:13.653 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 19:12:13.653 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 19:12:13.653 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 19:12:13.653 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 19:12:13.653 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 19:12:13.653 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 19:12:13.653 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 19:12:13.653 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user d4ba91b3b3424b90adb028e0d6808e35 --project e8d66a497ca346b9a729a5de04de88dc 2025-04-16 19:12:13.653 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user d4ba91b3b3424b90adb028e0d6808e35 --project e8d66a497ca346b9a729a5de04de88dc -c Role -f value 2025-04-16 19:12:13.653 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:13.653 | + functions-common:get_or_add_user_project_role:962 : user_role_id=acc2f069418e4c669206f41e81619339 2025-04-16 19:12:13.653 | + functions-common:get_or_add_user_project_role:963 : echo acc2f069418e4c669206f41e81619339 2025-04-16 19:12:13.653 | acc2f069418e4c669206f41e81619339 2025-04-16 19:12:13.685 | [3566 Async ks-alt-member-user:40269]: finished get_or_add_user_project_role member d4ba91b3b3424b90adb028e0d6808e35 e8d66a497ca346b9a729a5de04de88dc with result 0 in 3 seconds 2025-04-16 19:12:13.715 | [3566 Async ks-alt-reader-user:40443]: Waiting for completion of get_or_add_user_project_role reader 8afcc0f939654dc88241f2c149d8fbdd e8d66a497ca346b9a729a5de04de88dc running on PID 40443 (9 other jobs running) 2025-04-16 19:12:13.735 | [3566 Async ks-alt-reader-user:40443]: Signaling child to exit 2025-04-16 19:12:13.736 | WAKEUP 2025-04-16 19:12:13.752 | [3566 Async ks-alt-reader-user:40443]: Signaled 2025-04-16 19:12:13.753 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 19:12:13.753 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 19:12:13.753 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 19:12:13.753 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 19:12:13.753 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 19:12:13.753 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 19:12:13.753 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 19:12:13.753 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 19:12:13.753 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 19:12:13.753 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add reader --user 8afcc0f939654dc88241f2c149d8fbdd --project e8d66a497ca346b9a729a5de04de88dc 2025-04-16 19:12:13.753 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 8afcc0f939654dc88241f2c149d8fbdd --project e8d66a497ca346b9a729a5de04de88dc -c Role -f value 2025-04-16 19:12:13.753 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:13.753 | + functions-common:get_or_add_user_project_role:962 : user_role_id=b0d6476f9c7742af903c320a2789cfeb 2025-04-16 19:12:13.753 | + functions-common:get_or_add_user_project_role:963 : echo b0d6476f9c7742af903c320a2789cfeb 2025-04-16 19:12:13.753 | b0d6476f9c7742af903c320a2789cfeb 2025-04-16 19:12:13.790 | [3566 Async ks-alt-reader-user:40443]: finished get_or_add_user_project_role reader 8afcc0f939654dc88241f2c149d8fbdd e8d66a497ca346b9a729a5de04de88dc with result 0 in 3 seconds 2025-04-16 19:12:13.793 | + inc/async:async_wait:197 : return 0 2025-04-16 19:12:13.796 | + lib/keystone:create_keystone_accounts:420 : async_wait ks-system-member ks-system-reader 2025-04-16 19:12:13.844 | [3566 Async ks-system-member:40676]: Waiting for completion of get_or_add_user_system_role member 679d8d7801f54687927329d4ed320fff all running on PID 40676 (8 other jobs running) 2025-04-16 19:12:13.863 | [3566 Async ks-system-member:40676]: Signaling child to exit 2025-04-16 19:12:13.864 | WAKEUP 2025-04-16 19:12:13.887 | [3566 Async ks-system-member:40676]: Signaled 2025-04-16 19:12:13.887 | + functions-common:get_or_add_user_system_role:988 : local user_role_id 2025-04-16 19:12:13.887 | + functions-common:get_or_add_user_system_role:989 : local domain_args 2025-04-16 19:12:13.887 | ++ functions-common:get_or_add_user_system_role:991 : _get_domain_args 2025-04-16 19:12:13.887 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 19:12:13.887 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 19:12:13.887 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 19:12:13.887 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 19:12:13.887 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 19:12:13.887 | + functions-common:get_or_add_user_system_role:991 : domain_args= 2025-04-16 19:12:13.887 | ++ functions-common:get_or_add_user_system_role:999 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 679d8d7801f54687927329d4ed320fff --system all -f value -c Role 2025-04-16 19:12:13.887 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:13.887 | + functions-common:get_or_add_user_system_role:999 : user_role_id= 2025-04-16 19:12:13.887 | + functions-common:get_or_add_user_system_role:1000 : [[ -z '' ]] 2025-04-16 19:12:13.887 | + functions-common:get_or_add_user_system_role:1002 : openstack --os-cloud devstack-system-admin role add member --user 679d8d7801f54687927329d4ed320fff --system all 2025-04-16 19:12:13.887 | ++ functions-common:get_or_add_user_system_role:1011 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 679d8d7801f54687927329d4ed320fff --system all -f value -c Role 2025-04-16 19:12:13.887 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:13.887 | + functions-common:get_or_add_user_system_role:1011 : user_role_id= 2025-04-16 19:12:13.887 | + functions-common:get_or_add_user_system_role:1013 : echo 2025-04-16 19:12:13.887 | 2025-04-16 19:12:13.922 | [3566 Async ks-system-member:40676]: finished get_or_add_user_system_role member 679d8d7801f54687927329d4ed320fff all with result 0 in 4 seconds 2025-04-16 19:12:13.950 | [3566 Async ks-system-reader:40885]: Waiting for completion of get_or_add_user_system_role reader 39f30f70fd7d4ed7abe6b06c2b2996c0 all running on PID 40885 (7 other jobs running) 2025-04-16 19:12:13.974 | [3566 Async ks-system-reader:40885]: Signaling child to exit 2025-04-16 19:12:14.259 | + inc/async:async_inner:64 : rc=0 2025-04-16 19:12:14.278 | [40885 Async ks-system-reader:40885]: finished successfully 2025-04-16 19:12:14.294 | WAKEUP 2025-04-16 19:12:14.311 | [3566 Async ks-system-reader:40885]: Signaled 2025-04-16 19:12:14.312 | + functions-common:get_or_add_user_system_role:988 : local user_role_id 2025-04-16 19:12:14.312 | + functions-common:get_or_add_user_system_role:989 : local domain_args 2025-04-16 19:12:14.312 | ++ functions-common:get_or_add_user_system_role:991 : _get_domain_args 2025-04-16 19:12:14.312 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 19:12:14.312 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 19:12:14.312 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 19:12:14.312 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 19:12:14.312 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 19:12:14.312 | + functions-common:get_or_add_user_system_role:991 : domain_args= 2025-04-16 19:12:14.312 | ++ functions-common:get_or_add_user_system_role:999 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 39f30f70fd7d4ed7abe6b06c2b2996c0 --system all -f value -c Role 2025-04-16 19:12:14.312 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:14.312 | + functions-common:get_or_add_user_system_role:999 : user_role_id= 2025-04-16 19:12:14.312 | + functions-common:get_or_add_user_system_role:1000 : [[ -z '' ]] 2025-04-16 19:12:14.312 | + functions-common:get_or_add_user_system_role:1002 : openstack --os-cloud devstack-system-admin role add reader --user 39f30f70fd7d4ed7abe6b06c2b2996c0 --system all 2025-04-16 19:12:14.312 | ++ functions-common:get_or_add_user_system_role:1011 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 39f30f70fd7d4ed7abe6b06c2b2996c0 --system all -f value -c Role 2025-04-16 19:12:14.312 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:14.312 | + functions-common:get_or_add_user_system_role:1011 : user_role_id=b0d6476f9c7742af903c320a2789cfeb 2025-04-16 19:12:14.312 | + functions-common:get_or_add_user_system_role:1013 : echo b0d6476f9c7742af903c320a2789cfeb 2025-04-16 19:12:14.312 | b0d6476f9c7742af903c320a2789cfeb 2025-04-16 19:12:14.345 | [3566 Async ks-system-reader:40885]: finished get_or_add_user_system_role reader 39f30f70fd7d4ed7abe6b06c2b2996c0 all with result 0 in 4 seconds 2025-04-16 19:12:14.348 | + inc/async:async_wait:197 : return 0 2025-04-16 19:12:14.350 | + 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 19:12:14.386 | [3566 Async ks-group-memberdemo:41152]: Waiting for completion of get_or_add_group_project_role member d4b88a7745ee4904915d7366cba07c6b 3644e97d95094cf59380bda31dd5fd10 running on PID 41152 (6 other jobs running) 2025-04-16 19:12:14.404 | [3566 Async ks-group-memberdemo:41152]: Signaling child to exit 2025-04-16 19:12:15.743 | + inc/async:async_inner:64 : rc=0 2025-04-16 19:12:15.763 | [41152 Async ks-group-memberdemo:41152]: finished successfully 2025-04-16 19:12:15.779 | WAKEUP 2025-04-16 19:12:15.797 | [3566 Async ks-group-memberdemo:41152]: Signaled 2025-04-16 19:12:15.798 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-16 19:12:15.798 | + functions-common:get_or_add_group_project_role:1023 : openstack role add member --group d4b88a7745ee4904915d7366cba07c6b --project 3644e97d95094cf59380bda31dd5fd10 2025-04-16 19:12:15.798 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group d4b88a7745ee4904915d7366cba07c6b --project 3644e97d95094cf59380bda31dd5fd10 -f value -c Role 2025-04-16 19:12:15.798 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:15.798 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=acc2f069418e4c669206f41e81619339 2025-04-16 19:12:15.798 | + functions-common:get_or_add_group_project_role:1032 : echo acc2f069418e4c669206f41e81619339 2025-04-16 19:12:15.798 | acc2f069418e4c669206f41e81619339 2025-04-16 19:12:15.815 | + inc/async:async_inner:64 : rc=0 2025-04-16 19:12:15.832 | [3566 Async ks-group-memberdemo:41152]: finished get_or_add_group_project_role member d4b88a7745ee4904915d7366cba07c6b 3644e97d95094cf59380bda31dd5fd10 with result 0 in 3 seconds 2025-04-16 19:12:15.837 | [41231 Async ks-group-anotherdemo:41231]: finished successfully 2025-04-16 19:12:15.862 | [3566 Async ks-group-anotherdemo:41231]: Waiting for completion of get_or_add_group_project_role anotherrole d4b88a7745ee4904915d7366cba07c6b 3644e97d95094cf59380bda31dd5fd10 running on PID 41231 (5 other jobs running) 2025-04-16 19:12:15.882 | [3566 Async ks-group-anotherdemo:41231]: Signaling child to exit 2025-04-16 19:12:15.882 | WAKEUP 2025-04-16 19:12:15.898 | [3566 Async ks-group-anotherdemo:41231]: Signaled 2025-04-16 19:12:15.899 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-16 19:12:15.899 | + functions-common:get_or_add_group_project_role:1023 : openstack role add anotherrole --group d4b88a7745ee4904915d7366cba07c6b --project 3644e97d95094cf59380bda31dd5fd10 2025-04-16 19:12:15.899 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group d4b88a7745ee4904915d7366cba07c6b --project 3644e97d95094cf59380bda31dd5fd10 -f value -c Role 2025-04-16 19:12:15.899 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:15.899 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=dbcf2aa2536045d7984a9c97ceb934a8 2025-04-16 19:12:15.899 | + functions-common:get_or_add_group_project_role:1032 : echo dbcf2aa2536045d7984a9c97ceb934a8 2025-04-16 19:12:15.899 | dbcf2aa2536045d7984a9c97ceb934a8 2025-04-16 19:12:15.934 | [3566 Async ks-group-anotherdemo:41231]: finished get_or_add_group_project_role anotherrole d4b88a7745ee4904915d7366cba07c6b 3644e97d95094cf59380bda31dd5fd10 with result 0 in 3 seconds 2025-04-16 19:12:15.962 | [3566 Async ks-group-memberalt:41311]: Waiting for completion of get_or_add_group_project_role member d4b88a7745ee4904915d7366cba07c6b e8d66a497ca346b9a729a5de04de88dc running on PID 41311 (4 other jobs running) 2025-04-16 19:12:15.984 | [3566 Async ks-group-memberalt:41311]: Signaling child to exit 2025-04-16 19:12:16.014 | + inc/async:async_inner:64 : rc=0 2025-04-16 19:12:16.034 | [41311 Async ks-group-memberalt:41311]: finished successfully 2025-04-16 19:12:16.051 | WAKEUP 2025-04-16 19:12:16.072 | [3566 Async ks-group-memberalt:41311]: Signaled 2025-04-16 19:12:16.072 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-16 19:12:16.072 | + functions-common:get_or_add_group_project_role:1023 : openstack role add member --group d4b88a7745ee4904915d7366cba07c6b --project e8d66a497ca346b9a729a5de04de88dc 2025-04-16 19:12:16.072 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group d4b88a7745ee4904915d7366cba07c6b --project e8d66a497ca346b9a729a5de04de88dc -f value -c Role 2025-04-16 19:12:16.072 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:16.072 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=acc2f069418e4c669206f41e81619339 2025-04-16 19:12:16.072 | + functions-common:get_or_add_group_project_role:1032 : echo acc2f069418e4c669206f41e81619339 2025-04-16 19:12:16.072 | acc2f069418e4c669206f41e81619339 2025-04-16 19:12:16.102 | [3566 Async ks-group-memberalt:41311]: finished get_or_add_group_project_role member d4b88a7745ee4904915d7366cba07c6b e8d66a497ca346b9a729a5de04de88dc with result 0 in 3 seconds 2025-04-16 19:12:16.129 | [3566 Async ks-group-anotheralt:41401]: Waiting for completion of get_or_add_group_project_role anotherrole d4b88a7745ee4904915d7366cba07c6b e8d66a497ca346b9a729a5de04de88dc running on PID 41401 (3 other jobs running) 2025-04-16 19:12:16.148 | [3566 Async ks-group-anotheralt:41401]: Signaling child to exit 2025-04-16 19:12:16.152 | + inc/async:async_inner:64 : rc=0 2025-04-16 19:12:16.170 | [41401 Async ks-group-anotheralt:41401]: finished successfully 2025-04-16 19:12:16.187 | WAKEUP 2025-04-16 19:12:16.204 | [3566 Async ks-group-anotheralt:41401]: Signaled 2025-04-16 19:12:16.205 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-16 19:12:16.205 | + functions-common:get_or_add_group_project_role:1023 : openstack role add anotherrole --group d4b88a7745ee4904915d7366cba07c6b --project e8d66a497ca346b9a729a5de04de88dc 2025-04-16 19:12:16.205 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group d4b88a7745ee4904915d7366cba07c6b --project e8d66a497ca346b9a729a5de04de88dc -f value -c Role 2025-04-16 19:12:16.205 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:16.205 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=dbcf2aa2536045d7984a9c97ceb934a8 2025-04-16 19:12:16.205 | + functions-common:get_or_add_group_project_role:1032 : echo dbcf2aa2536045d7984a9c97ceb934a8 2025-04-16 19:12:16.205 | dbcf2aa2536045d7984a9c97ceb934a8 2025-04-16 19:12:16.231 | + inc/async:async_inner:64 : rc=0 2025-04-16 19:12:16.238 | [3566 Async ks-group-anotheralt:41401]: finished get_or_add_group_project_role anotherrole d4b88a7745ee4904915d7366cba07c6b e8d66a497ca346b9a729a5de04de88dc with result 0 in 3 seconds 2025-04-16 19:12:16.249 | [41526 Async ks-group-admin:41526]: finished successfully 2025-04-16 19:12:16.265 | [3566 Async ks-group-admin:41526]: Waiting for completion of get_or_add_group_project_role admin f893740c879a4113b85db901d5eab1e3 02796dfa696c46f98aba9ec6c16fb9fb running on PID 41526 (2 other jobs running) 2025-04-16 19:12:16.283 | [3566 Async ks-group-admin:41526]: Signaling child to exit 2025-04-16 19:12:16.283 | WAKEUP 2025-04-16 19:12:16.298 | [3566 Async ks-group-admin:41526]: Signaled 2025-04-16 19:12:16.299 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-16 19:12:16.299 | + functions-common:get_or_add_group_project_role:1023 : openstack role add admin --group f893740c879a4113b85db901d5eab1e3 --project 02796dfa696c46f98aba9ec6c16fb9fb 2025-04-16 19:12:16.299 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group f893740c879a4113b85db901d5eab1e3 --project 02796dfa696c46f98aba9ec6c16fb9fb -f value -c Role 2025-04-16 19:12:16.299 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:16.299 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=e5878d3fbe2e4c3f98ee05579d9cc138 2025-04-16 19:12:16.299 | + functions-common:get_or_add_group_project_role:1032 : echo e5878d3fbe2e4c3f98ee05579d9cc138 2025-04-16 19:12:16.299 | e5878d3fbe2e4c3f98ee05579d9cc138 2025-04-16 19:12:16.330 | [3566 Async ks-group-admin:41526]: finished get_or_add_group_project_role admin f893740c879a4113b85db901d5eab1e3 02796dfa696c46f98aba9ec6c16fb9fb with result 0 in 3 seconds 2025-04-16 19:12:16.333 | + inc/async:async_wait:197 : return 0 2025-04-16 19:12:16.335 | + lib/keystone:create_keystone_accounts:423 : is_service_enabled ldap 2025-04-16 19:12:16.349 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:12:16.351 | + stack.sh:main:1130 : is_service_enabled nova 2025-04-16 19:12:16.365 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:12:16.367 | + stack.sh:main:1131 : async_runfunc create_nova_accounts 2025-04-16 19:12:16.369 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2025-04-16 19:12:16.418 | + inc/async:async_inner:63 : create_nova_accounts 2025-04-16 19:12:16.447 | [3566 Async create_nova_accounts:43378]: running: create_nova_accounts 2025-04-16 19:12:16.449 | + stack.sh:main:1133 : is_service_enabled glance 2025-04-16 19:12:16.463 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:12:16.465 | + stack.sh:main:1134 : async_runfunc create_glance_accounts 2025-04-16 19:12:16.467 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2025-04-16 19:12:16.516 | + inc/async:async_inner:63 : create_glance_accounts 2025-04-16 19:12:16.547 | [3566 Async create_glance_accounts:43501]: running: create_glance_accounts 2025-04-16 19:12:16.550 | + stack.sh:main:1136 : is_service_enabled cinder 2025-04-16 19:12:16.564 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:12:16.566 | + stack.sh:main:1137 : async_runfunc create_cinder_accounts 2025-04-16 19:12:16.568 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2025-04-16 19:12:16.616 | + inc/async:async_inner:63 : create_cinder_accounts 2025-04-16 19:12:16.646 | [3566 Async create_cinder_accounts:43640]: running: create_cinder_accounts 2025-04-16 19:12:16.648 | + stack.sh:main:1139 : is_service_enabled neutron 2025-04-16 19:12:16.662 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:12:16.664 | + stack.sh:main:1140 : async_runfunc create_neutron_accounts 2025-04-16 19:12:16.666 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2025-04-16 19:12:16.714 | + inc/async:async_inner:63 : create_neutron_accounts 2025-04-16 19:12:16.746 | [3566 Async create_neutron_accounts:43783]: running: create_neutron_accounts 2025-04-16 19:12:16.749 | + stack.sh:main:1142 : is_service_enabled swift 2025-04-16 19:12:16.765 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:12:16.767 | + stack.sh:main:1151 : is_service_enabled horizon 2025-04-16 19:12:16.780 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:12:16.783 | + stack.sh:main:1156 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2025-04-16 19:12:16.820 | [3566 Async create_nova_accounts:43378]: Waiting for completion of create_nova_accounts running on PID 43378 (5 other jobs running) 2025-04-16 19:12:16.837 | [3566 Async create_nova_accounts:43378]: Signaling child to exit 2025-04-16 19:12:28.868 | + inc/async:async_inner:64 : rc=0 2025-04-16 19:12:28.886 | [43783 Async create_neutron_accounts:43783]: finished successfully 2025-04-16 19:12:37.022 | + inc/async:async_inner:64 : rc=0 2025-04-16 19:12:37.041 | [43640 Async create_cinder_accounts:43640]: finished successfully 2025-04-16 19:12:37.768 | + inc/async:async_inner:64 : rc=0 2025-04-16 19:12:37.787 | [43378 Async create_nova_accounts:43378]: finished successfully 2025-04-16 19:12:37.803 | WAKEUP 2025-04-16 19:12:37.820 | [3566 Async create_nova_accounts:43378]: Signaled 2025-04-16 19:12:37.820 | + 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 19:12:37.820 | + lib/nova:create_nova_accounts:382 : create_service_user nova admin 2025-04-16 19:12:37.821 | + lib/keystone:create_service_user:436 : get_or_create_user nova nomoresecret Default 2025-04-16 19:12:37.821 | + functions-common:get_or_create_user:882 : local user_id 2025-04-16 19:12:37.821 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-16 19:12:37.821 | + functions-common:get_or_create_user:886 : local email= 2025-04-16 19:12:37.821 | ++ 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 19:12:37.821 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:37.821 | + functions-common:get_or_create_user:898 : user_id=e139fe08ff264825a6843ad86f43496b 2025-04-16 19:12:37.821 | + functions-common:get_or_create_user:899 : echo e139fe08ff264825a6843ad86f43496b 2025-04-16 19:12:37.821 | e139fe08ff264825a6843ad86f43496b 2025-04-16 19:12:37.821 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service nova service Default Default 2025-04-16 19:12:37.821 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 19:12:37.821 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 19:12:37.821 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-16 19:12:37.821 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 19:12:37.821 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 19:12:37.821 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-16 19:12:37.821 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-16 19:12:37.821 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-16 19:12:37.821 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-16 19:12:37.821 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-16 19:12:37.821 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-16 19:12:37.821 | + 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 19:12:37.821 | ++ 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 19:12:37.821 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:37.821 | + functions-common:get_or_add_user_project_role:962 : user_role_id=85ed57deae534974a01bb9550637dd81 2025-04-16 19:12:37.821 | + functions-common:get_or_add_user_project_role:963 : echo 85ed57deae534974a01bb9550637dd81 2025-04-16 19:12:37.821 | 85ed57deae534974a01bb9550637dd81 2025-04-16 19:12:37.821 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2025-04-16 19:12:37.821 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin nova service Default Default 2025-04-16 19:12:37.821 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 19:12:37.821 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 19:12:37.821 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-16 19:12:37.821 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 19:12:37.821 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 19:12:37.821 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-16 19:12:37.821 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-16 19:12:37.821 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-16 19:12:37.821 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-16 19:12:37.821 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-16 19:12:37.821 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-16 19:12:37.821 | + 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 19:12:37.821 | ++ 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 19:12:37.821 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:37.821 | + functions-common:get_or_add_user_project_role:962 : user_role_id=e5878d3fbe2e4c3f98ee05579d9cc138 2025-04-16 19:12:37.821 | + functions-common:get_or_add_user_project_role:963 : echo e5878d3fbe2e4c3f98ee05579d9cc138 2025-04-16 19:12:37.821 | e5878d3fbe2e4c3f98ee05579d9cc138 2025-04-16 19:12:37.821 | + lib/nova:create_nova_accounts:384 : local nova_api_url 2025-04-16 19:12:37.821 | + lib/nova:create_nova_accounts:385 : [[ True == \F\a\l\s\e ]] 2025-04-16 19:12:37.821 | + lib/nova:create_nova_accounts:388 : nova_api_url=http://10.180.1.21/compute 2025-04-16 19:12:37.821 | + lib/nova:create_nova_accounts:391 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2025-04-16 19:12:37.821 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-16 19:12:37.821 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2025-04-16 19:12:37.821 | ++ 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 19:12:37.821 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:37.821 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-16 19:12:37.821 | 9f192d1f30e44913b7de92a248adb919' 2025-04-16 19:12:37.821 | + functions-common:get_or_create_service:1050 : echo 9f192d1f30e44913b7de92a248adb919 2025-04-16 19:12:37.821 | 9f192d1f30e44913b7de92a248adb919 2025-04-16 19:12:37.821 | + 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 19:12:37.821 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-16 19:12:37.821 | ++ 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 19:12:37.821 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-16 19:12:37.821 | +++ 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 19:12:37.821 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:37.821 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-16 19:12:37.821 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-16 19:12:37.821 | +++ 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 19:12:37.821 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:37.821 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=41a91d32e4454cb382808cb367a1f0c9 2025-04-16 19:12:37.821 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 41a91d32e4454cb382808cb367a1f0c9 2025-04-16 19:12:37.821 | + functions-common:get_or_create_endpoint:1083 : public_id=41a91d32e4454cb382808cb367a1f0c9 2025-04-16 19:12:37.821 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-16 19:12:37.821 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-16 19:12:37.821 | + functions-common:get_or_create_endpoint:1092 : echo 41a91d32e4454cb382808cb367a1f0c9 2025-04-16 19:12:37.821 | 41a91d32e4454cb382808cb367a1f0c9 2025-04-16 19:12:37.821 | + lib/nova:create_nova_accounts:397 : get_or_create_service nova compute 'Nova Compute Service' 2025-04-16 19:12:37.821 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-16 19:12:37.821 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2025-04-16 19:12:37.821 | ++ 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 19:12:37.821 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:37.821 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-16 19:12:37.821 | c52af6bc9cf94bb4a02bf26d940b7b35' 2025-04-16 19:12:37.821 | + functions-common:get_or_create_service:1050 : echo c52af6bc9cf94bb4a02bf26d940b7b35 2025-04-16 19:12:37.821 | c52af6bc9cf94bb4a02bf26d940b7b35 2025-04-16 19:12:37.821 | + lib/nova:create_nova_accounts:399 : get_or_create_endpoint compute RegionOne http://10.180.1.21/compute/v2.1 2025-04-16 19:12:37.821 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-16 19:12:37.821 | ++ 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 19:12:37.821 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-16 19:12:37.821 | +++ 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 19:12:37.821 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:37.821 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-16 19:12:37.821 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-16 19:12:37.821 | +++ 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 19:12:37.821 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:37.821 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=76b394e1d3cd4bb0b6cf852dce2119f8 2025-04-16 19:12:37.821 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 76b394e1d3cd4bb0b6cf852dce2119f8 2025-04-16 19:12:37.821 | + functions-common:get_or_create_endpoint:1083 : public_id=76b394e1d3cd4bb0b6cf852dce2119f8 2025-04-16 19:12:37.821 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-16 19:12:37.821 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-16 19:12:37.821 | + functions-common:get_or_create_endpoint:1092 : echo 76b394e1d3cd4bb0b6cf852dce2119f8 2025-04-16 19:12:37.821 | 76b394e1d3cd4bb0b6cf852dce2119f8 2025-04-16 19:12:37.821 | + lib/nova:create_nova_accounts:404 : is_service_enabled n-api 2025-04-16 19:12:37.821 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:12:37.821 | + lib/nova:create_nova_accounts:406 : is_service_enabled swift 2025-04-16 19:12:37.821 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:12:37.821 | + lib/nova:create_nova_accounts:414 : is_service_enabled s3api 2025-04-16 19:12:37.822 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:12:37.822 | + lib/nova:create_nova_accounts:425 : is_service_enabled n-api 2025-04-16 19:12:37.822 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:12:37.822 | + lib/nova:create_nova_accounts:426 : [[ False = True ]] 2025-04-16 19:12:37.852 | [3566 Async create_nova_accounts:43378]: finished create_nova_accounts with result 0 in 21 seconds 2025-04-16 19:12:37.878 | [3566 Async create_glance_accounts:43501]: Waiting for completion of create_glance_accounts running on PID 43501 (4 other jobs running) 2025-04-16 19:12:37.895 | [3566 Async create_glance_accounts:43501]: Signaling child to exit 2025-04-16 19:12:38.686 | + inc/async:async_inner:64 : rc=0 2025-04-16 19:12:38.706 | [43501 Async create_glance_accounts:43501]: finished successfully 2025-04-16 19:12:38.723 | WAKEUP 2025-04-16 19:12:38.740 | [3566 Async create_glance_accounts:43501]: Signaled 2025-04-16 19:12:38.741 | + lib/glance:create_glance_accounts:454 : is_service_enabled g-api 2025-04-16 19:12:38.741 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:12:38.741 | + lib/glance:create_glance_accounts:456 : create_service_user glance 2025-04-16 19:12:38.741 | + lib/keystone:create_service_user:436 : get_or_create_user glance nomoresecret Default 2025-04-16 19:12:38.741 | + functions-common:get_or_create_user:882 : local user_id 2025-04-16 19:12:38.741 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-16 19:12:38.741 | + functions-common:get_or_create_user:886 : local email= 2025-04-16 19:12:38.741 | ++ 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 19:12:38.741 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:38.741 | + functions-common:get_or_create_user:898 : user_id=ee279b7ed6a94c18a3e94e05d13acfc6 2025-04-16 19:12:38.741 | + functions-common:get_or_create_user:899 : echo ee279b7ed6a94c18a3e94e05d13acfc6 2025-04-16 19:12:38.741 | ee279b7ed6a94c18a3e94e05d13acfc6 2025-04-16 19:12:38.741 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service glance service Default Default 2025-04-16 19:12:38.741 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 19:12:38.741 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 19:12:38.741 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-16 19:12:38.741 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 19:12:38.741 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 19:12:38.741 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-16 19:12:38.741 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-16 19:12:38.741 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-16 19:12:38.741 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-16 19:12:38.741 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-16 19:12:38.741 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-16 19:12:38.741 | + 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 19:12:38.741 | ++ 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 19:12:38.741 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:38.741 | + functions-common:get_or_add_user_project_role:962 : user_role_id=85ed57deae534974a01bb9550637dd81 2025-04-16 19:12:38.741 | + functions-common:get_or_add_user_project_role:963 : echo 85ed57deae534974a01bb9550637dd81 2025-04-16 19:12:38.741 | 85ed57deae534974a01bb9550637dd81 2025-04-16 19:12:38.741 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-04-16 19:12:38.741 | + lib/glance:create_glance_accounts:459 : is_service_enabled s-proxy 2025-04-16 19:12:38.741 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:12:38.741 | + lib/glance:create_glance_accounts:463 : get_or_create_service glance image 'Glance Image Service' 2025-04-16 19:12:38.741 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-16 19:12:38.741 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2025-04-16 19:12:38.741 | ++ 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 19:12:38.741 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:38.741 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-16 19:12:38.741 | 796d4c405d1043cb858fcd9ad2561eb0' 2025-04-16 19:12:38.741 | + functions-common:get_or_create_service:1050 : echo 796d4c405d1043cb858fcd9ad2561eb0 2025-04-16 19:12:38.741 | 796d4c405d1043cb858fcd9ad2561eb0 2025-04-16 19:12:38.741 | + lib/glance:create_glance_accounts:465 : get_or_create_endpoint image RegionOne http://10.180.1.21/image 2025-04-16 19:12:38.741 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-16 19:12:38.741 | ++ 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 19:12:38.741 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-16 19:12:38.741 | +++ 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 19:12:38.741 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:38.741 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-16 19:12:38.741 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-16 19:12:38.741 | +++ 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 19:12:38.741 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:38.741 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=c18e14c106dd43d5a1554df555bb2805 2025-04-16 19:12:38.741 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo c18e14c106dd43d5a1554df555bb2805 2025-04-16 19:12:38.741 | + functions-common:get_or_create_endpoint:1083 : public_id=c18e14c106dd43d5a1554df555bb2805 2025-04-16 19:12:38.741 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-16 19:12:38.742 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-16 19:12:38.742 | + functions-common:get_or_create_endpoint:1092 : echo c18e14c106dd43d5a1554df555bb2805 2025-04-16 19:12:38.742 | c18e14c106dd43d5a1554df555bb2805 2025-04-16 19:12:38.742 | ++ lib/glance:create_glance_accounts:470 : get_or_create_domain Default 2025-04-16 19:12:38.742 | ++ functions-common:get_or_create_domain:855 : local domain_id 2025-04-16 19:12:38.742 | +++ 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 19:12:38.742 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:38.742 | ++ functions-common:get_or_create_domain:860 : domain_id=default 2025-04-16 19:12:38.742 | ++ functions-common:get_or_create_domain:861 : echo default 2025-04-16 19:12:38.742 | + lib/glance:create_glance_accounts:470 : service_domain_id=default 2025-04-16 19:12:38.742 | + lib/glance:create_glance_accounts:471 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2025-04-16 19:12:38.742 | + lib/glance:create_glance_accounts:472 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2025-04-16 19:12:38.742 | + lib/glance:create_glance_accounts:474 : [[ True = True ]] 2025-04-16 19:12:38.742 | + lib/glance:create_glance_accounts:475 : configure_glance_quotas 2025-04-16 19:12:38.742 | + 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 19:12:38.742 | +---------------+----------------------------------+ 2025-04-16 19:12:38.742 | | Field | Value | 2025-04-16 19:12:38.742 | +---------------+----------------------------------+ 2025-04-16 19:12:38.742 | | default_limit | 2000 | 2025-04-16 19:12:38.742 | | description | None | 2025-04-16 19:12:38.742 | | id | 5e30c274c6534bcbaecdeeb21cd27b00 | 2025-04-16 19:12:38.742 | | region_id | RegionOne | 2025-04-16 19:12:38.742 | | resource_name | image_size_total | 2025-04-16 19:12:38.742 | | service_id | 796d4c405d1043cb858fcd9ad2561eb0 | 2025-04-16 19:12:38.742 | +---------------+----------------------------------+ 2025-04-16 19:12:38.742 | + 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 19:12:38.742 | +---------------+----------------------------------+ 2025-04-16 19:12:38.742 | | Field | Value | 2025-04-16 19:12:38.742 | +---------------+----------------------------------+ 2025-04-16 19:12:38.742 | | default_limit | 2000 | 2025-04-16 19:12:38.742 | | description | None | 2025-04-16 19:12:38.742 | | id | 11a16e1e4c474989bf07eea163ca7a5d | 2025-04-16 19:12:38.742 | | region_id | RegionOne | 2025-04-16 19:12:38.742 | | resource_name | image_stage_total | 2025-04-16 19:12:38.742 | | service_id | 796d4c405d1043cb858fcd9ad2561eb0 | 2025-04-16 19:12:38.742 | +---------------+----------------------------------+ 2025-04-16 19:12:38.742 | + 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 19:12:38.742 | +---------------+----------------------------------+ 2025-04-16 19:12:38.742 | | Field | Value | 2025-04-16 19:12:38.742 | +---------------+----------------------------------+ 2025-04-16 19:12:38.742 | | default_limit | 100 | 2025-04-16 19:12:38.742 | | description | None | 2025-04-16 19:12:38.742 | | id | 8fae4824eb1842878cced81f9ee2b3ac | 2025-04-16 19:12:38.742 | | region_id | RegionOne | 2025-04-16 19:12:38.742 | | resource_name | image_count_total | 2025-04-16 19:12:38.742 | | service_id | 796d4c405d1043cb858fcd9ad2561eb0 | 2025-04-16 19:12:38.742 | +---------------+----------------------------------+ 2025-04-16 19:12:38.742 | + 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 19:12:38.742 | +---------------+----------------------------------+ 2025-04-16 19:12:38.742 | | Field | Value | 2025-04-16 19:12:38.742 | +---------------+----------------------------------+ 2025-04-16 19:12:38.742 | | default_limit | 100 | 2025-04-16 19:12:38.742 | | description | None | 2025-04-16 19:12:38.742 | | id | 00af1090925a4fcca6faf49547ed049e | 2025-04-16 19:12:38.742 | | region_id | RegionOne | 2025-04-16 19:12:38.742 | | resource_name | image_count_uploading | 2025-04-16 19:12:38.742 | | service_id | 796d4c405d1043cb858fcd9ad2561eb0 | 2025-04-16 19:12:38.742 | +---------------+----------------------------------+ 2025-04-16 19:12:38.742 | + lib/glance:configure_glance_quotas:303 : iniset /etc/glance/glance-api.conf DEFAULT use_keystone_limits True 2025-04-16 19:12:38.742 | + lib/glance:configure_glance_quotas:306 : iniset /etc/glance/glance-api.conf oslo_limit user_domain_name Default 2025-04-16 19:12:38.742 | + lib/glance:configure_glance_quotas:307 : iniset /etc/glance/glance-api.conf oslo_limit password nomoresecret 2025-04-16 19:12:38.742 | + lib/glance:configure_glance_quotas:308 : iniset /etc/glance/glance-api.conf oslo_limit username glance 2025-04-16 19:12:38.742 | + lib/glance:configure_glance_quotas:309 : iniset /etc/glance/glance-api.conf oslo_limit auth_type password 2025-04-16 19:12:38.743 | + 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 19:12:38.743 | + lib/glance:configure_glance_quotas:311 : iniset /etc/glance/glance-api.conf oslo_limit system_scope all 2025-04-16 19:12:38.743 | ++ lib/glance:configure_glance_quotas:312 : oscwrap --os-cloud devstack-system-admin endpoint list --service glance -f value -c ID 2025-04-16 19:12:38.743 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:38.743 | + lib/glance:configure_glance_quotas:312 : iniset /etc/glance/glance-api.conf oslo_limit endpoint_id c18e14c106dd43d5a1554df555bb2805 2025-04-16 19:12:38.743 | + 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 19:12:38.772 | [3566 Async create_glance_accounts:43501]: finished create_glance_accounts with result 0 in 22 seconds 2025-04-16 19:12:38.798 | [3566 Async create_cinder_accounts:43640]: Waiting for completion of create_cinder_accounts running on PID 43640 (3 other jobs running) 2025-04-16 19:12:38.816 | [3566 Async create_cinder_accounts:43640]: Signaling child to exit 2025-04-16 19:12:38.816 | WAKEUP 2025-04-16 19:12:38.831 | [3566 Async create_cinder_accounts:43640]: Signaled 2025-04-16 19:12:38.832 | + 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 19:12:38.832 | + lib/cinder:create_cinder_accounts:443 : local extra_role= 2025-04-16 19:12:38.832 | + lib/cinder:create_cinder_accounts:446 : is_service_enabled barbican 2025-04-16 19:12:38.832 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:12:38.832 | + lib/cinder:create_cinder_accounts:450 : create_service_user cinder 2025-04-16 19:12:38.832 | + lib/keystone:create_service_user:436 : get_or_create_user cinder nomoresecret Default 2025-04-16 19:12:38.832 | + functions-common:get_or_create_user:882 : local user_id 2025-04-16 19:12:38.832 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-16 19:12:38.832 | + functions-common:get_or_create_user:886 : local email= 2025-04-16 19:12:38.832 | ++ 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 19:12:38.832 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:38.832 | + functions-common:get_or_create_user:898 : user_id=ab28ece2f8a74a51ac848cda617a10e1 2025-04-16 19:12:38.832 | + functions-common:get_or_create_user:899 : echo ab28ece2f8a74a51ac848cda617a10e1 2025-04-16 19:12:38.832 | ab28ece2f8a74a51ac848cda617a10e1 2025-04-16 19:12:38.832 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service cinder service Default Default 2025-04-16 19:12:38.832 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 19:12:38.832 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 19:12:38.832 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-16 19:12:38.832 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 19:12:38.832 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 19:12:38.832 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-16 19:12:38.832 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-16 19:12:38.832 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-16 19:12:38.832 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-16 19:12:38.832 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-16 19:12:38.832 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-16 19:12:38.832 | + 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 19:12:38.832 | ++ 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 19:12:38.832 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:38.832 | + functions-common:get_or_add_user_project_role:962 : user_role_id=85ed57deae534974a01bb9550637dd81 2025-04-16 19:12:38.832 | + functions-common:get_or_add_user_project_role:963 : echo 85ed57deae534974a01bb9550637dd81 2025-04-16 19:12:38.832 | 85ed57deae534974a01bb9550637dd81 2025-04-16 19:12:38.832 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-04-16 19:12:38.832 | + lib/cinder:create_cinder_accounts:453 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2025-04-16 19:12:38.832 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-16 19:12:38.832 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2025-04-16 19:12:38.832 | ++ 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 19:12:38.832 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:38.832 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-16 19:12:38.832 | e2f8a77476454617a61892c3b0bd9104' 2025-04-16 19:12:38.832 | + functions-common:get_or_create_service:1050 : echo e2f8a77476454617a61892c3b0bd9104 2025-04-16 19:12:38.832 | e2f8a77476454617a61892c3b0bd9104 2025-04-16 19:12:38.832 | + lib/cinder:create_cinder_accounts:454 : '[' True == False ']' 2025-04-16 19:12:38.832 | + 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 19:12:38.832 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-16 19:12:38.832 | ++ 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 19:12:38.832 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-16 19:12:38.832 | +++ 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 19:12:38.833 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:38.833 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-16 19:12:38.833 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-16 19:12:38.833 | +++ 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 19:12:38.833 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:38.833 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=460cd2e1db554cfa8a6adbbdbd8255f9 2025-04-16 19:12:38.833 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 460cd2e1db554cfa8a6adbbdbd8255f9 2025-04-16 19:12:38.833 | + functions-common:get_or_create_endpoint:1083 : public_id=460cd2e1db554cfa8a6adbbdbd8255f9 2025-04-16 19:12:38.833 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-16 19:12:38.833 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-16 19:12:38.833 | + functions-common:get_or_create_endpoint:1092 : echo 460cd2e1db554cfa8a6adbbdbd8255f9 2025-04-16 19:12:38.833 | 460cd2e1db554cfa8a6adbbdbd8255f9 2025-04-16 19:12:38.833 | + lib/cinder:create_cinder_accounts:471 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2025-04-16 19:12:38.833 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-16 19:12:38.833 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2025-04-16 19:12:38.833 | ++ 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 19:12:38.833 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:38.833 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-16 19:12:38.833 | 538ef437cf1c4c2bb4ddc10ff45be4fc' 2025-04-16 19:12:38.833 | + functions-common:get_or_create_service:1050 : echo 538ef437cf1c4c2bb4ddc10ff45be4fc 2025-04-16 19:12:38.833 | 538ef437cf1c4c2bb4ddc10ff45be4fc 2025-04-16 19:12:38.833 | + 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 19:12:38.833 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-16 19:12:38.833 | ++ 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 19:12:38.833 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-16 19:12:38.833 | +++ 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 19:12:38.833 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:38.833 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-16 19:12:38.833 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-16 19:12:38.833 | +++ 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 19:12:38.833 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:38.833 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=b0c5659eda0b4a96ac055555e49faf87 2025-04-16 19:12:38.833 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo b0c5659eda0b4a96ac055555e49faf87 2025-04-16 19:12:38.833 | + functions-common:get_or_create_endpoint:1083 : public_id=b0c5659eda0b4a96ac055555e49faf87 2025-04-16 19:12:38.833 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-16 19:12:38.833 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-16 19:12:38.833 | + functions-common:get_or_create_endpoint:1092 : echo b0c5659eda0b4a96ac055555e49faf87 2025-04-16 19:12:38.833 | b0c5659eda0b4a96ac055555e49faf87 2025-04-16 19:12:38.833 | + lib/cinder:create_cinder_accounts:478 : configure_cinder_internal_tenant 2025-04-16 19:12:38.833 | ++ lib/cinder:configure_cinder_internal_tenant:709 : get_or_create_project service 2025-04-16 19:12:38.833 | ++ functions-common:get_or_create_project:905 : local project_id 2025-04-16 19:12:38.833 | +++ 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 19:12:38.833 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:38.833 | ++ functions-common:get_or_create_project:911 : project_id=41367e14817b46bab0e094ab6ad81696 2025-04-16 19:12:38.833 | ++ functions-common:get_or_create_project:912 : echo 41367e14817b46bab0e094ab6ad81696 2025-04-16 19:12:38.833 | + lib/cinder:configure_cinder_internal_tenant:709 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id 41367e14817b46bab0e094ab6ad81696 2025-04-16 19:12:38.833 | ++ lib/cinder:configure_cinder_internal_tenant:710 : get_or_create_user cinder 2025-04-16 19:12:38.833 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 19:12:38.833 | ++ functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-16 19:12:38.833 | ++ functions-common:get_or_create_user:886 : local email= 2025-04-16 19:12:38.833 | +++ 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 19:12:38.833 | No password was supplied, authentication will fail when a user does not have a password. 2025-04-16 19:12:38.833 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:38.833 | ++ functions-common:get_or_create_user:898 : user_id=ab28ece2f8a74a51ac848cda617a10e1 2025-04-16 19:12:38.833 | ++ functions-common:get_or_create_user:899 : echo ab28ece2f8a74a51ac848cda617a10e1 2025-04-16 19:12:38.833 | + lib/cinder:configure_cinder_internal_tenant:710 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id ab28ece2f8a74a51ac848cda617a10e1 2025-04-16 19:12:38.863 | [3566 Async create_cinder_accounts:43640]: finished create_cinder_accounts with result 0 in 20 seconds 2025-04-16 19:12:38.866 | + inc/async:async_wait:197 : return 0 2025-04-16 19:12:38.868 | + stack.sh:main:1157 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2025-04-16 19:12:38.905 | [3566 Async create_neutron_accounts:43783]: Waiting for completion of create_neutron_accounts running on PID 43783 (2 other jobs running) 2025-04-16 19:12:38.923 | [3566 Async create_neutron_accounts:43783]: Signaling child to exit 2025-04-16 19:12:38.923 | WAKEUP 2025-04-16 19:12:38.939 | [3566 Async create_neutron_accounts:43783]: Signaled 2025-04-16 19:12:38.939 | + lib/neutron:create_neutron_accounts:488 : local neutron_url 2025-04-16 19:12:38.940 | + lib/neutron:create_neutron_accounts:489 : '[' False == True ']' 2025-04-16 19:12:38.940 | + lib/neutron:create_neutron_accounts:492 : neutron_url=http://10.180.1.21:9696/ 2025-04-16 19:12:38.940 | + lib/neutron:create_neutron_accounts:494 : '[' '!' -z networking ']' 2025-04-16 19:12:38.940 | + lib/neutron:create_neutron_accounts:495 : neutron_url=http://10.180.1.21:9696/networking 2025-04-16 19:12:38.940 | + lib/neutron:create_neutron_accounts:498 : is_service_enabled q-svc neutron-api 2025-04-16 19:12:38.940 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:12:38.940 | + lib/neutron:create_neutron_accounts:500 : create_service_user neutron 2025-04-16 19:12:38.940 | + lib/keystone:create_service_user:436 : get_or_create_user neutron nomoresecret Default 2025-04-16 19:12:38.940 | + functions-common:get_or_create_user:882 : local user_id 2025-04-16 19:12:38.940 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-16 19:12:38.940 | + functions-common:get_or_create_user:886 : local email= 2025-04-16 19:12:38.940 | ++ 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 19:12:38.940 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:38.940 | + functions-common:get_or_create_user:898 : user_id=c67b46f8f47b4ebe8509be6813a5c707 2025-04-16 19:12:38.940 | + functions-common:get_or_create_user:899 : echo c67b46f8f47b4ebe8509be6813a5c707 2025-04-16 19:12:38.940 | c67b46f8f47b4ebe8509be6813a5c707 2025-04-16 19:12:38.940 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service neutron service Default Default 2025-04-16 19:12:38.940 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 19:12:38.940 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 19:12:38.940 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-16 19:12:38.940 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 19:12:38.940 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 19:12:38.940 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-16 19:12:38.940 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-16 19:12:38.940 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-16 19:12:38.940 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-16 19:12:38.940 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-16 19:12:38.940 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-16 19:12:38.940 | + 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 19:12:38.940 | ++ 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 19:12:38.940 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:38.940 | + functions-common:get_or_add_user_project_role:962 : user_role_id=85ed57deae534974a01bb9550637dd81 2025-04-16 19:12:38.940 | + functions-common:get_or_add_user_project_role:963 : echo 85ed57deae534974a01bb9550637dd81 2025-04-16 19:12:38.940 | 85ed57deae534974a01bb9550637dd81 2025-04-16 19:12:38.940 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-04-16 19:12:38.940 | + lib/neutron:create_neutron_accounts:502 : get_or_create_service neutron network 'Neutron Service' 2025-04-16 19:12:38.940 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-16 19:12:38.940 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2025-04-16 19:12:38.940 | ++ 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 19:12:38.940 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:38.940 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-16 19:12:38.940 | d2336092b7a4473bab9d46bb6d028d82' 2025-04-16 19:12:38.940 | + functions-common:get_or_create_service:1050 : echo d2336092b7a4473bab9d46bb6d028d82 2025-04-16 19:12:38.940 | d2336092b7a4473bab9d46bb6d028d82 2025-04-16 19:12:38.940 | + lib/neutron:create_neutron_accounts:504 : get_or_create_endpoint network RegionOne http://10.180.1.21:9696/networking 2025-04-16 19:12:38.940 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-16 19:12:38.940 | ++ 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 19:12:38.940 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-16 19:12:38.940 | +++ 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 19:12:38.940 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:38.940 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-16 19:12:38.940 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-16 19:12:38.940 | +++ 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 19:12:38.940 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:12:38.940 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=3629325873684d57941dfce53a4b05cd 2025-04-16 19:12:38.940 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 3629325873684d57941dfce53a4b05cd 2025-04-16 19:12:38.940 | + functions-common:get_or_create_endpoint:1083 : public_id=3629325873684d57941dfce53a4b05cd 2025-04-16 19:12:38.940 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-16 19:12:38.940 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-16 19:12:38.940 | + functions-common:get_or_create_endpoint:1092 : echo 3629325873684d57941dfce53a4b05cd 2025-04-16 19:12:38.940 | 3629325873684d57941dfce53a4b05cd 2025-04-16 19:12:38.971 | [3566 Async create_neutron_accounts:43783]: finished create_neutron_accounts with result 0 in 12 seconds 2025-04-16 19:12:38.976 | Not waiting for async task create_swift_accounts that we never started or has already been waited for 2025-04-16 19:12:38.980 | Not waiting for async task configure_horizon that we never started or has already been waited for 2025-04-16 19:12:38.983 | + inc/async:async_wait:197 : return 0 2025-04-16 19:12:38.985 | + stack.sh:main:1163 : is_service_enabled mysql postgresql 2025-04-16 19:12:38.998 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:12:39.000 | + stack.sh:main:1163 : is_service_enabled glance 2025-04-16 19:12:39.014 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:12:39.016 | + stack.sh:main:1164 : echo_summary 'Configuring Glance' 2025-04-16 19:12:39.018 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 19:12:39.020 | + stack.sh:echo_summary:461 : echo -e Configuring Glance 2025-04-16 19:12:39.022 | + stack.sh:main:1165 : async_runfunc init_glance 2025-04-16 19:12:39.024 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2025-04-16 19:12:39.073 | + inc/async:async_inner:63 : init_glance 2025-04-16 19:12:39.102 | [3566 Async init_glance:46063]: running: init_glance 2025-04-16 19:12:39.104 | + stack.sh:main:1172 : is_service_enabled neutron 2025-04-16 19:12:39.119 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:12:39.122 | + stack.sh:main:1173 : echo_summary 'Configuring Neutron' 2025-04-16 19:12:39.124 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 19:12:39.126 | + stack.sh:echo_summary:461 : echo -e Configuring Neutron 2025-04-16 19:12:39.128 | + stack.sh:main:1175 : configure_neutron 2025-04-16 19:12:39.130 | + lib/neutron:configure_neutron:380 : _configure_neutron_common 2025-04-16 19:12:39.132 | + lib/neutron:_configure_neutron_common:858 : _create_neutron_conf_dir 2025-04-16 19:12:39.134 | + lib/neutron:_create_neutron_conf_dir:851 : sudo install -d -o stack /etc/neutron 2025-04-16 19:12:39.144 | + lib/neutron:_configure_neutron_common:861 : cd /opt/stack//neutron 2025-04-16 19:12:39.145 | + lib/neutron:_configure_neutron_common:861 : exec ./tools/generate_config_file_samples.sh 2025-04-16 19:12:43.490 | + inc/async:async_inner:64 : rc=0 2025-04-16 19:12:43.510 | [46063 Async init_glance:46063]: finished successfully 2025-04-16 19:12:57.408 | + lib/neutron:_configure_neutron_common:863 : cp /opt/stack//neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2025-04-16 19:12:57.412 | + lib/neutron:_configure_neutron_common:865 : Q_POLICY_FILE=/etc/neutron/policy.json 2025-04-16 19:12:57.414 | + lib/neutron:_configure_neutron_common:869 : '[' -f /opt/stack//neutron/etc/policy.json ']' 2025-04-16 19:12:57.416 | + lib/neutron:_configure_neutron_common:873 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2025-04-16 19:12:57.418 | + lib/neutron:_configure_neutron_common:878 : neutron_plugin_configure_common 2025-04-16 19:12:57.420 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2025-04-16 19:12:57.422 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2025-04-16 19:12:57.424 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2025-04-16 19:12:57.426 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : neutron_service_plugin_class_add router 2025-04-16 19:12:57.428 | + lib/neutron:neutron_service_plugin_class_add:1036 : local service_plugin_class=router 2025-04-16 19:12:57.430 | + lib/neutron:neutron_service_plugin_class_add:1037 : [[ '' == '' ]] 2025-04-16 19:12:57.432 | + lib/neutron:neutron_service_plugin_class_add:1038 : Q_SERVICE_PLUGIN_CLASSES=router 2025-04-16 19:12:57.434 | + lib/neutron:_configure_neutron_common:880 : [[ etc/neutron/plugins/ml2 == '' ]] 2025-04-16 19:12:57.436 | + lib/neutron:_configure_neutron_common:880 : [[ ml2_conf.ini == '' ]] 2025-04-16 19:12:57.438 | + lib/neutron:_configure_neutron_common:880 : [[ ml2 == '' ]] 2025-04-16 19:12:57.440 | + lib/neutron:_configure_neutron_common:885 : mkdir -p /etc/neutron/plugins/ml2 2025-04-16 19:12:57.443 | + lib/neutron:_configure_neutron_common:886 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 19:12:57.445 | + lib/neutron:_configure_neutron_common:889 : NEUTRON_CORE_PLUGIN_CONF=etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 19:12:57.447 | + lib/neutron:_configure_neutron_common:892 : '[' -f /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2025-04-16 19:12:57.449 | + 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 19:12:57.453 | ++ lib/neutron:_configure_neutron_common:898 : database_connection_url neutron 2025-04-16 19:12:57.455 | ++ lib/database:database_connection_url:134 : local db=neutron 2025-04-16 19:12:57.457 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2025-04-16 19:12:57.459 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=neutron 2025-04-16 19:12:57.460 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 19:12:57.462 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 19:12:57.464 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 19:12:57.476 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:12:57.478 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 19:12:57.479 | ++ 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 19:12:57.482 | + 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 19:12:57.506 | + lib/neutron:_configure_neutron_common:899 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2025-04-16 19:12:57.530 | + lib/neutron:_configure_neutron_common:900 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2025-04-16 19:12:57.554 | + lib/neutron:_configure_neutron_common:901 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2025-04-16 19:12:57.578 | + lib/neutron:_configure_neutron_common:902 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2025-04-16 19:12:57.602 | + lib/neutron:_configure_neutron_common:905 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2025-04-16 19:12:57.627 | + lib/neutron:_configure_neutron_common:907 : '[' vsphere = fake ']' 2025-04-16 19:12:57.629 | + lib/neutron:_configure_neutron_common:917 : setup_logging /etc/neutron/neutron.conf 2025-04-16 19:12:57.631 | + functions:setup_logging:685 : setup_systemd_logging /etc/neutron/neutron.conf 2025-04-16 19:12:57.633 | + functions:setup_systemd_logging:700 : local conf_file=/etc/neutron/neutron.conf 2025-04-16 19:12:57.635 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-16 19:12:57.648 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-16 19:12:57.649 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-16 19:12:57.651 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-16 19:12:57.653 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-16 19:12:57.655 | + 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 19:12:57.678 | + 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 19:12:57.702 | + 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 19:12:57.726 | + functions:setup_systemd_logging:717 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-16 19:12:57.751 | + lib/neutron:_configure_neutron_common:919 : is_service_enabled tls-proxy 2025-04-16 19:12:57.765 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:12:57.767 | + lib/neutron:_configure_neutron_common:925 : _neutron_setup_rootwrap 2025-04-16 19:12:57.769 | + lib/neutron:_neutron_setup_rootwrap:1071 : [[ True == \F\a\l\s\e ]] 2025-04-16 19:12:57.771 | + lib/neutron:_neutron_setup_rootwrap:1075 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2025-04-16 19:12:57.773 | + lib/neutron:_neutron_setup_rootwrap:1076 : [[ -d /etc/neutron/rootwrap.d ]] 2025-04-16 19:12:57.775 | + lib/neutron:_neutron_setup_rootwrap:1080 : neutron_deploy_rootwrap_filters /opt/stack//neutron 2025-04-16 19:12:57.777 | + lib/neutron:neutron_deploy_rootwrap_filters:1061 : [[ True == \F\a\l\s\e ]] 2025-04-16 19:12:57.780 | + lib/neutron:neutron_deploy_rootwrap_filters:1064 : local srcdir=/opt/stack//neutron 2025-04-16 19:12:57.782 | + lib/neutron:neutron_deploy_rootwrap_filters:1065 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2025-04-16 19:12:57.792 | + 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 19:12:57.801 | + lib/neutron:_neutron_setup_rootwrap:1084 : test -r /opt/stack//neutron/etc/neutron/rootwrap.conf 2025-04-16 19:12:57.803 | + 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 19:12:57.813 | + 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 19:12:57.822 | + lib/neutron:_neutron_setup_rootwrap:1093 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/neutron/rootwrap.conf 2025-04-16 19:12:57.831 | + lib/neutron:_neutron_setup_rootwrap:1096 : ROOTWRAP_SUDOER_CMD='/opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2025-04-16 19:12:57.833 | + 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 19:12:57.836 | ++ lib/neutron:_neutron_setup_rootwrap:1100 : mktemp 2025-04-16 19:12:57.839 | + lib/neutron:_neutron_setup_rootwrap:1100 : TEMPFILE=/tmp/tmp.6MZUU4KzZQ 2025-04-16 19:12:57.841 | + 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 19:12:57.843 | + 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 19:12:57.845 | + lib/neutron:_neutron_setup_rootwrap:1103 : chmod 0440 /tmp/tmp.6MZUU4KzZQ 2025-04-16 19:12:57.848 | + lib/neutron:_neutron_setup_rootwrap:1104 : sudo chown root:root /tmp/tmp.6MZUU4KzZQ 2025-04-16 19:12:57.856 | + lib/neutron:_neutron_setup_rootwrap:1105 : sudo mv /tmp/tmp.6MZUU4KzZQ /etc/sudoers.d/neutron-rootwrap 2025-04-16 19:12:57.865 | + lib/neutron:_neutron_setup_rootwrap:1108 : configure_root_helper_options /etc/neutron/neutron.conf 2025-04-16 19:12:57.867 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/neutron.conf 2025-04-16 19:12:57.869 | + 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 19:12:57.892 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-04-16 19:12:57.894 | + 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 19:12:57.918 | + lib/neutron:configure_neutron:381 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2025-04-16 19:12:57.920 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=neutron 2025-04-16 19:12:57.922 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/neutron/neutron.conf 2025-04-16 19:12:57.924 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-16 19:12:57.926 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-16 19:12:57.928 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-16 19:12:57.941 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:12:57.944 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-16 19:12:57.946 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-16 19:12:57.948 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-16 19:12:57.962 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:12:57.963 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 19:12:57.966 | + 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 19:12:57.991 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-16 19:12:57.993 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-16 19:12:57.995 | + lib/neutron:configure_neutron:383 : is_service_enabled q-metering neutron-metering 2025-04-16 19:12:58.008 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:12:58.010 | + lib/neutron:configure_neutron:386 : is_service_enabled q-agt neutron-agent 2025-04-16 19:12:58.023 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:12:58.025 | + lib/neutron:configure_neutron:387 : _configure_neutron_plugin_agent 2025-04-16 19:12:58.027 | + lib/neutron:_configure_neutron_plugin_agent:983 : configure_root_helper_options /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 19:12:58.029 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 19:12:58.031 | + 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 19:12:58.057 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-04-16 19:12:58.059 | + 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 19:12:58.083 | + lib/neutron:_configure_neutron_plugin_agent:984 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2025-04-16 19:12:58.108 | + lib/neutron:_configure_neutron_plugin_agent:987 : neutron_plugin_configure_plugin_agent 2025-04-16 19:12:58.110 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2025-04-16 19:12:58.112 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2025-04-16 19:12:58.114 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2025-04-16 19:12:59.350 | INFO neutron.common.config [-] Logging enabled! 2025-04-16 19:12:59.350 | INFO neutron.common.config [-] /opt/stack/data/venv/bin/neutron-ovs-cleanup version 0.0.1.dev13 2025-04-16 19:12:59.350 | DEBUG neutron.common.config [-] command line: /opt/stack/data/venv/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=47026) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2025-04-16 19:12:59.350 | 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 19:12:59.350 | 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/tmp907up_gc/privsep.sock'] 2025-04-16 19:13:00.194 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap 2025-04-16 19:13:00.194 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmp907up_gc/privsep.sock {{(pid=47026) __init__ /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:362}} 2025-04-16 19:13:00.195 | INFO oslo.privsep.daemon [-] privsep daemon starting 2025-04-16 19:13:00.195 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0 2025-04-16 19:13:00.195 | 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 19:13:00.196 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 47080 2025-04-16 19:13:00.196 | DEBUG oslo.privsep.daemon [-] privsep: reply[22b9388c-7e17-43a3-aac2-29dbd6aed73c]: (2,) {{(pid=47080) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 19:13:00.285 | DEBUG oslo_concurrency.processutils [-] Running cmd (subprocess): ovs-vsctl --timeout=10 --id=@manager -- create Manager target="ptcp:6640:127.0.0.1" -- add Open_vSwitch . manager_options @manager -- set Manager ptcp:6640:127.0.0.1 inactivity_probe=10000 {{(pid=47080) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:384}} 2025-04-16 19:13:00.294 | DEBUG oslo_concurrency.processutils [-] CMD "ovs-vsctl --timeout=10 --id=@manager -- create Manager target="ptcp:6640:127.0.0.1" -- add Open_vSwitch . manager_options @manager -- set Manager ptcp:6640:127.0.0.1 inactivity_probe=10000" returned: 0 in 0.010s {{(pid=47080) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:422}} 2025-04-16 19:13:00.294 | DEBUG oslo.privsep.daemon [-] privsep: reply[2442b5b0-2d0c-4afb-be26-7d1dbb4b2ddb]: (4, ('4f09b2e4-f928-40d8-932d-3ff024336c05\n', '')) {{(pid=47080) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 19:13:00.385 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=47026) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-16 19:13:00.385 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=47026) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-16 19:13:00.385 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=47026) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 19:13:00.385 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=47026) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 19:13:00.386 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=47026) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 19:13:00.386 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=47026) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 19:13:00.421 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2025-04-16 19:13:00.421 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=47026) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2025-04-16 19:13:00.421 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=47026) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2025-04-16 19:13:00.423 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2025-04-16 19:13:00.667 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2025-04-16 19:13:00.669 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2025-04-16 19:13:00.671 | + 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 19:13:00.673 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-04-16 19:13:00.675 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2025-04-16 19:13:00.688 | + 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 19:13:00.701 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2025-04-16 19:13:00.703 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:88 : [[ True == \T\r\u\e ]] 2025-04-16 19:13:00.705 | + 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 19:13:00.732 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:90 : running_in_container 2025-04-16 19:13:00.735 | ++ functions:running_in_container:804 : systemd-detect-virt --container 2025-04-16 19:13:00.740 | + functions:running_in_container:804 : [[ none != \n\o\n\e ]] 2025-04-16 19:13:00.742 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:91 : enable_kernel_bridge_firewall 2025-04-16 19:13:00.745 | + functions:enable_kernel_bridge_firewall:813 : sudo modprobe bridge 2025-04-16 19:13:00.770 | + functions:enable_kernel_bridge_firewall:816 : sudo modprobe br_netfilter 2025-04-16 19:13:00.783 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2025-04-16 19:13:00.785 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2025-04-16 19:13:00.793 | net.bridge.bridge-nf-call-iptables = 1 2025-04-16 19:13:00.796 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2025-04-16 19:13:00.798 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2025-04-16 19:13:00.804 | net.bridge.bridge-nf-call-ip6tables = 1 2025-04-16 19:13:00.808 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ false == \T\r\u\e ]] 2025-04-16 19:13:00.810 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ default != '' ]] 2025-04-16 19:13:00.812 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-ex != '' ]] 2025-04-16 19:13:00.814 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ '' == '' ]] 2025-04-16 19:13:00.816 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:50 : OVS_BRIDGE_MAPPINGS=default:br-ex 2025-04-16 19:13:00.818 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-ex 2025-04-16 19:13:00.820 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2025-04-16 19:13:00.822 | + 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 19:13:00.824 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-04-16 19:13:00.826 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2025-04-16 19:13:00.838 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ default:br-ex != '' ]] 2025-04-16 19:13:00.840 | + 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 19:13:00.867 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/opt/stack/data/venv/bin/neutron-openvswitch-agent 2025-04-16 19:13:00.869 | + 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 19:13:00.895 | + 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 19:13:00.919 | + lib/neutron:configure_neutron:389 : is_service_enabled q-dhcp neutron-dhcp 2025-04-16 19:13:00.933 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:13:00.935 | + lib/neutron:configure_neutron:390 : _configure_neutron_dhcp_agent 2025-04-16 19:13:00.937 | + lib/neutron:_configure_neutron_dhcp_agent:930 : cp /opt/stack//neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2025-04-16 19:13:00.940 | + lib/neutron:_configure_neutron_dhcp_agent:932 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2025-04-16 19:13:00.965 | + lib/neutron:_configure_neutron_dhcp_agent:934 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2025-04-16 19:13:00.989 | + lib/neutron:_configure_neutron_dhcp_agent:935 : configure_root_helper_options /etc/neutron/dhcp_agent.ini 2025-04-16 19:13:00.991 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/dhcp_agent.ini 2025-04-16 19:13:00.993 | + 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 19:13:01.016 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-04-16 19:13:01.018 | + 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 19:13:01.042 | + lib/neutron:_configure_neutron_dhcp_agent:937 : is_service_enabled q-l3 neutron-l3 2025-04-16 19:13:01.056 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:13:01.058 | + lib/neutron:_configure_neutron_dhcp_agent:948 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2025-04-16 19:13:01.060 | + lib/neutron:_neutron_setup_interface_driver:1123 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2025-04-16 19:13:01.083 | + lib/neutron:_neutron_setup_interface_driver:1125 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2025-04-16 19:13:01.086 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2025-04-16 19:13:01.088 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2025-04-16 19:13:01.112 | + lib/neutron:_configure_neutron_dhcp_agent:950 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2025-04-16 19:13:01.114 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2025-04-16 19:13:01.116 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2025-04-16 19:13:01.118 | + lib/neutron:configure_neutron:392 : is_service_enabled q-l3 neutron-l3 2025-04-16 19:13:01.132 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:13:01.134 | + lib/neutron:configure_neutron:393 : _configure_neutron_l3_agent 2025-04-16 19:13:01.136 | + 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 19:13:01.139 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2025-04-16 19:13:01.164 | + 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 19:13:01.189 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : [[ True == \T\r\u\e ]] 2025-04-16 19:13:01.191 | + 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 19:13:01.216 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:128 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2025-04-16 19:13:01.218 | + lib/neutron:_neutron_setup_interface_driver:1123 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2025-04-16 19:13:01.242 | + lib/neutron:_neutron_setup_interface_driver:1125 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2025-04-16 19:13:01.244 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2025-04-16 19:13:01.246 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2025-04-16 19:13:01.270 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:130 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2025-04-16 19:13:01.272 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2025-04-16 19:13:01.274 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2025-04-16 19:13:01.276 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:99 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2025-04-16 19:13:02.511 | INFO neutron.common.config [-] Logging enabled! 2025-04-16 19:13:02.511 | INFO neutron.common.config [-] /opt/stack/data/venv/bin/neutron-ovs-cleanup version 0.0.1.dev13 2025-04-16 19:13:02.511 | DEBUG neutron.common.config [-] command line: /opt/stack/data/venv/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=47626) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2025-04-16 19:13:02.535 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=47626) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-16 19:13:02.535 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=47626) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-16 19:13:02.535 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=47626) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 19:13:02.535 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=47626) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 19:13:02.535 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=47626) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 19:13:02.535 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=47626) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 19:13:02.568 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2025-04-16 19:13:02.568 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=47626) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2025-04-16 19:13:02.569 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=47626) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2025-04-16 19:13:02.569 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2025-04-16 19:13:02.809 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:100 : [[ False = \T\r\u\e ]] 2025-04-16 19:13:02.811 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:108 : _neutron_ovs_base_add_public_bridge 2025-04-16 19:13:02.813 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:114 : _neutron_ovs_base_add_bridge br-ex 2025-04-16 19:13:02.816 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2025-04-16 19:13:02.818 | + 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 19:13:02.820 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-04-16 19:13:02.822 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2025-04-16 19:13:02.835 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:115 : set_mtu br-ex 8950 2025-04-16 19:13:02.837 | + functions:set_mtu:796 : local dev=br-ex 2025-04-16 19:13:02.839 | + functions:set_mtu:797 : local mtu=8950 2025-04-16 19:13:02.841 | + functions:set_mtu:798 : sudo ip link set mtu 8950 dev br-ex 2025-04-16 19:13:02.851 | + 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 19:13:02.864 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:132 : _configure_public_network_connectivity 2025-04-16 19:13:02.866 | + lib/neutron:_configure_public_network_connectivity:787 : [[ -n ens224 ]] 2025-04-16 19:13:02.868 | + lib/neutron:_configure_public_network_connectivity:788 : _move_neutron_addresses_route ens224 br-ex True False inet 2025-04-16 19:13:02.870 | + lib/neutron:_move_neutron_addresses_route:728 : local from_intf=ens224 2025-04-16 19:13:02.872 | + lib/neutron:_move_neutron_addresses_route:729 : local to_intf=br-ex 2025-04-16 19:13:02.875 | + lib/neutron:_move_neutron_addresses_route:730 : local add_ovs_port=True 2025-04-16 19:13:02.876 | + lib/neutron:_move_neutron_addresses_route:731 : local del_ovs_port=False 2025-04-16 19:13:02.879 | + lib/neutron:_move_neutron_addresses_route:732 : local af=inet 2025-04-16 19:13:02.881 | + lib/neutron:_move_neutron_addresses_route:734 : [[ -n ens224 ]] 2025-04-16 19:13:02.883 | + lib/neutron:_move_neutron_addresses_route:734 : [[ -n br-ex ]] 2025-04-16 19:13:02.885 | + lib/neutron:_move_neutron_addresses_route:740 : local IP_REPLACE= 2025-04-16 19:13:02.887 | + lib/neutron:_move_neutron_addresses_route:741 : local IP_DEL= 2025-04-16 19:13:02.889 | + lib/neutron:_move_neutron_addresses_route:742 : local IP_UP= 2025-04-16 19:13:02.891 | + lib/neutron:_move_neutron_addresses_route:743 : local DEFAULT_ROUTE_GW 2025-04-16 19:13:02.894 | ++ lib/neutron:_move_neutron_addresses_route:744 : ip -f inet r 2025-04-16 19:13:02.894 | ++ lib/neutron:_move_neutron_addresses_route:744 : awk '/default.+ens224\s/ { print $3; exit }' 2025-04-16 19:13:02.898 | + lib/neutron:_move_neutron_addresses_route:744 : DEFAULT_ROUTE_GW= 2025-04-16 19:13:02.900 | + lib/neutron:_move_neutron_addresses_route:745 : local ADD_OVS_PORT= 2025-04-16 19:13:02.902 | + lib/neutron:_move_neutron_addresses_route:746 : local DEL_OVS_PORT= 2025-04-16 19:13:02.904 | + lib/neutron:_move_neutron_addresses_route:747 : local ARP_CMD= 2025-04-16 19:13:02.908 | ++ lib/neutron:_move_neutron_addresses_route:749 : ip -f inet a s dev ens224 scope global primary 2025-04-16 19:13:02.908 | ++ lib/neutron:_move_neutron_addresses_route:749 : grep inet 2025-04-16 19:13:02.908 | ++ lib/neutron:_move_neutron_addresses_route:749 : awk '{ print $2, $3, $4; exit }' 2025-04-16 19:13:02.913 | + lib/neutron:_move_neutron_addresses_route:749 : IP_BRD= 2025-04-16 19:13:02.915 | + lib/neutron:_move_neutron_addresses_route:751 : '[' '' '!=' '' ']' 2025-04-16 19:13:02.917 | + lib/neutron:_move_neutron_addresses_route:755 : [[ True == \T\r\u\e ]] 2025-04-16 19:13:02.919 | + lib/neutron:_move_neutron_addresses_route:756 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-ex ens224' 2025-04-16 19:13:02.921 | + lib/neutron:_move_neutron_addresses_route:759 : [[ False == \T\r\u\e ]] 2025-04-16 19:13:02.923 | + lib/neutron:_move_neutron_addresses_route:763 : [[ '' != '' ]] 2025-04-16 19:13:02.925 | + lib/neutron:_move_neutron_addresses_route:775 : sudo ovs-vsctl --may-exist add-port br-ex ens224 2025-04-16 19:13:02.938 | ++ lib/neutron:_configure_public_network_connectivity:790 : ip -f inet6 a s dev ens224 2025-04-16 19:13:02.939 | ++ lib/neutron:_configure_public_network_connectivity:790 : grep -c global 2025-04-16 19:13:02.942 | + lib/neutron:_configure_public_network_connectivity:790 : [[ 0 != 0 ]] 2025-04-16 19:13:02.944 | + lib/neutron:configure_neutron:395 : is_service_enabled q-meta neutron-metadata-agent 2025-04-16 19:13:02.958 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:13:02.960 | + lib/neutron:configure_neutron:396 : _configure_neutron_metadata_agent 2025-04-16 19:13:02.962 | + lib/neutron:_configure_neutron_metadata_agent:955 : cp /opt/stack//neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2025-04-16 19:13:02.965 | + lib/neutron:_configure_neutron_metadata_agent:957 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2025-04-16 19:13:02.990 | + lib/neutron:_configure_neutron_metadata_agent:958 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.180.1.21 2025-04-16 19:13:03.014 | + lib/neutron:_configure_neutron_metadata_agent:959 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2025-04-16 19:13:03.038 | + lib/neutron:_configure_neutron_metadata_agent:960 : configure_root_helper_options /etc/neutron/metadata_agent.ini 2025-04-16 19:13:03.040 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/metadata_agent.ini 2025-04-16 19:13:03.042 | + 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 19:13:03.067 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-04-16 19:13:03.069 | + 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 19:13:03.093 | + lib/neutron:configure_neutron:399 : [[ legacy != \l\e\g\a\c\y ]] 2025-04-16 19:13:03.095 | + lib/neutron:configure_neutron:402 : is_service_enabled ceilometer 2025-04-16 19:13:03.108 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:13:03.110 | + lib/neutron:configure_neutron:406 : [[ openvswitch == \o\v\n ]] 2025-04-16 19:13:03.112 | + lib/neutron:configure_neutron:412 : is_service_enabled q-placement neutron-placement 2025-04-16 19:13:03.126 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:13:03.128 | + lib/neutron:configure_neutron:415 : is_service_enabled q-trunk neutron-trunk 2025-04-16 19:13:03.142 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:13:03.144 | + lib/neutron:configure_neutron:418 : is_service_enabled q-qos neutron-qos 2025-04-16 19:13:03.157 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:13:03.159 | + lib/neutron:configure_neutron:425 : is_service_enabled neutron-segments 2025-04-16 19:13:03.173 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:13:03.175 | + lib/neutron:configure_neutron:431 : is_service_enabled q-agt neutron-agent q-svc neutron-api 2025-04-16 19:13:03.189 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:13:03.191 | + lib/neutron:configure_neutron:432 : _configure_neutron_service 2025-04-16 19:13:03.193 | + lib/neutron:_configure_neutron_service:1002 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2025-04-16 19:13:03.195 | + lib/neutron:_configure_neutron_service:1003 : cp /opt/stack//neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2025-04-16 19:13:03.199 | + lib/neutron:_configure_neutron_service:1005 : [[ -n networking ]] 2025-04-16 19:13:03.201 | + lib/neutron:_configure_neutron_service:1006 : _replace_api_paste_composite 2025-04-16 19:13:03.203 | + lib/neutron:_replace_api_paste_composite:991 : local sep 2025-04-16 19:13:03.205 | ++ lib/neutron:_replace_api_paste_composite:992 : echo -ne '\x01' 2025-04-16 19:13:03.209 | + lib/neutron:_replace_api_paste_composite:992 : sep=$'\001' 2025-04-16 19:13:03.211 | + lib/neutron:_replace_api_paste_composite:994 : sed -i -e 's/\/\: neutronversions_composite/\/networking\/\: neutronversions_composite/' /etc/neutron/api-paste.ini 2025-04-16 19:13:03.215 | + lib/neutron:_replace_api_paste_composite:995 : sed -i -e 's/\/healthcheck\: healthcheck/\/networking\/healthcheck\: healthcheck/' /etc/neutron/api-paste.ini 2025-04-16 19:13:03.219 | + 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 19:13:03.222 | + lib/neutron:_configure_neutron_service:1010 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2025-04-16 19:13:03.247 | + lib/neutron:_configure_neutron_service:1012 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2025-04-16 19:13:03.273 | + lib/neutron:_configure_neutron_service:1013 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2025-04-16 19:13:03.298 | + lib/neutron:_configure_neutron_service:1015 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2025-04-16 19:13:03.323 | + lib/neutron:_configure_neutron_service:1016 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2025-04-16 19:13:03.325 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-04-16 19:13:03.327 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=neutron 2025-04-16 19:13:03.329 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-16 19:13:03.331 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2025-04-16 19:13:03.355 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2025-04-16 19:13:03.379 | + 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 19:13:03.403 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2025-04-16 19:13:03.428 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken password nomoresecret 2025-04-16 19:13:03.452 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2025-04-16 19:13:03.477 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2025-04-16 19:13:03.501 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2025-04-16 19:13:03.525 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-16 19:13:03.550 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2025-04-16 19:13:03.576 | + lib/neutron:_configure_neutron_service:1019 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2025-04-16 19:13:03.601 | + lib/neutron:_configure_neutron_service:1020 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2025-04-16 19:13:03.627 | + lib/neutron:_configure_neutron_service:1022 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2025-04-16 19:13:03.629 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-04-16 19:13:03.631 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-04-16 19:13:03.633 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2025-04-16 19:13:03.636 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova auth_type password 2025-04-16 19:13:03.661 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova interface public 2025-04-16 19:13:03.686 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova auth_url http://10.180.1.21/identity 2025-04-16 19:13:03.710 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf nova username nova 2025-04-16 19:13:03.735 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova password nomoresecret 2025-04-16 19:13:03.760 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2025-04-16 19:13:03.785 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf nova project_name service 2025-04-16 19:13:03.811 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2025-04-16 19:13:03.836 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2025-04-16 19:13:03.861 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2025-04-16 19:13:03.886 | + lib/neutron:_configure_neutron_service:1025 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement 2025-04-16 19:13:03.888 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-04-16 19:13:03.890 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2025-04-16 19:13:03.892 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=placement 2025-04-16 19:13:03.894 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf placement auth_type password 2025-04-16 19:13:03.919 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf placement interface public 2025-04-16 19:13:03.944 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf placement auth_url http://10.180.1.21/identity 2025-04-16 19:13:03.969 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf placement username placement 2025-04-16 19:13:03.994 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf placement password nomoresecret 2025-04-16 19:13:04.019 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf placement user_domain_name Default 2025-04-16 19:13:04.045 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf placement project_name service 2025-04-16 19:13:04.070 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf placement project_domain_name Default 2025-04-16 19:13:04.095 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem 2025-04-16 19:13:04.120 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 2025-04-16 19:13:04.145 | + lib/neutron:_configure_neutron_service:1028 : neutron_plugin_configure_service 2025-04-16 19:13:04.147 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ geneve != \l\o\c\a\l ]] 2025-04-16 19:13:04.149 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2025-04-16 19:13:04.151 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2025-04-16 19:13:04.153 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2025-04-16 19:13:04.155 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ default != '' ]] 2025-04-16 19:13:04.157 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=default 2025-04-16 19:13:04.159 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 2:999 != '' ]] 2025-04-16 19:13:04.161 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=default:2:999 2025-04-16 19:13:04.163 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ default:2:999 != '' ]] 2025-04-16 19:13:04.165 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2025-04-16 19:13:04.167 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2025-04-16 19:13:04.169 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n default ]] 2025-04-16 19:13:04.171 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2025-04-16 19:13:04.173 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n default ]] 2025-04-16 19:13:04.175 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=default, 2025-04-16 19:13:04.177 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n default ]] 2025-04-16 19:13:04.179 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ default != \d\e\f\a\u\l\t ]] 2025-04-16 19:13:04.181 | + 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 19:13:04.183 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 19:13:04.185 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=securitygroup 2025-04-16 19:13:04.187 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=enable_security_group=True 2025-04-16 19:13:04.189 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z enable_security_group=True ']' 2025-04-16 19:13:04.191 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 19:13:04.193 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2025-04-16 19:13:04.216 | + 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 19:13:04.218 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 19:13:04.220 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-16 19:13:04.222 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=ovn 2025-04-16 19:13:04.224 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=ovn ']' 2025-04-16 19:13:04.226 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 19:13:04.228 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers ovn 2025-04-16 19:13:04.252 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:117 : [[ ovn == *\l\i\n\u\x\b\r\i\d\g\e* ]] 2025-04-16 19:13:04.254 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:120 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version=4 2025-04-16 19:13:04.256 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 19:13:04.258 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-16 19:13:04.260 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=overlay_ip_version=4 2025-04-16 19:13:04.261 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z overlay_ip_version=4 ']' 2025-04-16 19:13:04.263 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 19:13:04.265 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2025-04-16 19:13:04.290 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 : [[ -n '' ]] 2025-04-16 19:13:04.292 | + 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 19:13:04.294 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 19:13:04.296 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-16 19:13:04.298 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2025-04-16 19:13:04.300 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2025-04-16 19:13:04.301 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 19:13:04.303 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2025-04-16 19:13:04.327 | + 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 19:13:04.330 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 19:13:04.332 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-16 19:13:04.334 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=geneve 2025-04-16 19:13:04.336 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=geneve ']' 2025-04-16 19:13:04.338 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 19:13:04.340 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types geneve 2025-04-16 19:13:04.364 | + 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 19:13:04.366 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 19:13:04.368 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2025-04-16 19:13:04.369 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2025-04-16 19:13:04.371 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2025-04-16 19:13:04.373 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 19:13:04.375 | + 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 19:13:04.400 | + 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 19:13:04.402 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 19:13:04.404 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2025-04-16 19:13:04.406 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2025-04-16 19:13:04.408 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2025-04-16 19:13:04.410 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 19:13:04.412 | + 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 19:13:04.436 | + 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 19:13:04.438 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 19:13:04.440 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2025-04-16 19:13:04.442 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=default, 2025-04-16 19:13:04.444 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=default, ']' 2025-04-16 19:13:04.446 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 19:13:04.448 | + 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 19:13:04.472 | + 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 19:13:04.474 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 19:13:04.476 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2025-04-16 19:13:04.478 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=default:2:999 2025-04-16 19:13:04.480 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=default:2:999 ']' 2025-04-16 19:13:04.482 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 19:13:04.484 | + 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 19:13:04.507 | + 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 19:13:04.509 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 19:13:04.511 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2025-04-16 19:13:04.513 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2025-04-16 19:13:04.515 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2025-04-16 19:13:04.517 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 19:13:04.519 | + 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 19:13:04.543 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:140 : [[ legacy != \l\e\g\a\c\y ]] 2025-04-16 19:13:04.545 | + lib/neutron:configure_neutron:435 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2025-04-16 19:13:04.570 | + lib/neutron:configure_neutron:439 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2025-04-16 19:13:04.596 | + lib/neutron:configure_neutron:441 : '[' False == True ']' 2025-04-16 19:13:04.598 | + stack.sh:main:1178 : is_service_enabled mysql postgresql 2025-04-16 19:13:04.612 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:13:04.614 | + stack.sh:main:1178 : is_service_enabled neutron 2025-04-16 19:13:04.628 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:13:04.630 | + stack.sh:main:1179 : async_runfunc init_neutron 2025-04-16 19:13:04.632 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2025-04-16 19:13:04.683 | + inc/async:async_inner:63 : init_neutron 2025-04-16 19:13:04.712 | [3566 Async init_neutron:49443]: running: init_neutron 2025-04-16 19:13:04.715 | + stack.sh:main:1187 : is_service_enabled q-dhcp 2025-04-16 19:13:04.730 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:13:04.733 | ++ stack.sh:main:1191 : pidof NetworkManager 2025-04-16 19:13:04.745 | ++ stack.sh:main:1191 : true 2025-04-16 19:13:04.748 | + stack.sh:main:1191 : netman_pid= 2025-04-16 19:13:04.750 | + stack.sh:main:1192 : '[' -z '' ']' 2025-04-16 19:13:04.752 | + stack.sh:main:1193 : sudo killall dnsmasq 2025-04-16 19:13:04.763 | dnsmasq: no process found 2025-04-16 19:13:04.766 | + stack.sh:main:1193 : true 2025-04-16 19:13:04.768 | + stack.sh:main:1198 : clean_iptables 2025-04-16 19:13:04.773 | + lib/nova:clean_iptables:189 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-16 19:13:04.773 | + lib/nova:clean_iptables:189 : sudo iptables -S -v 2025-04-16 19:13:04.773 | + lib/nova:clean_iptables:189 : grep nova 2025-04-16 19:13:04.773 | + lib/nova:clean_iptables:189 : grep '\-A' 2025-04-16 19:13:04.773 | + lib/nova:clean_iptables:189 : sed s/-A/-D/g 2025-04-16 19:13:04.773 | + lib/nova:clean_iptables:189 : awk '{print "sudo iptables",$0}' 2025-04-16 19:13:04.774 | + lib/nova:clean_iptables:189 : bash 2025-04-16 19:13:04.799 | + lib/nova:clean_iptables:191 : grep nova 2025-04-16 19:13:04.799 | + lib/nova:clean_iptables:191 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-16 19:13:04.800 | + lib/nova:clean_iptables:191 : sudo iptables -S -v -t nat 2025-04-16 19:13:04.800 | + lib/nova:clean_iptables:191 : grep '\-A' 2025-04-16 19:13:04.800 | + lib/nova:clean_iptables:191 : sed s/-A/-D/g 2025-04-16 19:13:04.800 | + lib/nova:clean_iptables:191 : bash 2025-04-16 19:13:04.801 | + lib/nova:clean_iptables:191 : awk '{print "sudo iptables -t nat",$0}' 2025-04-16 19:13:04.811 | + lib/nova:clean_iptables:193 : sudo iptables -S -v 2025-04-16 19:13:04.811 | + lib/nova:clean_iptables:193 : grep nova 2025-04-16 19:13:04.812 | + lib/nova:clean_iptables:193 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-16 19:13:04.812 | + lib/nova:clean_iptables:193 : sed s/-N/-X/g 2025-04-16 19:13:04.812 | + lib/nova:clean_iptables:193 : grep '\-N' 2025-04-16 19:13:04.813 | + lib/nova:clean_iptables:193 : bash 2025-04-16 19:13:04.813 | + lib/nova:clean_iptables:193 : awk '{print "sudo iptables",$0}' 2025-04-16 19:13:04.823 | + lib/nova:clean_iptables:195 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-16 19:13:04.823 | + lib/nova:clean_iptables:195 : sudo iptables -S -v -t nat 2025-04-16 19:13:04.823 | + lib/nova:clean_iptables:195 : grep nova 2025-04-16 19:13:04.825 | + lib/nova:clean_iptables:195 : grep '\-N' 2025-04-16 19:13:04.825 | + lib/nova:clean_iptables:195 : awk '{print "sudo iptables -t nat",$0}' 2025-04-16 19:13:04.825 | + lib/nova:clean_iptables:195 : sed s/-N/-X/g 2025-04-16 19:13:04.825 | + lib/nova:clean_iptables:195 : bash 2025-04-16 19:13:04.833 | + stack.sh:main:1201 : sudo sysctl -w net.ipv4.ip_forward=1 2025-04-16 19:13:04.840 | net.ipv4.ip_forward = 1 2025-04-16 19:13:04.843 | + stack.sh:main:1206 : is_service_enabled nova neutron 2025-04-16 19:13:04.857 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:13:04.859 | + stack.sh:main:1207 : configure_os_vif 2025-04-16 19:13:04.861 | + lib/os-vif:configure_os_vif:16 : [[ -e /etc/nova/nova.conf ]] 2025-04-16 19:13:04.864 | + lib/os-vif:configure_os_vif:17 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2025-04-16 19:13:04.890 | + lib/os-vif:configure_os_vif:19 : [[ -e /etc/neutron/neutron.conf ]] 2025-04-16 19:13:04.892 | + lib/os-vif:configure_os_vif:20 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2025-04-16 19:13:04.921 | + stack.sh:main:1213 : is_service_enabled swift 2025-04-16 19:13:04.935 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:13:04.937 | + stack.sh:main:1222 : is_service_enabled cinder 2025-04-16 19:13:04.951 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:13:04.953 | + stack.sh:main:1223 : echo_summary 'Configuring Cinder' 2025-04-16 19:13:04.955 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 19:13:04.957 | + stack.sh:echo_summary:461 : echo -e Configuring Cinder 2025-04-16 19:13:04.960 | + stack.sh:main:1224 : async_runfunc init_cinder 2025-04-16 19:13:04.962 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2025-04-16 19:13:05.010 | + inc/async:async_inner:63 : init_cinder 2025-04-16 19:13:05.041 | [3566 Async init_cinder:49794]: running: init_cinder 2025-04-16 19:13:05.043 | + stack.sh:main:1230 : is_service_enabled placement 2025-04-16 19:13:05.058 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:13:05.060 | + stack.sh:main:1231 : echo_summary 'Configuring placement' 2025-04-16 19:13:05.062 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 19:13:05.064 | + stack.sh:echo_summary:461 : echo -e Configuring placement 2025-04-16 19:13:05.067 | + stack.sh:main:1232 : async_runfunc init_placement 2025-04-16 19:13:05.072 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2025-04-16 19:13:05.124 | + inc/async:async_inner:63 : init_placement 2025-04-16 19:13:05.155 | [3566 Async init_placement:49941]: running: init_placement 2025-04-16 19:13:05.159 | + stack.sh:main:1236 : async_wait init_neutron 2025-04-16 19:13:05.197 | [3566 Async init_neutron:49443]: Waiting for completion of init_neutron running on PID 49443 (5 other jobs running) 2025-04-16 19:13:05.215 | [3566 Async init_neutron:49443]: Signaling child to exit 2025-04-16 19:13:08.526 | + inc/async:async_inner:64 : rc=0 2025-04-16 19:13:08.546 | [49794 Async init_cinder:49794]: finished successfully 2025-04-16 19:13:13.843 | + inc/async:async_inner:64 : rc=0 2025-04-16 19:13:13.862 | [49443 Async init_neutron:49443]: finished successfully 2025-04-16 19:13:13.879 | WAKEUP 2025-04-16 19:13:13.896 | [3566 Async init_neutron:49443]: Signaled 2025-04-16 19:13:13.897 | + lib/neutron:init_neutron:511 : recreate_database neutron 2025-04-16 19:13:13.897 | + lib/database:recreate_database:112 : local db=neutron 2025-04-16 19:13:13.897 | + lib/database:recreate_database:113 : recreate_database_mysql neutron 2025-04-16 19:13:13.897 | + lib/databases/mysql:recreate_database_mysql:60 : local db=neutron 2025-04-16 19:13:13.897 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2025-04-16 19:13:13.897 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2025-04-16 19:13:13.897 | + lib/neutron:init_neutron:512 : time_start dbsync 2025-04-16 19:13:13.897 | + functions-common:time_start:2386 : local name=dbsync 2025-04-16 19:13:13.897 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:13:13.897 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:13:13.897 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:13:13.897 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830784722 2025-04-16 19:13:13.897 | + 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 19:13:13.897 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2025-04-16 19:13:13.897 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2025-04-16 19:13:13.898 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2025-04-16 19:13:13.898 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2025-04-16 19:13:13.898 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2025-04-16 19:13:13.898 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2025-04-16 19:13:13.898 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2025-04-16 19:13:13.898 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2025-04-16 19:13:13.898 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2025-04-16 19:13:13.898 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2025-04-16 19:13:13.898 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 2025-04-16 19:13:13.898 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 2025-04-16 19:13:13.898 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 2025-04-16 19:13:13.898 | INFO [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables 2025-04-16 19:13:13.898 | INFO [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project" 2025-04-16 19:13:13.898 | INFO [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table 2025-04-16 19:13:13.898 | INFO [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87 2025-04-16 19:13:13.898 | INFO [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713 2025-04-16 19:13:13.898 | INFO [alembic.runtime.migration] Running upgrade 34cf8b009713 -> I43e0b669096 2025-04-16 19:13:13.898 | INFO [alembic.runtime.migration] Running upgrade I43e0b669096 -> 4e6e655746f6 2025-04-16 19:13:13.898 | INFO [alembic.runtime.migration] Running upgrade 4e6e655746f6 -> 659cbedf30a1 2025-04-16 19:13:13.898 | INFO [alembic.runtime.migration] Running upgrade 659cbedf30a1 -> 21ff98fabab1 2025-04-16 19:13:13.898 | INFO [alembic.runtime.migration] Running upgrade 21ff98fabab1 -> 5881373af7f5 2025-04-16 19:13:13.898 | INFO [alembic.runtime.migration] Running upgrade 5881373af7f5 -> fc153938cdc1 2025-04-16 19:13:13.898 | INFO [alembic.runtime.migration] Running upgrade fc153938cdc1 -> 93f394357a27 2025-04-16 19:13:13.898 | INFO [alembic.runtime.migration] Running upgrade 93f394357a27 -> 6f1145bff34c 2025-04-16 19:13:13.898 | INFO [alembic.runtime.migration] Running upgrade 6f1145bff34c -> 682c319773d7 2025-04-16 19:13:13.898 | INFO [alembic.runtime.migration] Running upgrade 682c319773d7 -> 0aefee21cd87 2025-04-16 19:13:13.898 | INFO [alembic.runtime.migration] Running upgrade 0aefee21cd87 -> b1199a3adbef 2025-04-16 19:13:13.898 | INFO [alembic.runtime.migration] Running upgrade b1199a3adbef -> c33da356b165 2025-04-16 19:13:13.898 | INFO [alembic.runtime.migration] Running upgrade c33da356b165 -> 89c58a70ceba 2025-04-16 19:13:13.898 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2025-04-16 19:13:13.898 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2025-04-16 19:13:13.898 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2025-04-16 19:13:13.898 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2025-04-16 19:13:13.898 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2025-04-16 19:13:13.898 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2025-04-16 19:13:13.898 | Running upgrade for neutron ... 2025-04-16 19:13:13.898 | OK 2025-04-16 19:13:13.898 | + lib/neutron:init_neutron:515 : time_stop dbsync 2025-04-16 19:13:13.898 | + functions-common:time_stop:2400 : local name 2025-04-16 19:13:13.898 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:13:13.898 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:13:13.898 | + functions-common:time_stop:2403 : local total 2025-04-16 19:13:13.898 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:13:13.898 | + functions-common:time_stop:2406 : name=dbsync 2025-04-16 19:13:13.898 | + functions-common:time_stop:2407 : start_time=1744830784722 2025-04-16 19:13:13.898 | + functions-common:time_stop:2409 : [[ -z 1744830784722 ]] 2025-04-16 19:13:13.898 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:13:13.898 | + functions-common:time_stop:2412 : end_time=1744830793831 2025-04-16 19:13:13.898 | + functions-common:time_stop:2413 : elapsed_time=9109 2025-04-16 19:13:13.898 | + functions-common:time_stop:2414 : total=2639 2025-04-16 19:13:13.898 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:13:13.898 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11748 2025-04-16 19:13:13.929 | [3566 Async init_neutron:49443]: finished init_neutron with result 0 in 9 seconds 2025-04-16 19:13:13.932 | + inc/async:async_wait:197 : return 0 2025-04-16 19:13:13.934 | + stack.sh:main:1237 : async_wait init_placement 2025-04-16 19:13:13.972 | [3566 Async init_placement:49941]: Waiting for completion of init_placement running on PID 49941 (4 other jobs running) 2025-04-16 19:13:13.991 | [3566 Async init_placement:49941]: Signaling child to exit 2025-04-16 19:13:21.421 | + inc/async:async_inner:64 : rc=0 2025-04-16 19:13:21.440 | [49941 Async init_placement:49941]: finished successfully 2025-04-16 19:13:21.457 | WAKEUP 2025-04-16 19:13:21.473 | [3566 Async init_placement:49941]: Signaled 2025-04-16 19:13:21.474 | + lib/placement:init_placement:143 : recreate_database placement 2025-04-16 19:13:21.474 | + lib/database:recreate_database:112 : local db=placement 2025-04-16 19:13:21.474 | + lib/database:recreate_database:113 : recreate_database_mysql placement 2025-04-16 19:13:21.474 | + lib/databases/mysql:recreate_database_mysql:60 : local db=placement 2025-04-16 19:13:21.474 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2025-04-16 19:13:21.474 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2025-04-16 19:13:21.474 | + lib/placement:init_placement:144 : /opt/stack/data/venv/bin/placement-manage db sync 2025-04-16 19:13:21.474 | + lib/placement:init_placement:145 : create_placement_accounts 2025-04-16 19:13:21.474 | + lib/placement:create_placement_accounts:132 : create_service_user placement admin 2025-04-16 19:13:21.474 | + lib/keystone:create_service_user:436 : get_or_create_user placement nomoresecret Default 2025-04-16 19:13:21.474 | + functions-common:get_or_create_user:882 : local user_id 2025-04-16 19:13:21.474 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-16 19:13:21.474 | + functions-common:get_or_create_user:886 : local email= 2025-04-16 19:13:21.474 | ++ 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 19:13:21.474 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:13:21.474 | + functions-common:get_or_create_user:898 : user_id=d04c130a06454005a6a672af473ab2bd 2025-04-16 19:13:21.474 | + functions-common:get_or_create_user:899 : echo d04c130a06454005a6a672af473ab2bd 2025-04-16 19:13:21.474 | d04c130a06454005a6a672af473ab2bd 2025-04-16 19:13:21.474 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service placement service Default Default 2025-04-16 19:13:21.474 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 19:13:21.474 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 19:13:21.474 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-16 19:13:21.474 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 19:13:21.474 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 19:13:21.474 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-16 19:13:21.474 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-16 19:13:21.474 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-16 19:13:21.474 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-16 19:13:21.474 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-16 19:13:21.474 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-16 19:13:21.474 | + 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 19:13:21.474 | ++ 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 19:13:21.474 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:13:21.474 | + functions-common:get_or_add_user_project_role:962 : user_role_id=85ed57deae534974a01bb9550637dd81 2025-04-16 19:13:21.474 | + functions-common:get_or_add_user_project_role:963 : echo 85ed57deae534974a01bb9550637dd81 2025-04-16 19:13:21.474 | 85ed57deae534974a01bb9550637dd81 2025-04-16 19:13:21.474 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2025-04-16 19:13:21.474 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin placement service Default Default 2025-04-16 19:13:21.474 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 19:13:21.474 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 19:13:21.474 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-16 19:13:21.475 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 19:13:21.475 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 19:13:21.475 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-16 19:13:21.475 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-16 19:13:21.475 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-16 19:13:21.475 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-16 19:13:21.475 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-16 19:13:21.475 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-16 19:13:21.475 | + 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 19:13:21.475 | ++ 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 19:13:21.475 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:13:21.475 | + functions-common:get_or_add_user_project_role:962 : user_role_id=e5878d3fbe2e4c3f98ee05579d9cc138 2025-04-16 19:13:21.475 | + functions-common:get_or_add_user_project_role:963 : echo e5878d3fbe2e4c3f98ee05579d9cc138 2025-04-16 19:13:21.475 | e5878d3fbe2e4c3f98ee05579d9cc138 2025-04-16 19:13:21.475 | + lib/placement:create_placement_accounts:133 : local placement_api_url=http://10.180.1.21/placement 2025-04-16 19:13:21.475 | + lib/placement:create_placement_accounts:134 : get_or_create_service placement placement 'Placement Service' 2025-04-16 19:13:21.475 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-16 19:13:21.475 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show placement -f value -c id 2025-04-16 19:13:21.475 | ++ 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 19:13:21.475 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:13:21.475 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-16 19:13:21.475 | 1658cc40ac9c49949f39cfe0c9def9bc' 2025-04-16 19:13:21.475 | + functions-common:get_or_create_service:1050 : echo 1658cc40ac9c49949f39cfe0c9def9bc 2025-04-16 19:13:21.475 | 1658cc40ac9c49949f39cfe0c9def9bc 2025-04-16 19:13:21.475 | + lib/placement:create_placement_accounts:136 : get_or_create_endpoint placement RegionOne http://10.180.1.21/placement 2025-04-16 19:13:21.475 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-16 19:13:21.475 | ++ 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 19:13:21.475 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-16 19:13:21.475 | +++ 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 19:13:21.475 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:13:21.475 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-16 19:13:21.475 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-16 19:13:21.475 | +++ 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 19:13:21.475 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:13:21.475 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=53b8cfb21cd14f15949dd9620f14c8a9 2025-04-16 19:13:21.475 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 53b8cfb21cd14f15949dd9620f14c8a9 2025-04-16 19:13:21.475 | + functions-common:get_or_create_endpoint:1083 : public_id=53b8cfb21cd14f15949dd9620f14c8a9 2025-04-16 19:13:21.475 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-16 19:13:21.475 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-16 19:13:21.475 | + functions-common:get_or_create_endpoint:1092 : echo 53b8cfb21cd14f15949dd9620f14c8a9 2025-04-16 19:13:21.475 | 53b8cfb21cd14f15949dd9620f14c8a9 2025-04-16 19:13:21.506 | [3566 Async init_placement:49941]: finished init_placement with result 0 in 16 seconds 2025-04-16 19:13:21.509 | + inc/async:async_wait:197 : return 0 2025-04-16 19:13:21.511 | + stack.sh:main:1238 : async_wait init_glance 2025-04-16 19:13:21.552 | [3566 Async init_glance:46063]: Waiting for completion of init_glance running on PID 46063 (3 other jobs running) 2025-04-16 19:13:21.571 | [3566 Async init_glance:46063]: Signaling child to exit 2025-04-16 19:13:21.571 | WAKEUP 2025-04-16 19:13:21.587 | [3566 Async init_glance:46063]: Signaled 2025-04-16 19:13:21.589 | + lib/glance:init_glance:484 : rm -rf /opt/stack/data/glance/images 2025-04-16 19:13:21.589 | + lib/glance:init_glance:485 : mkdir -p /opt/stack/data/glance/images 2025-04-16 19:13:21.589 | + lib/glance:init_glance:488 : recreate_database glance 2025-04-16 19:13:21.589 | + lib/database:recreate_database:112 : local db=glance 2025-04-16 19:13:21.589 | + lib/database:recreate_database:113 : recreate_database_mysql glance 2025-04-16 19:13:21.589 | + lib/databases/mysql:recreate_database_mysql:60 : local db=glance 2025-04-16 19:13:21.589 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2025-04-16 19:13:21.589 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2025-04-16 19:13:21.589 | + lib/glance:init_glance:490 : time_start dbsync 2025-04-16 19:13:21.589 | + functions-common:time_start:2386 : local name=dbsync 2025-04-16 19:13:21.589 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:13:21.589 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:13:21.589 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:13:21.589 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830759117 2025-04-16 19:13:21.589 | + lib/glance:init_glance:492 : /opt/stack/data/venv/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2025-04-16 19:13:21.589 | INFO dbcounter [-] Registered counter for database glance 2025-04-16 19:13:21.589 | 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=46148) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 19:13:21.589 | DEBUG dbcounter [-] [46148] Writer thread running {{(pid=46148) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 19:13:21.589 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 19:13:21.589 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 19:13:21.589 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 19:13:21.589 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 19:13:21.589 | INFO dbcounter [-] Registered counter for database glance 2025-04-16 19:13:21.589 | 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=46148) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 19:13:21.589 | DEBUG dbcounter [-] [46148] Writer thread running {{(pid=46148) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 19:13:21.589 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 19:13:21.589 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 19:13:21.589 | INFO alembic.runtime.migration [-] Running upgrade -> liberty, liberty initial 2025-04-16 19:13:21.589 | DEBUG alembic.runtime.migration [-] new branch insert liberty {{(pid=46148) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 19:13:21.589 | INFO alembic.runtime.migration [-] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2025-04-16 19:13:21.589 | DEBUG alembic.runtime.migration [-] update liberty to mitaka01 {{(pid=46148) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 19:13:21.589 | INFO alembic.runtime.migration [-] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2025-04-16 19:13:21.589 | DEBUG alembic.runtime.migration [-] update mitaka01 to mitaka02 {{(pid=46148) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 19:13:21.589 | INFO alembic.runtime.migration [-] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2025-04-16 19:13:21.589 | DEBUG alembic.runtime.migration [-] update mitaka02 to ocata_expand01 {{(pid=46148) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 19:13:21.589 | INFO alembic.runtime.migration [-] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2025-04-16 19:13:21.589 | DEBUG alembic.runtime.migration [-] update ocata_expand01 to pike_expand01 {{(pid=46148) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 19:13:21.589 | INFO alembic.runtime.migration [-] Running upgrade pike_expand01 -> queens_expand01 2025-04-16 19:13:21.589 | DEBUG alembic.runtime.migration [-] update pike_expand01 to queens_expand01 {{(pid=46148) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 19:13:21.589 | INFO alembic.runtime.migration [-] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2025-04-16 19:13:21.589 | DEBUG alembic.runtime.migration [-] update queens_expand01 to rocky_expand01 {{(pid=46148) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 19:13:21.589 | 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 19:13:21.589 | DEBUG alembic.runtime.migration [-] update rocky_expand01 to rocky_expand02 {{(pid=46148) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 19:13:21.589 | INFO alembic.runtime.migration [-] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2025-04-16 19:13:21.589 | DEBUG alembic.runtime.migration [-] update rocky_expand02 to train_expand01 {{(pid=46148) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 19:13:21.589 | INFO alembic.runtime.migration [-] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2025-04-16 19:13:21.589 | DEBUG alembic.runtime.migration [-] update train_expand01 to ussuri_expand01 {{(pid=46148) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 19:13:21.589 | INFO alembic.runtime.migration [-] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2025-04-16 19:13:21.589 | DEBUG alembic.runtime.migration [-] update ussuri_expand01 to wallaby_expand01 {{(pid=46148) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 19:13:21.589 | INFO alembic.runtime.migration [-] Running upgrade wallaby_expand01 -> xena_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-16 19:13:21.589 | DEBUG alembic.runtime.migration [-] update wallaby_expand01 to xena_expand01 {{(pid=46148) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 19:13:21.589 | INFO alembic.runtime.migration [-] Running upgrade xena_expand01 -> yoga_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-16 19:13:21.589 | DEBUG alembic.runtime.migration [-] update xena_expand01 to yoga_expand01 {{(pid=46148) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 19:13:21.589 | INFO alembic.runtime.migration [-] Running upgrade yoga_expand01 -> zed_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-16 19:13:21.589 | DEBUG alembic.runtime.migration [-] update yoga_expand01 to zed_expand01 {{(pid=46148) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 19:13:21.589 | INFO alembic.runtime.migration [-] Running upgrade zed_expand01 -> 2023_1_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-16 19:13:21.589 | DEBUG alembic.runtime.migration [-] update zed_expand01 to 2023_1_expand01 {{(pid=46148) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 19:13:21.589 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 19:13:21.589 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 19:13:21.589 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 19:13:21.589 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 19:13:21.589 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 19:13:21.589 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 19:13:21.589 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 19:13:21.589 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 19:13:21.589 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 19:13:21.589 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 19:13:21.589 | INFO alembic.runtime.migration [-] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2025-04-16 19:13:21.589 | DEBUG alembic.runtime.migration [-] new branch insert ocata_contract01 {{(pid=46148) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 19:13:21.589 | INFO alembic.runtime.migration [-] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2025-04-16 19:13:21.589 | DEBUG alembic.runtime.migration [-] update ocata_contract01 to pike_contract01 {{(pid=46148) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 19:13:21.589 | INFO alembic.runtime.migration [-] Running upgrade pike_contract01 -> queens_contract01 2025-04-16 19:13:21.589 | DEBUG alembic.runtime.migration [-] update pike_contract01 to queens_contract01 {{(pid=46148) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 19:13:21.589 | INFO alembic.runtime.migration [-] Running upgrade queens_contract01 -> rocky_contract01 2025-04-16 19:13:21.589 | DEBUG alembic.runtime.migration [-] update queens_contract01 to rocky_contract01 {{(pid=46148) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 19:13:21.589 | INFO alembic.runtime.migration [-] Running upgrade rocky_contract01 -> rocky_contract02 2025-04-16 19:13:21.589 | DEBUG alembic.runtime.migration [-] update rocky_contract01 to rocky_contract02 {{(pid=46148) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 19:13:21.589 | INFO alembic.runtime.migration [-] Running upgrade rocky_contract02 -> train_contract01 2025-04-16 19:13:21.589 | DEBUG alembic.runtime.migration [-] update rocky_contract02 to train_contract01 {{(pid=46148) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 19:13:21.589 | INFO alembic.runtime.migration [-] Running upgrade train_contract01 -> ussuri_contract01 2025-04-16 19:13:21.589 | DEBUG alembic.runtime.migration [-] update train_contract01 to ussuri_contract01 {{(pid=46148) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 19:13:21.589 | INFO alembic.runtime.migration [-] Running upgrade ussuri_contract01 -> wallaby_contract01 2025-04-16 19:13:21.589 | DEBUG alembic.runtime.migration [-] update ussuri_contract01 to wallaby_contract01 {{(pid=46148) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 19:13:21.589 | INFO alembic.runtime.migration [-] Running upgrade wallaby_contract01 -> xena_contract01 2025-04-16 19:13:21.589 | DEBUG alembic.runtime.migration [-] update wallaby_contract01 to xena_contract01 {{(pid=46148) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 19:13:21.589 | INFO alembic.runtime.migration [-] Running upgrade xena_contract01 -> yoga_contract01 2025-04-16 19:13:21.589 | DEBUG alembic.runtime.migration [-] update xena_contract01 to yoga_contract01 {{(pid=46148) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 19:13:21.589 | INFO alembic.runtime.migration [-] Running upgrade yoga_contract01 -> zed_contract01 2025-04-16 19:13:21.589 | DEBUG alembic.runtime.migration [-] update yoga_contract01 to zed_contract01 {{(pid=46148) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 19:13:21.589 | INFO alembic.runtime.migration [-] Running upgrade zed_contract01 -> 2023_1_contract01 2025-04-16 19:13:21.590 | DEBUG alembic.runtime.migration [-] merge, delete ['zed_contract01'], update 2023_1_expand01 to 2023_1_contract01 {{(pid=46148) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:837}} 2025-04-16 19:13:21.590 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 19:13:21.590 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 19:13:21.590 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 19:13:21.590 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 19:13:21.590 | Upgraded database to: 2023_1_expand01, current revision(s): 2023_1_expand01 2025-04-16 19:13:21.590 | Database migration is up to date. No migration needed. 2025-04-16 19:13:21.590 | Upgraded database to: 2023_1_contract01, current revision(s): 2023_1_contract01 2025-04-16 19:13:21.590 | Database is synced successfully. 2025-04-16 19:13:21.590 | + 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 19:13:21.590 | INFO dbcounter [-] Registered counter for database glance 2025-04-16 19:13:21.590 | 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=46213) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 19:13:21.590 | DEBUG dbcounter [-] [46213] Writer thread running {{(pid=46213) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 19:13:21.590 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2025-04-16 19:13:21.590 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2025-04-16 19:13:21.590 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2025-04-16 19:13:21.590 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2025-04-16 19:13:21.590 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2025-04-16 19:13:21.590 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2025-04-16 19:13:21.590 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2025-04-16 19:13:21.590 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2025-04-16 19:13:21.590 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2025-04-16 19:13:21.590 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2025-04-16 19:13:21.590 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2025-04-16 19:13:21.590 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2025-04-16 19:13:21.590 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2025-04-16 19:13:21.590 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2025-04-16 19:13:21.590 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2025-04-16 19:13:21.590 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2025-04-16 19:13:21.590 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-mode.json loaded to database. 2025-04-16 19:13:21.590 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2025-04-16 19:13:21.590 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2025-04-16 19:13:21.590 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2025-04-16 19:13:21.590 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2025-04-16 19:13:21.590 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2025-04-16 19:13:21.590 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2025-04-16 19:13:21.590 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2025-04-16 19:13:21.590 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2025-04-16 19:13:21.590 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm-hw.json loaded to database. 2025-04-16 19:13:21.590 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2025-04-16 19:13:21.590 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2025-04-16 19:13:21.590 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2025-04-16 19:13:21.590 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2025-04-16 19:13:21.590 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm.json loaded to database. 2025-04-16 19:13:21.590 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2025-04-16 19:13:21.590 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2025-04-16 19:13:21.590 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2025-04-16 19:13:21.590 | + lib/glance:init_glance:496 : time_stop dbsync 2025-04-16 19:13:21.590 | + functions-common:time_stop:2400 : local name 2025-04-16 19:13:21.590 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:13:21.590 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:13:21.590 | + functions-common:time_stop:2403 : local total 2025-04-16 19:13:21.590 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:13:21.590 | + functions-common:time_stop:2406 : name=dbsync 2025-04-16 19:13:21.590 | + functions-common:time_stop:2407 : start_time=1744830759117 2025-04-16 19:13:21.590 | + functions-common:time_stop:2409 : [[ -z 1744830759117 ]] 2025-04-16 19:13:21.590 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:13:21.590 | + functions-common:time_stop:2412 : end_time=1744830763477 2025-04-16 19:13:21.590 | + functions-common:time_stop:2413 : elapsed_time=4360 2025-04-16 19:13:21.590 | + functions-common:time_stop:2414 : total=2639 2025-04-16 19:13:21.590 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:13:21.590 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6999 2025-04-16 19:13:21.621 | [3566 Async init_glance:46063]: finished init_glance with result 0 in 4 seconds 2025-04-16 19:13:21.624 | + inc/async:async_wait:197 : return 0 2025-04-16 19:13:21.626 | + stack.sh:main:1239 : async_wait init_swift 2025-04-16 19:13:21.642 | Not waiting for async task init_swift that we never started or has already been waited for 2025-04-16 19:13:21.644 | + inc/async:async_wait:197 : return 0 2025-04-16 19:13:21.646 | + stack.sh:main:1240 : async_wait init_cinder 2025-04-16 19:13:21.683 | [3566 Async init_cinder:49794]: Waiting for completion of init_cinder running on PID 49794 (2 other jobs running) 2025-04-16 19:13:21.701 | [3566 Async init_cinder:49794]: Signaling child to exit 2025-04-16 19:13:21.701 | WAKEUP 2025-04-16 19:13:21.717 | [3566 Async init_cinder:49794]: Signaled 2025-04-16 19:13:21.718 | + lib/cinder:init_cinder:484 : is_service_enabled mysql postgresql 2025-04-16 19:13:21.718 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:13:21.718 | + lib/cinder:init_cinder:486 : recreate_database cinder 2025-04-16 19:13:21.718 | + lib/database:recreate_database:112 : local db=cinder 2025-04-16 19:13:21.718 | + lib/database:recreate_database:113 : recreate_database_mysql cinder 2025-04-16 19:13:21.718 | + lib/databases/mysql:recreate_database_mysql:60 : local db=cinder 2025-04-16 19:13:21.718 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2025-04-16 19:13:21.718 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2025-04-16 19:13:21.718 | + lib/cinder:init_cinder:488 : time_start dbsync 2025-04-16 19:13:21.718 | + functions-common:time_start:2386 : local name=dbsync 2025-04-16 19:13:21.718 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:13:21.718 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:13:21.718 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:13:21.718 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830785063 2025-04-16 19:13:21.718 | + lib/cinder:init_cinder:490 : /opt/stack/data/venv/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2025-04-16 19:13:21.718 | INFO dbcounter [-] Registered counter for database cinder 2025-04-16 19:13:21.718 | 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=49898) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 19:13:21.718 | DEBUG dbcounter [-] [49898] Writer thread running {{(pid=49898) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 19:13:21.718 | INFO cinder.db.migration [-] Applying migration(s) 2025-04-16 19:13:21.718 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 19:13:21.718 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 19:13:21.718 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2025-04-16 19:13:21.718 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=49898) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 19:13:21.718 | INFO alembic.runtime.migration [-] Running upgrade 921e1a36b076 -> c92a3e68beed, Make shared_targets nullable 2025-04-16 19:13:21.718 | DEBUG alembic.runtime.migration [-] update 921e1a36b076 to c92a3e68beed {{(pid=49898) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 19:13:21.718 | INFO alembic.runtime.migration [-] Running upgrade c92a3e68beed -> daa98075b90d, Add resource indexes 2025-04-16 19:13:21.718 | INFO dbcounter [-] Registered counter for database cinder 2025-04-16 19:13:21.718 | 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=49898) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 19:13:21.718 | DEBUG dbcounter [-] [49898] Writer thread running {{(pid=49898) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 19:13:21.718 | DEBUG alembic.runtime.migration [-] update c92a3e68beed to daa98075b90d {{(pid=49898) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 19:13:21.718 | INFO alembic.runtime.migration [-] Running upgrade daa98075b90d -> 89aa6f9639f9, Drop legacy migrate_version table 2025-04-16 19:13:21.718 | DEBUG alembic.runtime.migration [-] update daa98075b90d to 89aa6f9639f9 {{(pid=49898) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 19:13:21.718 | INFO cinder.db.migration [-] Migration(s) applied 2025-04-16 19:13:21.718 | + lib/cinder:init_cinder:491 : time_stop dbsync 2025-04-16 19:13:21.718 | + functions-common:time_stop:2400 : local name 2025-04-16 19:13:21.718 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:13:21.718 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:13:21.718 | + functions-common:time_stop:2403 : local total 2025-04-16 19:13:21.718 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:13:21.718 | + functions-common:time_stop:2406 : name=dbsync 2025-04-16 19:13:21.718 | + functions-common:time_stop:2407 : start_time=1744830785063 2025-04-16 19:13:21.718 | + functions-common:time_stop:2409 : [[ -z 1744830785063 ]] 2025-04-16 19:13:21.718 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:13:21.718 | + functions-common:time_stop:2412 : end_time=1744830788459 2025-04-16 19:13:21.718 | + functions-common:time_stop:2413 : elapsed_time=3396 2025-04-16 19:13:21.718 | + functions-common:time_stop:2414 : total=2639 2025-04-16 19:13:21.718 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:13:21.718 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6035 2025-04-16 19:13:21.718 | + lib/cinder:init_cinder:494 : is_service_enabled c-vol 2025-04-16 19:13:21.718 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:13:21.718 | + lib/cinder:init_cinder:494 : [[ -n vmdk:vsphere ]] 2025-04-16 19:13:21.718 | + lib/cinder:init_cinder:495 : local be be_name be_type 2025-04-16 19:13:21.718 | + lib/cinder:init_cinder:496 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-04-16 19:13:21.718 | + lib/cinder:init_cinder:497 : be_type=vmdk 2025-04-16 19:13:21.718 | + lib/cinder:init_cinder:498 : be_name=vsphere 2025-04-16 19:13:21.718 | + lib/cinder:init_cinder:499 : type init_cinder_backend_vmdk 2025-04-16 19:13:21.718 | + lib/cinder:init_cinder:505 : is_service_enabled c-bak 2025-04-16 19:13:21.718 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:13:21.718 | + lib/cinder:init_cinder:511 : mkdir -p /opt/stack/data/cinder/volumes 2025-04-16 19:13:21.749 | [3566 Async init_cinder:49794]: finished init_cinder with result 0 in 3 seconds 2025-04-16 19:13:21.753 | + inc/async:async_wait:197 : return 0 2025-04-16 19:13:21.755 | + stack.sh:main:1245 : is_service_enabled nova 2025-04-16 19:13:21.768 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:13:21.770 | + stack.sh:main:1246 : echo_summary 'Configuring Nova' 2025-04-16 19:13:21.772 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 19:13:21.774 | + stack.sh:echo_summary:461 : echo -e Configuring Nova 2025-04-16 19:13:21.776 | + stack.sh:main:1247 : init_nova 2025-04-16 19:13:21.778 | + lib/nova:init_nova:858 : is_service_enabled mysql postgresql 2025-04-16 19:13:21.792 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:13:21.794 | + lib/nova:init_nova:858 : is_service_enabled n-api 2025-04-16 19:13:21.808 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:13:21.810 | + lib/nova:init_nova:860 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-16 19:13:21.812 | + lib/nova:init_nova:866 : recreate_database nova_cell0 2025-04-16 19:13:21.814 | + lib/database:recreate_database:112 : local db=nova_cell0 2025-04-16 19:13:21.816 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell0 2025-04-16 19:13:21.818 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_cell0 2025-04-16 19:13:21.820 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2025-04-16 19:13:21.829 | + 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 19:13:21.838 | ++ lib/nova:init_nova:871 : seq 1 1 2025-04-16 19:13:21.842 | + lib/nova:init_nova:871 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-04-16 19:13:21.844 | ++ lib/nova:init_nova:872 : conductor_conf 1 2025-04-16 19:13:21.847 | ++ lib/nova:conductor_conf:837 : local cell=1 2025-04-16 19:13:21.849 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2025-04-16 19:13:21.851 | + lib/nova:init_nova:872 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-04-16 19:13:21.898 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-04-16 19:13:21.927 | [3566 Async nova-cell-1:51089]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-04-16 19:13:21.929 | + lib/nova:init_nova:875 : recreate_database nova_api 2025-04-16 19:13:21.932 | + lib/database:recreate_database:112 : local db=nova_api 2025-04-16 19:13:21.934 | + lib/database:recreate_database:113 : recreate_database_mysql nova_api 2025-04-16 19:13:21.936 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_api 2025-04-16 19:13:21.938 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2025-04-16 19:13:21.946 | + 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 19:13:21.955 | + lib/nova:init_nova:876 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2025-04-16 19:13:22.420 | 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 19:13:24.130 | INFO dbcounter [-] Registered counter for database nova_api 2025-04-16 19:13:24.141 | DEBUG dbcounter [-] [51156] Writer thread running {{(pid=51156) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 19:13:24.144 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 19:13:24.144 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 19:13:24.172 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version 2025-04-16 19:13:25.192 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=51156) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 19:13:25.195 | INFO alembic.runtime.migration [-] Running upgrade d67eeaabee36 -> b30f573d3377, Remove unused build_requests columns 2025-04-16 19:13:25.392 | DEBUG alembic.runtime.migration [-] update d67eeaabee36 to b30f573d3377 {{(pid=51156) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 19:13:25.394 | INFO alembic.runtime.migration [-] Running upgrade b30f573d3377 -> cdeec0c85668, Drop legacy migrate_version table 2025-04-16 19:13:25.396 | DEBUG alembic.runtime.migration [-] update b30f573d3377 to cdeec0c85668 {{(pid=51156) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 19:13:25.770 | ++ lib/nova:init_nova:880 : database_connection_url nova_cell0 2025-04-16 19:13:25.772 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2025-04-16 19:13:25.774 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2025-04-16 19:13:25.777 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell0 2025-04-16 19:13:25.779 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 19:13:25.781 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 19:13:25.783 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 19:13:25.798 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:13:25.800 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 19:13:25.802 | ++ 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 19:13:25.805 | + 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 19:13:26.262 | 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 19:13:27.350 | + inc/async:async_inner:64 : rc=0 2025-04-16 19:13:27.369 | [51089 Async nova-cell-1:51089]: finished successfully 2025-04-16 19:13:27.490 | INFO dbcounter [None req-f10d55f7-2a64-44aa-a813-83c40dc02a06 None None] Registered counter for database nova_api 2025-04-16 19:13:27.500 | DEBUG dbcounter [-] [51198] Writer thread running {{(pid=51198) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 19:13:27.840 | ++ lib/nova:init_nova:883 : seq 0 1 2025-04-16 19:13:27.845 | + lib/nova:init_nova:883 : for i in $(seq 0 $NOVA_NUM_CELLS) 2025-04-16 19:13:27.847 | + lib/nova:init_nova:884 : async_wait nova-cell-0 2025-04-16 19:13:27.863 | Not waiting for async task nova-cell-0 that we never started or has already been waited for 2025-04-16 19:13:27.865 | + inc/async:async_wait:197 : return 0 2025-04-16 19:13:27.867 | + lib/nova:init_nova:883 : for i in $(seq 0 $NOVA_NUM_CELLS) 2025-04-16 19:13:27.869 | + lib/nova:init_nova:884 : async_wait nova-cell-1 2025-04-16 19:13:27.905 | [3566 Async nova-cell-1:51089]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 51089 (2 other jobs running) 2025-04-16 19:13:27.922 | [3566 Async nova-cell-1:51089]: Signaling child to exit 2025-04-16 19:13:27.922 | WAKEUP 2025-04-16 19:13:27.938 | [3566 Async nova-cell-1:51089]: Signaled 2025-04-16 19:13:27.939 | + lib/nova:init_nova_db:848 : local dbname=nova_cell1 2025-04-16 19:13:27.939 | + lib/nova:init_nova_db:849 : local conffile=/etc/nova/nova_cell1.conf 2025-04-16 19:13:27.939 | + lib/nova:init_nova_db:850 : recreate_database nova_cell1 2025-04-16 19:13:27.939 | + lib/database:recreate_database:112 : local db=nova_cell1 2025-04-16 19:13:27.939 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell1 2025-04-16 19:13:27.939 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_cell1 2025-04-16 19:13:27.939 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2025-04-16 19:13:27.939 | + 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 19:13:27.940 | + 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 19:13:27.940 | 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 19:13:27.940 | INFO dbcounter [-] Registered counter for database nova_cell1 2025-04-16 19:13:27.940 | DEBUG dbcounter [-] [51143] Writer thread running {{(pid=51143) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 19:13:27.940 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 19:13:27.940 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 19:13:27.940 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2025-04-16 19:13:27.940 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=51143) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 19:13:27.940 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2025-04-16 19:13:27.940 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=51143) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 19:13:27.940 | INFO alembic.runtime.migration [-] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2025-04-16 19:13:27.940 | DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=51143) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 19:13:27.940 | INFO alembic.runtime.migration [-] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2025-04-16 19:13:27.940 | DEBUG alembic.runtime.migration [-] update ccb0fa1a2252 to 960aac0e09ea {{(pid=51143) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 19:13:27.940 | INFO alembic.runtime.migration [-] Running upgrade 960aac0e09ea -> 1b91788ec3a6, Drop legacy migrate_version table 2025-04-16 19:13:27.940 | DEBUG alembic.runtime.migration [-] update 960aac0e09ea to 1b91788ec3a6 {{(pid=51143) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 19:13:27.940 | INFO alembic.runtime.migration [-] Running upgrade 1b91788ec3a6 -> 1acf2c98e646, Add compute_id to instance 2025-04-16 19:13:27.940 | DEBUG alembic.runtime.migration [-] update 1b91788ec3a6 to 1acf2c98e646 {{(pid=51143) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 19:13:27.971 | [3566 Async nova-cell-1:51089]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 5 seconds 2025-04-16 19:13:27.973 | + inc/async:async_wait:197 : return 0 2025-04-16 19:13:27.975 | + lib/nova:init_nova:887 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-16 19:13:27.978 | + lib/nova:init_nova:889 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf db sync 2025-04-16 19:13:28.421 | 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 19:13:29.609 | INFO dbcounter [None req-8bc95ae2-d693-4122-a486-417b45eaf1d5 None None] Registered counter for database nova_api 2025-04-16 19:13:29.619 | DEBUG dbcounter [-] [51371] Writer thread running {{(pid=51371) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 19:13:29.647 | INFO dbcounter [None req-8bc95ae2-d693-4122-a486-417b45eaf1d5 None None] Registered counter for database nova_cell0 2025-04-16 19:13:29.651 | DEBUG dbcounter [-] [51371] Writer thread running {{(pid=51371) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 19:13:29.654 | INFO alembic.runtime.migration [None req-8bc95ae2-d693-4122-a486-417b45eaf1d5 None None] Context impl MySQLImpl. 2025-04-16 19:13:29.654 | INFO alembic.runtime.migration [None req-8bc95ae2-d693-4122-a486-417b45eaf1d5 None None] Will assume non-transactional DDL. 2025-04-16 19:13:29.665 | INFO alembic.runtime.migration [None req-8bc95ae2-d693-4122-a486-417b45eaf1d5 None None] Running upgrade -> 8f2f1571d55b, Initial version 2025-04-16 19:13:32.066 | DEBUG alembic.runtime.migration [None req-8bc95ae2-d693-4122-a486-417b45eaf1d5 None None] new branch insert 8f2f1571d55b {{(pid=51371) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 19:13:32.069 | INFO alembic.runtime.migration [None req-8bc95ae2-d693-4122-a486-417b45eaf1d5 None None] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2025-04-16 19:13:32.098 | DEBUG alembic.runtime.migration [None req-8bc95ae2-d693-4122-a486-417b45eaf1d5 None None] update 8f2f1571d55b to 16f1fbcab42b {{(pid=51371) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 19:13:32.099 | INFO alembic.runtime.migration [None req-8bc95ae2-d693-4122-a486-417b45eaf1d5 None None] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2025-04-16 19:13:32.169 | DEBUG alembic.runtime.migration [None req-8bc95ae2-d693-4122-a486-417b45eaf1d5 None None] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=51371) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 19:13:32.170 | INFO alembic.runtime.migration [None req-8bc95ae2-d693-4122-a486-417b45eaf1d5 None None] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2025-04-16 19:13:32.188 | DEBUG alembic.runtime.migration [None req-8bc95ae2-d693-4122-a486-417b45eaf1d5 None None] update ccb0fa1a2252 to 960aac0e09ea {{(pid=51371) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 19:13:32.189 | INFO alembic.runtime.migration [None req-8bc95ae2-d693-4122-a486-417b45eaf1d5 None None] Running upgrade 960aac0e09ea -> 1b91788ec3a6, Drop legacy migrate_version table 2025-04-16 19:13:32.191 | DEBUG alembic.runtime.migration [None req-8bc95ae2-d693-4122-a486-417b45eaf1d5 None None] update 960aac0e09ea to 1b91788ec3a6 {{(pid=51371) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 19:13:32.192 | INFO alembic.runtime.migration [None req-8bc95ae2-d693-4122-a486-417b45eaf1d5 None None] Running upgrade 1b91788ec3a6 -> 1acf2c98e646, Add compute_id to instance 2025-04-16 19:13:32.249 | DEBUG alembic.runtime.migration [None req-8bc95ae2-d693-4122-a486-417b45eaf1d5 None None] update 1b91788ec3a6 to 1acf2c98e646 {{(pid=51371) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 19:13:32.252 | INFO dbcounter [None req-8bc95ae2-d693-4122-a486-417b45eaf1d5 None None] Registered counter for database nova_cell1 2025-04-16 19:13:32.257 | DEBUG dbcounter [-] [51371] Writer thread running {{(pid=51371) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 19:13:32.260 | INFO alembic.runtime.migration [None req-8bc95ae2-d693-4122-a486-417b45eaf1d5 None None] Context impl MySQLImpl. 2025-04-16 19:13:32.260 | INFO alembic.runtime.migration [None req-8bc95ae2-d693-4122-a486-417b45eaf1d5 None None] Will assume non-transactional DDL. 2025-04-16 19:13:32.619 | + 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 19:13:33.064 | 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 19:13:34.246 | Running batches of 50 until complete 2025-04-16 19:13:34.246 | INFO dbcounter [None req-1a7493cb-cc6d-40f9-bcca-08389826820a None None] Registered counter for database nova_cell1 2025-04-16 19:13:34.256 | DEBUG dbcounter [-] [51387] Writer thread running {{(pid=51387) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 19:13:34.320 | INFO dbcounter [None req-1a7493cb-cc6d-40f9-bcca-08389826820a None None] Registered counter for database nova_api 2025-04-16 19:13:34.323 | DEBUG dbcounter [-] [51387] Writer thread running {{(pid=51387) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 19:13:34.392 | INFO dbcounter [None req-1a7493cb-cc6d-40f9-bcca-08389826820a None None] Registered counter for database nova_cell0 2025-04-16 19:13:34.396 | DEBUG dbcounter [-] [51387] Writer thread running {{(pid=51387) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 19:13:34.436 | +-------------------------------------+--------------+-----------+ 2025-04-16 19:13:34.436 | | Migration | Total Needed | Completed | 2025-04-16 19:13:34.436 | +-------------------------------------+--------------+-----------+ 2025-04-16 19:13:34.436 | | fill_virtual_interface_list | 0 | 0 | 2025-04-16 19:13:34.436 | | migrate_empty_ratio | 0 | 0 | 2025-04-16 19:13:34.436 | | migrate_quota_classes_to_api_db | 0 | 0 | 2025-04-16 19:13:34.436 | | migrate_quota_limits_to_api_db | 0 | 0 | 2025-04-16 19:13:34.436 | | migration_migrate_to_uuid | 0 | 0 | 2025-04-16 19:13:34.436 | | populate_dev_uuids | 0 | 0 | 2025-04-16 19:13:34.436 | | populate_instance_compute_id | 0 | 0 | 2025-04-16 19:13:34.436 | | populate_missing_availability_zones | 0 | 0 | 2025-04-16 19:13:34.436 | | populate_queued_for_delete | 0 | 0 | 2025-04-16 19:13:34.436 | | populate_user_id | 0 | 0 | 2025-04-16 19:13:34.436 | | populate_uuids | 0 | 0 | 2025-04-16 19:13:34.436 | +-------------------------------------+--------------+-----------+ 2025-04-16 19:13:34.792 | ++ lib/nova:init_nova:897 : seq 1 1 2025-04-16 19:13:34.795 | + lib/nova:init_nova:897 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-04-16 19:13:34.798 | ++ lib/nova:init_nova:898 : conductor_conf 1 2025-04-16 19:13:34.800 | ++ lib/nova:conductor_conf:837 : local cell=1 2025-04-16 19:13:34.802 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2025-04-16 19:13:34.805 | + 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 19:13:35.248 | 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 19:13:36.419 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2025-04-16 19:13:36.419 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2025-04-16 19:13:36.419 | INFO dbcounter [None req-cd366739-ff3c-45a7-8744-c5f12c9e61ce None None] Registered counter for database nova_api 2025-04-16 19:13:36.429 | DEBUG dbcounter [-] [51404] Writer thread running {{(pid=51404) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 19:13:36.767 | + lib/nova:init_nova:902 : create_nova_keys_dir 2025-04-16 19:13:36.770 | + lib/nova:create_nova_keys_dir:844 : sudo install -d -o stack /opt/stack/data/nova /opt/stack/data/nova/keys 2025-04-16 19:13:36.780 | + lib/nova:init_nova:904 : [[ '' == \L\V\M ]] 2025-04-16 19:13:36.783 | + stack.sh:main:1249 : async_runfunc configure_neutron_nova 2025-04-16 19:13:36.785 | + inc/async:async_runfunc:116 : async_run configure_neutron_nova configure_neutron_nova 2025-04-16 19:13:36.836 | + inc/async:async_inner:63 : configure_neutron_nova 2025-04-16 19:13:36.867 | [3566 Async configure_neutron_nova:51463]: running: configure_neutron_nova 2025-04-16 19:13:36.869 | + stack.sh:main:1257 : run_phase stack post-config 2025-04-16 19:13:36.871 | + functions-common:run_phase:1828 : local mode=stack 2025-04-16 19:13:36.873 | + functions-common:run_phase:1829 : local phase=post-config 2025-04-16 19:13:36.875 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-16 19:13:36.878 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-16 19:13:36.880 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-16 19:13:36.882 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-16 19:13:36.884 | + functions-common:run_phase:1838 : local extra 2025-04-16 19:13:36.887 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-16 19:13:36.890 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-16 19:13:36.892 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-16 19:13:36.895 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-16 19:13:36.897 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack post-config 2025-04-16 19:13:36.900 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-16 19:13:36.914 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:13:36.916 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 19:13:36.918 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 19:13:36.920 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2025-04-16 19:13:36.922 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-16 19:13:36.924 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-16 19:13:36.927 | ++ extras.d/80-tempest.sh:source:12 : : 2025-04-16 19:13:36.929 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-16 19:13:36.931 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-16 19:13:36.933 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 19:13:36.935 | + 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 19:13:36.938 | + functions-common:run_phase:1855 : run_plugins stack post-config 2025-04-16 19:13:36.940 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-16 19:13:36.942 | + functions-common:run_plugins:1815 : local phase=post-config 2025-04-16 19:13:36.944 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-16 19:13:36.946 | + functions-common:run_plugins:1818 : local plugin 2025-04-16 19:13:36.948 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-16 19:13:36.951 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-16 19:13:36.953 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-16 19:13:36.955 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack post-config 2025-04-16 19:13:36.957 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 19:13:36.960 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 19:13:36.962 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2025-04-16 19:13:36.965 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-16 19:13:36.967 | ++ /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 19:13:36.969 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:13 : echo_summary 'Configuring Networking-NSX-T' 2025-04-16 19:13:36.971 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 19:13:36.973 | ++ stack.sh:echo_summary:461 : echo -e Configuring Networking-NSX-T 2025-04-16 19:13:36.975 | + stack.sh:main:1265 : merge_config_group /opt/stack/devstack/local.conf post-config 2025-04-16 19:13:36.978 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-16 19:13:36.980 | + inc/meta-config:merge_config_group:171 : shift 2025-04-16 19:13:36.982 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2025-04-16 19:13:36.985 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 19:13:36.987 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-16 19:13:36.989 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-16 19:13:36.991 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-config 2025-04-16 19:13:36.994 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-16 19:13:36.996 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2025-04-16 19:13:36.998 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 19:13:37.001 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2025-04-16 19:13:37.001 | /^\[\[.+\|.*\]\]/ { 2025-04-16 19:13:37.001 | gsub("[][]", "", $1); 2025-04-16 19:13:37.001 | split($1, a, "|"); 2025-04-16 19:13:37.001 | if (a[1] == matchgroup) 2025-04-16 19:13:37.001 | print a[2] 2025-04-16 19:13:37.001 | } 2025-04-16 19:13:37.001 | ' /opt/stack/devstack/local.conf 2025-04-16 19:13:37.005 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-16 19:13:37.007 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-16 19:13:37.009 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-16 19:13:37.012 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2025-04-16 19:13:37.015 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2025-04-16 19:13:37.017 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2025-04-16 19:13:37.019 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2025-04-16 19:13:37.022 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2025-04-16 19:13:37.025 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2025-04-16 19:13:37.027 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2025-04-16 19:13:37.030 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2025-04-16 19:13:37.032 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-16 19:13:37.034 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-16 19:13:37.036 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2025-04-16 19:13:37.039 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-16 19:13:37.042 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2025-04-16 19:13:37.044 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2025-04-16 19:13:37.047 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2025-04-16 19:13:37.049 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2025-04-16 19:13:37.052 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2025-04-16 19:13:37.052 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2025-04-16 19:13:37.052 | BEGIN { 2025-04-16 19:13:37.052 | section = "" 2025-04-16 19:13:37.052 | last_section = "" 2025-04-16 19:13:37.052 | section_count = 0 2025-04-16 19:13:37.052 | } 2025-04-16 19:13:37.052 | /^\[.+\]/ { 2025-04-16 19:13:37.052 | gsub("[][]", "", $1); 2025-04-16 19:13:37.052 | section=$1 2025-04-16 19:13:37.052 | next 2025-04-16 19:13:37.052 | } 2025-04-16 19:13:37.052 | /^ *\#/ { 2025-04-16 19:13:37.052 | next 2025-04-16 19:13:37.052 | } 2025-04-16 19:13:37.052 | /^[^ \t]+/ { 2025-04-16 19:13:37.052 | # get offset of first = in $0 2025-04-16 19:13:37.052 | eq_idx = index($0, "=") 2025-04-16 19:13:37.052 | # extract attr & value from $0 2025-04-16 19:13:37.052 | attr = substr($0, 1, eq_idx - 1) 2025-04-16 19:13:37.052 | value = substr($0, eq_idx + 1) 2025-04-16 19:13:37.052 | # only need to strip trailing whitespace from attr 2025-04-16 19:13:37.052 | sub(/[ \t]*$/, "", attr) 2025-04-16 19:13:37.052 | # need to strip leading & trailing whitespace from value 2025-04-16 19:13:37.052 | sub(/^[ \t]*/, "", value) 2025-04-16 19:13:37.052 | sub(/[ \t]*$/, "", value) 2025-04-16 19:13:37.052 | 2025-04-16 19:13:37.052 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-16 19:13:37.053 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-16 19:13:37.053 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-16 19:13:37.053 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-16 19:13:37.053 | if (! (section, attr) in cfg_attr_count) { 2025-04-16 19:13:37.053 | if (section != last_section) { 2025-04-16 19:13:37.053 | cfg_section[section_count++] = section 2025-04-16 19:13:37.053 | last_section = section 2025-04-16 19:13:37.053 | } 2025-04-16 19:13:37.053 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-16 19:13:37.053 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-16 19:13:37.053 | 2025-04-16 19:13:37.053 | cfg_attr[section, attr, 0] = value 2025-04-16 19:13:37.053 | cfg_attr_count[section, attr] = 1 2025-04-16 19:13:37.053 | } else { 2025-04-16 19:13:37.053 | lno = cfg_attr_count[section, attr]++ 2025-04-16 19:13:37.053 | cfg_attr[section, attr, lno] = value 2025-04-16 19:13:37.053 | } 2025-04-16 19:13:37.053 | } 2025-04-16 19:13:37.053 | END { 2025-04-16 19:13:37.053 | # Process each section in order 2025-04-16 19:13:37.053 | for (sno = 0; sno < section_count; sno++) { 2025-04-16 19:13:37.053 | section = cfg_section[sno] 2025-04-16 19:13:37.053 | # The ini routines simply append a config item immediately 2025-04-16 19:13:37.053 | # after the section header. To keep the same order as defined 2025-04-16 19:13:37.053 | # in local.conf, invoke the ini routines in the reverse order 2025-04-16 19:13:37.053 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-16 19:13:37.053 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-16 19:13:37.053 | if (cfg_attr_count[section, attr] == 1) 2025-04-16 19:13:37.053 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-16 19:13:37.053 | else { 2025-04-16 19:13:37.053 | # For multiline, invoke the ini routines in the reverse order 2025-04-16 19:13:37.053 | count = cfg_attr_count[section, attr] 2025-04-16 19:13:37.053 | print "inidelete " configfile " " section " " attr 2025-04-16 19:13:37.053 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-16 19:13:37.053 | for (l = count -2; l >= 0; l--) 2025-04-16 19:13:37.053 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-16 19:13:37.053 | } 2025-04-16 19:13:37.053 | } 2025-04-16 19:13:37.053 | } 2025-04-16 19:13:37.053 | } 2025-04-16 19:13:37.053 | ' 2025-04-16 19:13:37.053 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 19:13:37.054 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-16 19:13:37.054 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-16 19:13:37.056 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-16 19:13:37.059 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2025-04-16 19:13:37.061 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 19:13:37.063 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2025-04-16 19:13:37.065 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2025-04-16 19:13:37.065 | BEGIN { group = "" } 2025-04-16 19:13:37.065 | /^\[\[.+\|.*\]\]/ { 2025-04-16 19:13:37.065 | gsub("[][]", "", $1); 2025-04-16 19:13:37.065 | split($1, a, "|"); 2025-04-16 19:13:37.065 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-16 19:13:37.065 | group=a[1] 2025-04-16 19:13:37.065 | } else { 2025-04-16 19:13:37.065 | group="" 2025-04-16 19:13:37.065 | } 2025-04-16 19:13:37.065 | next 2025-04-16 19:13:37.065 | } 2025-04-16 19:13:37.065 | { 2025-04-16 19:13:37.065 | if (group != "") 2025-04-16 19:13:37.065 | print $0 2025-04-16 19:13:37.065 | } 2025-04-16 19:13:37.065 | ' /opt/stack/devstack/local.conf 2025-04-16 19:13:37.070 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF neutron service_metadata_proxy "True"' 2025-04-16 19:13:37.072 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2025-04-16 19:13:37.097 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 19:13:37.100 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-16 19:13:37.102 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-16 19:13:37.104 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-16 19:13:37.107 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2025-04-16 19:13:37.109 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2025-04-16 19:13:37.113 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2025-04-16 19:13:37.115 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2025-04-16 19:13:37.118 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2025-04-16 19:13:37.121 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2025-04-16 19:13:37.123 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2025-04-16 19:13:37.125 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2025-04-16 19:13:37.128 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-16 19:13:37.130 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-16 19:13:37.132 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2025-04-16 19:13:37.135 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-16 19:13:37.137 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2025-04-16 19:13:37.139 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2025-04-16 19:13:37.142 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2025-04-16 19:13:37.144 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2025-04-16 19:13:37.147 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2025-04-16 19:13:37.148 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2025-04-16 19:13:37.148 | BEGIN { 2025-04-16 19:13:37.148 | section = "" 2025-04-16 19:13:37.148 | last_section = "" 2025-04-16 19:13:37.148 | section_count = 0 2025-04-16 19:13:37.148 | } 2025-04-16 19:13:37.148 | /^\[.+\]/ { 2025-04-16 19:13:37.148 | gsub("[][]", "", $1); 2025-04-16 19:13:37.148 | section=$1 2025-04-16 19:13:37.148 | next 2025-04-16 19:13:37.148 | } 2025-04-16 19:13:37.148 | /^ *\#/ { 2025-04-16 19:13:37.148 | next 2025-04-16 19:13:37.148 | } 2025-04-16 19:13:37.148 | /^[^ \t]+/ { 2025-04-16 19:13:37.148 | # get offset of first = in $0 2025-04-16 19:13:37.148 | eq_idx = index($0, "=") 2025-04-16 19:13:37.148 | # extract attr & value from $0 2025-04-16 19:13:37.148 | attr = substr($0, 1, eq_idx - 1) 2025-04-16 19:13:37.148 | value = substr($0, eq_idx + 1) 2025-04-16 19:13:37.148 | # only need to strip trailing whitespace from attr 2025-04-16 19:13:37.148 | sub(/[ \t]*$/, "", attr) 2025-04-16 19:13:37.148 | # need to strip leading & trailing whitespace from value 2025-04-16 19:13:37.148 | sub(/^[ \t]*/, "", value) 2025-04-16 19:13:37.148 | sub(/[ \t]*$/, "", value) 2025-04-16 19:13:37.148 | 2025-04-16 19:13:37.148 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-16 19:13:37.148 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-16 19:13:37.148 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-16 19:13:37.148 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-16 19:13:37.148 | if (! (section, attr) in cfg_attr_count) { 2025-04-16 19:13:37.148 | if (section != last_section) { 2025-04-16 19:13:37.148 | cfg_section[section_count++] = section 2025-04-16 19:13:37.148 | last_section = section 2025-04-16 19:13:37.148 | } 2025-04-16 19:13:37.148 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-16 19:13:37.148 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-16 19:13:37.148 | 2025-04-16 19:13:37.148 | cfg_attr[section, attr, 0] = value 2025-04-16 19:13:37.148 | cfg_attr_count[section, attr] = 1 2025-04-16 19:13:37.148 | } else { 2025-04-16 19:13:37.148 | lno = cfg_attr_count[section, attr]++ 2025-04-16 19:13:37.148 | cfg_attr[section, attr, lno] = value 2025-04-16 19:13:37.148 | } 2025-04-16 19:13:37.148 | } 2025-04-16 19:13:37.148 | END { 2025-04-16 19:13:37.148 | # Process each section in order 2025-04-16 19:13:37.148 | for (sno = 0; sno < section_count; sno++) { 2025-04-16 19:13:37.148 | section = cfg_section[sno] 2025-04-16 19:13:37.148 | # The ini routines simply append a config item immediately 2025-04-16 19:13:37.148 | # after the section header. To keep the same order as defined 2025-04-16 19:13:37.148 | # in local.conf, invoke the ini routines in the reverse order 2025-04-16 19:13:37.148 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-16 19:13:37.148 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-16 19:13:37.148 | if (cfg_attr_count[section, attr] == 1) 2025-04-16 19:13:37.148 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-16 19:13:37.148 | else { 2025-04-16 19:13:37.148 | # For multiline, invoke the ini routines in the reverse order 2025-04-16 19:13:37.148 | count = cfg_attr_count[section, attr] 2025-04-16 19:13:37.148 | print "inidelete " configfile " " section " " attr 2025-04-16 19:13:37.148 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-16 19:13:37.148 | for (l = count -2; l >= 0; l--) 2025-04-16 19:13:37.148 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-16 19:13:37.148 | } 2025-04-16 19:13:37.148 | } 2025-04-16 19:13:37.148 | } 2025-04-16 19:13:37.148 | } 2025-04-16 19:13:37.148 | ' 2025-04-16 19:13:37.148 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 19:13:37.149 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-16 19:13:37.149 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-16 19:13:37.151 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-16 19:13:37.154 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2025-04-16 19:13:37.155 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 19:13:37.158 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2025-04-16 19:13:37.160 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2025-04-16 19:13:37.160 | BEGIN { group = "" } 2025-04-16 19:13:37.160 | /^\[\[.+\|.*\]\]/ { 2025-04-16 19:13:37.160 | gsub("[][]", "", $1); 2025-04-16 19:13:37.160 | split($1, a, "|"); 2025-04-16 19:13:37.160 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-16 19:13:37.160 | group=a[1] 2025-04-16 19:13:37.160 | } else { 2025-04-16 19:13:37.160 | group="" 2025-04-16 19:13:37.160 | } 2025-04-16 19:13:37.160 | next 2025-04-16 19:13:37.160 | } 2025-04-16 19:13:37.160 | { 2025-04-16 19:13:37.160 | if (group != "") 2025-04-16 19:13:37.160 | print $0 2025-04-16 19:13:37.160 | } 2025-04-16 19:13:37.160 | ' /opt/stack/devstack/local.conf 2025-04-16 19:13:37.165 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF vsphere vmware_insecure "True"' 2025-04-16 19:13:37.168 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf vsphere vmware_insecure True 2025-04-16 19:13:37.178 | + inc/async:async_inner:64 : rc=0 2025-04-16 19:13:37.191 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 19:13:37.194 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-16 19:13:37.197 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-16 19:13:37.198 | [51463 Async configure_neutron_nova:51463]: finished successfully 2025-04-16 19:13:37.199 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-16 19:13:37.202 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2025-04-16 19:13:37.204 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2025-04-16 19:13:37.207 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2025-04-16 19:13:37.209 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2025-04-16 19:13:37.212 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2025-04-16 19:13:37.215 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2025-04-16 19:13:37.217 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2025-04-16 19:13:37.220 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2025-04-16 19:13:37.222 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-16 19:13:37.224 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-16 19:13:37.226 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2025-04-16 19:13:37.228 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-16 19:13:37.231 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2025-04-16 19:13:37.233 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2025-04-16 19:13:37.235 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2025-04-16 19:13:37.238 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2025-04-16 19:13:37.240 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2025-04-16 19:13:37.241 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2025-04-16 19:13:37.241 | BEGIN { 2025-04-16 19:13:37.241 | section = "" 2025-04-16 19:13:37.241 | last_section = "" 2025-04-16 19:13:37.241 | section_count = 0 2025-04-16 19:13:37.241 | } 2025-04-16 19:13:37.241 | /^\[.+\]/ { 2025-04-16 19:13:37.241 | gsub("[][]", "", $1); 2025-04-16 19:13:37.241 | section=$1 2025-04-16 19:13:37.241 | next 2025-04-16 19:13:37.241 | } 2025-04-16 19:13:37.241 | /^ *\#/ { 2025-04-16 19:13:37.241 | next 2025-04-16 19:13:37.241 | } 2025-04-16 19:13:37.241 | /^[^ \t]+/ { 2025-04-16 19:13:37.241 | # get offset of first = in $0 2025-04-16 19:13:37.241 | eq_idx = index($0, "=") 2025-04-16 19:13:37.241 | # extract attr & value from $0 2025-04-16 19:13:37.241 | attr = substr($0, 1, eq_idx - 1) 2025-04-16 19:13:37.241 | value = substr($0, eq_idx + 1) 2025-04-16 19:13:37.241 | # only need to strip trailing whitespace from attr 2025-04-16 19:13:37.241 | sub(/[ \t]*$/, "", attr) 2025-04-16 19:13:37.241 | # need to strip leading & trailing whitespace from value 2025-04-16 19:13:37.241 | sub(/^[ \t]*/, "", value) 2025-04-16 19:13:37.241 | sub(/[ \t]*$/, "", value) 2025-04-16 19:13:37.241 | 2025-04-16 19:13:37.241 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-16 19:13:37.241 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-16 19:13:37.241 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-16 19:13:37.241 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-16 19:13:37.241 | if (! (section, attr) in cfg_attr_count) { 2025-04-16 19:13:37.241 | if (section != last_section) { 2025-04-16 19:13:37.241 | cfg_section[section_count++] = section 2025-04-16 19:13:37.241 | last_section = section 2025-04-16 19:13:37.241 | } 2025-04-16 19:13:37.241 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-16 19:13:37.241 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-16 19:13:37.241 | 2025-04-16 19:13:37.241 | cfg_attr[section, attr, 0] = value 2025-04-16 19:13:37.241 | cfg_attr_count[section, attr] = 1 2025-04-16 19:13:37.241 | } else { 2025-04-16 19:13:37.241 | lno = cfg_attr_count[section, attr]++ 2025-04-16 19:13:37.241 | cfg_attr[section, attr, lno] = value 2025-04-16 19:13:37.241 | } 2025-04-16 19:13:37.241 | } 2025-04-16 19:13:37.241 | END { 2025-04-16 19:13:37.241 | # Process each section in order 2025-04-16 19:13:37.241 | for (sno = 0; sno < section_count; sno++) { 2025-04-16 19:13:37.241 | section = cfg_section[sno] 2025-04-16 19:13:37.241 | # The ini routines simply append a config item immediately 2025-04-16 19:13:37.241 | # after the section header. To keep the same order as defined 2025-04-16 19:13:37.241 | # in local.conf, invoke the ini routines in the reverse order 2025-04-16 19:13:37.241 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-16 19:13:37.241 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-16 19:13:37.241 | if (cfg_attr_count[section, attr] == 1) 2025-04-16 19:13:37.241 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-16 19:13:37.241 | else { 2025-04-16 19:13:37.241 | # For multiline, invoke the ini routines in the reverse order 2025-04-16 19:13:37.241 | count = cfg_attr_count[section, attr] 2025-04-16 19:13:37.241 | print "inidelete " configfile " " section " " attr 2025-04-16 19:13:37.241 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-16 19:13:37.241 | for (l = count -2; l >= 0; l--) 2025-04-16 19:13:37.241 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-16 19:13:37.241 | } 2025-04-16 19:13:37.241 | } 2025-04-16 19:13:37.241 | } 2025-04-16 19:13:37.242 | } 2025-04-16 19:13:37.242 | ' 2025-04-16 19:13:37.242 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 19:13:37.243 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-16 19:13:37.243 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-16 19:13:37.245 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-16 19:13:37.247 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2025-04-16 19:13:37.249 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 19:13:37.251 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2025-04-16 19:13:37.253 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2025-04-16 19:13:37.254 | BEGIN { group = "" } 2025-04-16 19:13:37.254 | /^\[\[.+\|.*\]\]/ { 2025-04-16 19:13:37.254 | gsub("[][]", "", $1); 2025-04-16 19:13:37.254 | split($1, a, "|"); 2025-04-16 19:13:37.254 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-16 19:13:37.254 | group=a[1] 2025-04-16 19:13:37.254 | } else { 2025-04-16 19:13:37.254 | group="" 2025-04-16 19:13:37.254 | } 2025-04-16 19:13:37.254 | next 2025-04-16 19:13:37.254 | } 2025-04-16 19:13:37.254 | { 2025-04-16 19:13:37.254 | if (group != "") 2025-04-16 19:13:37.254 | print $0 2025-04-16 19:13:37.254 | } 2025-04-16 19:13:37.254 | ' /opt/stack/devstack/local.conf 2025-04-16 19:13:37.258 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF DEFAULT global_physnet_mtu "8950"' 2025-04-16 19:13:37.260 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf DEFAULT global_physnet_mtu 8950 2025-04-16 19:13:37.285 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 19:13:37.287 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF experimental linuxbridge "true"' 2025-04-16 19:13:37.289 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf experimental linuxbridge true 2025-04-16 19:13:37.314 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 19:13:37.317 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-16 19:13:37.319 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-16 19:13:37.321 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-16 19:13:37.324 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2025-04-16 19:13:37.326 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 19:13:37.329 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 19:13:37.331 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2025-04-16 19:13:37.333 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 19:13:37.336 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2025-04-16 19:13:37.339 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2025-04-16 19:13:37.341 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2025-04-16 19:13:37.343 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-16 19:13:37.345 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-16 19:13:37.347 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2025-04-16 19:13:37.349 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-16 19:13:37.352 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2025-04-16 19:13:37.353 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 19:13:37.356 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 19:13:37.359 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2025-04-16 19:13:37.361 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2025-04-16 19:13:37.361 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2025-04-16 19:13:37.362 | BEGIN { 2025-04-16 19:13:37.362 | section = "" 2025-04-16 19:13:37.362 | last_section = "" 2025-04-16 19:13:37.362 | section_count = 0 2025-04-16 19:13:37.362 | } 2025-04-16 19:13:37.362 | /^\[.+\]/ { 2025-04-16 19:13:37.362 | gsub("[][]", "", $1); 2025-04-16 19:13:37.362 | section=$1 2025-04-16 19:13:37.362 | next 2025-04-16 19:13:37.362 | } 2025-04-16 19:13:37.362 | /^ *\#/ { 2025-04-16 19:13:37.362 | next 2025-04-16 19:13:37.362 | } 2025-04-16 19:13:37.362 | /^[^ \t]+/ { 2025-04-16 19:13:37.362 | # get offset of first = in $0 2025-04-16 19:13:37.362 | eq_idx = index($0, "=") 2025-04-16 19:13:37.362 | # extract attr & value from $0 2025-04-16 19:13:37.362 | attr = substr($0, 1, eq_idx - 1) 2025-04-16 19:13:37.362 | value = substr($0, eq_idx + 1) 2025-04-16 19:13:37.362 | # only need to strip trailing whitespace from attr 2025-04-16 19:13:37.362 | sub(/[ \t]*$/, "", attr) 2025-04-16 19:13:37.362 | # need to strip leading & trailing whitespace from value 2025-04-16 19:13:37.362 | sub(/^[ \t]*/, "", value) 2025-04-16 19:13:37.362 | sub(/[ \t]*$/, "", value) 2025-04-16 19:13:37.362 | 2025-04-16 19:13:37.362 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-16 19:13:37.362 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-16 19:13:37.362 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-16 19:13:37.362 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-16 19:13:37.362 | if (! (section, attr) in cfg_attr_count) { 2025-04-16 19:13:37.362 | if (section != last_section) { 2025-04-16 19:13:37.362 | cfg_section[section_count++] = section 2025-04-16 19:13:37.362 | last_section = section 2025-04-16 19:13:37.362 | } 2025-04-16 19:13:37.362 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-16 19:13:37.362 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-16 19:13:37.362 | 2025-04-16 19:13:37.362 | cfg_attr[section, attr, 0] = value 2025-04-16 19:13:37.362 | cfg_attr_count[section, attr] = 1 2025-04-16 19:13:37.362 | } else { 2025-04-16 19:13:37.362 | lno = cfg_attr_count[section, attr]++ 2025-04-16 19:13:37.362 | cfg_attr[section, attr, lno] = value 2025-04-16 19:13:37.362 | } 2025-04-16 19:13:37.362 | } 2025-04-16 19:13:37.362 | END { 2025-04-16 19:13:37.362 | # Process each section in order 2025-04-16 19:13:37.362 | for (sno = 0; sno < section_count; sno++) { 2025-04-16 19:13:37.362 | section = cfg_section[sno] 2025-04-16 19:13:37.362 | # The ini routines simply append a config item immediately 2025-04-16 19:13:37.362 | # after the section header. To keep the same order as defined 2025-04-16 19:13:37.362 | # in local.conf, invoke the ini routines in the reverse order 2025-04-16 19:13:37.362 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-16 19:13:37.362 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-16 19:13:37.362 | if (cfg_attr_count[section, attr] == 1) 2025-04-16 19:13:37.362 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-16 19:13:37.362 | else { 2025-04-16 19:13:37.362 | # For multiline, invoke the ini routines in the reverse order 2025-04-16 19:13:37.362 | count = cfg_attr_count[section, attr] 2025-04-16 19:13:37.362 | print "inidelete " configfile " " section " " attr 2025-04-16 19:13:37.362 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-16 19:13:37.362 | for (l = count -2; l >= 0; l--) 2025-04-16 19:13:37.362 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-16 19:13:37.362 | } 2025-04-16 19:13:37.362 | } 2025-04-16 19:13:37.362 | } 2025-04-16 19:13:37.362 | } 2025-04-16 19:13:37.362 | ' 2025-04-16 19:13:37.362 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 19:13:37.363 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-16 19:13:37.364 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-16 19:13:37.365 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-16 19:13:37.367 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2025-04-16 19:13:37.369 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 19:13:37.371 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2025-04-16 19:13:37.373 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2025-04-16 19:13:37.373 | BEGIN { group = "" } 2025-04-16 19:13:37.373 | /^\[\[.+\|.*\]\]/ { 2025-04-16 19:13:37.373 | gsub("[][]", "", $1); 2025-04-16 19:13:37.373 | split($1, a, "|"); 2025-04-16 19:13:37.373 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-16 19:13:37.373 | group=a[1] 2025-04-16 19:13:37.373 | } else { 2025-04-16 19:13:37.373 | group="" 2025-04-16 19:13:37.373 | } 2025-04-16 19:13:37.373 | next 2025-04-16 19:13:37.373 | } 2025-04-16 19:13:37.374 | { 2025-04-16 19:13:37.374 | if (group != "") 2025-04-16 19:13:37.374 | print $0 2025-04-16 19:13:37.374 | } 2025-04-16 19:13:37.374 | ' /opt/stack/devstack/local.conf 2025-04-16 19:13:37.378 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 mechanism_drivers "nsxv3,openvswitch,logger"' 2025-04-16 19:13:37.380 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers nsxv3,openvswitch,logger 2025-04-16 19:13:37.403 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 19:13:37.405 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 overlay_ip_version "4"' 2025-04-16 19:13:37.407 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2025-04-16 19:13:37.432 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 19:13:37.434 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 extension_drivers "port_security"' 2025-04-16 19:13:37.436 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2025-04-16 19:13:37.461 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 19:13:37.463 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 tenant_network_types "vlan"' 2025-04-16 19:13:37.465 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2025-04-16 19:13:37.490 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 19:13:37.492 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 path_mtu "8950"' 2025-04-16 19:13:37.494 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 path_mtu 8950 2025-04-16 19:13:37.517 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 19:13:37.519 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 type_drivers "vlan"' 2025-04-16 19:13:37.521 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 type_drivers vlan 2025-04-16 19:13:37.545 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 19:13:37.547 | + 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 19:13:37.549 | ++ 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 19:13:37.574 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 19:13:37.576 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup firewall_driver "noop"' 2025-04-16 19:13:37.578 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver noop 2025-04-16 19:13:37.603 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 19:13:37.605 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2025-04-16 19:13:37.607 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2025-04-16 19:13:37.632 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 19:13:37.635 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-16 19:13:37.637 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-16 19:13:37.639 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-16 19:13:37.642 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /etc/neutron/dhcp_agent.ini' 2025-04-16 19:13:37.644 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/dhcp_agent.ini 2025-04-16 19:13:37.647 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/dhcp_agent.ini 2025-04-16 19:13:37.649 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2025-04-16 19:13:37.651 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/dhcp_agent.ini 2025-04-16 19:13:37.654 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2025-04-16 19:13:37.656 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2025-04-16 19:13:37.658 | + 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 19:13:37.660 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-16 19:13:37.662 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-16 19:13:37.665 | + inc/meta-config:merge_config_file:85 : local configfile=/etc/neutron/dhcp_agent.ini 2025-04-16 19:13:37.667 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-16 19:13:37.669 | ++ inc/meta-config:merge_config_file:91 : eval echo /etc/neutron/dhcp_agent.ini 2025-04-16 19:13:37.671 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/dhcp_agent.ini 2025-04-16 19:13:37.674 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/dhcp_agent.ini 2025-04-16 19:13:37.676 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/dhcp_agent.ini ']' 2025-04-16 19:13:37.679 | + 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 19:13:37.679 | + inc/meta-config:merge_config_file:97 : awk -v configfile=/etc/neutron/dhcp_agent.ini ' 2025-04-16 19:13:37.679 | BEGIN { 2025-04-16 19:13:37.679 | section = "" 2025-04-16 19:13:37.679 | last_section = "" 2025-04-16 19:13:37.679 | section_count = 0 2025-04-16 19:13:37.679 | } 2025-04-16 19:13:37.679 | /^\[.+\]/ { 2025-04-16 19:13:37.679 | gsub("[][]", "", $1); 2025-04-16 19:13:37.679 | section=$1 2025-04-16 19:13:37.679 | next 2025-04-16 19:13:37.679 | } 2025-04-16 19:13:37.679 | /^ *\#/ { 2025-04-16 19:13:37.679 | next 2025-04-16 19:13:37.679 | } 2025-04-16 19:13:37.679 | /^[^ \t]+/ { 2025-04-16 19:13:37.679 | # get offset of first = in $0 2025-04-16 19:13:37.680 | eq_idx = index($0, "=") 2025-04-16 19:13:37.680 | # extract attr & value from $0 2025-04-16 19:13:37.680 | attr = substr($0, 1, eq_idx - 1) 2025-04-16 19:13:37.680 | value = substr($0, eq_idx + 1) 2025-04-16 19:13:37.680 | # only need to strip trailing whitespace from attr 2025-04-16 19:13:37.680 | sub(/[ \t]*$/, "", attr) 2025-04-16 19:13:37.680 | # need to strip leading & trailing whitespace from value 2025-04-16 19:13:37.680 | sub(/^[ \t]*/, "", value) 2025-04-16 19:13:37.680 | sub(/[ \t]*$/, "", value) 2025-04-16 19:13:37.680 | 2025-04-16 19:13:37.680 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-16 19:13:37.680 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-16 19:13:37.680 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-16 19:13:37.680 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-16 19:13:37.680 | if (! (section, attr) in cfg_attr_count) { 2025-04-16 19:13:37.680 | if (section != last_section) { 2025-04-16 19:13:37.680 | cfg_section[section_count++] = section 2025-04-16 19:13:37.680 | last_section = section 2025-04-16 19:13:37.680 | } 2025-04-16 19:13:37.680 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-16 19:13:37.680 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-16 19:13:37.680 | 2025-04-16 19:13:37.680 | cfg_attr[section, attr, 0] = value 2025-04-16 19:13:37.680 | cfg_attr_count[section, attr] = 1 2025-04-16 19:13:37.680 | } else { 2025-04-16 19:13:37.680 | lno = cfg_attr_count[section, attr]++ 2025-04-16 19:13:37.680 | cfg_attr[section, attr, lno] = value 2025-04-16 19:13:37.680 | } 2025-04-16 19:13:37.680 | } 2025-04-16 19:13:37.680 | END { 2025-04-16 19:13:37.680 | # Process each section in order 2025-04-16 19:13:37.680 | for (sno = 0; sno < section_count; sno++) { 2025-04-16 19:13:37.680 | section = cfg_section[sno] 2025-04-16 19:13:37.680 | # The ini routines simply append a config item immediately 2025-04-16 19:13:37.680 | # after the section header. To keep the same order as defined 2025-04-16 19:13:37.680 | # in local.conf, invoke the ini routines in the reverse order 2025-04-16 19:13:37.680 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-16 19:13:37.680 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-16 19:13:37.680 | if (cfg_attr_count[section, attr] == 1) 2025-04-16 19:13:37.680 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-16 19:13:37.680 | else { 2025-04-16 19:13:37.680 | # For multiline, invoke the ini routines in the reverse order 2025-04-16 19:13:37.680 | count = cfg_attr_count[section, attr] 2025-04-16 19:13:37.680 | print "inidelete " configfile " " section " " attr 2025-04-16 19:13:37.680 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-16 19:13:37.680 | for (l = count -2; l >= 0; l--) 2025-04-16 19:13:37.680 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-16 19:13:37.680 | } 2025-04-16 19:13:37.680 | } 2025-04-16 19:13:37.680 | } 2025-04-16 19:13:37.680 | } 2025-04-16 19:13:37.680 | ' 2025-04-16 19:13:37.680 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 19:13:37.681 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-16 19:13:37.682 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-16 19:13:37.683 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-16 19:13:37.685 | + inc/meta-config:get_meta_section:35 : local configfile=/etc/neutron/dhcp_agent.ini 2025-04-16 19:13:37.687 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 19:13:37.689 | + inc/meta-config:get_meta_section:38 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2025-04-16 19:13:37.691 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v configfile=/etc/neutron/dhcp_agent.ini ' 2025-04-16 19:13:37.691 | BEGIN { group = "" } 2025-04-16 19:13:37.691 | /^\[\[.+\|.*\]\]/ { 2025-04-16 19:13:37.691 | gsub("[][]", "", $1); 2025-04-16 19:13:37.691 | split($1, a, "|"); 2025-04-16 19:13:37.691 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-16 19:13:37.691 | group=a[1] 2025-04-16 19:13:37.691 | } else { 2025-04-16 19:13:37.691 | group="" 2025-04-16 19:13:37.691 | } 2025-04-16 19:13:37.691 | next 2025-04-16 19:13:37.691 | } 2025-04-16 19:13:37.691 | { 2025-04-16 19:13:37.691 | if (group != "") 2025-04-16 19:13:37.691 | print $0 2025-04-16 19:13:37.691 | } 2025-04-16 19:13:37.691 | ' /opt/stack/devstack/local.conf 2025-04-16 19:13:37.696 | + 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 19:13:37.698 | ++ 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 19:13:37.721 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 19:13:37.723 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver "openvswitch"' 2025-04-16 19:13:37.725 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2025-04-16 19:13:37.749 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 19:13:37.751 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata "True"' 2025-04-16 19:13:37.753 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata True 2025-04-16 19:13:37.777 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 19:13:37.780 | + stack.sh:main:1274 : is_service_enabled swift 2025-04-16 19:13:37.794 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:13:37.796 | + stack.sh:main:1282 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-16 19:13:37.799 | + stack.sh:main:1283 : is_service_enabled cinder 2025-04-16 19:13:37.813 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:13:37.815 | + stack.sh:main:1284 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-16 19:13:37.841 | + stack.sh:main:1287 : async_wait configure_neutron_nova 2025-04-16 19:13:37.877 | [3566 Async configure_neutron_nova:51463]: Waiting for completion of configure_neutron_nova running on PID 51463 (2 other jobs running) 2025-04-16 19:13:37.894 | [3566 Async configure_neutron_nova:51463]: Signaling child to exit 2025-04-16 19:13:37.894 | WAKEUP 2025-04-16 19:13:37.909 | [3566 Async configure_neutron_nova:51463]: Signaled 2025-04-16 19:13:37.911 | + lib/neutron:configure_neutron_nova:447 : create_nova_conf_neutron /etc/nova/nova.conf 2025-04-16 19:13:37.911 | + lib/neutron:create_nova_conf_neutron:458 : local conf=/etc/nova/nova.conf 2025-04-16 19:13:37.911 | + lib/neutron:create_nova_conf_neutron:459 : iniset /etc/nova/nova.conf neutron auth_type password 2025-04-16 19:13:37.911 | + lib/neutron:create_nova_conf_neutron:460 : iniset /etc/nova/nova.conf neutron auth_url http://10.180.1.21/identity 2025-04-16 19:13:37.911 | + lib/neutron:create_nova_conf_neutron:461 : iniset /etc/nova/nova.conf neutron username neutron 2025-04-16 19:13:37.911 | + lib/neutron:create_nova_conf_neutron:462 : iniset /etc/nova/nova.conf neutron password nomoresecret 2025-04-16 19:13:37.911 | + lib/neutron:create_nova_conf_neutron:463 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2025-04-16 19:13:37.911 | + lib/neutron:create_nova_conf_neutron:464 : iniset /etc/nova/nova.conf neutron project_name service 2025-04-16 19:13:37.911 | + lib/neutron:create_nova_conf_neutron:465 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2025-04-16 19:13:37.911 | + lib/neutron:create_nova_conf_neutron:466 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2025-04-16 19:13:37.911 | + lib/neutron:create_nova_conf_neutron:467 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2025-04-16 19:13:37.911 | + lib/neutron:create_nova_conf_neutron:470 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2025-04-16 19:13:37.911 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2025-04-16 19:13:37.911 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:119 : : 2025-04-16 19:13:37.911 | + lib/neutron:create_nova_conf_neutron:472 : is_service_enabled q-meta neutron-metadata-agent 2025-04-16 19:13:37.911 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:13:37.911 | + lib/neutron:create_nova_conf_neutron:473 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2025-04-16 19:13:37.911 | + lib/neutron:create_nova_conf_neutron:476 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2025-04-16 19:13:37.911 | + lib/neutron:create_nova_conf_neutron:477 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2025-04-16 19:13:37.911 | + lib/neutron:configure_neutron_nova:448 : [[ singleconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2025-04-16 19:13:37.942 | [3566 Async configure_neutron_nova:51463]: finished configure_neutron_nova with result 0 in 0 seconds 2025-04-16 19:13:37.945 | + inc/async:async_wait:197 : return 0 2025-04-16 19:13:37.948 | + stack.sh:main:1293 : is_service_enabled nova 2025-04-16 19:13:37.962 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:13:37.964 | + stack.sh:main:1294 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-16 19:13:37.989 | + stack.sh:main:1295 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-16 19:13:38.015 | + stack.sh:main:1299 : is_service_enabled n-api 2025-04-16 19:13:38.029 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:13:38.031 | + stack.sh:main:1300 : echo_summary 'Starting Nova API' 2025-04-16 19:13:38.033 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 19:13:38.035 | + stack.sh:echo_summary:461 : echo -e Starting Nova API 2025-04-16 19:13:38.037 | + stack.sh:main:1301 : start_nova_api 2025-04-16 19:13:38.039 | + lib/nova:start_nova_api:978 : local service_port=8774 2025-04-16 19:13:38.041 | + lib/nova:start_nova_api:979 : local service_protocol=http 2025-04-16 19:13:38.043 | + lib/nova:start_nova_api:980 : local nova_url 2025-04-16 19:13:38.045 | + lib/nova:start_nova_api:981 : is_service_enabled tls-proxy 2025-04-16 19:13:38.058 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:13:38.060 | + 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 19:13:38.062 | + 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 19:13:38.065 | + 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 19:13:38.067 | + lib/nova:start_nova_api:990 : '[' True == False ']' 2025-04-16 19:13:38.069 | ++ lib/nova:start_nova_api:998 : which uwsgi 2025-04-16 19:13:38.073 | + 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 19:13:38.075 | + functions-common:run_process:1654 : local service=n-api 2025-04-16 19:13:38.077 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-16 19:13:38.079 | + functions-common:run_process:1656 : local group= 2025-04-16 19:13:38.081 | + functions-common:run_process:1657 : local user= 2025-04-16 19:13:38.083 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 19:13:38.085 | + functions-common:run_process:1660 : local name=n-api 2025-04-16 19:13:38.087 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 19:13:38.089 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 19:13:38.091 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:13:38.093 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:13:38.096 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:13:38.099 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830818097 2025-04-16 19:13:38.101 | + functions-common:run_process:1663 : is_service_enabled n-api 2025-04-16 19:13:38.114 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:13:38.116 | + 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 19:13:38.118 | + functions-common:_run_under_systemd:1611 : local service=n-api 2025-04-16 19:13:38.120 | + 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 19:13:38.122 | + 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 19:13:38.124 | + 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 19:13:38.126 | + 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 19:13:38.128 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2025-04-16 19:13:38.130 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2025-04-16 19:13:38.132 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-api.service 2025-04-16 19:13:38.134 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 19:13:38.136 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 19:13:38.138 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 19:13:38.140 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 19:13:38.142 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2025-04-16 19:13:38.144 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-16 19:13:38.146 | + 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 19:13:38.148 | + 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 19:13:38.150 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@n-api.service 2025-04-16 19:13:38.152 | + 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 19:13:38.154 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-16 19:13:38.156 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-16 19:13:38.157 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-16 19:13:38.159 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@n-api.service 2025-04-16 19:13:38.161 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-16 19:13:38.164 | + 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 19:13:38.213 | + 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 19:13:38.261 | + 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 19:13:38.302 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User stack 2025-04-16 19:13:38.341 | + 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 19:13:38.381 | + 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 19:13:38.422 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2025-04-16 19:13:38.462 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2025-04-16 19:13:38.501 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2025-04-16 19:13:38.542 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2025-04-16 19:13:38.583 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2025-04-16 19:13:38.623 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-16 19:13:38.625 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-16 19:13:38.627 | + 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 19:13:38.675 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-16 19:13:38.909 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-api.service 2025-04-16 19:13:38.919 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2025-04-16 19:13:39.157 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-api.service 2025-04-16 19:13:39.213 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 19:13:39.215 | + functions-common:time_stop:2400 : local name 2025-04-16 19:13:39.217 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:13:39.219 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:13:39.221 | + functions-common:time_stop:2403 : local total 2025-04-16 19:13:39.223 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:13:39.225 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 19:13:39.227 | + functions-common:time_stop:2407 : start_time=1744830818097 2025-04-16 19:13:39.230 | + functions-common:time_stop:2409 : [[ -z 1744830818097 ]] 2025-04-16 19:13:39.233 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:13:39.236 | + functions-common:time_stop:2412 : end_time=1744830819234 2025-04-16 19:13:39.238 | + functions-common:time_stop:2413 : elapsed_time=1137 2025-04-16 19:13:39.240 | + functions-common:time_stop:2414 : total=1230 2025-04-16 19:13:39.242 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:13:39.244 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2367 2025-04-16 19:13:39.246 | + lib/nova:start_nova_api:999 : nova_url=http://10.180.1.21/compute/v2.1/ 2025-04-16 19:13:39.248 | + lib/nova:start_nova_api:1002 : echo 'Waiting for nova-api to start...' 2025-04-16 19:13:39.248 | Waiting for nova-api to start... 2025-04-16 19:13:39.250 | + lib/nova:start_nova_api:1003 : wait_for_service 60 http://10.180.1.21/compute/v2.1/ 2025-04-16 19:13:39.252 | + functions:wait_for_service:468 : local timeout=60 2025-04-16 19:13:39.254 | + functions:wait_for_service:469 : local url=http://10.180.1.21/compute/v2.1/ 2025-04-16 19:13:39.256 | + functions:wait_for_service:470 : local rval=0 2025-04-16 19:13:39.258 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-16 19:13:39.260 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-16 19:13:39.262 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:13:39.264 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:13:39.267 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:13:39.271 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830819269 2025-04-16 19:13:39.273 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-16 19:13:39.277 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/compute/v2.1/ 2025-04-16 19:13:41.866 | + :: : [[ 200 == 503 ]] 2025-04-16 19:13:41.867 | + :: : [[ 0 -eq 7 ]] 2025-04-16 19:13:41.870 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-16 19:13:41.872 | + functions-common:time_stop:2400 : local name 2025-04-16 19:13:41.874 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:13:41.876 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:13:41.878 | + functions-common:time_stop:2403 : local total 2025-04-16 19:13:41.880 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:13:41.883 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-16 19:13:41.885 | + functions-common:time_stop:2407 : start_time=1744830819269 2025-04-16 19:13:41.887 | + functions-common:time_stop:2409 : [[ -z 1744830819269 ]] 2025-04-16 19:13:41.890 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:13:41.893 | + functions-common:time_stop:2412 : end_time=1744830821891 2025-04-16 19:13:41.895 | + functions-common:time_stop:2413 : elapsed_time=2622 2025-04-16 19:13:41.897 | + functions-common:time_stop:2414 : total=2285 2025-04-16 19:13:41.899 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:13:41.901 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=4907 2025-04-16 19:13:41.903 | + functions:wait_for_service:478 : return 0 2025-04-16 19:13:41.905 | + 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 19:13:41.908 | + 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 19:13:41.910 | + stack.sh:main:1304 : is_service_enabled ovn-controller ovn-controller-vtep 2025-04-16 19:13:41.923 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:13:41.926 | + stack.sh:main:1309 : is_service_enabled neutron-api 2025-04-16 19:13:41.938 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:13:41.941 | + stack.sh:main:1312 : is_service_enabled q-svc 2025-04-16 19:13:41.954 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:13:41.956 | + stack.sh:main:1313 : echo_summary 'Starting Neutron' 2025-04-16 19:13:41.958 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 19:13:41.960 | + stack.sh:echo_summary:461 : echo -e Starting Neutron 2025-04-16 19:13:41.962 | + stack.sh:main:1314 : configure_neutron_after_post_config 2025-04-16 19:13:41.964 | + lib/neutron:configure_neutron_after_post_config:557 : [[ router != '' ]] 2025-04-16 19:13:41.966 | + lib/neutron:configure_neutron_after_post_config:558 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router 2025-04-16 19:13:41.991 | + lib/neutron:configure_neutron_after_post_config:560 : configure_rbac_policies 2025-04-16 19:13:41.993 | + lib/neutron:configure_rbac_policies:566 : [[ False == \T\r\u\e ]] 2025-04-16 19:13:41.995 | + lib/neutron:configure_rbac_policies:566 : [[ False == True ]] 2025-04-16 19:13:41.997 | + lib/neutron:configure_rbac_policies:570 : iniset /etc/neutron/neutron.conf oslo_policy enforce_new_defaults False 2025-04-16 19:13:42.022 | + lib/neutron:configure_rbac_policies:571 : iniset /etc/neutron/neutron.conf oslo_policy enforce_scope False 2025-04-16 19:13:42.047 | + stack.sh:main:1315 : start_neutron_service_and_check 2025-04-16 19:13:42.049 | + lib/neutron:start_neutron_service_and_check:600 : local service_port=9696 2025-04-16 19:13:42.051 | + lib/neutron:start_neutron_service_and_check:601 : local service_protocol=http 2025-04-16 19:13:42.053 | + lib/neutron:start_neutron_service_and_check:602 : local cfg_file_options 2025-04-16 19:13:42.056 | + lib/neutron:start_neutron_service_and_check:603 : local neutron_url 2025-04-16 19:13:42.058 | ++ lib/neutron:start_neutron_service_and_check:605 : determine_config_files neutron-server 2025-04-16 19:13:42.060 | ++ lib/neutron:determine_config_files:366 : local opts= 2025-04-16 19:13:42.062 | ++ lib/neutron:determine_config_files:367 : case "$1" in 2025-04-16 19:13:42.065 | +++ lib/neutron:determine_config_files:368 : _determine_config_server 2025-04-16 19:13:42.067 | +++ lib/neutron:_determine_config_server:336 : [[ '' != '' ]] 2025-04-16 19:13:42.069 | +++ lib/neutron:_determine_config_server:343 : [[ 0 > 0 ]] 2025-04-16 19:13:42.071 | +++ lib/neutron:_determine_config_server:350 : local cfg_file 2025-04-16 19:13:42.073 | +++ 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 19:13:42.075 | +++ 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 19:13:42.078 | ++ 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 19:13:42.080 | ++ 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 19:13:42.082 | ++ 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 19:13:42.084 | + 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 19:13:42.086 | + lib/neutron:start_neutron_service_and_check:607 : is_service_enabled tls-proxy 2025-04-16 19:13:42.100 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:13:42.102 | + lib/neutron:start_neutron_service_and_check:612 : '[' False == True ']' 2025-04-16 19:13:42.104 | + 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 19:13:42.106 | + functions-common:run_process:1654 : local service=q-svc 2025-04-16 19:13:42.108 | + 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 19:13:42.110 | + functions-common:run_process:1656 : local group= 2025-04-16 19:13:42.112 | + functions-common:run_process:1657 : local user= 2025-04-16 19:13:42.114 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 19:13:42.116 | + functions-common:run_process:1660 : local name=q-svc 2025-04-16 19:13:42.118 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 19:13:42.121 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 19:13:42.123 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:13:42.125 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:13:42.127 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:13:42.131 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830822129 2025-04-16 19:13:42.133 | + functions-common:run_process:1663 : is_service_enabled q-svc 2025-04-16 19:13:42.146 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:13:42.148 | + 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 19:13:42.150 | + functions-common:_run_under_systemd:1611 : local service=q-svc 2025-04-16 19:13:42.152 | + 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 19:13:42.155 | + 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 19:13:42.157 | + 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 19:13:42.159 | + 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 19:13:42.160 | + 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 19:13:42.162 | + 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 19:13:42.164 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-svc.service 2025-04-16 19:13:42.166 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 19:13:42.169 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 19:13:42.171 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 19:13:42.173 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 19:13:42.175 | + 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 19:13:42.177 | + 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 19:13:42.179 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-svc.service 2025-04-16 19:13:42.181 | + 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 19:13:42.182 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 19:13:42.184 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 19:13:42.186 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 19:13:42.188 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 19:13:42.190 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 19:13:42.192 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2025-04-16 19:13:42.193 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 19:13:42.197 | + 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 19:13:42.246 | + 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 19:13:42.293 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User stack 2025-04-16 19:13:42.334 | + 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 19:13:42.375 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2025-04-16 19:13:42.415 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2025-04-16 19:13:42.455 | + 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 19:13:42.495 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 19:13:42.497 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 19:13:42.499 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2025-04-16 19:13:42.547 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 19:13:42.781 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-svc.service 2025-04-16 19:13:42.791 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2025-04-16 19:13:43.027 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-svc.service 2025-04-16 19:13:43.055 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 19:13:43.059 | + functions-common:time_stop:2400 : local name 2025-04-16 19:13:43.062 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:13:43.064 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:13:43.067 | + functions-common:time_stop:2403 : local total 2025-04-16 19:13:43.071 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:13:43.073 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 19:13:43.075 | + functions-common:time_stop:2407 : start_time=1744830822129 2025-04-16 19:13:43.077 | + functions-common:time_stop:2409 : [[ -z 1744830822129 ]] 2025-04-16 19:13:43.080 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:13:43.083 | + functions-common:time_stop:2412 : end_time=1744830823081 2025-04-16 19:13:43.085 | + functions-common:time_stop:2413 : elapsed_time=952 2025-04-16 19:13:43.087 | + functions-common:time_stop:2414 : total=2367 2025-04-16 19:13:43.089 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:13:43.091 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3319 2025-04-16 19:13:43.093 | + lib/neutron:start_neutron_service_and_check:620 : neutron_url=http://10.180.1.21:9696/ 2025-04-16 19:13:43.096 | + lib/neutron:start_neutron_service_and_check:622 : is_service_enabled tls-proxy 2025-04-16 19:13:43.110 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:13:43.112 | + lib/neutron:start_neutron_service_and_check:626 : '[' '!' -z networking ']' 2025-04-16 19:13:43.114 | + lib/neutron:start_neutron_service_and_check:627 : neutron_url=http://10.180.1.21:9696/networking 2025-04-16 19:13:43.116 | + lib/neutron:start_neutron_service_and_check:629 : echo 'Waiting for Neutron to start...' 2025-04-16 19:13:43.116 | Waiting for Neutron to start... 2025-04-16 19:13:43.118 | + 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 19:13:43.120 | + 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 19:13:43.122 | + functions-common:test_with_retry:2338 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2025-04-16 19:13:43.124 | + functions-common:test_with_retry:2339 : local 'failmsg=Neutron did not start' 2025-04-16 19:13:43.126 | + functions-common:test_with_retry:2340 : local until=60 2025-04-16 19:13:43.128 | + functions-common:test_with_retry:2341 : local sleep=0.5 2025-04-16 19:13:43.130 | + functions-common:test_with_retry:2343 : time_start test_with_retry 2025-04-16 19:13:43.132 | + functions-common:time_start:2386 : local name=test_with_retry 2025-04-16 19:13:43.134 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:13:43.136 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:13:43.139 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:13:43.142 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830823140 2025-04-16 19:13:43.145 | + 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 19:13:46.182 | {"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 19:13:46.185 | + functions-common:time_stop:2400 : local name 2025-04-16 19:13:46.187 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:13:46.190 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:13:46.192 | + functions-common:time_stop:2403 : local total 2025-04-16 19:13:46.194 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:13:46.196 | + functions-common:time_stop:2406 : name=test_with_retry 2025-04-16 19:13:46.199 | + functions-common:time_stop:2407 : start_time=1744830823140 2025-04-16 19:13:46.201 | + functions-common:time_stop:2409 : [[ -z 1744830823140 ]] 2025-04-16 19:13:46.204 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:13:46.207 | + functions-common:time_stop:2412 : end_time=1744830826204 2025-04-16 19:13:46.209 | + functions-common:time_stop:2413 : elapsed_time=3064 2025-04-16 19:13:46.211 | + functions-common:time_stop:2414 : total=0 2025-04-16 19:13:46.213 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:13:46.215 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3064 2025-04-16 19:13:46.217 | + stack.sh:main:1320 : is_service_enabled placement 2025-04-16 19:13:46.231 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:13:46.233 | + stack.sh:main:1321 : echo_summary 'Starting Placement' 2025-04-16 19:13:46.235 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 19:13:46.237 | + stack.sh:echo_summary:461 : echo -e Starting Placement 2025-04-16 19:13:46.239 | + stack.sh:main:1322 : start_placement 2025-04-16 19:13:46.241 | + lib/placement:start_placement:173 : start_placement_api 2025-04-16 19:13:46.243 | + lib/placement:start_placement_api:159 : [[ uwsgi == \u\w\s\g\i ]] 2025-04-16 19:13:46.246 | ++ lib/placement:start_placement_api:160 : which uwsgi 2025-04-16 19:13:46.249 | + 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 19:13:46.251 | + functions-common:run_process:1654 : local service=placement-api 2025-04-16 19:13:46.253 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-16 19:13:46.255 | + functions-common:run_process:1656 : local group= 2025-04-16 19:13:46.257 | + functions-common:run_process:1657 : local user= 2025-04-16 19:13:46.259 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 19:13:46.261 | + functions-common:run_process:1660 : local name=placement-api 2025-04-16 19:13:46.263 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 19:13:46.265 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 19:13:46.267 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:13:46.269 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:13:46.272 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:13:46.275 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830826273 2025-04-16 19:13:46.278 | + functions-common:run_process:1663 : is_service_enabled placement-api 2025-04-16 19:13:46.291 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:13:46.294 | + 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 19:13:46.296 | + functions-common:_run_under_systemd:1611 : local service=placement-api 2025-04-16 19:13:46.298 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-16 19:13:46.300 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-16 19:13:46.302 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-16 19:13:46.304 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-16 19:13:46.306 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2025-04-16 19:13:46.308 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2025-04-16 19:13:46.310 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@placement-api.service 2025-04-16 19:13:46.312 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 19:13:46.314 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 19:13:46.316 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 19:13:46.318 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 19:13:46.320 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2025-04-16 19:13:46.322 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-16 19:13:46.324 | + 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 19:13:46.326 | + 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 19:13:46.328 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@placement-api.service 2025-04-16 19:13:46.330 | + 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 19:13:46.332 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-16 19:13:46.334 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-16 19:13:46.336 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-16 19:13:46.338 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2025-04-16 19:13:46.339 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-16 19:13:46.343 | + 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 19:13:46.390 | + 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 19:13:46.437 | + 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 19:13:46.478 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User stack 2025-04-16 19:13:46.519 | + 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 19:13:46.560 | + 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 19:13:46.601 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2025-04-16 19:13:46.641 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2025-04-16 19:13:46.682 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2025-04-16 19:13:46.724 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2025-04-16 19:13:46.765 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2025-04-16 19:13:46.806 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-16 19:13:46.808 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-16 19:13:46.810 | + 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 19:13:46.858 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-16 19:13:47.110 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@placement-api.service 2025-04-16 19:13:47.119 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2025-04-16 19:13:47.355 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@placement-api.service 2025-04-16 19:13:47.407 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 19:13:47.409 | + functions-common:time_stop:2400 : local name 2025-04-16 19:13:47.411 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:13:47.414 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:13:47.416 | + functions-common:time_stop:2403 : local total 2025-04-16 19:13:47.418 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:13:47.420 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 19:13:47.422 | + functions-common:time_stop:2407 : start_time=1744830826273 2025-04-16 19:13:47.424 | + functions-common:time_stop:2409 : [[ -z 1744830826273 ]] 2025-04-16 19:13:47.427 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:13:47.430 | + functions-common:time_stop:2412 : end_time=1744830827427 2025-04-16 19:13:47.432 | + functions-common:time_stop:2413 : elapsed_time=1154 2025-04-16 19:13:47.434 | + functions-common:time_stop:2414 : total=3319 2025-04-16 19:13:47.436 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:13:47.438 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=4473 2025-04-16 19:13:47.440 | + lib/placement:start_placement_api:166 : echo 'Waiting for placement-api to start...' 2025-04-16 19:13:47.440 | Waiting for placement-api to start... 2025-04-16 19:13:47.442 | + lib/placement:start_placement_api:167 : wait_for_service 60 http://10.180.1.21/placement 2025-04-16 19:13:47.445 | + functions:wait_for_service:468 : local timeout=60 2025-04-16 19:13:47.447 | + functions:wait_for_service:469 : local url=http://10.180.1.21/placement 2025-04-16 19:13:47.449 | + functions:wait_for_service:470 : local rval=0 2025-04-16 19:13:47.451 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-16 19:13:47.453 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-16 19:13:47.455 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:13:47.457 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:13:47.460 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:13:47.464 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830827461 2025-04-16 19:13:47.466 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-16 19:13:47.469 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/placement 2025-04-16 19:13:48.611 | + :: : [[ 200 == 503 ]] 2025-04-16 19:13:48.612 | + :: : [[ 0 -eq 7 ]] 2025-04-16 19:13:48.615 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-16 19:13:48.617 | + functions-common:time_stop:2400 : local name 2025-04-16 19:13:48.619 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:13:48.622 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:13:48.624 | + functions-common:time_stop:2403 : local total 2025-04-16 19:13:48.626 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:13:48.628 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-16 19:13:48.630 | + functions-common:time_stop:2407 : start_time=1744830827461 2025-04-16 19:13:48.632 | + functions-common:time_stop:2409 : [[ -z 1744830827461 ]] 2025-04-16 19:13:48.635 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:13:48.638 | + functions-common:time_stop:2412 : end_time=1744830828636 2025-04-16 19:13:48.640 | + functions-common:time_stop:2413 : elapsed_time=1175 2025-04-16 19:13:48.642 | + functions-common:time_stop:2414 : total=4907 2025-04-16 19:13:48.644 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:13:48.646 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6082 2025-04-16 19:13:48.648 | + functions:wait_for_service:478 : return 0 2025-04-16 19:13:48.650 | + stack.sh:main:1325 : is_service_enabled neutron 2025-04-16 19:13:48.665 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:13:48.667 | + stack.sh:main:1326 : start_neutron 2025-04-16 19:13:48.669 | + lib/neutron:start_neutron:636 : start_l2_agent 2025-04-16 19:13:48.671 | + 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 19:13:48.673 | + functions-common:run_process:1654 : local service=q-agt 2025-04-16 19:13:48.676 | + 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 19:13:48.678 | + functions-common:run_process:1656 : local group= 2025-04-16 19:13:48.680 | + functions-common:run_process:1657 : local user= 2025-04-16 19:13:48.683 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 19:13:48.685 | + functions-common:run_process:1660 : local name=q-agt 2025-04-16 19:13:48.687 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 19:13:48.689 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 19:13:48.691 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:13:48.693 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:13:48.696 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:13:48.699 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830828697 2025-04-16 19:13:48.701 | + functions-common:run_process:1663 : is_service_enabled q-agt 2025-04-16 19:13:48.716 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:13:48.718 | + 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 19:13:48.720 | + functions-common:_run_under_systemd:1611 : local service=q-agt 2025-04-16 19:13:48.722 | + 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 19:13:48.724 | + 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 19:13:48.726 | + 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 19:13:48.728 | + 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 19:13:48.730 | + 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 19:13:48.732 | + 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 19:13:48.734 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-agt.service 2025-04-16 19:13:48.736 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 19:13:48.738 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 19:13:48.740 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 19:13:48.742 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 19:13:48.744 | + 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 19:13:48.746 | + 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 19:13:48.748 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-agt.service 2025-04-16 19:13:48.750 | + 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 19:13:48.752 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 19:13:48.754 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 19:13:48.756 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 19:13:48.757 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 19:13:48.759 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 19:13:48.762 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2025-04-16 19:13:48.764 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 19:13:48.767 | + 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 19:13:48.816 | + 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 19:13:48.864 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User stack 2025-04-16 19:13:48.907 | + 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 19:13:48.953 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2025-04-16 19:13:48.998 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2025-04-16 19:13:49.041 | + 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 19:13:49.084 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 19:13:49.086 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 19:13:49.088 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2025-04-16 19:13:49.139 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 19:13:49.381 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-agt.service 2025-04-16 19:13:49.390 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2025-04-16 19:13:49.622 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-agt.service 2025-04-16 19:13:49.654 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 19:13:49.656 | + functions-common:time_stop:2400 : local name 2025-04-16 19:13:49.659 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:13:49.661 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:13:49.663 | + functions-common:time_stop:2403 : local total 2025-04-16 19:13:49.665 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:13:49.668 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 19:13:49.670 | + functions-common:time_stop:2407 : start_time=1744830828697 2025-04-16 19:13:49.672 | + functions-common:time_stop:2409 : [[ -z 1744830828697 ]] 2025-04-16 19:13:49.675 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:13:49.678 | + functions-common:time_stop:2412 : end_time=1744830829676 2025-04-16 19:13:49.681 | + functions-common:time_stop:2413 : elapsed_time=979 2025-04-16 19:13:49.683 | + functions-common:time_stop:2414 : total=4473 2025-04-16 19:13:49.685 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:13:49.687 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5452 2025-04-16 19:13:49.689 | + lib/neutron:start_l2_agent:645 : is_provider_network 2025-04-16 19:13:49.691 | + functions-common:is_provider_network:2249 : '[' '' == True ']' 2025-04-16 19:13:49.694 | + functions-common:is_provider_network:2252 : return 1 2025-04-16 19:13:49.696 | + lib/neutron:start_neutron:637 : start_other_agents 2025-04-16 19:13:49.698 | + 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 19:13:49.700 | + functions-common:run_process:1654 : local service=q-dhcp 2025-04-16 19:13:49.703 | + 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 19:13:49.705 | + functions-common:run_process:1656 : local group= 2025-04-16 19:13:49.707 | + functions-common:run_process:1657 : local user= 2025-04-16 19:13:49.709 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 19:13:49.711 | + functions-common:run_process:1660 : local name=q-dhcp 2025-04-16 19:13:49.713 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 19:13:49.715 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 19:13:49.717 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:13:49.719 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:13:49.723 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:13:49.726 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830829723 2025-04-16 19:13:49.728 | + functions-common:run_process:1663 : is_service_enabled q-dhcp 2025-04-16 19:13:49.744 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:13:49.747 | + 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 19:13:49.749 | + functions-common:_run_under_systemd:1611 : local service=q-dhcp 2025-04-16 19:13:49.751 | + 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 19:13:49.753 | + 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 19:13:49.755 | + 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 19:13:49.757 | + 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 19:13:49.760 | + 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 19:13:49.762 | + 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 19:13:49.764 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-dhcp.service 2025-04-16 19:13:49.766 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 19:13:49.769 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 19:13:49.771 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 19:13:49.773 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 19:13:49.776 | + 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 19:13:49.778 | + 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 19:13:49.780 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-dhcp.service 2025-04-16 19:13:49.782 | + 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 19:13:49.784 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 19:13:49.786 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 19:13:49.788 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 19:13:49.791 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 19:13:49.793 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 19:13:49.795 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2025-04-16 19:13:49.798 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 19:13:49.802 | + 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 19:13:49.857 | + 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 19:13:49.915 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User stack 2025-04-16 19:13:49.961 | + 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 19:13:50.007 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2025-04-16 19:13:50.053 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2025-04-16 19:13:50.100 | + 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 19:13:50.152 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 19:13:50.155 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 19:13:50.157 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2025-04-16 19:13:50.215 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 19:13:50.463 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-dhcp.service 2025-04-16 19:13:50.477 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2025-04-16 19:13:50.717 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-dhcp.service 2025-04-16 19:13:50.746 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 19:13:50.748 | + functions-common:time_stop:2400 : local name 2025-04-16 19:13:50.751 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:13:50.753 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:13:50.755 | + functions-common:time_stop:2403 : local total 2025-04-16 19:13:50.757 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:13:50.760 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 19:13:50.762 | + functions-common:time_stop:2407 : start_time=1744830829723 2025-04-16 19:13:50.764 | + functions-common:time_stop:2409 : [[ -z 1744830829723 ]] 2025-04-16 19:13:50.767 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:13:50.770 | + functions-common:time_stop:2412 : end_time=1744830830768 2025-04-16 19:13:50.772 | + functions-common:time_stop:2413 : elapsed_time=1045 2025-04-16 19:13:50.774 | + functions-common:time_stop:2414 : total=5452 2025-04-16 19:13:50.776 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:13:50.778 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6497 2025-04-16 19:13:50.781 | ++ lib/neutron:start_other_agents:663 : determine_config_files neutron-l3-agent 2025-04-16 19:13:50.784 | ++ lib/neutron:determine_config_files:366 : local opts= 2025-04-16 19:13:50.786 | ++ lib/neutron:determine_config_files:367 : case "$1" in 2025-04-16 19:13:50.788 | +++ lib/neutron:determine_config_files:369 : _determine_config_l3 2025-04-16 19:13:50.791 | +++ lib/neutron:_determine_config_l3:359 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 19:13:50.793 | +++ lib/neutron:_determine_config_l3:360 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 19:13:50.796 | ++ lib/neutron:determine_config_files:369 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 19:13:50.798 | ++ lib/neutron:determine_config_files:371 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2025-04-16 19:13:50.801 | ++ lib/neutron:determine_config_files:374 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 19:13:50.803 | + 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 19:13:50.805 | + functions-common:run_process:1654 : local service=q-l3 2025-04-16 19:13:50.807 | + 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 19:13:50.809 | + functions-common:run_process:1656 : local group= 2025-04-16 19:13:50.811 | + functions-common:run_process:1657 : local user= 2025-04-16 19:13:50.814 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 19:13:50.816 | + functions-common:run_process:1660 : local name=q-l3 2025-04-16 19:13:50.818 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 19:13:50.820 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 19:13:50.822 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:13:50.824 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:13:50.827 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:13:50.831 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830830828 2025-04-16 19:13:50.833 | + functions-common:run_process:1663 : is_service_enabled q-l3 2025-04-16 19:13:50.847 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:13:50.849 | + 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 19:13:50.852 | + functions-common:_run_under_systemd:1611 : local service=q-l3 2025-04-16 19:13:50.854 | + 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 19:13:50.856 | + 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 19:13:50.858 | + 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 19:13:50.860 | + 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 19:13:50.862 | + 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 19:13:50.864 | + 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 19:13:50.866 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-l3.service 2025-04-16 19:13:50.867 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 19:13:50.870 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 19:13:50.872 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 19:13:50.874 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 19:13:50.876 | + 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 19:13:50.878 | + 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 19:13:50.880 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-l3.service 2025-04-16 19:13:50.882 | + 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 19:13:50.884 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 19:13:50.886 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 19:13:50.888 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 19:13:50.890 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 19:13:50.892 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 19:13:50.894 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2025-04-16 19:13:50.896 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 19:13:50.899 | + 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 19:13:50.953 | + 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 19:13:51.003 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User stack 2025-04-16 19:13:51.047 | + 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 19:13:51.091 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2025-04-16 19:13:51.133 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2025-04-16 19:13:51.175 | + 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 19:13:51.221 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 19:13:51.223 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 19:13:51.225 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2025-04-16 19:13:51.278 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 19:13:51.530 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-l3.service 2025-04-16 19:13:51.539 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2025-04-16 19:13:51.779 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-l3.service 2025-04-16 19:13:51.808 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 19:13:51.811 | + functions-common:time_stop:2400 : local name 2025-04-16 19:13:51.815 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:13:51.817 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:13:51.819 | + functions-common:time_stop:2403 : local total 2025-04-16 19:13:51.822 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:13:51.824 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 19:13:51.826 | + functions-common:time_stop:2407 : start_time=1744830830828 2025-04-16 19:13:51.828 | + functions-common:time_stop:2409 : [[ -z 1744830830828 ]] 2025-04-16 19:13:51.830 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:13:51.834 | + functions-common:time_stop:2412 : end_time=1744830831831 2025-04-16 19:13:51.836 | + functions-common:time_stop:2413 : elapsed_time=1003 2025-04-16 19:13:51.838 | + functions-common:time_stop:2414 : total=6497 2025-04-16 19:13:51.840 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:13:51.842 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=7500 2025-04-16 19:13:51.844 | + 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 19:13:51.846 | + functions-common:run_process:1654 : local service=q-meta 2025-04-16 19:13:51.848 | + 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 19:13:51.850 | + functions-common:run_process:1656 : local group= 2025-04-16 19:13:51.852 | + functions-common:run_process:1657 : local user= 2025-04-16 19:13:51.854 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 19:13:51.856 | + functions-common:run_process:1660 : local name=q-meta 2025-04-16 19:13:51.858 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 19:13:51.860 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 19:13:51.862 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:13:51.864 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:13:51.866 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:13:51.870 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830831867 2025-04-16 19:13:51.872 | + functions-common:run_process:1663 : is_service_enabled q-meta 2025-04-16 19:13:51.886 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:13:51.889 | + 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 19:13:51.891 | + functions-common:_run_under_systemd:1611 : local service=q-meta 2025-04-16 19:13:51.893 | + 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 19:13:51.895 | + 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 19:13:51.897 | + 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 19:13:51.899 | + 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 19:13:51.901 | + 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 19:13:51.903 | + 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 19:13:51.905 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-meta.service 2025-04-16 19:13:51.907 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 19:13:51.909 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 19:13:51.911 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 19:13:51.913 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 19:13:51.915 | + 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 19:13:51.918 | + 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 19:13:51.920 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-meta.service 2025-04-16 19:13:51.922 | + 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 19:13:51.924 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 19:13:51.926 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 19:13:51.928 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 19:13:51.930 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 19:13:51.932 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 19:13:51.934 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2025-04-16 19:13:51.936 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 19:13:51.939 | + 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 19:13:51.990 | + 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 19:13:52.044 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User stack 2025-04-16 19:13:52.087 | + 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 19:13:52.130 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2025-04-16 19:13:52.174 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2025-04-16 19:13:52.217 | + 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 19:13:52.262 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 19:13:52.264 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 19:13:52.266 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2025-04-16 19:13:52.320 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 19:13:52.571 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-meta.service 2025-04-16 19:13:52.581 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2025-04-16 19:13:52.840 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-meta.service 2025-04-16 19:13:52.862 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 19:13:52.864 | + functions-common:time_stop:2400 : local name 2025-04-16 19:13:52.867 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:13:52.868 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:13:52.872 | + functions-common:time_stop:2403 : local total 2025-04-16 19:13:52.873 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:13:52.875 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 19:13:52.878 | + functions-common:time_stop:2407 : start_time=1744830831867 2025-04-16 19:13:52.880 | + functions-common:time_stop:2409 : [[ -z 1744830831867 ]] 2025-04-16 19:13:52.883 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:13:52.886 | + functions-common:time_stop:2412 : end_time=1744830832884 2025-04-16 19:13:52.888 | + functions-common:time_stop:2413 : elapsed_time=1017 2025-04-16 19:13:52.890 | + functions-common:time_stop:2414 : total=7500 2025-04-16 19:13:52.892 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:13:52.894 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8517 2025-04-16 19:13:52.897 | + 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 19:13:52.899 | + functions-common:run_process:1654 : local service=q-metering 2025-04-16 19:13:52.901 | + 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 19:13:52.903 | + functions-common:run_process:1656 : local group= 2025-04-16 19:13:52.905 | + functions-common:run_process:1657 : local user= 2025-04-16 19:13:52.907 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 19:13:52.909 | + functions-common:run_process:1660 : local name=q-metering 2025-04-16 19:13:52.911 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 19:13:52.913 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 19:13:52.916 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:13:52.918 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:13:52.921 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:13:52.924 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830832921 2025-04-16 19:13:52.926 | + functions-common:run_process:1663 : is_service_enabled q-metering 2025-04-16 19:13:52.941 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:13:52.943 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 19:13:52.945 | + functions-common:time_stop:2400 : local name 2025-04-16 19:13:52.947 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:13:52.949 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:13:52.951 | + functions-common:time_stop:2403 : local total 2025-04-16 19:13:52.953 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:13:52.955 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 19:13:52.957 | + functions-common:time_stop:2407 : start_time=1744830832921 2025-04-16 19:13:52.959 | + functions-common:time_stop:2409 : [[ -z 1744830832921 ]] 2025-04-16 19:13:52.962 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:13:52.965 | + functions-common:time_stop:2412 : end_time=1744830832963 2025-04-16 19:13:52.968 | + functions-common:time_stop:2413 : elapsed_time=42 2025-04-16 19:13:52.969 | + functions-common:time_stop:2414 : total=8517 2025-04-16 19:13:52.971 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:13:52.974 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8559 2025-04-16 19:13:52.976 | + stack.sh:main:1329 : is_service_enabled q-svc 2025-04-16 19:13:52.990 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:13:52.992 | + stack.sh:main:1329 : [[ True == \T\r\u\e ]] 2025-04-16 19:13:52.994 | + stack.sh:main:1330 : echo_summary 'Creating initial neutron network elements' 2025-04-16 19:13:52.996 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 19:13:52.998 | + stack.sh:echo_summary:461 : echo -e Creating initial neutron network elements 2025-04-16 19:13:53.000 | + stack.sh:main:1333 : type -p neutron_plugin_create_initial_networks 2025-04-16 19:13:53.002 | + stack.sh:main:1336 : create_neutron_initial_network 2025-04-16 19:13:53.004 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:157 : type -p neutron_plugin_create_initial_network_profile 2025-04-16 19:13:53.006 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:161 : is_networking_extension_supported auto-allocated-topology 2025-04-16 19:13:53.008 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=auto-allocated-topology 2025-04-16 19:13:53.011 | ++ 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 19:13:54.453 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:13:54.455 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-16 19:13:54.455 | address-scope 2025-04-16 19:13:54.455 | router-admin-state-down-before-update 2025-04-16 19:13:54.455 | agent 2025-04-16 19:13:54.455 | agent-resources-synced 2025-04-16 19:13:54.455 | allowed-address-pairs 2025-04-16 19:13:54.455 | auto-allocated-topology 2025-04-16 19:13:54.455 | availability_zone 2025-04-16 19:13:54.455 | availability_zone_filter 2025-04-16 19:13:54.455 | default-subnetpools 2025-04-16 19:13:54.455 | dhcp_agent_scheduler 2025-04-16 19:13:54.455 | dvr 2025-04-16 19:13:54.456 | empty-string-filtering 2025-04-16 19:13:54.456 | external-net 2025-04-16 19:13:54.456 | extra_dhcp_opt 2025-04-16 19:13:54.456 | extraroute 2025-04-16 19:13:54.456 | extraroute-atomic 2025-04-16 19:13:54.456 | filter-validation 2025-04-16 19:13:54.456 | floating-ip-port-forwarding-detail 2025-04-16 19:13:54.456 | fip-port-details 2025-04-16 19:13:54.456 | flavors 2025-04-16 19:13:54.456 | floatingip-pools 2025-04-16 19:13:54.456 | ip-substring-filtering 2025-04-16 19:13:54.456 | router 2025-04-16 19:13:54.456 | ext-gw-mode 2025-04-16 19:13:54.456 | l3-ha 2025-04-16 19:13:54.456 | l3-flavors 2025-04-16 19:13:54.456 | l3-port-ip-change-not-allowed 2025-04-16 19:13:54.456 | l3_agent_scheduler 2025-04-16 19:13:54.456 | multi-provider 2025-04-16 19:13:54.456 | net-mtu 2025-04-16 19:13:54.456 | net-mtu-writable 2025-04-16 19:13:54.456 | network_availability_zone 2025-04-16 19:13:54.456 | network_ha 2025-04-16 19:13:54.456 | network-ip-availability 2025-04-16 19:13:54.456 | pagination 2025-04-16 19:13:54.456 | port-device-profile 2025-04-16 19:13:54.456 | port-mac-override 2025-04-16 19:13:54.456 | port-mac-address-regenerate 2025-04-16 19:13:54.456 | port-numa-affinity-policy 2025-04-16 19:13:54.456 | binding 2025-04-16 19:13:54.456 | binding-extended 2025-04-16 19:13:54.456 | port-security 2025-04-16 19:13:54.456 | project-id 2025-04-16 19:13:54.456 | provider 2025-04-16 19:13:54.456 | quota-check-limit 2025-04-16 19:13:54.456 | quotas 2025-04-16 19:13:54.456 | quota_details 2025-04-16 19:13:54.456 | rbac-policies 2025-04-16 19:13:54.456 | rbac-address-group 2025-04-16 19:13:54.456 | rbac-address-scope 2025-04-16 19:13:54.456 | rbac-security-groups 2025-04-16 19:13:54.456 | rbac-subnetpool 2025-04-16 19:13:54.456 | revision-if-match 2025-04-16 19:13:54.456 | standard-attr-revisions 2025-04-16 19:13:54.456 | router_availability_zone 2025-04-16 19:13:54.456 | security-groups-default-rules 2025-04-16 19:13:54.456 | security-groups-normalized-cidr 2025-04-16 19:13:54.456 | port-security-groups-filtering 2025-04-16 19:13:54.456 | security-groups-remote-address-group 2025-04-16 19:13:54.456 | security-groups-shared-filtering 2025-04-16 19:13:54.456 | security-group 2025-04-16 19:13:54.456 | service-type 2025-04-16 19:13:54.456 | sorting 2025-04-16 19:13:54.456 | standard-attr-description 2025-04-16 19:13:54.456 | stateful-security-group 2025-04-16 19:13:54.456 | subnet_onboard 2025-04-16 19:13:54.456 | subnet-service-types 2025-04-16 19:13:54.456 | subnet_allocation 2025-04-16 19:13:54.456 | subnetpool-prefix-ops 2025-04-16 19:13:54.456 | standard-attr-tag 2025-04-16 19:13:54.456 | standard-attr-timestamp 2025-04-16 19:13:54.456 | nsxt-ops' 2025-04-16 19:13:54.458 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-16 19:13:54.458 | address-scope 2025-04-16 19:13:54.458 | router-admin-state-down-before-update 2025-04-16 19:13:54.458 | agent 2025-04-16 19:13:54.458 | agent-resources-synced 2025-04-16 19:13:54.458 | allowed-address-pairs 2025-04-16 19:13:54.458 | auto-allocated-topology 2025-04-16 19:13:54.458 | availability_zone 2025-04-16 19:13:54.458 | availability_zone_filter 2025-04-16 19:13:54.458 | default-subnetpools 2025-04-16 19:13:54.458 | dhcp_agent_scheduler 2025-04-16 19:13:54.458 | dvr 2025-04-16 19:13:54.458 | empty-string-filtering 2025-04-16 19:13:54.458 | external-net 2025-04-16 19:13:54.458 | extra_dhcp_opt 2025-04-16 19:13:54.458 | extraroute 2025-04-16 19:13:54.458 | extraroute-atomic 2025-04-16 19:13:54.458 | filter-validation 2025-04-16 19:13:54.458 | floating-ip-port-forwarding-detail 2025-04-16 19:13:54.458 | fip-port-details 2025-04-16 19:13:54.458 | flavors 2025-04-16 19:13:54.458 | floatingip-pools 2025-04-16 19:13:54.458 | ip-substring-filtering 2025-04-16 19:13:54.458 | router 2025-04-16 19:13:54.458 | ext-gw-mode 2025-04-16 19:13:54.458 | l3-ha 2025-04-16 19:13:54.458 | l3-flavors 2025-04-16 19:13:54.458 | l3-port-ip-change-not-allowed 2025-04-16 19:13:54.458 | l3_agent_scheduler 2025-04-16 19:13:54.458 | multi-provider 2025-04-16 19:13:54.458 | net-mtu 2025-04-16 19:13:54.458 | net-mtu-writable 2025-04-16 19:13:54.458 | network_availability_zone 2025-04-16 19:13:54.458 | network_ha 2025-04-16 19:13:54.458 | network-ip-availability 2025-04-16 19:13:54.458 | pagination 2025-04-16 19:13:54.458 | port-device-profile 2025-04-16 19:13:54.458 | port-mac-override 2025-04-16 19:13:54.458 | port-mac-address-regenerate 2025-04-16 19:13:54.458 | port-numa-affinity-policy 2025-04-16 19:13:54.458 | binding 2025-04-16 19:13:54.458 | binding-extended 2025-04-16 19:13:54.458 | port-security 2025-04-16 19:13:54.458 | project-id 2025-04-16 19:13:54.458 | provider 2025-04-16 19:13:54.458 | quota-check-limit 2025-04-16 19:13:54.458 | quotas 2025-04-16 19:13:54.458 | quota_details 2025-04-16 19:13:54.458 | rbac-policies 2025-04-16 19:13:54.458 | rbac-address-group 2025-04-16 19:13:54.458 | rbac-address-scope 2025-04-16 19:13:54.458 | rbac-security-groups 2025-04-16 19:13:54.458 | rbac-subnetpool 2025-04-16 19:13:54.458 | revision-if-match 2025-04-16 19:13:54.458 | standard-attr-revisions 2025-04-16 19:13:54.458 | router_availability_zone 2025-04-16 19:13:54.458 | security-groups-default-rules 2025-04-16 19:13:54.458 | security-groups-normalized-cidr 2025-04-16 19:13:54.458 | port-security-groups-filtering 2025-04-16 19:13:54.458 | security-groups-remote-address-group 2025-04-16 19:13:54.458 | security-groups-shared-filtering 2025-04-16 19:13:54.458 | security-group 2025-04-16 19:13:54.458 | service-type 2025-04-16 19:13:54.458 | sorting 2025-04-16 19:13:54.458 | standard-attr-description 2025-04-16 19:13:54.458 | stateful-security-group 2025-04-16 19:13:54.458 | subnet_onboard 2025-04-16 19:13:54.458 | subnet-service-types 2025-04-16 19:13:54.458 | subnet_allocation 2025-04-16 19:13:54.458 | subnetpool-prefix-ops 2025-04-16 19:13:54.458 | standard-attr-tag 2025-04-16 19:13:54.458 | standard-attr-timestamp 2025-04-16 19:13:54.458 | nsxt-ops =~ auto-allocated-topology ]] 2025-04-16 19:13:54.460 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-16 19:13:54.462 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:162 : [[ True == \T\r\u\e ]] 2025-04-16 19:13:54.464 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:163 : [[ 4 =~ 4.* ]] 2025-04-16 19:13:54.467 | ++ 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 19:13:55.681 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:13:55.684 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:164 : SUBNETPOOL_V4_ID=2ff9195e-1ca6-4d65-8752-1e4fbe1096ef 2025-04-16 19:13:55.686 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : [[ 4 =~ .*6 ]] 2025-04-16 19:13:55.688 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:172 : is_provider_network 2025-04-16 19:13:55.691 | + functions-common:is_provider_network:2249 : '[' '' == True ']' 2025-04-16 19:13:55.693 | + functions-common:is_provider_network:2252 : return 1 2025-04-16 19:13:55.696 | ++ 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 19:13:57.318 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:13:57.321 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:202 : NET_ID=6d7ba041-9393-4b44-b989-a4255b858630 2025-04-16 19:13:57.323 | + 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 19:13:57.325 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-16 19:13:57.339 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:205 : [[ 4 =~ 4.* ]] 2025-04-16 19:13:57.341 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:207 : _neutron_create_private_subnet_v4 2025-04-16 19:13:57.343 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:254 : '[' -z 2ff9195e-1ca6-4d65-8752-1e4fbe1096ef ']' 2025-04-16 19:13:57.345 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:257 : local 'subnet_params=--ip-version 4 ' 2025-04-16 19:13:57.347 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:258 : [[ -n '' ]] 2025-04-16 19:13:57.349 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:262 : subnet_params+='--subnet-pool 2ff9195e-1ca6-4d65-8752-1e4fbe1096ef ' 2025-04-16 19:13:57.351 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:263 : subnet_params+=' ' 2025-04-16 19:13:57.353 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:264 : subnet_params+='--network 6d7ba041-9393-4b44-b989-a4255b858630 private-subnet' 2025-04-16 19:13:57.355 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:265 : local subnet_id 2025-04-16 19:13:57.358 | +++ 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 2ff9195e-1ca6-4d65-8752-1e4fbe1096ef --network 6d7ba041-9393-4b44-b989-a4255b858630 private-subnet -f value -c id 2025-04-16 19:13:58.859 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:13:58.862 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:266 : subnet_id=444bbe2d-3f4a-4de2-92ec-2c5a71a4748a 2025-04-16 19:13:58.864 | ++ 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 19:13:58.866 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2025-04-16 19:13:58.881 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:268 : echo 444bbe2d-3f4a-4de2-92ec-2c5a71a4748a 2025-04-16 19:13:58.884 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:207 : SUBNET_ID=444bbe2d-3f4a-4de2-92ec-2c5a71a4748a 2025-04-16 19:13:58.886 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : [[ 4 =~ .*6 ]] 2025-04-16 19:13:58.888 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:216 : is_networking_extension_supported router 2025-04-16 19:13:58.890 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=router 2025-04-16 19:13:58.893 | ++ 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 19:14:00.088 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:14:00.091 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-16 19:14:00.091 | address-scope 2025-04-16 19:14:00.091 | router-admin-state-down-before-update 2025-04-16 19:14:00.091 | agent 2025-04-16 19:14:00.091 | agent-resources-synced 2025-04-16 19:14:00.091 | allowed-address-pairs 2025-04-16 19:14:00.091 | auto-allocated-topology 2025-04-16 19:14:00.091 | availability_zone 2025-04-16 19:14:00.091 | availability_zone_filter 2025-04-16 19:14:00.091 | default-subnetpools 2025-04-16 19:14:00.091 | dhcp_agent_scheduler 2025-04-16 19:14:00.091 | dvr 2025-04-16 19:14:00.091 | empty-string-filtering 2025-04-16 19:14:00.091 | external-net 2025-04-16 19:14:00.091 | extra_dhcp_opt 2025-04-16 19:14:00.091 | extraroute 2025-04-16 19:14:00.091 | extraroute-atomic 2025-04-16 19:14:00.091 | filter-validation 2025-04-16 19:14:00.091 | floating-ip-port-forwarding-detail 2025-04-16 19:14:00.091 | fip-port-details 2025-04-16 19:14:00.091 | flavors 2025-04-16 19:14:00.091 | floatingip-pools 2025-04-16 19:14:00.091 | ip-substring-filtering 2025-04-16 19:14:00.091 | router 2025-04-16 19:14:00.091 | ext-gw-mode 2025-04-16 19:14:00.091 | l3-ha 2025-04-16 19:14:00.091 | l3-flavors 2025-04-16 19:14:00.091 | l3-port-ip-change-not-allowed 2025-04-16 19:14:00.091 | l3_agent_scheduler 2025-04-16 19:14:00.091 | multi-provider 2025-04-16 19:14:00.091 | net-mtu 2025-04-16 19:14:00.091 | net-mtu-writable 2025-04-16 19:14:00.091 | network_availability_zone 2025-04-16 19:14:00.091 | network_ha 2025-04-16 19:14:00.091 | network-ip-availability 2025-04-16 19:14:00.091 | pagination 2025-04-16 19:14:00.091 | port-device-profile 2025-04-16 19:14:00.091 | port-mac-override 2025-04-16 19:14:00.091 | port-mac-address-regenerate 2025-04-16 19:14:00.091 | port-numa-affinity-policy 2025-04-16 19:14:00.091 | binding 2025-04-16 19:14:00.091 | binding-extended 2025-04-16 19:14:00.091 | port-security 2025-04-16 19:14:00.091 | project-id 2025-04-16 19:14:00.091 | provider 2025-04-16 19:14:00.091 | quota-check-limit 2025-04-16 19:14:00.091 | quotas 2025-04-16 19:14:00.091 | quota_details 2025-04-16 19:14:00.092 | rbac-policies 2025-04-16 19:14:00.092 | rbac-address-group 2025-04-16 19:14:00.092 | rbac-address-scope 2025-04-16 19:14:00.092 | rbac-security-groups 2025-04-16 19:14:00.092 | rbac-subnetpool 2025-04-16 19:14:00.092 | revision-if-match 2025-04-16 19:14:00.092 | standard-attr-revisions 2025-04-16 19:14:00.092 | router_availability_zone 2025-04-16 19:14:00.092 | security-groups-default-rules 2025-04-16 19:14:00.092 | security-groups-normalized-cidr 2025-04-16 19:14:00.092 | port-security-groups-filtering 2025-04-16 19:14:00.092 | security-groups-remote-address-group 2025-04-16 19:14:00.092 | security-groups-shared-filtering 2025-04-16 19:14:00.092 | security-group 2025-04-16 19:14:00.092 | service-type 2025-04-16 19:14:00.092 | sorting 2025-04-16 19:14:00.092 | standard-attr-description 2025-04-16 19:14:00.092 | stateful-security-group 2025-04-16 19:14:00.092 | subnet_onboard 2025-04-16 19:14:00.092 | subnet-service-types 2025-04-16 19:14:00.092 | subnet_allocation 2025-04-16 19:14:00.092 | subnetpool-prefix-ops 2025-04-16 19:14:00.092 | standard-attr-tag 2025-04-16 19:14:00.092 | standard-attr-timestamp 2025-04-16 19:14:00.092 | nsxt-ops' 2025-04-16 19:14:00.093 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-16 19:14:00.093 | address-scope 2025-04-16 19:14:00.093 | router-admin-state-down-before-update 2025-04-16 19:14:00.093 | agent 2025-04-16 19:14:00.093 | agent-resources-synced 2025-04-16 19:14:00.094 | allowed-address-pairs 2025-04-16 19:14:00.094 | auto-allocated-topology 2025-04-16 19:14:00.094 | availability_zone 2025-04-16 19:14:00.094 | availability_zone_filter 2025-04-16 19:14:00.094 | default-subnetpools 2025-04-16 19:14:00.094 | dhcp_agent_scheduler 2025-04-16 19:14:00.094 | dvr 2025-04-16 19:14:00.094 | empty-string-filtering 2025-04-16 19:14:00.094 | external-net 2025-04-16 19:14:00.094 | extra_dhcp_opt 2025-04-16 19:14:00.094 | extraroute 2025-04-16 19:14:00.094 | extraroute-atomic 2025-04-16 19:14:00.094 | filter-validation 2025-04-16 19:14:00.094 | floating-ip-port-forwarding-detail 2025-04-16 19:14:00.094 | fip-port-details 2025-04-16 19:14:00.094 | flavors 2025-04-16 19:14:00.094 | floatingip-pools 2025-04-16 19:14:00.094 | ip-substring-filtering 2025-04-16 19:14:00.094 | router 2025-04-16 19:14:00.094 | ext-gw-mode 2025-04-16 19:14:00.094 | l3-ha 2025-04-16 19:14:00.094 | l3-flavors 2025-04-16 19:14:00.094 | l3-port-ip-change-not-allowed 2025-04-16 19:14:00.094 | l3_agent_scheduler 2025-04-16 19:14:00.094 | multi-provider 2025-04-16 19:14:00.094 | net-mtu 2025-04-16 19:14:00.094 | net-mtu-writable 2025-04-16 19:14:00.094 | network_availability_zone 2025-04-16 19:14:00.094 | network_ha 2025-04-16 19:14:00.094 | network-ip-availability 2025-04-16 19:14:00.094 | pagination 2025-04-16 19:14:00.094 | port-device-profile 2025-04-16 19:14:00.094 | port-mac-override 2025-04-16 19:14:00.094 | port-mac-address-regenerate 2025-04-16 19:14:00.094 | port-numa-affinity-policy 2025-04-16 19:14:00.094 | binding 2025-04-16 19:14:00.094 | binding-extended 2025-04-16 19:14:00.094 | port-security 2025-04-16 19:14:00.094 | project-id 2025-04-16 19:14:00.094 | provider 2025-04-16 19:14:00.094 | quota-check-limit 2025-04-16 19:14:00.094 | quotas 2025-04-16 19:14:00.094 | quota_details 2025-04-16 19:14:00.094 | rbac-policies 2025-04-16 19:14:00.094 | rbac-address-group 2025-04-16 19:14:00.094 | rbac-address-scope 2025-04-16 19:14:00.094 | rbac-security-groups 2025-04-16 19:14:00.094 | rbac-subnetpool 2025-04-16 19:14:00.094 | revision-if-match 2025-04-16 19:14:00.094 | standard-attr-revisions 2025-04-16 19:14:00.094 | router_availability_zone 2025-04-16 19:14:00.094 | security-groups-default-rules 2025-04-16 19:14:00.094 | security-groups-normalized-cidr 2025-04-16 19:14:00.094 | port-security-groups-filtering 2025-04-16 19:14:00.094 | security-groups-remote-address-group 2025-04-16 19:14:00.094 | security-groups-shared-filtering 2025-04-16 19:14:00.094 | security-group 2025-04-16 19:14:00.094 | service-type 2025-04-16 19:14:00.094 | sorting 2025-04-16 19:14:00.094 | standard-attr-description 2025-04-16 19:14:00.094 | stateful-security-group 2025-04-16 19:14:00.094 | subnet_onboard 2025-04-16 19:14:00.094 | subnet-service-types 2025-04-16 19:14:00.094 | subnet_allocation 2025-04-16 19:14:00.094 | subnetpool-prefix-ops 2025-04-16 19:14:00.094 | standard-attr-tag 2025-04-16 19:14:00.094 | standard-attr-timestamp 2025-04-16 19:14:00.094 | nsxt-ops =~ router ]] 2025-04-16 19:14:00.096 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-16 19:14:00.098 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:216 : is_networking_extension_supported external-net 2025-04-16 19:14:00.100 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=external-net 2025-04-16 19:14:00.103 | ++ 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 19:14:01.249 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:14:01.251 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-16 19:14:01.251 | address-scope 2025-04-16 19:14:01.251 | router-admin-state-down-before-update 2025-04-16 19:14:01.251 | agent 2025-04-16 19:14:01.251 | agent-resources-synced 2025-04-16 19:14:01.251 | allowed-address-pairs 2025-04-16 19:14:01.251 | auto-allocated-topology 2025-04-16 19:14:01.251 | availability_zone 2025-04-16 19:14:01.251 | availability_zone_filter 2025-04-16 19:14:01.251 | default-subnetpools 2025-04-16 19:14:01.251 | dhcp_agent_scheduler 2025-04-16 19:14:01.251 | dvr 2025-04-16 19:14:01.251 | empty-string-filtering 2025-04-16 19:14:01.251 | external-net 2025-04-16 19:14:01.251 | extra_dhcp_opt 2025-04-16 19:14:01.251 | extraroute 2025-04-16 19:14:01.251 | extraroute-atomic 2025-04-16 19:14:01.251 | filter-validation 2025-04-16 19:14:01.251 | floating-ip-port-forwarding-detail 2025-04-16 19:14:01.251 | fip-port-details 2025-04-16 19:14:01.251 | flavors 2025-04-16 19:14:01.251 | floatingip-pools 2025-04-16 19:14:01.251 | ip-substring-filtering 2025-04-16 19:14:01.251 | router 2025-04-16 19:14:01.252 | ext-gw-mode 2025-04-16 19:14:01.252 | l3-ha 2025-04-16 19:14:01.252 | l3-flavors 2025-04-16 19:14:01.252 | l3-port-ip-change-not-allowed 2025-04-16 19:14:01.252 | l3_agent_scheduler 2025-04-16 19:14:01.252 | multi-provider 2025-04-16 19:14:01.252 | net-mtu 2025-04-16 19:14:01.252 | net-mtu-writable 2025-04-16 19:14:01.252 | network_availability_zone 2025-04-16 19:14:01.252 | network_ha 2025-04-16 19:14:01.252 | network-ip-availability 2025-04-16 19:14:01.252 | pagination 2025-04-16 19:14:01.252 | port-device-profile 2025-04-16 19:14:01.252 | port-mac-override 2025-04-16 19:14:01.252 | port-mac-address-regenerate 2025-04-16 19:14:01.252 | port-numa-affinity-policy 2025-04-16 19:14:01.252 | binding 2025-04-16 19:14:01.252 | binding-extended 2025-04-16 19:14:01.252 | port-security 2025-04-16 19:14:01.252 | project-id 2025-04-16 19:14:01.252 | provider 2025-04-16 19:14:01.252 | quota-check-limit 2025-04-16 19:14:01.252 | quotas 2025-04-16 19:14:01.252 | quota_details 2025-04-16 19:14:01.252 | rbac-policies 2025-04-16 19:14:01.252 | rbac-address-group 2025-04-16 19:14:01.252 | rbac-address-scope 2025-04-16 19:14:01.252 | rbac-security-groups 2025-04-16 19:14:01.252 | rbac-subnetpool 2025-04-16 19:14:01.252 | revision-if-match 2025-04-16 19:14:01.252 | standard-attr-revisions 2025-04-16 19:14:01.252 | router_availability_zone 2025-04-16 19:14:01.252 | security-groups-default-rules 2025-04-16 19:14:01.252 | security-groups-normalized-cidr 2025-04-16 19:14:01.252 | port-security-groups-filtering 2025-04-16 19:14:01.252 | security-groups-remote-address-group 2025-04-16 19:14:01.252 | security-groups-shared-filtering 2025-04-16 19:14:01.252 | security-group 2025-04-16 19:14:01.252 | service-type 2025-04-16 19:14:01.252 | sorting 2025-04-16 19:14:01.252 | standard-attr-description 2025-04-16 19:14:01.252 | stateful-security-group 2025-04-16 19:14:01.252 | subnet_onboard 2025-04-16 19:14:01.252 | subnet-service-types 2025-04-16 19:14:01.252 | subnet_allocation 2025-04-16 19:14:01.252 | subnetpool-prefix-ops 2025-04-16 19:14:01.252 | standard-attr-tag 2025-04-16 19:14:01.252 | standard-attr-timestamp 2025-04-16 19:14:01.252 | nsxt-ops' 2025-04-16 19:14:01.253 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-16 19:14:01.253 | address-scope 2025-04-16 19:14:01.253 | router-admin-state-down-before-update 2025-04-16 19:14:01.253 | agent 2025-04-16 19:14:01.253 | agent-resources-synced 2025-04-16 19:14:01.253 | allowed-address-pairs 2025-04-16 19:14:01.253 | auto-allocated-topology 2025-04-16 19:14:01.253 | availability_zone 2025-04-16 19:14:01.253 | availability_zone_filter 2025-04-16 19:14:01.253 | default-subnetpools 2025-04-16 19:14:01.254 | dhcp_agent_scheduler 2025-04-16 19:14:01.254 | dvr 2025-04-16 19:14:01.254 | empty-string-filtering 2025-04-16 19:14:01.254 | external-net 2025-04-16 19:14:01.254 | extra_dhcp_opt 2025-04-16 19:14:01.254 | extraroute 2025-04-16 19:14:01.254 | extraroute-atomic 2025-04-16 19:14:01.254 | filter-validation 2025-04-16 19:14:01.254 | floating-ip-port-forwarding-detail 2025-04-16 19:14:01.254 | fip-port-details 2025-04-16 19:14:01.254 | flavors 2025-04-16 19:14:01.254 | floatingip-pools 2025-04-16 19:14:01.254 | ip-substring-filtering 2025-04-16 19:14:01.254 | router 2025-04-16 19:14:01.254 | ext-gw-mode 2025-04-16 19:14:01.254 | l3-ha 2025-04-16 19:14:01.254 | l3-flavors 2025-04-16 19:14:01.254 | l3-port-ip-change-not-allowed 2025-04-16 19:14:01.254 | l3_agent_scheduler 2025-04-16 19:14:01.254 | multi-provider 2025-04-16 19:14:01.254 | net-mtu 2025-04-16 19:14:01.254 | net-mtu-writable 2025-04-16 19:14:01.254 | network_availability_zone 2025-04-16 19:14:01.254 | network_ha 2025-04-16 19:14:01.254 | network-ip-availability 2025-04-16 19:14:01.254 | pagination 2025-04-16 19:14:01.254 | port-device-profile 2025-04-16 19:14:01.254 | port-mac-override 2025-04-16 19:14:01.254 | port-mac-address-regenerate 2025-04-16 19:14:01.254 | port-numa-affinity-policy 2025-04-16 19:14:01.254 | binding 2025-04-16 19:14:01.254 | binding-extended 2025-04-16 19:14:01.254 | port-security 2025-04-16 19:14:01.254 | project-id 2025-04-16 19:14:01.254 | provider 2025-04-16 19:14:01.254 | quota-check-limit 2025-04-16 19:14:01.254 | quotas 2025-04-16 19:14:01.254 | quota_details 2025-04-16 19:14:01.254 | rbac-policies 2025-04-16 19:14:01.254 | rbac-address-group 2025-04-16 19:14:01.254 | rbac-address-scope 2025-04-16 19:14:01.254 | rbac-security-groups 2025-04-16 19:14:01.254 | rbac-subnetpool 2025-04-16 19:14:01.254 | revision-if-match 2025-04-16 19:14:01.254 | standard-attr-revisions 2025-04-16 19:14:01.254 | router_availability_zone 2025-04-16 19:14:01.254 | security-groups-default-rules 2025-04-16 19:14:01.254 | security-groups-normalized-cidr 2025-04-16 19:14:01.254 | port-security-groups-filtering 2025-04-16 19:14:01.254 | security-groups-remote-address-group 2025-04-16 19:14:01.254 | security-groups-shared-filtering 2025-04-16 19:14:01.254 | security-group 2025-04-16 19:14:01.254 | service-type 2025-04-16 19:14:01.254 | sorting 2025-04-16 19:14:01.254 | standard-attr-description 2025-04-16 19:14:01.254 | stateful-security-group 2025-04-16 19:14:01.254 | subnet_onboard 2025-04-16 19:14:01.254 | subnet-service-types 2025-04-16 19:14:01.254 | subnet_allocation 2025-04-16 19:14:01.254 | subnetpool-prefix-ops 2025-04-16 19:14:01.254 | standard-attr-tag 2025-04-16 19:14:01.254 | standard-attr-timestamp 2025-04-16 19:14:01.254 | nsxt-ops =~ external-net ]] 2025-04-16 19:14:01.255 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-16 19:14:01.257 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:218 : [[ True == \T\r\u\e ]] 2025-04-16 19:14:01.260 | ++ 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 19:14:02.478 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:14:02.480 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:220 : ROUTER_ID=7abf3c09-8c23-40e0-8006-5f5d3dbe4ffe 2025-04-16 19:14:02.482 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:221 : die_if_not_set 221 ROUTER_ID 'Failure creating router router1' 2025-04-16 19:14:02.485 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-16 19:14:02.498 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : EXTERNAL_NETWORK_FLAGS=--external 2025-04-16 19:14:02.501 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:229 : is_networking_extension_supported auto-allocated-topology 2025-04-16 19:14:02.503 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=auto-allocated-topology 2025-04-16 19:14:02.506 | ++ 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 19:14:03.667 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:14:03.671 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-16 19:14:03.671 | address-scope 2025-04-16 19:14:03.671 | router-admin-state-down-before-update 2025-04-16 19:14:03.671 | agent 2025-04-16 19:14:03.671 | agent-resources-synced 2025-04-16 19:14:03.671 | allowed-address-pairs 2025-04-16 19:14:03.671 | auto-allocated-topology 2025-04-16 19:14:03.671 | availability_zone 2025-04-16 19:14:03.671 | availability_zone_filter 2025-04-16 19:14:03.671 | default-subnetpools 2025-04-16 19:14:03.671 | dhcp_agent_scheduler 2025-04-16 19:14:03.671 | dvr 2025-04-16 19:14:03.671 | empty-string-filtering 2025-04-16 19:14:03.671 | external-net 2025-04-16 19:14:03.671 | extra_dhcp_opt 2025-04-16 19:14:03.671 | extraroute 2025-04-16 19:14:03.671 | extraroute-atomic 2025-04-16 19:14:03.671 | filter-validation 2025-04-16 19:14:03.671 | floating-ip-port-forwarding-detail 2025-04-16 19:14:03.671 | fip-port-details 2025-04-16 19:14:03.671 | flavors 2025-04-16 19:14:03.671 | floatingip-pools 2025-04-16 19:14:03.671 | ip-substring-filtering 2025-04-16 19:14:03.671 | router 2025-04-16 19:14:03.671 | ext-gw-mode 2025-04-16 19:14:03.671 | l3-ha 2025-04-16 19:14:03.671 | l3-flavors 2025-04-16 19:14:03.671 | l3-port-ip-change-not-allowed 2025-04-16 19:14:03.671 | l3_agent_scheduler 2025-04-16 19:14:03.671 | multi-provider 2025-04-16 19:14:03.671 | net-mtu 2025-04-16 19:14:03.671 | net-mtu-writable 2025-04-16 19:14:03.671 | network_availability_zone 2025-04-16 19:14:03.671 | network_ha 2025-04-16 19:14:03.671 | network-ip-availability 2025-04-16 19:14:03.671 | pagination 2025-04-16 19:14:03.671 | port-device-profile 2025-04-16 19:14:03.671 | port-mac-override 2025-04-16 19:14:03.671 | port-mac-address-regenerate 2025-04-16 19:14:03.671 | port-numa-affinity-policy 2025-04-16 19:14:03.671 | binding 2025-04-16 19:14:03.671 | binding-extended 2025-04-16 19:14:03.671 | port-security 2025-04-16 19:14:03.671 | project-id 2025-04-16 19:14:03.671 | provider 2025-04-16 19:14:03.671 | quota-check-limit 2025-04-16 19:14:03.671 | quotas 2025-04-16 19:14:03.671 | quota_details 2025-04-16 19:14:03.671 | rbac-policies 2025-04-16 19:14:03.671 | rbac-address-group 2025-04-16 19:14:03.671 | rbac-address-scope 2025-04-16 19:14:03.671 | rbac-security-groups 2025-04-16 19:14:03.671 | rbac-subnetpool 2025-04-16 19:14:03.671 | revision-if-match 2025-04-16 19:14:03.671 | standard-attr-revisions 2025-04-16 19:14:03.671 | router_availability_zone 2025-04-16 19:14:03.671 | security-groups-default-rules 2025-04-16 19:14:03.671 | security-groups-normalized-cidr 2025-04-16 19:14:03.671 | port-security-groups-filtering 2025-04-16 19:14:03.671 | security-groups-remote-address-group 2025-04-16 19:14:03.671 | security-groups-shared-filtering 2025-04-16 19:14:03.671 | security-group 2025-04-16 19:14:03.671 | service-type 2025-04-16 19:14:03.671 | sorting 2025-04-16 19:14:03.671 | standard-attr-description 2025-04-16 19:14:03.671 | stateful-security-group 2025-04-16 19:14:03.671 | subnet_onboard 2025-04-16 19:14:03.671 | subnet-service-types 2025-04-16 19:14:03.671 | subnet_allocation 2025-04-16 19:14:03.671 | subnetpool-prefix-ops 2025-04-16 19:14:03.671 | standard-attr-tag 2025-04-16 19:14:03.671 | standard-attr-timestamp 2025-04-16 19:14:03.671 | nsxt-ops' 2025-04-16 19:14:03.674 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-16 19:14:03.674 | address-scope 2025-04-16 19:14:03.674 | router-admin-state-down-before-update 2025-04-16 19:14:03.674 | agent 2025-04-16 19:14:03.674 | agent-resources-synced 2025-04-16 19:14:03.674 | allowed-address-pairs 2025-04-16 19:14:03.674 | auto-allocated-topology 2025-04-16 19:14:03.674 | availability_zone 2025-04-16 19:14:03.674 | availability_zone_filter 2025-04-16 19:14:03.674 | default-subnetpools 2025-04-16 19:14:03.674 | dhcp_agent_scheduler 2025-04-16 19:14:03.674 | dvr 2025-04-16 19:14:03.674 | empty-string-filtering 2025-04-16 19:14:03.674 | external-net 2025-04-16 19:14:03.674 | extra_dhcp_opt 2025-04-16 19:14:03.674 | extraroute 2025-04-16 19:14:03.674 | extraroute-atomic 2025-04-16 19:14:03.674 | filter-validation 2025-04-16 19:14:03.674 | floating-ip-port-forwarding-detail 2025-04-16 19:14:03.674 | fip-port-details 2025-04-16 19:14:03.674 | flavors 2025-04-16 19:14:03.674 | floatingip-pools 2025-04-16 19:14:03.674 | ip-substring-filtering 2025-04-16 19:14:03.674 | router 2025-04-16 19:14:03.674 | ext-gw-mode 2025-04-16 19:14:03.674 | l3-ha 2025-04-16 19:14:03.674 | l3-flavors 2025-04-16 19:14:03.674 | l3-port-ip-change-not-allowed 2025-04-16 19:14:03.674 | l3_agent_scheduler 2025-04-16 19:14:03.674 | multi-provider 2025-04-16 19:14:03.674 | net-mtu 2025-04-16 19:14:03.674 | net-mtu-writable 2025-04-16 19:14:03.674 | network_availability_zone 2025-04-16 19:14:03.674 | network_ha 2025-04-16 19:14:03.674 | network-ip-availability 2025-04-16 19:14:03.674 | pagination 2025-04-16 19:14:03.674 | port-device-profile 2025-04-16 19:14:03.674 | port-mac-override 2025-04-16 19:14:03.674 | port-mac-address-regenerate 2025-04-16 19:14:03.674 | port-numa-affinity-policy 2025-04-16 19:14:03.674 | binding 2025-04-16 19:14:03.674 | binding-extended 2025-04-16 19:14:03.674 | port-security 2025-04-16 19:14:03.674 | project-id 2025-04-16 19:14:03.674 | provider 2025-04-16 19:14:03.674 | quota-check-limit 2025-04-16 19:14:03.674 | quotas 2025-04-16 19:14:03.674 | quota_details 2025-04-16 19:14:03.674 | rbac-policies 2025-04-16 19:14:03.674 | rbac-address-group 2025-04-16 19:14:03.674 | rbac-address-scope 2025-04-16 19:14:03.674 | rbac-security-groups 2025-04-16 19:14:03.674 | rbac-subnetpool 2025-04-16 19:14:03.674 | revision-if-match 2025-04-16 19:14:03.674 | standard-attr-revisions 2025-04-16 19:14:03.674 | router_availability_zone 2025-04-16 19:14:03.674 | security-groups-default-rules 2025-04-16 19:14:03.674 | security-groups-normalized-cidr 2025-04-16 19:14:03.674 | port-security-groups-filtering 2025-04-16 19:14:03.674 | security-groups-remote-address-group 2025-04-16 19:14:03.674 | security-groups-shared-filtering 2025-04-16 19:14:03.674 | security-group 2025-04-16 19:14:03.674 | service-type 2025-04-16 19:14:03.674 | sorting 2025-04-16 19:14:03.674 | standard-attr-description 2025-04-16 19:14:03.674 | stateful-security-group 2025-04-16 19:14:03.674 | subnet_onboard 2025-04-16 19:14:03.674 | subnet-service-types 2025-04-16 19:14:03.674 | subnet_allocation 2025-04-16 19:14:03.674 | subnetpool-prefix-ops 2025-04-16 19:14:03.674 | standard-attr-tag 2025-04-16 19:14:03.674 | standard-attr-timestamp 2025-04-16 19:14:03.674 | nsxt-ops =~ auto-allocated-topology ]] 2025-04-16 19:14:03.676 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-16 19:14:03.679 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:230 : EXTERNAL_NETWORK_FLAGS='--external --default' 2025-04-16 19:14:03.681 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:233 : '[' True = True ']' 2025-04-16 19:14:03.684 | ++ 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 19:14:04.961 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:14:04.964 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : EXT_NET_ID=fb7b0e01-7830-4ebb-85f7-c902304b43de 2025-04-16 19:14:04.966 | + 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 19:14:04.968 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-16 19:14:04.983 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:240 : [[ 4 =~ 4.* ]] 2025-04-16 19:14:04.985 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:242 : _neutron_configure_router_v4 2025-04-16 19:14:04.987 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router add subnet 7abf3c09-8c23-40e0-8006-5f5d3dbe4ffe 444bbe2d-3f4a-4de2-92ec-2c5a71a4748a 2025-04-16 19:14:07.031 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:323 : local id_and_ext_gw_ip 2025-04-16 19:14:07.034 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:324 : _neutron_create_public_subnet_v4 fb7b0e01-7830-4ebb-85f7-c902304b43de 2025-04-16 19:14:07.037 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:294 : local 'subnet_params=--ip-version 4 ' 2025-04-16 19:14:07.039 | ++ 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 19:14:07.041 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : [[ -n 10.180.180.1 ]] 2025-04-16 19:14:07.043 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:297 : subnet_params+='--gateway 10.180.180.1 ' 2025-04-16 19:14:07.045 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:299 : subnet_params+='--network fb7b0e01-7830-4ebb-85f7-c902304b43de --subnet-range 10.180.180.0/24 --no-dhcp ' 2025-04-16 19:14:07.047 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:300 : subnet_params+=public-subnet 2025-04-16 19:14:07.049 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:301 : local id_and_ext_gw_ip 2025-04-16 19:14:07.052 | +++ 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 fb7b0e01-7830-4ebb-85f7-c902304b43de --subnet-range 10.180.180.0/24 --no-dhcp public-subnet 2025-04-16 19:14:07.052 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 : grep -e gateway_ip -e ' id ' 2025-04-16 19:14:08.411 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:14:08.414 | ++ 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 19:14:08.414 | | id | aa4bf107-21f1-44f4-98c6-30a9113cad48 |' 2025-04-16 19:14:08.415 | ++ 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 19:14:08.417 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2025-04-16 19:14:08.429 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:304 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' aa4bf107-21f1-44f4-98c6-30a9113cad48 '|' 2025-04-16 19:14:08.432 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:324 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | | id | aa4bf107-21f1-44f4-98c6-30a9113cad48 |' 2025-04-16 19:14:08.433 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:325 : local ext_gw_ip 2025-04-16 19:14:08.436 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' aa4bf107-21f1-44f4-98c6-30a9113cad48 '|' 2025-04-16 19:14:08.436 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : get_field 2 2025-04-16 19:14:08.438 | ++ functions-common:get_field:789 : local data field 2025-04-16 19:14:08.440 | ++ functions-common:get_field:790 : read data 2025-04-16 19:14:08.442 | ++ functions-common:get_field:791 : '[' 2 -lt 0 ']' 2025-04-16 19:14:08.444 | ++ functions-common:get_field:794 : field='$3' 2025-04-16 19:14:08.446 | ++ functions-common:get_field:796 : echo '| gateway_ip | 10.180.180.1 | | id | aa4bf107-21f1-44f4-98c6-30a9113cad48 |' 2025-04-16 19:14:08.446 | ++ functions-common:get_field:796 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2025-04-16 19:14:08.451 | ++ functions-common:get_field:790 : read data 2025-04-16 19:14:08.453 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : ext_gw_ip=10.180.180.1 2025-04-16 19:14:08.456 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' aa4bf107-21f1-44f4-98c6-30a9113cad48 '|' 2025-04-16 19:14:08.456 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : get_field 5 2025-04-16 19:14:08.458 | ++ functions-common:get_field:789 : local data field 2025-04-16 19:14:08.460 | ++ functions-common:get_field:790 : read data 2025-04-16 19:14:08.462 | ++ functions-common:get_field:791 : '[' 5 -lt 0 ']' 2025-04-16 19:14:08.464 | ++ functions-common:get_field:794 : field='$6' 2025-04-16 19:14:08.466 | ++ functions-common:get_field:796 : echo '| gateway_ip | 10.180.180.1 | | id | aa4bf107-21f1-44f4-98c6-30a9113cad48 |' 2025-04-16 19:14:08.466 | ++ functions-common:get_field:796 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2025-04-16 19:14:08.470 | ++ functions-common:get_field:790 : read data 2025-04-16 19:14:08.473 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : PUB_SUBNET_ID=aa4bf107-21f1-44f4-98c6-30a9113cad48 2025-04-16 19:14:08.475 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:329 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router set --external-gateway fb7b0e01-7830-4ebb-85f7-c902304b43de 7abf3c09-8c23-40e0-8006-5f5d3dbe4ffe 2025-04-16 19:14:10.446 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:332 : [[ openvswitch == \o\v\n ]] 2025-04-16 19:14:10.449 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:332 : is_service_enabled q-l3 neutron-l3 2025-04-16 19:14:10.462 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:14:10.464 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:334 : local ext_gw_interface=none 2025-04-16 19:14:10.466 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:335 : is_neutron_ovs_base_plugin 2025-04-16 19:14:10.468 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:23 : return 0 2025-04-16 19:14:10.470 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:336 : _neutron_get_ext_gw_interface 2025-04-16 19:14:10.472 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:144 : [[ False == \T\r\u\e ]] 2025-04-16 19:14:10.474 | ++ 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 19:14:10.487 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:151 : echo br-ex 2025-04-16 19:14:10.489 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:336 : ext_gw_interface=br-ex 2025-04-16 19:14:10.491 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:348 : [[ br-ex != \n\o\n\e ]] 2025-04-16 19:14:10.493 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:349 : local cidr_len=24 2025-04-16 19:14:10.495 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : local 'testcmd=ip -o link | grep -q br-ex' 2025-04-16 19:14:10.496 | + 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 19:14:10.498 | + functions-common:test_with_retry:2338 : local 'testcmd=ip -o link | grep -q br-ex' 2025-04-16 19:14:10.500 | + functions-common:test_with_retry:2339 : local 'failmsg=br-ex creation failed' 2025-04-16 19:14:10.502 | + functions-common:test_with_retry:2340 : local until=10 2025-04-16 19:14:10.504 | + functions-common:test_with_retry:2341 : local sleep=0.5 2025-04-16 19:14:10.506 | + functions-common:test_with_retry:2343 : time_start test_with_retry 2025-04-16 19:14:10.508 | + functions-common:time_start:2386 : local name=test_with_retry 2025-04-16 19:14:10.510 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:14:10.512 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:14:10.515 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:14:10.518 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830850516 2025-04-16 19:14:10.520 | + 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 19:14:10.526 | + functions-common:test_with_retry:2347 : time_stop test_with_retry 2025-04-16 19:14:10.528 | + functions-common:time_stop:2400 : local name 2025-04-16 19:14:10.530 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:14:10.532 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:14:10.534 | + functions-common:time_stop:2403 : local total 2025-04-16 19:14:10.536 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:14:10.538 | + functions-common:time_stop:2406 : name=test_with_retry 2025-04-16 19:14:10.540 | + functions-common:time_stop:2407 : start_time=1744830850516 2025-04-16 19:14:10.542 | + functions-common:time_stop:2409 : [[ -z 1744830850516 ]] 2025-04-16 19:14:10.544 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:14:10.548 | + functions-common:time_stop:2412 : end_time=1744830850545 2025-04-16 19:14:10.549 | + functions-common:time_stop:2413 : elapsed_time=29 2025-04-16 19:14:10.551 | + functions-common:time_stop:2414 : total=3064 2025-04-16 19:14:10.553 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:14:10.555 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3093 2025-04-16 19:14:10.559 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : ip addr show dev br-ex 2025-04-16 19:14:10.559 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : grep -c 10.180.180.1 2025-04-16 19:14:10.563 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ 0 == 0 ]] 2025-04-16 19:14:10.565 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ True == \F\a\l\s\e ]] 2025-04-16 19:14:10.567 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ False == \T\r\u\e ]] 2025-04-16 19:14:10.569 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ False == \T\r\u\e ]] 2025-04-16 19:14:10.573 | ++ 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 19:14:10.573 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : awk -Fip_address '{ print $2 }' 2025-04-16 19:14:10.573 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : cut -f2 '-d'\''' 2025-04-16 19:14:10.573 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : tr '\n' ' ' 2025-04-16 19:14:11.757 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:14:11.760 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : ROUTER_GW_IP=' 10.180.180.155 ' 2025-04-16 19:14:11.762 | + 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 19:14:11.764 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-16 19:14:11.778 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:359 : _neutron_set_router_id 2025-04-16 19:14:11.780 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:137 : [[ True == \F\a\l\s\e ]] 2025-04-16 19:14:11.782 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:245 : [[ 4 =~ .*6 ]] 2025-04-16 19:14:11.784 | + stack.sh:main:1341 : is_service_enabled nova 2025-04-16 19:14:11.798 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:14:11.800 | + stack.sh:main:1342 : echo_summary 'Starting Nova' 2025-04-16 19:14:11.802 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 19:14:11.804 | + stack.sh:echo_summary:461 : echo -e Starting Nova 2025-04-16 19:14:11.807 | + stack.sh:main:1343 : start_nova 2025-04-16 19:14:11.809 | + lib/nova:start_nova:1184 : start_nova_rest 2025-04-16 19:14:11.811 | + 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 19:14:11.813 | + 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 19:14:11.815 | + 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 19:14:11.817 | + lib/nova:start_nova_rest:1096 : local compute_cell_conf=/etc/nova/nova.conf 2025-04-16 19:14:11.819 | + 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 19:14:11.821 | + functions-common:run_process:1654 : local service=n-sch 2025-04-16 19:14:11.823 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-16 19:14:11.826 | + functions-common:run_process:1656 : local group= 2025-04-16 19:14:11.828 | + functions-common:run_process:1657 : local user= 2025-04-16 19:14:11.830 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 19:14:11.832 | + functions-common:run_process:1660 : local name=n-sch 2025-04-16 19:14:11.834 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 19:14:11.836 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 19:14:11.838 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:14:11.840 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:14:11.843 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:14:11.846 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830851844 2025-04-16 19:14:11.848 | + functions-common:run_process:1663 : is_service_enabled n-sch 2025-04-16 19:14:11.861 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:14:11.863 | + 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 19:14:11.865 | + functions-common:_run_under_systemd:1611 : local service=n-sch 2025-04-16 19:14:11.867 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-16 19:14:11.869 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-16 19:14:11.871 | + 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 19:14:11.873 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-16 19:14:11.875 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2025-04-16 19:14:11.877 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2025-04-16 19:14:11.879 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-sch.service 2025-04-16 19:14:11.881 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 19:14:11.883 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 19:14:11.886 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 19:14:11.888 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 19:14:11.890 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2025-04-16 19:14:11.892 | + 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 19:14:11.894 | + functions-common:write_user_unit_file:1518 : local service=devstack@n-sch.service 2025-04-16 19:14:11.895 | + 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 19:14:11.897 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 19:14:11.899 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 19:14:11.901 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 19:14:11.903 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 19:14:11.905 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 19:14:11.907 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2025-04-16 19:14:11.909 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 19:14:11.912 | + 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 19:14:11.961 | + 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 19:14:12.010 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User stack 2025-04-16 19:14:12.051 | + 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 19:14:12.094 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2025-04-16 19:14:12.136 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2025-04-16 19:14:12.180 | + 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 19:14:12.223 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 19:14:12.225 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 19:14:12.227 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2025-04-16 19:14:12.277 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 19:14:12.555 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-sch.service 2025-04-16 19:14:12.572 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2025-04-16 19:14:12.807 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-sch.service 2025-04-16 19:14:12.826 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 19:14:12.828 | + functions-common:time_stop:2400 : local name 2025-04-16 19:14:12.830 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:14:12.832 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:14:12.834 | + functions-common:time_stop:2403 : local total 2025-04-16 19:14:12.836 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:14:12.838 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 19:14:12.840 | + functions-common:time_stop:2407 : start_time=1744830851844 2025-04-16 19:14:12.842 | + functions-common:time_stop:2409 : [[ -z 1744830851844 ]] 2025-04-16 19:14:12.845 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:14:12.848 | + functions-common:time_stop:2412 : end_time=1744830852846 2025-04-16 19:14:12.850 | + functions-common:time_stop:2413 : elapsed_time=1002 2025-04-16 19:14:12.852 | + functions-common:time_stop:2414 : total=8559 2025-04-16 19:14:12.854 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:14:12.856 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9561 2025-04-16 19:14:12.859 | + lib/nova:start_nova_rest:1099 : '[' True == False ']' 2025-04-16 19:14:12.861 | ++ lib/nova:start_nova_rest:1102 : which uwsgi 2025-04-16 19:14:12.865 | + 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 19:14:12.867 | + functions-common:run_process:1654 : local service=n-api-meta 2025-04-16 19:14:12.869 | + 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 19:14:12.873 | + functions-common:run_process:1656 : local group= 2025-04-16 19:14:12.875 | + functions-common:run_process:1657 : local user= 2025-04-16 19:14:12.877 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 19:14:12.879 | + functions-common:run_process:1660 : local name=n-api-meta 2025-04-16 19:14:12.881 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 19:14:12.883 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 19:14:12.885 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:14:12.887 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:14:12.890 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:14:12.893 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830852891 2025-04-16 19:14:12.895 | + functions-common:run_process:1663 : is_service_enabled n-api-meta 2025-04-16 19:14:12.909 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:14:12.911 | + 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 19:14:12.914 | + functions-common:_run_under_systemd:1611 : local service=n-api-meta 2025-04-16 19:14:12.916 | + 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 19:14:12.918 | + 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 19:14:12.920 | + 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 19:14:12.922 | + 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 19:14:12.924 | + 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 19:14:12.926 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2025-04-16 19:14:12.928 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-api-meta.service 2025-04-16 19:14:12.930 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 19:14:12.932 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 19:14:12.934 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 19:14:12.936 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 19:14:12.938 | + 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 19:14:12.941 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-16 19:14:12.943 | + 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 19:14:12.945 | + 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 19:14:12.947 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@n-api-meta.service 2025-04-16 19:14:12.949 | + 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 19:14:12.951 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-16 19:14:12.953 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-16 19:14:12.955 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-16 19:14:12.956 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2025-04-16 19:14:12.959 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-16 19:14:12.962 | + 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 19:14:13.012 | + 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 19:14:13.062 | + 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 19:14:13.105 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User stack 2025-04-16 19:14:13.150 | + 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 19:14:13.195 | + 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 19:14:13.241 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2025-04-16 19:14:13.284 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2025-04-16 19:14:13.337 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2025-04-16 19:14:13.383 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2025-04-16 19:14:13.429 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2025-04-16 19:14:13.472 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-16 19:14:13.474 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-16 19:14:13.477 | + 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 19:14:13.529 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-16 19:14:13.788 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-api-meta.service 2025-04-16 19:14:13.799 | 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 19:14:14.051 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-api-meta.service 2025-04-16 19:14:14.105 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 19:14:14.108 | + functions-common:time_stop:2400 : local name 2025-04-16 19:14:14.110 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:14:14.112 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:14:14.114 | + functions-common:time_stop:2403 : local total 2025-04-16 19:14:14.116 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:14:14.124 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 19:14:14.128 | + functions-common:time_stop:2407 : start_time=1744830852891 2025-04-16 19:14:14.130 | + functions-common:time_stop:2409 : [[ -z 1744830852891 ]] 2025-04-16 19:14:14.133 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:14:14.137 | + functions-common:time_stop:2412 : end_time=1744830854134 2025-04-16 19:14:14.140 | + functions-common:time_stop:2413 : elapsed_time=1243 2025-04-16 19:14:14.142 | + functions-common:time_stop:2414 : total=9561 2025-04-16 19:14:14.144 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:14:14.147 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10804 2025-04-16 19:14:14.149 | + 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 19:14:14.152 | + 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 19:14:14.155 | + lib/nova:start_nova:1185 : start_nova_console_proxies 2025-04-16 19:14:14.158 | + 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 19:14:14.160 | + 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 19:14:14.163 | + 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 19:14:14.166 | + lib/nova:start_nova_console_proxies:1124 : local api_cell_conf=/etc/nova/nova.conf 2025-04-16 19:14:14.168 | + 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 19:14:14.170 | + 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 19:14:14.173 | + functions-common:run_process:1654 : local service=n-novnc 2025-04-16 19:14:14.175 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2025-04-16 19:14:14.178 | + functions-common:run_process:1656 : local group= 2025-04-16 19:14:14.180 | + functions-common:run_process:1657 : local user= 2025-04-16 19:14:14.182 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 19:14:14.184 | + functions-common:run_process:1660 : local name=n-novnc 2025-04-16 19:14:14.186 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 19:14:14.189 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 19:14:14.191 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:14:14.193 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:14:14.196 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:14:14.199 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830854197 2025-04-16 19:14:14.202 | + functions-common:run_process:1663 : is_service_enabled n-novnc 2025-04-16 19:14:14.217 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:14:14.220 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 19:14:14.222 | + functions-common:time_stop:2400 : local name 2025-04-16 19:14:14.224 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:14:14.227 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:14:14.229 | + functions-common:time_stop:2403 : local total 2025-04-16 19:14:14.231 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:14:14.233 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 19:14:14.235 | + functions-common:time_stop:2407 : start_time=1744830854197 2025-04-16 19:14:14.237 | + functions-common:time_stop:2409 : [[ -z 1744830854197 ]] 2025-04-16 19:14:14.240 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:14:14.243 | + functions-common:time_stop:2412 : end_time=1744830854241 2025-04-16 19:14:14.245 | + functions-common:time_stop:2413 : elapsed_time=44 2025-04-16 19:14:14.248 | + functions-common:time_stop:2414 : total=10804 2025-04-16 19:14:14.250 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:14:14.252 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10848 2025-04-16 19:14:14.254 | + 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 19:14:14.256 | + functions-common:run_process:1654 : local service=n-spice 2025-04-16 19:14:14.258 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2025-04-16 19:14:14.260 | + functions-common:run_process:1656 : local group= 2025-04-16 19:14:14.262 | + functions-common:run_process:1657 : local user= 2025-04-16 19:14:14.264 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 19:14:14.266 | + functions-common:run_process:1660 : local name=n-spice 2025-04-16 19:14:14.269 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 19:14:14.271 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 19:14:14.273 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:14:14.274 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:14:14.278 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:14:14.281 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830854279 2025-04-16 19:14:14.283 | + functions-common:run_process:1663 : is_service_enabled n-spice 2025-04-16 19:14:14.297 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:14:14.299 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 19:14:14.301 | + functions-common:time_stop:2400 : local name 2025-04-16 19:14:14.303 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:14:14.305 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:14:14.307 | + functions-common:time_stop:2403 : local total 2025-04-16 19:14:14.309 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:14:14.311 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 19:14:14.313 | + functions-common:time_stop:2407 : start_time=1744830854279 2025-04-16 19:14:14.315 | + functions-common:time_stop:2409 : [[ -z 1744830854279 ]] 2025-04-16 19:14:14.318 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:14:14.321 | + functions-common:time_stop:2412 : end_time=1744830854319 2025-04-16 19:14:14.323 | + functions-common:time_stop:2413 : elapsed_time=40 2025-04-16 19:14:14.325 | + functions-common:time_stop:2414 : total=10848 2025-04-16 19:14:14.327 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:14:14.329 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10888 2025-04-16 19:14:14.332 | + 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 19:14:14.333 | + functions-common:run_process:1654 : local service=n-sproxy 2025-04-16 19:14:14.335 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2025-04-16 19:14:14.337 | + functions-common:run_process:1656 : local group= 2025-04-16 19:14:14.339 | + functions-common:run_process:1657 : local user= 2025-04-16 19:14:14.341 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 19:14:14.343 | + functions-common:run_process:1660 : local name=n-sproxy 2025-04-16 19:14:14.346 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 19:14:14.348 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 19:14:14.350 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:14:14.352 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:14:14.355 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:14:14.358 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830854356 2025-04-16 19:14:14.360 | + functions-common:run_process:1663 : is_service_enabled n-sproxy 2025-04-16 19:14:14.374 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:14:14.377 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 19:14:14.379 | + functions-common:time_stop:2400 : local name 2025-04-16 19:14:14.381 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:14:14.383 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:14:14.385 | + functions-common:time_stop:2403 : local total 2025-04-16 19:14:14.387 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:14:14.389 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 19:14:14.391 | + functions-common:time_stop:2407 : start_time=1744830854356 2025-04-16 19:14:14.393 | + functions-common:time_stop:2409 : [[ -z 1744830854356 ]] 2025-04-16 19:14:14.396 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:14:14.399 | + functions-common:time_stop:2412 : end_time=1744830854397 2025-04-16 19:14:14.401 | + functions-common:time_stop:2413 : elapsed_time=41 2025-04-16 19:14:14.403 | + functions-common:time_stop:2414 : total=10888 2025-04-16 19:14:14.405 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:14:14.408 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10929 2025-04-16 19:14:14.410 | + 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 19:14:14.412 | + 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 19:14:14.414 | + lib/nova:start_nova:1186 : start_nova_conductor 2025-04-16 19:14:14.416 | + 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 19:14:14.418 | + lib/nova:start_nova_conductor:1155 : echo 'Starting nova-conductor in a cellsv1-compatible way' 2025-04-16 19:14:14.418 | Starting nova-conductor in a cellsv1-compatible way 2025-04-16 19:14:14.420 | + 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 19:14:14.422 | + functions-common:run_process:1654 : local service=n-cond 2025-04-16 19:14:14.424 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-16 19:14:14.426 | + functions-common:run_process:1656 : local group= 2025-04-16 19:14:14.428 | + functions-common:run_process:1657 : local user= 2025-04-16 19:14:14.431 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 19:14:14.433 | + functions-common:run_process:1660 : local name=n-cond 2025-04-16 19:14:14.435 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 19:14:14.437 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 19:14:14.439 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:14:14.441 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:14:14.444 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:14:14.447 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830854444 2025-04-16 19:14:14.449 | + functions-common:run_process:1663 : is_service_enabled n-cond 2025-04-16 19:14:14.463 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:14:14.465 | + 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 19:14:14.467 | + functions-common:_run_under_systemd:1611 : local service=n-cond 2025-04-16 19:14:14.470 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-16 19:14:14.472 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-16 19:14:14.474 | + 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 19:14:14.476 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-16 19:14:14.478 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2025-04-16 19:14:14.480 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2025-04-16 19:14:14.482 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-cond.service 2025-04-16 19:14:14.485 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 19:14:14.487 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 19:14:14.489 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 19:14:14.491 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 19:14:14.493 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2025-04-16 19:14:14.495 | + 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 19:14:14.497 | + functions-common:write_user_unit_file:1518 : local service=devstack@n-cond.service 2025-04-16 19:14:14.498 | + 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 19:14:14.500 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 19:14:14.502 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 19:14:14.504 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 19:14:14.506 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 19:14:14.508 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 19:14:14.510 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@n-cond.service 2025-04-16 19:14:14.512 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 19:14:14.515 | + 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 19:14:14.571 | + 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 19:14:14.623 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service User stack 2025-04-16 19:14:14.669 | + 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 19:14:14.715 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service KillMode process 2025-04-16 19:14:14.757 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service TimeoutStopSec 300 2025-04-16 19:14:14.799 | + 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 19:14:14.842 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 19:14:14.844 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 19:14:14.846 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Install WantedBy multi-user.target 2025-04-16 19:14:14.896 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 19:14:15.150 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-cond.service 2025-04-16 19:14:15.159 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond.service → /etc/systemd/system/devstack@n-cond.service. 2025-04-16 19:14:15.405 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-cond.service 2025-04-16 19:14:15.442 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 19:14:15.444 | + functions-common:time_stop:2400 : local name 2025-04-16 19:14:15.447 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:14:15.450 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:14:15.453 | + functions-common:time_stop:2403 : local total 2025-04-16 19:14:15.457 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:14:15.458 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 19:14:15.460 | + functions-common:time_stop:2407 : start_time=1744830854444 2025-04-16 19:14:15.463 | + functions-common:time_stop:2409 : [[ -z 1744830854444 ]] 2025-04-16 19:14:15.466 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:14:15.470 | + functions-common:time_stop:2412 : end_time=1744830855466 2025-04-16 19:14:15.471 | + functions-common:time_stop:2413 : elapsed_time=1022 2025-04-16 19:14:15.475 | + functions-common:time_stop:2414 : total=10929 2025-04-16 19:14:15.477 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:14:15.479 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11951 2025-04-16 19:14:15.486 | + lib/nova:start_nova_conductor:1157 : return 2025-04-16 19:14:15.488 | + lib/nova:start_nova:1187 : start_nova_compute 2025-04-16 19:14:15.490 | + 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 19:14:15.494 | + 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 19:14:15.497 | + 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 19:14:15.499 | + lib/nova:start_nova_compute:1017 : local compute_cell_conf=/etc/nova/nova.conf 2025-04-16 19:14:15.501 | + lib/nova:start_nova_compute:1020 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2025-04-16 19:14:15.505 | + lib/nova:start_nova_compute:1022 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2025-04-16 19:14:15.507 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-16 19:14:15.509 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-16 19:14:15.511 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2025-04-16 19:14:15.513 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-16 19:14:15.516 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2025-04-16 19:14:15.518 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2025-04-16 19:14:15.520 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2025-04-16 19:14:15.523 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2025-04-16 19:14:15.526 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2025-04-16 19:14:15.526 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2025-04-16 19:14:15.526 | BEGIN { 2025-04-16 19:14:15.526 | section = "" 2025-04-16 19:14:15.526 | last_section = "" 2025-04-16 19:14:15.526 | section_count = 0 2025-04-16 19:14:15.526 | } 2025-04-16 19:14:15.526 | /^\[.+\]/ { 2025-04-16 19:14:15.526 | gsub("[][]", "", $1); 2025-04-16 19:14:15.526 | section=$1 2025-04-16 19:14:15.526 | next 2025-04-16 19:14:15.526 | } 2025-04-16 19:14:15.526 | /^ *\#/ { 2025-04-16 19:14:15.526 | next 2025-04-16 19:14:15.526 | } 2025-04-16 19:14:15.526 | /^[^ \t]+/ { 2025-04-16 19:14:15.526 | # get offset of first = in $0 2025-04-16 19:14:15.526 | eq_idx = index($0, "=") 2025-04-16 19:14:15.526 | # extract attr & value from $0 2025-04-16 19:14:15.526 | attr = substr($0, 1, eq_idx - 1) 2025-04-16 19:14:15.526 | value = substr($0, eq_idx + 1) 2025-04-16 19:14:15.526 | # only need to strip trailing whitespace from attr 2025-04-16 19:14:15.526 | sub(/[ \t]*$/, "", attr) 2025-04-16 19:14:15.526 | # need to strip leading & trailing whitespace from value 2025-04-16 19:14:15.526 | sub(/^[ \t]*/, "", value) 2025-04-16 19:14:15.526 | sub(/[ \t]*$/, "", value) 2025-04-16 19:14:15.526 | 2025-04-16 19:14:15.526 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-16 19:14:15.526 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-16 19:14:15.526 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-16 19:14:15.526 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-16 19:14:15.526 | if (! (section, attr) in cfg_attr_count) { 2025-04-16 19:14:15.526 | if (section != last_section) { 2025-04-16 19:14:15.526 | cfg_section[section_count++] = section 2025-04-16 19:14:15.526 | last_section = section 2025-04-16 19:14:15.526 | } 2025-04-16 19:14:15.526 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-16 19:14:15.526 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-16 19:14:15.526 | 2025-04-16 19:14:15.526 | cfg_attr[section, attr, 0] = value 2025-04-16 19:14:15.526 | cfg_attr_count[section, attr] = 1 2025-04-16 19:14:15.526 | } else { 2025-04-16 19:14:15.526 | lno = cfg_attr_count[section, attr]++ 2025-04-16 19:14:15.526 | cfg_attr[section, attr, lno] = value 2025-04-16 19:14:15.526 | } 2025-04-16 19:14:15.526 | } 2025-04-16 19:14:15.526 | END { 2025-04-16 19:14:15.526 | # Process each section in order 2025-04-16 19:14:15.526 | for (sno = 0; sno < section_count; sno++) { 2025-04-16 19:14:15.526 | section = cfg_section[sno] 2025-04-16 19:14:15.526 | # The ini routines simply append a config item immediately 2025-04-16 19:14:15.526 | # after the section header. To keep the same order as defined 2025-04-16 19:14:15.526 | # in local.conf, invoke the ini routines in the reverse order 2025-04-16 19:14:15.526 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-16 19:14:15.526 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-16 19:14:15.526 | if (cfg_attr_count[section, attr] == 1) 2025-04-16 19:14:15.526 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-16 19:14:15.526 | else { 2025-04-16 19:14:15.526 | # For multiline, invoke the ini routines in the reverse order 2025-04-16 19:14:15.526 | count = cfg_attr_count[section, attr] 2025-04-16 19:14:15.526 | print "inidelete " configfile " " section " " attr 2025-04-16 19:14:15.526 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-16 19:14:15.526 | for (l = count -2; l >= 0; l--) 2025-04-16 19:14:15.526 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-16 19:14:15.526 | } 2025-04-16 19:14:15.526 | } 2025-04-16 19:14:15.527 | } 2025-04-16 19:14:15.527 | } 2025-04-16 19:14:15.527 | ' 2025-04-16 19:14:15.527 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 19:14:15.528 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-16 19:14:15.528 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-16 19:14:15.530 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-16 19:14:15.532 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2025-04-16 19:14:15.534 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 19:14:15.536 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2025-04-16 19:14:15.538 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2025-04-16 19:14:15.538 | BEGIN { group = "" } 2025-04-16 19:14:15.538 | /^\[\[.+\|.*\]\]/ { 2025-04-16 19:14:15.538 | gsub("[][]", "", $1); 2025-04-16 19:14:15.538 | split($1, a, "|"); 2025-04-16 19:14:15.538 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-16 19:14:15.538 | group=a[1] 2025-04-16 19:14:15.538 | } else { 2025-04-16 19:14:15.538 | group="" 2025-04-16 19:14:15.538 | } 2025-04-16 19:14:15.538 | next 2025-04-16 19:14:15.538 | } 2025-04-16 19:14:15.538 | { 2025-04-16 19:14:15.538 | if (group != "") 2025-04-16 19:14:15.538 | print $0 2025-04-16 19:14:15.538 | } 2025-04-16 19:14:15.538 | ' /opt/stack/devstack/local.conf 2025-04-16 19:14:15.544 | + 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 19:14:15.546 | + lib/nova:start_nova_compute:1027 : echo 'Skipping multi-cell conductor fleet setup' 2025-04-16 19:14:15.546 | Skipping multi-cell conductor fleet setup 2025-04-16 19:14:15.548 | + lib/nova:start_nova_compute:1039 : inidelete /etc/nova/nova-cpu.conf database connection 2025-04-16 19:14:15.566 | + lib/nova:start_nova_compute:1040 : inidelete /etc/nova/nova-cpu.conf api_database connection 2025-04-16 19:14:15.583 | + lib/nova:start_nova_compute:1045 : configure_console_compute 2025-04-16 19:14:15.585 | + lib/nova:configure_console_compute:672 : local offset 2025-04-16 19:14:15.587 | + lib/nova:configure_console_compute:673 : offset=0 2025-04-16 19:14:15.590 | + lib/nova:configure_console_compute:677 : local default_proxyclient_addr 2025-04-16 19:14:15.592 | ++ lib/nova:configure_console_compute:678 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2025-04-16 19:14:15.608 | + lib/nova:configure_console_compute:678 : default_proxyclient_addr=10.180.1.21 2025-04-16 19:14:15.610 | + lib/nova:configure_console_compute:682 : is_service_enabled n-cpu 2025-04-16 19:14:15.622 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:14:15.624 | + lib/nova:configure_console_compute:698 : is_service_enabled n-novnc 2025-04-16 19:14:15.637 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:14:15.639 | + lib/nova:configure_console_compute:698 : '[' False '!=' False ']' 2025-04-16 19:14:15.641 | + lib/nova:configure_console_compute:706 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2025-04-16 19:14:15.667 | + lib/nova:configure_console_compute:709 : is_service_enabled n-spice 2025-04-16 19:14:15.681 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:14:15.684 | + lib/nova:configure_console_compute:719 : is_service_enabled n-sproxy 2025-04-16 19:14:15.697 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:14:15.699 | + lib/nova:start_nova_compute:1049 : iniset /etc/nova/nova-cpu.conf DEFAULT reimage_timeout_per_gb 60 2025-04-16 19:14:15.724 | + lib/nova:start_nova_compute:1052 : '[' -n '' ']' 2025-04-16 19:14:15.727 | + lib/nova:start_nova_compute:1057 : [[ vsphere == \l\i\b\v\i\r\t ]] 2025-04-16 19:14:15.729 | + lib/nova:start_nova_compute:1061 : [[ vsphere = \l\i\b\v\i\r\t ]] 2025-04-16 19:14:15.731 | + lib/nova:start_nova_compute:1066 : [[ vsphere = \l\x\d ]] 2025-04-16 19:14:15.733 | + lib/nova:start_nova_compute:1068 : [[ vsphere = \d\o\c\k\e\r ]] 2025-04-16 19:14:15.735 | + lib/nova:start_nova_compute:1068 : [[ vsphere = \z\u\n ]] 2025-04-16 19:14:15.737 | + lib/nova:start_nova_compute:1070 : [[ vsphere = \f\a\k\e ]] 2025-04-16 19:14:15.739 | + lib/nova:start_nova_compute:1081 : is_service_enabled n-cpu 2025-04-16 19:14:15.753 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:14:15.755 | + 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 19:14:15.757 | + functions-common:run_process:1654 : local service=n-cpu 2025-04-16 19:14:15.759 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2025-04-16 19:14:15.761 | + functions-common:run_process:1656 : local group= 2025-04-16 19:14:15.763 | + functions-common:run_process:1657 : local user= 2025-04-16 19:14:15.765 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 19:14:15.767 | + functions-common:run_process:1660 : local name=n-cpu 2025-04-16 19:14:15.769 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 19:14:15.771 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 19:14:15.773 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:14:15.776 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:14:15.778 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:14:15.782 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830855780 2025-04-16 19:14:15.784 | + functions-common:run_process:1663 : is_service_enabled n-cpu 2025-04-16 19:14:15.799 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:14:15.802 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 19:14:15.804 | + functions-common:time_stop:2400 : local name 2025-04-16 19:14:15.806 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:14:15.808 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:14:15.811 | + functions-common:time_stop:2403 : local total 2025-04-16 19:14:15.813 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:14:15.815 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 19:14:15.817 | + functions-common:time_stop:2407 : start_time=1744830855780 2025-04-16 19:14:15.819 | + functions-common:time_stop:2409 : [[ -z 1744830855780 ]] 2025-04-16 19:14:15.822 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:14:15.826 | + functions-common:time_stop:2412 : end_time=1744830855823 2025-04-16 19:14:15.828 | + functions-common:time_stop:2413 : elapsed_time=43 2025-04-16 19:14:15.830 | + functions-common:time_stop:2414 : total=11951 2025-04-16 19:14:15.832 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:14:15.834 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11994 2025-04-16 19:14:15.836 | + 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 19:14:15.838 | + 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 19:14:15.840 | + lib/nova:start_nova:1188 : is_service_enabled n-api 2025-04-16 19:14:15.855 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:14:15.857 | + lib/nova:start_nova:1190 : echo 'Dumping cells_v2 mapping' 2025-04-16 19:14:15.857 | Dumping cells_v2 mapping 2025-04-16 19:14:15.859 | + lib/nova:start_nova:1191 : /opt/stack/data/venv/bin/nova-manage cell_v2 list_cells --verbose 2025-04-16 19:14:16.325 | 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 19:14:17.559 | INFO dbcounter [None req-2eab6a09-420c-4be2-9965-7848c79bf594 None None] Registered counter for database nova_api 2025-04-16 19:14:17.570 | DEBUG dbcounter [-] [60090] Writer thread running {{(pid=60090) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 19:14:17.595 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2025-04-16 19:14:17.595 | | Name | UUID | Transport URL | Database Connection | Disabled | 2025-04-16 19:14:17.595 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2025-04-16 19:14:17.595 | | 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 19:14:17.595 | | cell1 | 4b825d40-9940-47af-8eac-301fde280bd0 | 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 19:14:17.595 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2025-04-16 19:14:17.931 | + stack.sh:main:1344 : async_runfunc create_flavors 2025-04-16 19:14:17.933 | + inc/async:async_runfunc:116 : async_run create_flavors create_flavors 2025-04-16 19:14:17.983 | + inc/async:async_inner:63 : create_flavors 2025-04-16 19:14:18.012 | [3566 Async create_flavors:60157]: running: create_flavors 2025-04-16 19:14:18.014 | + stack.sh:main:1346 : is_service_enabled cinder 2025-04-16 19:14:18.028 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:14:18.031 | + stack.sh:main:1347 : echo_summary 'Starting Cinder' 2025-04-16 19:14:18.033 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 19:14:18.035 | + stack.sh:echo_summary:461 : echo -e Starting Cinder 2025-04-16 19:14:18.037 | + stack.sh:main:1348 : start_cinder 2025-04-16 19:14:18.039 | + lib/cinder:start_cinder:595 : local service_port=8776 2025-04-16 19:14:18.041 | + lib/cinder:start_cinder:596 : local service_protocol=http 2025-04-16 19:14:18.043 | + lib/cinder:start_cinder:597 : local cinder_url 2025-04-16 19:14:18.045 | + lib/cinder:start_cinder:598 : is_service_enabled tls-proxy 2025-04-16 19:14:18.060 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:14:18.062 | + lib/cinder:start_cinder:602 : '[' lioadm = tgtadm ']' 2025-04-16 19:14:18.064 | + 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 19:14:18.066 | + lib/cinder:start_cinder:618 : '[' True == False ']' 2025-04-16 19:14:18.069 | ++ lib/cinder:start_cinder:626 : which uwsgi 2025-04-16 19:14:18.072 | + 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 19:14:18.074 | + functions-common:run_process:1654 : local service=c-api 2025-04-16 19:14:18.076 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-16 19:14:18.079 | + functions-common:run_process:1656 : local group= 2025-04-16 19:14:18.081 | + functions-common:run_process:1657 : local user= 2025-04-16 19:14:18.083 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 19:14:18.085 | + functions-common:run_process:1660 : local name=c-api 2025-04-16 19:14:18.087 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 19:14:18.089 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 19:14:18.091 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:14:18.094 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:14:18.096 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:14:18.100 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830858097 2025-04-16 19:14:18.102 | + functions-common:run_process:1663 : is_service_enabled c-api 2025-04-16 19:14:18.115 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:14:18.117 | + 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 19:14:18.118 | + functions-common:_run_under_systemd:1611 : local service=c-api 2025-04-16 19:14:18.121 | + 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 19:14:18.122 | + 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 19:14:18.126 | + 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 19:14:18.126 | + 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 19:14:18.129 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2025-04-16 19:14:18.131 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2025-04-16 19:14:18.133 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-api.service 2025-04-16 19:14:18.135 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 19:14:18.138 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 19:14:18.140 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 19:14:18.142 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 19:14:18.144 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2025-04-16 19:14:18.146 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-16 19:14:18.148 | + 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 19:14:18.150 | + 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 19:14:18.152 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@c-api.service 2025-04-16 19:14:18.154 | + 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 19:14:18.156 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-16 19:14:18.157 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-16 19:14:18.159 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-16 19:14:18.161 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@c-api.service 2025-04-16 19:14:18.163 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-16 19:14:18.166 | + 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 19:14:18.214 | + 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 19:14:18.264 | + 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 19:14:18.306 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User stack 2025-04-16 19:14:18.347 | + 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 19:14:18.390 | + 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 19:14:18.430 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2025-04-16 19:14:18.470 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2025-04-16 19:14:18.512 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2025-04-16 19:14:18.552 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2025-04-16 19:14:18.594 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2025-04-16 19:14:18.635 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-16 19:14:18.637 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-16 19:14:18.639 | + 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 19:14:18.688 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-16 19:14:18.943 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-api.service 2025-04-16 19:14:18.952 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2025-04-16 19:14:19.196 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-api.service 2025-04-16 19:14:19.260 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 19:14:19.262 | + functions-common:time_stop:2400 : local name 2025-04-16 19:14:19.265 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:14:19.267 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:14:19.269 | + functions-common:time_stop:2403 : local total 2025-04-16 19:14:19.271 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:14:19.274 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 19:14:19.276 | + functions-common:time_stop:2407 : start_time=1744830858097 2025-04-16 19:14:19.278 | + functions-common:time_stop:2409 : [[ -z 1744830858097 ]] 2025-04-16 19:14:19.281 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:14:19.284 | + functions-common:time_stop:2412 : end_time=1744830859282 2025-04-16 19:14:19.286 | + functions-common:time_stop:2413 : elapsed_time=1185 2025-04-16 19:14:19.288 | + functions-common:time_stop:2414 : total=11994 2025-04-16 19:14:19.290 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:14:19.292 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=13179 2025-04-16 19:14:19.294 | + lib/cinder:start_cinder:627 : cinder_url=http://10.180.1.21/volume/v3 2025-04-16 19:14:19.296 | + lib/cinder:start_cinder:631 : echo 'Waiting for Cinder API to start...' 2025-04-16 19:14:19.297 | Waiting for Cinder API to start... 2025-04-16 19:14:19.299 | + lib/cinder:start_cinder:632 : wait_for_service 60 http://10.180.1.21/volume/v3 2025-04-16 19:14:19.301 | + functions:wait_for_service:468 : local timeout=60 2025-04-16 19:14:19.302 | + functions:wait_for_service:469 : local url=http://10.180.1.21/volume/v3 2025-04-16 19:14:19.304 | + functions:wait_for_service:470 : local rval=0 2025-04-16 19:14:19.307 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-16 19:14:19.309 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-16 19:14:19.311 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:14:19.313 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:14:19.317 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:14:19.320 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830859317 2025-04-16 19:14:19.322 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-16 19:14:19.325 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/volume/v3 2025-04-16 19:14:21.219 | + :: : [[ 401 == 503 ]] 2025-04-16 19:14:21.220 | + :: : [[ 0 -eq 7 ]] 2025-04-16 19:14:21.222 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-16 19:14:21.225 | + functions-common:time_stop:2400 : local name 2025-04-16 19:14:21.227 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:14:21.229 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:14:21.231 | + functions-common:time_stop:2403 : local total 2025-04-16 19:14:21.233 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:14:21.235 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-16 19:14:21.237 | + functions-common:time_stop:2407 : start_time=1744830859317 2025-04-16 19:14:21.239 | + functions-common:time_stop:2409 : [[ -z 1744830859317 ]] 2025-04-16 19:14:21.243 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:14:21.245 | + functions-common:time_stop:2412 : end_time=1744830861243 2025-04-16 19:14:21.247 | + functions-common:time_stop:2413 : elapsed_time=1926 2025-04-16 19:14:21.249 | + functions-common:time_stop:2414 : total=6082 2025-04-16 19:14:21.251 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:14:21.253 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8008 2025-04-16 19:14:21.255 | + functions:wait_for_service:478 : return 0 2025-04-16 19:14:21.257 | + 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 19:14:21.259 | + functions-common:run_process:1654 : local service=c-sch 2025-04-16 19:14:21.261 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-16 19:14:21.263 | + functions-common:run_process:1656 : local group= 2025-04-16 19:14:21.265 | + functions-common:run_process:1657 : local user= 2025-04-16 19:14:21.267 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 19:14:21.269 | + functions-common:run_process:1660 : local name=c-sch 2025-04-16 19:14:21.271 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 19:14:21.274 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 19:14:21.276 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:14:21.278 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:14:21.281 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:14:21.284 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830861282 2025-04-16 19:14:21.286 | + functions-common:run_process:1663 : is_service_enabled c-sch 2025-04-16 19:14:21.300 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:14:21.302 | + 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 19:14:21.304 | + functions-common:_run_under_systemd:1611 : local service=c-sch 2025-04-16 19:14:21.306 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-16 19:14:21.308 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-16 19:14:21.310 | + 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 19:14:21.312 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-16 19:14:21.314 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2025-04-16 19:14:21.316 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2025-04-16 19:14:21.318 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-sch.service 2025-04-16 19:14:21.320 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 19:14:21.322 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 19:14:21.324 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 19:14:21.326 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 19:14:21.328 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2025-04-16 19:14:21.330 | + 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 19:14:21.332 | + functions-common:write_user_unit_file:1518 : local service=devstack@c-sch.service 2025-04-16 19:14:21.334 | + 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 19:14:21.336 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 19:14:21.337 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 19:14:21.339 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 19:14:21.341 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 19:14:21.343 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 19:14:21.345 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2025-04-16 19:14:21.347 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 19:14:21.350 | + 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 19:14:21.399 | + 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 19:14:21.448 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User stack 2025-04-16 19:14:21.490 | + 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 19:14:21.531 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2025-04-16 19:14:21.572 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2025-04-16 19:14:21.614 | + 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 19:14:21.656 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 19:14:21.658 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 19:14:21.660 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2025-04-16 19:14:21.712 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 19:14:21.964 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-sch.service 2025-04-16 19:14:21.975 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2025-04-16 19:14:22.217 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-sch.service 2025-04-16 19:14:22.237 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 19:14:22.240 | + functions-common:time_stop:2400 : local name 2025-04-16 19:14:22.242 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:14:22.244 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:14:22.246 | + functions-common:time_stop:2403 : local total 2025-04-16 19:14:22.249 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:14:22.251 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 19:14:22.253 | + functions-common:time_stop:2407 : start_time=1744830861282 2025-04-16 19:14:22.255 | + functions-common:time_stop:2409 : [[ -z 1744830861282 ]] 2025-04-16 19:14:22.257 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:14:22.261 | + functions-common:time_stop:2412 : end_time=1744830862258 2025-04-16 19:14:22.263 | + functions-common:time_stop:2413 : elapsed_time=976 2025-04-16 19:14:22.265 | + functions-common:time_stop:2414 : total=13179 2025-04-16 19:14:22.267 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:14:22.269 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=14155 2025-04-16 19:14:22.271 | + lib/cinder:start_cinder:641 : malloc_tuning='MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 19:14:22.273 | + 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 19:14:22.276 | + functions-common:run_process:1654 : local service=c-bak 2025-04-16 19:14:22.277 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2025-04-16 19:14:22.279 | + functions-common:run_process:1656 : local group= 2025-04-16 19:14:22.281 | + functions-common:run_process:1657 : local user= 2025-04-16 19:14:22.284 | + functions-common:run_process:1658 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 19:14:22.286 | + functions-common:run_process:1660 : local name=c-bak 2025-04-16 19:14:22.288 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 19:14:22.291 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 19:14:22.293 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:14:22.295 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:14:22.298 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:14:22.301 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830862299 2025-04-16 19:14:22.303 | + functions-common:run_process:1663 : is_service_enabled c-bak 2025-04-16 19:14:22.318 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:14:22.319 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 19:14:22.322 | + functions-common:time_stop:2400 : local name 2025-04-16 19:14:22.324 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:14:22.326 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:14:22.327 | + functions-common:time_stop:2403 : local total 2025-04-16 19:14:22.329 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:14:22.332 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 19:14:22.334 | + functions-common:time_stop:2407 : start_time=1744830862299 2025-04-16 19:14:22.336 | + functions-common:time_stop:2409 : [[ -z 1744830862299 ]] 2025-04-16 19:14:22.339 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:14:22.342 | + functions-common:time_stop:2412 : end_time=1744830862340 2025-04-16 19:14:22.344 | + functions-common:time_stop:2413 : elapsed_time=41 2025-04-16 19:14:22.346 | + functions-common:time_stop:2414 : total=14155 2025-04-16 19:14:22.348 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:14:22.351 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=14196 2025-04-16 19:14:22.353 | + 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 19:14:22.354 | + functions-common:run_process:1654 : local service=c-vol 2025-04-16 19:14:22.357 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-16 19:14:22.359 | + functions-common:run_process:1656 : local group= 2025-04-16 19:14:22.361 | + functions-common:run_process:1657 : local user= 2025-04-16 19:14:22.363 | + functions-common:run_process:1658 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 19:14:22.365 | + functions-common:run_process:1660 : local name=c-vol 2025-04-16 19:14:22.367 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 19:14:22.369 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 19:14:22.371 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:14:22.373 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:14:22.376 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:14:22.379 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830862377 2025-04-16 19:14:22.381 | + functions-common:run_process:1663 : is_service_enabled c-vol 2025-04-16 19:14:22.395 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:14:22.398 | + 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 19:14:22.400 | + functions-common:_run_under_systemd:1611 : local service=c-vol 2025-04-16 19:14:22.402 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-16 19:14:22.404 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-16 19:14:22.406 | + 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 19:14:22.408 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-16 19:14:22.410 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ sudo ]] 2025-04-16 19:14:22.412 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2025-04-16 19:14:22.415 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-vol.service 2025-04-16 19:14:22.417 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 19:14:22.419 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 19:14:22.421 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 19:14:22.423 | + functions-common:_run_under_systemd:1623 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 19:14:22.425 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2025-04-16 19:14:22.427 | + 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 19:14:22.429 | + functions-common:write_user_unit_file:1518 : local service=devstack@c-vol.service 2025-04-16 19:14:22.431 | + 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 19:14:22.433 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 19:14:22.435 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 19:14:22.437 | + 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 19:14:22.439 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 19:14:22.440 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 19:14:22.442 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@c-vol.service 2025-04-16 19:14:22.444 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 19:14:22.448 | + 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 19:14:22.499 | + 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 19:14:22.551 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service User stack 2025-04-16 19:14:22.596 | + 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 19:14:22.641 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service KillMode process 2025-04-16 19:14:22.689 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service TimeoutStopSec 300 2025-04-16 19:14:22.746 | + 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 19:14:22.789 | + functions-common:write_user_unit_file:1537 : [[ -n MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144 ]] 2025-04-16 19:14:22.791 | + 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 19:14:22.844 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 19:14:22.847 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Install WantedBy multi-user.target 2025-04-16 19:14:22.910 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 19:14:23.189 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-vol.service 2025-04-16 19:14:23.199 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-vol.service → /etc/systemd/system/devstack@c-vol.service. 2025-04-16 19:14:23.455 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-vol.service 2025-04-16 19:14:23.484 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 19:14:23.486 | + functions-common:time_stop:2400 : local name 2025-04-16 19:14:23.488 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:14:23.490 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:14:23.492 | + functions-common:time_stop:2403 : local total 2025-04-16 19:14:23.494 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:14:23.496 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 19:14:23.498 | + functions-common:time_stop:2407 : start_time=1744830862377 2025-04-16 19:14:23.500 | + functions-common:time_stop:2409 : [[ -z 1744830862377 ]] 2025-04-16 19:14:23.503 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:14:23.506 | + functions-common:time_stop:2412 : end_time=1744830863504 2025-04-16 19:14:23.508 | + functions-common:time_stop:2413 : elapsed_time=1127 2025-04-16 19:14:23.510 | + functions-common:time_stop:2414 : total=14196 2025-04-16 19:14:23.513 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:14:23.515 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=15323 2025-04-16 19:14:23.517 | + stack.sh:main:1349 : create_volume_types 2025-04-16 19:14:23.519 | + lib/cinder:create_volume_types:678 : is_service_enabled c-api 2025-04-16 19:14:23.532 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:14:23.534 | + lib/cinder:create_volume_types:678 : [[ -n vmdk:vsphere ]] 2025-04-16 19:14:23.537 | + lib/cinder:create_volume_types:679 : local be be_name 2025-04-16 19:14:23.539 | + lib/cinder:create_volume_types:680 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-04-16 19:14:23.541 | + lib/cinder:create_volume_types:681 : be_name=vsphere 2025-04-16 19:14:23.543 | + lib/cinder:create_volume_types:682 : create_one_type vsphere volume_backend_name vsphere 2025-04-16 19:14:23.545 | + lib/cinder:create_one_type:659 : type_name=vsphere 2025-04-16 19:14:23.547 | + lib/cinder:create_one_type:660 : property_key=volume_backend_name 2025-04-16 19:14:23.549 | + lib/cinder:create_one_type:661 : property_value=vsphere 2025-04-16 19:14:23.551 | + lib/cinder:create_one_type:663 : is_service_enabled keystone 2025-04-16 19:14:23.565 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:14:23.568 | + lib/cinder:create_one_type:664 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=vsphere vsphere 2025-04-16 19:14:25.484 | +-------------+--------------------------------------+ 2025-04-16 19:14:25.484 | | Field | Value | 2025-04-16 19:14:25.484 | +-------------+--------------------------------------+ 2025-04-16 19:14:25.484 | | description | None | 2025-04-16 19:14:25.484 | | id | c41a640a-f877-4ed2-8600-f801f815ba6b | 2025-04-16 19:14:25.484 | | is_public | True | 2025-04-16 19:14:25.484 | | name | vsphere | 2025-04-16 19:14:25.484 | | properties | volume_backend_name='vsphere' | 2025-04-16 19:14:25.484 | +-------------+--------------------------------------+ 2025-04-16 19:14:25.635 | + lib/cinder:create_volume_types:685 : [[ False == \T\r\u\e ]] 2025-04-16 19:14:25.638 | + lib/cinder:create_volume_types:692 : [[ False == \T\r\u\e ]] 2025-04-16 19:14:25.640 | + stack.sh:main:1354 : [[ False == \T\r\u\e ]] 2025-04-16 19:14:25.642 | + stack.sh:main:1362 : is_service_enabled glance 2025-04-16 19:14:25.657 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:14:25.659 | + stack.sh:main:1363 : echo_summary 'Starting Glance' 2025-04-16 19:14:25.661 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 19:14:25.663 | + stack.sh:echo_summary:461 : echo -e Starting Glance 2025-04-16 19:14:25.665 | + stack.sh:main:1364 : start_glance 2025-04-16 19:14:25.668 | + lib/glance:start_glance:609 : local service_protocol=http 2025-04-16 19:14:25.670 | + lib/glance:start_glance:610 : is_service_enabled tls-proxy 2025-04-16 19:14:25.684 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:14:25.686 | + lib/glance:start_glance:616 : [[ False == False ]] 2025-04-16 19:14:25.689 | ++ lib/glance:start_glance:617 : which uwsgi 2025-04-16 19:14:25.693 | + 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 19:14:25.695 | + functions-common:run_process:1654 : local service=g-api 2025-04-16 19:14:25.697 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-16 19:14:25.699 | + functions-common:run_process:1656 : local group= 2025-04-16 19:14:25.701 | + functions-common:run_process:1657 : local user= 2025-04-16 19:14:25.703 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 19:14:25.705 | + functions-common:run_process:1660 : local name=g-api 2025-04-16 19:14:25.707 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 19:14:25.709 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 19:14:25.711 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:14:25.714 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:14:25.716 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:14:25.720 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830865717 2025-04-16 19:14:25.722 | + functions-common:run_process:1663 : is_service_enabled g-api 2025-04-16 19:14:25.736 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:14:25.739 | + 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 19:14:25.742 | + functions-common:_run_under_systemd:1611 : local service=g-api 2025-04-16 19:14:25.744 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-16 19:14:25.747 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-16 19:14:25.750 | + 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 19:14:25.751 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-16 19:14:25.754 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2025-04-16 19:14:25.756 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2025-04-16 19:14:25.758 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@g-api.service 2025-04-16 19:14:25.760 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 19:14:25.763 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 19:14:25.765 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 19:14:25.768 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 19:14:25.770 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2025-04-16 19:14:25.772 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-16 19:14:25.774 | + 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 19:14:25.777 | + 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 19:14:25.778 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@g-api.service 2025-04-16 19:14:25.780 | + 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 19:14:25.782 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-16 19:14:25.784 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-16 19:14:25.786 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-16 19:14:25.788 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@g-api.service 2025-04-16 19:14:25.790 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-16 19:14:25.793 | + 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 19:14:25.843 | + 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 19:14:25.893 | + 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 19:14:25.938 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User stack 2025-04-16 19:14:25.980 | + 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 19:14:26.024 | + 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 19:14:26.068 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2025-04-16 19:14:26.112 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2025-04-16 19:14:26.158 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2025-04-16 19:14:26.199 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2025-04-16 19:14:26.241 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2025-04-16 19:14:26.282 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-16 19:14:26.284 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-16 19:14:26.286 | + 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 19:14:26.339 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-16 19:14:26.595 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@g-api.service 2025-04-16 19:14:26.604 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2025-04-16 19:14:26.843 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@g-api.service 2025-04-16 19:14:26.894 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 19:14:26.896 | + functions-common:time_stop:2400 : local name 2025-04-16 19:14:26.898 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:14:26.901 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:14:26.903 | + functions-common:time_stop:2403 : local total 2025-04-16 19:14:26.905 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:14:26.907 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 19:14:26.909 | + functions-common:time_stop:2407 : start_time=1744830865717 2025-04-16 19:14:26.911 | + functions-common:time_stop:2409 : [[ -z 1744830865717 ]] 2025-04-16 19:14:26.914 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:14:26.917 | + functions-common:time_stop:2412 : end_time=1744830866915 2025-04-16 19:14:26.919 | + functions-common:time_stop:2413 : elapsed_time=1198 2025-04-16 19:14:26.922 | + functions-common:time_stop:2414 : total=15323 2025-04-16 19:14:26.924 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:14:26.926 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=16521 2025-04-16 19:14:26.928 | + lib/glance:start_glance:622 : is_service_enabled g-api-r 2025-04-16 19:14:26.943 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:14:26.945 | + lib/glance:start_glance:627 : echo 'Waiting for g-api (10.180.1.21) to start...' 2025-04-16 19:14:26.945 | Waiting for g-api (10.180.1.21) to start... 2025-04-16 19:14:26.947 | + lib/glance:start_glance:628 : wait_for_service 60 http://10.180.1.21/image 2025-04-16 19:14:26.949 | + functions:wait_for_service:468 : local timeout=60 2025-04-16 19:14:26.951 | + functions:wait_for_service:469 : local url=http://10.180.1.21/image 2025-04-16 19:14:26.953 | + functions:wait_for_service:470 : local rval=0 2025-04-16 19:14:26.955 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-16 19:14:26.957 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-16 19:14:26.959 | + functions-common:time_start:2387 : local start_time= 2025-04-16 19:14:26.962 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:14:26.965 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:14:26.968 | + functions-common:time_start:2391 : _TIME_START[$name]=1744830866965 2025-04-16 19:14:26.970 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-16 19:14:26.973 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/image 2025-04-16 19:14:28.895 | + :: : [[ 300 == 503 ]] 2025-04-16 19:14:28.896 | + :: : [[ 0 -eq 7 ]] 2025-04-16 19:14:28.899 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-16 19:14:28.901 | + functions-common:time_stop:2400 : local name 2025-04-16 19:14:28.903 | + functions-common:time_stop:2401 : local end_time 2025-04-16 19:14:28.906 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:14:28.908 | + functions-common:time_stop:2403 : local total 2025-04-16 19:14:28.910 | + functions-common:time_stop:2404 : local start_time 2025-04-16 19:14:28.912 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-16 19:14:28.914 | + functions-common:time_stop:2407 : start_time=1744830866965 2025-04-16 19:14:28.916 | + functions-common:time_stop:2409 : [[ -z 1744830866965 ]] 2025-04-16 19:14:28.918 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:14:28.922 | + functions-common:time_stop:2412 : end_time=1744830868920 2025-04-16 19:14:28.924 | + functions-common:time_stop:2413 : elapsed_time=1955 2025-04-16 19:14:28.926 | + functions-common:time_stop:2414 : total=8008 2025-04-16 19:14:28.928 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:14:28.930 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9963 2025-04-16 19:14:28.933 | + functions:wait_for_service:478 : return 0 2025-04-16 19:14:28.935 | + stack.sh:main:1378 : is_service_enabled mysql postgresql 2025-04-16 19:14:28.950 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:14:28.952 | + stack.sh:main:1378 : is_service_enabled glance 2025-04-16 19:14:28.968 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:14:28.969 | + stack.sh:main:1379 : echo_summary 'Uploading images' 2025-04-16 19:14:28.971 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 19:14:28.973 | + stack.sh:echo_summary:461 : echo -e Uploading images 2025-04-16 19:14:28.976 | + stack.sh:main:1381 : for image_url in ${IMAGE_URLS//,/ } 2025-04-16 19:14:28.978 | + 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 19:14:28.980 | + 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 19:14:28.981 | + functions:upload_image:134 : local image image_fname image_name 2025-04-16 19:14:28.983 | + functions:upload_image:136 : local max_attempts=5 2025-04-16 19:14:28.985 | + functions:upload_image:139 : mkdir -p /opt/stack/devstack/files/images 2025-04-16 19:14:28.989 | ++ 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 19:14:28.992 | + functions:upload_image:140 : image_fname='cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 19:14:28.994 | + 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 19:14:28.995 | + functions:upload_image:143 : [[ ! -f /opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk ]] 2025-04-16 19:14:28.998 | ++ functions:upload_image:144 : seq 5 2025-04-16 19:14:29.001 | + functions:upload_image:144 : for attempt in `seq $max_attempts` 2025-04-16 19:14:29.002 | + functions:upload_image:145 : local rc=0 2025-04-16 19:14:29.004 | + 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 19:14:29.008 | --2025-04-16 19:14:29-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk 2025-04-16 19:14:29.013 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2025-04-16 19:14:29.014 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2025-04-16 19:14:29.048 | HTTP request sent, awaiting response... 200 OK 2025-04-16 19:14:29.048 | Length: 21318656 (20M) [application/octet-stream] 2025-04-16 19:14:29.048 | Saving to: ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ 2025-04-16 19:14:29.079 | 2025-04-16 19:14:29.197 | 0K ........ ........ .... 100% 137M=0.1s 2025-04-16 19:14:29.197 | 2025-04-16 19:14:29.197 | 2025-04-16 19:14:29 (137 MB/s) - ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ saved [21318656/21318656] 2025-04-16 19:14:29.197 | 2025-04-16 19:14:29.199 | + functions:upload_image:147 : [[ 0 -ne 0 ]] 2025-04-16 19:14:29.201 | + functions:upload_image:155 : break 2025-04-16 19:14:29.203 | + functions:upload_image:159 : image='/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 19:14:29.205 | + functions:upload_image:173 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ openvz ]] 2025-04-16 19:14:29.207 | + functions:upload_image:180 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ \.vmdk ]] 2025-04-16 19:14:29.208 | + functions:upload_image:181 : image_name='cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-04-16 19:14:29.210 | + functions:upload_image:194 : local vmdk_disktype= 2025-04-16 19:14:29.212 | + functions:upload_image:195 : local vmdk_net_adapter=e1000 2025-04-16 19:14:29.214 | + functions:upload_image:196 : local path_len 2025-04-16 19:14:29.215 | + functions:upload_image:199 : local vmdk_adapter_type 2025-04-16 19:14:29.219 | ++ functions:upload_image:200 : grep -a -F -m 1 'ddb.adapterType =' '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 19:14:29.219 | ++ functions:upload_image:200 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 19:14:29.222 | + functions:upload_image:200 : vmdk_adapter_type='ddb.adapterType = "ide"' 2025-04-16 19:14:29.224 | + functions:upload_image:201 : vmdk_adapter_type='ide"' 2025-04-16 19:14:29.226 | + functions:upload_image:202 : vmdk_adapter_type=ide 2025-04-16 19:14:29.228 | + functions:upload_image:205 : local vmdk_create_type 2025-04-16 19:14:29.230 | ++ functions:upload_image:206 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 19:14:29.231 | ++ functions:upload_image:206 : grep -a -F -m 1 createType= '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 19:14:29.234 | + functions:upload_image:206 : vmdk_create_type='createType="streamOptimized"' 2025-04-16 19:14:29.236 | + functions:upload_image:207 : vmdk_create_type='streamOptimized"' 2025-04-16 19:14:29.238 | + functions:upload_image:208 : vmdk_create_type=streamOptimized 2025-04-16 19:14:29.240 | + functions:upload_image:211 : descriptor_data_pair_msg='Monolithic flat and VMFS disks should use a descriptor-data pair.' 2025-04-16 19:14:29.241 | + functions:upload_image:212 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\S\p\a\r\s\e ]] 2025-04-16 19:14:29.243 | + functions:upload_image:214 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\F\l\a\t ]] 2025-04-16 19:14:29.245 | + functions:upload_image:214 : [[ streamOptimized = \v\m\f\s ]] 2025-04-16 19:14:29.247 | + functions:upload_image:242 : [[ streamOptimized = \s\t\r\e\a\m\O\p\t\i\m\i\z\e\d ]] 2025-04-16 19:14:29.248 | + functions:upload_image:243 : vmdk_disktype=streamOptimized 2025-04-16 19:14:29.251 | ++ functions:upload_image:283 : echo 'cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-04-16 19:14:29.252 | ++ functions:upload_image:283 : grep -oP '(?<=-)(?!.*-).*[:;].*[:;].*$' 2025-04-16 19:14:29.255 | + functions:upload_image:283 : property_string='sparse;paraVirtual;vmxnet3' 2025-04-16 19:14:29.257 | + functions:upload_image:284 : IFS=':;' 2025-04-16 19:14:29.259 | + functions:upload_image:284 : read -a props 2025-04-16 19:14:29.261 | + functions:upload_image:285 : vmdk_disktype=sparse 2025-04-16 19:14:29.262 | + functions:upload_image:286 : vmdk_adapter_type=paraVirtual 2025-04-16 19:14:29.264 | + functions:upload_image:287 : vmdk_net_adapter=vmxnet3 2025-04-16 19:14:29.266 | + 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 19:14:29.268 | + functions:_upload_image:104 : local 'image_name=cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-04-16 19:14:29.270 | + functions:_upload_image:105 : shift 2025-04-16 19:14:29.271 | + functions:_upload_image:106 : local container=bare 2025-04-16 19:14:29.273 | + functions:_upload_image:107 : shift 2025-04-16 19:14:29.275 | + functions:_upload_image:108 : local disk=vmdk 2025-04-16 19:14:29.276 | + functions:_upload_image:109 : shift 2025-04-16 19:14:29.278 | + functions:_upload_image:110 : local 'image=/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 19:14:29.280 | + functions:_upload_image:111 : shift 2025-04-16 19:14:29.282 | + functions:_upload_image:112 : local properties 2025-04-16 19:14:29.283 | + functions:_upload_image:113 : local useimport 2025-04-16 19:14:29.286 | ++ functions:_upload_image:115 : _image_properties_to_arg vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2025-04-16 19:14:29.287 | ++ functions:_image_properties_to_arg:87 : local result= 2025-04-16 19:14:29.289 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-04-16 19:14:29.291 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_disktype=sparse' 2025-04-16 19:14:29.292 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-04-16 19:14:29.294 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_adaptertype=paraVirtual' 2025-04-16 19:14:29.296 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-04-16 19:14:29.298 | ++ functions:_image_properties_to_arg:89 : result+=' --property hw_vif_model=vmxnet3' 2025-04-16 19:14:29.300 | ++ functions:_image_properties_to_arg:91 : echo --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2025-04-16 19:14:29.302 | + functions:_upload_image:115 : properties='--property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3' 2025-04-16 19:14:29.303 | + functions:_upload_image:117 : [[ False == \T\r\u\e ]] 2025-04-16 19:14:29.305 | + 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 19:14:31.563 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-04-16 19:14:31.563 | | Field | Value | 2025-04-16 19:14:31.563 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-04-16 19:14:31.563 | | container_format | bare | 2025-04-16 19:14:31.563 | | created_at | 2025-04-16T19:14:30Z | 2025-04-16 19:14:31.563 | | disk_format | vmdk | 2025-04-16 19:14:31.563 | | file | /v2/images/1feed0b9-f929-4ce4-9c61-ef25290c6d99/file | 2025-04-16 19:14:31.563 | | id | 1feed0b9-f929-4ce4-9c61-ef25290c6d99 | 2025-04-16 19:14:31.563 | | min_disk | 0 | 2025-04-16 19:14:31.563 | | min_ram | 0 | 2025-04-16 19:14:31.563 | | name | cirros-d240228-sparse;paraVirtual;vmxnet3 | 2025-04-16 19:14:31.563 | | owner | 02796dfa696c46f98aba9ec6c16fb9fb | 2025-04-16 19:14:31.563 | | 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 19:14:31.563 | | protected | False | 2025-04-16 19:14:31.563 | | schema | /v2/schemas/image | 2025-04-16 19:14:31.563 | | status | queued | 2025-04-16 19:14:31.563 | | tags | | 2025-04-16 19:14:31.563 | | updated_at | 2025-04-16T19:14:30Z | 2025-04-16 19:14:31.563 | | visibility | public | 2025-04-16 19:14:31.563 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-04-16 19:14:31.693 | + functions:upload_image:291 : return 2025-04-16 19:14:31.695 | + stack.sh:main:1386 : async_wait create_flavors 2025-04-16 19:14:31.733 | [3566 Async create_flavors:60157]: Waiting for completion of create_flavors running on PID 60157 (2 other jobs running) 2025-04-16 19:14:31.752 | [3566 Async create_flavors:60157]: Signaling child to exit 2025-04-16 19:14:32.566 | + inc/async:async_inner:64 : rc=0 2025-04-16 19:14:32.587 | [60157 Async create_flavors:60157]: finished successfully 2025-04-16 19:14:32.604 | WAKEUP 2025-04-16 19:14:32.621 | [3566 Async create_flavors:60157]: Signaled 2025-04-16 19:14:32.622 | + lib/nova:create_flavors:1255 : is_service_enabled n-api 2025-04-16 19:14:32.622 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:14:32.622 | + lib/nova:create_flavors:1256 : openstack --os-region-name=RegionOne flavor list 2025-04-16 19:14:32.622 | + lib/nova:create_flavors:1256 : grep -q ds512M 2025-04-16 19:14:32.622 | + 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 19:14:32.622 | +----------------------------+-----------------------+ 2025-04-16 19:14:32.622 | | Field | Value | 2025-04-16 19:14:32.622 | +----------------------------+-----------------------+ 2025-04-16 19:14:32.622 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 19:14:32.622 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 19:14:32.622 | | description | None | 2025-04-16 19:14:32.622 | | disk | 1 | 2025-04-16 19:14:32.622 | | id | c1 | 2025-04-16 19:14:32.622 | | name | cirros256 | 2025-04-16 19:14:32.622 | | os-flavor-access:is_public | True | 2025-04-16 19:14:32.622 | | properties | hw_rng:allowed='True' | 2025-04-16 19:14:32.622 | | ram | 256 | 2025-04-16 19:14:32.622 | | rxtx_factor | 1.0 | 2025-04-16 19:14:32.622 | | swap | 0 | 2025-04-16 19:14:32.622 | | vcpus | 1 | 2025-04-16 19:14:32.622 | +----------------------------+-----------------------+ 2025-04-16 19:14:32.622 | + 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 19:14:32.622 | +----------------------------+-----------------------+ 2025-04-16 19:14:32.622 | | Field | Value | 2025-04-16 19:14:32.622 | +----------------------------+-----------------------+ 2025-04-16 19:14:32.622 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 19:14:32.622 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 19:14:32.622 | | description | None | 2025-04-16 19:14:32.622 | | disk | 5 | 2025-04-16 19:14:32.622 | | id | d1 | 2025-04-16 19:14:32.622 | | name | ds512M | 2025-04-16 19:14:32.622 | | os-flavor-access:is_public | True | 2025-04-16 19:14:32.622 | | properties | hw_rng:allowed='True' | 2025-04-16 19:14:32.622 | | ram | 512 | 2025-04-16 19:14:32.622 | | rxtx_factor | 1.0 | 2025-04-16 19:14:32.622 | | swap | 0 | 2025-04-16 19:14:32.622 | | vcpus | 1 | 2025-04-16 19:14:32.622 | +----------------------------+-----------------------+ 2025-04-16 19:14:32.622 | + 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 19:14:32.622 | +----------------------------+-----------------------+ 2025-04-16 19:14:32.622 | | Field | Value | 2025-04-16 19:14:32.622 | +----------------------------+-----------------------+ 2025-04-16 19:14:32.622 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 19:14:32.622 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 19:14:32.622 | | description | None | 2025-04-16 19:14:32.622 | | disk | 10 | 2025-04-16 19:14:32.622 | | id | d2 | 2025-04-16 19:14:32.622 | | name | ds1G | 2025-04-16 19:14:32.622 | | os-flavor-access:is_public | True | 2025-04-16 19:14:32.622 | | properties | hw_rng:allowed='True' | 2025-04-16 19:14:32.622 | | ram | 1024 | 2025-04-16 19:14:32.622 | | rxtx_factor | 1.0 | 2025-04-16 19:14:32.622 | | swap | 0 | 2025-04-16 19:14:32.622 | | vcpus | 1 | 2025-04-16 19:14:32.622 | +----------------------------+-----------------------+ 2025-04-16 19:14:32.622 | + 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 19:14:32.622 | +----------------------------+-----------------------+ 2025-04-16 19:14:32.622 | | Field | Value | 2025-04-16 19:14:32.623 | +----------------------------+-----------------------+ 2025-04-16 19:14:32.623 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 19:14:32.623 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 19:14:32.623 | | description | None | 2025-04-16 19:14:32.623 | | disk | 10 | 2025-04-16 19:14:32.623 | | id | d3 | 2025-04-16 19:14:32.623 | | name | ds2G | 2025-04-16 19:14:32.623 | | os-flavor-access:is_public | True | 2025-04-16 19:14:32.623 | | properties | hw_rng:allowed='True' | 2025-04-16 19:14:32.623 | | ram | 2048 | 2025-04-16 19:14:32.623 | | rxtx_factor | 1.0 | 2025-04-16 19:14:32.623 | | swap | 0 | 2025-04-16 19:14:32.623 | | vcpus | 2 | 2025-04-16 19:14:32.623 | +----------------------------+-----------------------+ 2025-04-16 19:14:32.623 | + 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 19:14:32.623 | +----------------------------+-----------------------+ 2025-04-16 19:14:32.623 | | Field | Value | 2025-04-16 19:14:32.623 | +----------------------------+-----------------------+ 2025-04-16 19:14:32.623 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 19:14:32.623 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 19:14:32.623 | | description | None | 2025-04-16 19:14:32.623 | | disk | 20 | 2025-04-16 19:14:32.623 | | id | d4 | 2025-04-16 19:14:32.623 | | name | ds4G | 2025-04-16 19:14:32.623 | | os-flavor-access:is_public | True | 2025-04-16 19:14:32.623 | | properties | hw_rng:allowed='True' | 2025-04-16 19:14:32.623 | | ram | 4096 | 2025-04-16 19:14:32.623 | | rxtx_factor | 1.0 | 2025-04-16 19:14:32.623 | | swap | 0 | 2025-04-16 19:14:32.623 | | vcpus | 4 | 2025-04-16 19:14:32.623 | +----------------------------+-----------------------+ 2025-04-16 19:14:32.623 | + lib/nova:create_flavors:1265 : grep -q m1.tiny 2025-04-16 19:14:32.623 | + lib/nova:create_flavors:1265 : openstack --os-region-name=RegionOne flavor list 2025-04-16 19:14:32.623 | + 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 19:14:32.623 | +----------------------------+-----------------------+ 2025-04-16 19:14:32.623 | | Field | Value | 2025-04-16 19:14:32.623 | +----------------------------+-----------------------+ 2025-04-16 19:14:32.623 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 19:14:32.623 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 19:14:32.623 | | description | None | 2025-04-16 19:14:32.623 | | disk | 1 | 2025-04-16 19:14:32.623 | | id | 1 | 2025-04-16 19:14:32.623 | | name | m1.tiny | 2025-04-16 19:14:32.623 | | os-flavor-access:is_public | True | 2025-04-16 19:14:32.623 | | properties | hw_rng:allowed='True' | 2025-04-16 19:14:32.623 | | ram | 512 | 2025-04-16 19:14:32.623 | | rxtx_factor | 1.0 | 2025-04-16 19:14:32.623 | | swap | 0 | 2025-04-16 19:14:32.623 | | vcpus | 1 | 2025-04-16 19:14:32.623 | +----------------------------+-----------------------+ 2025-04-16 19:14:32.623 | + 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 19:14:32.623 | +----------------------------+-----------------------+ 2025-04-16 19:14:32.623 | | Field | Value | 2025-04-16 19:14:32.623 | +----------------------------+-----------------------+ 2025-04-16 19:14:32.623 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 19:14:32.623 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 19:14:32.623 | | description | None | 2025-04-16 19:14:32.623 | | disk | 20 | 2025-04-16 19:14:32.623 | | id | 2 | 2025-04-16 19:14:32.623 | | name | m1.small | 2025-04-16 19:14:32.623 | | os-flavor-access:is_public | True | 2025-04-16 19:14:32.623 | | properties | hw_rng:allowed='True' | 2025-04-16 19:14:32.623 | | ram | 2048 | 2025-04-16 19:14:32.623 | | rxtx_factor | 1.0 | 2025-04-16 19:14:32.623 | | swap | 0 | 2025-04-16 19:14:32.623 | | vcpus | 1 | 2025-04-16 19:14:32.623 | +----------------------------+-----------------------+ 2025-04-16 19:14:32.623 | + 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 19:14:32.623 | +----------------------------+-----------------------+ 2025-04-16 19:14:32.623 | | Field | Value | 2025-04-16 19:14:32.623 | +----------------------------+-----------------------+ 2025-04-16 19:14:32.623 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 19:14:32.624 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 19:14:32.624 | | description | None | 2025-04-16 19:14:32.624 | | disk | 40 | 2025-04-16 19:14:32.624 | | id | 3 | 2025-04-16 19:14:32.624 | | name | m1.medium | 2025-04-16 19:14:32.624 | | os-flavor-access:is_public | True | 2025-04-16 19:14:32.624 | | properties | hw_rng:allowed='True' | 2025-04-16 19:14:32.624 | | ram | 4096 | 2025-04-16 19:14:32.624 | | rxtx_factor | 1.0 | 2025-04-16 19:14:32.624 | | swap | 0 | 2025-04-16 19:14:32.624 | | vcpus | 2 | 2025-04-16 19:14:32.624 | +----------------------------+-----------------------+ 2025-04-16 19:14:32.624 | + 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 19:14:32.624 | +----------------------------+-----------------------+ 2025-04-16 19:14:32.624 | | Field | Value | 2025-04-16 19:14:32.624 | +----------------------------+-----------------------+ 2025-04-16 19:14:32.624 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 19:14:32.624 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 19:14:32.624 | | description | None | 2025-04-16 19:14:32.624 | | disk | 80 | 2025-04-16 19:14:32.624 | | id | 4 | 2025-04-16 19:14:32.624 | | name | m1.large | 2025-04-16 19:14:32.624 | | os-flavor-access:is_public | True | 2025-04-16 19:14:32.624 | | properties | hw_rng:allowed='True' | 2025-04-16 19:14:32.624 | | ram | 8192 | 2025-04-16 19:14:32.624 | | rxtx_factor | 1.0 | 2025-04-16 19:14:32.624 | | swap | 0 | 2025-04-16 19:14:32.624 | | vcpus | 4 | 2025-04-16 19:14:32.624 | +----------------------------+-----------------------+ 2025-04-16 19:14:32.624 | + 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 19:14:32.624 | +----------------------------+-----------------------+ 2025-04-16 19:14:32.624 | | Field | Value | 2025-04-16 19:14:32.624 | +----------------------------+-----------------------+ 2025-04-16 19:14:32.624 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 19:14:32.624 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 19:14:32.624 | | description | None | 2025-04-16 19:14:32.624 | | disk | 160 | 2025-04-16 19:14:32.624 | | id | 5 | 2025-04-16 19:14:32.624 | | name | m1.xlarge | 2025-04-16 19:14:32.624 | | os-flavor-access:is_public | True | 2025-04-16 19:14:32.624 | | properties | hw_rng:allowed='True' | 2025-04-16 19:14:32.624 | | ram | 16384 | 2025-04-16 19:14:32.624 | | rxtx_factor | 1.0 | 2025-04-16 19:14:32.624 | | swap | 0 | 2025-04-16 19:14:32.624 | | vcpus | 8 | 2025-04-16 19:14:32.624 | +----------------------------+-----------------------+ 2025-04-16 19:14:32.655 | [3566 Async create_flavors:60157]: finished create_flavors with result 0 in 14 seconds 2025-04-16 19:14:32.658 | + inc/async:async_wait:197 : return 0 2025-04-16 19:14:32.660 | + stack.sh:main:1388 : is_service_enabled horizon 2025-04-16 19:14:32.673 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:14:32.675 | + stack.sh:main:1402 : is_service_enabled nova 2025-04-16 19:14:32.689 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:14:32.691 | + stack.sh:main:1402 : is_service_enabled keystone 2025-04-16 19:14:32.705 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:14:32.707 | + stack.sh:main:1403 : USERRC_PARAMS='-PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret' 2025-04-16 19:14:32.709 | + stack.sh:main:1405 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-04-16 19:14:32.711 | + stack.sh:main:1409 : /opt/stack/devstack/tools/create_userrc.sh -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2025-04-16 19:14:32.714 | + opt/stack/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2025-04-16 19:14:32.715 | ++ 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 19:14:32.717 | + opt/stack/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/opt/stack/devstack/accrc'\'' --os-password '\''nomoresecret'\'' --' 2025-04-16 19:14:32.718 | + 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 19:14:32.719 | ++ opt/stack/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /opt/stack/devstack/accrc --os-password nomoresecret -- 2025-04-16 19:14:32.721 | + opt/stack/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2025-04-16 19:14:32.722 | + opt/stack/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2025-04-16 19:14:32.723 | + opt/stack/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2025-04-16 19:14:32.724 | + opt/stack/devstack/tools/create_userrc.sh:main:92 : MODE= 2025-04-16 19:14:32.725 | + opt/stack/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2025-04-16 19:14:32.726 | + opt/stack/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2025-04-16 19:14:32.727 | + opt/stack/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2025-04-16 19:14:32.728 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 7 -gt 0 ']' 2025-04-16 19:14:32.729 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-16 19:14:32.730 | + opt/stack/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2025-04-16 19:14:32.731 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-16 19:14:32.732 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 6 -gt 0 ']' 2025-04-16 19:14:32.733 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-16 19:14:32.734 | + opt/stack/devstack/tools/create_userrc.sh:main:118 : MODE=all 2025-04-16 19:14:32.736 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-16 19:14:32.737 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2025-04-16 19:14:32.738 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-16 19:14:32.739 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/opt/stack/devstack/accrc 2025-04-16 19:14:32.740 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : shift 2025-04-16 19:14:32.741 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-16 19:14:32.742 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2025-04-16 19:14:32.743 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-16 19:14:32.744 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : export OS_PASSWORD=nomoresecret 2025-04-16 19:14:32.745 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : OS_PASSWORD=nomoresecret 2025-04-16 19:14:32.746 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : shift 2025-04-16 19:14:32.747 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-16 19:14:32.748 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2025-04-16 19:14:32.750 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-16 19:14:32.751 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : shift 2025-04-16 19:14:32.752 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : break 2025-04-16 19:14:32.753 | + opt/stack/devstack/tools/create_userrc.sh:main:129 : '[' -z nomoresecret ']' 2025-04-16 19:14:32.754 | + opt/stack/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2025-04-16 19:14:32.755 | + opt/stack/devstack/tools/create_userrc.sh:main:142 : '[' -z '' -a '' ']' 2025-04-16 19:14:32.756 | + opt/stack/devstack/tools/create_userrc.sh:main:146 : '[' -z '' -a -z '' ']' 2025-04-16 19:14:32.757 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : export OS_PROJECT_NAME=admin 2025-04-16 19:14:32.758 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : OS_PROJECT_NAME=admin 2025-04-16 19:14:32.759 | + opt/stack/devstack/tools/create_userrc.sh:main:150 : '[' -z '' ']' 2025-04-16 19:14:32.760 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : export OS_USERNAME=admin 2025-04-16 19:14:32.761 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : OS_USERNAME=admin 2025-04-16 19:14:32.762 | + opt/stack/devstack/tools/create_userrc.sh:main:154 : '[' -z '' ']' 2025-04-16 19:14:32.764 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : export OS_AUTH_URL=http://localhost:5000/v3/ 2025-04-16 19:14:32.765 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : OS_AUTH_URL=http://localhost:5000/v3/ 2025-04-16 19:14:32.766 | + opt/stack/devstack/tools/create_userrc.sh:main:158 : '[' -z '' -a -z '' ']' 2025-04-16 19:14:32.767 | + opt/stack/devstack/tools/create_userrc.sh:main:160 : OS_USER_DOMAIN_ID=default 2025-04-16 19:14:32.768 | + opt/stack/devstack/tools/create_userrc.sh:main:163 : '[' -z '' -a -z '' ']' 2025-04-16 19:14:32.769 | + opt/stack/devstack/tools/create_userrc.sh:main:165 : OS_PROJECT_DOMAIN_ID=default 2025-04-16 19:14:32.770 | + opt/stack/devstack/tools/create_userrc.sh:main:168 : USER_PASS=nomoresecret 2025-04-16 19:14:32.771 | + opt/stack/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2025-04-16 19:14:32.772 | + opt/stack/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2025-04-16 19:14:32.774 | + opt/stack/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2025-04-16 19:14:32.775 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2025-04-16 19:14:32.775 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep -v service 2025-04-16 19:14:32.775 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep ,True 2025-04-16 19:14:32.775 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : IFS=, 2025-04-16 19:14:32.776 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2025-04-16 19:14:33.605 | Failed to discover available identity versions when contacting http://localhost:5000/v3/. Attempting to parse version from URL. 2025-04-16 19:14:33.606 | 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 19:14:33.719 | + stack.sh:main:1414 : save_stackenv 2025-04-16 19:14:33.721 | + functions-common:save_stackenv:60 : local tag= 2025-04-16 19:14:33.725 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-04-16 19:14:33.728 | + functions-common:save_stackenv:62 : time_stamp=2025-04-16-191433 2025-04-16 19:14:33.731 | + functions-common:save_stackenv:63 : echo '# 2025-04-16-191433 ' 2025-04-16 19:14:33.732 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 19:14:33.734 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-16 19:14:33.736 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 19:14:33.738 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-04-16 19:14:33.740 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 19:14:33.742 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-04-16 19:14:33.744 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 19:14:33.746 | + 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 19:14:33.748 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 19:14:33.750 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-04-16 19:14:33.752 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 19:14:33.754 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-04-16 19:14:33.756 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 19:14:33.758 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-04-16-190653 2025-04-16 19:14:33.760 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 19:14:33.762 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-04-16 19:14:33.764 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 19:14:33.766 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-04-16 19:14:33.768 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 19:14:33.770 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-04-16 19:14:33.772 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 19:14:33.774 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-04-16 19:14:33.776 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 19:14:33.778 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-04-16 19:14:33.780 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 19:14:33.782 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-04-16 19:14:33.784 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 19:14:33.786 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-04-16 19:14:33.787 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 19:14:33.789 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-04-16 19:14:33.792 | + stack.sh:main:1425 : merge_config_group /opt/stack/devstack/local.conf extra 2025-04-16 19:14:33.794 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-16 19:14:33.796 | + inc/meta-config:merge_config_group:171 : shift 2025-04-16 19:14:33.798 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2025-04-16 19:14:33.800 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 19:14:33.802 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-16 19:14:33.804 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-16 19:14:33.807 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf extra 2025-04-16 19:14:33.809 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-16 19:14:33.811 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2025-04-16 19:14:33.814 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 19:14:33.816 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2025-04-16 19:14:33.816 | /^\[\[.+\|.*\]\]/ { 2025-04-16 19:14:33.816 | gsub("[][]", "", $1); 2025-04-16 19:14:33.816 | split($1, a, "|"); 2025-04-16 19:14:33.816 | if (a[1] == matchgroup) 2025-04-16 19:14:33.816 | print a[2] 2025-04-16 19:14:33.816 | } 2025-04-16 19:14:33.816 | ' /opt/stack/devstack/local.conf 2025-04-16 19:14:33.820 | + stack.sh:main:1432 : run_phase stack extra 2025-04-16 19:14:33.822 | + functions-common:run_phase:1828 : local mode=stack 2025-04-16 19:14:33.824 | + functions-common:run_phase:1829 : local phase=extra 2025-04-16 19:14:33.826 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-16 19:14:33.828 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-16 19:14:33.830 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-16 19:14:33.832 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-16 19:14:33.834 | + functions-common:run_phase:1838 : local extra 2025-04-16 19:14:33.837 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-16 19:14:33.840 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-16 19:14:33.843 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-16 19:14:33.845 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-16 19:14:33.847 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack extra 2025-04-16 19:14:33.849 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-16 19:14:33.862 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:14:33.864 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 19:14:33.866 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 19:14:33.868 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2025-04-16 19:14:33.869 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-16 19:14:33.871 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-16 19:14:33.873 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-04-16 19:14:33.875 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2025-04-16 19:14:33.877 | ++ extras.d/80-tempest.sh:source:15 : : 2025-04-16 19:14:33.879 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-16 19:14:33.881 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-16 19:14:33.884 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 19:14:33.886 | + 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 19:14:33.888 | + functions-common:run_phase:1855 : run_plugins stack extra 2025-04-16 19:14:33.890 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-16 19:14:33.892 | + functions-common:run_plugins:1815 : local phase=extra 2025-04-16 19:14:33.894 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-16 19:14:33.896 | + functions-common:run_plugins:1818 : local plugin 2025-04-16 19:14:33.898 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-16 19:14:33.900 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-16 19:14:33.902 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-16 19:14:33.904 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack extra 2025-04-16 19:14:33.906 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 19:14:33.908 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 19:14:33.911 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2025-04-16 19:14:33.913 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-16 19:14:33.915 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-16 19:14:33.917 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-04-16 19:14:33.919 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ extra == \e\x\t\r\a ]] 2025-04-16 19:14:33.920 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:17 : echo_summary 'Initializing Networking-NSX-T' 2025-04-16 19:14:33.923 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 19:14:33.925 | ++ stack.sh:echo_summary:461 : echo -e Initializing Networking-NSX-T 2025-04-16 19:14:33.927 | + stack.sh:main:1440 : merge_config_group /opt/stack/devstack/local.conf post-extra 2025-04-16 19:14:33.929 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-16 19:14:33.931 | + inc/meta-config:merge_config_group:171 : shift 2025-04-16 19:14:33.933 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2025-04-16 19:14:33.935 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 19:14:33.937 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-16 19:14:33.939 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-16 19:14:33.941 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-extra 2025-04-16 19:14:33.944 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-16 19:14:33.946 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2025-04-16 19:14:33.948 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 19:14:33.950 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2025-04-16 19:14:33.950 | /^\[\[.+\|.*\]\]/ { 2025-04-16 19:14:33.950 | gsub("[][]", "", $1); 2025-04-16 19:14:33.950 | split($1, a, "|"); 2025-04-16 19:14:33.950 | if (a[1] == matchgroup) 2025-04-16 19:14:33.950 | print a[2] 2025-04-16 19:14:33.950 | } 2025-04-16 19:14:33.950 | ' /opt/stack/devstack/local.conf 2025-04-16 19:14:33.955 | + stack.sh:main:1449 : is_service_enabled n-cpu 2025-04-16 19:14:33.969 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:14:33.971 | + stack.sh:main:1454 : service_check 2025-04-16 19:14:33.973 | + functions-common:service_check:1693 : local service 2025-04-16 19:14:33.975 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 19:14:33.977 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@key.service 2025-04-16 19:14:33.986 | Failed to get unit file state for devstack@key.service: No such file or directory 2025-04-16 19:14:33.989 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 19:14:33.991 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-api.service 2025-04-16 19:14:34.000 | enabled 2025-04-16 19:14:34.003 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-api.service --no-pager 2025-04-16 19:14:34.029 | ● devstack@n-api.service - Devstack devstack@n-api.service 2025-04-16 19:14:34.029 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2025-04-16 19:14:34.029 | Active: active (running) since Wed 2025-04-16 19:13:39 UTC; 54s ago 2025-04-16 19:14:34.029 | Main PID: 53535 (uwsgi) 2025-04-16 19:14:34.029 | Status: "uWSGI is ready" 2025-04-16 19:14:34.029 | Tasks: 3 (limit: 19126) 2025-04-16 19:14:34.029 | Memory: 226.2M 2025-04-16 19:14:34.029 | CPU: 6.170s 2025-04-16 19:14:34.029 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2025-04-16 19:14:34.029 | ├─53535 "nova-apiuWSGI master" 2025-04-16 19:14:34.029 | ├─53537 "nova-apiuWSGI worker 1" 2025-04-16 19:14:34.029 | └─53538 "nova-apiuWSGI worker 2" 2025-04-16 19:14:34.029 | 2025-04-16 19:14:34.029 | Apr 16 19:14:31 devstack devstack@n-api.service[53537]: [pid: 53537|app: 0|req: 17/32] 10.180.1.21 () {64 vars in 1332 bytes} [Wed Apr 16 19:14:31 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 (2 switches on core 0) 2025-04-16 19:14:34.029 | Apr 16 19:14:32 devstack devstack@n-api.service[53538]: DEBUG nova.api.openstack.wsgi [None req-4d9be823-ff76-4af4-b9e9-abee143326a9 admin admin] Calling method '>' {{(pid=53538) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:513}} 2025-04-16 19:14:34.029 | Apr 16 19:14:32 devstack devstack@n-api.service[53538]: INFO nova.api.openstack.requestlog [None req-4d9be823-ff76-4af4-b9e9-abee143326a9 admin admin] 10.180.1.21 "GET /compute/v2.1" status: 200 len: 388 microversion: 2.1 time: 0.000944 2025-04-16 19:14:34.029 | Apr 16 19:14:32 devstack devstack@n-api.service[53538]: [pid: 53538|app: 0|req: 16/33] 10.180.1.21 () {54 vars in 930 bytes} [Wed Apr 16 19:14:32 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 19:14:34.029 | Apr 16 19:14:32 devstack devstack@n-api.service[53537]: DEBUG nova.api.openstack.wsgi [None req-7ddb54f6-8bd1-44ff-999f-049654034657 admin admin] Action: 'create', calling method: >, body: {"flavor": {"disk": 160, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "name": "m1.xlarge", "vcpus": 8, "os-flavor-access:is_public": true, "id": "5", "swap": 0, "ram": 16384}} {{(pid=53537) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2025-04-16 19:14:34.029 | Apr 16 19:14:32 devstack devstack@n-api.service[53537]: INFO nova.api.openstack.requestlog [None req-7ddb54f6-8bd1-44ff-999f-049654034657 admin admin] 10.180.1.21 "POST /compute/v2.1/flavors" status: 200 len: 408 microversion: 2.61 time: 0.035558 2025-04-16 19:14:34.029 | Apr 16 19:14:32 devstack devstack@n-api.service[53537]: [pid: 53537|app: 0|req: 18/34] 10.180.1.21 () {64 vars in 1282 bytes} [Wed Apr 16 19:14:32 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 19:14:34.029 | Apr 16 19:14:32 devstack devstack@n-api.service[53538]: DEBUG nova.api.openstack.wsgi [None req-b40acd66-423a-4251-96a8-d5994b6d9a2d admin admin] Action: 'create', calling method: >, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=53538) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2025-04-16 19:14:34.029 | Apr 16 19:14:32 devstack devstack@n-api.service[53538]: INFO nova.api.openstack.requestlog [None req-b40acd66-423a-4251-96a8-d5994b6d9a2d admin admin] 10.180.1.21 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.61 time: 0.016559 2025-04-16 19:14:34.029 | Apr 16 19:14:32 devstack devstack@n-api.service[53538]: [pid: 53538|app: 0|req: 17/35] 10.180.1.21 () {64 vars in 1332 bytes} [Wed Apr 16 19:14:32 2025] POST /compute/v2.1/flavors/5/os-extra_specs => generated 43 bytes in 17 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2025-04-16 19:14:34.032 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 19:14:34.034 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-cond.service 2025-04-16 19:14:34.044 | enabled 2025-04-16 19:14:34.047 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-cond.service --no-pager 2025-04-16 19:14:34.059 | ● devstack@n-cond.service - Devstack devstack@n-cond.service 2025-04-16 19:14:34.059 | Loaded: loaded (/etc/systemd/system/devstack@n-cond.service; enabled; vendor preset: enabled) 2025-04-16 19:14:34.059 | Active: active (running) since Wed 2025-04-16 19:14:15 UTC; 18s ago 2025-04-16 19:14:34.059 | Main PID: 59686 (nova-conductor) 2025-04-16 19:14:34.059 | Tasks: 3 (limit: 19126) 2025-04-16 19:14:34.059 | Memory: 142.2M 2025-04-16 19:14:34.059 | CPU: 2.033s 2025-04-16 19:14:34.059 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond.service 2025-04-16 19:14:34.059 | ├─59686 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-04-16 19:14:34.059 | ├─60105 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-04-16 19:14:34.059 | └─60106 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-04-16 19:14:34.059 | 2025-04-16 19:14:34.059 | Apr 16 19:14:17 devstack nova-conductor[59686]: DEBUG oslo_service.service [None req-2b7c8ed3-c5e1-469d-90b3-ecac9c631ad8 None None] oslo_limit.version = None {{(pid=59686) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 19:14:34.059 | Apr 16 19:14:17 devstack nova-conductor[59686]: DEBUG oslo_service.service [None req-2b7c8ed3-c5e1-469d-90b3-ecac9c631ad8 None None] oslo_reports.file_event_handler = None {{(pid=59686) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 19:14:34.059 | Apr 16 19:14:17 devstack nova-conductor[59686]: DEBUG oslo_service.service [None req-2b7c8ed3-c5e1-469d-90b3-ecac9c631ad8 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=59686) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 19:14:34.059 | Apr 16 19:14:17 devstack nova-conductor[59686]: DEBUG oslo_service.service [None req-2b7c8ed3-c5e1-469d-90b3-ecac9c631ad8 None None] oslo_reports.log_dir = None {{(pid=59686) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 19:14:34.059 | Apr 16 19:14:17 devstack nova-conductor[59686]: DEBUG oslo_service.service [None req-2b7c8ed3-c5e1-469d-90b3-ecac9c631ad8 None None] ******************************************************************************** {{(pid=59686) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-04-16 19:14:34.059 | Apr 16 19:14:27 devstack nova-conductor[59686]: DEBUG dbcounter [-] [59686] Writing DB stats nova_api:SELECT=3 {{(pid=59686) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 19:14:34.059 | Apr 16 19:14:27 devstack nova-conductor[59686]: DEBUG dbcounter [-] [59686] Writing DB stats nova_cell1:SELECT=3 {{(pid=59686) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 19:14:34.059 | Apr 16 19:14:27 devstack nova-conductor[59686]: DEBUG dbcounter [-] [59686] Writing DB stats nova_cell0:SELECT=3 {{(pid=59686) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 19:14:34.059 | Apr 16 19:14:32 devstack nova-conductor[60105]: DEBUG dbcounter [-] [60105] Writing DB stats nova_cell1:SELECT=10,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=60105) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 19:14:34.059 | Apr 16 19:14:32 devstack nova-conductor[60106]: DEBUG dbcounter [-] [60106] Writing DB stats nova_cell1:SELECT=10,nova_cell1:INSERT=1 {{(pid=60106) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 19:14:34.062 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 19:14:34.064 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-sch.service 2025-04-16 19:14:34.073 | enabled 2025-04-16 19:14:34.076 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-sch.service --no-pager 2025-04-16 19:14:34.086 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2025-04-16 19:14:34.086 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2025-04-16 19:14:34.086 | Active: active (running) since Wed 2025-04-16 19:14:12 UTC; 21s ago 2025-04-16 19:14:34.086 | Main PID: 58382 (nova-scheduler) 2025-04-16 19:14:34.086 | Tasks: 3 (limit: 19126) 2025-04-16 19:14:34.086 | Memory: 142.4M 2025-04-16 19:14:34.086 | CPU: 2.082s 2025-04-16 19:14:34.086 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2025-04-16 19:14:34.086 | ├─58382 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-04-16 19:14:34.086 | ├─59455 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-04-16 19:14:34.086 | └─59457 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-04-16 19:14:34.086 | 2025-04-16 19:14:34.086 | Apr 16 19:14:14 devstack nova-scheduler[58382]: DEBUG oslo_service.service [None req-e0cb44cd-dee0-4ef0-be16-feda788072ee None None] oslo_limit.version = None {{(pid=58382) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 19:14:34.086 | Apr 16 19:14:14 devstack nova-scheduler[58382]: DEBUG oslo_service.service [None req-e0cb44cd-dee0-4ef0-be16-feda788072ee None None] oslo_reports.file_event_handler = None {{(pid=58382) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 19:14:34.086 | Apr 16 19:14:14 devstack nova-scheduler[58382]: DEBUG oslo_service.service [None req-e0cb44cd-dee0-4ef0-be16-feda788072ee None None] oslo_reports.file_event_handler_interval = 1 {{(pid=58382) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 19:14:34.086 | Apr 16 19:14:14 devstack nova-scheduler[58382]: DEBUG oslo_service.service [None req-e0cb44cd-dee0-4ef0-be16-feda788072ee None None] oslo_reports.log_dir = None {{(pid=58382) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 19:14:34.086 | Apr 16 19:14:14 devstack nova-scheduler[58382]: DEBUG oslo_service.service [None req-e0cb44cd-dee0-4ef0-be16-feda788072ee None None] ******************************************************************************** {{(pid=58382) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-04-16 19:14:34.086 | Apr 16 19:14:24 devstack nova-scheduler[58382]: DEBUG dbcounter [-] [58382] Writing DB stats nova_api:SELECT=7 {{(pid=58382) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 19:14:34.086 | Apr 16 19:14:24 devstack nova-scheduler[58382]: DEBUG dbcounter [-] [58382] Writing DB stats nova_cell1:SELECT=5 {{(pid=58382) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 19:14:34.086 | Apr 16 19:14:24 devstack nova-scheduler[58382]: DEBUG dbcounter [-] [58382] Writing DB stats nova_cell0:SELECT=3 {{(pid=58382) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 19:14:34.087 | Apr 16 19:14:29 devstack nova-scheduler[59455]: DEBUG dbcounter [-] [59455] Writing DB stats nova_cell1:SELECT=10,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=59455) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 19:14:34.087 | Apr 16 19:14:29 devstack nova-scheduler[59457]: DEBUG dbcounter [-] [59457] Writing DB stats nova_cell1:SELECT=10,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=59457) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 19:14:34.089 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 19:14:34.091 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-api-meta.service 2025-04-16 19:14:34.100 | enabled 2025-04-16 19:14:34.103 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-api-meta.service --no-pager 2025-04-16 19:14:34.114 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2025-04-16 19:14:34.114 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2025-04-16 19:14:34.114 | Active: active (running) since Wed 2025-04-16 19:14:14 UTC; 20s ago 2025-04-16 19:14:34.114 | Main PID: 58987 (uwsgi) 2025-04-16 19:14:34.114 | Status: "uWSGI is ready" 2025-04-16 19:14:34.114 | Tasks: 4 (limit: 19126) 2025-04-16 19:14:34.114 | Memory: 188.4M 2025-04-16 19:14:34.114 | CPU: 3.838s 2025-04-16 19:14:34.114 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2025-04-16 19:14:34.114 | ├─58987 "nova-api-metauWSGI master" 2025-04-16 19:14:34.114 | ├─58988 "nova-api-metauWSGI worker 1" 2025-04-16 19:14:34.114 | ├─58989 "nova-api-metauWSGI worker 2" 2025-04-16 19:14:34.114 | └─58990 "nova-api-metauWSGI http 1" 2025-04-16 19:14:34.114 | 2025-04-16 19:14:34.114 | Apr 16 19:14:15 devstack devstack@n-api-meta.service[58989]: INFO dbcounter [None req-548659c2-00ff-44a8-85ad-7fd5fa138344 None None] Registered counter for database nova_cell1 2025-04-16 19:14:34.114 | Apr 16 19:14:15 devstack devstack@n-api-meta.service[58989]: DEBUG oslo_db.sqlalchemy.engines [None req-548659c2-00ff-44a8-85ad-7fd5fa138344 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=58989) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 19:14:34.114 | Apr 16 19:14:15 devstack devstack@n-api-meta.service[58989]: DEBUG dbcounter [-] [58989] Writer thread running {{(pid=58989) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 19:14:34.114 | Apr 16 19:14:15 devstack devstack@n-api-meta.service[58988]: INFO dbcounter [None req-696fad90-b7b5-441e-843d-b92c98a2bf2b None None] Registered counter for database nova_cell1 2025-04-16 19:14:34.114 | Apr 16 19:14:15 devstack devstack@n-api-meta.service[58988]: DEBUG oslo_db.sqlalchemy.engines [None req-696fad90-b7b5-441e-843d-b92c98a2bf2b 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=58988) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 19:14:34.114 | Apr 16 19:14:15 devstack devstack@n-api-meta.service[58988]: DEBUG dbcounter [-] [58988] Writer thread running {{(pid=58988) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 19:14:34.114 | Apr 16 19:14:16 devstack devstack@n-api-meta.service[58989]: WARNING nova.api.metadata.handler [None req-548659c2-00ff-44a8-85ad-7fd5fa138344 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2025-04-16 19:14:34.114 | Apr 16 19:14:16 devstack devstack@n-api-meta.service[58989]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x61e7340ca100 pid: 58989 (default app) 2025-04-16 19:14:34.114 | Apr 16 19:14:16 devstack devstack@n-api-meta.service[58988]: WARNING nova.api.metadata.handler [None req-696fad90-b7b5-441e-843d-b92c98a2bf2b None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2025-04-16 19:14:34.114 | Apr 16 19:14:16 devstack devstack@n-api-meta.service[58988]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x61e7340ca100 pid: 58988 (default app) 2025-04-16 19:14:34.117 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 19:14:34.119 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@placement-api.service 2025-04-16 19:14:34.127 | enabled 2025-04-16 19:14:34.130 | + functions-common:service_check:1700 : sudo systemctl status devstack@placement-api.service --no-pager 2025-04-16 19:14:34.141 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2025-04-16 19:14:34.142 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2025-04-16 19:14:34.142 | Active: active (running) since Wed 2025-04-16 19:13:47 UTC; 46s ago 2025-04-16 19:14:34.142 | Main PID: 54930 (uwsgi) 2025-04-16 19:14:34.142 | Status: "uWSGI is ready" 2025-04-16 19:14:34.142 | Tasks: 5 (limit: 19126) 2025-04-16 19:14:34.142 | Memory: 136.7M 2025-04-16 19:14:34.142 | CPU: 2.428s 2025-04-16 19:14:34.142 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2025-04-16 19:14:34.142 | ├─54930 "placementuWSGI master" 2025-04-16 19:14:34.142 | ├─54931 "placementuWSGI worker 1" 2025-04-16 19:14:34.142 | └─54932 "placementuWSGI worker 2" 2025-04-16 19:14:34.142 | 2025-04-16 19:14:34.142 | Apr 16 19:13:49 devstack devstack@placement-api.service[54932]: DEBUG oslo_concurrency.lockutils [-] Releasing lock "resource_classes_sync" {{(pid=54932) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:333}} 2025-04-16 19:14:34.142 | Apr 16 19:13:49 devstack devstack@placement-api.service[54932]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x5b83cfa5bb70 pid: 54932 (default app) 2025-04-16 19:14:34.142 | Apr 16 19:13:58 devstack devstack@placement-api.service[54931]: DEBUG dbcounter [-] [54931] Writing DB stats placement:SELECT=5,placement:INSERT=2,placement:SET=1 {{(pid=54931) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 19:14:34.142 | Apr 16 19:13:59 devstack devstack@placement-api.service[54932]: DEBUG dbcounter [-] [54932] Writing DB stats placement:SELECT=7,placement:INSERT=1 {{(pid=54932) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 19:14:34.142 | Apr 16 19:14:14 devstack devstack@placement-api.service[54931]: DEBUG placement.requestlog [None req-08aa6f6c-e141-4f1f-9115-9efa6692dcb9 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=54931) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2025-04-16 19:14:34.142 | Apr 16 19:14:14 devstack devstack@placement-api.service[54931]: INFO placement.requestlog [None req-08aa6f6c-e141-4f1f-9115-9efa6692dcb9 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2025-04-16 19:14:34.142 | Apr 16 19:14:14 devstack devstack@placement-api.service[54931]: [pid: 54931|app: 0|req: 2/2] 10.180.1.21 () {54 vars in 917 bytes} [Wed Apr 16 19:14:14 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 19:14:34.142 | Apr 16 19:14:16 devstack devstack@placement-api.service[54932]: DEBUG placement.requestlog [None req-495f2932-2c07-45af-982b-e643000541a0 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=54932) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2025-04-16 19:14:34.142 | Apr 16 19:14:16 devstack devstack@placement-api.service[54932]: INFO placement.requestlog [None req-495f2932-2c07-45af-982b-e643000541a0 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2025-04-16 19:14:34.142 | Apr 16 19:14:16 devstack devstack@placement-api.service[54932]: [pid: 54932|app: 0|req: 1/3] 10.180.1.21 () {54 vars in 917 bytes} [Wed Apr 16 19:14:16 2025] GET /placement => generated 136 bytes in 8 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2025-04-16 19:14:34.145 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 19:14:34.147 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@placement-client.service 2025-04-16 19:14:34.154 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2025-04-16 19:14:34.157 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 19:14:34.159 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@g-api.service 2025-04-16 19:14:34.168 | enabled 2025-04-16 19:14:34.171 | + functions-common:service_check:1700 : sudo systemctl status devstack@g-api.service --no-pager 2025-04-16 19:14:34.182 | ● devstack@g-api.service - Devstack devstack@g-api.service 2025-04-16 19:14:34.182 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2025-04-16 19:14:34.182 | Active: active (running) since Wed 2025-04-16 19:14:26 UTC; 7s ago 2025-04-16 19:14:34.182 | Main PID: 62860 (uwsgi) 2025-04-16 19:14:34.182 | Status: "uWSGI is ready" 2025-04-16 19:14:34.182 | Tasks: 9 (limit: 19126) 2025-04-16 19:14:34.182 | Memory: 223.5M 2025-04-16 19:14:34.182 | CPU: 4.444s 2025-04-16 19:14:34.182 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2025-04-16 19:14:34.182 | ├─62860 "glance-apiuWSGI master" 2025-04-16 19:14:34.182 | ├─62861 "glance-apiuWSGI worker 1" 2025-04-16 19:14:34.182 | └─62862 "glance-apiuWSGI worker 2" 2025-04-16 19:14:34.182 | 2025-04-16 19:14:34.182 | Apr 16 19:14:30 devstack devstack@g-api.service[62861]: DEBUG glance.api.middleware.version_negotiation [None req-83aeff47-adfb-40a0-b89f-c07438cde762 None None] new path /v2/images/1feed0b9-f929-4ce4-9c61-ef25290c6d99/file {{(pid=62861) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} 2025-04-16 19:14:34.182 | Apr 16 19:14:31 devstack devstack@g-api.service[62861]: INFO dbcounter [None req-58f09b6a-8764-4d61-8a64-f755fa1dc696 admin admin] Registered counter for database glance 2025-04-16 19:14:34.182 | Apr 16 19:14:31 devstack devstack@g-api.service[62861]: DEBUG oslo_db.sqlalchemy.engines [None req-58f09b6a-8764-4d61-8a64-f755fa1dc696 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=62861) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 19:14:34.182 | Apr 16 19:14:31 devstack devstack@g-api.service[62861]: DEBUG dbcounter [-] [62861] Writer thread running {{(pid=62861) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 19:14:34.182 | Apr 16 19:14:31 devstack devstack@g-api.service[62861]: INFO glance.api.v2.image_data [None req-58f09b6a-8764-4d61-8a64-f755fa1dc696 admin admin] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2025-04-16 19:14:34.182 | Apr 16 19:14:31 devstack devstack@g-api.service[62861]: DEBUG glance.location [None req-58f09b6a-8764-4d61-8a64-f755fa1dc696 admin admin] Enabling in-flight format inspection for vmdk {{(pid=62861) set_data /opt/stack/glance/glance/location.py:592}} 2025-04-16 19:14:34.182 | Apr 16 19:14:31 devstack devstack@g-api.service[62861]: DEBUG glance_store._drivers.filesystem [None req-58f09b6a-8764-4d61-8a64-f755fa1dc696 admin admin] Wrote 21318656 bytes to /opt/stack/data/glance/images/1feed0b9-f929-4ce4-9c61-ef25290c6d99 with checksum 879b8eacf4b511d84bac79c7fe0e0d0a and multihash 7b454ad71f0f894fcc55e4d1f50ee446a570ffa34406e3026d1af22a43e4d61724db145f5ac4ee3c321289b7638b2a429cce605dfa25c96800748e00a61d3051 {{(pid=62861) add /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/_drivers/filesystem.py:773}} 2025-04-16 19:14:34.182 | Apr 16 19:14:31 devstack devstack@g-api.service[62861]: INFO glance.location [None req-58f09b6a-8764-4d61-8a64-f755fa1dc696 admin admin] Image format matched and virtual size computed: 117440512 2025-04-16 19:14:34.182 | Apr 16 19:14:31 devstack devstack@g-api.service[62861]: DEBUG glance_store.backend [None req-58f09b6a-8764-4d61-8a64-f755fa1dc696 admin admin] Skipping store.set_acls... not implemented. {{(pid=62861) set_acls /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:508}} 2025-04-16 19:14:34.182 | Apr 16 19:14:31 devstack devstack@g-api.service[62861]: [pid: 62861|app: 0|req: 3/4] 127.0.0.1 () {40 vars in 860 bytes} [Wed Apr 16 19:14:30 2025] PUT /v2/images/1feed0b9-f929-4ce4-9c61-ef25290c6d99/file => generated 0 bytes in 745 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) 2025-04-16 19:14:34.185 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 19:14:34.187 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-sch.service 2025-04-16 19:14:34.196 | enabled 2025-04-16 19:14:34.199 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-sch.service --no-pager 2025-04-16 19:14:34.210 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2025-04-16 19:14:34.210 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2025-04-16 19:14:34.210 | Active: active (running) since Wed 2025-04-16 19:14:22 UTC; 11s ago 2025-04-16 19:14:34.210 | Main PID: 61321 (cinder-schedule) 2025-04-16 19:14:34.210 | Tasks: 1 (limit: 19126) 2025-04-16 19:14:34.210 | Memory: 93.8M 2025-04-16 19:14:34.210 | CPU: 1.781s 2025-04-16 19:14:34.210 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2025-04-16 19:14:34.210 | └─61321 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2025-04-16 19:14:34.210 | 2025-04-16 19:14:34.210 | Apr 16 19:14:23 devstack cinder-scheduler[61321]: DEBUG oslo_service.service [None req-10c4667c-7271-4634-95dc-03c49f26684c None None] nova.token_auth_url = None {{(pid=61321) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 19:14:34.210 | Apr 16 19:14:23 devstack cinder-scheduler[61321]: DEBUG oslo_service.service [None req-10c4667c-7271-4634-95dc-03c49f26684c None None] ******************************************************************************** {{(pid=61321) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-04-16 19:14:34.210 | Apr 16 19:14:23 devstack cinder-scheduler[61321]: INFO cinder.service [-] Starting cinder-scheduler node (version 0.0.1) 2025-04-16 19:14:34.210 | Apr 16 19:14:23 devstack cinder-scheduler[61321]: INFO cinder.manager [None req-22762834-7d07-4d86-a4ed-7be93baf9e2e None None] Initiating service 1 cleanup 2025-04-16 19:14:34.210 | Apr 16 19:14:23 devstack cinder-scheduler[61321]: INFO cinder.manager [None req-22762834-7d07-4d86-a4ed-7be93baf9e2e None None] Service 1 cleanup completed. 2025-04-16 19:14:34.210 | Apr 16 19:14:23 devstack cinder-scheduler[61321]: DEBUG cinder.service [None req-22762834-7d07-4d86-a4ed-7be93baf9e2e None None] Creating RPC server for service cinder-scheduler {{(pid=61321) start /opt/stack/cinder/cinder/service.py:239}} 2025-04-16 19:14:34.210 | Apr 16 19:14:23 devstack cinder-scheduler[61321]: DEBUG cinder.service [None req-22762834-7d07-4d86-a4ed-7be93baf9e2e None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=61321) start /opt/stack/cinder/cinder/service.py:245}} 2025-04-16 19:14:34.210 | Apr 16 19:14:27 devstack cinder-scheduler[61321]: DEBUG cinder.scheduler.host_manager [None req-f4438dbd-0ff1-4450-8c5b-13ad63539282 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=61321) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:628}} 2025-04-16 19:14:34.210 | Apr 16 19:14:27 devstack cinder-scheduler[61321]: DEBUG cinder.scheduler.host_manager [None req-f4438dbd-0ff1-4450-8c5b-13ad63539282 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, 19, 14, 27, 661064)} {{(pid=61321) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:415}} 2025-04-16 19:14:34.210 | Apr 16 19:14:27 devstack cinder-scheduler[61321]: DEBUG cinder.utils [None req-f4438dbd-0ff1-4450-8c5b-13ad63539282 None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=61321) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:879}} 2025-04-16 19:14:34.213 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 19:14:34.215 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-api.service 2025-04-16 19:14:34.223 | enabled 2025-04-16 19:14:34.226 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-api.service --no-pager 2025-04-16 19:14:34.237 | ● devstack@c-api.service - Devstack devstack@c-api.service 2025-04-16 19:14:34.237 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2025-04-16 19:14:34.237 | Active: active (running) since Wed 2025-04-16 19:14:19 UTC; 14s ago 2025-04-16 19:14:34.237 | Main PID: 60783 (uwsgi) 2025-04-16 19:14:34.237 | Status: "uWSGI is ready" 2025-04-16 19:14:34.237 | Tasks: 7 (limit: 19126) 2025-04-16 19:14:34.237 | Memory: 213.5M 2025-04-16 19:14:34.237 | CPU: 4.706s 2025-04-16 19:14:34.237 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2025-04-16 19:14:34.237 | ├─60783 "cinder-apiuWSGI master" 2025-04-16 19:14:34.237 | ├─60784 "cinder-apiuWSGI worker 1" 2025-04-16 19:14:34.237 | └─60785 "cinder-apiuWSGI worker 2" 2025-04-16 19:14:34.237 | 2025-04-16 19:14:34.237 | Apr 16 19:14:25 devstack devstack@c-api.service[60784]: INFO cinder.api.openstack.wsgi [None req-9f820e5e-886b-4b2e-ae7e-1d3b091ce154 admin admin] http://10.180.1.21/volume/v3/02796dfa696c46f98aba9ec6c16fb9fb/types returned with HTTP 200 2025-04-16 19:14:34.237 | Apr 16 19:14:25 devstack devstack@c-api.service[60784]: [pid: 60784|app: 0|req: 1/2] 10.180.1.21 () {60 vars in 1236 bytes} [Wed Apr 16 19:14:24 2025] POST /volume/v3/02796dfa696c46f98aba9ec6c16fb9fb/types => generated 182 bytes in 494 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2025-04-16 19:14:34.237 | Apr 16 19:14:25 devstack devstack@c-api.service[60785]: DEBUG cinder.api.middleware.request_id [req-9f820e5e-886b-4b2e-ae7e-1d3b091ce154 req-042039c3-14eb-48b5-ab98-b1d8f3b8a1f8 None None] RequestId filter calling following filter/app {{(pid=60785) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} 2025-04-16 19:14:34.237 | Apr 16 19:14:25 devstack devstack@c-api.service[60785]: INFO cinder.api.openstack.wsgi [req-9f820e5e-886b-4b2e-ae7e-1d3b091ce154 req-042039c3-14eb-48b5-ab98-b1d8f3b8a1f8 admin admin] POST http://10.180.1.21/volume/v3/02796dfa696c46f98aba9ec6c16fb9fb/types/c41a640a-f877-4ed2-8600-f801f815ba6b/extra_specs 2025-04-16 19:14:34.237 | Apr 16 19:14:25 devstack devstack@c-api.service[60785]: DEBUG cinder.api.openstack.wsgi [req-9f820e5e-886b-4b2e-ae7e-1d3b091ce154 req-042039c3-14eb-48b5-ab98-b1d8f3b8a1f8 admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "vsphere"}} {{(pid=60785) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} 2025-04-16 19:14:34.237 | Apr 16 19:14:25 devstack devstack@c-api.service[60785]: /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 19:14:34.238 | Apr 16 19:14:25 devstack devstack@c-api.service[60785]: warnings.warn('Policy enforcement is depending on the value of ' 2025-04-16 19:14:34.238 | Apr 16 19:14:25 devstack devstack@c-api.service[60785]: DEBUG oslo_db.sqlalchemy.engines [req-9f820e5e-886b-4b2e-ae7e-1d3b091ce154 req-042039c3-14eb-48b5-ab98-b1d8f3b8a1f8 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=60785) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 19:14:34.238 | Apr 16 19:14:25 devstack devstack@c-api.service[60785]: INFO cinder.api.openstack.wsgi [req-9f820e5e-886b-4b2e-ae7e-1d3b091ce154 req-042039c3-14eb-48b5-ab98-b1d8f3b8a1f8 admin admin] http://10.180.1.21/volume/v3/02796dfa696c46f98aba9ec6c16fb9fb/types/c41a640a-f877-4ed2-8600-f801f815ba6b/extra_specs returned with HTTP 200 2025-04-16 19:14:34.238 | Apr 16 19:14:25 devstack devstack@c-api.service[60785]: [pid: 60785|app: 0|req: 2/3] 10.180.1.21 () {62 vars in 1454 bytes} [Wed Apr 16 19:14:25 2025] POST /volume/v3/02796dfa696c46f98aba9ec6c16fb9fb/types/c41a640a-f877-4ed2-8600-f801f815ba6b/extra_specs => generated 51 bytes in 428 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2025-04-16 19:14:34.240 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 19:14:34.242 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-vol.service 2025-04-16 19:14:34.251 | enabled 2025-04-16 19:14:34.254 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-vol.service --no-pager 2025-04-16 19:14:34.264 | ● devstack@c-vol.service - Devstack devstack@c-vol.service 2025-04-16 19:14:34.265 | Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled) 2025-04-16 19:14:34.265 | Active: active (running) since Wed 2025-04-16 19:14:23 UTC; 10s ago 2025-04-16 19:14:34.265 | Main PID: 62096 (cinder-volume) 2025-04-16 19:14:34.265 | Tasks: 3 (limit: 19126) 2025-04-16 19:14:34.265 | Memory: 242.8M 2025-04-16 19:14:34.265 | CPU: 4.225s 2025-04-16 19:14:34.265 | CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service 2025-04-16 19:14:34.265 | ├─62096 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2025-04-16 19:14:34.265 | └─62282 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2025-04-16 19:14:34.265 | 2025-04-16 19:14:34.265 | Apr 16 19:14:27 devstack cinder-volume[62282]: DEBUG cinder.image.image_utils [None req-f4438dbd-0ff1-4450-8c5b-13ad63539282 None None] Configuration image_conversion_dir is None or the path doesn't exist. {{(pid=62282) cleanup_temporary_file /opt/stack/cinder/cinder/image/image_utils.py:1242}} 2025-04-16 19:14:34.265 | Apr 16 19:14:27 devstack cinder-volume[62282]: INFO cinder.keymgr.migration [None req-6f49a883-9ef2-4d30-91f6-e8aa1af69da7 None None] Not migrating encryption keys because the ConfKeyManager is still in use. 2025-04-16 19:14:34.265 | Apr 16 19:14:27 devstack cinder-volume[62282]: DEBUG cinder.manager [None req-f4438dbd-0ff1-4450-8c5b-13ad63539282 None None] Notifying Schedulers of capabilities ... {{(pid=62282) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} 2025-04-16 19:14:34.265 | Apr 16 19:14:27 devstack cinder-volume[62282]: INFO cinder.volume.manager [None req-f4438dbd-0ff1-4450-8c5b-13ad63539282 None None] Driver initialization completed successfully. 2025-04-16 19:14:34.265 | Apr 16 19:14:27 devstack cinder-volume[62282]: INFO cinder.manager [None req-f4438dbd-0ff1-4450-8c5b-13ad63539282 None None] Initiating service 2 cleanup 2025-04-16 19:14:34.265 | Apr 16 19:14:27 devstack cinder-volume[62282]: INFO cinder.manager [None req-f4438dbd-0ff1-4450-8c5b-13ad63539282 None None] Service 2 cleanup completed. 2025-04-16 19:14:34.265 | Apr 16 19:14:27 devstack cinder-volume[62282]: DEBUG cinder.service [None req-f4438dbd-0ff1-4450-8c5b-13ad63539282 None None] Creating RPC server for service cinder-volume {{(pid=62282) start /opt/stack/cinder/cinder/service.py:239}} 2025-04-16 19:14:34.265 | Apr 16 19:14:27 devstack cinder-volume[62282]: DEBUG cinder.service [None req-f4438dbd-0ff1-4450-8c5b-13ad63539282 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=62282) start /opt/stack/cinder/cinder/service.py:245}} 2025-04-16 19:14:34.265 | Apr 16 19:14:27 devstack cinder-volume[62282]: INFO cinder.volume.manager [None req-f4438dbd-0ff1-4450-8c5b-13ad63539282 None None] Initializing RPC dependent components of volume driver VMwareVcVmdkDriver (3.4.4) 2025-04-16 19:14:34.265 | Apr 16 19:14:27 devstack cinder-volume[62282]: INFO cinder.volume.manager [None req-f4438dbd-0ff1-4450-8c5b-13ad63539282 None None] Driver post RPC initialization completed successfully. 2025-04-16 19:14:34.268 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 19:14:34.270 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@ovs-vswitchd.service 2025-04-16 19:14:34.278 | Failed to get unit file state for devstack@ovs-vswitchd.service: No such file or directory 2025-04-16 19:14:34.281 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 19:14:34.283 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@ovsdb-server.service 2025-04-16 19:14:34.291 | Failed to get unit file state for devstack@ovsdb-server.service: No such file or directory 2025-04-16 19:14:34.294 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 19:14:34.296 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-svc.service 2025-04-16 19:14:34.305 | enabled 2025-04-16 19:14:34.308 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-svc.service --no-pager 2025-04-16 19:14:34.319 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2025-04-16 19:14:34.319 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2025-04-16 19:14:34.319 | Active: active (running) since Wed 2025-04-16 19:13:43 UTC; 51s ago 2025-04-16 19:14:34.319 | Main PID: 54249 (/opt/stack/data) 2025-04-16 19:14:34.319 | Tasks: 5 (limit: 19126) 2025-04-16 19:14:34.319 | Memory: 364.6M 2025-04-16 19:14:34.319 | CPU: 10.138s 2025-04-16 19:14:34.319 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2025-04-16 19:14:34.319 | ├─54249 "/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 19:14:34.319 | ├─54352 "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 19:14:34.319 | ├─54353 "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 19:14:34.319 | ├─54354 "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 19:14:34.319 | └─54355 "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 19:14:34.319 | 2025-04-16 19:14:34.319 | Apr 16 19:14:19 devstack neutron-server[54355]: DEBUG dbcounter [-] [54355] Writing DB stats neutron:SELECT=238,neutron:UPDATE=4 {{(pid=54355) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 19:14:34.319 | Apr 16 19:14:20 devstack neutron-server[54353]: DEBUG dbcounter [-] [54353] Writing DB stats neutron:SELECT=604,neutron:INSERT=41,neutron:UPDATE=14,neutron:DELETE=4 {{(pid=54353) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 19:14:34.319 | Apr 16 19:14:20 devstack neutron-server[54353]: DEBUG dbcounter [-] [54353] Writing DB stats neutron:SELECT=594,neutron:INSERT=39,neutron:UPDATE=11,neutron:DELETE=6 {{(pid=54353) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 19:14:34.319 | Apr 16 19:14:21 devstack neutron-server[54352]: DEBUG dbcounter [-] [54352] Writing DB stats neutron:SELECT=4 {{(pid=54352) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 19:14:34.319 | Apr 16 19:14:21 devstack neutron-server[54352]: DEBUG dbcounter [-] [54352] Writing DB stats neutron:SELECT=5 {{(pid=54352) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 19:14:34.319 | Apr 16 19:14:22 devstack neutron-server[54354]: DEBUG neutron_lib.callbacks.manager [None req-e076930a-1427-40e4-9af8-108b83c26ead None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7777635681151', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-7661951'] for agent (0cc6a675-c4b7-409e-9e7d-4a36d010bbe7), after_update {{(pid=54354) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-16 19:14:34.319 | Apr 16 19:14:22 devstack neutron-server[54355]: DEBUG neutron.db.agents_db [None req-945fb178-b6df-4a0c-a712-1e17411b0ced None None] Agent healthcheck: found 4 active agents {{(pid=54355) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} 2025-04-16 19:14:34.319 | Apr 16 19:14:23 devstack neutron-server[54354]: DEBUG neutron_lib.callbacks.manager [None req-01cd0eab-379b-41c2-a6bf-230cae0f8109 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7777635681151', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-7661951'] for agent (90902f96-64fa-4dc7-b636-67cc80ad61af), after_update {{(pid=54354) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-16 19:14:34.319 | Apr 16 19:14:24 devstack neutron-server[54354]: DEBUG neutron_lib.callbacks.manager [None req-8d3b9fe5-dce4-4a16-a0e1-77278459cb61 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7777635681151', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-7661951'] for agent (e0f3ee9e-93fb-4da0-8e6c-5798c3e8d02a), after_update {{(pid=54354) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-16 19:14:34.319 | Apr 16 19:14:24 devstack neutron-server[54354]: DEBUG neutron_lib.callbacks.manager [None req-d34c92b9-13a8-470b-9325-cf7ccf5878b7 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7777635681151', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-7661951'] for agent (c09b6830-6e52-464a-84c5-8403ddffb9a5), after_update {{(pid=54354) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-16 19:14:34.322 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 19:14:34.324 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@rabbit.service 2025-04-16 19:14:34.332 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2025-04-16 19:14:34.335 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 19:14:34.338 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@tempest.service 2025-04-16 19:14:34.346 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2025-04-16 19:14:34.349 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 19:14:34.351 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@mysql.service 2025-04-16 19:14:34.359 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2025-04-16 19:14:34.362 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 19:14:34.365 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@etcd3.service 2025-04-16 19:14:34.373 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2025-04-16 19:14:34.376 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 19:14:34.378 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-agt.service 2025-04-16 19:14:34.387 | enabled 2025-04-16 19:14:34.390 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-agt.service --no-pager 2025-04-16 19:14:34.404 | ● devstack@q-agt.service - Devstack devstack@q-agt.service 2025-04-16 19:14:34.404 | Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled) 2025-04-16 19:14:34.404 | Active: active (running) since Wed 2025-04-16 19:13:49 UTC; 44s ago 2025-04-16 19:14:34.404 | Main PID: 55461 (neutron-openvsw) 2025-04-16 19:14:34.404 | Tasks: 4 (limit: 19126) 2025-04-16 19:14:34.404 | Memory: 153.2M 2025-04-16 19:14:34.404 | CPU: 3.767s 2025-04-16 19:14:34.404 | CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service 2025-04-16 19:14:34.404 | ├─55461 "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 19:14:34.404 | ├─57018 /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/tmpb4ydz800/privsep.sock 2025-04-16 19:14:34.404 | └─57021 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json 2025-04-16 19:14:34.404 | 2025-04-16 19:14:34.404 | Apr 16 19:14:32 devstack neutron-openvswitch-agent[55461]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-4553bfd0-7898-4fb4-a691-a4790ade4ba7 None None] Agent rpc_loop - iteration:18 started 2025-04-16 19:14:34.404 | Apr 16 19:14:32 devstack neutron-openvswitch-agent[55461]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-4553bfd0-7898-4fb4-a691-a4790ade4ba7 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x992dbfff,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=16859300837587582830,duration_nsec=231000000,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=55461) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2025-04-16 19:14:34.404 | Apr 16 19:14:32 devstack neutron-openvswitch-agent[55461]: DEBUG neutron.agent.linux.utils [None req-4553bfd0-7898-4fb4-a691-a4790ade4ba7 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 57021. {{(pid=55461) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2025-04-16 19:14:34.404 | Apr 16 19:14:32 devstack neutron-openvswitch-agent[55461]: DEBUG neutron.agent.common.ovsdb_monitor [None req-4553bfd0-7898-4fb4-a691-a4790ade4ba7 None None] Current size of new_events: added=0 modified=0 removed=0. New events: {'added': [], 'removed': [], 'modified': []} {{(pid=55461) process_events /opt/stack/neutron/neutron/agent/common/ovsdb_monitor.py:147}} 2025-04-16 19:14:34.404 | Apr 16 19:14:32 devstack neutron-openvswitch-agent[55461]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-4553bfd0-7898-4fb4-a691-a4790ade4ba7 None None] Agent rpc_loop - iteration:18 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.003 2025-04-16 19:14:34.404 | Apr 16 19:14:34 devstack neutron-openvswitch-agent[55461]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-4553bfd0-7898-4fb4-a691-a4790ade4ba7 None None] Agent rpc_loop - iteration:19 started 2025-04-16 19:14:34.404 | Apr 16 19:14:34 devstack neutron-openvswitch-agent[55461]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-4553bfd0-7898-4fb4-a691-a4790ade4ba7 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x992dc001,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=16859300837587582830,duration_nsec=232000000,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=55461) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2025-04-16 19:14:34.404 | Apr 16 19:14:34 devstack neutron-openvswitch-agent[55461]: DEBUG neutron.agent.linux.utils [None req-4553bfd0-7898-4fb4-a691-a4790ade4ba7 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 57021. {{(pid=55461) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2025-04-16 19:14:34.404 | Apr 16 19:14:34 devstack neutron-openvswitch-agent[55461]: DEBUG neutron.agent.common.ovsdb_monitor [None req-4553bfd0-7898-4fb4-a691-a4790ade4ba7 None None] Current size of new_events: added=0 modified=0 removed=0. New events: {'added': [], 'removed': [], 'modified': []} {{(pid=55461) process_events /opt/stack/neutron/neutron/agent/common/ovsdb_monitor.py:147}} 2025-04-16 19:14:34.404 | Apr 16 19:14:34 devstack neutron-openvswitch-agent[55461]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-4553bfd0-7898-4fb4-a691-a4790ade4ba7 None None] Agent rpc_loop - iteration:19 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2025-04-16 19:14:34.408 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 19:14:34.410 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-dhcp.service 2025-04-16 19:14:34.419 | enabled 2025-04-16 19:14:34.422 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-dhcp.service --no-pager 2025-04-16 19:14:34.434 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service 2025-04-16 19:14:34.434 | Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled) 2025-04-16 19:14:34.434 | Active: active (running) since Wed 2025-04-16 19:13:50 UTC; 43s ago 2025-04-16 19:14:34.434 | Main PID: 55906 (neutron-dhcp-ag) 2025-04-16 19:14:34.434 | Tasks: 13 (limit: 19126) 2025-04-16 19:14:34.434 | Memory: 400.1M 2025-04-16 19:14:34.434 | CPU: 8.586s 2025-04-16 19:14:34.434 | CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service 2025-04-16 19:14:34.434 | ├─55906 "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 19:14:34.434 | ├─57261 /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/tmp3yv3fhlc/privsep.sock 2025-04-16 19:14:34.434 | ├─57301 /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/tmpi5bgdqgx/privsep.sock 2025-04-16 19:14:34.434 | ├─57362 /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/tmpr9tm_qqc/privsep.sock 2025-04-16 19:14:34.434 | ├─57480 sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-16 19:14:34.434 | ├─57481 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-16 19:14:34.434 | └─57493 dnsmasq --no-hosts --no-resolv --pid-file=/opt/stack/data/neutron/dhcp/6d7ba041-9393-4b44-b989-a4255b858630/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/6d7ba041-9393-4b44-b989-a4255b858630/host --addn-hosts=/opt/stack/data/neutron/dhcp/6d7ba041-9393-4b44-b989-a4255b858630/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/6d7ba041-9393-4b44-b989-a4255b858630/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/6d7ba041-9393-4b44-b989-a4255b858630/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-444bbe2d-3f4a-4de2-92ec-2c5a71a4748a,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 19:14:34.434 | 2025-04-16 19:14:34.434 | Apr 16 19:14:06 devstack neutron-dhcp-agent[55906]: INFO neutron.agent.dhcp.agent [None req-e33a879e-8185-493a-88e2-33d6f16a4885 None None] DHCP configuration for ports {'57e4dce4-85ad-4a83-9868-5c563d7da12f'} is completed 2025-04-16 19:14:34.434 | Apr 16 19:14:08 devstack neutron-dhcp-agent[55906]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _network_create called with arguments ({'network': {'id': 'fb7b0e01-7830-4ebb-85f7-c902304b43de'}, 'priority': 0},) {} {{(pid=55906) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2025-04-16 19:14:34.434 | Apr 16 19:14:08 devstack neutron-dhcp-agent[55906]: DEBUG oslo_concurrency.lockutils [None req-1b6faa6a-e4f4-4fc6-a253-dd6f4436cffd None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=55906) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:404}} 2025-04-16 19:14:34.434 | Apr 16 19:14:08 devstack neutron-dhcp-agent[55906]: DEBUG oslo_concurrency.lockutils [None req-1b6faa6a-e4f4-4fc6-a253-dd6f4436cffd None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=55906) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:409}} 2025-04-16 19:14:34.434 | Apr 16 19:14:08 devstack neutron-dhcp-agent[55906]: DEBUG oslo_concurrency.lockutils [None req-1b6faa6a-e4f4-4fc6-a253-dd6f4436cffd None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=55906) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:423}} 2025-04-16 19:14:34.434 | Apr 16 19:14:08 devstack neutron-dhcp-agent[55906]: DEBUG neutron.agent.dhcp.agent [None req-1b6faa6a-e4f4-4fc6-a253-dd6f4436cffd None None] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _subnet_update called with arguments ({'subnet': {'id': 'aa4bf107-21f1-44f4-98c6-30a9113cad48', 'name': 'public-subnet', 'tenant_id': '02796dfa696c46f98aba9ec6c16fb9fb', 'network_id': 'fb7b0e01-7830-4ebb-85f7-c902304b43de', '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-16T19:14:08Z', 'updated_at': '2025-04-16T19:14:08Z', 'revision_number': 0, 'project_id': '02796dfa696c46f98aba9ec6c16fb9fb', 'network': {'id': 'fb7b0e01-7830-4ebb-85f7-c902304b43de', 'name': 'public', 'tenant_id': '02796dfa696c46f98aba9ec6c16fb9fb', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': ['aa4bf107-21f1-44f4-98c6-30a9113cad48'], '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-16T19:14:04Z', 'updated_at': '2025-04-16T19:14:08Z', 'revision_number': 2, 'project_id': '02796dfa696c46f98aba9ec6c16fb9fb', 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 1001}}, 'priority': 3},) {} {{(pid=55906) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2025-04-16 19:14:34.434 | Apr 16 19:14:08 devstack neutron-dhcp-agent[55906]: DEBUG oslo_concurrency.lockutils [None req-7424aedc-9ae1-498f-8e1f-9fc2a31c606d None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=55906) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:404}} 2025-04-16 19:14:34.434 | Apr 16 19:14:08 devstack neutron-dhcp-agent[55906]: DEBUG oslo_concurrency.lockutils [None req-7424aedc-9ae1-498f-8e1f-9fc2a31c606d None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=55906) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:409}} 2025-04-16 19:14:34.434 | Apr 16 19:14:08 devstack neutron-dhcp-agent[55906]: DEBUG oslo_concurrency.lockutils [None req-7424aedc-9ae1-498f-8e1f-9fc2a31c606d None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=55906) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:423}} 2025-04-16 19:14:34.434 | Apr 16 19:14:09 devstack neutron-dhcp-agent[55906]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_create called with arguments (,) {} {{(pid=55906) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2025-04-16 19:14:34.437 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 19:14:34.439 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-l3.service 2025-04-16 19:14:34.448 | enabled 2025-04-16 19:14:34.451 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-l3.service --no-pager 2025-04-16 19:14:34.463 | ● devstack@q-l3.service - Devstack devstack@q-l3.service 2025-04-16 19:14:34.463 | Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled) 2025-04-16 19:14:34.463 | Active: active (running) since Wed 2025-04-16 19:13:51 UTC; 42s ago 2025-04-16 19:14:34.463 | Main PID: 56364 (neutron-l3-agen) 2025-04-16 19:14:34.463 | Tasks: 22 (limit: 19126) 2025-04-16 19:14:34.463 | Memory: 405.3M 2025-04-16 19:14:34.463 | CPU: 8.550s 2025-04-16 19:14:34.463 | CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service 2025-04-16 19:14:34.463 | ├─56364 "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 19:14:34.463 | ├─57124 /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/tmps3vjpsiv/privsep.sock 2025-04-16 19:14:34.463 | ├─57672 /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/tmp30mm2qm6/privsep.sock 2025-04-16 19:14:34.463 | ├─57685 /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/tmp8gybjll4/privsep.sock 2025-04-16 19:14:34.463 | ├─58048 sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-16 19:14:34.463 | ├─58057 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-16 19:14:34.463 | └─58278 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/7abf3c09-8c23-40e0-8006-5f5d3dbe4ffe.conf 2025-04-16 19:14:34.463 | 2025-04-16 19:14:34.463 | Apr 16 19:14:14 devstack neutron-l3-agent[56364]: DEBUG oslo.privsep.daemon [-] privsep: reply[709880bd-5dd0-495e-a072-9c85d7559136]: (4, ('ARPING 10.180.180.155 from 10.180.180.155 qg-90ee3d44-16\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57672) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 19:14:34.463 | Apr 16 19:14:15 devstack neutron-l3-agent[56364]: DEBUG oslo.privsep.daemon [-] privsep: reply[d43d71cf-ec14-4d38-b1f8-81fc1bc7ca32]: (4, ('ARPING 10.180.180.155 from 10.180.180.155 qg-90ee3d44-16\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57672) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 19:14:34.463 | Apr 16 19:14:16 devstack neutron-l3-agent[56364]: DEBUG oslo.privsep.daemon [-] privsep: reply[f60bfd59-9628-4f05-b437-5c6e18b53445]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-57e4dce4-85\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57672) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 19:14:34.463 | Apr 16 19:14:17 devstack neutron-l3-agent[56364]: DEBUG oslo.privsep.daemon [-] privsep: reply[7ceb4c18-a8a6-47df-be2d-aa9487db72c4]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-57e4dce4-85\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57672) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 19:14:34.463 | Apr 16 19:14:18 devstack neutron-l3-agent[56364]: DEBUG oslo.privsep.daemon [-] privsep: reply[e733e568-0d24-4e70-adf9-523cf4c00237]: (4, ('ARPING 10.180.180.155 from 10.180.180.155 qg-90ee3d44-16\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57672) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 19:14:34.463 | Apr 16 19:14:19 devstack neutron-l3-agent[56364]: DEBUG oslo.privsep.daemon [-] privsep: reply[de22351d-7ea9-48d3-a77f-d8f01fb02519]: (4, ('ARPING 10.180.180.155 from 10.180.180.155 qg-90ee3d44-16\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57672) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 19:14:34.463 | Apr 16 19:14:20 devstack neutron-l3-agent[56364]: DEBUG oslo.privsep.daemon [-] privsep: reply[2c24c341-a7ff-434c-b911-f3fd64ef9903]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-57e4dce4-85\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57672) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 19:14:34.463 | Apr 16 19:14:21 devstack neutron-l3-agent[56364]: DEBUG oslo.privsep.daemon [-] privsep: reply[d4222dab-b0d3-4f77-bef1-c032af57e58f]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-57e4dce4-85\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57672) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 19:14:34.463 | Apr 16 19:14:22 devstack neutron-l3-agent[56364]: DEBUG oslo.privsep.daemon [-] privsep: reply[9e534a57-203c-4c73-99f1-6b5f3f721c58]: (4, ('ARPING 10.180.180.155 from 10.180.180.155 qg-90ee3d44-16\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57672) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 19:14:34.463 | Apr 16 19:14:23 devstack neutron-l3-agent[56364]: DEBUG oslo.privsep.daemon [-] privsep: reply[c3cf1806-27fa-46fe-804a-5a8d93b0c0e8]: (4, ('ARPING 10.180.180.155 from 10.180.180.155 qg-90ee3d44-16\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57672) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 19:14:34.466 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 19:14:34.468 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-meta.service 2025-04-16 19:14:34.477 | enabled 2025-04-16 19:14:34.480 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-meta.service --no-pager 2025-04-16 19:14:34.491 | ● devstack@q-meta.service - Devstack devstack@q-meta.service 2025-04-16 19:14:34.491 | Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled) 2025-04-16 19:14:34.491 | Active: active (running) since Wed 2025-04-16 19:13:52 UTC; 41s ago 2025-04-16 19:14:34.491 | Main PID: 56807 (neutron-metadat) 2025-04-16 19:14:34.491 | Tasks: 3 (limit: 19126) 2025-04-16 19:14:34.491 | Memory: 117.3M 2025-04-16 19:14:34.491 | CPU: 1.922s 2025-04-16 19:14:34.491 | CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service 2025-04-16 19:14:34.491 | ├─56807 "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 19:14:34.491 | ├─57015 "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 19:14:34.491 | └─57016 "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 19:14:34.491 | 2025-04-16 19:14:34.491 | Apr 16 19:13:54 devstack neutron-metadata-agent[56807]: DEBUG oslo_service.service [None req-d34c92b9-13a8-470b-9325-cf7ccf5878b7 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=56807) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 19:14:34.491 | Apr 16 19:13:54 devstack neutron-metadata-agent[56807]: DEBUG oslo_service.service [None req-d34c92b9-13a8-470b-9325-cf7ccf5878b7 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=56807) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 19:14:34.491 | Apr 16 19:13:54 devstack neutron-metadata-agent[56807]: DEBUG oslo_service.service [None req-d34c92b9-13a8-470b-9325-cf7ccf5878b7 None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=56807) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 19:14:34.491 | Apr 16 19:13:54 devstack neutron-metadata-agent[56807]: DEBUG oslo_service.service [None req-d34c92b9-13a8-470b-9325-cf7ccf5878b7 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=56807) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 19:14:34.491 | Apr 16 19:13:54 devstack neutron-metadata-agent[56807]: DEBUG oslo_service.service [None req-d34c92b9-13a8-470b-9325-cf7ccf5878b7 None None] oslo_messaging_rabbit.ssl_version = {{(pid=56807) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 19:14:34.491 | Apr 16 19:13:54 devstack neutron-metadata-agent[56807]: DEBUG oslo_service.service [None req-d34c92b9-13a8-470b-9325-cf7ccf5878b7 None None] oslo_messaging_notifications.driver = [] {{(pid=56807) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 19:14:34.491 | Apr 16 19:13:54 devstack neutron-metadata-agent[56807]: DEBUG oslo_service.service [None req-d34c92b9-13a8-470b-9325-cf7ccf5878b7 None None] oslo_messaging_notifications.retry = -1 {{(pid=56807) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 19:14:34.491 | Apr 16 19:13:54 devstack neutron-metadata-agent[56807]: DEBUG oslo_service.service [None req-d34c92b9-13a8-470b-9325-cf7ccf5878b7 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=56807) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 19:14:34.491 | Apr 16 19:13:54 devstack neutron-metadata-agent[56807]: DEBUG oslo_service.service [None req-d34c92b9-13a8-470b-9325-cf7ccf5878b7 None None] oslo_messaging_notifications.transport_url = **** {{(pid=56807) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 19:14:34.491 | Apr 16 19:13:54 devstack neutron-metadata-agent[56807]: DEBUG oslo_service.service [None req-d34c92b9-13a8-470b-9325-cf7ccf5878b7 None None] ******************************************************************************** {{(pid=56807) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-04-16 19:14:34.494 | + stack.sh:main:1460 : is_service_enabled n-api 2025-04-16 19:14:34.509 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:14:34.511 | + stack.sh:main:1461 : is_service_enabled n-cpu 2025-04-16 19:14:34.525 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:14:34.527 | + stack.sh:main:1468 : echo_summary 'SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment.' 2025-04-16 19:14:34.529 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 19:14:34.531 | + stack.sh:echo_summary:461 : echo -e SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment. 2025-04-16 19:14:34.533 | + stack.sh:main:1475 : /opt/stack/data/venv/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2025-04-16 19:14:34.987 | 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 19:14:36.362 | +--------------------------------------------------------------------+ 2025-04-16 19:14:36.363 | | Upgrade Check Results | 2025-04-16 19:14:36.363 | +--------------------------------------------------------------------+ 2025-04-16 19:14:36.363 | | Check: Cells v2 | 2025-04-16 19:14:36.363 | | Result: Success | 2025-04-16 19:14:36.363 | | Details: No host mappings or compute nodes were found. Remember to | 2025-04-16 19:14:36.363 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2025-04-16 19:14:36.363 | | compute hosts are deployed. | 2025-04-16 19:14:36.363 | +--------------------------------------------------------------------+ 2025-04-16 19:14:36.363 | | Check: Placement API | 2025-04-16 19:14:36.363 | | Result: Success | 2025-04-16 19:14:36.363 | | Details: None | 2025-04-16 19:14:36.363 | +--------------------------------------------------------------------+ 2025-04-16 19:14:36.363 | | Check: Cinder API | 2025-04-16 19:14:36.363 | | Result: Success | 2025-04-16 19:14:36.363 | | Details: None | 2025-04-16 19:14:36.363 | +--------------------------------------------------------------------+ 2025-04-16 19:14:36.363 | | Check: Policy File JSON to YAML Migration | 2025-04-16 19:14:36.363 | | Result: Success | 2025-04-16 19:14:36.363 | | Details: None | 2025-04-16 19:14:36.363 | +--------------------------------------------------------------------+ 2025-04-16 19:14:36.363 | | Check: Older than N-1 computes | 2025-04-16 19:14:36.363 | | Result: Success | 2025-04-16 19:14:36.363 | | Details: None | 2025-04-16 19:14:36.363 | +--------------------------------------------------------------------+ 2025-04-16 19:14:36.363 | | Check: hw_machine_type unset | 2025-04-16 19:14:36.363 | | Result: Success | 2025-04-16 19:14:36.363 | | Details: None | 2025-04-16 19:14:36.363 | +--------------------------------------------------------------------+ 2025-04-16 19:14:36.363 | | Check: Service User Token Configuration | 2025-04-16 19:14:36.363 | | Result: Success | 2025-04-16 19:14:36.363 | | Details: None | 2025-04-16 19:14:36.363 | +--------------------------------------------------------------------+ 2025-04-16 19:14:36.670 | + stack.sh:main:1482 : [[ -x /opt/stack/devstack/local.sh ]] 2025-04-16 19:14:36.672 | + stack.sh:main:1493 : command openstack complete 2025-04-16 19:14:36.673 | + stack.sh:main:1494 : sudo tee /etc/bash_completion.d/osc.bash_completion 2025-04-16 19:14:37.979 | + stack.sh:main:1497 : is_service_enabled cinder 2025-04-16 19:14:37.994 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:14:37.996 | + stack.sh:main:1498 : is_ubuntu 2025-04-16 19:14:37.998 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 19:14:38.000 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 19:14:38.002 | + stack.sh:main:1499 : echo_summary 'Configuring lvm.conf global device filter' 2025-04-16 19:14:38.004 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 19:14:38.006 | + stack.sh:echo_summary:461 : echo -e Configuring lvm.conf global device filter 2025-04-16 19:14:38.009 | + stack.sh:main:1500 : set_lvm_filter 2025-04-16 19:14:38.011 | + lib/lvm:set_lvm_filter:189 : local 'filter_suffix="r|.*|" ] # from devstack' 2025-04-16 19:14:38.013 | + lib/lvm:set_lvm_filter:190 : local 'filter_string=global_filter = [ ' 2025-04-16 19:14:38.015 | + lib/lvm:set_lvm_filter:191 : local pv 2025-04-16 19:14:38.017 | + lib/lvm:set_lvm_filter:192 : local vg 2025-04-16 19:14:38.019 | + lib/lvm:set_lvm_filter:193 : local line 2025-04-16 19:14:38.021 | ++ lib/lvm:set_lvm_filter:195 : sudo pvs --noheadings -o name 2025-04-16 19:14:38.064 | + lib/lvm:set_lvm_filter:200 : filter_string='global_filter = [ "r|.*|" ] # from devstack' 2025-04-16 19:14:38.066 | + lib/lvm:set_lvm_filter:202 : clean_lvm_filter 2025-04-16 19:14:38.068 | + lib/lvm:clean_lvm_filter:177 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2025-04-16 19:14:38.080 | + lib/lvm:set_lvm_filter:203 : sudo sed -i '/# global_filter = \[.*\]/a\ global_filter = [ "r|.*|" ] # from devstack' /etc/lvm/lvm.conf 2025-04-16 19:14:38.090 | + lib/lvm:set_lvm_filter:204 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "r|.*|" ] # from devstack' 2025-04-16 19:14:38.092 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 19:14:38.094 | + stack.sh:echo_summary:461 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"r|.*|"' ']' '#' from devstack 2025-04-16 19:14:38.096 | + stack.sh:main:1510 : run_phase stack test-config 2025-04-16 19:14:38.098 | + functions-common:run_phase:1828 : local mode=stack 2025-04-16 19:14:38.100 | + functions-common:run_phase:1829 : local phase=test-config 2025-04-16 19:14:38.102 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-16 19:14:38.104 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-16 19:14:38.106 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-16 19:14:38.108 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-16 19:14:38.111 | + functions-common:run_phase:1838 : local extra 2025-04-16 19:14:38.114 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-16 19:14:38.117 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-16 19:14:38.119 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-16 19:14:38.121 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-16 19:14:38.123 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack test-config 2025-04-16 19:14:38.125 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-16 19:14:38.138 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:14:38.140 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 19:14:38.142 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 19:14:38.144 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2025-04-16 19:14:38.146 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-16 19:14:38.148 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-16 19:14:38.150 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-04-16 19:14:38.152 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2025-04-16 19:14:38.154 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2025-04-16 19:14:38.155 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2025-04-16 19:14:38.157 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2025-04-16 19:14:38.159 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2025-04-16 19:14:38.161 | ++ extras.d/80-tempest.sh:source:20 : async_wait install_tempest 2025-04-16 19:14:38.195 | [3566 Async install_tempest:34261]: Waiting for completion of install_tempest running on PID 34261 (1 other jobs running) 2025-04-16 19:14:38.212 | [3566 Async install_tempest:34261]: Signaling child to exit 2025-04-16 19:14:38.212 | WAKEUP 2025-04-16 19:14:38.228 | [3566 Async install_tempest:34261]: Signaled 2025-04-16 19:14:38.228 | ++ lib/tempest:install_tempest:858 : git_clone https://opendev.org/openstack/tempest.git /opt/stack//tempest master 2025-04-16 19:14:38.228 | ++ functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/tempest.git 2025-04-16 19:14:38.228 | ++ functions-common:git_clone:573 : local git_dest=/opt/stack//tempest 2025-04-16 19:14:38.228 | ++ functions-common:git_clone:574 : local git_ref=master 2025-04-16 19:14:38.228 | ++ functions-common:git_clone:575 : local orig_dir 2025-04-16 19:14:38.228 | +++ functions-common:git_clone:576 : pwd 2025-04-16 19:14:38.228 | ++ functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 19:14:38.228 | ++ functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 19:14:38.228 | +++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 19:14:38.228 | ++ functions-common:git_clone:579 : RECLONE=False 2025-04-16 19:14:38.228 | ++ functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 19:14:38.228 | ++ functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 19:14:38.228 | ++ functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 19:14:38.228 | ++ functions-common:git_clone:593 : echo master 2025-04-16 19:14:38.228 | ++ functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 19:14:38.228 | ++ functions-common:git_clone:607 : [[ ! -d /opt/stack//tempest ]] 2025-04-16 19:14:38.228 | ++ functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 19:14:38.228 | ++ functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2025-04-16 19:14:38.228 | ++ functions-common:git_timed:680 : local count=0 2025-04-16 19:14:38.228 | ++ functions-common:git_timed:681 : local timeout=0 2025-04-16 19:14:38.229 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 19:14:38.229 | ++ functions-common:git_timed:684 : timeout=0 2025-04-16 19:14:38.229 | ++ functions-common:git_timed:687 : time_start git_timed 2025-04-16 19:14:38.229 | ++ functions-common:time_start:2386 : local name=git_timed 2025-04-16 19:14:38.229 | ++ functions-common:time_start:2387 : local start_time= 2025-04-16 19:14:38.229 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:14:38.229 | +++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:14:38.229 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1744830675840 2025-04-16 19:14:38.229 | ++ 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 19:14:38.229 | Cloning into '/opt/stack//tempest'... 2025-04-16 19:14:38.229 | ++ functions-common:git_timed:702 : time_stop git_timed 2025-04-16 19:14:38.229 | ++ functions-common:time_stop:2400 : local name 2025-04-16 19:14:38.229 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 19:14:38.229 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:14:38.229 | ++ functions-common:time_stop:2403 : local total 2025-04-16 19:14:38.229 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 19:14:38.229 | ++ functions-common:time_stop:2406 : name=git_timed 2025-04-16 19:14:38.229 | ++ functions-common:time_stop:2407 : start_time=1744830675840 2025-04-16 19:14:38.229 | ++ functions-common:time_stop:2409 : [[ -z 1744830675840 ]] 2025-04-16 19:14:38.229 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:14:38.229 | ++ functions-common:time_stop:2412 : end_time=1744830677923 2025-04-16 19:14:38.229 | ++ functions-common:time_stop:2413 : elapsed_time=2083 2025-04-16 19:14:38.229 | ++ functions-common:time_stop:2414 : total=79789 2025-04-16 19:14:38.229 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:14:38.229 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=81872 2025-04-16 19:14:38.229 | ++ functions-common:git_clone:614 : cd /opt/stack//tempest 2025-04-16 19:14:38.229 | ++ functions-common:git_clone:615 : git_timed fetch --depth 10 origin master 2025-04-16 19:14:38.229 | ++ functions-common:git_timed:680 : local count=0 2025-04-16 19:14:38.229 | ++ functions-common:git_timed:681 : local timeout=0 2025-04-16 19:14:38.229 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 19:14:38.229 | ++ functions-common:git_timed:684 : timeout=0 2025-04-16 19:14:38.229 | ++ functions-common:git_timed:687 : time_start git_timed 2025-04-16 19:14:38.229 | ++ functions-common:time_start:2386 : local name=git_timed 2025-04-16 19:14:38.229 | ++ functions-common:time_start:2387 : local start_time= 2025-04-16 19:14:38.229 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:14:38.229 | +++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:14:38.229 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1744830677954 2025-04-16 19:14:38.229 | ++ functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin master 2025-04-16 19:14:38.229 | From https://opendev.org/openstack/tempest 2025-04-16 19:14:38.229 | * branch master -> FETCH_HEAD 2025-04-16 19:14:38.229 | ++ functions-common:git_timed:702 : time_stop git_timed 2025-04-16 19:14:38.229 | ++ functions-common:time_stop:2400 : local name 2025-04-16 19:14:38.230 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 19:14:38.230 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:14:38.230 | ++ functions-common:time_stop:2403 : local total 2025-04-16 19:14:38.230 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 19:14:38.230 | ++ functions-common:time_stop:2406 : name=git_timed 2025-04-16 19:14:38.230 | ++ functions-common:time_stop:2407 : start_time=1744830677954 2025-04-16 19:14:38.230 | ++ functions-common:time_stop:2409 : [[ -z 1744830677954 ]] 2025-04-16 19:14:38.230 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:14:38.230 | ++ functions-common:time_stop:2412 : end_time=1744830678813 2025-04-16 19:14:38.230 | ++ functions-common:time_stop:2413 : elapsed_time=859 2025-04-16 19:14:38.230 | ++ functions-common:time_stop:2414 : total=81872 2025-04-16 19:14:38.230 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:14:38.230 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=82731 2025-04-16 19:14:38.230 | ++ functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 19:14:38.230 | ++ functions-common:git_timed:680 : local count=0 2025-04-16 19:14:38.230 | ++ functions-common:git_timed:681 : local timeout=0 2025-04-16 19:14:38.230 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 19:14:38.230 | ++ functions-common:git_timed:684 : timeout=0 2025-04-16 19:14:38.230 | ++ functions-common:git_timed:687 : time_start git_timed 2025-04-16 19:14:38.230 | ++ functions-common:time_start:2386 : local name=git_timed 2025-04-16 19:14:38.230 | ++ functions-common:time_start:2387 : local start_time= 2025-04-16 19:14:38.230 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 19:14:38.230 | +++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 19:14:38.230 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1744830678842 2025-04-16 19:14:38.230 | ++ functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 19:14:38.230 | Note: switching to 'FETCH_HEAD'. 2025-04-16 19:14:38.230 | 2025-04-16 19:14:38.230 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 19:14:38.230 | changes and commit them, and you can discard any commits you make in this 2025-04-16 19:14:38.230 | state without impacting any branches by switching back to a branch. 2025-04-16 19:14:38.230 | 2025-04-16 19:14:38.230 | If you want to create a new branch to retain commits you create, you may 2025-04-16 19:14:38.230 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 19:14:38.230 | 2025-04-16 19:14:38.230 | git switch -c 2025-04-16 19:14:38.230 | 2025-04-16 19:14:38.230 | Or undo this operation with: 2025-04-16 19:14:38.230 | 2025-04-16 19:14:38.230 | git switch - 2025-04-16 19:14:38.230 | 2025-04-16 19:14:38.230 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 19:14:38.230 | 2025-04-16 19:14:38.230 | HEAD is now at 60364b3 Revert "Adds tests for resize server for swap" 2025-04-16 19:14:38.230 | ++ functions-common:git_timed:702 : time_stop git_timed 2025-04-16 19:14:38.230 | ++ functions-common:time_stop:2400 : local name 2025-04-16 19:14:38.230 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 19:14:38.230 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:14:38.230 | ++ functions-common:time_stop:2403 : local total 2025-04-16 19:14:38.231 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 19:14:38.231 | ++ functions-common:time_stop:2406 : name=git_timed 2025-04-16 19:14:38.231 | ++ functions-common:time_stop:2407 : start_time=1744830678842 2025-04-16 19:14:38.231 | ++ functions-common:time_stop:2409 : [[ -z 1744830678842 ]] 2025-04-16 19:14:38.231 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:14:38.231 | ++ functions-common:time_stop:2412 : end_time=1744830678940 2025-04-16 19:14:38.231 | ++ functions-common:time_stop:2413 : elapsed_time=98 2025-04-16 19:14:38.231 | ++ functions-common:time_stop:2414 : total=82731 2025-04-16 19:14:38.231 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:14:38.231 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=82829 2025-04-16 19:14:38.231 | ++ functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//tempest 2025-04-16 19:14:38.231 | ++ functions-common:git_clone:655 : cd /opt/stack//tempest 2025-04-16 19:14:38.231 | ++ functions-common:git_clone:656 : git show --oneline 2025-04-16 19:14:38.231 | ++ functions-common:git_clone:656 : head -1 2025-04-16 19:14:38.231 | 60364b3 Revert "Adds tests for resize server for swap" 2025-04-16 19:14:38.231 | ++ functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 19:14:38.231 | ++ lib/tempest:install_tempest:864 : pip_install 'tox!=2.8.0,<4.0.0' 2025-04-16 19:14:38.231 | Using python 3.10 to install tox!=2.8.0,<4.0.0 2025-04-16 19:14:38.231 | ++ 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 19:14:38.231 | Collecting tox!=2.8.0,<4.0.0 2025-04-16 19:14:38.231 | Using cached tox-3.28.0-py2.py3-none-any.whl.metadata (7.8 kB) 2025-04-16 19:14:38.231 | Collecting filelock>=3.0.0 (from tox!=2.8.0,<4.0.0) 2025-04-16 19:14:38.231 | Using cached filelock-3.12.0-py3-none-any.whl.metadata (2.5 kB) 2025-04-16 19:14:38.231 | 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 19:14:38.231 | Collecting pluggy>=0.12.0 (from tox!=2.8.0,<4.0.0) 2025-04-16 19:14:38.231 | Using cached pluggy-1.0.0-py2.py3-none-any.whl.metadata (4.3 kB) 2025-04-16 19:14:38.231 | Collecting py>=1.4.17 (from tox!=2.8.0,<4.0.0) 2025-04-16 19:14:38.231 | Using cached py-1.11.0-py2.py3-none-any.whl.metadata (2.8 kB) 2025-04-16 19:14:38.231 | 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 19:14:38.231 | 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 19:14:38.231 | Using cached virtualenv-20.22.0-py3-none-any.whl.metadata (4.1 kB) 2025-04-16 19:14:38.231 | Collecting tomli>=2.0.1 (from tox!=2.8.0,<4.0.0) 2025-04-16 19:14:38.231 | Using cached tomli-2.0.1-py3-none-any.whl.metadata (8.9 kB) 2025-04-16 19:14:38.231 | 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 19:14:38.231 | Using cached distlib-0.3.6-py2.py3-none-any.whl.metadata (5.1 kB) 2025-04-16 19:14:38.231 | 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 19:14:38.231 | Using cached platformdirs-3.2.0-py3-none-any.whl.metadata (9.5 kB) 2025-04-16 19:14:38.231 | Using cached tox-3.28.0-py2.py3-none-any.whl (86 kB) 2025-04-16 19:14:38.231 | Using cached filelock-3.12.0-py3-none-any.whl (10 kB) 2025-04-16 19:14:38.231 | Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB) 2025-04-16 19:14:38.231 | Using cached py-1.11.0-py2.py3-none-any.whl (98 kB) 2025-04-16 19:14:38.231 | Using cached tomli-2.0.1-py3-none-any.whl (12 kB) 2025-04-16 19:14:38.231 | Using cached virtualenv-20.22.0-py3-none-any.whl (3.2 MB) 2025-04-16 19:14:38.231 | Using cached distlib-0.3.6-py2.py3-none-any.whl (468 kB) 2025-04-16 19:14:38.231 | Using cached platformdirs-3.2.0-py3-none-any.whl (14 kB) 2025-04-16 19:14:38.231 | Installing collected packages: distlib, tomli, py, pluggy, platformdirs, filelock, virtualenv, tox 2025-04-16 19:14:38.231 | 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 19:14:38.231 | ++ inc/python:pip_install:222 : result=0 2025-04-16 19:14:38.231 | ++ inc/python:pip_install:224 : time_stop pip_install 2025-04-16 19:14:38.231 | ++ functions-common:time_stop:2400 : local name 2025-04-16 19:14:38.231 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 19:14:38.231 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:14:38.231 | ++ functions-common:time_stop:2403 : local total 2025-04-16 19:14:38.231 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 19:14:38.231 | ++ functions-common:time_stop:2406 : name=pip_install 2025-04-16 19:14:38.231 | ++ functions-common:time_stop:2407 : start_time=1744830678983 2025-04-16 19:14:38.231 | ++ functions-common:time_stop:2409 : [[ -z 1744830678983 ]] 2025-04-16 19:14:38.231 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:14:38.231 | ++ functions-common:time_stop:2412 : end_time=1744830682205 2025-04-16 19:14:38.231 | ++ functions-common:time_stop:2413 : elapsed_time=3222 2025-04-16 19:14:38.231 | ++ functions-common:time_stop:2414 : total=84086 2025-04-16 19:14:38.231 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:14:38.231 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=87308 2025-04-16 19:14:38.231 | ++ inc/python:pip_install:225 : return 0 2025-04-16 19:14:38.231 | ++ lib/tempest:install_tempest:865 : pushd /opt/stack//tempest 2025-04-16 19:14:38.231 | ~/tempest ~/devstack 2025-04-16 19:14:38.231 | ++ lib/tempest:install_tempest:869 : git checkout master 2025-04-16 19:14:38.231 | Switched to branch 'master' 2025-04-16 19:14:38.231 | Your branch is up to date with 'origin/master'. 2025-04-16 19:14:38.231 | ++ lib/tempest:install_tempest:871 : local tmp_u_c_m 2025-04-16 19:14:38.231 | +++ lib/tempest:install_tempest:872 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2025-04-16 19:14:38.231 | ++ lib/tempest:install_tempest:872 : tmp_u_c_m=/tmp/tempest_u_c_m.1iuAqZsYAG 2025-04-16 19:14:38.231 | ++ lib/tempest:install_tempest:873 : set_tempest_venv_constraints /tmp/tempest_u_c_m.1iuAqZsYAG 2025-04-16 19:14:38.231 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2025-04-16 19:14:38.231 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.1iuAqZsYAG 2025-04-16 19:14:38.231 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2025-04-16 19:14:38.231 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2025-04-16 19:14:38.231 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2025-04-16 19:14:38.231 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 19:14:38.231 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 19:14:38.231 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 19:14:38.231 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 19:14:38.231 | ++ lib/tempest:install_tempest:875 : tox -r --notest -efull 2025-04-16 19:14:38.231 | full create: /opt/stack/tempest/.tox/tempest 2025-04-16 19:14:38.231 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2025-04-16 19:14:38.232 | full develop-inst: /opt/stack/tempest 2025-04-16 19:14:38.232 | 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 19:14:38.232 | ___________________________________ summary ____________________________________ 2025-04-16 19:14:38.232 | full: skipped tests 2025-04-16 19:14:38.232 | congratulations :) 2025-04-16 19:14:38.232 | ++ lib/tempest:install_tempest:879 : /opt/stack//tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.1iuAqZsYAG -r requirements.txt 2025-04-16 19:14:38.232 | 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 19:14:38.232 | 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 19:14:38.232 | 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 19:14:38.232 | 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 19:14:38.232 | 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 19:14:38.232 | 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 19:14:38.232 | 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 19:14:38.232 | 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 19:14:38.232 | 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 19:14:38.232 | 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 19:14:38.232 | 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 19:14:38.232 | 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 19:14:38.232 | 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 19:14:38.232 | 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 19:14:38.232 | 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 19:14:38.232 | 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 19:14:38.232 | 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 19:14:38.232 | 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 19:14:38.232 | 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 19:14:38.232 | 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 19:14:38.232 | 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 19:14:38.232 | 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 19:14:38.232 | 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 19:14:38.232 | 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 19:14:38.232 | 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 19:14:38.232 | 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 19:14:38.232 | 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 19:14:38.232 | 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 19:14:38.232 | 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 19:14:38.232 | 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 19:14:38.232 | 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 19:14:38.232 | 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 19:14:38.232 | 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 19:14:38.232 | 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 19:14:38.233 | 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 19:14:38.233 | 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 19:14:38.233 | 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 19:14:38.233 | 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 19:14:38.233 | 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 19:14:38.233 | 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 19:14:38.233 | 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 19:14:38.233 | 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 19:14:38.233 | 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 19:14:38.233 | 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 19:14:38.233 | 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 19:14:38.233 | 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 19:14:38.233 | 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 19:14:38.233 | 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 19:14:38.233 | 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 19:14:38.233 | 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 19:14:38.233 | 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 19:14:38.233 | 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 19:14:38.233 | 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 19:14:38.233 | 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 19:14:38.233 | 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 19:14:38.233 | 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 19:14:38.233 | WARNING: There was an error checking the latest version of pip. 2025-04-16 19:14:38.233 | ++ lib/tempest:install_tempest:880 : PROJECT_VENV["tempest"]=/opt/stack//tempest/.tox/tempest 2025-04-16 19:14:38.233 | ++ lib/tempest:install_tempest:881 : rm -f /tmp/tempest_u_c_m.1iuAqZsYAG 2025-04-16 19:14:38.233 | ++ lib/tempest:install_tempest:882 : popd 2025-04-16 19:14:38.233 | ~/devstack 2025-04-16 19:14:38.258 | [3566 Async install_tempest:34261]: finished install_tempest with result 0 in 22 seconds 2025-04-16 19:14:38.261 | ++ inc/async:async_wait:197 : return 0 2025-04-16 19:14:38.263 | ++ extras.d/80-tempest.sh:source:21 : echo_summary 'Initializing Tempest' 2025-04-16 19:14:38.265 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 19:14:38.267 | ++ stack.sh:echo_summary:461 : echo -e Initializing Tempest 2025-04-16 19:14:38.270 | ++ extras.d/80-tempest.sh:source:22 : configure_tempest 2025-04-16 19:14:38.271 | ++ lib/tempest:configure_tempest:189 : [[ False == \T\r\u\e ]] 2025-04-16 19:14:38.273 | ++ lib/tempest:configure_tempest:193 : pip_install_gr testrepository 2025-04-16 19:14:38.275 | ++ inc/python:pip_install_gr:94 : local name=testrepository 2025-04-16 19:14:38.277 | ++ inc/python:pip_install_gr:95 : local clean_name 2025-04-16 19:14:38.279 | +++ inc/python:pip_install_gr:96 : get_from_global_requirements testrepository 2025-04-16 19:14:38.281 | +++ inc/python:get_from_global_requirements:247 : local package=testrepository 2025-04-16 19:14:38.283 | +++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-16 19:14:38.286 | ++++ inc/python:get_from_global_requirements:249 : grep -i -h '^testrepository' /opt/stack//requirements/global-requirements.txt 2025-04-16 19:14:38.286 | ++++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-16 19:14:38.289 | +++ inc/python:get_from_global_requirements:249 : required_pkg='testrepository ' 2025-04-16 19:14:38.291 | +++ inc/python:get_from_global_requirements:250 : [[ testrepository == '' ]] 2025-04-16 19:14:38.293 | +++ inc/python:get_from_global_requirements:253 : echo testrepository 2025-04-16 19:14:38.295 | ++ inc/python:pip_install_gr:96 : clean_name=testrepository 2025-04-16 19:14:38.296 | ++ inc/python:pip_install_gr:97 : pip_install testrepository 2025-04-16 19:14:38.312 | Using python 3.10 to install testrepository 2025-04-16 19:14:38.313 | ++ 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 19:14:39.337 | Collecting testrepository 2025-04-16 19:14:39.337 | Using cached testrepository-0.0.20-py3-none-any.whl 2025-04-16 19:14:39.369 | Requirement already satisfied: fixtures in /opt/stack/data/venv/lib/python3.10/site-packages (from testrepository) (4.0.1) 2025-04-16 19:14:39.372 | 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 19:14:39.372 | 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 19:14:39.375 | 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 19:14:39.380 | 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 19:14:40.405 | Installing collected packages: testrepository 2025-04-16 19:14:40.512 | Successfully installed testrepository-0.0.20 2025-04-16 19:14:40.615 | ++ inc/python:pip_install:222 : result=0 2025-04-16 19:14:40.617 | ++ inc/python:pip_install:224 : time_stop pip_install 2025-04-16 19:14:40.619 | ++ functions-common:time_stop:2400 : local name 2025-04-16 19:14:40.621 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 19:14:40.623 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 19:14:40.624 | ++ functions-common:time_stop:2403 : local total 2025-04-16 19:14:40.626 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 19:14:40.628 | ++ functions-common:time_stop:2406 : name=pip_install 2025-04-16 19:14:40.630 | ++ functions-common:time_stop:2407 : start_time=1744830878308 2025-04-16 19:14:40.632 | ++ functions-common:time_stop:2409 : [[ -z 1744830878308 ]] 2025-04-16 19:14:40.634 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 19:14:40.638 | ++ functions-common:time_stop:2412 : end_time=1744830880636 2025-04-16 19:14:40.639 | ++ functions-common:time_stop:2413 : elapsed_time=2328 2025-04-16 19:14:40.641 | ++ functions-common:time_stop:2414 : total=100378 2025-04-16 19:14:40.643 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 19:14:40.645 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=102706 2025-04-16 19:14:40.647 | ++ inc/python:pip_install:225 : return 0 2025-04-16 19:14:40.649 | ++ lib/tempest:configure_tempest:196 : local image_lines 2025-04-16 19:14:40.651 | ++ lib/tempest:configure_tempest:197 : local images 2025-04-16 19:14:40.652 | ++ lib/tempest:configure_tempest:198 : local num_images 2025-04-16 19:14:40.654 | ++ lib/tempest:configure_tempest:199 : local image_uuid 2025-04-16 19:14:40.656 | ++ lib/tempest:configure_tempest:200 : local image_uuid_alt 2025-04-16 19:14:40.658 | ++ lib/tempest:configure_tempest:201 : local password 2025-04-16 19:14:40.660 | ++ lib/tempest:configure_tempest:202 : local line 2025-04-16 19:14:40.662 | ++ lib/tempest:configure_tempest:203 : local flavors 2025-04-16 19:14:40.663 | ++ lib/tempest:configure_tempest:204 : local available_flavors 2025-04-16 19:14:40.665 | ++ lib/tempest:configure_tempest:205 : local flavors_ref 2025-04-16 19:14:40.667 | ++ lib/tempest:configure_tempest:206 : local flavor_lines 2025-04-16 19:14:40.669 | ++ lib/tempest:configure_tempest:207 : local flavor_ref_size 2025-04-16 19:14:40.670 | ++ lib/tempest:configure_tempest:208 : local flavor_ref_alt_size 2025-04-16 19:14:40.672 | ++ lib/tempest:configure_tempest:209 : local public_network_id 2025-04-16 19:14:40.674 | ++ lib/tempest:configure_tempest:210 : local public_router_id 2025-04-16 19:14:40.676 | ++ lib/tempest:configure_tempest:211 : local ssh_connect_method=floating 2025-04-16 19:14:40.678 | ++ lib/tempest:configure_tempest:212 : local disk 2025-04-16 19:14:40.680 | ++ lib/tempest:configure_tempest:215 : ifs=' 2025-04-16 19:14:40.680 | ' 2025-04-16 19:14:40.681 | ++ lib/tempest:configure_tempest:225 : declare -a images 2025-04-16 19:14:40.683 | ++ lib/tempest:configure_tempest:227 : is_service_enabled glance 2025-04-16 19:14:40.695 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:14:40.697 | ++ lib/tempest:configure_tempest:228 : get_active_images images image_uuid 2025-04-16 19:14:40.699 | ++ lib/tempest:get_active_images:154 : declare -n img_array=images 2025-04-16 19:14:40.700 | ++ lib/tempest:get_active_images:155 : declare -n img_id=image_uuid 2025-04-16 19:14:40.703 | ++ lib/tempest:get_active_images:158 : img_array=() 2025-04-16 19:14:40.705 | ++ lib/tempest:get_active_images:160 : read -r IMAGE_NAME IMAGE_UUID 2025-04-16 19:14:40.705 | +++ lib/tempest:get_active_images:153 : oscwrap --os-cloud devstack-admin image list --property status=active 2025-04-16 19:14:40.706 | +++ lib/tempest:get_active_images:153 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2025-04-16 19:14:41.887 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:14:41.890 | ++ lib/tempest:get_active_images:161 : '[' 'cirros-d240228-sparse;paraVirtual;vmxnet3' = '' ']' 2025-04-16 19:14:41.892 | ++ lib/tempest:get_active_images:164 : img_array+=($IMAGE_UUID) 2025-04-16 19:14:41.894 | ++ lib/tempest:get_active_images:160 : read -r IMAGE_NAME IMAGE_UUID 2025-04-16 19:14:41.896 | ++ lib/tempest:configure_tempest:230 : (( 1 < 1 )) 2025-04-16 19:14:41.898 | ++ lib/tempest:configure_tempest:244 : case "${#images[*]}" in 2025-04-16 19:14:41.900 | ++ lib/tempest:configure_tempest:250 : '[' -z '' ']' 2025-04-16 19:14:41.902 | ++ lib/tempest:configure_tempest:251 : image_uuid=1feed0b9-f929-4ce4-9c61-ef25290c6d99 2025-04-16 19:14:41.903 | ++ lib/tempest:configure_tempest:253 : image_uuid_alt=1feed0b9-f929-4ce4-9c61-ef25290c6d99 2025-04-16 19:14:41.905 | ++ lib/tempest:configure_tempest:275 : sudo install -d -o stack /opt/stack//tempest/etc 2025-04-16 19:14:41.915 | ++ lib/tempest:configure_tempest:276 : rm -f /opt/stack//tempest/etc/tempest.conf 2025-04-16 19:14:41.918 | ++ lib/tempest:configure_tempest:278 : local password=nomoresecret 2025-04-16 19:14:41.920 | ++ lib/tempest:configure_tempest:281 : local admin_username=admin 2025-04-16 19:14:41.922 | ++ lib/tempest:configure_tempest:282 : local admin_project_name=admin 2025-04-16 19:14:41.924 | ++ lib/tempest:configure_tempest:283 : local admin_domain_name=Default 2025-04-16 19:14:41.925 | ++ lib/tempest:configure_tempest:284 : local alt_username=alt_demo 2025-04-16 19:14:41.927 | ++ lib/tempest:configure_tempest:285 : local alt_project_name=alt_demo 2025-04-16 19:14:41.929 | ++ lib/tempest:configure_tempest:286 : local admin_project_id 2025-04-16 19:14:41.932 | +++ lib/tempest:configure_tempest:287 : oscwrap --os-cloud devstack-admin project list 2025-04-16 19:14:41.932 | +++ lib/tempest:configure_tempest:287 : awk '/ admin / { print $2 }' 2025-04-16 19:14:43.107 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:14:43.110 | ++ lib/tempest:configure_tempest:287 : admin_project_id=02796dfa696c46f98aba9ec6c16fb9fb 2025-04-16 19:14:43.112 | ++ lib/tempest:configure_tempest:289 : is_service_enabled nova 2025-04-16 19:14:43.124 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:14:43.127 | +++ lib/tempest:configure_tempest:292 : oscwrap --os-cloud devstack-admin flavor list 2025-04-16 19:14:44.227 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:14:44.230 | ++ lib/tempest:configure_tempest:292 : available_flavors='+----+-----------+-------+------+-----------+-------+-----------+ 2025-04-16 19:14:44.230 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-04-16 19:14:44.230 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-16 19:14:44.231 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-04-16 19:14:44.231 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-04-16 19:14:44.231 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-04-16 19:14:44.231 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-04-16 19:14:44.231 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-04-16 19:14:44.231 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-04-16 19:14:44.231 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-04-16 19:14:44.231 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-04-16 19:14:44.231 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-04-16 19:14:44.231 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-04-16 19:14:44.231 | +----+-----------+-------+------+-----------+-------+-----------+' 2025-04-16 19:14:44.232 | ++ lib/tempest:configure_tempest:293 : [[ -z '' ]] 2025-04-16 19:14:44.234 | ++ lib/tempest:configure_tempest:294 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-16 19:14:44.234 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-04-16 19:14:44.234 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-16 19:14:44.234 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-04-16 19:14:44.234 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-04-16 19:14:44.234 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-04-16 19:14:44.234 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-04-16 19:14:44.234 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-04-16 19:14:44.234 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-04-16 19:14:44.234 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-04-16 19:14:44.234 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-04-16 19:14:44.234 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-04-16 19:14:44.234 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-04-16 19:14:44.234 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.nano ]] 2025-04-16 19:14:44.237 | +++ lib/tempest:configure_tempest:296 : image_size_in_gib 1feed0b9-f929-4ce4-9c61-ef25290c6d99 2025-04-16 19:14:44.238 | +++ lib/tempest:image_size_in_gib:119 : local size 2025-04-16 19:14:44.241 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show 1feed0b9-f929-4ce4-9c61-ef25290c6d99 -c size -f value 2025-04-16 19:14:45.345 | ++++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:14:45.347 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2025-04-16 19:14:45.349 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2025-04-16 19:14:45.349 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2025-04-16 19:14:45.376 | ++ lib/tempest:configure_tempest:296 : disk=1 2025-04-16 19:14:45.378 | ++ 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 19:14:46.372 | +----------------------------+-----------------------+ 2025-04-16 19:14:46.373 | | Field | Value | 2025-04-16 19:14:46.373 | +----------------------------+-----------------------+ 2025-04-16 19:14:46.373 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 19:14:46.373 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 19:14:46.373 | | description | None | 2025-04-16 19:14:46.373 | | disk | 1 | 2025-04-16 19:14:46.373 | | id | 42 | 2025-04-16 19:14:46.373 | | name | m1.nano | 2025-04-16 19:14:46.373 | | os-flavor-access:is_public | True | 2025-04-16 19:14:46.373 | | properties | hw_rng:allowed='True' | 2025-04-16 19:14:46.373 | | ram | 128 | 2025-04-16 19:14:46.373 | | rxtx_factor | 1.0 | 2025-04-16 19:14:46.373 | | swap | 0 | 2025-04-16 19:14:46.373 | | vcpus | 1 | 2025-04-16 19:14:46.373 | +----------------------------+-----------------------+ 2025-04-16 19:14:46.503 | ++ lib/tempest:configure_tempest:299 : flavor_ref=42 2025-04-16 19:14:46.505 | ++ lib/tempest:configure_tempest:300 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-16 19:14:46.505 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-04-16 19:14:46.505 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-16 19:14:46.505 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-04-16 19:14:46.505 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-04-16 19:14:46.505 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-04-16 19:14:46.505 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-04-16 19:14:46.505 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-04-16 19:14:46.505 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-04-16 19:14:46.505 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-04-16 19:14:46.505 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-04-16 19:14:46.505 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-04-16 19:14:46.505 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-04-16 19:14:46.505 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.micro ]] 2025-04-16 19:14:46.508 | +++ lib/tempest:configure_tempest:302 : image_size_in_gib 1feed0b9-f929-4ce4-9c61-ef25290c6d99 2025-04-16 19:14:46.510 | +++ lib/tempest:image_size_in_gib:119 : local size 2025-04-16 19:14:46.512 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show 1feed0b9-f929-4ce4-9c61-ef25290c6d99 -c size -f value 2025-04-16 19:14:47.656 | ++++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:14:47.659 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2025-04-16 19:14:47.662 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2025-04-16 19:14:47.662 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2025-04-16 19:14:47.689 | ++ lib/tempest:configure_tempest:302 : disk=1 2025-04-16 19:14:47.691 | ++ 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 19:14:48.675 | +----------------------------+-----------------------+ 2025-04-16 19:14:48.675 | | Field | Value | 2025-04-16 19:14:48.675 | +----------------------------+-----------------------+ 2025-04-16 19:14:48.675 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 19:14:48.675 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 19:14:48.675 | | description | None | 2025-04-16 19:14:48.675 | | disk | 1 | 2025-04-16 19:14:48.675 | | id | 84 | 2025-04-16 19:14:48.675 | | name | m1.micro | 2025-04-16 19:14:48.675 | | os-flavor-access:is_public | True | 2025-04-16 19:14:48.675 | | properties | hw_rng:allowed='True' | 2025-04-16 19:14:48.675 | | ram | 192 | 2025-04-16 19:14:48.675 | | rxtx_factor | 1.0 | 2025-04-16 19:14:48.675 | | swap | 0 | 2025-04-16 19:14:48.675 | | vcpus | 1 | 2025-04-16 19:14:48.675 | +----------------------------+-----------------------+ 2025-04-16 19:14:48.809 | ++ lib/tempest:configure_tempest:305 : flavor_ref_alt=84 2025-04-16 19:14:48.811 | ++ lib/tempest:configure_tempest:354 : iniset /opt/stack//tempest/etc/tempest.conf network project_network_cidr 192.168.128.0/17 2025-04-16 19:14:48.836 | ++ lib/tempest:configure_tempest:356 : ssh_connect_method=floating 2025-04-16 19:14:48.838 | ++ lib/tempest:configure_tempest:362 : [[ True == \T\r\u\e ]] 2025-04-16 19:14:48.840 | ++ lib/tempest:configure_tempest:362 : is_networking_extension_supported external-net 2025-04-16 19:14:48.841 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=external-net 2025-04-16 19:14:48.844 | +++ 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 19:14:50.076 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:14:50.079 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-16 19:14:50.079 | address-scope 2025-04-16 19:14:50.079 | router-admin-state-down-before-update 2025-04-16 19:14:50.079 | agent 2025-04-16 19:14:50.079 | agent-resources-synced 2025-04-16 19:14:50.079 | allowed-address-pairs 2025-04-16 19:14:50.079 | auto-allocated-topology 2025-04-16 19:14:50.079 | availability_zone 2025-04-16 19:14:50.079 | availability_zone_filter 2025-04-16 19:14:50.079 | default-subnetpools 2025-04-16 19:14:50.079 | dhcp_agent_scheduler 2025-04-16 19:14:50.079 | dvr 2025-04-16 19:14:50.079 | empty-string-filtering 2025-04-16 19:14:50.079 | external-net 2025-04-16 19:14:50.079 | extra_dhcp_opt 2025-04-16 19:14:50.079 | extraroute 2025-04-16 19:14:50.079 | extraroute-atomic 2025-04-16 19:14:50.079 | filter-validation 2025-04-16 19:14:50.079 | floating-ip-port-forwarding-detail 2025-04-16 19:14:50.079 | fip-port-details 2025-04-16 19:14:50.079 | flavors 2025-04-16 19:14:50.079 | floatingip-pools 2025-04-16 19:14:50.079 | ip-substring-filtering 2025-04-16 19:14:50.079 | router 2025-04-16 19:14:50.079 | ext-gw-mode 2025-04-16 19:14:50.079 | l3-ha 2025-04-16 19:14:50.079 | l3-flavors 2025-04-16 19:14:50.079 | l3-port-ip-change-not-allowed 2025-04-16 19:14:50.079 | l3_agent_scheduler 2025-04-16 19:14:50.079 | multi-provider 2025-04-16 19:14:50.079 | net-mtu 2025-04-16 19:14:50.079 | net-mtu-writable 2025-04-16 19:14:50.079 | network_availability_zone 2025-04-16 19:14:50.079 | network_ha 2025-04-16 19:14:50.079 | network-ip-availability 2025-04-16 19:14:50.079 | pagination 2025-04-16 19:14:50.079 | port-device-profile 2025-04-16 19:14:50.079 | port-mac-override 2025-04-16 19:14:50.079 | port-mac-address-regenerate 2025-04-16 19:14:50.079 | port-numa-affinity-policy 2025-04-16 19:14:50.079 | binding 2025-04-16 19:14:50.079 | binding-extended 2025-04-16 19:14:50.079 | port-security 2025-04-16 19:14:50.079 | project-id 2025-04-16 19:14:50.079 | provider 2025-04-16 19:14:50.079 | quota-check-limit 2025-04-16 19:14:50.079 | quotas 2025-04-16 19:14:50.079 | quota_details 2025-04-16 19:14:50.079 | rbac-policies 2025-04-16 19:14:50.079 | rbac-address-group 2025-04-16 19:14:50.079 | rbac-address-scope 2025-04-16 19:14:50.079 | rbac-security-groups 2025-04-16 19:14:50.079 | rbac-subnetpool 2025-04-16 19:14:50.079 | revision-if-match 2025-04-16 19:14:50.079 | standard-attr-revisions 2025-04-16 19:14:50.079 | router_availability_zone 2025-04-16 19:14:50.079 | security-groups-default-rules 2025-04-16 19:14:50.079 | security-groups-normalized-cidr 2025-04-16 19:14:50.079 | port-security-groups-filtering 2025-04-16 19:14:50.079 | security-groups-remote-address-group 2025-04-16 19:14:50.079 | security-groups-shared-filtering 2025-04-16 19:14:50.079 | security-group 2025-04-16 19:14:50.079 | service-type 2025-04-16 19:14:50.079 | sorting 2025-04-16 19:14:50.079 | standard-attr-description 2025-04-16 19:14:50.079 | stateful-security-group 2025-04-16 19:14:50.079 | subnet_onboard 2025-04-16 19:14:50.079 | subnet-service-types 2025-04-16 19:14:50.079 | subnet_allocation 2025-04-16 19:14:50.079 | subnetpool-prefix-ops 2025-04-16 19:14:50.080 | standard-attr-tag 2025-04-16 19:14:50.080 | standard-attr-timestamp 2025-04-16 19:14:50.080 | nsxt-ops' 2025-04-16 19:14:50.081 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-16 19:14:50.081 | address-scope 2025-04-16 19:14:50.081 | router-admin-state-down-before-update 2025-04-16 19:14:50.081 | agent 2025-04-16 19:14:50.081 | agent-resources-synced 2025-04-16 19:14:50.081 | allowed-address-pairs 2025-04-16 19:14:50.081 | auto-allocated-topology 2025-04-16 19:14:50.081 | availability_zone 2025-04-16 19:14:50.081 | availability_zone_filter 2025-04-16 19:14:50.081 | default-subnetpools 2025-04-16 19:14:50.081 | dhcp_agent_scheduler 2025-04-16 19:14:50.081 | dvr 2025-04-16 19:14:50.081 | empty-string-filtering 2025-04-16 19:14:50.081 | external-net 2025-04-16 19:14:50.081 | extra_dhcp_opt 2025-04-16 19:14:50.081 | extraroute 2025-04-16 19:14:50.081 | extraroute-atomic 2025-04-16 19:14:50.081 | filter-validation 2025-04-16 19:14:50.081 | floating-ip-port-forwarding-detail 2025-04-16 19:14:50.081 | fip-port-details 2025-04-16 19:14:50.081 | flavors 2025-04-16 19:14:50.081 | floatingip-pools 2025-04-16 19:14:50.081 | ip-substring-filtering 2025-04-16 19:14:50.081 | router 2025-04-16 19:14:50.081 | ext-gw-mode 2025-04-16 19:14:50.081 | l3-ha 2025-04-16 19:14:50.081 | l3-flavors 2025-04-16 19:14:50.081 | l3-port-ip-change-not-allowed 2025-04-16 19:14:50.081 | l3_agent_scheduler 2025-04-16 19:14:50.081 | multi-provider 2025-04-16 19:14:50.081 | net-mtu 2025-04-16 19:14:50.081 | net-mtu-writable 2025-04-16 19:14:50.081 | network_availability_zone 2025-04-16 19:14:50.081 | network_ha 2025-04-16 19:14:50.081 | network-ip-availability 2025-04-16 19:14:50.081 | pagination 2025-04-16 19:14:50.081 | port-device-profile 2025-04-16 19:14:50.081 | port-mac-override 2025-04-16 19:14:50.081 | port-mac-address-regenerate 2025-04-16 19:14:50.081 | port-numa-affinity-policy 2025-04-16 19:14:50.081 | binding 2025-04-16 19:14:50.081 | binding-extended 2025-04-16 19:14:50.081 | port-security 2025-04-16 19:14:50.081 | project-id 2025-04-16 19:14:50.081 | provider 2025-04-16 19:14:50.081 | quota-check-limit 2025-04-16 19:14:50.081 | quotas 2025-04-16 19:14:50.081 | quota_details 2025-04-16 19:14:50.081 | rbac-policies 2025-04-16 19:14:50.081 | rbac-address-group 2025-04-16 19:14:50.081 | rbac-address-scope 2025-04-16 19:14:50.081 | rbac-security-groups 2025-04-16 19:14:50.082 | rbac-subnetpool 2025-04-16 19:14:50.082 | revision-if-match 2025-04-16 19:14:50.082 | standard-attr-revisions 2025-04-16 19:14:50.082 | router_availability_zone 2025-04-16 19:14:50.082 | security-groups-default-rules 2025-04-16 19:14:50.082 | security-groups-normalized-cidr 2025-04-16 19:14:50.082 | port-security-groups-filtering 2025-04-16 19:14:50.082 | security-groups-remote-address-group 2025-04-16 19:14:50.082 | security-groups-shared-filtering 2025-04-16 19:14:50.082 | security-group 2025-04-16 19:14:50.082 | service-type 2025-04-16 19:14:50.082 | sorting 2025-04-16 19:14:50.082 | standard-attr-description 2025-04-16 19:14:50.082 | stateful-security-group 2025-04-16 19:14:50.082 | subnet_onboard 2025-04-16 19:14:50.082 | subnet-service-types 2025-04-16 19:14:50.082 | subnet_allocation 2025-04-16 19:14:50.082 | subnetpool-prefix-ops 2025-04-16 19:14:50.082 | standard-attr-tag 2025-04-16 19:14:50.082 | standard-attr-timestamp 2025-04-16 19:14:50.082 | nsxt-ops =~ external-net ]] 2025-04-16 19:14:50.082 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-16 19:14:50.085 | +++ lib/tempest:configure_tempest:363 : oscwrap --os-cloud devstack-admin network show -f value -c id public 2025-04-16 19:14:51.317 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 19:14:51.320 | ++ lib/tempest:configure_tempest:363 : public_network_id=fb7b0e01-7830-4ebb-85f7-c902304b43de 2025-04-16 19:14:51.321 | ++ lib/tempest:configure_tempest:365 : openstack --os-cloud devstack-admin --os-region RegionOne network create --share shared 2025-04-16 19:14:52.384 | +---------------------------+--------------------------------------+ 2025-04-16 19:14:52.384 | | Field | Value | 2025-04-16 19:14:52.384 | +---------------------------+--------------------------------------+ 2025-04-16 19:14:52.384 | | admin_state_up | UP | 2025-04-16 19:14:52.384 | | availability_zone_hints | | 2025-04-16 19:14:52.384 | | availability_zones | | 2025-04-16 19:14:52.384 | | created_at | 2025-04-16T19:14:52Z | 2025-04-16 19:14:52.384 | | description | | 2025-04-16 19:14:52.384 | | dns_domain | None | 2025-04-16 19:14:52.384 | | id | cbdaa0f2-8d96-4126-a9c9-4b112484abc1 | 2025-04-16 19:14:52.384 | | ipv4_address_scope | None | 2025-04-16 19:14:52.384 | | ipv6_address_scope | None | 2025-04-16 19:14:52.384 | | is_default | False | 2025-04-16 19:14:52.384 | | is_vlan_transparent | None | 2025-04-16 19:14:52.384 | | mtu | 8950 | 2025-04-16 19:14:52.384 | | name | shared | 2025-04-16 19:14:52.384 | | port_security_enabled | True | 2025-04-16 19:14:52.384 | | project_id | 02796dfa696c46f98aba9ec6c16fb9fb | 2025-04-16 19:14:52.384 | | provider:network_type | vlan | 2025-04-16 19:14:52.384 | | provider:physical_network | default | 2025-04-16 19:14:52.384 | | provider:segmentation_id | 475 | 2025-04-16 19:14:52.384 | | qos_policy_id | None | 2025-04-16 19:14:52.384 | | revision_number | 1 | 2025-04-16 19:14:52.384 | | router:external | Internal | 2025-04-16 19:14:52.384 | | segments | None | 2025-04-16 19:14:52.384 | | shared | True | 2025-04-16 19:14:52.384 | | status | ACTIVE | 2025-04-16 19:14:52.384 | | subnets | | 2025-04-16 19:14:52.384 | | tags | | 2025-04-16 19:14:52.384 | | tenant_id | 02796dfa696c46f98aba9ec6c16fb9fb | 2025-04-16 19:14:52.384 | | updated_at | 2025-04-16T19:14:52Z | 2025-04-16 19:14:52.384 | +---------------------------+--------------------------------------+ 2025-04-16 19:14:52.514 | ++ 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 19:14:53.732 | +----------------------+--------------------------------------+ 2025-04-16 19:14:53.732 | | Field | Value | 2025-04-16 19:14:53.732 | +----------------------+--------------------------------------+ 2025-04-16 19:14:53.732 | | allocation_pools | 192.168.233.2-192.168.233.254 | 2025-04-16 19:14:53.732 | | cidr | 192.168.233.0/24 | 2025-04-16 19:14:53.732 | | created_at | 2025-04-16T19:14:53Z | 2025-04-16 19:14:53.732 | | description | shared-subnet | 2025-04-16 19:14:53.732 | | dns_nameservers | | 2025-04-16 19:14:53.732 | | dns_publish_fixed_ip | None | 2025-04-16 19:14:53.732 | | enable_dhcp | True | 2025-04-16 19:14:53.732 | | gateway_ip | 192.168.233.1 | 2025-04-16 19:14:53.732 | | host_routes | | 2025-04-16 19:14:53.732 | | id | 9702f322-3fe2-4cf4-9899-08beeb9681d9 | 2025-04-16 19:14:53.732 | | ip_version | 4 | 2025-04-16 19:14:53.732 | | ipv6_address_mode | None | 2025-04-16 19:14:53.732 | | ipv6_ra_mode | None | 2025-04-16 19:14:53.732 | | name | shared-subnet | 2025-04-16 19:14:53.732 | | network_id | cbdaa0f2-8d96-4126-a9c9-4b112484abc1 | 2025-04-16 19:14:53.732 | | project_id | 02796dfa696c46f98aba9ec6c16fb9fb | 2025-04-16 19:14:53.732 | | revision_number | 0 | 2025-04-16 19:14:53.732 | | segment_id | None | 2025-04-16 19:14:53.732 | | service_types | | 2025-04-16 19:14:53.732 | | subnetpool_id | None | 2025-04-16 19:14:53.732 | | tags | | 2025-04-16 19:14:53.732 | | updated_at | 2025-04-16T19:14:53Z | 2025-04-16 19:14:53.732 | +----------------------+--------------------------------------+ 2025-04-16 19:14:53.875 | ++ lib/tempest:configure_tempest:369 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_syslog False 2025-04-16 19:14:53.902 | ++ lib/tempest:configure_tempest:372 : iniset /opt/stack//tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2025-04-16 19:14:53.926 | ++ lib/tempest:configure_tempest:373 : mkdir -p /opt/stack/data/tempest 2025-04-16 19:14:53.929 | ++ lib/tempest:configure_tempest:374 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_stderr False 2025-04-16 19:14:53.953 | ++ lib/tempest:configure_tempest:375 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT log_file tempest.log 2025-04-16 19:14:53.975 | ++ lib/tempest:configure_tempest:376 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT debug True 2025-04-16 19:14:53.999 | ++ lib/tempest:configure_tempest:379 : iniset /opt/stack//tempest/etc/tempest.conf compute build_timeout 196 2025-04-16 19:14:54.023 | ++ lib/tempest:configure_tempest:380 : iniset /opt/stack//tempest/etc/tempest.conf volume build_timeout 196 2025-04-16 19:14:54.048 | ++ 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 19:14:54.074 | ++ 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 19:14:54.097 | ++ lib/tempest:configure_tempest:385 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2025-04-16 19:14:54.120 | ++ lib/tempest:configure_tempest:386 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_duration 10 2025-04-16 19:14:54.144 | ++ lib/tempest:configure_tempest:387 : iniset /opt/stack//tempest/etc/tempest.conf identity user_unique_last_password_count 2 2025-04-16 19:14:54.168 | ++ lib/tempest:configure_tempest:388 : [[ True == \T\r\u\e ]] 2025-04-16 19:14:54.170 | ++ lib/tempest:configure_tempest:389 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_username admin 2025-04-16 19:14:54.194 | ++ lib/tempest:configure_tempest:390 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_password nomoresecret 2025-04-16 19:14:54.216 | ++ lib/tempest:configure_tempest:391 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_project_name admin 2025-04-16 19:14:54.239 | ++ lib/tempest:configure_tempest:392 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_domain_name Default 2025-04-16 19:14:54.262 | ++ lib/tempest:configure_tempest:394 : '[' '' == True ']' 2025-04-16 19:14:54.264 | ++ lib/tempest:configure_tempest:399 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2025-04-16 19:14:54.293 | ++ lib/tempest:configure_tempest:401 : iniset /opt/stack//tempest/etc/tempest.conf identity auth_version v3 2025-04-16 19:14:54.315 | ++ lib/tempest:configure_tempest:402 : [[ '' != \v\2 ]] 2025-04-16 19:14:54.317 | ++ lib/tempest:configure_tempest:404 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2025-04-16 19:14:54.342 | ++ lib/tempest:configure_tempest:407 : is_service_enabled tls-proxy 2025-04-16 19:14:54.354 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:14:54.356 | ++ lib/tempest:configure_tempest:412 : [[ True = True ]] 2025-04-16 19:14:54.358 | ++ lib/tempest:configure_tempest:413 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2025-04-16 19:14:54.382 | ++ lib/tempest:configure_tempest:418 : is_service_enabled ldap 2025-04-16 19:14:54.394 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:14:54.396 | ++ lib/tempest:configure_tempest:424 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled project_tags True 2025-04-16 19:14:54.420 | ++ lib/tempest:configure_tempest:428 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2025-04-16 19:14:54.442 | ++ lib/tempest:configure_tempest:432 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled access_rules True 2025-04-16 19:14:54.465 | ++ lib/tempest:configure_tempest:437 : [[ ! -z '' ]] 2025-04-16 19:14:54.467 | ++ lib/tempest:configure_tempest:440 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled import_image False 2025-04-16 19:14:54.492 | ++ lib/tempest:configure_tempest:441 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled os_glance_reserved True 2025-04-16 19:14:54.515 | ++ lib/tempest:configure_tempest:442 : is_service_enabled g-api-r 2025-04-16 19:14:54.527 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:14:54.529 | ++ lib/tempest:configure_tempest:447 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref 1feed0b9-f929-4ce4-9c61-ef25290c6d99 2025-04-16 19:14:54.552 | ++ lib/tempest:configure_tempest:448 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref_alt 1feed0b9-f929-4ce4-9c61-ef25290c6d99 2025-04-16 19:14:54.575 | ++ lib/tempest:configure_tempest:449 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref 42 2025-04-16 19:14:54.600 | ++ lib/tempest:configure_tempest:450 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref_alt 84 2025-04-16 19:14:54.625 | ++ lib/tempest:configure_tempest:451 : iniset /opt/stack//tempest/etc/tempest.conf validation connect_method floating 2025-04-16 19:14:54.652 | ++ lib/tempest:configure_tempest:452 : is_service_enabled neutron 2025-04-16 19:14:54.664 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:14:54.666 | ++ lib/tempest:configure_tempest:460 : [[ -n '' ]] 2025-04-16 19:14:54.668 | ++ lib/tempest:configure_tempest:470 : local tempest_compute_min_microversion=None 2025-04-16 19:14:54.670 | ++ lib/tempest:configure_tempest:471 : local tempest_compute_max_microversion=2.95 2025-04-16 19:14:54.672 | ++ lib/tempest:configure_tempest:474 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2025-04-16 19:14:54.674 | ++ lib/tempest:configure_tempest:478 : '[' None == None ']' 2025-04-16 19:14:54.676 | ++ lib/tempest:configure_tempest:479 : inicomment /opt/stack//tempest/etc/tempest.conf compute min_microversion 2025-04-16 19:14:54.690 | ++ lib/tempest:configure_tempest:483 : '[' 2.95 == None ']' 2025-04-16 19:14:54.691 | ++ lib/tempest:configure_tempest:486 : iniset /opt/stack//tempest/etc/tempest.conf compute max_microversion 2.95 2025-04-16 19:14:54.714 | ++ lib/tempest:configure_tempest:489 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled personality False 2025-04-16 19:14:54.739 | ++ lib/tempest:configure_tempest:490 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled resize True 2025-04-16 19:14:54.762 | ++ lib/tempest:configure_tempest:491 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migration False 2025-04-16 19:14:54.785 | ++ lib/tempest:configure_tempest:492 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled change_password False 2025-04-16 19:14:54.810 | ++ lib/tempest:configure_tempest:493 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration False 2025-04-16 19:14:54.834 | ++ lib/tempest:configure_tempest:494 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2025-04-16 19:14:54.858 | ++ lib/tempest:configure_tempest:495 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume True 2025-04-16 19:14:54.881 | ++ lib/tempest:configure_tempest:498 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled hostname_fqdn_sanitization True 2025-04-16 19:14:54.904 | ++ lib/tempest:configure_tempest:500 : [[ -n ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2025-04-16 19:14:54.906 | ++ 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 19:14:54.929 | ++ lib/tempest:configure_tempest:504 : [[ False == \T\r\u\e ]] 2025-04-16 19:14:54.930 | ++ lib/tempest:configure_tempest:508 : is_service_enabled n-novnc 2025-04-16 19:14:54.943 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:14:54.945 | ++ lib/tempest:configure_tempest:513 : iniset /opt/stack//tempest/etc/tempest.conf network project_networks_reachable false 2025-04-16 19:14:54.967 | ++ lib/tempest:configure_tempest:514 : iniset /opt/stack//tempest/etc/tempest.conf network public_network_id fb7b0e01-7830-4ebb-85f7-c902304b43de 2025-04-16 19:14:54.990 | ++ lib/tempest:configure_tempest:515 : iniset /opt/stack//tempest/etc/tempest.conf network public_router_id '' 2025-04-16 19:14:55.013 | ++ lib/tempest:configure_tempest:516 : iniset /opt/stack//tempest/etc/tempest.conf network default_network 192.168.128.0/17 2025-04-16 19:14:55.036 | ++ lib/tempest:configure_tempest:517 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6 False 2025-04-16 19:14:55.060 | ++ lib/tempest:configure_tempest:518 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2025-04-16 19:14:55.082 | ++ lib/tempest:configure_tempest:519 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled port_security True 2025-04-16 19:14:55.106 | ++ lib/tempest:configure_tempest:521 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope neutron False 2025-04-16 19:14:55.130 | ++ lib/tempest:configure_tempest:524 : SCENARIO_IMAGE_DIR=/opt/stack/devstack/files 2025-04-16 19:14:55.132 | ++ lib/tempest:configure_tempest:525 : SCENARIO_IMAGE_FILE= 2025-04-16 19:14:55.134 | ++ lib/tempest:configure_tempest:526 : SCENARIO_IMAGE_TYPE=cirros 2025-04-16 19:14:55.136 | ++ lib/tempest:configure_tempest:527 : iniset /opt/stack//tempest/etc/tempest.conf scenario img_file /opt/stack/devstack/files/ 2025-04-16 19:14:55.161 | ++ lib/tempest:configure_tempest:531 : [[ cirros == \c\i\r\r\o\s ]] 2025-04-16 19:14:55.163 | +++ lib/tempest:configure_tempest:534 : echo 0.6.2 2025-04-16 19:14:55.164 | +++ lib/tempest:configure_tempest:534 : tr -d . 2025-04-16 19:14:55.167 | ++ lib/tempest:configure_tempest:534 : [[ 062 -ge 060 ]] 2025-04-16 19:14:55.169 | ++ lib/tempest:configure_tempest:535 : iniset /opt/stack//tempest/etc/tempest.conf scenario dhcp_client dhcpcd 2025-04-16 19:14:55.192 | ++ lib/tempest:configure_tempest:540 : TEMPEST_SSH_NETWORK_NAME=private 2025-04-16 19:14:55.193 | ++ lib/tempest:configure_tempest:541 : is_provider_network 2025-04-16 19:14:55.195 | ++ functions-common:is_provider_network:2249 : '[' '' == True ']' 2025-04-16 19:14:55.197 | ++ functions-common:is_provider_network:2252 : return 1 2025-04-16 19:14:55.199 | ++ lib/tempest:configure_tempest:545 : iniset /opt/stack//tempest/etc/tempest.conf validation run_validation True 2025-04-16 19:14:55.222 | ++ lib/tempest:configure_tempest:546 : iniset /opt/stack//tempest/etc/tempest.conf validation ip_version_for_ssh 4 2025-04-16 19:14:55.245 | ++ lib/tempest:configure_tempest:547 : iniset /opt/stack//tempest/etc/tempest.conf validation ssh_timeout 196 2025-04-16 19:14:55.268 | ++ lib/tempest:configure_tempest:548 : iniset /opt/stack//tempest/etc/tempest.conf validation image_ssh_user cirros 2025-04-16 19:14:55.290 | ++ lib/tempest:configure_tempest:549 : iniset /opt/stack//tempest/etc/tempest.conf validation image_alt_ssh_user cirros 2025-04-16 19:14:55.313 | ++ lib/tempest:configure_tempest:550 : iniset /opt/stack//tempest/etc/tempest.conf validation network_for_ssh private 2025-04-16 19:14:55.335 | ++ lib/tempest:configure_tempest:554 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-16 19:14:55.337 | +++ lib/tempest:configure_tempest:557 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2025-04-16 19:14:55.349 | ++ lib/tempest:configure_tempest:557 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_snapshot False 2025-04-16 19:14:55.373 | ++ lib/tempest:configure_tempest:559 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-16 19:14:55.375 | +++ lib/tempest:configure_tempest:562 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2025-04-16 19:14:55.387 | ++ lib/tempest:configure_tempest:562 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_volume False 2025-04-16 19:14:55.410 | ++ lib/tempest:configure_tempest:565 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-16 19:14:55.412 | +++ lib/tempest:configure_tempest:568 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2025-04-16 19:14:55.424 | ++ lib/tempest:configure_tempest:568 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume False 2025-04-16 19:14:55.447 | ++ lib/tempest:configure_tempest:570 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-16 19:14:55.449 | +++ lib/tempest:configure_tempest:573 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2025-04-16 19:14:55.462 | ++ lib/tempest:configure_tempest:573 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled volume_revert False 2025-04-16 19:14:55.484 | ++ lib/tempest:configure_tempest:574 : local tempest_volume_min_microversion=None 2025-04-16 19:14:55.485 | ++ lib/tempest:configure_tempest:575 : local tempest_volume_max_microversion=3.70 2025-04-16 19:14:55.487 | ++ lib/tempest:configure_tempest:576 : '[' None == None ']' 2025-04-16 19:14:55.489 | ++ lib/tempest:configure_tempest:577 : inicomment /opt/stack//tempest/etc/tempest.conf volume min_microversion 2025-04-16 19:14:55.503 | ++ lib/tempest:configure_tempest:582 : '[' 3.70 == None ']' 2025-04-16 19:14:55.504 | ++ lib/tempest:configure_tempest:585 : iniset /opt/stack//tempest/etc/tempest.conf volume max_microversion 3.70 2025-04-16 19:14:55.527 | ++ lib/tempest:configure_tempest:588 : is_service_enabled c-bak 2025-04-16 19:14:55.539 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:14:55.541 | ++ lib/tempest:configure_tempest:589 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled backup False 2025-04-16 19:14:55.563 | ++ lib/tempest:configure_tempest:595 : [[ -n vmdk:vsphere ]] 2025-04-16 19:14:55.565 | ++ lib/tempest:configure_tempest:595 : [[ vmdk:vsphere =~ .*,.* ]] 2025-04-16 19:14:55.567 | ++ lib/tempest:configure_tempest:615 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2025-04-16 19:14:55.568 | ++ lib/tempest:configure_tempest:619 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2025-04-16 19:14:55.570 | ++ lib/tempest:configure_tempest:624 : [[ False == \T\r\u\e ]] 2025-04-16 19:14:55.572 | ++ lib/tempest:configure_tempest:633 : local tempest_placement_min_microversion=None 2025-04-16 19:14:55.574 | ++ lib/tempest:configure_tempest:634 : local tempest_placement_max_microversion=1.39 2025-04-16 19:14:55.575 | ++ lib/tempest:configure_tempest:635 : '[' None == None ']' 2025-04-16 19:14:55.577 | ++ lib/tempest:configure_tempest:636 : inicomment /opt/stack//tempest/etc/tempest.conf placement min_microversion 2025-04-16 19:14:55.591 | ++ lib/tempest:configure_tempest:640 : '[' 1.39 == None ']' 2025-04-16 19:14:55.593 | ++ lib/tempest:configure_tempest:643 : iniset /opt/stack//tempest/etc/tempest.conf placement max_microversion 1.39 2025-04-16 19:14:55.617 | ++ lib/tempest:configure_tempest:647 : '[' vsphere = ironic ']' 2025-04-16 19:14:55.619 | ++ lib/tempest:configure_tempest:661 : '[' vsphere = libvirt ']' 2025-04-16 19:14:55.621 | ++ lib/tempest:configure_tempest:685 : local service 2025-04-16 19:14:55.622 | ++ lib/tempest:configure_tempest:686 : local tempest_services=key,glance,nova,neutron,cinder,swift,horizon 2025-04-16 19:14:55.624 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-16 19:14:55.626 | ++ lib/tempest:configure_tempest:688 : is_service_enabled key 2025-04-16 19:14:55.638 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:14:55.640 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available key True 2025-04-16 19:14:55.665 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-16 19:14:55.666 | ++ lib/tempest:configure_tempest:688 : is_service_enabled glance 2025-04-16 19:14:55.679 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:14:55.681 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available glance True 2025-04-16 19:14:55.704 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-16 19:14:55.706 | ++ lib/tempest:configure_tempest:688 : is_service_enabled nova 2025-04-16 19:14:55.718 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:14:55.720 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available nova True 2025-04-16 19:14:55.743 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-16 19:14:55.745 | ++ lib/tempest:configure_tempest:688 : is_service_enabled neutron 2025-04-16 19:14:55.757 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:14:55.759 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available neutron True 2025-04-16 19:14:55.782 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-16 19:14:55.784 | ++ lib/tempest:configure_tempest:688 : is_service_enabled cinder 2025-04-16 19:14:55.797 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:14:55.799 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available cinder True 2025-04-16 19:14:55.822 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-16 19:14:55.824 | ++ lib/tempest:configure_tempest:688 : is_service_enabled swift 2025-04-16 19:14:55.836 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:14:55.838 | ++ lib/tempest:configure_tempest:691 : iniset /opt/stack//tempest/etc/tempest.conf service_available swift False 2025-04-16 19:14:55.861 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-16 19:14:55.862 | ++ lib/tempest:configure_tempest:688 : is_service_enabled horizon 2025-04-16 19:14:55.875 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:14:55.876 | ++ lib/tempest:configure_tempest:691 : iniset /opt/stack//tempest/etc/tempest.conf service_available horizon False 2025-04-16 19:14:55.899 | ++ lib/tempest:configure_tempest:699 : [[ False == True ]] 2025-04-16 19:14:55.901 | ++ lib/tempest:configure_tempest:699 : [[ False == True ]] 2025-04-16 19:14:55.903 | ++ lib/tempest:configure_tempest:705 : [[ True == True ]] 2025-04-16 19:14:55.905 | ++ lib/tempest:configure_tempest:706 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope nova true 2025-04-16 19:14:55.928 | ++ lib/tempest:configure_tempest:709 : [[ False == True ]] 2025-04-16 19:14:55.930 | ++ lib/tempest:configure_tempest:709 : [[ False == True ]] 2025-04-16 19:14:55.932 | ++ lib/tempest:configure_tempest:713 : [[ True == True ]] 2025-04-16 19:14:55.933 | ++ lib/tempest:configure_tempest:714 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope glance true 2025-04-16 19:14:55.956 | ++ lib/tempest:configure_tempest:717 : [[ False == True ]] 2025-04-16 19:14:55.958 | ++ lib/tempest:configure_tempest:717 : [[ False == True ]] 2025-04-16 19:14:55.960 | ++ lib/tempest:configure_tempest:721 : '[' vsphere = libvirt ']' 2025-04-16 19:14:55.962 | ++ lib/tempest:configure_tempest:731 : local tmp_cfg_file 2025-04-16 19:14:55.964 | +++ lib/tempest:configure_tempest:732 : mktemp 2025-04-16 19:14:55.967 | ++ lib/tempest:configure_tempest:732 : tmp_cfg_file=/tmp/tmp.gVSl7tHvqE 2025-04-16 19:14:55.969 | ++ lib/tempest:configure_tempest:733 : cd /opt/stack//tempest 2025-04-16 19:14:55.971 | ++ lib/tempest:configure_tempest:735 : local tmp_u_c_m 2025-04-16 19:14:55.973 | +++ lib/tempest:configure_tempest:736 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2025-04-16 19:14:55.976 | ++ lib/tempest:configure_tempest:736 : tmp_u_c_m=/tmp/tempest_u_c_m.vbkrUNnWvt 2025-04-16 19:14:55.978 | ++ lib/tempest:configure_tempest:737 : set_tempest_venv_constraints /tmp/tempest_u_c_m.vbkrUNnWvt 2025-04-16 19:14:55.980 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2025-04-16 19:14:55.982 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.vbkrUNnWvt 2025-04-16 19:14:55.984 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2025-04-16 19:14:55.986 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2025-04-16 19:14:55.988 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2025-04-16 19:14:55.993 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 19:14:55.995 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 19:14:55.997 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 19:14:55.999 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 19:14:56.001 | ++ lib/tempest:configure_tempest:738 : [[ False != \T\r\u\e ]] 2025-04-16 19:14:56.003 | ++ lib/tempest:configure_tempest:739 : tox -revenv-tempest --notest 2025-04-16 19:14:56.225 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2025-04-16 19:14:56.688 | venv-tempest installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2025-04-16 19:15:06.729 | venv-tempest develop-inst: /opt/stack/tempest 2025-04-16 19:15:09.639 | 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 19:15:09.640 | ___________________________________ summary ____________________________________ 2025-04-16 19:15:09.640 | venv-tempest: skipped tests 2025-04-16 19:15:09.640 | congratulations :) 2025-04-16 19:15:09.660 | ++ lib/tempest:configure_tempest:741 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.vbkrUNnWvt -r requirements.txt 2025-04-16 19:15:10.083 | /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 19:15:10.084 | dist.fetch_build_eggs(dist.setup_requires) 2025-04-16 19:15:10.159 | /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 19:15:10.159 | warnings.warn( 2025-04-16 19:15:10.159 | /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 19:15:10.159 | warnings.warn( 2025-04-16 19:15:10.220 | venv-tempest develop-inst-nodeps: /opt/stack/tempest 2025-04-16 19:15:12.346 | 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 19:15:12.347 | venv-tempest run-test-pre: PYTHONHASHSEED='664106689' 2025-04-16 19:15:12.347 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.vbkrUNnWvt -r requirements.txt 2025-04-16 19:15:13.174 | 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 19:15:13.175 | 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 19:15:13.175 | 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 19:15:13.176 | 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 19:15:13.177 | 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 19:15:13.177 | 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 19:15:13.178 | 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 19:15:13.179 | 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 19:15:13.180 | 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 19:15:13.180 | 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 19:15:13.181 | 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 19:15:13.182 | 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 19:15:13.183 | 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 19:15:13.183 | 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 19:15:13.184 | 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 19:15:13.185 | 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 19:15:13.186 | 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 19:15:13.186 | 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 19:15:13.187 | 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 19:15:13.188 | 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 19:15:13.189 | 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 19:15:13.189 | 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 19:15:13.190 | 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 19:15:13.192 | 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 19:15:13.197 | 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 19:15:13.198 | 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 19:15:13.215 | 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 19:15:13.216 | 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 19:15:13.217 | 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 19:15:13.217 | 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 19:15:13.233 | 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 19:15:13.234 | 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 19:15:13.253 | 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 19:15:13.264 | 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 19:15:13.279 | 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 19:15:13.279 | 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 19:15:13.292 | 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 19:15:13.293 | 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 19:15:13.309 | 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 19:15:13.309 | 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 19:15:13.310 | 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 19:15:13.314 | 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 19:15:13.315 | 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 19:15:13.324 | 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 19:15:13.325 | 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 19:15:13.325 | 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 19:15:13.326 | 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 19:15:13.353 | 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 19:15:13.376 | 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 19:15:13.452 | 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 19:15:13.460 | 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 19:15:13.542 | 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 19:15:13.551 | 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 19:15:13.563 | 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 19:15:13.563 | 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 19:15:13.564 | 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 19:15:13.728 | WARNING: There was an error checking the latest version of pip. 2025-04-16 19:15:13.803 | ___________________________________ summary ____________________________________ 2025-04-16 19:15:13.803 | venv-tempest: commands succeeded 2025-04-16 19:15:13.803 | congratulations :) 2025-04-16 19:15:13.824 | ++ lib/tempest:configure_tempest:742 : rm -f /tmp/tempest_u_c_m.vbkrUNnWvt 2025-04-16 19:15:13.827 | ++ lib/tempest:configure_tempest:745 : [[ False == \T\r\u\e ]] 2025-04-16 19:15:13.829 | ++ lib/tempest:configure_tempest:753 : [[ True == \F\a\l\s\e ]] 2025-04-16 19:15:13.831 | ++ lib/tempest:configure_tempest:757 : iniset /opt/stack//tempest/etc/tempest.conf auth use_dynamic_credentials True 2025-04-16 19:15:13.855 | ++ lib/tempest:configure_tempest:763 : tox -evenv -- tempest verify-config -uro /tmp/tmp.gVSl7tHvqE 2025-04-16 19:15:14.084 | venv create: /opt/stack/tempest/.tox/venv 2025-04-16 19:15:14.371 | 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 19:15:28.980 | venv develop-inst: /opt/stack/tempest 2025-04-16 19:15:32.433 | 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 19:15:32.434 | venv run-test-pre: PYTHONHASHSEED='752908325' 2025-04-16 19:15:32.434 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.gVSl7tHvqE 2025-04-16 19:15:32.563 | /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 19:15:32.563 | debtcollector.deprecate( 2025-04-16 19:15:32.729 | /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 19:15:32.729 | FORMAT_CHECKER = jsonschema.draft4_format_checker 2025-04-16 19:15:32.729 | /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 19:15:32.729 | @jsonschema.FormatChecker.cls_checks('base64') 2025-04-16 19:15:32.990 | /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 19:15:32.990 | warnings.warn( 2025-04-16 19:15:33.171 | /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 19:15:33.172 | for key, value in info.getheaders().items(): 2025-04-16 19:15:33.198 | /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 19:15:33.198 | for key, value in info.getheaders().items(): 2025-04-16 19:15:33.417 | /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 19:15:33.417 | for key, value in info.getheaders().items(): 2025-04-16 19:15:33.417 | /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 19:15:33.417 | _client = klass(auth_provider=auth_provider, **kwargs) 2025-04-16 19:15:34.099 | ___________________________________ summary ____________________________________ 2025-04-16 19:15:34.099 | venv: commands succeeded 2025-04-16 19:15:34.099 | congratulations :) 2025-04-16 19:15:34.120 | ++ lib/tempest:configure_tempest:768 : is_service_enabled q-metering neutron-metering 2025-04-16 19:15:34.134 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 19:15:34.135 | ++ lib/tempest:configure_tempest:769 : DISABLE_NETWORK_API_EXTENSIONS+=', metering' 2025-04-16 19:15:34.137 | ++ lib/tempest:configure_tempest:773 : is_service_enabled q-l3 neutron-l3 2025-04-16 19:15:34.150 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 19:15:34.152 | ++ lib/tempest:configure_tempest:777 : DEFAULT_NET_EXT=address-scope,agent,allowed-address-pairs,auto-allocated-topology 2025-04-16 19:15:34.154 | ++ lib/tempest:configure_tempest:778 : DEFAULT_NET_EXT+=,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler 2025-04-16 19:15:34.156 | ++ lib/tempest:configure_tempest:779 : DEFAULT_NET_EXT+=,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors 2025-04-16 19:15:34.158 | ++ lib/tempest:configure_tempest:780 : DEFAULT_NET_EXT+=,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu 2025-04-16 19:15:34.160 | ++ lib/tempest:configure_tempest:781 : DEFAULT_NET_EXT+=,network-ip-availability,network_availability_zone,pagination 2025-04-16 19:15:34.162 | ++ lib/tempest:configure_tempest:782 : DEFAULT_NET_EXT+=,port-security,project-id,provider,quotas,quota_details,rbac-policies 2025-04-16 19:15:34.163 | ++ lib/tempest:configure_tempest:783 : DEFAULT_NET_EXT+=,revision-if-match,router,router_availability_zone,security-group,service-type,sorting 2025-04-16 19:15:34.165 | ++ lib/tempest:configure_tempest:784 : DEFAULT_NET_EXT+=,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp 2025-04-16 19:15:34.167 | ++ lib/tempest:configure_tempest:785 : DEFAULT_NET_EXT+=,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering 2025-04-16 19:15:34.169 | ++ lib/tempest:configure_tempest:786 : DEFAULT_NET_EXT+=,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate 2025-04-16 19:15:34.171 | ++ lib/tempest:configure_tempest:787 : DEFAULT_NET_EXT+=,port-security-groups-filtering,fip-port-details,binding-extended 2025-04-16 19:15:34.173 | ++ lib/tempest:configure_tempest:788 : DEFAULT_NET_EXT+=,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced 2025-04-16 19:15:34.175 | ++ 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 19:15:34.177 | ++ 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 19:15:34.179 | ++ 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 19:15:34.180 | ++ lib/tempest:configure_tempest:792 : DEFAULT_NET_EXT+=,rbac-address-group,port-device-profile 2025-04-16 19:15:34.182 | ++ lib/tempest:configure_tempest:793 : DEFAULT_NET_EXT+=,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn 2025-04-16 19:15:34.184 | ++ lib/tempest:configure_tempest:794 : DEFAULT_NET_EXT+=,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges 2025-04-16 19:15:34.186 | ++ lib/tempest:configure_tempest:796 : DEFAULT_NET_EXT+=,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit 2025-04-16 19:15:34.188 | ++ lib/tempest:configure_tempest:797 : DEFAULT_NET_EXT+=,port-resource-request-groups 2025-04-16 19:15:34.190 | ++ lib/tempest:configure_tempest:799 : DEFAULT_NET_EXT+=,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete 2025-04-16 19:15:34.192 | ++ lib/tempest:configure_tempest:801 : DEFAULT_NET_EXT+=,port-hints,floating-ip-distributed 2025-04-16 19:15:34.194 | ++ lib/tempest:configure_tempest:803 : DEFAULT_NET_EXT+=,port-hint-ovs-tx-steering,enable-default-route-bfd 2025-04-16 19:15:34.196 | ++ lib/tempest:configure_tempest:804 : DEFAULT_NET_EXT+=,enable-default-route-ecmp,standard-attr-fwaas-v2 2025-04-16 19:15:34.198 | ++ lib/tempest:configure_tempest:805 : DEFAULT_NET_EXT+=,allowed-address-pairs-atomic,network_ha 2025-04-16 19:15:34.199 | ++ lib/tempest:configure_tempest:806 : DEFAULT_NET_EXT+=,security-groups-rules-belongs-to-default-sg 2025-04-16 19:15:34.202 | ++ lib/tempest:configure_tempest:807 : DEFAULT_NET_EXT+=,port-hardware-offload-type 2025-04-16 19:15:34.204 | ++ 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 19:15:34.205 | ++ lib/tempest:configure_tempest:809 : [[ ! -z , metering ]] 2025-04-16 19:15:34.208 | +++ lib/tempest:configure_tempest:811 : iniget /tmp/tmp.gVSl7tHvqE network-feature-enabled api_extensions 2025-04-16 19:15:34.208 | +++ lib/tempest:configure_tempest:811 : tr -d ' ' 2025-04-16 19:15:34.225 | ++ 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 19:15:34.228 | +++ 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 19:15:34.231 | +++ 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 19:15:34.233 | +++ lib/tempest:remove_disabled_extensions:111 : shift 2025-04-16 19:15:34.235 | +++ lib/tempest:remove_disabled_extensions:112 : local 'disabled_exts=, metering' 2025-04-16 19:15:34.237 | +++ 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 19:15:34.251 | +++ 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 19:15:34.266 | ++ 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 19:15:34.268 | ++ lib/tempest:configure_tempest:815 : [[ -n '' ]] 2025-04-16 19:15:34.270 | ++ 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 19:15:34.294 | ++ lib/tempest:configure_tempest:820 : DEFAULT_SWIFT_OPT=account_quotas,bulk_delete,bulk_upload,container_quotas 2025-04-16 19:15:34.296 | ++ lib/tempest:configure_tempest:821 : DEFAULT_SWIFT_OPT+=,container_sync,crossdomain,formpost,ratelimit,slo 2025-04-16 19:15:34.298 | ++ lib/tempest:configure_tempest:822 : DEFAULT_SWIFT_OPT+=,staticweb,tempauth,tempurl,versioned_writes 2025-04-16 19:15:34.300 | ++ 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 19:15:34.303 | ++ lib/tempest:configure_tempest:824 : [[ ! -z '' ]] 2025-04-16 19:15:34.305 | ++ 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 19:15:34.331 | ++ lib/tempest:configure_tempest:832 : DEFAULT_VOL_EXT=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups 2025-04-16 19:15:34.333 | ++ lib/tempest:configure_tempest:833 : DEFAULT_VOL_EXT+=,encryption,os-admin-actions,os-availability-zone 2025-04-16 19:15:34.335 | ++ lib/tempest:configure_tempest:834 : DEFAULT_VOL_EXT+=,os-extended-services,os-extended-snapshot-attributes 2025-04-16 19:15:34.337 | ++ lib/tempest:configure_tempest:835 : DEFAULT_VOL_EXT+=,os-hosts,os-quota-class-sets,os-quota-sets 2025-04-16 19:15:34.339 | ++ lib/tempest:configure_tempest:836 : DEFAULT_VOL_EXT+=,os-services,os-snapshot-actions,os-snapshot-manage 2025-04-16 19:15:34.341 | ++ lib/tempest:configure_tempest:837 : DEFAULT_VOL_EXT+=,os-snapshot-unmanage,os-types-extra-specs,os-types-manage 2025-04-16 19:15:34.343 | ++ lib/tempest:configure_tempest:838 : DEFAULT_VOL_EXT+=,os-used-limits,os-vol-host-attr,os-vol-image-meta 2025-04-16 19:15:34.345 | ++ lib/tempest:configure_tempest:839 : DEFAULT_VOL_EXT+=,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions 2025-04-16 19:15:34.347 | ++ lib/tempest:configure_tempest:840 : DEFAULT_VOL_EXT+=,os-volume-encryption-metadata,os-volume-manage 2025-04-16 19:15:34.349 | ++ lib/tempest:configure_tempest:841 : DEFAULT_VOL_EXT+=,os-volume-transfer,os-volume-type-access 2025-04-16 19:15:34.351 | ++ lib/tempest:configure_tempest:842 : DEFAULT_VOL_EXT+=,os-volume-unmanage,qos-specs,scheduler-stats 2025-04-16 19:15:34.353 | ++ 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 19:15:34.355 | ++ lib/tempest:configure_tempest:844 : [[ ! -z '' ]] 2025-04-16 19:15:34.357 | ++ 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 19:15:34.380 | ++ lib/tempest:configure_tempest:853 : IFS=' 2025-04-16 19:15:34.380 | ' 2025-04-16 19:15:34.382 | ++ extras.d/80-tempest.sh:source:23 : echo_summary 'Installing Tempest Plugins' 2025-04-16 19:15:34.384 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 19:15:34.386 | ++ stack.sh:echo_summary:461 : echo -e Installing Tempest Plugins 2025-04-16 19:15:34.388 | ++ extras.d/80-tempest.sh:source:24 : install_tempest_plugins 2025-04-16 19:15:34.390 | ++ lib/tempest:install_tempest_plugins:887 : pushd /opt/stack//tempest 2025-04-16 19:15:34.390 | ~/tempest ~/tempest 2025-04-16 19:15:34.392 | ++ lib/tempest:install_tempest_plugins:888 : [[ 0 != 0 ]] 2025-04-16 19:15:34.394 | ++ lib/tempest:install_tempest_plugins:897 : popd 2025-04-16 19:15:34.394 | ~/tempest 2025-04-16 19:15:34.396 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-16 19:15:34.398 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-16 19:15:34.400 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 19:15:34.403 | + 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 19:15:34.405 | + functions-common:run_phase:1855 : run_plugins stack test-config 2025-04-16 19:15:34.407 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-16 19:15:34.409 | + functions-common:run_plugins:1815 : local phase=test-config 2025-04-16 19:15:34.412 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-16 19:15:34.414 | + functions-common:run_plugins:1818 : local plugin 2025-04-16 19:15:34.416 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-16 19:15:34.419 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-16 19:15:34.421 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-16 19:15:34.423 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack test-config 2025-04-16 19:15:34.426 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 19:15:34.428 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 19:15:34.430 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2025-04-16 19:15:34.433 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-16 19:15:34.435 | ++ /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 19:15:34.437 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-04-16 19:15:34.439 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ test-config == \e\x\t\r\a ]] 2025-04-16 19:15:34.441 | + stack.sh:main:1514 : merge_config_group /opt/stack/devstack/local.conf test-config 2025-04-16 19:15:34.443 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-16 19:15:34.446 | + inc/meta-config:merge_config_group:171 : shift 2025-04-16 19:15:34.448 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2025-04-16 19:15:34.450 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 19:15:34.452 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-16 19:15:34.454 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-16 19:15:34.457 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf test-config 2025-04-16 19:15:34.459 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-16 19:15:34.462 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2025-04-16 19:15:34.464 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 19:15:34.466 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2025-04-16 19:15:34.466 | /^\[\[.+\|.*\]\]/ { 2025-04-16 19:15:34.466 | gsub("[][]", "", $1); 2025-04-16 19:15:34.466 | split($1, a, "|"); 2025-04-16 19:15:34.466 | if (a[1] == matchgroup) 2025-04-16 19:15:34.466 | print a[2] 2025-04-16 19:15:34.466 | } 2025-04-16 19:15:34.466 | ' /opt/stack/devstack/local.conf ========================= DevStack Component Timing (times are in seconds) ========================= wait_for_service 9 async_wait 41 osc 148 apt-get 44 test_with_retry 3 dbsync 2 pip_install 102 apt-get-update 23 run_process 16 git_timed 79 ------------------------- Unaccounted time 56 ========================= Total runtime 523 ================= Async summary ================= Time spent in the background minus waits: 178 sec Elapsed time: 523 sec Time if we did everything serially: 701 sec Speedup: 1.34034 Post-stack database query stats: +------------+-----------+-------+ | db | op | count | +------------+-----------+-------+ | keystone | SELECT | 36798 | | keystone | INSERT | 93 | | keystone | UPDATE | 7 | | neutron | SELECT | 3458 | | 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 | 63 | | nova_cell0 | SELECT | 12 | | nova_cell1 | INSERT | 5 | | nova_cell1 | UPDATE | 3 | | cinder | SELECT | 118 | | 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 | +------------+-----------+-------+ 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