2025-03-07 07:45:05.672 | + stack.sh:main:496 : exec 2025-03-07 07:45:05.672 | ++ stack.sh:main:496 : /usr/bin/python3.10 /opt/stack/devstack/tools/outfilter.py -o /opt/stack//logs/stack.sh.log.2025-03-07-074505.summary.2025-03-07-074505 2025-03-07 07:45:05.672 | + stack.sh:main:504 : echo_summary 'stack.sh log /opt/stack//logs/stack.sh.log.2025-03-07-074505' 2025-03-07 07:45:05.672 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:45:05.672 | + stack.sh:echo_summary:455 : echo -e stack.sh log /opt/stack//logs/stack.sh.log.2025-03-07-074505 2025-03-07 07:45:05.672 | + stack.sh:main:506 : ln -sf /opt/stack//logs/stack.sh.log.2025-03-07-074505 /opt/stack//logs/stack.sh.log 2025-03-07 07:45:05.672 | + stack.sh:main:507 : ln -sf /opt/stack//logs/stack.sh.log.2025-03-07-074505.summary.2025-03-07-074505 /opt/stack//logs/stack.sh.log.summary 2025-03-07 07:45:05.672 | + stack.sh:main:522 : check_path_perm_sanity /opt/stack/ 2025-03-07 07:45:05.672 | + functions:check_path_perm_sanity:607 : local real_path 2025-03-07 07:45:05.672 | ++ functions:check_path_perm_sanity:608 : readlink -f /opt/stack/ 2025-03-07 07:45:05.672 | + functions:check_path_perm_sanity:608 : real_path=/opt/stack 2025-03-07 07:45:05.672 | + functions:check_path_perm_sanity:609 : local rebuilt_path= 2025-03-07 07:45:05.672 | ++ functions:check_path_perm_sanity:610 : tr / ' ' 2025-03-07 07:45:05.672 | ++ functions:check_path_perm_sanity:610 : echo /opt/stack 2025-03-07 07:45:05.672 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2025-03-07 07:45:05.672 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt 2025-03-07 07:45:05.672 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt 2025-03-07 07:45:05.674 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2025-03-07 07:45:05.676 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2025-03-07 07:45:05.677 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt/stack 2025-03-07 07:45:05.679 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt/stack 2025-03-07 07:45:05.681 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2025-03-07 07:45:05.682 | + stack.sh:main:528 : trap exit_trap EXIT 2025-03-07 07:45:05.684 | + stack.sh:main:569 : trap err_trap ERR 2025-03-07 07:45:05.685 | + stack.sh:main:582 : set -o errexit 2025-03-07 07:45:05.687 | + stack.sh:main:585 : uname -a 2025-03-07 07:45:05.688 | 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-03-07 07:45:05.689 | + stack.sh:main:588 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2025-03-07 07:45:05.691 | + stack.sh:main:589 : rm -f /opt/stack/data/ca-bundle.pem 2025-03-07 07:45:05.693 | + stack.sh:main:592 : source /opt/stack/devstack/lib/database 2025-03-07 07:45:05.716 | + stack.sh:main:593 : source /opt/stack/devstack/lib/rpc_backend 2025-03-07 07:45:05.727 | + stack.sh:main:599 : fetch_plugins 2025-03-07 07:45:05.728 | + functions-common:fetch_plugins:1781 : local plugins=,networking-nsx-t 2025-03-07 07:45:05.730 | + functions-common:fetch_plugins:1782 : local plugin 2025-03-07 07:45:05.731 | + functions-common:fetch_plugins:1785 : [[ -z ,networking-nsx-t ]] 2025-03-07 07:45:05.732 | + functions-common:fetch_plugins:1789 : echo 'Fetching DevStack plugins' 2025-03-07 07:45:05.732 | Fetching DevStack plugins 2025-03-07 07:45:05.734 | + functions-common:fetch_plugins:1790 : for plugin in ${plugins//,/ } 2025-03-07 07:45:05.735 | + functions-common:fetch_plugins:1791 : git_clone_by_name networking-nsx-t 2025-03-07 07:45:05.737 | + functions-common:git_clone_by_name:704 : local name=networking-nsx-t 2025-03-07 07:45:05.738 | + functions-common:git_clone_by_name:705 : local repo=https://github.com/sapcc/networking-nsx-t 2025-03-07 07:45:05.739 | + functions-common:git_clone_by_name:706 : local dir=/opt/stack/networking-nsx-t 2025-03-07 07:45:05.741 | + functions-common:git_clone_by_name:707 : local branch=devstack 2025-03-07 07:45:05.742 | + functions-common:git_clone_by_name:708 : git_clone https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t devstack 2025-03-07 07:45:05.743 | + functions-common:git_clone:612 : local git_remote=https://github.com/sapcc/networking-nsx-t 2025-03-07 07:45:05.745 | + functions-common:git_clone:613 : local git_dest=/opt/stack/networking-nsx-t 2025-03-07 07:45:05.746 | + functions-common:git_clone:614 : local git_ref=devstack 2025-03-07 07:45:05.747 | + functions-common:git_clone:615 : local orig_dir 2025-03-07 07:45:05.749 | ++ functions-common:git_clone:616 : pwd 2025-03-07 07:45:05.751 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2025-03-07 07:45:05.752 | + functions-common:git_clone:617 : local git_clone_flags= 2025-03-07 07:45:05.754 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2025-03-07 07:45:05.763 | + functions-common:git_clone:619 : RECLONE=False 2025-03-07 07:45:05.764 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2025-03-07 07:45:05.765 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2025-03-07 07:45:05.767 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2025-03-07 07:45:05.769 | + functions-common:git_clone:633 : echo devstack 2025-03-07 07:45:05.769 | + functions-common:git_clone:633 : egrep -q '^refs' 2025-03-07 07:45:05.772 | + functions-common:git_clone:647 : [[ ! -d /opt/stack/networking-nsx-t ]] 2025-03-07 07:45:05.773 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2025-03-07 07:45:05.775 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t 2025-03-07 07:45:05.776 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:45:05.777 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:45:05.779 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:45:05.780 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:45:05.781 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:45:05.783 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:45:05.784 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:45:05.785 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:45:05.787 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:45:05.790 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333505788 2025-03-07 07:45:05.791 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t 2025-03-07 07:45:05.794 | Cloning into '/opt/stack/networking-nsx-t'... 2025-03-07 07:45:06.731 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:45:06.733 | + functions-common:time_stop:2435 : local name 2025-03-07 07:45:06.734 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:45:06.735 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:45:06.737 | + functions-common:time_stop:2438 : local total 2025-03-07 07:45:06.738 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:45:06.740 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:45:06.741 | + functions-common:time_stop:2442 : start_time=1741333505788 2025-03-07 07:45:06.742 | + functions-common:time_stop:2444 : [[ -z 1741333505788 ]] 2025-03-07 07:45:06.744 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:45:06.746 | + functions-common:time_stop:2447 : end_time=1741333506745 2025-03-07 07:45:06.748 | + functions-common:time_stop:2448 : elapsed_time=957 2025-03-07 07:45:06.749 | + functions-common:time_stop:2449 : total=0 2025-03-07 07:45:06.750 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:45:06.752 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=957 2025-03-07 07:45:06.753 | + functions-common:git_clone:654 : cd /opt/stack/networking-nsx-t 2025-03-07 07:45:06.754 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin devstack 2025-03-07 07:45:06.756 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:45:06.757 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:45:06.758 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:45:06.760 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:45:06.761 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:45:06.762 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:45:06.764 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:45:06.765 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:45:06.767 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:45:06.769 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333506768 2025-03-07 07:45:06.770 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin devstack 2025-03-07 07:45:07.396 | From https://github.com/sapcc/networking-nsx-t 2025-03-07 07:45:07.396 | * branch devstack -> FETCH_HEAD 2025-03-07 07:45:07.400 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:45:07.401 | + functions-common:time_stop:2435 : local name 2025-03-07 07:45:07.403 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:45:07.404 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:45:07.406 | + functions-common:time_stop:2438 : local total 2025-03-07 07:45:07.407 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:45:07.408 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:45:07.410 | + functions-common:time_stop:2442 : start_time=1741333506768 2025-03-07 07:45:07.411 | + functions-common:time_stop:2444 : [[ -z 1741333506768 ]] 2025-03-07 07:45:07.413 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:45:07.415 | + functions-common:time_stop:2447 : end_time=1741333507414 2025-03-07 07:45:07.416 | + functions-common:time_stop:2448 : elapsed_time=646 2025-03-07 07:45:07.418 | + functions-common:time_stop:2449 : total=957 2025-03-07 07:45:07.419 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:45:07.420 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1603 2025-03-07 07:45:07.422 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2025-03-07 07:45:07.423 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:45:07.425 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:45:07.426 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:45:07.427 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:45:07.429 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:45:07.430 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:45:07.432 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:45:07.433 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:45:07.435 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:45:07.437 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333507435 2025-03-07 07:45:07.438 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-03-07 07:45:07.447 | Note: switching to 'FETCH_HEAD'. 2025-03-07 07:45:07.447 | 2025-03-07 07:45:07.447 | You are in 'detached HEAD' state. You can look around, make experimental 2025-03-07 07:45:07.447 | changes and commit them, and you can discard any commits you make in this 2025-03-07 07:45:07.447 | state without impacting any branches by switching back to a branch. 2025-03-07 07:45:07.447 | 2025-03-07 07:45:07.447 | If you want to create a new branch to retain commits you create, you may 2025-03-07 07:45:07.447 | do so (now or later) by using -c with the switch command. Example: 2025-03-07 07:45:07.447 | 2025-03-07 07:45:07.447 | git switch -c 2025-03-07 07:45:07.447 | 2025-03-07 07:45:07.447 | Or undo this operation with: 2025-03-07 07:45:07.447 | 2025-03-07 07:45:07.447 | git switch - 2025-03-07 07:45:07.447 | 2025-03-07 07:45:07.447 | Turn off this advice by setting config variable advice.detachedHead to false 2025-03-07 07:45:07.447 | 2025-03-07 07:45:07.447 | HEAD is now at 29bc664 Delay agent initialization 2025-03-07 07:45:07.449 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:45:07.451 | + functions-common:time_stop:2435 : local name 2025-03-07 07:45:07.452 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:45:07.453 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:45:07.455 | + functions-common:time_stop:2438 : local total 2025-03-07 07:45:07.456 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:45:07.457 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:45:07.459 | + functions-common:time_stop:2442 : start_time=1741333507435 2025-03-07 07:45:07.460 | + functions-common:time_stop:2444 : [[ -z 1741333507435 ]] 2025-03-07 07:45:07.462 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:45:07.464 | + functions-common:time_stop:2447 : end_time=1741333507463 2025-03-07 07:45:07.466 | + functions-common:time_stop:2448 : elapsed_time=28 2025-03-07 07:45:07.467 | + functions-common:time_stop:2449 : total=1603 2025-03-07 07:45:07.468 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:45:07.470 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1631 2025-03-07 07:45:07.471 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack/networking-nsx-t 2025-03-07 07:45:07.480 | + functions-common:git_clone:695 : cd /opt/stack/networking-nsx-t 2025-03-07 07:45:07.483 | + functions-common:git_clone:696 : git show --oneline 2025-03-07 07:45:07.483 | + functions-common:git_clone:696 : head -1 2025-03-07 07:45:07.485 | 29bc664 Delay agent initialization 2025-03-07 07:45:07.486 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2025-03-07 07:45:07.488 | + stack.sh:main:603 : run_phase override_defaults 2025-03-07 07:45:07.489 | + functions-common:run_phase:1863 : local mode=override_defaults 2025-03-07 07:45:07.491 | + functions-common:run_phase:1864 : local phase= 2025-03-07 07:45:07.492 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2025-03-07 07:45:07.494 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2025-03-07 07:45:07.495 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-03-07 07:45:07.497 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2025-03-07 07:45:07.498 | + functions-common:run_phase:1873 : local extra 2025-03-07 07:45:07.500 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-03-07 07:45:07.503 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2025-03-07 07:45:07.504 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-03-07 07:45:07.506 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-03-07 07:45:07.507 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh override_defaults 2025-03-07 07:45:07.509 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-03-07 07:45:07.518 | ++ functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:45:07.520 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2025-03-07 07:45:07.521 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2025-03-07 07:45:07.523 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2025-03-07 07:45:07.524 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2025-03-07 07:45:07.525 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2025-03-07 07:45:07.527 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2025-03-07 07:45:07.528 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2025-03-07 07:45:07.530 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2025-03-07 07:45:07.531 | + functions-common:run_phase:1884 : [[ override_defaults == \s\o\u\r\c\e ]] 2025-03-07 07:45:07.532 | + functions-common:run_phase:1887 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-03-07 07:45:07.534 | + functions-common:run_phase:1888 : plugin_override_defaults 2025-03-07 07:45:07.535 | + functions-common:plugin_override_defaults:1822 : local plugins=,networking-nsx-t 2025-03-07 07:45:07.537 | + functions-common:plugin_override_defaults:1823 : local plugin 2025-03-07 07:45:07.538 | + functions-common:plugin_override_defaults:1826 : [[ -z ,networking-nsx-t ]] 2025-03-07 07:45:07.539 | + functions-common:plugin_override_defaults:1830 : echo 'Overriding Configuration Defaults' 2025-03-07 07:45:07.540 | Overriding Configuration Defaults 2025-03-07 07:45:07.541 | + functions-common:plugin_override_defaults:1831 : for plugin in ${plugins//,/ } 2025-03-07 07:45:07.542 | + functions-common:plugin_override_defaults:1832 : local dir=/opt/stack/networking-nsx-t 2025-03-07 07:45:07.544 | + functions-common:plugin_override_defaults:1834 : [[ -f /opt/stack/networking-nsx-t/devstack/override-defaults ]] 2025-03-07 07:45:07.545 | + stack.sh:main:606 : source /opt/stack/devstack/lib/apache 2025-03-07 07:45:07.556 | + stack.sh:main:609 : source /opt/stack/devstack/lib/tls 2025-03-07 07:45:07.558 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2025-03-07 07:45:07.567 | ++ functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:45:07.569 | +++ lib/tls:source:43 : hostname -f 2025-03-07 07:45:07.571 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=devstack 2025-03-07 07:45:07.573 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2025-03-07 07:45:07.574 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2025-03-07 07:45:07.576 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2025-03-07 07:45:07.577 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2025-03-07 07:45:07.578 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2025-03-07 07:45:07.580 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2025-03-07 07:45:07.581 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2025-03-07 07:45:07.583 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2025-03-07 07:45:07.584 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2025-03-07 07:45:07.587 | + stack.sh:main:612 : source /opt/stack/devstack/lib/infra 2025-03-07 07:45:07.595 | + stack.sh:main:613 : source /opt/stack/devstack/lib/libraries 2025-03-07 07:45:07.607 | + stack.sh:main:614 : source /opt/stack/devstack/lib/lvm 2025-03-07 07:45:07.616 | + stack.sh:main:615 : source /opt/stack/devstack/lib/horizon 2025-03-07 07:45:07.624 | + stack.sh:main:616 : source /opt/stack/devstack/lib/keystone 2025-03-07 07:45:07.648 | + stack.sh:main:617 : source /opt/stack/devstack/lib/glance 2025-03-07 07:45:07.687 | + stack.sh:main:618 : source /opt/stack/devstack/lib/nova 2025-03-07 07:45:07.733 | + stack.sh:main:619 : source /opt/stack/devstack/lib/placement 2025-03-07 07:45:07.752 | + stack.sh:main:620 : source /opt/stack/devstack/lib/cinder 2025-03-07 07:45:07.786 | + stack.sh:main:621 : source /opt/stack/devstack/lib/swift 2025-03-07 07:45:07.818 | + stack.sh:main:622 : source /opt/stack/devstack/lib/neutron 2025-03-07 07:45:07.820 | ++ lib/neutron:source:61 : is_service_enabled tls-proxy 2025-03-07 07:45:07.830 | ++ functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:45:07.832 | ++ lib/neutron:source:67 : GITDIR["python-neutronclient"]=/opt/stack//python-neutronclient 2025-03-07 07:45:07.833 | ++ lib/neutron:source:70 : NEUTRON_DIR=/opt/stack//neutron 2025-03-07 07:45:07.835 | ++ lib/neutron:source:71 : NEUTRON_FWAAS_DIR=/opt/stack//neutron-fwaas 2025-03-07 07:45:07.836 | ++ lib/neutron:source:74 : [[ -d /opt/stack//neutron/bin/neutron-server ]] 2025-03-07 07:45:07.838 | +++ lib/neutron:source:77 : get_python_exec_prefix 2025-03-07 07:45:07.849 | +++ inc/python:get_python_exec_prefix:64 : local PYTHON_PATH=/usr/local/bin 2025-03-07 07:45:07.850 | +++ inc/python:get_python_exec_prefix:65 : is_suse 2025-03-07 07:45:07.852 | +++ functions-common:is_suse:544 : is_opensuse 2025-03-07 07:45:07.853 | +++ functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2025-03-07 07:45:07.855 | +++ functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2025-03-07 07:45:07.857 | +++ functions-common:is_suse:544 : is_suse_linux_enterprise 2025-03-07 07:45:07.858 | +++ functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2025-03-07 07:45:07.860 | +++ functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2025-03-07 07:45:07.861 | +++ inc/python:get_python_exec_prefix:66 : echo /usr/local/bin 2025-03-07 07:45:07.863 | ++ lib/neutron:source:77 : NEUTRON_BIN_DIR=/usr/local/bin 2025-03-07 07:45:07.865 | ++ lib/neutron:source:80 : NEUTRON_CONF_DIR=/etc/neutron 2025-03-07 07:45:07.866 | ++ lib/neutron:source:81 : NEUTRON_CONF=/etc/neutron/neutron.conf 2025-03-07 07:45:07.868 | ++ lib/neutron:source:82 : export NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2025-03-07 07:45:07.870 | ++ lib/neutron:source:82 : NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2025-03-07 07:45:07.872 | +++ lib/neutron:source:89 : trueorfalse False NEUTRON_DEPLOY_MOD_WSGI 2025-03-07 07:45:07.883 | ++ lib/neutron:source:89 : NEUTRON_DEPLOY_MOD_WSGI=False 2025-03-07 07:45:07.884 | ++ lib/neutron:source:91 : NEUTRON_UWSGI_CONF=/etc/neutron/neutron-api-uwsgi.ini 2025-03-07 07:45:07.886 | +++ lib/neutron:source:96 : trueorfalse False NEUTRON_ENFORCE_SCOPE 2025-03-07 07:45:07.897 | ++ lib/neutron:source:96 : NEUTRON_ENFORCE_SCOPE=False 2025-03-07 07:45:07.899 | ++ lib/neutron:source:100 : AGENT_DHCP_BINARY=/usr/local/bin/neutron-dhcp-agent 2025-03-07 07:45:07.900 | ++ lib/neutron:source:101 : AGENT_L3_BINARY=/usr/local/bin/neutron-l3-agent 2025-03-07 07:45:07.902 | ++ lib/neutron:source:102 : AGENT_META_BINARY=/usr/local/bin/neutron-metadata-agent 2025-03-07 07:45:07.903 | ++ lib/neutron:source:106 : Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini 2025-03-07 07:45:07.905 | ++ lib/neutron:source:109 : NEUTRON_DHCP_CONF=/etc/neutron/dhcp_agent.ini 2025-03-07 07:45:07.907 | ++ lib/neutron:source:110 : Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini 2025-03-07 07:45:07.908 | ++ lib/neutron:source:113 : NEUTRON_L3_CONF=/etc/neutron/l3_agent.ini 2025-03-07 07:45:07.909 | ++ lib/neutron:source:114 : Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini 2025-03-07 07:45:07.911 | ++ lib/neutron:source:117 : Q_DB_NAME=neutron 2025-03-07 07:45:07.913 | ++ lib/neutron:source:119 : Q_PLUGIN=ml2 2025-03-07 07:45:07.914 | ++ lib/neutron:source:121 : Q_PORT=9696 2025-03-07 07:45:07.916 | ++ lib/neutron:source:123 : Q_PORT_INT=19696 2025-03-07 07:45:07.917 | ++ lib/neutron:source:125 : Q_HOST=10.180.1.21 2025-03-07 07:45:07.919 | ++ lib/neutron:source:127 : Q_PROTOCOL=http 2025-03-07 07:45:07.921 | +++ lib/neutron:source:129 : ipv6_unquote 0.0.0.0 2025-03-07 07:45:07.923 | +++ functions-common:ipv6_unquote:2233 : echo 0.0.0.0 2025-03-07 07:45:07.924 | +++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2025-03-07 07:45:07.926 | ++ lib/neutron:source:129 : Q_LISTEN_ADDRESS=0.0.0.0 2025-03-07 07:45:07.928 | ++ lib/neutron:source:131 : Q_ADMIN_USERNAME=neutron 2025-03-07 07:45:07.929 | ++ lib/neutron:source:133 : Q_AUTH_STRATEGY=keystone 2025-03-07 07:45:07.931 | ++ lib/neutron:source:135 : Q_OVS_USE_VETH=False 2025-03-07 07:45:07.932 | ++ lib/neutron:source:136 : Q_USE_ROOTWRAP=True 2025-03-07 07:45:07.934 | +++ lib/neutron:source:137 : trueorfalse True Q_USE_ROOTWRAP_DAEMON 2025-03-07 07:45:07.945 | ++ lib/neutron:source:137 : Q_USE_ROOTWRAP_DAEMON=True 2025-03-07 07:45:07.947 | +++ lib/neutron:source:139 : ipv6_unquote 10.180.1.21 2025-03-07 07:45:07.949 | +++ functions-common:ipv6_unquote:2233 : echo 10.180.1.21 2025-03-07 07:45:07.949 | +++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2025-03-07 07:45:07.952 | ++ lib/neutron:source:139 : Q_META_DATA_IP=10.180.1.21 2025-03-07 07:45:07.953 | ++ lib/neutron:source:141 : Q_ALLOW_OVERLAPPING_IP=True 2025-03-07 07:45:07.955 | ++ lib/neutron:source:142 : Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True 2025-03-07 07:45:07.956 | ++ lib/neutron:source:143 : Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True 2025-03-07 07:45:07.958 | ++ lib/neutron:source:144 : VIF_PLUGGING_IS_FATAL=True 2025-03-07 07:45:07.960 | ++ lib/neutron:source:145 : VIF_PLUGGING_TIMEOUT=300 2025-03-07 07:45:07.961 | ++ lib/neutron:source:148 : SKIP_STOP_OVN=False 2025-03-07 07:45:07.963 | ++ lib/neutron:source:152 : _Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron 2025-03-07 07:45:07.964 | ++ lib/neutron:source:155 : NEUTRON_ENDPOINT_SERVICE_NAME=networking 2025-03-07 07:45:07.966 | ++ lib/neutron:source:156 : [[ False == \T\r\u\e ]] 2025-03-07 07:45:07.967 | ++ lib/neutron:source:169 : declare -a -g Q_PLUGIN_EXTRA_CONF_FILES 2025-03-07 07:45:07.969 | ++ lib/neutron:source:172 : declare -a -g _Q_PLUGIN_EXTRA_CONF_FILES_ABS 2025-03-07 07:45:07.970 | ++ lib/neutron:source:175 : Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf 2025-03-07 07:45:07.972 | ++ lib/neutron:source:176 : [[ True == \F\a\l\s\e ]] 2025-03-07 07:45:07.974 | +++ lib/neutron:source:179 : get_rootwrap_location neutron 2025-03-07 07:45:07.975 | +++ functions:get_rootwrap_location:593 : local module=neutron 2025-03-07 07:45:07.977 | ++++ functions:get_rootwrap_location:595 : get_python_exec_prefix 2025-03-07 07:45:07.987 | ++++ inc/python:get_python_exec_prefix:64 : local PYTHON_PATH=/usr/local/bin 2025-03-07 07:45:07.989 | ++++ inc/python:get_python_exec_prefix:65 : is_suse 2025-03-07 07:45:07.990 | ++++ functions-common:is_suse:544 : is_opensuse 2025-03-07 07:45:07.992 | ++++ functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2025-03-07 07:45:07.993 | ++++ functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2025-03-07 07:45:07.995 | ++++ functions-common:is_suse:544 : is_suse_linux_enterprise 2025-03-07 07:45:07.996 | ++++ functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2025-03-07 07:45:07.998 | ++++ functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2025-03-07 07:45:07.999 | ++++ inc/python:get_python_exec_prefix:66 : echo /usr/local/bin 2025-03-07 07:45:08.001 | +++ functions:get_rootwrap_location:595 : echo /usr/local/bin/neutron-rootwrap 2025-03-07 07:45:08.003 | ++ lib/neutron:source:179 : NEUTRON_ROOTWRAP=/usr/local/bin/neutron-rootwrap 2025-03-07 07:45:08.005 | ++ lib/neutron:source:180 : Q_RR_COMMAND='sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-03-07 07:45:08.006 | ++ lib/neutron:source:181 : [[ True == \T\r\u\e ]] 2025-03-07 07:45:08.008 | ++ lib/neutron:source:182 : Q_RR_DAEMON_COMMAND='sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-03-07 07:45:08.009 | ++ lib/neutron:source:194 : Q_DVR_MODE=legacy 2025-03-07 07:45:08.010 | ++ lib/neutron:source:195 : [[ legacy != \l\e\g\a\c\y ]] 2025-03-07 07:45:08.012 | ++ lib/neutron:source:211 : ENABLE_TENANT_TUNNELS=false 2025-03-07 07:45:08.014 | ++ lib/neutron:source:216 : TENANT_TUNNEL_RANGES=1:1000 2025-03-07 07:45:08.015 | ++ lib/neutron:source:221 : ENABLE_TENANT_VLANS=True 2025-03-07 07:45:08.017 | ++ lib/neutron:source:229 : TENANT_VLAN_RANGE=2:999 2025-03-07 07:45:08.018 | ++ lib/neutron:source:238 : PHYSICAL_NETWORK=default 2025-03-07 07:45:08.020 | ++ lib/neutron:source:248 : OVS_PHYSICAL_BRIDGE=br-ex 2025-03-07 07:45:08.021 | ++ lib/neutron:source:256 : [[ openvswitch == \l\i\n\u\x\b\r\i\d\g\e ]] 2025-03-07 07:45:08.023 | ++ lib/neutron:source:266 : OVS_ENABLE_TUNNELING=false 2025-03-07 07:45:08.024 | ++ lib/neutron:source:270 : ENABLE_ISOLATED_METADATA=False 2025-03-07 07:45:08.026 | ++ lib/neutron:source:275 : ENABLE_METADATA_NETWORK=False 2025-03-07 07:45:08.027 | ++ lib/neutron:source:280 : '[' -f /opt/stack/devstack/lib/neutron_plugins/ml2 ']' 2025-03-07 07:45:08.029 | ++ lib/neutron:source:281 : source /opt/stack/devstack/lib/neutron_plugins/ml2 2025-03-07 07:45:08.050 | ++ lib/neutron:source:288 : source /opt/stack/devstack/lib/neutron_plugins/services/metering 2025-03-07 07:45:08.059 | ++ lib/neutron:source:291 : source /opt/stack/devstack/lib/neutron_plugins/services/l3 2025-03-07 07:45:08.060 | +++ lib/neutron_plugins/services/l3:source:3 : IP_VERSION=4 2025-03-07 07:45:08.062 | +++ lib/neutron_plugins/services/l3:source:5 : [[ 4 != \4 ]] 2025-03-07 07:45:08.063 | +++ lib/neutron_plugins/services/l3:source:9 : NEUTRON_CREATE_INITIAL_NETWORKS=True 2025-03-07 07:45:08.065 | +++ lib/neutron_plugins/services/l3:source:12 : PROVIDER_SUBNET_NAME=provider_net 2025-03-07 07:45:08.067 | +++ lib/neutron_plugins/services/l3:source:13 : IPV6_PROVIDER_SUBNET_NAME=provider_net_v6 2025-03-07 07:45:08.068 | +++ lib/neutron_plugins/services/l3:source:14 : IPV6_PROVIDER_FIXED_RANGE= 2025-03-07 07:45:08.070 | +++ lib/neutron_plugins/services/l3:source:15 : IPV6_PROVIDER_NETWORK_GATEWAY= 2025-03-07 07:45:08.071 | +++ lib/neutron_plugins/services/l3:source:17 : PUBLIC_BRIDGE=br-ex 2025-03-07 07:45:08.073 | +++ lib/neutron_plugins/services/l3:source:18 : PUBLIC_BRIDGE_MTU=8950 2025-03-07 07:45:08.075 | +++ lib/neutron_plugins/services/l3:source:23 : Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE=False 2025-03-07 07:45:08.076 | +++ lib/neutron_plugins/services/l3:source:26 : Q_ROUTER_NAME=router1 2025-03-07 07:45:08.078 | +++ lib/neutron_plugins/services/l3:source:31 : Q_USE_PUBLIC_VETH=False 2025-03-07 07:45:08.079 | +++ lib/neutron_plugins/services/l3:source:32 : Q_PUBLIC_VETH_EX=veth-pub-ex 2025-03-07 07:45:08.081 | +++ lib/neutron_plugins/services/l3:source:33 : Q_PUBLIC_VETH_INT=veth-pub-int 2025-03-07 07:45:08.083 | +++ lib/neutron_plugins/services/l3:source:39 : Q_L3_ROUTER_PER_TENANT=True 2025-03-07 07:45:08.084 | +++ lib/neutron_plugins/services/l3:source:66 : Q_USE_PROVIDERNET_FOR_PUBLIC=True 2025-03-07 07:45:08.086 | +++ lib/neutron_plugins/services/l3:source:67 : PUBLIC_PHYSICAL_NETWORK=default 2025-03-07 07:45:08.089 | ++++ lib/neutron_plugins/services/l3:source:70 : sed s/-//g 2025-03-07 07:45:08.089 | ++++ lib/neutron_plugins/services/l3:source:70 : cut -c 23- 2025-03-07 07:45:08.089 | ++++ lib/neutron_plugins/services/l3:source:70 : uuidgen 2025-03-07 07:45:08.089 | ++++ lib/neutron_plugins/services/l3:source:70 : sed -e 's/\(..\)\(....\)\(....\)/\1:\2:\3/' 2025-03-07 07:45:08.094 | +++ lib/neutron_plugins/services/l3:source:70 : IPV6_GLOBAL_ID=ca:7b96:dd5e 2025-03-07 07:45:08.095 | +++ lib/neutron_plugins/services/l3:source:73 : IPV6_RA_MODE=slaac 2025-03-07 07:45:08.097 | +++ lib/neutron_plugins/services/l3:source:74 : IPV6_ADDRESS_MODE=slaac 2025-03-07 07:45:08.098 | +++ lib/neutron_plugins/services/l3:source:75 : IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet 2025-03-07 07:45:08.100 | +++ lib/neutron_plugins/services/l3:source:76 : IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet 2025-03-07 07:45:08.102 | +++ lib/neutron_plugins/services/l3:source:77 : IPV6_ADDRS_SAFE_TO_USE=fdca:7b96:dd5e::/56 2025-03-07 07:45:08.105 | ++++ lib/neutron_plugins/services/l3:source:80 : awk -F / '{ print $1"/"($2>63 ? $2 : 64) }' 2025-03-07 07:45:08.105 | ++++ lib/neutron_plugins/services/l3:source:80 : echo fdca:7b96:dd5e::/56 2025-03-07 07:45:08.109 | +++ lib/neutron_plugins/services/l3:source:80 : FIXED_RANGE_V6=fdca:7b96:dd5e::/64 2025-03-07 07:45:08.110 | +++ lib/neutron_plugins/services/l3:source:81 : IPV6_PRIVATE_NETWORK_GATEWAY= 2025-03-07 07:45:08.112 | +++ lib/neutron_plugins/services/l3:source:82 : IPV6_PUBLIC_RANGE=2001:db8::/64 2025-03-07 07:45:08.114 | +++ lib/neutron_plugins/services/l3:source:83 : IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2 2025-03-07 07:45:08.115 | +++ lib/neutron_plugins/services/l3:source:84 : IPV6_ROUTER_GW_IP=2001:db8::1 2025-03-07 07:45:08.117 | +++ lib/neutron_plugins/services/l3:source:87 : NETWORK_GATEWAY= 2025-03-07 07:45:08.118 | +++ lib/neutron_plugins/services/l3:source:88 : PUBLIC_NETWORK_GATEWAY=10.180.180.1 2025-03-07 07:45:08.120 | +++ lib/neutron_plugins/services/l3:source:89 : PRIVATE_SUBNET_NAME=private-subnet 2025-03-07 07:45:08.121 | +++ lib/neutron_plugins/services/l3:source:90 : PUBLIC_SUBNET_NAME=public-subnet 2025-03-07 07:45:08.123 | +++ lib/neutron_plugins/services/l3:source:93 : USE_SUBNETPOOL=True 2025-03-07 07:45:08.124 | +++ lib/neutron_plugins/services/l3:source:94 : SUBNETPOOL_NAME_V4=shared-default-subnetpool-v4 2025-03-07 07:45:08.126 | +++ lib/neutron_plugins/services/l3:source:95 : SUBNETPOOL_NAME_V6=shared-default-subnetpool-v6 2025-03-07 07:45:08.128 | +++ lib/neutron_plugins/services/l3:source:97 : SUBNETPOOL_PREFIX_V4=192.168.128.0/17 2025-03-07 07:45:08.129 | +++ lib/neutron_plugins/services/l3:source:98 : SUBNETPOOL_PREFIX_V6=fdca:7b96:dd5e::/56 2025-03-07 07:45:08.131 | +++ lib/neutron_plugins/services/l3:source:100 : SUBNETPOOL_SIZE_V4=26 2025-03-07 07:45:08.132 | +++ lib/neutron_plugins/services/l3:source:101 : SUBNETPOOL_SIZE_V6=64 2025-03-07 07:45:08.135 | ++++ lib/neutron_plugins/services/l3:source:103 : ip -4 route 2025-03-07 07:45:08.135 | ++++ lib/neutron_plugins/services/l3:source:103 : grep '^default' 2025-03-07 07:45:08.135 | ++++ lib/neutron_plugins/services/l3:source:103 : awk '{print $5}' 2025-03-07 07:45:08.139 | +++ lib/neutron_plugins/services/l3:source:103 : default_v4_route_devs=ens192 2025-03-07 07:45:08.142 | ++++ lib/neutron_plugins/services/l3:source:105 : ip -6 route list match default table all 2025-03-07 07:45:08.142 | ++++ lib/neutron_plugins/services/l3:source:105 : grep via 2025-03-07 07:45:08.143 | ++++ lib/neutron_plugins/services/l3:source:105 : awk '{print $5}' 2025-03-07 07:45:08.147 | +++ lib/neutron_plugins/services/l3:source:105 : default_v6_route_devs= 2025-03-07 07:45:08.149 | ++ lib/neutron:source:294 : source /opt/stack/devstack/lib/neutron_plugins/services/placement 2025-03-07 07:45:08.151 | ++ lib/neutron:source:295 : source /opt/stack/devstack/lib/neutron_plugins/services/trunk 2025-03-07 07:45:08.153 | ++ lib/neutron:source:296 : source /opt/stack/devstack/lib/neutron_plugins/services/qos 2025-03-07 07:45:08.155 | ++ lib/neutron:source:299 : has_neutron_plugin_security_group 2025-03-07 07:45:08.156 | ++ lib/neutron_plugins/ml2:has_neutron_plugin_security_group:149 : return 0 2025-03-07 07:45:08.158 | ++ lib/neutron:source:300 : Q_USE_SECGROUP=True 2025-03-07 07:45:08.170 | + stack.sh:main:623 : source /opt/stack/devstack/lib/ldap 2025-03-07 07:45:08.180 | + stack.sh:main:624 : source /opt/stack/devstack/lib/dstat 2025-03-07 07:45:08.190 | + stack.sh:main:625 : source /opt/stack/devstack/lib/tcpdump 2025-03-07 07:45:08.200 | + stack.sh:main:626 : source /opt/stack/devstack/lib/etcd3 2025-03-07 07:45:08.246 | + stack.sh:main:627 : source /opt/stack/devstack/lib/os-vif 2025-03-07 07:45:08.249 | +++ lib/os-vif:source:12 : is_ml2_ovs 2025-03-07 07:45:08.250 | +++ lib/os-vif:is_ml2_ovs:4 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2025-03-07 07:45:08.252 | +++ lib/os-vif:is_ml2_ovs:5 : echo True 2025-03-07 07:45:08.254 | +++ lib/os-vif:is_ml2_ovs:7 : echo False 2025-03-07 07:45:08.256 | ++ lib/os-vif:source:12 : OS_VIF_OVS_ISOLATE_VIF='True 2025-03-07 07:45:08.256 | False' 2025-03-07 07:45:08.258 | +++ lib/os-vif:source:13 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2025-03-07 07:45:08.269 | ++ lib/os-vif:source:13 : OS_VIF_OVS_ISOLATE_VIF=False 2025-03-07 07:45:08.271 | + stack.sh:main:633 : run_phase source 2025-03-07 07:45:08.272 | + functions-common:run_phase:1863 : local mode=source 2025-03-07 07:45:08.274 | + functions-common:run_phase:1864 : local phase= 2025-03-07 07:45:08.276 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2025-03-07 07:45:08.277 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2025-03-07 07:45:08.279 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-03-07 07:45:08.280 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2025-03-07 07:45:08.282 | + functions-common:run_phase:1873 : local extra 2025-03-07 07:45:08.284 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-03-07 07:45:08.286 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2025-03-07 07:45:08.288 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-03-07 07:45:08.290 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-03-07 07:45:08.291 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh source 2025-03-07 07:45:08.293 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-03-07 07:45:08.304 | ++ functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:45:08.306 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2025-03-07 07:45:08.307 | ++ extras.d/80-tempest.sh:source:6 : source /opt/stack/devstack/lib/tempest 2025-03-07 07:45:08.334 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2025-03-07 07:45:08.336 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2025-03-07 07:45:08.338 | + functions-common:run_phase:1884 : [[ source == \s\o\u\r\c\e ]] 2025-03-07 07:45:08.340 | + functions-common:run_phase:1885 : load_plugin_settings 2025-03-07 07:45:08.341 | + functions-common:load_plugin_settings:1799 : local plugins=,networking-nsx-t 2025-03-07 07:45:08.343 | + functions-common:load_plugin_settings:1800 : local plugin 2025-03-07 07:45:08.344 | + functions-common:load_plugin_settings:1803 : [[ -z ,networking-nsx-t ]] 2025-03-07 07:45:08.346 | + functions-common:load_plugin_settings:1807 : echo 'Loading plugin settings' 2025-03-07 07:45:08.346 | Loading plugin settings 2025-03-07 07:45:08.348 | + functions-common:load_plugin_settings:1808 : for plugin in ${plugins//,/ } 2025-03-07 07:45:08.350 | + functions-common:load_plugin_settings:1809 : local dir=/opt/stack/networking-nsx-t 2025-03-07 07:45:08.351 | + functions-common:load_plugin_settings:1811 : [[ -f /opt/stack/networking-nsx-t/devstack/settings ]] 2025-03-07 07:45:08.353 | + functions-common:load_plugin_settings:1812 : source /opt/stack/networking-nsx-t/devstack/settings 2025-03-07 07:45:08.355 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:2 : define_plugin networking-nsx-t 2025-03-07 07:45:08.356 | ++ functions-common:define_plugin:1907 : : 2025-03-07 07:45:08.358 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:4 : NETWORKING_NSX_T_DIR=/opt/stack//networking-nsx-t 2025-03-07 07:45:08.360 | + functions-common:run_phase:1886 : verify_disabled_services 2025-03-07 07:45:08.362 | + functions-common:verify_disabled_services:2146 : local service 2025-03-07 07:45:08.363 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:45:08.365 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,key, ]] 2025-03-07 07:45:08.367 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:45:08.369 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api, ]] 2025-03-07 07:45:08.370 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:45:08.372 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-cond, ]] 2025-03-07 07:45:08.374 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:45:08.376 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-sch, ]] 2025-03-07 07:45:08.377 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:45:08.379 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api-meta, ]] 2025-03-07 07:45:08.381 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:45:08.383 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-api, ]] 2025-03-07 07:45:08.384 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:45:08.386 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-client, ]] 2025-03-07 07:45:08.388 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:45:08.390 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,g-api, ]] 2025-03-07 07:45:08.392 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:45:08.393 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-sch, ]] 2025-03-07 07:45:08.395 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:45:08.397 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-api, ]] 2025-03-07 07:45:08.399 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:45:08.401 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-vol, ]] 2025-03-07 07:45:08.403 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:45:08.404 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovs-vswitchd, ]] 2025-03-07 07:45:08.406 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:45:08.408 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovsdb-server, ]] 2025-03-07 07:45:08.409 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:45:08.411 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-svc, ]] 2025-03-07 07:45:08.413 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:45:08.415 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,rabbit, ]] 2025-03-07 07:45:08.416 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:45:08.418 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,tempest, ]] 2025-03-07 07:45:08.420 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:45:08.422 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,mysql, ]] 2025-03-07 07:45:08.423 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:45:08.425 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,etcd3, ]] 2025-03-07 07:45:08.427 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:45:08.428 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-agt, ]] 2025-03-07 07:45:08.430 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:45:08.432 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-dhcp, ]] 2025-03-07 07:45:08.434 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:45:08.435 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-l3, ]] 2025-03-07 07:45:08.437 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:45:08.439 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-meta, ]] 2025-03-07 07:45:08.441 | + stack.sh:main:704 : initialize_database_backends 2025-03-07 07:45:08.443 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2025-03-07 07:45:08.444 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2025-03-07 07:45:08.456 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:45:08.457 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2025-03-07 07:45:08.459 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2025-03-07 07:45:08.461 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2025-03-07 07:45:08.473 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:45:08.475 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2025-03-07 07:45:08.476 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2025-03-07 07:45:08.478 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2025-03-07 07:45:08.480 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2025-03-07 07:45:08.482 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2025-03-07 07:45:08.483 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2025-03-07 07:45:08.485 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2025-03-07 07:45:08.487 | + lib/database:initialize_database_backends:92 : return 0 2025-03-07 07:45:08.489 | + stack.sh:main:705 : echo 'Using mysql database backend' 2025-03-07 07:45:08.489 | Using mysql database backend 2025-03-07 07:45:08.491 | + stack.sh:main:708 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2025-03-07 07:45:08.507 | + stack.sh:main:710 : define_database_baseurl 2025-03-07 07:45:08.510 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2025-03-07 07:45:08.512 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2025-03-07 07:45:08.513 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2025-03-07 07:45:08.516 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-03-07 07:45:08.518 | + stack.sh:main:722 : is_service_enabled rabbit 2025-03-07 07:45:08.530 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:45:08.532 | + stack.sh:main:723 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2025-03-07 07:45:08.545 | + stack.sh:main:730 : is_service_enabled keystone 2025-03-07 07:45:08.557 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:45:08.559 | + stack.sh:main:732 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2025-03-07 07:45:08.571 | + stack.sh:main:734 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2025-03-07 07:45:08.583 | + stack.sh:main:745 : is_service_enabled ldap 2025-03-07 07:45:08.595 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:45:08.597 | + stack.sh:main:754 : is_service_enabled s-proxy 2025-03-07 07:45:08.609 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:45:08.610 | + stack.sh:main:766 : save_stackenv 766 2025-03-07 07:45:08.612 | + functions-common:save_stackenv:60 : local tag=766 2025-03-07 07:45:08.615 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-03-07 07:45:08.618 | + functions-common:save_stackenv:62 : time_stamp=2025-03-07-074508 2025-03-07 07:45:08.620 | + functions-common:save_stackenv:63 : echo '# 2025-03-07-074508 766' 2025-03-07 07:45:08.621 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:45:08.623 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-03-07 07:45:08.625 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:45:08.627 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-03-07 07:45:08.629 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:45:08.631 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-03-07 07:45:08.632 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:45:08.634 | + 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-03-07 07:45:08.636 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:45:08.638 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-03-07 07:45:08.640 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:45:08.642 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-03-07 07:45:08.643 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:45:08.645 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-03-07-074505 2025-03-07 07:45:08.647 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:45:08.649 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-03-07 07:45:08.651 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:45:08.653 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-03-07 07:45:08.655 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:45:08.656 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-03-07 07:45:08.658 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:45:08.660 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-03-07 07:45:08.662 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:45:08.664 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-03-07 07:45:08.666 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:45:08.668 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-03-07 07:45:08.669 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:45:08.671 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-03-07 07:45:08.673 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:45:08.675 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-03-07 07:45:08.677 | + stack.sh:main:779 : GIT_DEPTH=0 2025-03-07 07:45:08.679 | + stack.sh:main:779 : git_clone https://opendev.org/openstack/requirements.git /opt/stack//requirements unmaintained/2023.1 2025-03-07 07:45:08.680 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/requirements.git 2025-03-07 07:45:08.682 | + functions-common:git_clone:613 : local git_dest=/opt/stack//requirements 2025-03-07 07:45:08.683 | + functions-common:git_clone:614 : local git_ref=unmaintained/2023.1 2025-03-07 07:45:08.685 | + functions-common:git_clone:615 : local orig_dir 2025-03-07 07:45:08.687 | ++ functions-common:git_clone:616 : pwd 2025-03-07 07:45:08.689 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2025-03-07 07:45:08.691 | + functions-common:git_clone:617 : local git_clone_flags= 2025-03-07 07:45:08.693 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2025-03-07 07:45:08.704 | + functions-common:git_clone:619 : RECLONE=False 2025-03-07 07:45:08.706 | + functions-common:git_clone:620 : [[ 0 -gt 0 ]] 2025-03-07 07:45:08.707 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2025-03-07 07:45:08.709 | + functions-common:git_clone:633 : echo unmaintained/2023.1 2025-03-07 07:45:08.709 | + functions-common:git_clone:633 : egrep -q '^refs' 2025-03-07 07:45:08.713 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//requirements ]] 2025-03-07 07:45:08.715 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2025-03-07 07:45:08.716 | + functions-common:git_clone:653 : git_timed clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2025-03-07 07:45:08.718 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:45:08.719 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:45:08.721 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:45:08.723 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:45:08.724 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:45:08.726 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:45:08.727 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:45:08.729 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:45:08.731 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:45:08.734 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333508732 2025-03-07 07:45:08.735 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2025-03-07 07:45:08.737 | Cloning into '/opt/stack//requirements'... 2025-03-07 07:45:12.315 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:45:12.317 | + functions-common:time_stop:2435 : local name 2025-03-07 07:45:12.319 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:45:12.321 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:45:12.322 | + functions-common:time_stop:2438 : local total 2025-03-07 07:45:12.324 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:45:12.326 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:45:12.327 | + functions-common:time_stop:2442 : start_time=1741333508732 2025-03-07 07:45:12.329 | + functions-common:time_stop:2444 : [[ -z 1741333508732 ]] 2025-03-07 07:45:12.331 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:45:12.334 | + functions-common:time_stop:2447 : end_time=1741333512332 2025-03-07 07:45:12.336 | + functions-common:time_stop:2448 : elapsed_time=3600 2025-03-07 07:45:12.337 | + functions-common:time_stop:2449 : total=1631 2025-03-07 07:45:12.339 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:45:12.341 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5231 2025-03-07 07:45:12.342 | + functions-common:git_clone:654 : cd /opt/stack//requirements 2025-03-07 07:45:12.344 | + functions-common:git_clone:655 : git_timed fetch origin unmaintained/2023.1 2025-03-07 07:45:12.346 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:45:12.347 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:45:12.349 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:45:12.351 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:45:12.352 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:45:12.354 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:45:12.356 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:45:12.357 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:45:12.360 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:45:12.362 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333512360 2025-03-07 07:45:12.364 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch origin unmaintained/2023.1 2025-03-07 07:45:13.038 | From https://opendev.org/openstack/requirements 2025-03-07 07:45:13.038 | * branch unmaintained/2023.1 -> FETCH_HEAD 2025-03-07 07:45:13.045 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:45:13.047 | + functions-common:time_stop:2435 : local name 2025-03-07 07:45:13.049 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:45:13.051 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:45:13.052 | + functions-common:time_stop:2438 : local total 2025-03-07 07:45:13.054 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:45:13.056 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:45:13.057 | + functions-common:time_stop:2442 : start_time=1741333512360 2025-03-07 07:45:13.059 | + functions-common:time_stop:2444 : [[ -z 1741333512360 ]] 2025-03-07 07:45:13.061 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:45:13.064 | + functions-common:time_stop:2447 : end_time=1741333513062 2025-03-07 07:45:13.065 | + functions-common:time_stop:2448 : elapsed_time=702 2025-03-07 07:45:13.067 | + functions-common:time_stop:2449 : total=5231 2025-03-07 07:45:13.069 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:45:13.071 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5933 2025-03-07 07:45:13.072 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2025-03-07 07:45:13.074 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:45:13.076 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:45:13.077 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:45:13.079 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:45:13.081 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:45:13.082 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:45:13.084 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:45:13.086 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:45:13.088 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:45:13.091 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333513089 2025-03-07 07:45:13.092 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-03-07 07:45:13.102 | Note: switching to 'FETCH_HEAD'. 2025-03-07 07:45:13.102 | 2025-03-07 07:45:13.102 | You are in 'detached HEAD' state. You can look around, make experimental 2025-03-07 07:45:13.102 | changes and commit them, and you can discard any commits you make in this 2025-03-07 07:45:13.102 | state without impacting any branches by switching back to a branch. 2025-03-07 07:45:13.102 | 2025-03-07 07:45:13.102 | If you want to create a new branch to retain commits you create, you may 2025-03-07 07:45:13.102 | do so (now or later) by using -c with the switch command. Example: 2025-03-07 07:45:13.102 | 2025-03-07 07:45:13.102 | git switch -c 2025-03-07 07:45:13.102 | 2025-03-07 07:45:13.102 | Or undo this operation with: 2025-03-07 07:45:13.102 | 2025-03-07 07:45:13.102 | git switch - 2025-03-07 07:45:13.102 | 2025-03-07 07:45:13.102 | Turn off this advice by setting config variable advice.detachedHead to false 2025-03-07 07:45:13.102 | 2025-03-07 07:45:13.102 | HEAD is now at ef416fe8 Update .gitreview for unmaintained/2023.1 2025-03-07 07:45:13.104 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:45:13.106 | + functions-common:time_stop:2435 : local name 2025-03-07 07:45:13.108 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:45:13.109 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:45:13.111 | + functions-common:time_stop:2438 : local total 2025-03-07 07:45:13.113 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:45:13.114 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:45:13.116 | + functions-common:time_stop:2442 : start_time=1741333513089 2025-03-07 07:45:13.118 | + functions-common:time_stop:2444 : [[ -z 1741333513089 ]] 2025-03-07 07:45:13.120 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:45:13.123 | + functions-common:time_stop:2447 : end_time=1741333513121 2025-03-07 07:45:13.124 | + functions-common:time_stop:2448 : elapsed_time=32 2025-03-07 07:45:13.126 | + functions-common:time_stop:2449 : total=5933 2025-03-07 07:45:13.128 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:45:13.129 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5965 2025-03-07 07:45:13.131 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//requirements 2025-03-07 07:45:13.141 | + functions-common:git_clone:695 : cd /opt/stack//requirements 2025-03-07 07:45:13.143 | + functions-common:git_clone:696 : git show --oneline 2025-03-07 07:45:13.143 | + functions-common:git_clone:696 : head -1 2025-03-07 07:45:13.145 | ef416fe8 Update .gitreview for unmaintained/2023.1 2025-03-07 07:45:13.147 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2025-03-07 07:45:13.149 | + stack.sh:main:783 : echo_summary 'Installing package prerequisites' 2025-03-07 07:45:13.151 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:45:13.153 | + stack.sh:echo_summary:455 : echo -e Installing package prerequisites 2025-03-07 07:45:13.155 | + stack.sh:main:784 : source /opt/stack/devstack/tools/install_prereqs.sh 2025-03-07 07:45:13.157 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2025-03-07 07:45:13.159 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2025-03-07 07:45:13.161 | ++ tools/install_prereqs.sh:source:23 : [[ -z /opt/stack/devstack ]] 2025-03-07 07:45:13.163 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/opt/stack/devstack/.prereqs 2025-03-07 07:45:13.165 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2025-03-07 07:45:13.167 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2025-03-07 07:45:13.170 | +++ tools/install_prereqs.sh:source:47 : date +%s 2025-03-07 07:45:13.172 | ++ tools/install_prereqs.sh:source:47 : NOW=1741333513 2025-03-07 07:45:13.175 | +++ tools/install_prereqs.sh:source:48 : head -1 /opt/stack/devstack/.prereqs 2025-03-07 07:45:13.178 | +++ tools/install_prereqs.sh:source:48 : echo 0 2025-03-07 07:45:13.180 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2025-03-07 07:45:13.182 | ++ tools/install_prereqs.sh:source:49 : DELTA=1741333513 2025-03-07 07:45:13.184 | ++ tools/install_prereqs.sh:source:50 : [[ 1741333513 -lt 7200 ]] 2025-03-07 07:45:13.186 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2025-03-07 07:45:13.188 | ++ functions-common:export_proxy_variables:2253 : isset http_proxy 2025-03-07 07:45:13.190 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2025-03-07 07:45:13.192 | ++ functions-common:export_proxy_variables:2256 : isset https_proxy 2025-03-07 07:45:13.193 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2025-03-07 07:45:13.195 | ++ functions-common:export_proxy_variables:2259 : isset no_proxy 2025-03-07 07:45:13.197 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2025-03-07 07:45:13.200 | +++ 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-03-07 07:45:13.227 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2025-03-07 07:45:13.227 | apache2-dev 2025-03-07 07:45:13.227 | bc 2025-03-07 07:45:13.227 | bsdmainutils 2025-03-07 07:45:13.227 | curl 2025-03-07 07:45:13.227 | g++ 2025-03-07 07:45:13.227 | gawk 2025-03-07 07:45:13.227 | gcc 2025-03-07 07:45:13.227 | gettext 2025-03-07 07:45:13.227 | git 2025-03-07 07:45:13.227 | graphviz 2025-03-07 07:45:13.227 | iputils-ping 2025-03-07 07:45:13.227 | libapache2-mod-proxy-uwsgi 2025-03-07 07:45:13.227 | libffi-dev 2025-03-07 07:45:13.227 | libjpeg-dev 2025-03-07 07:45:13.227 | libpcre3-dev 2025-03-07 07:45:13.227 | libpq-dev 2025-03-07 07:45:13.227 | libssl-dev 2025-03-07 07:45:13.227 | libsystemd-dev 2025-03-07 07:45:13.227 | libxml2-dev 2025-03-07 07:45:13.227 | libxslt1-dev 2025-03-07 07:45:13.227 | libyaml-dev 2025-03-07 07:45:13.227 | lsof 2025-03-07 07:45:13.227 | openssh-server 2025-03-07 07:45:13.227 | openssl 2025-03-07 07:45:13.227 | pkg-config 2025-03-07 07:45:13.227 | psmisc 2025-03-07 07:45:13.227 | python3-dev 2025-03-07 07:45:13.227 | python3-pip 2025-03-07 07:45:13.227 | python3-systemd 2025-03-07 07:45:13.227 | python3-venv 2025-03-07 07:45:13.227 | tar 2025-03-07 07:45:13.227 | tcpdump 2025-03-07 07:45:13.227 | unzip 2025-03-07 07:45:13.227 | uuid-runtime 2025-03-07 07:45:13.227 | wget 2025-03-07 07:45:13.227 | wget 2025-03-07 07:45:13.227 | zlib1g-dev 2025-03-07 07:45:13.227 | libkrb5-dev 2025-03-07 07:45:13.227 | libldap2-dev 2025-03-07 07:45:13.227 | libsasl2-dev 2025-03-07 07:45:13.227 | memcached 2025-03-07 07:45:13.227 | python3-mysqldb 2025-03-07 07:45:13.227 | sqlite3 2025-03-07 07:45:13.227 | conntrack 2025-03-07 07:45:13.227 | curl 2025-03-07 07:45:13.227 | ebtables 2025-03-07 07:45:13.228 | genisoimage 2025-03-07 07:45:13.228 | iptables 2025-03-07 07:45:13.228 | iputils-arping 2025-03-07 07:45:13.228 | kpartx 2025-03-07 07:45:13.228 | libjs-jquery-tablesorter 2025-03-07 07:45:13.228 | parted 2025-03-07 07:45:13.228 | pm-utils 2025-03-07 07:45:13.228 | python3-mysqldb 2025-03-07 07:45:13.228 | socat 2025-03-07 07:45:13.228 | sqlite3 2025-03-07 07:45:13.228 | sudo 2025-03-07 07:45:13.228 | vlan 2025-03-07 07:45:13.228 | lsscsi 2025-03-07 07:45:13.228 | open-iscsi 2025-03-07 07:45:13.228 | lvm2 2025-03-07 07:45:13.228 | qemu-utils 2025-03-07 07:45:13.228 | thin-provisioning-tools 2025-03-07 07:45:13.228 | acl 2025-03-07 07:45:13.228 | dnsmasq-base 2025-03-07 07:45:13.228 | dnsmasq-utils 2025-03-07 07:45:13.228 | ebtables 2025-03-07 07:45:13.228 | haproxy 2025-03-07 07:45:13.228 | iptables 2025-03-07 07:45:13.228 | iputils-arping 2025-03-07 07:45:13.228 | iputils-ping 2025-03-07 07:45:13.228 | postgresql-server-dev-all 2025-03-07 07:45:13.228 | python3-mysqldb 2025-03-07 07:45:13.228 | sqlite3 2025-03-07 07:45:13.228 | sudo 2025-03-07 07:45:13.228 | vlan 2025-03-07 07:45:13.228 | ipset 2025-03-07 07:45:13.228 | conntrack 2025-03-07 07:45:13.228 | conntrackd 2025-03-07 07:45:13.228 | keepalived' 2025-03-07 07:45:13.230 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2025-03-07 07:45:13.244 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2025-03-07 07:45:13.245 | apache2-dev 2025-03-07 07:45:13.245 | bc 2025-03-07 07:45:13.245 | bsdmainutils 2025-03-07 07:45:13.245 | curl 2025-03-07 07:45:13.245 | g++ 2025-03-07 07:45:13.245 | gawk 2025-03-07 07:45:13.245 | gcc 2025-03-07 07:45:13.245 | gettext 2025-03-07 07:45:13.245 | git 2025-03-07 07:45:13.245 | graphviz 2025-03-07 07:45:13.245 | iputils-ping 2025-03-07 07:45:13.245 | libapache2-mod-proxy-uwsgi 2025-03-07 07:45:13.245 | libffi-dev 2025-03-07 07:45:13.245 | libjpeg-dev 2025-03-07 07:45:13.245 | libpcre3-dev 2025-03-07 07:45:13.245 | libpq-dev 2025-03-07 07:45:13.245 | libssl-dev 2025-03-07 07:45:13.245 | libsystemd-dev 2025-03-07 07:45:13.245 | libxml2-dev 2025-03-07 07:45:13.245 | libxslt1-dev 2025-03-07 07:45:13.245 | libyaml-dev 2025-03-07 07:45:13.245 | lsof 2025-03-07 07:45:13.245 | openssh-server 2025-03-07 07:45:13.245 | openssl 2025-03-07 07:45:13.245 | pkg-config 2025-03-07 07:45:13.245 | psmisc 2025-03-07 07:45:13.245 | python3-dev 2025-03-07 07:45:13.245 | python3-pip 2025-03-07 07:45:13.245 | python3-systemd 2025-03-07 07:45:13.245 | python3-venv 2025-03-07 07:45:13.245 | tar 2025-03-07 07:45:13.245 | tcpdump 2025-03-07 07:45:13.245 | unzip 2025-03-07 07:45:13.245 | uuid-runtime 2025-03-07 07:45:13.245 | wget 2025-03-07 07:45:13.245 | wget 2025-03-07 07:45:13.245 | zlib1g-dev 2025-03-07 07:45:13.245 | libkrb5-dev 2025-03-07 07:45:13.245 | libldap2-dev 2025-03-07 07:45:13.245 | libsasl2-dev 2025-03-07 07:45:13.245 | memcached 2025-03-07 07:45:13.245 | python3-mysqldb 2025-03-07 07:45:13.245 | sqlite3 2025-03-07 07:45:13.245 | conntrack 2025-03-07 07:45:13.245 | curl 2025-03-07 07:45:13.245 | ebtables 2025-03-07 07:45:13.245 | genisoimage 2025-03-07 07:45:13.245 | iptables 2025-03-07 07:45:13.245 | iputils-arping 2025-03-07 07:45:13.245 | kpartx 2025-03-07 07:45:13.245 | libjs-jquery-tablesorter 2025-03-07 07:45:13.245 | parted 2025-03-07 07:45:13.245 | pm-utils 2025-03-07 07:45:13.245 | python3-mysqldb 2025-03-07 07:45:13.245 | socat 2025-03-07 07:45:13.245 | sqlite3 2025-03-07 07:45:13.245 | sudo 2025-03-07 07:45:13.245 | vlan 2025-03-07 07:45:13.245 | lsscsi 2025-03-07 07:45:13.245 | open-iscsi 2025-03-07 07:45:13.245 | lvm2 2025-03-07 07:45:13.245 | qemu-utils 2025-03-07 07:45:13.245 | thin-provisioning-tools 2025-03-07 07:45:13.245 | acl 2025-03-07 07:45:13.245 | dnsmasq-base 2025-03-07 07:45:13.245 | dnsmasq-utils 2025-03-07 07:45:13.245 | ebtables 2025-03-07 07:45:13.245 | haproxy 2025-03-07 07:45:13.245 | iptables 2025-03-07 07:45:13.245 | iputils-arping 2025-03-07 07:45:13.245 | iputils-ping 2025-03-07 07:45:13.245 | postgresql-server-dev-all 2025-03-07 07:45:13.245 | python3-mysqldb 2025-03-07 07:45:13.245 | sqlite3 2025-03-07 07:45:13.245 | sudo 2025-03-07 07:45:13.245 | vlan 2025-03-07 07:45:13.245 | ipset 2025-03-07 07:45:13.245 | conntrack 2025-03-07 07:45:13.245 | conntrackd 2025-03-07 07:45:13.245 | keepalived ' 2025-03-07 07:45:13.246 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2025-03-07 07:45:13.248 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:45:13.250 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:45:13.253 | ++ 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-03-07 07:45:13.253 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2025-03-07 07:45:13.256 | ++ 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-03-07 07:45:13.258 | ++ functions-common:install_package:1459 : update_package_repo 2025-03-07 07:45:13.260 | ++ functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2025-03-07 07:45:13.262 | ++ functions-common:update_package_repo:1432 : REPOS_UPDATED=False 2025-03-07 07:45:13.263 | ++ functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2025-03-07 07:45:13.265 | ++ functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2025-03-07 07:45:13.267 | ++ functions-common:update_package_repo:1439 : is_ubuntu 2025-03-07 07:45:13.269 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:45:13.270 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:45:13.272 | ++ functions-common:update_package_repo:1440 : apt_get_update 2025-03-07 07:45:13.274 | ++ functions-common:apt_get_update:1185 : [[ False == \T\r\u\e ]] 2025-03-07 07:45:13.275 | ++ functions-common:apt_get_update:1190 : [[ False = \T\r\u\e ]] 2025-03-07 07:45:13.277 | ++ functions-common:apt_get_update:1192 : local sudo=sudo 2025-03-07 07:45:13.279 | +++ functions-common:apt_get_update:1193 : id -u 2025-03-07 07:45:13.282 | ++ functions-common:apt_get_update:1193 : [[ 1001 = \0 ]] 2025-03-07 07:45:13.284 | ++ functions-common:apt_get_update:1196 : time_start apt-get-update 2025-03-07 07:45:13.286 | ++ functions-common:time_start:2421 : local name=apt-get-update 2025-03-07 07:45:13.288 | ++ functions-common:time_start:2422 : local start_time= 2025-03-07 07:45:13.289 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:45:13.291 | +++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:45:13.294 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1741333513292 2025-03-07 07:45:13.296 | ++ functions-common:apt_get_update:1198 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2025-03-07 07:45:13.298 | ++ functions-common:apt_get_update:1199 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2025-03-07 07:45:13.299 | ++ functions-common:apt_get_update:1200 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2025-03-07 07:45:13.491 | Hit:1 https://repo.eu-de-1.cloud.sap/ubuntu jammy InRelease 2025-03-07 07:45:13.498 | Get:2 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates InRelease [128 kB] 2025-03-07 07:45:13.513 | Get:3 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports InRelease [127 kB] 2025-03-07 07:45:13.671 | Get:4 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 Packages [2,378 kB] 2025-03-07 07:45:13.690 | Get:5 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2025-03-07 07:45:13.725 | Get:6 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main Translation-en [395 kB] 2025-03-07 07:45:13.739 | Get:7 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 Packages [3,113 kB] 2025-03-07 07:45:13.774 | Get:8 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted Translation-en [549 kB] 2025-03-07 07:45:13.779 | Get:9 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 Packages [1,193 kB] 2025-03-07 07:45:13.791 | Get:10 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe Translation-en [293 kB] 2025-03-07 07:45:13.815 | Get:11 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse amd64 Packages [52.2 kB] 2025-03-07 07:45:13.832 | Get:12 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse Translation-en [13.2 kB] 2025-03-07 07:45:13.865 | Get:13 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe amd64 Packages [30.0 kB] 2025-03-07 07:45:13.877 | Get:14 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe Translation-en [16.6 kB] 2025-03-07 07:45:14.191 | Get:15 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2,137 kB] 2025-03-07 07:45:14.766 | Get:16 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [332 kB] 2025-03-07 07:45:14.777 | Get:17 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,967 kB] 2025-03-07 07:45:14.898 | Get:18 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [524 kB] 2025-03-07 07:45:14.908 | Get:19 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [966 kB] 2025-03-07 07:45:14.934 | Get:20 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [207 kB] 2025-03-07 07:45:14.939 | Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [45.5 kB] 2025-03-07 07:45:14.940 | Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [10.3 kB] 2025-03-07 07:45:19.263 | Fetched 15.6 MB in 3s (6,005 kB/s) 2025-03-07 07:45:20.340 | Reading package lists... 2025-03-07 07:45:20.363 | ++ functions-common:apt_get_update:1204 : REPOS_UPDATED=True 2025-03-07 07:45:20.365 | ++ functions-common:apt_get_update:1206 : time_stop apt-get-update 2025-03-07 07:45:20.367 | ++ functions-common:time_stop:2435 : local name 2025-03-07 07:45:20.369 | ++ functions-common:time_stop:2436 : local end_time 2025-03-07 07:45:20.371 | ++ functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:45:20.372 | ++ functions-common:time_stop:2438 : local total 2025-03-07 07:45:20.374 | ++ functions-common:time_stop:2439 : local start_time 2025-03-07 07:45:20.376 | ++ functions-common:time_stop:2441 : name=apt-get-update 2025-03-07 07:45:20.377 | ++ functions-common:time_stop:2442 : start_time=1741333513292 2025-03-07 07:45:20.379 | ++ functions-common:time_stop:2444 : [[ -z 1741333513292 ]] 2025-03-07 07:45:20.381 | +++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:45:20.384 | ++ functions-common:time_stop:2447 : end_time=1741333520382 2025-03-07 07:45:20.386 | ++ functions-common:time_stop:2448 : elapsed_time=7090 2025-03-07 07:45:20.388 | ++ functions-common:time_stop:2449 : total=0 2025-03-07 07:45:20.389 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:45:20.391 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7090 2025-03-07 07:45:20.393 | ++ functions-common:install_package:1460 : 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-03-07 07:45:20.395 | ++ functions-common:real_install_package:1445 : is_ubuntu 2025-03-07 07:45:20.397 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:45:20.398 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:45:20.400 | ++ functions-common:real_install_package:1446 : 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-03-07 07:45:20.416 | ++ functions-common:apt_get:1226 : 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-03-07 07:45:20.475 | Reading package lists... 2025-03-07 07:45:20.682 | Building dependency tree... 2025-03-07 07:45:20.683 | Reading state information... 2025-03-07 07:45:20.702 | acl is already the newest version (2.3.1-1). 2025-03-07 07:45:20.702 | bc is already the newest version (1.07.1-3build1). 2025-03-07 07:45:20.702 | bc set to manually installed. 2025-03-07 07:45:20.702 | conntrack is already the newest version (1:1.4.6-2build2). 2025-03-07 07:45:20.702 | ebtables is already the newest version (2.0.11-4build2). 2025-03-07 07:45:20.702 | g++ is already the newest version (4:11.2.0-1ubuntu1). 2025-03-07 07:45:20.702 | gcc is already the newest version (4:11.2.0-1ubuntu1). 2025-03-07 07:45:20.702 | genisoimage is already the newest version (9:1.1.11-3.2ubuntu1). 2025-03-07 07:45:20.702 | gettext is already the newest version (0.21-4ubuntu4). 2025-03-07 07:45:20.702 | ipset is already the newest version (7.15-1build1). 2025-03-07 07:45:20.702 | iputils-arping is already the newest version (3:20211215-1). 2025-03-07 07:45:20.702 | iputils-ping is already the newest version (3:20211215-1). 2025-03-07 07:45:20.702 | iputils-ping set to manually installed. 2025-03-07 07:45:20.702 | keepalived is already the newest version (1:2.2.4-0.2build1). 2025-03-07 07:45:20.702 | libffi-dev is already the newest version (3.4.2-4). 2025-03-07 07:45:20.702 | libjpeg-dev is already the newest version (8c-2ubuntu10). 2025-03-07 07:45:20.702 | libyaml-dev is already the newest version (0.2.2-1build2). 2025-03-07 07:45:20.702 | lsof is already the newest version (4.93.2+dfsg-1.1build2). 2025-03-07 07:45:20.702 | lsof set to manually installed. 2025-03-07 07:45:20.702 | lsscsi is already the newest version (0.31-1build2). 2025-03-07 07:45:20.702 | parted is already the newest version (3.4-2build1). 2025-03-07 07:45:20.702 | parted set to manually installed. 2025-03-07 07:45:20.702 | pkg-config is already the newest version (0.29.2-1ubuntu3). 2025-03-07 07:45:20.702 | psmisc is already the newest version (23.4-2build3). 2025-03-07 07:45:20.702 | psmisc set to manually installed. 2025-03-07 07:45:20.702 | python3-mysqldb is already the newest version (1.4.6-1build1). 2025-03-07 07:45:20.702 | python3-systemd is already the newest version (234-3ubuntu2). 2025-03-07 07:45:20.702 | python3-systemd set to manually installed. 2025-03-07 07:45:20.702 | socat is already the newest version (1.7.4.1-3ubuntu4). 2025-03-07 07:45:20.702 | thin-provisioning-tools is already the newest version (0.9.0-2ubuntu1). 2025-03-07 07:45:20.702 | thin-provisioning-tools set to manually installed. 2025-03-07 07:45:20.702 | bsdmainutils is already the newest version (12.1.7+nmu3ubuntu2). 2025-03-07 07:45:20.702 | conntrackd is already the newest version (1:1.4.6-2build2). 2025-03-07 07:45:20.702 | libjs-jquery-tablesorter is already the newest version (1:2.31.3+dfsg1-3). 2025-03-07 07:45:20.703 | pm-utils is already the newest version (1.4.1-19). 2025-03-07 07:45:20.703 | postgresql-server-dev-all is already the newest version (238). 2025-03-07 07:45:20.703 | vlan is already the newest version (2.0.5ubuntu5). 2025-03-07 07:45:20.703 | apache2 is already the newest version (2.4.52-1ubuntu4.13). 2025-03-07 07:45:20.703 | apache2-dev is already the newest version (2.4.52-1ubuntu4.13). 2025-03-07 07:45:20.703 | curl is already the newest version (7.81.0-1ubuntu1.20). 2025-03-07 07:45:20.703 | curl set to manually installed. 2025-03-07 07:45:20.703 | dnsmasq-base is already the newest version (2.90-0ubuntu0.22.04.1). 2025-03-07 07:45:20.703 | dnsmasq-utils is already the newest version (2.90-0ubuntu0.22.04.1). 2025-03-07 07:45:20.703 | gawk is already the newest version (1:5.1.0-1ubuntu0.1). 2025-03-07 07:45:20.703 | gawk set to manually installed. 2025-03-07 07:45:20.703 | git is already the newest version (1:2.34.1-1ubuntu1.12). 2025-03-07 07:45:20.703 | git set to manually installed. 2025-03-07 07:45:20.703 | haproxy is already the newest version (2.4.24-0ubuntu0.22.04.1). 2025-03-07 07:45:20.703 | iptables is already the newest version (1.8.7-1ubuntu5.2). 2025-03-07 07:45:20.703 | iptables set to manually installed. 2025-03-07 07:45:20.703 | kpartx is already the newest version (0.8.8-1ubuntu1.22.04.4). 2025-03-07 07:45:20.703 | kpartx set to manually installed. 2025-03-07 07:45:20.703 | libpcre3-dev is already the newest version (2:8.39-13ubuntu0.22.04.1). 2025-03-07 07:45:20.703 | libsasl2-dev is already the newest version (2.1.27+dfsg2-3ubuntu1.2). 2025-03-07 07:45:20.703 | libsystemd-dev is already the newest version (249.11-0ubuntu3.12). 2025-03-07 07:45:20.703 | libxslt1-dev is already the newest version (1.1.34-4ubuntu0.22.04.1). 2025-03-07 07:45:20.703 | memcached is already the newest version (1.6.14-1ubuntu0.1). 2025-03-07 07:45:20.703 | python3-dev is already the newest version (3.10.6-1~22.04.1). 2025-03-07 07:45:20.703 | sqlite3 is already the newest version (3.37.2-2ubuntu0.3). 2025-03-07 07:45:20.703 | sudo is already the newest version (1.9.9-1ubuntu2.4). 2025-03-07 07:45:20.703 | sudo set to manually installed. 2025-03-07 07:45:20.703 | tar is already the newest version (1.34+dfsg-1ubuntu0.1.22.04.2). 2025-03-07 07:45:20.703 | tar set to manually installed. 2025-03-07 07:45:20.703 | tcpdump is already the newest version (4.99.1-3ubuntu0.2). 2025-03-07 07:45:20.703 | tcpdump set to manually installed. 2025-03-07 07:45:20.703 | unzip is already the newest version (6.0-26ubuntu3.2). 2025-03-07 07:45:20.703 | uuid-runtime is already the newest version (2.37.2-4ubuntu3.4). 2025-03-07 07:45:20.703 | uuid-runtime set to manually installed. 2025-03-07 07:45:20.703 | wget is already the newest version (1.21.2-2ubuntu1.1). 2025-03-07 07:45:20.703 | wget set to manually installed. 2025-03-07 07:45:20.703 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu9.2). 2025-03-07 07:45:20.703 | graphviz is already the newest version (2.42.2-6ubuntu0.1). 2025-03-07 07:45:20.703 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.13). 2025-03-07 07:45:20.703 | python3-pip is already the newest version (22.0.2+dfsg-1ubuntu0.5). 2025-03-07 07:45:20.884 | python3-venv is already the newest version (3.10.6-1~22.04.1). 2025-03-07 07:45:20.884 | The following additional packages will be installed: 2025-03-07 07:45:20.884 | dmeventd dmsetup krb5-multidev libgssapi-krb5-2 libgssrpc4 libk5crypto3 2025-03-07 07:45:20.884 | libkadm5clnt-mit12 libkadm5srv-mit12 libkrb5-3 libkrb5support0 libpq5 2025-03-07 07:45:20.887 | libssl3 libxml2 openssh-client openssh-sftp-server qemu-block-extra 2025-03-07 07:45:20.887 | Suggested packages: 2025-03-07 07:45:20.887 | krb5-doc krb5-user postgresql-doc-14 libssl-doc keychain libpam-ssh 2025-03-07 07:45:20.887 | monkeysphere ssh-askpass molly-guard debootstrap 2025-03-07 07:45:20.887 | Recommended packages: 2025-03-07 07:45:20.887 | krb5-locales 2025-03-07 07:45:20.919 | The following packages will be upgraded: 2025-03-07 07:45:20.920 | dmeventd dmsetup krb5-multidev libgssapi-krb5-2 libgssrpc4 libk5crypto3 2025-03-07 07:45:20.920 | libkadm5clnt-mit12 libkadm5srv-mit12 libkrb5-3 libkrb5-dev libkrb5support0 2025-03-07 07:45:20.920 | libldap2-dev libpq-dev libpq5 libssl-dev libssl3 libxml2 libxml2-dev lvm2 2025-03-07 07:45:20.920 | open-iscsi openssh-client openssh-server openssh-sftp-server openssl 2025-03-07 07:45:20.921 | qemu-block-extra qemu-utils 2025-03-07 07:45:21.308 | Preconfiguring packages ... 2025-03-07 07:45:21.393 | 26 upgraded, 0 newly installed, 0 to remove and 74 not upgraded. 2025-03-07 07:45:21.393 | Need to get 0 B/12.8 MB of archives. 2025-03-07 07:45:21.393 | After this operation, 21.5 kB of additional disk space will be used. 2025-03-07 07:45:21.919 | (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-03-07 07:45:21.926 | Preparing to unpack .../dmsetup_2%3a1.02.175-2.1ubuntu5_amd64.deb ... 2025-03-07 07:45:21.946 | Unpacking dmsetup (2:1.02.175-2.1ubuntu5) over (2:1.02.175-2.1ubuntu4) ... 2025-03-07 07:45:22.027 | Preparing to unpack .../dmeventd_2%3a1.02.175-2.1ubuntu5_amd64.deb ... 2025-03-07 07:45:22.046 | Unpacking dmeventd (2:1.02.175-2.1ubuntu5) over (2:1.02.175-2.1ubuntu4) ... 2025-03-07 07:45:22.117 | Preparing to unpack .../lvm2_2.03.11-2.1ubuntu5_amd64.deb ... 2025-03-07 07:45:22.156 | Unpacking lvm2 (2.03.11-2.1ubuntu5) over (2.03.11-2.1ubuntu4) ... 2025-03-07 07:45:22.282 | Preparing to unpack .../libssl-dev_3.0.2-0ubuntu1.19_amd64.deb ... 2025-03-07 07:45:22.293 | Unpacking libssl-dev:amd64 (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-03-07 07:45:22.482 | Preparing to unpack .../libssl3_3.0.2-0ubuntu1.19_amd64.deb ... 2025-03-07 07:45:22.494 | Unpacking libssl3:amd64 (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-03-07 07:45:22.600 | Setting up libssl3:amd64 (3.0.2-0ubuntu1.19) ... 2025-03-07 07:45:22.842 | (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-03-07 07:45:22.848 | Preparing to unpack .../open-iscsi_2.1.5-1ubuntu1.1_amd64.deb ... 2025-03-07 07:45:23.086 | Unpacking open-iscsi (2.1.5-1ubuntu1.1) over (2.1.5-1ubuntu1) ... 2025-03-07 07:45:23.162 | Preparing to unpack .../libk5crypto3_1.19.2-2ubuntu0.6_amd64.deb ... 2025-03-07 07:45:23.173 | Unpacking libk5crypto3:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-03-07 07:45:23.232 | Setting up libk5crypto3:amd64 (1.19.2-2ubuntu0.6) ... 2025-03-07 07:45:23.350 | (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-03-07 07:45:23.355 | Preparing to unpack .../libkrb5support0_1.19.2-2ubuntu0.6_amd64.deb ... 2025-03-07 07:45:23.366 | Unpacking libkrb5support0:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-03-07 07:45:23.425 | Setting up libkrb5support0:amd64 (1.19.2-2ubuntu0.6) ... 2025-03-07 07:45:23.543 | (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-03-07 07:45:23.549 | Preparing to unpack .../libkrb5-3_1.19.2-2ubuntu0.6_amd64.deb ... 2025-03-07 07:45:23.560 | Unpacking libkrb5-3:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-03-07 07:45:23.628 | Setting up libkrb5-3:amd64 (1.19.2-2ubuntu0.6) ... 2025-03-07 07:45:23.745 | (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-03-07 07:45:23.751 | Preparing to unpack .../libgssapi-krb5-2_1.19.2-2ubuntu0.6_amd64.deb ... 2025-03-07 07:45:23.763 | Unpacking libgssapi-krb5-2:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-03-07 07:45:23.826 | Setting up libgssapi-krb5-2:amd64 (1.19.2-2ubuntu0.6) ... 2025-03-07 07:45:23.946 | (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-03-07 07:45:23.951 | Preparing to unpack .../00-libgssrpc4_1.19.2-2ubuntu0.6_amd64.deb ... 2025-03-07 07:45:23.963 | Unpacking libgssrpc4:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-03-07 07:45:24.022 | Preparing to unpack .../01-libkadm5srv-mit12_1.19.2-2ubuntu0.6_amd64.deb ... 2025-03-07 07:45:24.033 | Unpacking libkadm5srv-mit12:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-03-07 07:45:24.091 | Preparing to unpack .../02-libkadm5clnt-mit12_1.19.2-2ubuntu0.6_amd64.deb ... 2025-03-07 07:45:24.102 | Unpacking libkadm5clnt-mit12:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-03-07 07:45:24.154 | Preparing to unpack .../03-libkrb5-dev_1.19.2-2ubuntu0.6_amd64.deb ... 2025-03-07 07:45:24.165 | Unpacking libkrb5-dev:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-03-07 07:45:24.227 | Preparing to unpack .../04-krb5-multidev_1.19.2-2ubuntu0.6_amd64.deb ... 2025-03-07 07:45:24.238 | Unpacking krb5-multidev:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-03-07 07:45:24.300 | Preparing to unpack .../05-openssh-sftp-server_1%3a8.9p1-3ubuntu0.11_amd64.deb ... 2025-03-07 07:45:24.311 | Unpacking openssh-sftp-server (1:8.9p1-3ubuntu0.11) over (1:8.9p1-3ubuntu0.10) ... 2025-03-07 07:45:24.373 | Preparing to unpack .../06-openssh-server_1%3a8.9p1-3ubuntu0.11_amd64.deb ... 2025-03-07 07:45:24.401 | Unpacking openssh-server (1:8.9p1-3ubuntu0.11) over (1:8.9p1-3ubuntu0.10) ... 2025-03-07 07:45:24.490 | Preparing to unpack .../07-openssh-client_1%3a8.9p1-3ubuntu0.11_amd64.deb ... 2025-03-07 07:45:24.511 | Unpacking openssh-client (1:8.9p1-3ubuntu0.11) over (1:8.9p1-3ubuntu0.10) ... 2025-03-07 07:45:24.596 | Preparing to unpack .../08-libxml2-dev_2.9.13+dfsg-1ubuntu0.6_amd64.deb ... 2025-03-07 07:45:24.607 | Unpacking libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.6) over (2.9.13+dfsg-1ubuntu0.5) ... 2025-03-07 07:45:24.698 | Preparing to unpack .../09-libxml2_2.9.13+dfsg-1ubuntu0.6_amd64.deb ... 2025-03-07 07:45:24.829 | Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.6) over (2.9.13+dfsg-1ubuntu0.5) ... 2025-03-07 07:45:25.001 | Preparing to unpack .../10-openssl_3.0.2-0ubuntu1.19_amd64.deb ... 2025-03-07 07:45:25.012 | Unpacking openssl (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-03-07 07:45:25.124 | Preparing to unpack .../11-libpq-dev_14.17-0ubuntu0.22.04.1_amd64.deb ... 2025-03-07 07:45:25.134 | Unpacking libpq-dev (14.17-0ubuntu0.22.04.1) over (14.15-0ubuntu0.22.04.1) ... 2025-03-07 07:45:25.198 | Preparing to unpack .../12-libpq5_14.17-0ubuntu0.22.04.1_amd64.deb ... 2025-03-07 07:45:25.209 | Unpacking libpq5:amd64 (14.17-0ubuntu0.22.04.1) over (14.15-0ubuntu0.22.04.1) ... 2025-03-07 07:45:25.270 | Preparing to unpack .../13-qemu-block-extra_1%3a6.2+dfsg-2ubuntu6.25_amd64.deb ... 2025-03-07 07:45:25.290 | Unpacking qemu-block-extra (1:6.2+dfsg-2ubuntu6.25) over (1:6.2+dfsg-2ubuntu6.24) ... 2025-03-07 07:45:25.345 | Preparing to unpack .../14-qemu-utils_1%3a6.2+dfsg-2ubuntu6.25_amd64.deb ... 2025-03-07 07:45:25.355 | Unpacking qemu-utils (1:6.2+dfsg-2ubuntu6.25) over (1:6.2+dfsg-2ubuntu6.24) ... 2025-03-07 07:45:25.452 | Preparing to unpack .../15-libldap2-dev_2.5.18+dfsg-0ubuntu0.22.04.3_all.deb ... 2025-03-07 07:45:25.462 | Unpacking libldap2-dev (2.5.18+dfsg-0ubuntu0.22.04.3) over (2.5.18+dfsg-0ubuntu0.22.04.2) ... 2025-03-07 07:45:25.525 | Setting up openssh-client (1:8.9p1-3ubuntu0.11) ... 2025-03-07 07:45:25.596 | Setting up libpq5:amd64 (14.17-0ubuntu0.22.04.1) ... 2025-03-07 07:45:25.606 | Setting up open-iscsi (2.1.5-1ubuntu1.1) ... 2025-03-07 07:45:26.594 | iscsid.service is a disabled or a static unit, not starting it. 2025-03-07 07:45:27.414 | Setting up libldap2-dev (2.5.18+dfsg-0ubuntu0.22.04.3) ... 2025-03-07 07:45:27.425 | Setting up libgssrpc4:amd64 (1.19.2-2ubuntu0.6) ... 2025-03-07 07:45:27.436 | Setting up libssl-dev:amd64 (3.0.2-0ubuntu1.19) ... 2025-03-07 07:45:27.446 | Setting up dmsetup (2:1.02.175-2.1ubuntu5) ... 2025-03-07 07:45:27.460 | update-initramfs: deferring update (trigger activated) 2025-03-07 07:45:27.465 | Setting up dmeventd (2:1.02.175-2.1ubuntu5) ... 2025-03-07 07:45:27.837 | dm-event.service is a disabled or a static unit not running, not starting it. 2025-03-07 07:45:27.898 | Setting up libkadm5srv-mit12:amd64 (1.19.2-2ubuntu0.6) ... 2025-03-07 07:45:27.908 | Setting up qemu-utils (1:6.2+dfsg-2ubuntu6.25) ... 2025-03-07 07:45:27.920 | Setting up openssl (3.0.2-0ubuntu1.19) ... 2025-03-07 07:45:27.936 | Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.6) ... 2025-03-07 07:45:27.947 | Setting up qemu-block-extra (1:6.2+dfsg-2ubuntu6.25) ... 2025-03-07 07:45:28.630 | Setting up libkadm5clnt-mit12:amd64 (1.19.2-2ubuntu0.6) ... 2025-03-07 07:45:28.642 | Setting up krb5-multidev:amd64 (1.19.2-2ubuntu0.6) ... 2025-03-07 07:45:28.652 | Setting up openssh-sftp-server (1:8.9p1-3ubuntu0.11) ... 2025-03-07 07:45:28.662 | Setting up openssh-server (1:8.9p1-3ubuntu0.11) ... 2025-03-07 07:45:29.485 | rescue-ssh.target is a disabled or a static unit not running, not starting it. 2025-03-07 07:45:29.950 | ssh.socket is a disabled or a static unit not running, not starting it. 2025-03-07 07:45:29.994 | Setting up libpq-dev (14.17-0ubuntu0.22.04.1) ... 2025-03-07 07:45:30.005 | Setting up lvm2 (2.03.11-2.1ubuntu5) ... 2025-03-07 07:45:30.105 | update-initramfs: deferring update (trigger activated) 2025-03-07 07:45:31.468 | Setting up libkrb5-dev:amd64 (1.19.2-2ubuntu0.6) ... 2025-03-07 07:45:31.478 | Setting up libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.6) ... 2025-03-07 07:45:31.490 | Processing triggers for libc-bin (2.35-0ubuntu3.8) ... 2025-03-07 07:45:31.529 | Processing triggers for ufw (0.36.1-4ubuntu0.1) ... 2025-03-07 07:45:31.603 | Processing triggers for man-db (2.10.2-1) ... 2025-03-07 07:45:31.893 | Processing triggers for initramfs-tools (0.140ubuntu13.4) ... 2025-03-07 07:45:31.929 | update-initramfs: Generating /boot/initrd.img-6.8.0-52-generic 2025-03-07 07:45:38.387 | NEEDRESTART-VER: 3.5 2025-03-07 07:45:39.173 | NEEDRESTART-KCUR: 6.8.0-52-generic 2025-03-07 07:45:39.173 | NEEDRESTART-KEXP: 6.8.0-52-generic 2025-03-07 07:45:39.173 | NEEDRESTART-KSTA: 1 2025-03-07 07:45:39.173 | NEEDRESTART-SVC: apt-news.service 2025-03-07 07:45:39.173 | NEEDRESTART-SVC: esm-cache.service 2025-03-07 07:45:39.173 | NEEDRESTART-SVC: haproxy.service 2025-03-07 07:45:39.173 | NEEDRESTART-SVC: mariadb.service 2025-03-07 07:45:39.173 | NEEDRESTART-SVC: memcached.service 2025-03-07 07:45:39.173 | NEEDRESTART-SVC: open-vm-tools.service 2025-03-07 07:45:39.173 | NEEDRESTART-SVC: ovs-vswitchd.service 2025-03-07 07:45:39.173 | NEEDRESTART-SVC: ovsdb-server.service 2025-03-07 07:45:39.173 | NEEDRESTART-SVC: packagekit.service 2025-03-07 07:45:39.173 | NEEDRESTART-SVC: pmproxy.service 2025-03-07 07:45:39.173 | NEEDRESTART-SVC: rabbitmq-server.service 2025-03-07 07:45:39.173 | NEEDRESTART-SVC: systemd-journald.service 2025-03-07 07:45:39.173 | NEEDRESTART-SVC: systemd-logind.service 2025-03-07 07:45:39.173 | NEEDRESTART-SVC: systemd-manager 2025-03-07 07:45:39.173 | NEEDRESTART-SVC: systemd-networkd.service 2025-03-07 07:45:39.173 | NEEDRESTART-SVC: systemd-resolved.service 2025-03-07 07:45:39.173 | NEEDRESTART-SVC: systemd-timesyncd.service 2025-03-07 07:45:39.173 | NEEDRESTART-SVC: systemd-udevd.service 2025-03-07 07:45:39.173 | NEEDRESTART-SVC: udisks2.service 2025-03-07 07:45:39.173 | NEEDRESTART-SVC: user@1001.service 2025-03-07 07:45:39.173 | NEEDRESTART-SVC: vgauth.service 2025-03-07 07:45:40.788 | ++ functions-common:apt_get:1230 : result=0 2025-03-07 07:45:40.790 | ++ functions-common:apt_get:1233 : time_stop apt-get 2025-03-07 07:45:40.792 | ++ functions-common:time_stop:2435 : local name 2025-03-07 07:45:40.794 | ++ functions-common:time_stop:2436 : local end_time 2025-03-07 07:45:40.796 | ++ functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:45:40.798 | ++ functions-common:time_stop:2438 : local total 2025-03-07 07:45:40.799 | ++ functions-common:time_stop:2439 : local start_time 2025-03-07 07:45:40.801 | ++ functions-common:time_stop:2441 : name=apt-get 2025-03-07 07:45:40.803 | ++ functions-common:time_stop:2442 : start_time=1741333520413 2025-03-07 07:45:40.805 | ++ functions-common:time_stop:2444 : [[ -z 1741333520413 ]] 2025-03-07 07:45:40.807 | +++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:45:40.810 | ++ functions-common:time_stop:2447 : end_time=1741333540808 2025-03-07 07:45:40.812 | ++ functions-common:time_stop:2448 : elapsed_time=20395 2025-03-07 07:45:40.813 | ++ functions-common:time_stop:2449 : total=509 2025-03-07 07:45:40.815 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:45:40.817 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=20904 2025-03-07 07:45:40.819 | ++ functions-common:apt_get:1234 : return 0 2025-03-07 07:45:40.821 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2025-03-07 07:45:40.823 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2025-03-07 07:45:40.825 | ++ tools/install_prereqs.sh:source:88 : date +%s 2025-03-07 07:45:40.828 | ++ tools/install_prereqs.sh:source:89 : date 2025-03-07 07:45:40.831 | + stack.sh:main:799 : [[ False != \T\r\u\e ]] 2025-03-07 07:45:40.833 | + stack.sh:main:800 : PYPI_ALTERNATIVE_URL= 2025-03-07 07:45:40.835 | + stack.sh:main:800 : /opt/stack/devstack/tools/install_pip.sh 2025-03-07 07:45:41.137 | + tools/install_pip.sh:main:25 : FILES=/opt/stack/devstack/files 2025-03-07 07:45:41.138 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2025-03-07 07:45:41.139 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2025-03-07 07:45:41.140 | + tools/install_pip.sh:main:43 : GetDistro 2025-03-07 07:45:41.142 | + functions-common:GetDistro:449 : GetOSVersion 2025-03-07 07:45:41.143 | + functions-common:GetOSVersion:416 : source /etc/os-release 2025-03-07 07:45:41.144 | ++ /etc/os-release:source:1 : PRETTY_NAME='Ubuntu 22.04.5 LTS' 2025-03-07 07:45:41.145 | ++ /etc/os-release:source:2 : NAME=Ubuntu 2025-03-07 07:45:41.146 | ++ /etc/os-release:source:3 : VERSION_ID=22.04 2025-03-07 07:45:41.148 | ++ /etc/os-release:source:4 : VERSION='22.04.5 LTS (Jammy Jellyfish)' 2025-03-07 07:45:41.149 | ++ /etc/os-release:source:5 : VERSION_CODENAME=jammy 2025-03-07 07:45:41.150 | ++ /etc/os-release:source:6 : ID=ubuntu 2025-03-07 07:45:41.151 | ++ /etc/os-release:source:7 : ID_LIKE=debian 2025-03-07 07:45:41.153 | ++ /etc/os-release:source:8 : HOME_URL=https://www.ubuntu.com/ 2025-03-07 07:45:41.154 | ++ /etc/os-release:source:9 : SUPPORT_URL=https://help.ubuntu.com/ 2025-03-07 07:45:41.155 | ++ /etc/os-release:source:10 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2025-03-07 07:45:41.156 | ++ /etc/os-release:source:11 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2025-03-07 07:45:41.157 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=jammy 2025-03-07 07:45:41.159 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) == \c\e\n\t\o\s\9 ]] 2025-03-07 07:45:41.160 | + functions-common:GetOSVersion:421 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) =~ rocky9 ]] 2025-03-07 07:45:41.161 | + functions-common:GetOSVersion:425 : _ensure_lsb_release 2025-03-07 07:45:41.163 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2025-03-07 07:45:41.164 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2025-03-07 07:45:41.165 | + functions-common:_ensure_lsb_release:394 : return 2025-03-07 07:45:41.167 | ++ functions-common:GetOSVersion:427 : lsb_release -r -s 2025-03-07 07:45:41.200 | + functions-common:GetOSVersion:427 : os_RELEASE=22.04 2025-03-07 07:45:41.202 | ++ functions-common:GetOSVersion:428 : lsb_release -c -s 2025-03-07 07:45:41.235 | + functions-common:GetOSVersion:428 : os_CODENAME=jammy 2025-03-07 07:45:41.237 | ++ functions-common:GetOSVersion:429 : lsb_release -i -s 2025-03-07 07:45:41.271 | + functions-common:GetOSVersion:429 : os_VENDOR=Ubuntu 2025-03-07 07:45:41.272 | + functions-common:GetOSVersion:432 : [[ Ubuntu =~ (Debian|Ubuntu) ]] 2025-03-07 07:45:41.274 | + functions-common:GetOSVersion:433 : os_PACKAGE=deb 2025-03-07 07:45:41.275 | + functions-common:GetOSVersion:438 : typeset -xr os_VENDOR 2025-03-07 07:45:41.276 | + functions-common:GetOSVersion:439 : typeset -xr os_RELEASE 2025-03-07 07:45:41.278 | + functions-common:GetOSVersion:440 : typeset -xr os_PACKAGE 2025-03-07 07:45:41.279 | + functions-common:GetOSVersion:441 : typeset -xr os_CODENAME 2025-03-07 07:45:41.280 | + functions-common:GetDistro:450 : [[ Ubuntu =~ (Ubuntu) ]] 2025-03-07 07:45:41.282 | + functions-common:GetDistro:453 : DISTRO=jammy 2025-03-07 07:45:41.283 | + functions-common:GetDistro:501 : typeset -xr DISTRO 2025-03-07 07:45:41.285 | + tools/install_pip.sh:main:44 : echo 'Distro: jammy' 2025-03-07 07:45:41.285 | Distro: jammy 2025-03-07 07:45:41.286 | + tools/install_pip.sh:main:124 : get_versions 2025-03-07 07:45:41.287 | ++ tools/install_pip.sh:get_versions:49 : which pip 2025-03-07 07:45:41.290 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2025-03-07 07:45:41.291 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2025-03-07 07:45:41.293 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2025-03-07 07:45:41.293 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2025-03-07 07:45:41.350 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2025-03-07 07:45:41.351 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2025-03-07 07:45:41.351 | pip: 0.1.15 2025-03-07 07:45:41.352 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2025-03-07 07:45:41.354 | + tools/install_pip.sh:main:130 : is_fedora 2025-03-07 07:45:41.355 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2025-03-07 07:45:41.356 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2025-03-07 07:45:41.358 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2025-03-07 07:45:41.359 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2025-03-07 07:45:41.360 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-03-07 07:45:41.361 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2025-03-07 07:45:41.362 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2025-03-07 07:45:41.364 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2025-03-07 07:45:41.365 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2025-03-07 07:45:41.366 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2025-03-07 07:45:41.367 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2025-03-07 07:45:41.368 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2025-03-07 07:45:41.370 | + tools/install_pip.sh:main:141 : is_ubuntu 2025-03-07 07:45:41.371 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:45:41.372 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:45:41.373 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack//requirements/upper-constraints.txt 2025-03-07 07:45:41.377 | + tools/install_pip.sh:main:153 : set -x 2025-03-07 07:45:41.378 | + tools/install_pip.sh:main:156 : get_versions 2025-03-07 07:45:41.380 | ++ tools/install_pip.sh:get_versions:49 : which pip 2025-03-07 07:45:41.382 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2025-03-07 07:45:41.383 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2025-03-07 07:45:41.386 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2025-03-07 07:45:41.386 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2025-03-07 07:45:41.393 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2025-03-07 07:45:41.395 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2025-03-07 07:45:41.395 | pip: 0.1.15 2025-03-07 07:45:41.397 | + stack.sh:main:804 : source /opt/stack/devstack/tools/fixup_stuff.sh 2025-03-07 07:45:41.400 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /opt/stack/devstack ]] 2025-03-07 07:45:41.402 | + stack.sh:main:805 : fixup_all 2025-03-07 07:45:41.403 | + tools/fixup_stuff.sh:fixup_all:157 : fixup_ubuntu 2025-03-07 07:45:41.405 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2025-03-07 07:45:41.407 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:45:41.409 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:45:41.410 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.4.1.egg-info 2025-03-07 07:45:41.419 | + tools/fixup_stuff.sh:fixup_ubuntu:152 : sudo rm -rf /usr/lib/python3/dist-packages/pyasn1_modules-0.2.1.egg-info 2025-03-07 07:45:41.428 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2025-03-07 07:45:41.436 | + tools/fixup_stuff.sh:fixup_all:158 : fixup_fedora 2025-03-07 07:45:41.438 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2025-03-07 07:45:41.440 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2025-03-07 07:45:41.442 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2025-03-07 07:45:41.443 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2025-03-07 07:45:41.445 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2025-03-07 07:45:41.447 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-03-07 07:45:41.448 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2025-03-07 07:45:41.450 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2025-03-07 07:45:41.452 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2025-03-07 07:45:41.453 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2025-03-07 07:45:41.455 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2025-03-07 07:45:41.457 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2025-03-07 07:45:41.458 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2025-03-07 07:45:41.460 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2025-03-07 07:45:41.462 | + tools/fixup_stuff.sh:fixup_all:159 : fixup_suse 2025-03-07 07:45:41.464 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2025-03-07 07:45:41.465 | + functions-common:is_suse:544 : is_opensuse 2025-03-07 07:45:41.467 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2025-03-07 07:45:41.469 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2025-03-07 07:45:41.471 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2025-03-07 07:45:41.472 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2025-03-07 07:45:41.474 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2025-03-07 07:45:41.476 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2025-03-07 07:45:41.478 | + stack.sh:main:808 : pip_install -U os-testr 2025-03-07 07:45:41.493 | Using python 3.10 to install os-testr 2025-03-07 07:45:41.495 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -U os-testr 2025-03-07 07:45:42.609 | Collecting os-testr 2025-03-07 07:45:42.612 | Using cached os_testr-3.0.0-py3-none-any.whl (32 kB) 2025-03-07 07:45:42.617 | Requirement already satisfied: testtools>=2.2.0 in /usr/lib/python3/dist-packages (from os-testr) (2.5.0) 2025-03-07 07:45:42.658 | Collecting pbr!=2.1.0,>=2.0.0 2025-03-07 07:45:42.660 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2025-03-07 07:45:42.681 | Collecting python-subunit>=1.0.0 2025-03-07 07:45:42.684 | Using cached python_subunit-1.4.2-py3-none-any.whl (106 kB) 2025-03-07 07:45:42.693 | Requirement already satisfied: extras in /usr/lib/python3/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2025-03-07 07:45:42.884 | Installing collected packages: python-subunit, pbr, os-testr 2025-03-07 07:45:42.884 | Attempting uninstall: python-subunit 2025-03-07 07:45:42.885 | Found existing installation: python-subunit 1.4.0 2025-03-07 07:45:42.889 | Not uninstalling python-subunit at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:45:42.890 | Can't uninstall 'python-subunit'. No files were found to uninstall. 2025-03-07 07:45:42.971 | Attempting uninstall: pbr 2025-03-07 07:45:42.971 | Found existing installation: pbr 5.8.0 2025-03-07 07:45:42.973 | Not uninstalling pbr at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:45:42.973 | Can't uninstall 'pbr'. No files were found to uninstall. 2025-03-07 07:45:43.033 | Attempting uninstall: os-testr 2025-03-07 07:45:43.034 | Found existing installation: os-testr 2.0.1 2025-03-07 07:45:43.035 | Not uninstalling os-testr at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:45:43.036 | Can't uninstall 'os-testr'. No files were found to uninstall. 2025-03-07 07:45:43.058 | Successfully installed os-testr-3.0.0 pbr-5.11.1 python-subunit-1.4.2 2025-03-07 07:45:43.059 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2025-03-07 07:45:43.141 | + inc/python:pip_install:196 : result=0 2025-03-07 07:45:43.143 | + inc/python:pip_install:198 : time_stop pip_install 2025-03-07 07:45:43.145 | + functions-common:time_stop:2435 : local name 2025-03-07 07:45:43.146 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:45:43.148 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:45:43.150 | + functions-common:time_stop:2438 : local total 2025-03-07 07:45:43.152 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:45:43.153 | + functions-common:time_stop:2441 : name=pip_install 2025-03-07 07:45:43.155 | + functions-common:time_stop:2442 : start_time=1741333541489 2025-03-07 07:45:43.157 | + functions-common:time_stop:2444 : [[ -z 1741333541489 ]] 2025-03-07 07:45:43.159 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:45:43.162 | + functions-common:time_stop:2447 : end_time=1741333543160 2025-03-07 07:45:43.163 | + functions-common:time_stop:2448 : elapsed_time=1671 2025-03-07 07:45:43.165 | + functions-common:time_stop:2449 : total=0 2025-03-07 07:45:43.167 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:45:43.169 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1671 2025-03-07 07:45:43.171 | + inc/python:pip_install:199 : return 0 2025-03-07 07:45:43.172 | + stack.sh:main:812 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2025-03-07 07:45:43.214 | + stack.sh:main:813 : sudo systemctl restart systemd-journald 2025-03-07 07:45:43.268 | + stack.sh:main:819 : install_infra 2025-03-07 07:45:43.270 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-03-07 07:45:43.272 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack//requirements/.venv ']' 2025-03-07 07:45:43.274 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack//requirements/.venv 2025-03-07 07:45:46.412 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-03-07 07:45:46.414 | + lib/infra:install_infra:34 : pip_install -U pbr 2025-03-07 07:45:46.431 | + inc/python:pip_install:190 : 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-03-07 07:45:47.388 | Collecting pbr 2025-03-07 07:45:47.392 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2025-03-07 07:45:47.418 | Installing collected packages: pbr 2025-03-07 07:45:47.482 | Successfully installed pbr-5.11.1 2025-03-07 07:45:47.554 | + inc/python:pip_install:196 : result=0 2025-03-07 07:45:47.557 | + inc/python:pip_install:198 : time_stop pip_install 2025-03-07 07:45:47.558 | + functions-common:time_stop:2435 : local name 2025-03-07 07:45:47.560 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:45:47.562 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:45:47.564 | + functions-common:time_stop:2438 : local total 2025-03-07 07:45:47.565 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:45:47.567 | + functions-common:time_stop:2441 : name=pip_install 2025-03-07 07:45:47.568 | + functions-common:time_stop:2442 : start_time=1741333546425 2025-03-07 07:45:47.570 | + functions-common:time_stop:2444 : [[ -z 1741333546425 ]] 2025-03-07 07:45:47.572 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:45:47.575 | + functions-common:time_stop:2447 : end_time=1741333547573 2025-03-07 07:45:47.577 | + functions-common:time_stop:2448 : elapsed_time=1148 2025-03-07 07:45:47.579 | + functions-common:time_stop:2449 : total=1671 2025-03-07 07:45:47.580 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:45:47.582 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2819 2025-03-07 07:45:47.584 | + inc/python:pip_install:199 : return 0 2025-03-07 07:45:47.586 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-03-07 07:45:47.587 | + lib/infra:install_infra:35 : pip_install /opt/stack//requirements 2025-03-07 07:45:47.604 | + inc/python:pip_install:190 : 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-03-07 07:45:48.450 | Processing /opt/stack/requirements 2025-03-07 07:45:48.451 | Preparing metadata (setup.py): started 2025-03-07 07:45:49.066 | Preparing metadata (setup.py): finished with status 'done' 2025-03-07 07:45:49.246 | Collecting Parsley>=1.2 2025-03-07 07:45:49.250 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2025-03-07 07:45:49.357 | Collecting PyYAML>=3.12 2025-03-07 07:45:49.363 | 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-03-07 07:45:49.471 | Collecting beagle>=0.2.1 2025-03-07 07:45:49.473 | Using cached beagle-0.4.0-py3-none-any.whl (11 kB) 2025-03-07 07:45:49.499 | Collecting fixtures>=3.0.0 2025-03-07 07:45:49.500 | Using cached fixtures-4.0.1-py3-none-any.whl 2025-03-07 07:45:49.545 | Collecting packaging!=20.5,!=20.6,!=20.7,>=16.5 2025-03-07 07:45:49.548 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2025-03-07 07:45:49.607 | Collecting requests>=2.14.2 2025-03-07 07:45:49.613 | Using cached requests-2.28.1-py3-none-any.whl (62 kB) 2025-03-07 07:45:49.638 | Collecting six>=1.10.0 2025-03-07 07:45:49.640 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2025-03-07 07:45:49.695 | Collecting cliff>=2.11.0 2025-03-07 07:45:49.698 | Using cached cliff-4.2.0-py3-none-any.whl (81 kB) 2025-03-07 07:45:49.700 | 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.dev6113) (5.11.1) 2025-03-07 07:45:49.739 | Collecting idna<4,>=2.5 2025-03-07 07:45:49.741 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2025-03-07 07:45:49.805 | Collecting urllib3<1.27,>=1.21.1 2025-03-07 07:45:49.808 | Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2025-03-07 07:45:50.012 | Collecting charset-normalizer<3,>=2 2025-03-07 07:45:50.014 | Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2025-03-07 07:45:50.053 | Collecting certifi>=2017.4.17 2025-03-07 07:45:50.056 | Using cached certifi-2025.1.31-py3-none-any.whl (166 kB) 2025-03-07 07:45:50.176 | Collecting importlib-metadata>=4.4 2025-03-07 07:45:50.178 | Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB) 2025-03-07 07:45:50.199 | Collecting autopage>=0.4.0 2025-03-07 07:45:50.200 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2025-03-07 07:45:50.244 | Collecting stevedore>=2.0.1 2025-03-07 07:45:50.246 | Using cached stevedore-5.0.0-py3-none-any.whl (49 kB) 2025-03-07 07:45:50.276 | Collecting PrettyTable>=0.7.2 2025-03-07 07:45:50.278 | Using cached prettytable-3.4.1-py3-none-any.whl (26 kB) 2025-03-07 07:45:50.339 | Collecting cmd2>=1.0.0 2025-03-07 07:45:50.341 | Using cached cmd2-2.4.2-py3-none-any.whl (147 kB) 2025-03-07 07:45:50.408 | Collecting wcwidth>=0.1.7 2025-03-07 07:45:50.410 | Using cached wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2025-03-07 07:45:50.440 | Collecting attrs>=16.3.0 2025-03-07 07:45:50.442 | Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2025-03-07 07:45:50.463 | Collecting pyperclip>=1.6 2025-03-07 07:45:50.463 | Using cached pyperclip-1.8.2-py3-none-any.whl 2025-03-07 07:45:50.526 | Collecting zipp>=0.5 2025-03-07 07:45:50.530 | Using cached zipp-3.8.1-py3-none-any.whl (5.6 kB) 2025-03-07 07:45:50.588 | Using legacy 'setup.py install' for openstack-requirements, since package 'wheel' is not installed. 2025-03-07 07:45:50.731 | Installing collected packages: wcwidth, pyperclip, Parsley, zipp, urllib3, stevedore, six, PyYAML, PrettyTable, packaging, idna, fixtures, charset-normalizer, certifi, autopage, attrs, requests, importlib-metadata, cmd2, cliff, beagle, openstack-requirements 2025-03-07 07:45:51.515 | Running setup.py install for openstack-requirements: started 2025-03-07 07:45:52.834 | Running setup.py install for openstack-requirements: finished with status 'done' 2025-03-07 07:45:52.842 | Successfully installed Parsley-1.3 PrettyTable-3.4.1 PyYAML-6.0 attrs-22.1.0 autopage-0.5.1 beagle-0.4.0 certifi-2025.1.31 charset-normalizer-2.1.1 cliff-4.2.0 cmd2-2.4.2 fixtures-4.0.1 idna-3.4 importlib-metadata-5.0.0 openstack-requirements-1.2.1.dev6113 packaging-23.1 pyperclip-1.8.2 requests-2.28.1 six-1.16.0 stevedore-5.0.0 urllib3-1.26.12 wcwidth-0.2.5 zipp-3.8.1 2025-03-07 07:45:52.944 | + inc/python:pip_install:196 : result=0 2025-03-07 07:45:52.946 | + inc/python:pip_install:198 : time_stop pip_install 2025-03-07 07:45:52.947 | + functions-common:time_stop:2435 : local name 2025-03-07 07:45:52.949 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:45:52.951 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:45:52.952 | + functions-common:time_stop:2438 : local total 2025-03-07 07:45:52.954 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:45:52.955 | + functions-common:time_stop:2441 : name=pip_install 2025-03-07 07:45:52.957 | + functions-common:time_stop:2442 : start_time=1741333547599 2025-03-07 07:45:52.959 | + functions-common:time_stop:2444 : [[ -z 1741333547599 ]] 2025-03-07 07:45:52.961 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:45:52.964 | + functions-common:time_stop:2447 : end_time=1741333552962 2025-03-07 07:45:52.965 | + functions-common:time_stop:2448 : elapsed_time=5363 2025-03-07 07:45:52.967 | + functions-common:time_stop:2449 : total=2819 2025-03-07 07:45:52.969 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:45:52.971 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8182 2025-03-07 07:45:52.973 | + inc/python:pip_install:199 : return 0 2025-03-07 07:45:52.974 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2025-03-07 07:45:52.976 | + lib/infra:install_infra:42 : use_library_from_git pbr 2025-03-07 07:45:52.978 | + inc/python:use_library_from_git:246 : local name=pbr 2025-03-07 07:45:52.980 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:45:52.982 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:45:52.984 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pbr, ]] 2025-03-07 07:45:52.986 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:45:52.987 | + lib/infra:install_infra:48 : pip_install -U pbr 2025-03-07 07:45:53.002 | Using python 3.10 to install pbr 2025-03-07 07:45:53.004 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -U pbr 2025-03-07 07:45:53.891 | Requirement already satisfied: pbr in /usr/local/lib/python3.10/dist-packages (5.11.1) 2025-03-07 07:45:54.158 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2025-03-07 07:45:54.229 | + inc/python:pip_install:196 : result=0 2025-03-07 07:45:54.231 | + inc/python:pip_install:198 : time_stop pip_install 2025-03-07 07:45:54.233 | + functions-common:time_stop:2435 : local name 2025-03-07 07:45:54.235 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:45:54.237 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:45:54.238 | + functions-common:time_stop:2438 : local total 2025-03-07 07:45:54.240 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:45:54.242 | + functions-common:time_stop:2441 : name=pip_install 2025-03-07 07:45:54.244 | + functions-common:time_stop:2442 : start_time=1741333552998 2025-03-07 07:45:54.245 | + functions-common:time_stop:2444 : [[ -z 1741333552998 ]] 2025-03-07 07:45:54.248 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:45:54.251 | + functions-common:time_stop:2447 : end_time=1741333554249 2025-03-07 07:45:54.252 | + functions-common:time_stop:2448 : elapsed_time=1251 2025-03-07 07:45:54.254 | + functions-common:time_stop:2449 : total=8182 2025-03-07 07:45:54.256 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:45:54.257 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9433 2025-03-07 07:45:54.259 | + inc/python:pip_install:199 : return 0 2025-03-07 07:45:54.261 | + stack.sh:main:822 : python3 -m venv /opt/stack//bindep-venv 2025-03-07 07:45:57.394 | + stack.sh:main:824 : /opt/stack//bindep-venv/bin/pip install bindep 2025-03-07 07:45:57.983 | Collecting bindep 2025-03-07 07:45:57.985 | Using cached bindep-2.12.0-py3-none-any.whl (33 kB) 2025-03-07 07:45:58.033 | Collecting packaging 2025-03-07 07:45:58.036 | Using cached packaging-24.2-py3-none-any.whl (65 kB) 2025-03-07 07:45:58.081 | Collecting pbr>=2.0.0 2025-03-07 07:45:58.083 | Using cached pbr-6.1.1-py2.py3-none-any.whl (108 kB) 2025-03-07 07:45:58.105 | Collecting distro>=1.7.0 2025-03-07 07:45:58.107 | Using cached distro-1.9.0-py3-none-any.whl (20 kB) 2025-03-07 07:45:58.125 | Collecting Parsley 2025-03-07 07:45:58.127 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2025-03-07 07:45:58.131 | Requirement already satisfied: setuptools in /opt/stack/bindep-venv/lib/python3.10/site-packages (from pbr>=2.0.0->bindep) (59.6.0) 2025-03-07 07:45:58.165 | Installing collected packages: Parsley, pbr, packaging, distro, bindep 2025-03-07 07:45:58.408 | Successfully installed Parsley-1.3 bindep-2.12.0 distro-1.9.0 packaging-24.2 pbr-6.1.1 2025-03-07 07:45:58.476 | + stack.sh:main:825 : export BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2025-03-07 07:45:58.479 | + stack.sh:main:825 : BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2025-03-07 07:45:58.481 | ++ stack.sh:main:828 : _get_plugin_bindep_packages 2025-03-07 07:45:58.495 | + stack.sh:main:828 : pkgs= 2025-03-07 07:45:58.497 | + stack.sh:main:829 : [[ -n '' ]] 2025-03-07 07:45:58.499 | + stack.sh:main:836 : run_phase stack pre-install 2025-03-07 07:45:58.500 | + functions-common:run_phase:1863 : local mode=stack 2025-03-07 07:45:58.502 | + functions-common:run_phase:1864 : local phase=pre-install 2025-03-07 07:45:58.504 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2025-03-07 07:45:58.506 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2025-03-07 07:45:58.507 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-03-07 07:45:58.509 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2025-03-07 07:45:58.511 | + functions-common:run_phase:1873 : local extra 2025-03-07 07:45:58.513 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-03-07 07:45:58.516 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2025-03-07 07:45:58.517 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-03-07 07:45:58.519 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-03-07 07:45:58.521 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack pre-install 2025-03-07 07:45:58.523 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-03-07 07:45:58.534 | ++ functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:45:58.536 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-03-07 07:45:58.538 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:45:58.539 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2025-03-07 07:45:58.541 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:45:58.542 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-03-07 07:45:58.544 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:45:58.546 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2025-03-07 07:45:58.547 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:45:58.549 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2025-03-07 07:45:58.551 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:45:58.552 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2025-03-07 07:45:58.554 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-03-07 07:45:58.556 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-03-07 07:45:58.557 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2025-03-07 07:45:58.559 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-03-07 07:45:58.561 | + functions-common:run_phase:1890 : run_plugins stack pre-install 2025-03-07 07:45:58.562 | + functions-common:run_plugins:1849 : local mode=stack 2025-03-07 07:45:58.564 | + functions-common:run_plugins:1850 : local phase=pre-install 2025-03-07 07:45:58.566 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2025-03-07 07:45:58.567 | + functions-common:run_plugins:1853 : local plugin 2025-03-07 07:45:58.569 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2025-03-07 07:45:58.571 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2025-03-07 07:45:58.573 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-03-07 07:45:58.574 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack pre-install 2025-03-07 07:45:58.576 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-03-07 07:45:58.578 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:45:58.580 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2025-03-07 07:45:58.581 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:45:58.583 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-03-07 07:45:58.585 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:45:58.586 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ pre-install == \e\x\t\r\a ]] 2025-03-07 07:45:58.588 | + stack.sh:main:839 : set_systemd_override DefaultLimitNOFILE 2048 2025-03-07 07:45:58.590 | + functions:set_systemd_override:831 : local key=DefaultLimitNOFILE 2025-03-07 07:45:58.592 | + functions:set_systemd_override:832 : local value=2048 2025-03-07 07:45:58.594 | + functions:set_systemd_override:834 : local sysconf=/etc/systemd/system.conf 2025-03-07 07:45:58.596 | + functions:set_systemd_override:835 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2025-03-07 07:45:58.635 | + functions:set_systemd_override:836 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2025-03-07 07:45:58.635 | Set systemd system override for DefaultLimitNOFILE=2048 2025-03-07 07:45:58.637 | + functions:set_systemd_override:838 : sudo systemctl daemon-reload 2025-03-07 07:45:58.887 | + stack.sh:main:841 : install_rpc_backend 2025-03-07 07:45:58.889 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2025-03-07 07:45:58.902 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:45:58.903 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2025-03-07 07:45:58.905 | + functions-common:install_package:1459 : update_package_repo 2025-03-07 07:45:58.907 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2025-03-07 07:45:58.909 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2025-03-07 07:45:58.911 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2025-03-07 07:45:58.912 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2025-03-07 07:45:58.914 | + functions-common:update_package_repo:1439 : is_ubuntu 2025-03-07 07:45:58.916 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:45:58.918 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:45:58.920 | + functions-common:update_package_repo:1440 : apt_get_update 2025-03-07 07:45:58.922 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2025-03-07 07:45:58.924 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2025-03-07 07:45:58.926 | + functions-common:apt_get_update:1186 : return 2025-03-07 07:45:58.927 | + functions-common:install_package:1460 : real_install_package rabbitmq-server 2025-03-07 07:45:58.929 | + functions-common:real_install_package:1445 : is_ubuntu 2025-03-07 07:45:58.931 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:45:58.933 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:45:58.935 | + functions-common:real_install_package:1446 : apt_get install rabbitmq-server 2025-03-07 07:45:58.950 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2025-03-07 07:45:58.994 | E: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 15736 (apt-get) 2025-03-07 07:45:58.994 | E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it? 2025-03-07 07:45:58.997 | + functions-common:apt_get:1230 : result=100 2025-03-07 07:45:58.999 | + functions-common:apt_get:1233 : time_stop apt-get 2025-03-07 07:45:59.001 | + functions-common:time_stop:2435 : local name 2025-03-07 07:45:59.002 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:45:59.004 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:45:59.006 | + functions-common:time_stop:2438 : local total 2025-03-07 07:45:59.008 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:45:59.010 | + functions-common:time_stop:2441 : name=apt-get 2025-03-07 07:45:59.011 | + functions-common:time_stop:2442 : start_time=1741333558948 2025-03-07 07:45:59.013 | + functions-common:time_stop:2444 : [[ -z 1741333558948 ]] 2025-03-07 07:45:59.016 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:45:59.018 | + functions-common:time_stop:2447 : end_time=1741333559016 2025-03-07 07:45:59.020 | + functions-common:time_stop:2448 : elapsed_time=68 2025-03-07 07:45:59.022 | + functions-common:time_stop:2449 : total=20904 2025-03-07 07:45:59.024 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:45:59.026 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=20972 2025-03-07 07:45:59.028 | + functions-common:apt_get:1234 : return 100 2025-03-07 07:45:59.030 | + functions-common:install_package:1461 : RETRY_UPDATE=True 2025-03-07 07:45:59.031 | + functions-common:install_package:1461 : update_package_repo 2025-03-07 07:45:59.033 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2025-03-07 07:45:59.035 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2025-03-07 07:45:59.037 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=True 2025-03-07 07:45:59.039 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2025-03-07 07:45:59.040 | + functions-common:update_package_repo:1439 : is_ubuntu 2025-03-07 07:45:59.042 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:45:59.044 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:45:59.046 | + functions-common:update_package_repo:1440 : apt_get_update 2025-03-07 07:45:59.048 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2025-03-07 07:45:59.050 | + functions-common:apt_get_update:1185 : [[ True != \T\r\u\e ]] 2025-03-07 07:45:59.051 | + functions-common:apt_get_update:1190 : [[ False = \T\r\u\e ]] 2025-03-07 07:45:59.053 | + functions-common:apt_get_update:1192 : local sudo=sudo 2025-03-07 07:45:59.056 | ++ functions-common:apt_get_update:1193 : id -u 2025-03-07 07:45:59.059 | + functions-common:apt_get_update:1193 : [[ 1001 = \0 ]] 2025-03-07 07:45:59.060 | + functions-common:apt_get_update:1196 : time_start apt-get-update 2025-03-07 07:45:59.062 | + functions-common:time_start:2421 : local name=apt-get-update 2025-03-07 07:45:59.064 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:45:59.066 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:45:59.068 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:45:59.071 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333559069 2025-03-07 07:45:59.073 | + functions-common:apt_get_update:1198 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2025-03-07 07:45:59.074 | + functions-common:apt_get_update:1199 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2025-03-07 07:45:59.076 | + functions-common:apt_get_update:1200 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2025-03-07 07:45:59.245 | Hit:1 https://repo.eu-de-1.cloud.sap/ubuntu jammy InRelease 2025-03-07 07:45:59.248 | Hit:2 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates InRelease 2025-03-07 07:45:59.259 | Hit:3 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports InRelease 2025-03-07 07:45:59.408 | Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2025-03-07 07:46:00.701 | Reading package lists... 2025-03-07 07:46:00.726 | + functions-common:apt_get_update:1204 : REPOS_UPDATED=True 2025-03-07 07:46:00.728 | + functions-common:apt_get_update:1206 : time_stop apt-get-update 2025-03-07 07:46:00.730 | + functions-common:time_stop:2435 : local name 2025-03-07 07:46:00.732 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:46:00.733 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:46:00.735 | + functions-common:time_stop:2438 : local total 2025-03-07 07:46:00.737 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:46:00.739 | + functions-common:time_stop:2441 : name=apt-get-update 2025-03-07 07:46:00.741 | + functions-common:time_stop:2442 : start_time=1741333559069 2025-03-07 07:46:00.742 | + functions-common:time_stop:2444 : [[ -z 1741333559069 ]] 2025-03-07 07:46:00.745 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:46:00.748 | + functions-common:time_stop:2447 : end_time=1741333560746 2025-03-07 07:46:00.749 | + functions-common:time_stop:2448 : elapsed_time=1677 2025-03-07 07:46:00.751 | + functions-common:time_stop:2449 : total=7090 2025-03-07 07:46:00.753 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:46:00.755 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8767 2025-03-07 07:46:00.757 | + functions-common:install_package:1461 : real_install_package rabbitmq-server 2025-03-07 07:46:00.758 | + functions-common:real_install_package:1445 : is_ubuntu 2025-03-07 07:46:00.760 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:46:00.762 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:46:00.764 | + functions-common:real_install_package:1446 : apt_get install rabbitmq-server 2025-03-07 07:46:00.780 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2025-03-07 07:46:00.841 | Reading package lists... 2025-03-07 07:46:01.055 | Building dependency tree... 2025-03-07 07:46:01.058 | Reading state information... 2025-03-07 07:46:01.266 | rabbitmq-server is already the newest version (3.9.27-0ubuntu0.1). 2025-03-07 07:46:01.266 | 0 upgraded, 0 newly installed, 0 to remove and 74 not upgraded. 2025-03-07 07:46:01.270 | + functions-common:apt_get:1230 : result=0 2025-03-07 07:46:01.272 | + functions-common:apt_get:1233 : time_stop apt-get 2025-03-07 07:46:01.274 | + functions-common:time_stop:2435 : local name 2025-03-07 07:46:01.276 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:46:01.278 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:46:01.280 | + functions-common:time_stop:2438 : local total 2025-03-07 07:46:01.282 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:46:01.284 | + functions-common:time_stop:2441 : name=apt-get 2025-03-07 07:46:01.286 | + functions-common:time_stop:2442 : start_time=1741333560778 2025-03-07 07:46:01.288 | + functions-common:time_stop:2444 : [[ -z 1741333560778 ]] 2025-03-07 07:46:01.290 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:46:01.293 | + functions-common:time_stop:2447 : end_time=1741333561291 2025-03-07 07:46:01.295 | + functions-common:time_stop:2448 : elapsed_time=513 2025-03-07 07:46:01.297 | + functions-common:time_stop:2449 : total=20972 2025-03-07 07:46:01.298 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:46:01.300 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=21485 2025-03-07 07:46:01.302 | + functions-common:apt_get:1234 : return 0 2025-03-07 07:46:01.304 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2025-03-07 07:46:01.306 | + functions-common:is_suse:544 : is_opensuse 2025-03-07 07:46:01.308 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2025-03-07 07:46:01.310 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2025-03-07 07:46:01.312 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2025-03-07 07:46:01.314 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2025-03-07 07:46:01.316 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2025-03-07 07:46:01.318 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2025-03-07 07:46:01.320 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2025-03-07 07:46:01.321 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2025-03-07 07:46:01.323 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2025-03-07 07:46:01.325 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2025-03-07 07:46:01.327 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-03-07 07:46:01.329 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2025-03-07 07:46:01.331 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2025-03-07 07:46:01.333 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2025-03-07 07:46:01.335 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2025-03-07 07:46:01.337 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2025-03-07 07:46:01.338 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2025-03-07 07:46:01.340 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2025-03-07 07:46:01.342 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2025-03-07 07:46:01.344 | + functions-common:is_suse:544 : is_opensuse 2025-03-07 07:46:01.346 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2025-03-07 07:46:01.348 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2025-03-07 07:46:01.350 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2025-03-07 07:46:01.352 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2025-03-07 07:46:01.354 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2025-03-07 07:46:01.356 | + stack.sh:main:842 : restart_rpc_backend 2025-03-07 07:46:01.358 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2025-03-07 07:46:01.370 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:46:01.372 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2025-03-07 07:46:01.374 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:46:01.376 | + stack.sh:echo_summary:455 : echo -e Starting RabbitMQ 2025-03-07 07:46:01.378 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2025-03-07 07:46:01.380 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2025-03-07 07:46:01.384 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2025-03-07 07:46:01.385 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2025-03-07 07:46:01.387 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2025-03-07 07:46:01.389 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2025-03-07 07:46:01.391 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit stackdb 2025-03-07 07:46:01.393 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=stackdb found= out= 2025-03-07 07:46:01.396 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2025-03-07 07:46:01.860 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2025-03-07 07:46:01.860 | user tags 2025-03-07 07:46:01.860 | guest [administrator]' 2025-03-07 07:46:01.863 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2025-03-07 07:46:01.863 | user tags 2025-03-07 07:46:01.863 | guest [administrator]' 2025-03-07 07:46:01.863 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2025-03-07 07:46:01.868 | + lib/rpc_backend:rabbit_setuser:176 : found= 2025-03-07 07:46:01.870 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2025-03-07 07:46:01.872 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit stackdb 2025-03-07 07:46:02.297 | Adding user "stackrabbit" ... 2025-03-07 07:46:02.304 | Done. Don't forget to grant the user permissions to some virtual hosts! See 'rabbitmqctl help set_permissions' to learn more. 2025-03-07 07:46:02.316 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2025-03-07 07:46:02.743 | Setting permissions for user "stackrabbit" in vhost "/" ... 2025-03-07 07:46:02.762 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2025-03-07 07:46:02.764 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit stackdb 2025-03-07 07:46:03.190 | Changing password for user "stackrabbit" ... 2025-03-07 07:46:03.207 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2025-03-07 07:46:03.209 | + lib/rpc_backend:restart_rpc_backend:116 : break 2025-03-07 07:46:03.211 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2025-03-07 07:46:03.642 | Deleting user "guest" ... 2025-03-07 07:46:03.699 | + stack.sh:main:844 : is_service_enabled mysql postgresql 2025-03-07 07:46:03.712 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:46:03.714 | + stack.sh:main:845 : install_database 2025-03-07 07:46:03.716 | + lib/database:install_database:118 : install_database_mysql 2025-03-07 07:46:03.718 | + lib/databases/mysql:install_database_mysql:193 : is_ubuntu 2025-03-07 07:46:03.720 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:46:03.722 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:46:03.724 | + lib/databases/mysql:install_database_mysql:196 : sudo debconf-set-selections 2025-03-07 07:46:03.842 | + lib/databases/mysql:install_database_mysql:206 : [[ ! -e /opt/stack/.my.cnf ]] 2025-03-07 07:46:03.844 | + lib/databases/mysql:install_database_mysql:207 : cat 2025-03-07 07:46:03.847 | + lib/databases/mysql:install_database_mysql:213 : is_ubuntu 2025-03-07 07:46:03.849 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:46:03.851 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:46:03.853 | + lib/databases/mysql:install_database_mysql:213 : '[' mariadb '!=' mariadb ']' 2025-03-07 07:46:03.855 | + lib/databases/mysql:install_database_mysql:216 : chmod 0600 /opt/stack/.my.cnf 2025-03-07 07:46:03.858 | + lib/databases/mysql:install_database_mysql:219 : [[ False == \T\r\u\e ]] 2025-03-07 07:46:03.860 | + stack.sh:main:847 : '[' -n mysql ']' 2025-03-07 07:46:03.862 | + stack.sh:main:848 : install_database_python 2025-03-07 07:46:03.864 | + lib/database:install_database_python:123 : install_database_python_mysql 2025-03-07 07:46:03.866 | + lib/databases/mysql:install_database_python_mysql:238 : pip_install_gr PyMySQL 2025-03-07 07:46:03.868 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2025-03-07 07:46:03.870 | + inc/python:pip_install_gr:77 : local clean_name 2025-03-07 07:46:03.872 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2025-03-07 07:46:03.874 | ++ inc/python:get_from_global_requirements:221 : local package=PyMySQL 2025-03-07 07:46:03.876 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2025-03-07 07:46:03.879 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^PyMySQL' /opt/stack//requirements/global-requirements.txt 2025-03-07 07:46:03.879 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2025-03-07 07:46:03.882 | ++ inc/python:get_from_global_requirements:223 : required_pkg='PyMySQL ' 2025-03-07 07:46:03.884 | ++ inc/python:get_from_global_requirements:224 : [[ PyMySQL == '' ]] 2025-03-07 07:46:03.886 | ++ inc/python:get_from_global_requirements:227 : echo PyMySQL 2025-03-07 07:46:03.888 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2025-03-07 07:46:03.890 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2025-03-07 07:46:03.906 | Using python 3.10 to install PyMySQL 2025-03-07 07:46:03.908 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt PyMySQL 2025-03-07 07:46:04.893 | Collecting PyMySQL 2025-03-07 07:46:04.895 | Using cached PyMySQL-1.0.2-py3-none-any.whl (43 kB) 2025-03-07 07:46:05.068 | Installing collected packages: PyMySQL 2025-03-07 07:46:05.104 | Successfully installed PyMySQL-1.0.2 2025-03-07 07:46:05.104 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2025-03-07 07:46:05.178 | + inc/python:pip_install:196 : result=0 2025-03-07 07:46:05.180 | + inc/python:pip_install:198 : time_stop pip_install 2025-03-07 07:46:05.182 | + functions-common:time_stop:2435 : local name 2025-03-07 07:46:05.184 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:46:05.186 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:46:05.188 | + functions-common:time_stop:2438 : local total 2025-03-07 07:46:05.189 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:46:05.191 | + functions-common:time_stop:2441 : name=pip_install 2025-03-07 07:46:05.193 | + functions-common:time_stop:2442 : start_time=1741333563902 2025-03-07 07:46:05.195 | + functions-common:time_stop:2444 : [[ -z 1741333563902 ]] 2025-03-07 07:46:05.197 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:46:05.200 | + functions-common:time_stop:2447 : end_time=1741333565198 2025-03-07 07:46:05.202 | + functions-common:time_stop:2448 : elapsed_time=1296 2025-03-07 07:46:05.203 | + functions-common:time_stop:2449 : total=9433 2025-03-07 07:46:05.205 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:46:05.207 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10729 2025-03-07 07:46:05.209 | + inc/python:pip_install:199 : return 0 2025-03-07 07:46:05.210 | + lib/databases/mysql:install_database_python_mysql:239 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2025-03-07 07:46:05.212 | + lib/databases/mysql:install_database_python_mysql:241 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2025-03-07 07:46:05.214 | + lib/databases/mysql:install_database_python_mysql:242 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2025-03-07 07:46:05.216 | + stack.sh:main:851 : is_service_enabled neutron 2025-03-07 07:46:05.228 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:46:05.230 | + stack.sh:main:852 : install_neutron_agent_packages 2025-03-07 07:46:05.232 | + lib/neutron:install_neutron_agent_packages:536 : is_service_enabled q-l3 neutron-l3 2025-03-07 07:46:05.244 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:46:05.246 | + lib/neutron:install_neutron_agent_packages:537 : install_package radvd 2025-03-07 07:46:05.248 | + functions-common:install_package:1459 : update_package_repo 2025-03-07 07:46:05.249 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2025-03-07 07:46:05.251 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2025-03-07 07:46:05.253 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2025-03-07 07:46:05.255 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2025-03-07 07:46:05.257 | + functions-common:update_package_repo:1439 : is_ubuntu 2025-03-07 07:46:05.259 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:46:05.261 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:46:05.263 | + functions-common:update_package_repo:1440 : apt_get_update 2025-03-07 07:46:05.265 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2025-03-07 07:46:05.266 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2025-03-07 07:46:05.268 | + functions-common:apt_get_update:1186 : return 2025-03-07 07:46:05.270 | + functions-common:install_package:1460 : real_install_package radvd 2025-03-07 07:46:05.272 | + functions-common:real_install_package:1445 : is_ubuntu 2025-03-07 07:46:05.274 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:46:05.276 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:46:05.277 | + functions-common:real_install_package:1446 : apt_get install radvd 2025-03-07 07:46:05.293 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2025-03-07 07:46:05.354 | Reading package lists... 2025-03-07 07:46:05.566 | Building dependency tree... 2025-03-07 07:46:05.566 | Reading state information... 2025-03-07 07:46:05.779 | radvd is already the newest version (1:2.18-3build2). 2025-03-07 07:46:05.779 | 0 upgraded, 0 newly installed, 0 to remove and 74 not upgraded. 2025-03-07 07:46:05.784 | + functions-common:apt_get:1230 : result=0 2025-03-07 07:46:05.786 | + functions-common:apt_get:1233 : time_stop apt-get 2025-03-07 07:46:05.788 | + functions-common:time_stop:2435 : local name 2025-03-07 07:46:05.790 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:46:05.792 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:46:05.793 | + functions-common:time_stop:2438 : local total 2025-03-07 07:46:05.795 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:46:05.797 | + functions-common:time_stop:2441 : name=apt-get 2025-03-07 07:46:05.799 | + functions-common:time_stop:2442 : start_time=1741333565290 2025-03-07 07:46:05.801 | + functions-common:time_stop:2444 : [[ -z 1741333565290 ]] 2025-03-07 07:46:05.804 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:46:05.807 | + functions-common:time_stop:2447 : end_time=1741333565805 2025-03-07 07:46:05.809 | + functions-common:time_stop:2448 : elapsed_time=515 2025-03-07 07:46:05.811 | + functions-common:time_stop:2449 : total=21485 2025-03-07 07:46:05.812 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:46:05.814 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=22000 2025-03-07 07:46:05.816 | + functions-common:apt_get:1234 : return 0 2025-03-07 07:46:05.818 | + lib/neutron:install_neutron_agent_packages:540 : is_service_enabled q-agt neutron-agent q-dhcp neutron-dhcp q-l3 neutron-l3 2025-03-07 07:46:05.833 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:46:05.834 | + lib/neutron:install_neutron_agent_packages:541 : neutron_plugin_install_agent_packages 2025-03-07 07:46:05.836 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2025-03-07 07:46:05.838 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2025-03-07 07:46:05.841 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2025-03-07 07:46:05.856 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2025-03-07 07:46:05.858 | + functions-common:install_package:1459 : update_package_repo 2025-03-07 07:46:05.860 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2025-03-07 07:46:05.862 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2025-03-07 07:46:05.864 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2025-03-07 07:46:05.865 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2025-03-07 07:46:05.867 | + functions-common:update_package_repo:1439 : is_ubuntu 2025-03-07 07:46:05.869 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:46:05.871 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:46:05.873 | + functions-common:update_package_repo:1440 : apt_get_update 2025-03-07 07:46:05.875 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2025-03-07 07:46:05.877 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2025-03-07 07:46:05.878 | + functions-common:apt_get_update:1186 : return 2025-03-07 07:46:05.880 | + functions-common:install_package:1460 : real_install_package fakeroot make openvswitch-switch 2025-03-07 07:46:05.882 | + functions-common:real_install_package:1445 : is_ubuntu 2025-03-07 07:46:05.884 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:46:05.886 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:46:05.888 | + functions-common:real_install_package:1446 : apt_get install fakeroot make openvswitch-switch 2025-03-07 07:46:05.904 | + functions-common:apt_get:1226 : 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-03-07 07:46:05.964 | Reading package lists... 2025-03-07 07:46:06.186 | Building dependency tree... 2025-03-07 07:46:06.188 | Reading state information... 2025-03-07 07:46:06.403 | fakeroot is already the newest version (1.28-1ubuntu1). 2025-03-07 07:46:06.403 | fakeroot set to manually installed. 2025-03-07 07:46:06.403 | make is already the newest version (4.3-4.1build1). 2025-03-07 07:46:06.403 | make set to manually installed. 2025-03-07 07:46:06.403 | openvswitch-switch is already the newest version (2.17.9-0ubuntu0.22.04.1). 2025-03-07 07:46:06.403 | 0 upgraded, 0 newly installed, 0 to remove and 74 not upgraded. 2025-03-07 07:46:06.407 | + functions-common:apt_get:1230 : result=0 2025-03-07 07:46:06.409 | + functions-common:apt_get:1233 : time_stop apt-get 2025-03-07 07:46:06.411 | + functions-common:time_stop:2435 : local name 2025-03-07 07:46:06.413 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:46:06.415 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:46:06.417 | + functions-common:time_stop:2438 : local total 2025-03-07 07:46:06.419 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:46:06.420 | + functions-common:time_stop:2441 : name=apt-get 2025-03-07 07:46:06.422 | + functions-common:time_stop:2442 : start_time=1741333565901 2025-03-07 07:46:06.424 | + functions-common:time_stop:2444 : [[ -z 1741333565901 ]] 2025-03-07 07:46:06.427 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:46:06.429 | + functions-common:time_stop:2447 : end_time=1741333566427 2025-03-07 07:46:06.431 | + functions-common:time_stop:2448 : elapsed_time=526 2025-03-07 07:46:06.433 | + functions-common:time_stop:2449 : total=22000 2025-03-07 07:46:06.435 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:46:06.436 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=22526 2025-03-07 07:46:06.438 | + functions-common:apt_get:1234 : return 0 2025-03-07 07:46:06.440 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2025-03-07 07:46:06.442 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:46:06.444 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:46:06.446 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2025-03-07 07:46:06.447 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2025-03-07 07:46:06.450 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2025-03-07 07:46:06.453 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=6.8.0-52-generic 2025-03-07 07:46:06.455 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2025-03-07 07:46:06.458 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2025-03-07 07:46:06.458 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 6.8.0-52-generic 2025-03-07 07:46:06.461 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=6.8 2025-03-07 07:46:06.463 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 6.8 '<' 3.13 2025-03-07 07:46:06.465 | + functions:vercmp:639 : local v1=6.8 2025-03-07 07:46:06.466 | + functions:vercmp:640 : local 'op=<' 2025-03-07 07:46:06.468 | + functions:vercmp:641 : local v2=3.13 2025-03-07 07:46:06.470 | + functions:vercmp:642 : local result 2025-03-07 07:46:06.473 | ++ functions:vercmp:646 : echo -e '6.8\n3.13' 2025-03-07 07:46:06.473 | ++ functions:vercmp:646 : sort -V 2025-03-07 07:46:06.473 | ++ functions:vercmp:646 : head -1 2025-03-07 07:46:06.477 | + functions:vercmp:646 : result=3.13 2025-03-07 07:46:06.479 | + functions:vercmp:648 : case $op in 2025-03-07 07:46:06.481 | + functions:vercmp:658 : '[' 6.8 '!=' 3.13 ']' 2025-03-07 07:46:06.482 | + functions:vercmp:658 : '[' 3.13 = 6.8 ']' 2025-03-07 07:46:06.484 | + functions:vercmp:659 : return 2025-03-07 07:46:06.486 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2025-03-07 07:46:06.488 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-03-07 07:46:06.490 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart openvswitch-switch 2025-03-07 07:46:06.951 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2025-03-07 07:46:06.953 | + inc/python:use_library_from_git:246 : local name=os-ken 2025-03-07 07:46:06.954 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:06.956 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:06.958 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-ken, ]] 2025-03-07 07:46:06.960 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:06.962 | + stack.sh:main:855 : is_service_enabled etcd3 2025-03-07 07:46:06.975 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:46:06.977 | + stack.sh:main:856 : install_etcd3 2025-03-07 07:46:06.979 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2025-03-07 07:46:06.979 | Installing etcd 2025-03-07 07:46:06.981 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack//bin 2025-03-07 07:46:06.990 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2025-03-07 07:46:06.998 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2025-03-07 07:46:07.000 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2025-03-07 07:46:07.010 | + lib/etcd3:install_etcd3:113 : local etcd_file 2025-03-07 07:46:07.012 | ++ lib/etcd3:install_etcd3:114 : get_extra_file https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2025-03-07 07:46:07.014 | ++ functions:get_extra_file:62 : local file_url=https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2025-03-07 07:46:07.017 | +++ functions:get_extra_file:64 : basename https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2025-03-07 07:46:07.020 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2025-03-07 07:46:07.021 | ++ functions:get_extra_file:65 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz != file* ]] 2025-03-07 07:46:07.023 | ++ functions:get_extra_file:67 : [[ ! -f /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2025-03-07 07:46:07.025 | ++ functions:get_extra_file:68 : wget --progress=dot:giga -t 2 -c https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz -O /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2025-03-07 07:46:07.032 | --2025-03-07 07:46:07-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2025-03-07 07:46:07.037 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2025-03-07 07:46:07.038 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2025-03-07 07:46:07.073 | HTTP request sent, awaiting response... 200 OK 2025-03-07 07:46:07.073 | Length: 11350736 (11M) [application/gzip] 2025-03-07 07:46:07.073 | Saving to: ‘/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2025-03-07 07:46:07.085 | 2025-03-07 07:46:07.132 | 0K ........ .. 100% 183M=0.06s 2025-03-07 07:46:07.132 | 2025-03-07 07:46:07.132 | 2025-03-07 07:46:07 (183 MB/s) - ‘/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2025-03-07 07:46:07.132 | 2025-03-07 07:46:07.136 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2025-03-07 07:46:07.138 | ++ functions:get_extra_file:73 : echo /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2025-03-07 07:46:07.140 | ++ functions:get_extra_file:74 : return 2025-03-07 07:46:07.143 | + lib/etcd3:install_etcd3:114 : etcd_file=/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2025-03-07 07:46:07.145 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2025-03-07 07:46:07.147 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2025-03-07 07:46:07.149 | + lib/etcd3:install_etcd3:118 : sha256sum -c /opt/stack/devstack/files/etcd.sha256sum 2025-03-07 07:46:07.214 | /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2025-03-07 07:46:07.217 | + lib/etcd3:install_etcd3:120 : tar xzvf /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz -C /opt/stack/devstack/files 2025-03-07 07:46:07.220 | etcd-v3.3.12-linux-amd64/ 2025-03-07 07:46:07.221 | etcd-v3.3.12-linux-amd64/README.md 2025-03-07 07:46:07.221 | etcd-v3.3.12-linux-amd64/Documentation/ 2025-03-07 07:46:07.221 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2025-03-07 07:46:07.221 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2025-03-07 07:46:07.221 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2025-03-07 07:46:07.221 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2025-03-07 07:46:07.221 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2025-03-07 07:46:07.221 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2025-03-07 07:46:07.221 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2025-03-07 07:46:07.221 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2025-03-07 07:46:07.221 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2025-03-07 07:46:07.221 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2025-03-07 07:46:07.221 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2025-03-07 07:46:07.221 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2025-03-07 07:46:07.221 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2025-03-07 07:46:07.221 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2025-03-07 07:46:07.221 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2025-03-07 07:46:07.221 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2025-03-07 07:46:07.222 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2025-03-07 07:46:07.222 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2025-03-07 07:46:07.222 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2025-03-07 07:46:07.222 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2025-03-07 07:46:07.222 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2025-03-07 07:46:07.222 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2025-03-07 07:46:07.222 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2025-03-07 07:46:07.222 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2025-03-07 07:46:07.222 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2025-03-07 07:46:07.222 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2025-03-07 07:46:07.222 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2025-03-07 07:46:07.222 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2025-03-07 07:46:07.222 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2025-03-07 07:46:07.222 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2025-03-07 07:46:07.222 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2025-03-07 07:46:07.222 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2025-03-07 07:46:07.222 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2025-03-07 07:46:07.222 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2025-03-07 07:46:07.222 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2025-03-07 07:46:07.222 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2025-03-07 07:46:07.222 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2025-03-07 07:46:07.222 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2025-03-07 07:46:07.222 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2025-03-07 07:46:07.222 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2025-03-07 07:46:07.223 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2025-03-07 07:46:07.223 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2025-03-07 07:46:07.223 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2025-03-07 07:46:07.223 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2025-03-07 07:46:07.223 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2025-03-07 07:46:07.223 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2025-03-07 07:46:07.223 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2025-03-07 07:46:07.223 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2025-03-07 07:46:07.223 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2025-03-07 07:46:07.223 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2025-03-07 07:46:07.223 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2025-03-07 07:46:07.224 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2025-03-07 07:46:07.224 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2025-03-07 07:46:07.224 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2025-03-07 07:46:07.224 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2025-03-07 07:46:07.224 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2025-03-07 07:46:07.224 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2025-03-07 07:46:07.224 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2025-03-07 07:46:07.224 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2025-03-07 07:46:07.224 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2025-03-07 07:46:07.224 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2025-03-07 07:46:07.225 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2025-03-07 07:46:07.225 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2025-03-07 07:46:07.225 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2025-03-07 07:46:07.225 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2025-03-07 07:46:07.225 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2025-03-07 07:46:07.225 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2025-03-07 07:46:07.225 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2025-03-07 07:46:07.225 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2025-03-07 07:46:07.225 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2025-03-07 07:46:07.225 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2025-03-07 07:46:07.225 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2025-03-07 07:46:07.225 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2025-03-07 07:46:07.225 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2025-03-07 07:46:07.225 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2025-03-07 07:46:07.225 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2025-03-07 07:46:07.225 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2025-03-07 07:46:07.225 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2025-03-07 07:46:07.225 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2025-03-07 07:46:07.225 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2025-03-07 07:46:07.225 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2025-03-07 07:46:07.225 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2025-03-07 07:46:07.225 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2025-03-07 07:46:07.225 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2025-03-07 07:46:07.225 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2025-03-07 07:46:07.225 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2025-03-07 07:46:07.225 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2025-03-07 07:46:07.225 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2025-03-07 07:46:07.225 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2025-03-07 07:46:07.225 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2025-03-07 07:46:07.226 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2025-03-07 07:46:07.226 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2025-03-07 07:46:07.226 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2025-03-07 07:46:07.226 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2025-03-07 07:46:07.226 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2025-03-07 07:46:07.226 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2025-03-07 07:46:07.226 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2025-03-07 07:46:07.226 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2025-03-07 07:46:07.226 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2025-03-07 07:46:07.226 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2025-03-07 07:46:07.226 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2025-03-07 07:46:07.226 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2025-03-07 07:46:07.226 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2025-03-07 07:46:07.226 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2025-03-07 07:46:07.226 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2025-03-07 07:46:07.226 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2025-03-07 07:46:07.226 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2025-03-07 07:46:07.226 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2025-03-07 07:46:07.226 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2025-03-07 07:46:07.226 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2025-03-07 07:46:07.227 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2025-03-07 07:46:07.227 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2025-03-07 07:46:07.227 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2025-03-07 07:46:07.227 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2025-03-07 07:46:07.227 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2025-03-07 07:46:07.227 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2025-03-07 07:46:07.227 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2025-03-07 07:46:07.227 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2025-03-07 07:46:07.227 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2025-03-07 07:46:07.227 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2025-03-07 07:46:07.227 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2025-03-07 07:46:07.227 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2025-03-07 07:46:07.227 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2025-03-07 07:46:07.228 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2025-03-07 07:46:07.228 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2025-03-07 07:46:07.228 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2025-03-07 07:46:07.228 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2025-03-07 07:46:07.228 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2025-03-07 07:46:07.228 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2025-03-07 07:46:07.229 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2025-03-07 07:46:07.229 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2025-03-07 07:46:07.229 | etcd-v3.3.12-linux-amd64/etcdctl 2025-03-07 07:46:07.349 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2025-03-07 07:46:07.349 | etcd-v3.3.12-linux-amd64/etcd 2025-03-07 07:46:07.496 | + lib/etcd3:install_etcd3:121 : sudo cp /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack//bin/etcd 2025-03-07 07:46:07.518 | + lib/etcd3:install_etcd3:122 : sudo cp /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack//bin/etcdctl 2025-03-07 07:46:07.539 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack//bin/etcd ']' 2025-03-07 07:46:07.541 | + stack.sh:main:865 : is_service_enabled tls-proxy 2025-03-07 07:46:07.554 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:46:07.555 | + stack.sh:main:875 : install_dstat 2025-03-07 07:46:07.557 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2025-03-07 07:46:07.570 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:46:07.571 | + stack.sh:main:881 : echo_summary 'Installing OpenStack project source' 2025-03-07 07:46:07.573 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:46:07.575 | + stack.sh:echo_summary:455 : echo -e Installing OpenStack project source 2025-03-07 07:46:07.577 | + stack.sh:main:884 : install_libs 2025-03-07 07:46:07.579 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2025-03-07 07:46:07.581 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2025-03-07 07:46:07.582 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2025-03-07 07:46:07.584 | + inc/python:use_library_from_git:246 : local name=automaton 2025-03-07 07:46:07.586 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:07.588 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:07.589 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,automaton, ]] 2025-03-07 07:46:07.591 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:07.593 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2025-03-07 07:46:07.595 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2025-03-07 07:46:07.597 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2025-03-07 07:46:07.598 | + inc/python:use_library_from_git:246 : local name=castellan 2025-03-07 07:46:07.600 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:07.602 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:07.604 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,castellan, ]] 2025-03-07 07:46:07.606 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:07.607 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2025-03-07 07:46:07.609 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2025-03-07 07:46:07.611 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2025-03-07 07:46:07.613 | + inc/python:use_library_from_git:246 : local name=cliff 2025-03-07 07:46:07.614 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:07.616 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:07.618 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cliff, ]] 2025-03-07 07:46:07.619 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:07.621 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2025-03-07 07:46:07.623 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2025-03-07 07:46:07.625 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2025-03-07 07:46:07.627 | + inc/python:use_library_from_git:246 : local name=cursive 2025-03-07 07:46:07.628 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:07.630 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:07.632 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cursive, ]] 2025-03-07 07:46:07.634 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:07.635 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2025-03-07 07:46:07.637 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2025-03-07 07:46:07.639 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2025-03-07 07:46:07.641 | + inc/python:use_library_from_git:246 : local name=debtcollector 2025-03-07 07:46:07.642 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:07.644 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:07.646 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,debtcollector, ]] 2025-03-07 07:46:07.647 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:07.649 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2025-03-07 07:46:07.651 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2025-03-07 07:46:07.653 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2025-03-07 07:46:07.655 | + inc/python:use_library_from_git:246 : local name=futurist 2025-03-07 07:46:07.656 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:07.658 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:07.660 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,futurist, ]] 2025-03-07 07:46:07.662 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:07.664 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2025-03-07 07:46:07.665 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2025-03-07 07:46:07.667 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2025-03-07 07:46:07.669 | + inc/python:use_library_from_git:246 : local name=openstacksdk 2025-03-07 07:46:07.671 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:07.672 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:07.674 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,openstacksdk, ]] 2025-03-07 07:46:07.676 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:07.678 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2025-03-07 07:46:07.679 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2025-03-07 07:46:07.681 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2025-03-07 07:46:07.683 | + inc/python:use_library_from_git:246 : local name=osc-lib 2025-03-07 07:46:07.685 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:07.687 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:07.689 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-lib, ]] 2025-03-07 07:46:07.691 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:07.692 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2025-03-07 07:46:07.694 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2025-03-07 07:46:07.696 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2025-03-07 07:46:07.698 | + inc/python:use_library_from_git:246 : local name=osc-placement 2025-03-07 07:46:07.700 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:07.702 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:07.703 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-placement, ]] 2025-03-07 07:46:07.705 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:07.707 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2025-03-07 07:46:07.709 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2025-03-07 07:46:07.711 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2025-03-07 07:46:07.713 | + inc/python:use_library_from_git:246 : local name=os-client-config 2025-03-07 07:46:07.714 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:07.716 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:07.718 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-client-config, ]] 2025-03-07 07:46:07.720 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:07.722 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2025-03-07 07:46:07.723 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2025-03-07 07:46:07.725 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2025-03-07 07:46:07.727 | + inc/python:use_library_from_git:246 : local name=oslo.cache 2025-03-07 07:46:07.729 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:07.731 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:07.732 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.cache, ]] 2025-03-07 07:46:07.734 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:07.736 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2025-03-07 07:46:07.738 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2025-03-07 07:46:07.740 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2025-03-07 07:46:07.742 | + inc/python:use_library_from_git:246 : local name=oslo.concurrency 2025-03-07 07:46:07.743 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:07.745 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:07.747 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.concurrency, ]] 2025-03-07 07:46:07.749 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:07.751 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2025-03-07 07:46:07.753 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2025-03-07 07:46:07.755 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2025-03-07 07:46:07.756 | + inc/python:use_library_from_git:246 : local name=oslo.config 2025-03-07 07:46:07.758 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:07.760 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:07.762 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.config, ]] 2025-03-07 07:46:07.764 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:07.766 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2025-03-07 07:46:07.767 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2025-03-07 07:46:07.769 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2025-03-07 07:46:07.771 | + inc/python:use_library_from_git:246 : local name=oslo.context 2025-03-07 07:46:07.773 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:07.775 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:07.777 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.context, ]] 2025-03-07 07:46:07.779 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:07.781 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2025-03-07 07:46:07.782 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2025-03-07 07:46:07.784 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2025-03-07 07:46:07.786 | + inc/python:use_library_from_git:246 : local name=oslo.db 2025-03-07 07:46:07.788 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:07.789 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:07.791 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.db, ]] 2025-03-07 07:46:07.793 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:07.795 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2025-03-07 07:46:07.797 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2025-03-07 07:46:07.799 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2025-03-07 07:46:07.801 | + inc/python:use_library_from_git:246 : local name=oslo.i18n 2025-03-07 07:46:07.803 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:07.804 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:07.806 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.i18n, ]] 2025-03-07 07:46:07.808 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:07.810 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2025-03-07 07:46:07.812 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2025-03-07 07:46:07.814 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2025-03-07 07:46:07.816 | + inc/python:use_library_from_git:246 : local name=oslo.limit 2025-03-07 07:46:07.817 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:07.819 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:07.821 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.limit, ]] 2025-03-07 07:46:07.823 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:07.825 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2025-03-07 07:46:07.827 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2025-03-07 07:46:07.829 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2025-03-07 07:46:07.831 | + inc/python:use_library_from_git:246 : local name=oslo.log 2025-03-07 07:46:07.832 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:07.834 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:07.836 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.log, ]] 2025-03-07 07:46:07.838 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:07.840 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2025-03-07 07:46:07.842 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2025-03-07 07:46:07.844 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2025-03-07 07:46:07.845 | + inc/python:use_library_from_git:246 : local name=oslo.messaging 2025-03-07 07:46:07.847 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:07.849 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:07.851 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.messaging, ]] 2025-03-07 07:46:07.853 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:07.855 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2025-03-07 07:46:07.857 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2025-03-07 07:46:07.859 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2025-03-07 07:46:07.860 | + inc/python:use_library_from_git:246 : local name=oslo.middleware 2025-03-07 07:46:07.862 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:07.864 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:07.866 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.middleware, ]] 2025-03-07 07:46:07.868 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:07.869 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2025-03-07 07:46:07.871 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2025-03-07 07:46:07.873 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2025-03-07 07:46:07.875 | + inc/python:use_library_from_git:246 : local name=oslo.policy 2025-03-07 07:46:07.877 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:07.879 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:07.881 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.policy, ]] 2025-03-07 07:46:07.882 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:07.884 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2025-03-07 07:46:07.886 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2025-03-07 07:46:07.888 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2025-03-07 07:46:07.890 | + inc/python:use_library_from_git:246 : local name=oslo.privsep 2025-03-07 07:46:07.892 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:07.893 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:07.895 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.privsep, ]] 2025-03-07 07:46:07.897 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:07.899 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2025-03-07 07:46:07.901 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2025-03-07 07:46:07.903 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2025-03-07 07:46:07.904 | + inc/python:use_library_from_git:246 : local name=oslo.reports 2025-03-07 07:46:07.906 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:07.908 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:07.910 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.reports, ]] 2025-03-07 07:46:07.912 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:07.914 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2025-03-07 07:46:07.915 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2025-03-07 07:46:07.917 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2025-03-07 07:46:07.919 | + inc/python:use_library_from_git:246 : local name=oslo.rootwrap 2025-03-07 07:46:07.921 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:07.923 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:07.925 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.rootwrap, ]] 2025-03-07 07:46:07.927 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:07.928 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2025-03-07 07:46:07.930 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2025-03-07 07:46:07.932 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2025-03-07 07:46:07.934 | + inc/python:use_library_from_git:246 : local name=oslo.serialization 2025-03-07 07:46:07.936 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:07.938 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:07.940 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.serialization, ]] 2025-03-07 07:46:07.941 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:07.943 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2025-03-07 07:46:07.945 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2025-03-07 07:46:07.947 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2025-03-07 07:46:07.949 | + inc/python:use_library_from_git:246 : local name=oslo.service 2025-03-07 07:46:07.951 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:07.953 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:07.954 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.service, ]] 2025-03-07 07:46:07.956 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:07.958 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2025-03-07 07:46:07.960 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2025-03-07 07:46:07.962 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2025-03-07 07:46:07.964 | + inc/python:use_library_from_git:246 : local name=oslo.utils 2025-03-07 07:46:07.966 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:07.967 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:07.969 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.utils, ]] 2025-03-07 07:46:07.971 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:07.973 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2025-03-07 07:46:07.975 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2025-03-07 07:46:07.977 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2025-03-07 07:46:07.978 | + inc/python:use_library_from_git:246 : local name=oslo.versionedobjects 2025-03-07 07:46:07.980 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:07.982 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:07.984 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.versionedobjects, ]] 2025-03-07 07:46:07.986 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:07.988 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2025-03-07 07:46:07.989 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2025-03-07 07:46:07.991 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2025-03-07 07:46:07.993 | + inc/python:use_library_from_git:246 : local name=oslo.vmware 2025-03-07 07:46:07.995 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:07.997 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:07.998 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.vmware, ]] 2025-03-07 07:46:08.000 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:08.002 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2025-03-07 07:46:08.004 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2025-03-07 07:46:08.006 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2025-03-07 07:46:08.008 | + inc/python:use_library_from_git:246 : local name=osprofiler 2025-03-07 07:46:08.009 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:08.011 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:08.013 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osprofiler, ]] 2025-03-07 07:46:08.015 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:08.017 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2025-03-07 07:46:08.019 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2025-03-07 07:46:08.020 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2025-03-07 07:46:08.022 | + inc/python:use_library_from_git:246 : local name=pycadf 2025-03-07 07:46:08.024 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:08.026 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:08.028 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pycadf, ]] 2025-03-07 07:46:08.029 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:08.031 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2025-03-07 07:46:08.033 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2025-03-07 07:46:08.035 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2025-03-07 07:46:08.037 | + inc/python:use_library_from_git:246 : local name=stevedore 2025-03-07 07:46:08.038 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:08.040 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:08.042 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,stevedore, ]] 2025-03-07 07:46:08.044 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:08.046 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2025-03-07 07:46:08.048 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2025-03-07 07:46:08.050 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2025-03-07 07:46:08.051 | + inc/python:use_library_from_git:246 : local name=taskflow 2025-03-07 07:46:08.053 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:08.055 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:08.057 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,taskflow, ]] 2025-03-07 07:46:08.059 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:08.061 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2025-03-07 07:46:08.063 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2025-03-07 07:46:08.064 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2025-03-07 07:46:08.066 | + inc/python:use_library_from_git:246 : local name=tooz 2025-03-07 07:46:08.068 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:08.070 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:08.072 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,tooz, ]] 2025-03-07 07:46:08.074 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:08.075 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2025-03-07 07:46:08.077 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2025-03-07 07:46:08.079 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2025-03-07 07:46:08.081 | + inc/python:use_library_from_git:246 : local name=os-brick 2025-03-07 07:46:08.083 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:08.085 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:08.086 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-brick, ]] 2025-03-07 07:46:08.088 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:08.090 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2025-03-07 07:46:08.092 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2025-03-07 07:46:08.094 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2025-03-07 07:46:08.096 | + inc/python:use_library_from_git:246 : local name=os-resource-classes 2025-03-07 07:46:08.098 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:08.100 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:08.102 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-resource-classes, ]] 2025-03-07 07:46:08.104 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:08.105 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2025-03-07 07:46:08.107 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2025-03-07 07:46:08.109 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2025-03-07 07:46:08.111 | + inc/python:use_library_from_git:246 : local name=os-traits 2025-03-07 07:46:08.113 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:08.115 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:08.117 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-traits, ]] 2025-03-07 07:46:08.118 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:08.120 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2025-03-07 07:46:08.122 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2025-03-07 07:46:08.124 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2025-03-07 07:46:08.126 | + inc/python:use_library_from_git:246 : local name=python-barbicanclient 2025-03-07 07:46:08.128 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:08.129 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:08.131 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-barbicanclient, ]] 2025-03-07 07:46:08.133 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:08.135 | + lib/libraries:install_libs:139 : pip_install etcd3 2025-03-07 07:46:08.150 | Using python 3.10 to install etcd3 2025-03-07 07:46:08.152 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt etcd3 2025-03-07 07:46:09.139 | Collecting etcd3 2025-03-07 07:46:09.139 | Using cached etcd3-0.12.0-py2.py3-none-any.whl 2025-03-07 07:46:09.149 | Requirement already satisfied: six>=1.12.0 in /usr/lib/python3/dist-packages (from etcd3) (1.16.0) 2025-03-07 07:46:09.178 | Collecting tenacity>=6.1.0 2025-03-07 07:46:09.180 | Using cached tenacity-6.3.1-py2.py3-none-any.whl (36 kB) 2025-03-07 07:46:10.574 | Collecting grpcio>=1.27.1 2025-03-07 07:46:10.599 | Using cached grpcio-1.49.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB) 2025-03-07 07:46:11.044 | Collecting protobuf>=3.6.1 2025-03-07 07:46:11.048 | Using cached protobuf-4.21.7-cp37-abi3-manylinux2014_x86_64.whl (408 kB) 2025-03-07 07:46:11.218 | Installing collected packages: tenacity, protobuf, grpcio, etcd3 2025-03-07 07:46:11.618 | Successfully installed etcd3-0.12.0 grpcio-1.49.1 protobuf-4.21.7 tenacity-6.3.1 2025-03-07 07:46:11.619 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2025-03-07 07:46:11.747 | + inc/python:pip_install:196 : result=0 2025-03-07 07:46:11.749 | + inc/python:pip_install:198 : time_stop pip_install 2025-03-07 07:46:11.751 | + functions-common:time_stop:2435 : local name 2025-03-07 07:46:11.753 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:46:11.755 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:46:11.756 | + functions-common:time_stop:2438 : local total 2025-03-07 07:46:11.758 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:46:11.760 | + functions-common:time_stop:2441 : name=pip_install 2025-03-07 07:46:11.762 | + functions-common:time_stop:2442 : start_time=1741333568147 2025-03-07 07:46:11.763 | + functions-common:time_stop:2444 : [[ -z 1741333568147 ]] 2025-03-07 07:46:11.766 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:46:11.769 | + functions-common:time_stop:2447 : end_time=1741333571767 2025-03-07 07:46:11.770 | + functions-common:time_stop:2448 : elapsed_time=3620 2025-03-07 07:46:11.772 | + functions-common:time_stop:2449 : total=10729 2025-03-07 07:46:11.774 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:46:11.775 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14349 2025-03-07 07:46:11.777 | + inc/python:pip_install:199 : return 0 2025-03-07 07:46:11.779 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2025-03-07 07:46:11.795 | Using python 3.10 to install etcd3gw 2025-03-07 07:46:11.797 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt etcd3gw 2025-03-07 07:46:12.874 | Collecting etcd3gw 2025-03-07 07:46:12.875 | Using cached etcd3gw-2.1.0-py3-none-any.whl (22 kB) 2025-03-07 07:46:12.911 | Collecting futurist>=0.16.0 2025-03-07 07:46:12.913 | Using cached futurist-2.4.1-py3-none-any.whl (36 kB) 2025-03-07 07:46:12.915 | Requirement already satisfied: pbr>=2.0 in /usr/local/lib/python3.10/dist-packages (from etcd3gw) (5.11.1) 2025-03-07 07:46:12.967 | Collecting requests>=2.20.0 2025-03-07 07:46:12.969 | Using cached requests-2.28.1-py3-none-any.whl (62 kB) 2025-03-07 07:46:13.173 | Collecting charset-normalizer<3,>=2 2025-03-07 07:46:13.175 | Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2025-03-07 07:46:13.202 | Collecting idna<4,>=2.5 2025-03-07 07:46:13.205 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2025-03-07 07:46:13.207 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.20.0->etcd3gw) (2020.6.20) 2025-03-07 07:46:13.264 | Collecting urllib3<1.27,>=1.21.1 2025-03-07 07:46:13.268 | Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2025-03-07 07:46:13.491 | Installing collected packages: urllib3, idna, futurist, charset-normalizer, requests, etcd3gw 2025-03-07 07:46:13.491 | Attempting uninstall: urllib3 2025-03-07 07:46:13.492 | Found existing installation: urllib3 1.26.5 2025-03-07 07:46:13.494 | Not uninstalling urllib3 at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:46:13.498 | Can't uninstall 'urllib3'. No files were found to uninstall. 2025-03-07 07:46:13.562 | Attempting uninstall: idna 2025-03-07 07:46:13.563 | Found existing installation: idna 3.3 2025-03-07 07:46:13.564 | Not uninstalling idna at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:46:13.565 | Can't uninstall 'idna'. No files were found to uninstall. 2025-03-07 07:46:13.704 | Attempting uninstall: requests 2025-03-07 07:46:13.705 | Found existing installation: requests 2.25.1 2025-03-07 07:46:13.706 | Not uninstalling requests at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:46:13.707 | Can't uninstall 'requests'. No files were found to uninstall. 2025-03-07 07:46:13.764 | Successfully installed charset-normalizer-2.1.1 etcd3gw-2.1.0 futurist-2.4.1 idna-3.4 requests-2.28.1 urllib3-1.26.12 2025-03-07 07:46:13.765 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2025-03-07 07:46:13.853 | + inc/python:pip_install:196 : result=0 2025-03-07 07:46:13.856 | + inc/python:pip_install:198 : time_stop pip_install 2025-03-07 07:46:13.858 | + functions-common:time_stop:2435 : local name 2025-03-07 07:46:13.860 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:46:13.862 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:46:13.863 | + functions-common:time_stop:2438 : local total 2025-03-07 07:46:13.865 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:46:13.867 | + functions-common:time_stop:2441 : name=pip_install 2025-03-07 07:46:13.869 | + functions-common:time_stop:2442 : start_time=1741333571791 2025-03-07 07:46:13.871 | + functions-common:time_stop:2444 : [[ -z 1741333571791 ]] 2025-03-07 07:46:13.873 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:46:13.876 | + functions-common:time_stop:2447 : end_time=1741333573874 2025-03-07 07:46:13.878 | + functions-common:time_stop:2448 : elapsed_time=2083 2025-03-07 07:46:13.880 | + functions-common:time_stop:2449 : total=14349 2025-03-07 07:46:13.881 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:46:13.883 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=16432 2025-03-07 07:46:13.885 | + inc/python:pip_install:199 : return 0 2025-03-07 07:46:13.887 | + stack.sh:main:887 : install_apache_uwsgi 2025-03-07 07:46:13.889 | + lib/apache:install_apache_uwsgi:85 : local apxs=apxs2 2025-03-07 07:46:13.891 | + lib/apache:install_apache_uwsgi:86 : is_fedora 2025-03-07 07:46:13.893 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2025-03-07 07:46:13.895 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2025-03-07 07:46:13.897 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2025-03-07 07:46:13.899 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2025-03-07 07:46:13.901 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-03-07 07:46:13.903 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2025-03-07 07:46:13.904 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2025-03-07 07:46:13.906 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2025-03-07 07:46:13.908 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2025-03-07 07:46:13.910 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2025-03-07 07:46:13.912 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2025-03-07 07:46:13.914 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2025-03-07 07:46:13.916 | + lib/apache:install_apache_uwsgi:90 : is_ubuntu 2025-03-07 07:46:13.919 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:46:13.920 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:46:13.922 | + lib/apache:install_apache_uwsgi:91 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2025-03-07 07:46:13.924 | + lib/apache:install_apache_uwsgi:92 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-03-07 07:46:13.926 | + functions-common:install_package:1459 : update_package_repo 2025-03-07 07:46:13.928 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2025-03-07 07:46:13.930 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2025-03-07 07:46:13.932 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2025-03-07 07:46:13.934 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2025-03-07 07:46:13.936 | + functions-common:update_package_repo:1439 : is_ubuntu 2025-03-07 07:46:13.938 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:46:13.940 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:46:13.941 | + functions-common:update_package_repo:1440 : apt_get_update 2025-03-07 07:46:13.943 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2025-03-07 07:46:13.945 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2025-03-07 07:46:13.947 | + functions-common:apt_get_update:1186 : return 2025-03-07 07:46:13.949 | + functions-common:install_package:1460 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-03-07 07:46:13.951 | + functions-common:real_install_package:1445 : is_ubuntu 2025-03-07 07:46:13.953 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:46:13.954 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:46:13.956 | + functions-common:real_install_package:1446 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-03-07 07:46:13.973 | + functions-common:apt_get:1226 : 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-03-07 07:46:14.034 | Reading package lists... 2025-03-07 07:46:14.248 | Building dependency tree... 2025-03-07 07:46:14.251 | Reading state information... 2025-03-07 07:46:14.466 | uwsgi is already the newest version (2.0.20-4). 2025-03-07 07:46:14.466 | uwsgi-plugin-python3 is already the newest version (2.0.20-4). 2025-03-07 07:46:14.466 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.13). 2025-03-07 07:46:14.466 | 0 upgraded, 0 newly installed, 0 to remove and 74 not upgraded. 2025-03-07 07:46:14.471 | + functions-common:apt_get:1230 : result=0 2025-03-07 07:46:14.473 | + functions-common:apt_get:1233 : time_stop apt-get 2025-03-07 07:46:14.475 | + functions-common:time_stop:2435 : local name 2025-03-07 07:46:14.477 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:46:14.479 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:46:14.487 | + functions-common:time_stop:2438 : local total 2025-03-07 07:46:14.489 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:46:14.491 | + functions-common:time_stop:2441 : name=apt-get 2025-03-07 07:46:14.493 | + functions-common:time_stop:2442 : start_time=1741333573970 2025-03-07 07:46:14.503 | + functions-common:time_stop:2444 : [[ -z 1741333573970 ]] 2025-03-07 07:46:14.519 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:46:14.523 | + functions-common:time_stop:2447 : end_time=1741333574521 2025-03-07 07:46:14.525 | + functions-common:time_stop:2448 : elapsed_time=551 2025-03-07 07:46:14.527 | + functions-common:time_stop:2449 : total=22526 2025-03-07 07:46:14.529 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:46:14.531 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=23077 2025-03-07 07:46:14.533 | + functions-common:apt_get:1234 : return 0 2025-03-07 07:46:14.535 | + lib/apache:install_apache_uwsgi:128 : is_ubuntu 2025-03-07 07:46:14.537 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:46:14.542 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:46:14.544 | + lib/apache:install_apache_uwsgi:130 : sudo a2enmod proxy 2025-03-07 07:46:14.619 | Enabling module proxy. 2025-03-07 07:46:14.632 | To activate the new configuration, you need to run: 2025-03-07 07:46:14.632 | systemctl restart apache2 2025-03-07 07:46:14.638 | + lib/apache:install_apache_uwsgi:131 : sudo a2enmod proxy_uwsgi 2025-03-07 07:46:14.674 | Considering dependency proxy for proxy_uwsgi: 2025-03-07 07:46:14.674 | Module proxy already enabled 2025-03-07 07:46:14.674 | Enabling module proxy_uwsgi. 2025-03-07 07:46:14.678 | To activate the new configuration, you need to run: 2025-03-07 07:46:14.678 | systemctl restart apache2 2025-03-07 07:46:14.682 | + lib/apache:install_apache_uwsgi:137 : restart_apache_server 2025-03-07 07:46:14.684 | + lib/apache:restart_apache_server:250 : restart_service apache2 2025-03-07 07:46:14.686 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-03-07 07:46:14.688 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2025-03-07 07:46:14.796 | + stack.sh:main:890 : install_keystoneauth 2025-03-07 07:46:14.798 | + lib/keystone:install_keystoneauth:503 : use_library_from_git keystoneauth 2025-03-07 07:46:14.800 | + inc/python:use_library_from_git:246 : local name=keystoneauth 2025-03-07 07:46:14.802 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:14.804 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:14.806 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystoneauth, ]] 2025-03-07 07:46:14.808 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:14.810 | + stack.sh:main:891 : install_keystoneclient 2025-03-07 07:46:14.812 | + lib/keystone:install_keystoneclient:511 : use_library_from_git python-keystoneclient 2025-03-07 07:46:14.814 | + inc/python:use_library_from_git:246 : local name=python-keystoneclient 2025-03-07 07:46:14.816 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:14.818 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:14.820 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-keystoneclient, ]] 2025-03-07 07:46:14.822 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:14.824 | + stack.sh:main:892 : install_glanceclient 2025-03-07 07:46:14.825 | + lib/glance:install_glanceclient:502 : use_library_from_git python-glanceclient 2025-03-07 07:46:14.827 | + inc/python:use_library_from_git:246 : local name=python-glanceclient 2025-03-07 07:46:14.829 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:14.831 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:14.833 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-glanceclient, ]] 2025-03-07 07:46:14.835 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:14.836 | + stack.sh:main:893 : install_cinderclient 2025-03-07 07:46:14.838 | + lib/cinder:install_cinderclient:561 : use_library_from_git python-brick-cinderclient-ext 2025-03-07 07:46:14.840 | + inc/python:use_library_from_git:246 : local name=python-brick-cinderclient-ext 2025-03-07 07:46:14.842 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:14.844 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:14.846 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2025-03-07 07:46:14.848 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:14.850 | + lib/cinder:install_cinderclient:566 : use_library_from_git python-cinderclient 2025-03-07 07:46:14.851 | + inc/python:use_library_from_git:246 : local name=python-cinderclient 2025-03-07 07:46:14.853 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:14.855 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:14.857 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-cinderclient, ]] 2025-03-07 07:46:14.859 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:14.861 | + stack.sh:main:894 : install_novaclient 2025-03-07 07:46:14.863 | + lib/nova:install_novaclient:903 : use_library_from_git python-novaclient 2025-03-07 07:46:14.864 | + inc/python:use_library_from_git:246 : local name=python-novaclient 2025-03-07 07:46:14.866 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:14.868 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:14.870 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-novaclient, ]] 2025-03-07 07:46:14.872 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:14.874 | + stack.sh:main:895 : is_service_enabled swift glance horizon 2025-03-07 07:46:14.886 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:46:14.888 | + stack.sh:main:896 : install_swiftclient 2025-03-07 07:46:14.890 | + lib/swift:install_swiftclient:733 : use_library_from_git python-swiftclient 2025-03-07 07:46:14.892 | + inc/python:use_library_from_git:246 : local name=python-swiftclient 2025-03-07 07:46:14.894 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:14.896 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:14.898 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-swiftclient, ]] 2025-03-07 07:46:14.900 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:14.901 | + stack.sh:main:898 : is_service_enabled neutron nova horizon 2025-03-07 07:46:14.914 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:46:14.916 | + stack.sh:main:899 : install_neutronclient 2025-03-07 07:46:14.918 | + lib/neutron:install_neutronclient:527 : use_library_from_git python-neutronclient 2025-03-07 07:46:14.919 | + inc/python:use_library_from_git:246 : local name=python-neutronclient 2025-03-07 07:46:14.921 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:14.923 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:14.925 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-neutronclient, ]] 2025-03-07 07:46:14.927 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:14.929 | + stack.sh:main:903 : install_keystonemiddleware 2025-03-07 07:46:14.931 | + lib/keystone:install_keystonemiddleware:521 : use_library_from_git keystonemiddleware 2025-03-07 07:46:14.932 | + inc/python:use_library_from_git:246 : local name=keystonemiddleware 2025-03-07 07:46:14.934 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:14.936 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:14.938 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystonemiddleware, ]] 2025-03-07 07:46:14.940 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:14.942 | + lib/keystone:install_keystonemiddleware:526 : pip_install_gr keystonemiddleware 2025-03-07 07:46:14.944 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2025-03-07 07:46:14.945 | + inc/python:pip_install_gr:77 : local clean_name 2025-03-07 07:46:14.948 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2025-03-07 07:46:14.950 | ++ inc/python:get_from_global_requirements:221 : local package=keystonemiddleware 2025-03-07 07:46:14.952 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2025-03-07 07:46:14.955 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2025-03-07 07:46:14.955 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^keystonemiddleware' /opt/stack//requirements/global-requirements.txt 2025-03-07 07:46:14.958 | ++ inc/python:get_from_global_requirements:223 : required_pkg='keystonemiddleware ' 2025-03-07 07:46:14.960 | ++ inc/python:get_from_global_requirements:224 : [[ keystonemiddleware == '' ]] 2025-03-07 07:46:14.962 | ++ inc/python:get_from_global_requirements:227 : echo keystonemiddleware 2025-03-07 07:46:14.964 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2025-03-07 07:46:14.966 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2025-03-07 07:46:14.981 | Using python 3.10 to install keystonemiddleware 2025-03-07 07:46:14.983 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt keystonemiddleware 2025-03-07 07:46:16.067 | Collecting keystonemiddleware 2025-03-07 07:46:16.070 | Using cached keystonemiddleware-10.2.0-py3-none-any.whl (124 kB) 2025-03-07 07:46:16.144 | Collecting oslo.serialization!=2.19.1,>=2.18.0 2025-03-07 07:46:16.145 | Using cached oslo.serialization-5.1.2-py3-none-any.whl (25 kB) 2025-03-07 07:46:16.207 | Collecting oslo.utils>=3.33.0 2025-03-07 07:46:16.209 | Using cached oslo.utils-6.1.0-py3-none-any.whl (100 kB) 2025-03-07 07:46:16.326 | Collecting pycadf!=2.0.0,>=1.1.0 2025-03-07 07:46:16.328 | Using cached pycadf-3.1.1-py3-none-any.whl (39 kB) 2025-03-07 07:46:16.467 | Collecting oslo.cache>=1.26.0 2025-03-07 07:46:16.469 | Using cached oslo.cache-3.3.1-py3-none-any.whl (70 kB) 2025-03-07 07:46:16.528 | Collecting oslo.config>=5.2.0 2025-03-07 07:46:16.530 | Using cached oslo.config-9.1.1-py3-none-any.whl (128 kB) 2025-03-07 07:46:16.533 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware) (2.28.1) 2025-03-07 07:46:16.571 | Collecting oslo.i18n>=3.15.3 2025-03-07 07:46:16.573 | Using cached oslo.i18n-6.0.0-py3-none-any.whl (46 kB) 2025-03-07 07:46:16.575 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware) (5.11.1) 2025-03-07 07:46:16.606 | Collecting WebOb>=1.7.1 2025-03-07 07:46:16.608 | Using cached WebOb-1.8.7-py2.py3-none-any.whl (114 kB) 2025-03-07 07:46:16.653 | Collecting python-keystoneclient>=3.20.0 2025-03-07 07:46:16.657 | Using cached python_keystoneclient-5.1.0-py3-none-any.whl (398 kB) 2025-03-07 07:46:16.662 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystonemiddleware) (1.16.0) 2025-03-07 07:46:16.746 | Collecting oslo.log>=3.36.0 2025-03-07 07:46:16.748 | Using cached oslo.log-5.2.1-py3-none-any.whl (76 kB) 2025-03-07 07:46:16.791 | Collecting oslo.context>=2.19.2 2025-03-07 07:46:16.793 | Using cached oslo.context-5.1.1-py3-none-any.whl (20 kB) 2025-03-07 07:46:16.842 | Collecting keystoneauth1>=3.12.0 2025-03-07 07:46:16.846 | Using cached keystoneauth1-5.1.3-py3-none-any.whl (318 kB) 2025-03-07 07:46:16.900 | Collecting iso8601>=0.1.11 2025-03-07 07:46:16.902 | Using cached iso8601-1.1.0-py3-none-any.whl (9.9 kB) 2025-03-07 07:46:16.947 | Collecting stevedore>=1.20.0 2025-03-07 07:46:16.949 | Using cached stevedore-5.0.0-py3-none-any.whl (49 kB) 2025-03-07 07:46:16.969 | Collecting os-service-types>=1.2.0 2025-03-07 07:46:16.971 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 2025-03-07 07:46:17.031 | Collecting dogpile.cache>=1.1.5 2025-03-07 07:46:17.033 | Using cached dogpile.cache-1.1.8-py3-none-any.whl (51 kB) 2025-03-07 07:46:17.156 | Collecting PyYAML>=5.1 2025-03-07 07:46:17.163 | 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-03-07 07:46:17.198 | Collecting debtcollector>=1.2.0 2025-03-07 07:46:17.200 | Using cached debtcollector-2.5.0-py3-none-any.whl (23 kB) 2025-03-07 07:46:17.229 | Collecting netaddr>=0.7.18 2025-03-07 07:46:17.242 | Using cached netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB) 2025-03-07 07:46:17.271 | Collecting rfc3986>=1.2.0 2025-03-07 07:46:17.273 | Using cached rfc3986-1.5.0-py2.py3-none-any.whl (31 kB) 2025-03-07 07:46:17.313 | Collecting pyinotify>=0.9.6 2025-03-07 07:46:17.313 | Using cached pyinotify-0.9.6-py3-none-any.whl 2025-03-07 07:46:17.383 | Collecting python-dateutil>=2.7.0 2025-03-07 07:46:17.385 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2025-03-07 07:46:17.545 | Collecting msgpack>=0.5.2 2025-03-07 07:46:17.549 | Using cached msgpack-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316 kB) 2025-03-07 07:46:17.628 | Collecting pytz>=2013.6 2025-03-07 07:46:17.632 | Using cached pytz-2022.4-py2.py3-none-any.whl (500 kB) 2025-03-07 07:46:17.681 | Collecting packaging>=20.4 2025-03-07 07:46:17.684 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2025-03-07 07:46:17.735 | Collecting pyparsing>=2.1.0 2025-03-07 07:46:17.738 | Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) 2025-03-07 07:46:17.740 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (0.11.0) 2025-03-07 07:46:17.772 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware) (2020.6.20) 2025-03-07 07:46:17.772 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware) (1.26.12) 2025-03-07 07:46:17.776 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware) (2.1.1) 2025-03-07 07:46:17.776 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware) (3.4) 2025-03-07 07:46:18.035 | Collecting wrapt>=1.7.0 2025-03-07 07:46:18.038 | Using cached wrapt-1.14.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (77 kB) 2025-03-07 07:46:18.071 | Collecting decorator>=4.0.0 2025-03-07 07:46:18.073 | Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB) 2025-03-07 07:46:18.486 | Installing collected packages: rfc3986, pytz, pyinotify, netaddr, msgpack, wrapt, WebOb, stevedore, 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-03-07 07:46:18.514 | Attempting uninstall: pytz 2025-03-07 07:46:18.515 | Found existing installation: pytz 2022.1 2025-03-07 07:46:18.517 | Not uninstalling pytz at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:46:18.518 | Can't uninstall 'pytz'. No files were found to uninstall. 2025-03-07 07:46:18.830 | Attempting uninstall: stevedore 2025-03-07 07:46:18.831 | Found existing installation: stevedore 3.5.0 2025-03-07 07:46:18.832 | Not uninstalling stevedore at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:46:18.832 | Can't uninstall 'stevedore'. No files were found to uninstall. 2025-03-07 07:46:18.966 | Attempting uninstall: pyparsing 2025-03-07 07:46:18.967 | Found existing installation: pyparsing 2.4.7 2025-03-07 07:46:18.968 | Not uninstalling pyparsing at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:46:18.969 | Can't uninstall 'pyparsing'. No files were found to uninstall. 2025-03-07 07:46:19.025 | Attempting uninstall: packaging 2025-03-07 07:46:19.026 | Found existing installation: packaging 21.3 2025-03-07 07:46:19.027 | Not uninstalling packaging at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:46:19.028 | Can't uninstall 'packaging'. No files were found to uninstall. 2025-03-07 07:46:20.021 | 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.1.3 keystonemiddleware-10.2.0 msgpack-1.0.4 netaddr-0.8.0 os-service-types-1.7.0 oslo.cache-3.3.1 oslo.config-9.1.1 oslo.context-5.1.1 oslo.i18n-6.0.0 oslo.log-5.2.1 oslo.serialization-5.1.2 oslo.utils-6.1.0 packaging-23.1 pycadf-3.1.1 pyinotify-0.9.6 pyparsing-3.0.9 python-dateutil-2.8.2 python-keystoneclient-5.1.0 pytz-2022.4 rfc3986-1.5.0 stevedore-5.0.0 wrapt-1.14.1 2025-03-07 07:46:20.022 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2025-03-07 07:46:20.158 | + inc/python:pip_install:196 : result=0 2025-03-07 07:46:20.160 | + inc/python:pip_install:198 : time_stop pip_install 2025-03-07 07:46:20.162 | + functions-common:time_stop:2435 : local name 2025-03-07 07:46:20.164 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:46:20.166 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:46:20.168 | + functions-common:time_stop:2438 : local total 2025-03-07 07:46:20.170 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:46:20.172 | + functions-common:time_stop:2441 : name=pip_install 2025-03-07 07:46:20.174 | + functions-common:time_stop:2442 : start_time=1741333574977 2025-03-07 07:46:20.176 | + functions-common:time_stop:2444 : [[ -z 1741333574977 ]] 2025-03-07 07:46:20.178 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:46:20.181 | + functions-common:time_stop:2447 : end_time=1741333580179 2025-03-07 07:46:20.183 | + functions-common:time_stop:2448 : elapsed_time=5202 2025-03-07 07:46:20.185 | + functions-common:time_stop:2449 : total=16432 2025-03-07 07:46:20.187 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:46:20.188 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=21634 2025-03-07 07:46:20.190 | + inc/python:pip_install:199 : return 0 2025-03-07 07:46:20.192 | + lib/keystone:install_keystonemiddleware:530 : pip_install_gr python-memcached 2025-03-07 07:46:20.194 | + inc/python:pip_install_gr:76 : local name=python-memcached 2025-03-07 07:46:20.196 | + inc/python:pip_install_gr:77 : local clean_name 2025-03-07 07:46:20.199 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2025-03-07 07:46:20.201 | ++ inc/python:get_from_global_requirements:221 : local package=python-memcached 2025-03-07 07:46:20.203 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2025-03-07 07:46:20.206 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-memcached' /opt/stack//requirements/global-requirements.txt 2025-03-07 07:46:20.207 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2025-03-07 07:46:20.210 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-memcached ' 2025-03-07 07:46:20.212 | ++ inc/python:get_from_global_requirements:224 : [[ python-memcached == '' ]] 2025-03-07 07:46:20.214 | ++ inc/python:get_from_global_requirements:227 : echo python-memcached 2025-03-07 07:46:20.216 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2025-03-07 07:46:20.218 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2025-03-07 07:46:20.234 | Using python 3.10 to install python-memcached 2025-03-07 07:46:20.236 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt python-memcached 2025-03-07 07:46:21.237 | Collecting python-memcached 2025-03-07 07:46:21.239 | Using cached python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2025-03-07 07:46:21.242 | Requirement already satisfied: six>=1.4.0 in /usr/lib/python3/dist-packages (from python-memcached) (1.16.0) 2025-03-07 07:46:21.542 | Installing collected packages: python-memcached 2025-03-07 07:46:21.567 | Successfully installed python-memcached-1.59 2025-03-07 07:46:21.568 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2025-03-07 07:46:21.649 | + inc/python:pip_install:196 : result=0 2025-03-07 07:46:21.651 | + inc/python:pip_install:198 : time_stop pip_install 2025-03-07 07:46:21.653 | + functions-common:time_stop:2435 : local name 2025-03-07 07:46:21.654 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:46:21.656 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:46:21.658 | + functions-common:time_stop:2438 : local total 2025-03-07 07:46:21.660 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:46:21.662 | + functions-common:time_stop:2441 : name=pip_install 2025-03-07 07:46:21.664 | + functions-common:time_stop:2442 : start_time=1741333580230 2025-03-07 07:46:21.665 | + functions-common:time_stop:2444 : [[ -z 1741333580230 ]] 2025-03-07 07:46:21.668 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:46:21.671 | + functions-common:time_stop:2447 : end_time=1741333581669 2025-03-07 07:46:21.673 | + functions-common:time_stop:2448 : elapsed_time=1439 2025-03-07 07:46:21.674 | + functions-common:time_stop:2449 : total=21634 2025-03-07 07:46:21.676 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:46:21.678 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=23073 2025-03-07 07:46:21.680 | + inc/python:pip_install:199 : return 0 2025-03-07 07:46:21.682 | + stack.sh:main:905 : is_service_enabled keystone 2025-03-07 07:46:21.695 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:46:21.697 | + stack.sh:main:906 : '[' 10.180.1.21 == 10.180.1.21 ']' 2025-03-07 07:46:21.698 | + stack.sh:main:907 : stack_install_service keystone 2025-03-07 07:46:21.700 | + lib/stack:stack_install_service:20 : local service=keystone 2025-03-07 07:46:21.702 | + lib/stack:stack_install_service:21 : type install_keystone 2025-03-07 07:46:21.704 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-03-07 07:46:21.706 | + lib/stack:stack_install_service:32 : install_keystone 2025-03-07 07:46:21.708 | + lib/keystone:install_keystone:536 : is_service_enabled ldap 2025-03-07 07:46:21.720 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:46:21.722 | + lib/keystone:install_keystone:540 : git_clone https://opendev.org/openstack/keystone.git /opt/stack//keystone unmaintained/2023.1 2025-03-07 07:46:21.723 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/keystone.git 2025-03-07 07:46:21.725 | + functions-common:git_clone:613 : local git_dest=/opt/stack//keystone 2025-03-07 07:46:21.726 | + functions-common:git_clone:614 : local git_ref=unmaintained/2023.1 2025-03-07 07:46:21.728 | + functions-common:git_clone:615 : local orig_dir 2025-03-07 07:46:21.730 | ++ functions-common:git_clone:616 : pwd 2025-03-07 07:46:21.732 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2025-03-07 07:46:21.734 | + functions-common:git_clone:617 : local git_clone_flags= 2025-03-07 07:46:21.736 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2025-03-07 07:46:21.748 | + functions-common:git_clone:619 : RECLONE=False 2025-03-07 07:46:21.750 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2025-03-07 07:46:21.751 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2025-03-07 07:46:21.753 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2025-03-07 07:46:21.755 | + functions-common:git_clone:633 : echo unmaintained/2023.1 2025-03-07 07:46:21.755 | + functions-common:git_clone:633 : egrep -q '^refs' 2025-03-07 07:46:21.759 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//keystone ]] 2025-03-07 07:46:21.760 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2025-03-07 07:46:21.762 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2025-03-07 07:46:21.764 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:46:21.766 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:46:21.767 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:46:21.769 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:46:21.770 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:46:21.772 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:46:21.774 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:46:21.775 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:46:21.778 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:46:21.780 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333581778 2025-03-07 07:46:21.782 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2025-03-07 07:46:21.785 | Cloning into '/opt/stack//keystone'... 2025-03-07 07:46:24.612 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:46:24.614 | + functions-common:time_stop:2435 : local name 2025-03-07 07:46:24.616 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:46:24.617 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:46:24.619 | + functions-common:time_stop:2438 : local total 2025-03-07 07:46:24.621 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:46:24.622 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:46:24.624 | + functions-common:time_stop:2442 : start_time=1741333581778 2025-03-07 07:46:24.626 | + functions-common:time_stop:2444 : [[ -z 1741333581778 ]] 2025-03-07 07:46:24.628 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:46:24.631 | + functions-common:time_stop:2447 : end_time=1741333584629 2025-03-07 07:46:24.633 | + functions-common:time_stop:2448 : elapsed_time=2851 2025-03-07 07:46:24.634 | + functions-common:time_stop:2449 : total=5965 2025-03-07 07:46:24.636 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:46:24.638 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8816 2025-03-07 07:46:24.639 | + functions-common:git_clone:654 : cd /opt/stack//keystone 2025-03-07 07:46:24.641 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin unmaintained/2023.1 2025-03-07 07:46:24.643 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:46:24.644 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:46:24.646 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:46:24.648 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:46:24.649 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:46:24.651 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:46:24.653 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:46:24.654 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:46:24.657 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:46:24.659 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333584657 2025-03-07 07:46:24.661 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin unmaintained/2023.1 2025-03-07 07:46:27.145 | From https://opendev.org/openstack/keystone 2025-03-07 07:46:27.145 | * branch unmaintained/2023.1 -> FETCH_HEAD 2025-03-07 07:46:27.149 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:46:27.151 | + functions-common:time_stop:2435 : local name 2025-03-07 07:46:27.153 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:46:27.155 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:46:27.156 | + functions-common:time_stop:2438 : local total 2025-03-07 07:46:27.158 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:46:27.160 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:46:27.162 | + functions-common:time_stop:2442 : start_time=1741333584657 2025-03-07 07:46:27.164 | + functions-common:time_stop:2444 : [[ -z 1741333584657 ]] 2025-03-07 07:46:27.166 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:46:27.169 | + functions-common:time_stop:2447 : end_time=1741333587167 2025-03-07 07:46:27.170 | + functions-common:time_stop:2448 : elapsed_time=2510 2025-03-07 07:46:27.172 | + functions-common:time_stop:2449 : total=8816 2025-03-07 07:46:27.174 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:46:27.175 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=11326 2025-03-07 07:46:27.177 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2025-03-07 07:46:27.179 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:46:27.180 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:46:27.182 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:46:27.184 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:46:27.185 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:46:27.187 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:46:27.189 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:46:27.191 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:46:27.193 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:46:27.196 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333587194 2025-03-07 07:46:27.197 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-03-07 07:46:27.286 | Note: switching to 'FETCH_HEAD'. 2025-03-07 07:46:27.286 | 2025-03-07 07:46:27.286 | You are in 'detached HEAD' state. You can look around, make experimental 2025-03-07 07:46:27.286 | changes and commit them, and you can discard any commits you make in this 2025-03-07 07:46:27.286 | state without impacting any branches by switching back to a branch. 2025-03-07 07:46:27.286 | 2025-03-07 07:46:27.286 | If you want to create a new branch to retain commits you create, you may 2025-03-07 07:46:27.286 | do so (now or later) by using -c with the switch command. Example: 2025-03-07 07:46:27.286 | 2025-03-07 07:46:27.286 | git switch -c 2025-03-07 07:46:27.286 | 2025-03-07 07:46:27.286 | Or undo this operation with: 2025-03-07 07:46:27.286 | 2025-03-07 07:46:27.286 | git switch - 2025-03-07 07:46:27.286 | 2025-03-07 07:46:27.286 | Turn off this advice by setting config variable advice.detachedHead to false 2025-03-07 07:46:27.286 | 2025-03-07 07:46:27.286 | HEAD is now at e4b40af Improve application credential validation speed 2025-03-07 07:46:27.289 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:46:27.291 | + functions-common:time_stop:2435 : local name 2025-03-07 07:46:27.293 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:46:27.295 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:46:27.297 | + functions-common:time_stop:2438 : local total 2025-03-07 07:46:27.298 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:46:27.300 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:46:27.301 | + functions-common:time_stop:2442 : start_time=1741333587194 2025-03-07 07:46:27.303 | + functions-common:time_stop:2444 : [[ -z 1741333587194 ]] 2025-03-07 07:46:27.305 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:46:27.308 | + functions-common:time_stop:2447 : end_time=1741333587307 2025-03-07 07:46:27.310 | + functions-common:time_stop:2448 : elapsed_time=113 2025-03-07 07:46:27.312 | + functions-common:time_stop:2449 : total=11326 2025-03-07 07:46:27.313 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:46:27.315 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=11439 2025-03-07 07:46:27.317 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//keystone 2025-03-07 07:46:27.326 | + functions-common:git_clone:695 : cd /opt/stack//keystone 2025-03-07 07:46:27.329 | + functions-common:git_clone:696 : git show --oneline 2025-03-07 07:46:27.329 | + functions-common:git_clone:696 : head -1 2025-03-07 07:46:27.334 | e4b40af Improve application credential validation speed 2025-03-07 07:46:27.336 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2025-03-07 07:46:27.338 | + lib/keystone:install_keystone:541 : setup_develop /opt/stack//keystone 2025-03-07 07:46:27.340 | + inc/python:setup_develop:334 : local bindep 2025-03-07 07:46:27.342 | + inc/python:setup_develop:335 : [[ /opt/stack//keystone == -bindep* ]] 2025-03-07 07:46:27.344 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//keystone 2025-03-07 07:46:27.346 | + inc/python:setup_develop:340 : local extras= 2025-03-07 07:46:27.348 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//keystone -e 2025-03-07 07:46:27.349 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2025-03-07 07:46:27.351 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//keystone == -bindep* ]] 2025-03-07 07:46:27.353 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//keystone 2025-03-07 07:46:27.355 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2025-03-07 07:46:27.357 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2025-03-07 07:46:27.359 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//keystone 2025-03-07 07:46:27.361 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2025-03-07 07:46:27.363 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/keystone 2025-03-07 07:46:27.365 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2025-03-07 07:46:27.367 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2025-03-07 07:46:27.370 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2025-03-07 07:46:27.374 | + inc/python:_setup_package_with_constraints_edit:381 : name=keystone 2025-03-07 07:46:27.375 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- keystone 2025-03-07 07:46:27.694 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/keystone -e 2025-03-07 07:46:27.696 | + inc/python:setup_package:414 : local bindep=0 2025-03-07 07:46:27.698 | + inc/python:setup_package:415 : local bindep_flag= 2025-03-07 07:46:27.700 | + inc/python:setup_package:416 : local bindep_profiles= 2025-03-07 07:46:27.702 | + inc/python:setup_package:417 : [[ /opt/stack/keystone == -bindep* ]] 2025-03-07 07:46:27.704 | + inc/python:setup_package:422 : local project_dir=/opt/stack/keystone 2025-03-07 07:46:27.706 | + inc/python:setup_package:423 : local flags=-e 2025-03-07 07:46:27.707 | + inc/python:setup_package:424 : local extras= 2025-03-07 07:46:27.709 | + inc/python:setup_package:428 : [[ -n -e ]] 2025-03-07 07:46:27.711 | + inc/python:setup_package:428 : [[ -z '' ]] 2025-03-07 07:46:27.713 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2025-03-07 07:46:27.715 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2025-03-07 07:46:27.717 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2025-03-07 07:46:27.719 | + inc/python:setup_package:442 : pip_install -e /opt/stack/keystone 2025-03-07 07:46:27.734 | Using python 3.10 to install /opt/stack/keystone 2025-03-07 07:46:27.736 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/keystone 2025-03-07 07:46:28.639 | Obtaining file:///opt/stack/keystone 2025-03-07 07:46:28.639 | Preparing metadata (setup.py): started 2025-03-07 07:46:29.131 | Preparing metadata (setup.py): finished with status 'done' 2025-03-07 07:46:29.292 | Collecting Flask!=0.11,>=1.0.2 2025-03-07 07:46:29.294 | Using cached Flask-2.2.2-py3-none-any.whl (101 kB) 2025-03-07 07:46:29.319 | Collecting Flask-RESTful>=0.3.5 2025-03-07 07:46:29.321 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2025-03-07 07:46:29.354 | Collecting PyJWT>=1.6.1 2025-03-07 07:46:29.356 | Using cached PyJWT-2.5.0-py3-none-any.whl (20 kB) 2025-03-07 07:46:30.145 | Collecting SQLAlchemy>=1.3.0 2025-03-07 07:46:30.157 | 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-03-07 07:46:30.168 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (1.8.7) 2025-03-07 07:46:30.353 | Collecting bcrypt>=3.1.3 2025-03-07 07:46:30.358 | Using cached bcrypt-4.0.0-cp36-abi3-manylinux_2_28_x86_64.whl (594 kB) 2025-03-07 07:46:30.787 | Collecting cryptography>=2.7 2025-03-07 07:46:30.813 | Using cached cryptography-38.0.2-cp36-abi3-manylinux_2_28_x86_64.whl (4.2 MB) 2025-03-07 07:46:30.833 | Requirement already satisfied: dogpile.cache>=1.0.2 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (1.1.8) 2025-03-07 07:46:30.882 | Collecting jsonschema>=3.2.0 2025-03-07 07:46:30.885 | Using cached jsonschema-4.16.0-py3-none-any.whl (83 kB) 2025-03-07 07:46:30.888 | Requirement already satisfied: keystonemiddleware>=7.0.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (10.2.0) 2025-03-07 07:46:30.889 | Requirement already satisfied: msgpack>=0.5.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (1.0.4) 2025-03-07 07:46:30.914 | Collecting oauthlib>=0.6.2 2025-03-07 07:46:30.916 | Using cached oauthlib-3.2.1-py3-none-any.whl (151 kB) 2025-03-07 07:46:30.919 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (3.3.1) 2025-03-07 07:46:30.921 | Requirement already satisfied: oslo.config>=6.8.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (9.1.1) 2025-03-07 07:46:30.921 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (5.1.1) 2025-03-07 07:46:30.982 | Collecting oslo.db>=6.0.0 2025-03-07 07:46:30.985 | Using cached oslo.db-12.3.3-py3-none-any.whl (177 kB) 2025-03-07 07:46:30.988 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (6.0.0) 2025-03-07 07:46:30.990 | Requirement already satisfied: oslo.log>=3.44.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (5.2.1) 2025-03-07 07:46:31.071 | Collecting oslo.messaging>=5.29.0 2025-03-07 07:46:31.073 | Using cached oslo.messaging-14.2.5-py3-none-any.whl (257 kB) 2025-03-07 07:46:31.119 | Collecting oslo.middleware>=3.31.0 2025-03-07 07:46:31.122 | Using cached oslo.middleware-5.1.1-py3-none-any.whl (65 kB) 2025-03-07 07:46:31.272 | Collecting oslo.policy>=3.10.0 2025-03-07 07:46:31.274 | Using cached oslo.policy-4.1.1-py3-none-any.whl (88 kB) 2025-03-07 07:46:31.276 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (5.1.2) 2025-03-07 07:46:31.388 | Collecting oslo.upgradecheck>=1.3.0 2025-03-07 07:46:31.390 | Using cached oslo.upgradecheck-2.1.1-py3-none-any.whl (14 kB) 2025-03-07 07:46:31.392 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (6.1.0) 2025-03-07 07:46:31.424 | Collecting osprofiler>=1.4.0 2025-03-07 07:46:31.426 | Using cached osprofiler-3.4.3-py3-none-any.whl (89 kB) 2025-03-07 07:46:31.448 | Collecting passlib>=1.7.0 2025-03-07 07:46:31.452 | Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2025-03-07 07:46:31.456 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (5.11.1) 2025-03-07 07:46:31.457 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (3.1.1) 2025-03-07 07:46:31.491 | Collecting pysaml2>=5.0.0 2025-03-07 07:46:31.496 | Using cached pysaml2-7.2.1-py2.py3-none-any.whl (412 kB) 2025-03-07 07:46:31.498 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (5.1.0) 2025-03-07 07:46:31.499 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (2022.4) 2025-03-07 07:46:31.599 | Collecting scrypt>=0.8.0 2025-03-07 07:46:31.607 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2025-03-07 07:46:31.634 | Collecting sqlalchemy-migrate>=0.13.0 2025-03-07 07:46:31.636 | Using cached sqlalchemy_migrate-0.13.0-py2.py3-none-any.whl (109 kB) 2025-03-07 07:46:31.639 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev11) (5.0.0) 2025-03-07 07:46:31.926 | Collecting cffi>=1.12 2025-03-07 07:46:31.930 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) 2025-03-07 07:46:31.936 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.10/dist-packages (from dogpile.cache>=1.0.2->keystone==0.0.1.dev11) (5.1.1) 2025-03-07 07:46:31.973 | Collecting Jinja2>=3.0 2025-03-07 07:46:31.978 | Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) 2025-03-07 07:46:32.026 | Collecting Werkzeug>=2.2.2 2025-03-07 07:46:32.029 | Using cached Werkzeug-2.2.2-py3-none-any.whl (232 kB) 2025-03-07 07:46:32.063 | Collecting click>=8.0 2025-03-07 07:46:32.066 | Using cached click-8.1.3-py3-none-any.whl (96 kB) 2025-03-07 07:46:32.088 | Collecting itsdangerous>=2.0 2025-03-07 07:46:32.090 | Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB) 2025-03-07 07:46:32.126 | Collecting aniso8601>=0.82 2025-03-07 07:46:32.128 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2025-03-07 07:46:32.131 | Requirement already satisfied: six>=1.3.0 in /usr/lib/python3/dist-packages (from Flask-RESTful>=0.3.5->keystone==0.0.1.dev11) (1.16.0) 2025-03-07 07:46:32.149 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->keystone==0.0.1.dev11) (0.18.1) 2025-03-07 07:46:32.182 | Collecting attrs>=17.4.0 2025-03-07 07:46:32.184 | Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2025-03-07 07:46:32.245 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (2.28.1) 2025-03-07 07:46:32.247 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (5.1.3) 2025-03-07 07:46:32.290 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev11) (2.5.0) 2025-03-07 07:46:32.291 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev11) (1.5.0) 2025-03-07 07:46:32.292 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev11) (6.0) 2025-03-07 07:46:32.293 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev11) (0.8.0) 2025-03-07 07:46:32.371 | Collecting alembic>=0.9.6 2025-03-07 07:46:32.374 | Using cached alembic-1.8.1-py3-none-any.whl (209 kB) 2025-03-07 07:46:32.409 | Collecting testresources>=2.0.0 2025-03-07 07:46:32.411 | Using cached testresources-2.0.1-py2.py3-none-any.whl (36 kB) 2025-03-07 07:46:32.515 | Collecting testscenarios>=0.4 2025-03-07 07:46:32.517 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) 2025-03-07 07:46:32.542 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=3.44.0->keystone==0.0.1.dev11) (0.9.6) 2025-03-07 07:46:32.543 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=3.44.0->keystone==0.0.1.dev11) (2.8.2) 2025-03-07 07:46:32.597 | Collecting cachetools>=2.0.0 2025-03-07 07:46:32.598 | Using cached cachetools-5.2.0-py3-none-any.whl (9.3 kB) 2025-03-07 07:46:32.600 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) (2.4.1) 2025-03-07 07:46:32.661 | Collecting kombu>=4.6.6 2025-03-07 07:46:32.663 | Using cached kombu-5.2.4-py3-none-any.whl (189 kB) 2025-03-07 07:46:32.702 | Collecting amqp>=2.5.2 2025-03-07 07:46:32.704 | Using cached amqp-5.1.1-py3-none-any.whl (50 kB) 2025-03-07 07:46:32.820 | Collecting oslo.metrics>=0.2.1 2025-03-07 07:46:32.822 | Using cached oslo.metrics-0.6.0-py3-none-any.whl (13 kB) 2025-03-07 07:46:32.876 | Collecting oslo.service!=1.28.1,>=1.24.0 2025-03-07 07:46:32.878 | Using cached oslo.service-3.1.2-py3-none-any.whl (77 kB) 2025-03-07 07:46:32.907 | Collecting statsd>=3.2.1 2025-03-07 07:46:32.909 | Using cached statsd-3.3.0-py2.py3-none-any.whl (11 kB) 2025-03-07 07:46:32.974 | Collecting PrettyTable>=0.7.1 2025-03-07 07:46:32.975 | Using cached prettytable-3.4.1-py3-none-any.whl (26 kB) 2025-03-07 07:46:32.985 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev11) (23.1) 2025-03-07 07:46:32.985 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev11) (0.11.0) 2025-03-07 07:46:32.986 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev11) (3.0.9) 2025-03-07 07:46:32.987 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev11) (1.1.0) 2025-03-07 07:46:33.057 | Collecting oslo.concurrency>=3.26.0 2025-03-07 07:46:33.059 | Using cached oslo.concurrency-5.1.1-py3-none-any.whl (48 kB) 2025-03-07 07:46:33.119 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pysaml2>=5.0.0->keystone==0.0.1.dev11) (59.6.0) 2025-03-07 07:46:33.173 | Collecting xmlschema>=1.2.1 2025-03-07 07:46:33.177 | Using cached xmlschema-2.1.1-py3-none-any.whl (354 kB) 2025-03-07 07:46:33.207 | Collecting pyOpenSSL 2025-03-07 07:46:33.209 | Using cached pyOpenSSL-22.1.0-py3-none-any.whl (57 kB) 2025-03-07 07:46:33.231 | Collecting defusedxml 2025-03-07 07:46:33.232 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2025-03-07 07:46:33.628 | Collecting greenlet!=0.4.17 2025-03-07 07:46:33.631 | Using cached greenlet-1.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (155 kB) 2025-03-07 07:46:33.754 | Collecting sqlparse 2025-03-07 07:46:33.757 | Using cached sqlparse-0.4.3-py3-none-any.whl (42 kB) 2025-03-07 07:46:33.774 | Collecting Tempita>=0.4 2025-03-07 07:46:33.776 | Using cached Tempita-0.5.2-py3-none-any.whl (12 kB) 2025-03-07 07:46:33.897 | Collecting Mako 2025-03-07 07:46:33.900 | Using cached Mako-1.2.3-py3-none-any.whl (78 kB) 2025-03-07 07:46:33.929 | Collecting vine>=5.0.0 2025-03-07 07:46:33.930 | Using cached vine-5.0.0-py2.py3-none-any.whl (9.4 kB) 2025-03-07 07:46:34.003 | Collecting pycparser 2025-03-07 07:46:34.005 | Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) 2025-03-07 07:46:34.022 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.config>=6.8.0->keystone==0.0.1.dev11) (1.14.1) 2025-03-07 07:46:34.196 | Collecting MarkupSafe>=2.0 2025-03-07 07:46:34.199 | Using cached MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) 2025-03-07 07:46:34.232 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (1.7.0) 2025-03-07 07:46:34.306 | Collecting fasteners>=0.7.0 2025-03-07 07:46:34.307 | Using cached fasteners-0.18-py3-none-any.whl (18 kB) 2025-03-07 07:46:34.347 | Collecting prometheus-client>=0.6.0 2025-03-07 07:46:34.349 | Using cached prometheus_client-0.14.1-py3-none-any.whl (59 kB) 2025-03-07 07:46:34.402 | Collecting Paste>=2.0.2 2025-03-07 07:46:34.406 | Using cached Paste-3.5.2-py2.py3-none-any.whl (593 kB) 2025-03-07 07:46:34.431 | Collecting Routes>=2.3.1 2025-03-07 07:46:34.434 | Using cached Routes-2.5.1-py2.py3-none-any.whl (40 kB) 2025-03-07 07:46:34.462 | Collecting fixtures>=3.0.0 2025-03-07 07:46:34.463 | Using cached fixtures-4.0.1-py3-none-any.whl 2025-03-07 07:46:34.511 | Collecting eventlet>=0.25.2 2025-03-07 07:46:34.515 | Using cached eventlet-0.33.1-py2.py3-none-any.whl (226 kB) 2025-03-07 07:46:34.578 | Collecting Yappi>=1.0 2025-03-07 07:46:34.580 | 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-03-07 07:46:34.602 | Collecting PasteDeploy>=1.5.0 2025-03-07 07:46:34.603 | Using cached PasteDeploy-2.1.1-py2.py3-none-any.whl (17 kB) 2025-03-07 07:46:34.630 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->keystone==0.0.1.dev11) (0.2.5) 2025-03-07 07:46:34.681 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (1.26.12) 2025-03-07 07:46:34.683 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (3.4) 2025-03-07 07:46:34.683 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (2020.6.20) 2025-03-07 07:46:34.683 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (2.1.1) 2025-03-07 07:46:34.733 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=6.0.0->keystone==0.0.1.dev11) (2.5.0) 2025-03-07 07:46:34.813 | Collecting elementpath<4.0.0,>=3.0.0 2025-03-07 07:46:34.816 | Using cached elementpath-3.0.2-py3-none-any.whl (189 kB) 2025-03-07 07:46:34.939 | Collecting dnspython>=1.15.0 2025-03-07 07:46:34.942 | Using cached dnspython-2.2.1-py3-none-any.whl (269 kB) 2025-03-07 07:46:35.066 | Collecting repoze.lru>=0.3 2025-03-07 07:46:35.068 | Using cached repoze.lru-0.7-py3-none-any.whl (10 kB) 2025-03-07 07:46:35.217 | WARNING: The candidate selected for download or install is a yanked version: 'cryptography' candidate (version 38.0.2 at https://files.pythonhosted.org/packages/56/1e/2ffbbdddfe17308511cb2e06ac8c5aced9391dd5eea339e330a204edac34/cryptography-38.0.2-cp36-abi3-manylinux_2_28_x86_64.whl#sha256=55974e634712f7d054886a754a10c67b58e6a9d1c6c3d0d1181919e7fb336d0e (from https://pypi.org/simple/cryptography/) (requires-python:>=3.6)) 2025-03-07 07:46:35.217 | Reason for being yanked: Regression in OpenSSL. 2025-03-07 07:46:35.753 | Installing collected packages: Yappi, Tempita, statsd, scrypt, repoze.lru, passlib, aniso8601, vine, testscenarios, testresources, sqlparse, Routes, PyJWT, pycparser, prometheus-client, PrettyTable, PasteDeploy, Paste, oauthlib, MarkupSafe, itsdangerous, greenlet, fixtures, fasteners, elementpath, dnspython, defusedxml, click, cachetools, bcrypt, attrs, xmlschema, Werkzeug, SQLAlchemy, Mako, jsonschema, Jinja2, eventlet, cffi, amqp, sqlalchemy-migrate, 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-03-07 07:46:36.239 | Attempting uninstall: PyJWT 2025-03-07 07:46:36.240 | Found existing installation: PyJWT 2.3.0 2025-03-07 07:46:36.241 | Not uninstalling pyjwt at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:46:36.242 | Can't uninstall 'PyJWT'. No files were found to uninstall. 2025-03-07 07:46:36.421 | Attempting uninstall: PrettyTable 2025-03-07 07:46:36.423 | Found existing installation: prettytable 2.5.0 2025-03-07 07:46:36.425 | Not uninstalling prettytable at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:46:36.425 | Can't uninstall 'prettytable'. No files were found to uninstall. 2025-03-07 07:46:36.618 | Attempting uninstall: oauthlib 2025-03-07 07:46:36.620 | Found existing installation: oauthlib 3.2.0 2025-03-07 07:46:36.621 | Not uninstalling oauthlib at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:46:36.621 | Can't uninstall 'oauthlib'. No files were found to uninstall. 2025-03-07 07:46:36.690 | Attempting uninstall: MarkupSafe 2025-03-07 07:46:36.691 | Found existing installation: MarkupSafe 2.0.1 2025-03-07 07:46:36.692 | Not uninstalling markupsafe at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:46:36.693 | Can't uninstall 'MarkupSafe'. No files were found to uninstall. 2025-03-07 07:46:36.749 | Attempting uninstall: fixtures 2025-03-07 07:46:36.751 | Found existing installation: fixtures 3.0.0 2025-03-07 07:46:36.755 | Not uninstalling fixtures at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:46:36.755 | Can't uninstall 'fixtures'. No files were found to uninstall. 2025-03-07 07:46:37.128 | Attempting uninstall: click 2025-03-07 07:46:37.129 | Found existing installation: click 8.0.3 2025-03-07 07:46:37.131 | Not uninstalling click at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:46:37.131 | Can't uninstall 'click'. No files were found to uninstall. 2025-03-07 07:46:37.200 | Attempting uninstall: bcrypt 2025-03-07 07:46:37.202 | Found existing installation: bcrypt 3.2.0 2025-03-07 07:46:37.203 | Not uninstalling bcrypt at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:46:37.203 | Can't uninstall 'bcrypt'. No files were found to uninstall. 2025-03-07 07:46:37.226 | Attempting uninstall: attrs 2025-03-07 07:46:37.228 | Found existing installation: attrs 21.2.0 2025-03-07 07:46:37.229 | Not uninstalling attrs at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:46:37.229 | Can't uninstall 'attrs'. No files were found to uninstall. 2025-03-07 07:46:38.329 | Attempting uninstall: jsonschema 2025-03-07 07:46:38.330 | Found existing installation: jsonschema 3.2.0 2025-03-07 07:46:38.332 | Not uninstalling jsonschema at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:46:38.333 | Can't uninstall 'jsonschema'. No files were found to uninstall. 2025-03-07 07:46:38.395 | Attempting uninstall: Jinja2 2025-03-07 07:46:38.396 | Found existing installation: Jinja2 3.0.3 2025-03-07 07:46:38.397 | Not uninstalling jinja2 at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:46:38.398 | Can't uninstall 'Jinja2'. No files were found to uninstall. 2025-03-07 07:46:39.039 | Attempting uninstall: cryptography 2025-03-07 07:46:39.040 | Found existing installation: cryptography 3.4.8 2025-03-07 07:46:39.042 | Not uninstalling cryptography at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:46:39.042 | Can't uninstall 'cryptography'. No files were found to uninstall. 2025-03-07 07:46:39.365 | Attempting uninstall: pyOpenSSL 2025-03-07 07:46:39.366 | Found existing installation: pyOpenSSL 21.0.0 2025-03-07 07:46:39.367 | Not uninstalling pyopenssl at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:46:39.368 | Can't uninstall 'pyOpenSSL'. No files were found to uninstall. 2025-03-07 07:46:40.174 | Running setup.py develop for keystone 2025-03-07 07:46:41.157 | Successfully installed Flask-2.2.2 Flask-RESTful-0.3.9 Jinja2-3.1.2 Mako-1.2.3 MarkupSafe-2.1.1 Paste-3.5.2 PasteDeploy-2.1.1 PrettyTable-3.4.1 PyJWT-2.5.0 Routes-2.5.1 SQLAlchemy-1.4.41 Tempita-0.5.2 Werkzeug-2.2.2 Yappi-1.4.0 alembic-1.8.1 amqp-5.1.1 aniso8601-9.0.1 attrs-22.1.0 bcrypt-4.0.0 cachetools-5.2.0 cffi-1.15.1 click-8.1.3 cryptography-38.0.2 defusedxml-0.7.1 dnspython-2.2.1 elementpath-3.0.2 eventlet-0.33.1 fasteners-0.18 fixtures-4.0.1 greenlet-1.1.3 itsdangerous-2.1.2 jsonschema-4.16.0 keystone kombu-5.2.4 oauthlib-3.2.1 oslo.concurrency-5.1.1 oslo.db-12.3.3 oslo.messaging-14.2.5 oslo.metrics-0.6.0 oslo.middleware-5.1.1 oslo.policy-4.1.1 oslo.service-3.1.2 oslo.upgradecheck-2.1.1 osprofiler-3.4.3 passlib-1.7.4 prometheus-client-0.14.1 pyOpenSSL-22.1.0 pycparser-2.21 pysaml2-7.2.1 repoze.lru-0.7 scrypt-0.8.20 sqlalchemy-migrate-0.13.0 sqlparse-0.4.3 statsd-3.3.0 testresources-2.0.1 testscenarios-0.5.0 vine-5.0.0 xmlschema-2.1.1 2025-03-07 07:46:41.157 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2025-03-07 07:46:41.382 | + inc/python:pip_install:196 : result=0 2025-03-07 07:46:41.384 | + inc/python:pip_install:198 : time_stop pip_install 2025-03-07 07:46:41.385 | + functions-common:time_stop:2435 : local name 2025-03-07 07:46:41.387 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:46:41.389 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:46:41.391 | + functions-common:time_stop:2438 : local total 2025-03-07 07:46:41.392 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:46:41.394 | + functions-common:time_stop:2441 : name=pip_install 2025-03-07 07:46:41.396 | + functions-common:time_stop:2442 : start_time=1741333587730 2025-03-07 07:46:41.397 | + functions-common:time_stop:2444 : [[ -z 1741333587730 ]] 2025-03-07 07:46:41.400 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:46:41.402 | + functions-common:time_stop:2447 : end_time=1741333601400 2025-03-07 07:46:41.404 | + functions-common:time_stop:2448 : elapsed_time=13670 2025-03-07 07:46:41.406 | + functions-common:time_stop:2449 : total=23073 2025-03-07 07:46:41.407 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:46:41.409 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=36743 2025-03-07 07:46:41.411 | + inc/python:pip_install:199 : return 0 2025-03-07 07:46:41.413 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2025-03-07 07:46:41.415 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/keystone/keystone.egg-info 2025-03-07 07:46:41.417 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/keystone/keystone.egg-info 2025-03-07 07:46:41.430 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/keystone/keystone.egg-info 2025-03-07 07:46:41.439 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/keystone 2025-03-07 07:46:41.441 | + inc/python:use_library_from_git:246 : local name=/opt/stack/keystone 2025-03-07 07:46:41.443 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:41.445 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:41.447 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/keystone, ]] 2025-03-07 07:46:41.449 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:41.451 | + lib/keystone:install_keystone:543 : is_service_enabled ldap 2025-03-07 07:46:41.463 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:46:41.465 | + lib/keystone:install_keystone:547 : '[' uwsgi == mod_wsgi ']' 2025-03-07 07:46:41.467 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-03-07 07:46:41.469 | + stack.sh:main:908 : configure_keystone 2025-03-07 07:46:41.471 | + lib/keystone:configure_keystone:192 : sudo install -d -o stack /etc/keystone 2025-03-07 07:46:41.480 | + 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-03-07 07:46:41.482 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2025-03-07 07:46:41.485 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2025-03-07 07:46:41.497 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:46:41.499 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2025-03-07 07:46:41.523 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2025-03-07 07:46:41.545 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2025-03-07 07:46:41.569 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2025-03-07 07:46:41.593 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2025-03-07 07:46:41.617 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2025-03-07 07:46:41.640 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2025-03-07 07:46:41.663 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2025-03-07 07:46:41.685 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2025-03-07 07:46:41.687 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2025-03-07 07:46:41.689 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2025-03-07 07:46:41.690 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2025-03-07 07:46:41.692 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2025-03-07 07:46:41.694 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2025-03-07 07:46:41.706 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:46:41.709 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2025-03-07 07:46:41.710 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2025-03-07 07:46:41.712 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2025-03-07 07:46:41.724 | ++ functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:46:41.726 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-03-07 07:46:41.728 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-03-07 07:46:41.752 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2025-03-07 07:46:41.754 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2025-03-07 07:46:41.756 | + lib/keystone:configure_keystone:215 : local service_port=5000 2025-03-07 07:46:41.757 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2025-03-07 07:46:41.770 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:46:41.771 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.180.1.21/identity 2025-03-07 07:46:41.795 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2025-03-07 07:46:41.797 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2025-03-07 07:46:41.822 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2025-03-07 07:46:41.823 | ++ lib/database:database_connection_url:134 : local db=keystone 2025-03-07 07:46:41.825 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2025-03-07 07:46:41.827 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=keystone 2025-03-07 07:46:41.829 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2025-03-07 07:46:41.831 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2025-03-07 07:46:41.832 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8' 2025-03-07 07:46:41.835 | + lib/keystone:configure_keystone:232 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8' 2025-03-07 07:46:41.859 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2025-03-07 07:46:41.861 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2025-03-07 07:46:41.863 | + functions:setup_logging:685 : setup_systemd_logging /etc/keystone/keystone.conf 2025-03-07 07:46:41.865 | + functions:setup_systemd_logging:700 : local conf_file=/etc/keystone/keystone.conf 2025-03-07 07:46:41.867 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-03-07 07:46:41.879 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-03-07 07:46:41.881 | + functions:setup_systemd_logging:706 : local pidstr= 2025-03-07 07:46:41.883 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-03-07 07:46:41.885 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-03-07 07:46:41.887 | + 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-03-07 07:46:41.908 | + 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-03-07 07:46:41.930 | + 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-03-07 07:46:41.952 | + functions:setup_systemd_logging:717 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-03-07 07:46:41.975 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2025-03-07 07:46:41.997 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2025-03-07 07:46:41.999 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2025-03-07 07:46:42.001 | + lib/apache:write_uwsgi_config:254 : local file=/etc/keystone/keystone-uwsgi-public.ini 2025-03-07 07:46:42.002 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/keystone-wsgi-public 2025-03-07 07:46:42.004 | + lib/apache:write_uwsgi_config:256 : local url=/identity 2025-03-07 07:46:42.006 | + lib/apache:write_uwsgi_config:257 : local http= 2025-03-07 07:46:42.008 | + lib/apache:write_uwsgi_config:258 : local name= 2025-03-07 07:46:42.011 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/keystone-wsgi-public 2025-03-07 07:46:42.015 | + lib/apache:write_uwsgi_config:259 : name=keystone-wsgi-public 2025-03-07 07:46:42.016 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2025-03-07 07:46:42.018 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2025-03-07 07:46:42.029 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-03-07 07:46:42.029 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2025-03-07 07:46:42.037 | d /var/run/uwsgi 0755 stack root 2025-03-07 07:46:42.040 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-03-07 07:46:42.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-03-07 07:46:42.052 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2025-03-07 07:46:42.054 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2025-03-07 07:46:42.057 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2025-03-07 07:46:42.081 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2025-03-07 07:46:42.103 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2025-03-07 07:46:42.125 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2025-03-07 07:46:42.147 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2025-03-07 07:46:42.169 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 80 2025-03-07 07:46:42.191 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2025-03-07 07:46:42.213 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2025-03-07 07:46:42.236 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2025-03-07 07:46:42.259 | + lib/apache:write_uwsgi_config:290 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-03-07 07:46:42.282 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2025-03-07 07:46:42.305 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2025-03-07 07:46:42.327 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2025-03-07 07:46:42.349 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2025-03-07 07:46:42.351 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2025-03-07 07:46:42.354 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for keystone-wsgi-public 2025-03-07 07:46:42.355 | ++ lib/apache:apache_site_config_for:186 : local site=keystone-wsgi-public 2025-03-07 07:46:42.357 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2025-03-07 07:46:42.359 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:46:42.361 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:46:42.363 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2025-03-07 07:46:42.365 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2025-03-07 07:46:42.367 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2025-03-07 07:46:42.389 | + lib/apache:write_uwsgi_config:305 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2025-03-07 07:46:42.412 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 ' 2025-03-07 07:46:42.413 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2025-03-07 07:46:42.419 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 2025-03-07 07:46:42.422 | + lib/apache:write_uwsgi_config:307 : enable_apache_site keystone-wsgi-public 2025-03-07 07:46:42.423 | + lib/apache:enable_apache_site:203 : local site=keystone-wsgi-public 2025-03-07 07:46:42.425 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2025-03-07 07:46:42.427 | + lib/apache:enable_apache_mod:59 : local mod=version 2025-03-07 07:46:42.429 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2025-03-07 07:46:42.431 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:46:42.433 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:46:42.434 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2025-03-07 07:46:42.436 | + lib/apache:enable_apache_site:206 : is_ubuntu 2025-03-07 07:46:42.438 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:46:42.440 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:46:42.442 | + lib/apache:enable_apache_site:207 : sudo a2ensite keystone-wsgi-public 2025-03-07 07:46:42.473 | Enabling site keystone-wsgi-public. 2025-03-07 07:46:42.477 | To activate the new configuration, you need to run: 2025-03-07 07:46:42.477 | systemctl reload apache2 2025-03-07 07:46:42.480 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2025-03-07 07:46:42.482 | + lib/apache:restart_apache_server:250 : restart_service apache2 2025-03-07 07:46:42.484 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-03-07 07:46:42.486 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2025-03-07 07:46:42.576 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2025-03-07 07:46:42.600 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2025-03-07 07:46:42.625 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2025-03-07 07:46:42.649 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2025-03-07 07:46:42.651 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2025-03-07 07:46:42.676 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2025-03-07 07:46:42.699 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2025-03-07 07:46:42.722 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf oslo_policy policy_file policy.yaml 2025-03-07 07:46:42.746 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2025-03-07 07:46:42.748 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2025-03-07 07:46:42.750 | + lib/keystone:configure_keystone:275 : iniset /etc/keystone/keystone.conf oslo_policy enforce_scope false 2025-03-07 07:46:42.772 | + lib/keystone:configure_keystone:276 : iniset /etc/keystone/keystone.conf oslo_policy enforce_new_defaults false 2025-03-07 07:46:42.796 | + stack.sh:main:912 : is_service_enabled swift 2025-03-07 07:46:42.809 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:46:42.811 | + stack.sh:main:926 : is_service_enabled g-api n-api 2025-03-07 07:46:42.824 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:46:42.826 | + stack.sh:main:928 : stack_install_service glance 2025-03-07 07:46:42.827 | + lib/stack:stack_install_service:20 : local service=glance 2025-03-07 07:46:42.829 | + lib/stack:stack_install_service:21 : type install_glance 2025-03-07 07:46:42.831 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-03-07 07:46:42.833 | + lib/stack:stack_install_service:32 : install_glance 2025-03-07 07:46:42.835 | + lib/glance:install_glance:511 : glance_store_extras=() 2025-03-07 07:46:42.837 | + lib/glance:install_glance:511 : local glance_store_extras 2025-03-07 07:46:42.839 | + lib/glance:install_glance:513 : is_service_enabled cinder 2025-03-07 07:46:42.851 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:46:42.853 | + lib/glance:install_glance:514 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2025-03-07 07:46:42.855 | + lib/glance:install_glance:517 : is_service_enabled swift 2025-03-07 07:46:42.867 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:46:42.869 | + lib/glance:install_glance:523 : use_library_from_git glance_store 2025-03-07 07:46:42.871 | + inc/python:use_library_from_git:246 : local name=glance_store 2025-03-07 07:46:42.873 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:46:42.875 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:46:42.877 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,glance_store, ]] 2025-03-07 07:46:42.879 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:46:42.882 | ++ lib/glance:install_glance:529 : join_extras cinder 2025-03-07 07:46:42.883 | ++ inc/python:join_extras:29 : local IFS=, 2025-03-07 07:46:42.885 | ++ inc/python:join_extras:30 : echo cinder 2025-03-07 07:46:42.887 | + lib/glance:install_glance:529 : pip_install_gr_extras glance-store cinder 2025-03-07 07:46:42.889 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2025-03-07 07:46:42.891 | + inc/python:pip_install_gr_extras:90 : local extras=cinder 2025-03-07 07:46:42.893 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2025-03-07 07:46:42.895 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2025-03-07 07:46:42.897 | ++ inc/python:get_version_constraints_from_global_requirements:233 : local package=glance-store 2025-03-07 07:46:42.899 | ++ inc/python:get_version_constraints_from_global_requirements:234 : local required_pkg_version_constraint 2025-03-07 07:46:42.902 | +++ inc/python:get_version_constraints_from_global_requirements:236 : grep -i -h -o -P '^glance-store\K.*' /opt/stack//requirements/global-requirements.txt 2025-03-07 07:46:42.902 | +++ inc/python:get_version_constraints_from_global_requirements:236 : cut -d# -f1 2025-03-07 07:46:42.906 | ++ inc/python:get_version_constraints_from_global_requirements:236 : required_pkg_version_constraint='!=0.29.0 ' 2025-03-07 07:46:42.908 | ++ inc/python:get_version_constraints_from_global_requirements:237 : [[ !=0.29.0 == '' ]] 2025-03-07 07:46:42.910 | ++ inc/python:get_version_constraints_from_global_requirements:240 : echo '!=0.29.0' 2025-03-07 07:46:42.912 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2025-03-07 07:46:42.914 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[cinder]!=0.29.0' 2025-03-07 07:46:42.930 | Using python 3.10 to install glance-store[cinder]!=0.29.0 2025-03-07 07:46:42.931 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt 'glance-store[cinder]!=0.29.0' 2025-03-07 07:46:43.959 | Collecting glance-store[cinder]!=0.29.0 2025-03-07 07:46:43.963 | Using cached glance_store-4.3.3-py3-none-any.whl (241 kB) 2025-03-07 07:46:44.001 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.1) 2025-03-07 07:46:44.005 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.0) 2025-03-07 07:46:44.005 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (2.28.1) 2025-03-07 07:46:44.005 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.2) 2025-03-07 07:46:44.005 | Requirement already satisfied: eventlet!=0.18.3,!=0.20.1,>=0.18.2 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (0.33.1) 2025-03-07 07:46:44.005 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (9.1.1) 2025-03-07 07:46:44.005 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (6.1.0) 2025-03-07 07:46:44.006 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (6.0.0) 2025-03-07 07:46:44.007 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.0.0) 2025-03-07 07:46:44.008 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (4.16.0) 2025-03-07 07:46:44.009 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.3) 2025-03-07 07:46:44.049 | Collecting oslo.rootwrap>=5.8.0 2025-03-07 07:46:44.051 | Using cached oslo.rootwrap-7.0.1-py3-none-any.whl (38 kB) 2025-03-07 07:46:44.092 | Collecting python-cinderclient>=4.1.0 2025-03-07 07:46:44.096 | Using cached python_cinderclient-9.3.0-py3-none-any.whl (255 kB) 2025-03-07 07:46:44.143 | Collecting oslo.privsep>=1.23.0 2025-03-07 07:46:44.145 | Using cached oslo.privsep-3.1.0-py3-none-any.whl (38 kB) 2025-03-07 07:46:44.208 | Collecting os-brick>=6.2.2 2025-03-07 07:46:44.212 | Using cached os_brick-6.2.5-py3-none-any.whl (298 kB) 2025-03-07 07:46:44.219 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder]!=0.29.0) (1.16.0) 2025-03-07 07:46:44.220 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder]!=0.29.0) (2.2.1) 2025-03-07 07:46:44.221 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder]!=0.29.0) (1.1.3) 2025-03-07 07:46:44.263 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->glance-store[cinder]!=0.29.0) (22.1.0) 2025-03-07 07:46:44.264 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->glance-store[cinder]!=0.29.0) (0.18.1) 2025-03-07 07:46:44.288 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder]!=0.29.0) (1.7.0) 2025-03-07 07:46:44.289 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder]!=0.29.0) (1.1.0) 2025-03-07 07:46:44.290 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder]!=0.29.0) (5.11.1) 2025-03-07 07:46:44.300 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (6.3.1) 2025-03-07 07:46:44.301 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (3.1.2) 2025-03-07 07:46:44.302 | Requirement already satisfied: oslo.context>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (5.1.1) 2025-03-07 07:46:44.343 | Collecting os-win>=5.7.0 2025-03-07 07:46:44.346 | Using cached os_win-5.9.0-py3-none-any.whl (274 kB) 2025-03-07 07:46:44.350 | Requirement already satisfied: oslo.log>=4.8.0 in /usr/local/lib/python3.10/dist-packages (from os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (5.2.1) 2025-03-07 07:46:44.355 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=3.26.0->glance-store[cinder]!=0.29.0) (0.18) 2025-03-07 07:46:44.373 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (1.5.0) 2025-03-07 07:46:44.374 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (0.8.0) 2025-03-07 07:46:44.375 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (2.5.0) 2025-03-07 07:46:44.376 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (6.0) 2025-03-07 07:46:44.384 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (1.0.4) 2025-03-07 07:46:44.385 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (1.15.1) 2025-03-07 07:46:44.392 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->glance-store[cinder]!=0.29.0) (2022.4) 2025-03-07 07:46:44.397 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder]!=0.29.0) (3.0.9) 2025-03-07 07:46:44.398 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder]!=0.29.0) (23.1) 2025-03-07 07:46:44.399 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder]!=0.29.0) (0.11.0) 2025-03-07 07:46:44.408 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.10/dist-packages (from python-cinderclient>=4.1.0->glance-store[cinder]!=0.29.0) (3.4.1) 2025-03-07 07:46:44.423 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->glance-store[cinder]!=0.29.0) (2020.6.20) 2025-03-07 07:46:44.424 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->glance-store[cinder]!=0.29.0) (1.26.12) 2025-03-07 07:46:44.425 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->glance-store[cinder]!=0.29.0) (2.1.1) 2025-03-07 07:46:44.425 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->glance-store[cinder]!=0.29.0) (3.4) 2025-03-07 07:46:44.465 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.14.0->oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (2.21) 2025-03-07 07:46:44.474 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (1.14.1) 2025-03-07 07:46:44.550 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (2.8.2) 2025-03-07 07:46:44.553 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (0.9.6) 2025-03-07 07:46:44.566 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (2.1.1) 2025-03-07 07:46:44.567 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (1.4.0) 2025-03-07 07:46:44.567 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (3.5.2) 2025-03-07 07:46:44.570 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (1.8.7) 2025-03-07 07:46:44.570 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (4.0.1) 2025-03-07 07:46:44.570 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (2.5.1) 2025-03-07 07:46:44.588 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.2->python-cinderclient>=4.1.0->glance-store[cinder]!=0.29.0) (0.2.5) 2025-03-07 07:46:44.662 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (59.6.0) 2025-03-07 07:46:44.689 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (0.7) 2025-03-07 07:46:45.214 | Installing collected packages: oslo.rootwrap, python-cinderclient, oslo.privsep, os-win, glance-store, os-brick 2025-03-07 07:46:46.002 | Successfully installed glance-store-4.3.3 os-brick-6.2.5 os-win-5.9.0 oslo.privsep-3.1.0 oslo.rootwrap-7.0.1 python-cinderclient-9.3.0 2025-03-07 07:46:46.002 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2025-03-07 07:46:46.110 | + inc/python:pip_install:196 : result=0 2025-03-07 07:46:46.112 | + inc/python:pip_install:198 : time_stop pip_install 2025-03-07 07:46:46.114 | + functions-common:time_stop:2435 : local name 2025-03-07 07:46:46.116 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:46:46.118 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:46:46.120 | + functions-common:time_stop:2438 : local total 2025-03-07 07:46:46.122 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:46:46.123 | + functions-common:time_stop:2441 : name=pip_install 2025-03-07 07:46:46.125 | + functions-common:time_stop:2442 : start_time=1741333602925 2025-03-07 07:46:46.127 | + functions-common:time_stop:2444 : [[ -z 1741333602925 ]] 2025-03-07 07:46:46.129 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:46:46.132 | + functions-common:time_stop:2447 : end_time=1741333606131 2025-03-07 07:46:46.134 | + functions-common:time_stop:2448 : elapsed_time=3206 2025-03-07 07:46:46.136 | + functions-common:time_stop:2449 : total=36743 2025-03-07 07:46:46.138 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:46:46.140 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=39949 2025-03-07 07:46:46.142 | + inc/python:pip_install:199 : return 0 2025-03-07 07:46:46.144 | + lib/glance:install_glance:530 : copy_rootwrap /usr/local/etc/glance 2025-03-07 07:46:46.146 | + lib/glance:copy_rootwrap:239 : local source_path=/usr/local/etc/glance 2025-03-07 07:46:46.148 | + lib/glance:copy_rootwrap:241 : sudo install -d -o stack /etc/glance 2025-03-07 07:46:46.157 | + lib/glance:copy_rootwrap:242 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2025-03-07 07:46:46.161 | + lib/glance:install_glance:533 : git_clone https://opendev.org/openstack/glance.git /opt/stack//glance unmaintained/2023.1 2025-03-07 07:46:46.163 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/glance.git 2025-03-07 07:46:46.164 | + functions-common:git_clone:613 : local git_dest=/opt/stack//glance 2025-03-07 07:46:46.166 | + functions-common:git_clone:614 : local git_ref=unmaintained/2023.1 2025-03-07 07:46:46.168 | + functions-common:git_clone:615 : local orig_dir 2025-03-07 07:46:46.170 | ++ functions-common:git_clone:616 : pwd 2025-03-07 07:46:46.173 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2025-03-07 07:46:46.175 | + functions-common:git_clone:617 : local git_clone_flags= 2025-03-07 07:46:46.177 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2025-03-07 07:46:46.189 | + functions-common:git_clone:619 : RECLONE=False 2025-03-07 07:46:46.191 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2025-03-07 07:46:46.192 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2025-03-07 07:46:46.194 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2025-03-07 07:46:46.196 | + functions-common:git_clone:633 : echo unmaintained/2023.1 2025-03-07 07:46:46.197 | + functions-common:git_clone:633 : egrep -q '^refs' 2025-03-07 07:46:46.200 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//glance ]] 2025-03-07 07:46:46.202 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2025-03-07 07:46:46.204 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2025-03-07 07:46:46.206 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:46:46.208 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:46:46.209 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:46:46.211 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:46:46.213 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:46:46.215 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:46:46.216 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:46:46.218 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:46:46.220 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:46:46.223 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333606222 2025-03-07 07:46:46.225 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2025-03-07 07:46:46.228 | Cloning into '/opt/stack//glance'... 2025-03-07 07:46:48.435 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:46:48.437 | + functions-common:time_stop:2435 : local name 2025-03-07 07:46:48.439 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:46:48.441 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:46:48.443 | + functions-common:time_stop:2438 : local total 2025-03-07 07:46:48.445 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:46:48.446 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:46:48.448 | + functions-common:time_stop:2442 : start_time=1741333606222 2025-03-07 07:46:48.450 | + functions-common:time_stop:2444 : [[ -z 1741333606222 ]] 2025-03-07 07:46:48.452 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:46:48.455 | + functions-common:time_stop:2447 : end_time=1741333608453 2025-03-07 07:46:48.457 | + functions-common:time_stop:2448 : elapsed_time=2231 2025-03-07 07:46:48.459 | + functions-common:time_stop:2449 : total=11439 2025-03-07 07:46:48.460 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:46:48.462 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13670 2025-03-07 07:46:48.464 | + functions-common:git_clone:654 : cd /opt/stack//glance 2025-03-07 07:46:48.466 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin unmaintained/2023.1 2025-03-07 07:46:48.467 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:46:48.469 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:46:48.471 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:46:48.473 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:46:48.475 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:46:48.476 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:46:48.478 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:46:48.480 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:46:48.482 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:46:48.485 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333608483 2025-03-07 07:46:48.487 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin unmaintained/2023.1 2025-03-07 07:46:50.499 | From https://opendev.org/openstack/glance 2025-03-07 07:46:50.499 | * branch unmaintained/2023.1 -> FETCH_HEAD 2025-03-07 07:46:50.503 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:46:50.505 | + functions-common:time_stop:2435 : local name 2025-03-07 07:46:50.507 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:46:50.508 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:46:50.511 | + functions-common:time_stop:2438 : local total 2025-03-07 07:46:50.512 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:46:50.514 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:46:50.516 | + functions-common:time_stop:2442 : start_time=1741333608483 2025-03-07 07:46:50.517 | + functions-common:time_stop:2444 : [[ -z 1741333608483 ]] 2025-03-07 07:46:50.520 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:46:50.523 | + functions-common:time_stop:2447 : end_time=1741333610521 2025-03-07 07:46:50.525 | + functions-common:time_stop:2448 : elapsed_time=2038 2025-03-07 07:46:50.526 | + functions-common:time_stop:2449 : total=13670 2025-03-07 07:46:50.528 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:46:50.530 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=15708 2025-03-07 07:46:50.532 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2025-03-07 07:46:50.533 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:46:50.535 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:46:50.537 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:46:50.539 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:46:50.541 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:46:50.543 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:46:50.544 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:46:50.546 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:46:50.548 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:46:50.551 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333610549 2025-03-07 07:46:50.553 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-03-07 07:46:50.620 | Note: switching to 'FETCH_HEAD'. 2025-03-07 07:46:50.620 | 2025-03-07 07:46:50.620 | You are in 'detached HEAD' state. You can look around, make experimental 2025-03-07 07:46:50.620 | changes and commit them, and you can discard any commits you make in this 2025-03-07 07:46:50.620 | state without impacting any branches by switching back to a branch. 2025-03-07 07:46:50.620 | 2025-03-07 07:46:50.620 | If you want to create a new branch to retain commits you create, you may 2025-03-07 07:46:50.620 | do so (now or later) by using -c with the switch command. Example: 2025-03-07 07:46:50.620 | 2025-03-07 07:46:50.620 | git switch -c 2025-03-07 07:46:50.620 | 2025-03-07 07:46:50.620 | Or undo this operation with: 2025-03-07 07:46:50.620 | 2025-03-07 07:46:50.620 | git switch - 2025-03-07 07:46:50.620 | 2025-03-07 07:46:50.620 | Turn off this advice by setting config variable advice.detachedHead to false 2025-03-07 07:46:50.620 | 2025-03-07 07:46:50.620 | HEAD is now at 1fd12c2 Update .gitreview for unmaintained/2023.1 2025-03-07 07:46:50.623 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:46:50.625 | + functions-common:time_stop:2435 : local name 2025-03-07 07:46:50.627 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:46:50.629 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:46:50.631 | + functions-common:time_stop:2438 : local total 2025-03-07 07:46:50.632 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:46:50.634 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:46:50.636 | + functions-common:time_stop:2442 : start_time=1741333610549 2025-03-07 07:46:50.637 | + functions-common:time_stop:2444 : [[ -z 1741333610549 ]] 2025-03-07 07:46:50.640 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:46:50.643 | + functions-common:time_stop:2447 : end_time=1741333610641 2025-03-07 07:46:50.644 | + functions-common:time_stop:2448 : elapsed_time=92 2025-03-07 07:46:50.646 | + functions-common:time_stop:2449 : total=15708 2025-03-07 07:46:50.648 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:46:50.650 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=15800 2025-03-07 07:46:50.651 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//glance 2025-03-07 07:46:50.661 | + functions-common:git_clone:695 : cd /opt/stack//glance 2025-03-07 07:46:50.664 | + functions-common:git_clone:696 : git show --oneline 2025-03-07 07:46:50.664 | + functions-common:git_clone:696 : head -1 2025-03-07 07:46:50.666 | 1fd12c2 Update .gitreview for unmaintained/2023.1 2025-03-07 07:46:50.667 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2025-03-07 07:46:50.669 | + lib/glance:install_glance:535 : setup_develop /opt/stack//glance 2025-03-07 07:46:50.671 | + inc/python:setup_develop:334 : local bindep 2025-03-07 07:46:50.673 | + inc/python:setup_develop:335 : [[ /opt/stack//glance == -bindep* ]] 2025-03-07 07:46:50.675 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//glance 2025-03-07 07:46:50.677 | + inc/python:setup_develop:340 : local extras= 2025-03-07 07:46:50.679 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//glance -e 2025-03-07 07:46:50.681 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2025-03-07 07:46:50.683 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//glance == -bindep* ]] 2025-03-07 07:46:50.685 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//glance 2025-03-07 07:46:50.686 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2025-03-07 07:46:50.688 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2025-03-07 07:46:50.691 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//glance 2025-03-07 07:46:50.693 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2025-03-07 07:46:50.695 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/glance 2025-03-07 07:46:50.697 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2025-03-07 07:46:50.698 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2025-03-07 07:46:50.701 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2025-03-07 07:46:50.705 | + inc/python:_setup_package_with_constraints_edit:381 : name=glance 2025-03-07 07:46:50.707 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- glance 2025-03-07 07:46:51.037 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/glance -e 2025-03-07 07:46:51.040 | + inc/python:setup_package:414 : local bindep=0 2025-03-07 07:46:51.042 | + inc/python:setup_package:415 : local bindep_flag= 2025-03-07 07:46:51.044 | + inc/python:setup_package:416 : local bindep_profiles= 2025-03-07 07:46:51.046 | + inc/python:setup_package:417 : [[ /opt/stack/glance == -bindep* ]] 2025-03-07 07:46:51.048 | + inc/python:setup_package:422 : local project_dir=/opt/stack/glance 2025-03-07 07:46:51.050 | + inc/python:setup_package:423 : local flags=-e 2025-03-07 07:46:51.051 | + inc/python:setup_package:424 : local extras= 2025-03-07 07:46:51.053 | + inc/python:setup_package:428 : [[ -n -e ]] 2025-03-07 07:46:51.055 | + inc/python:setup_package:428 : [[ -z '' ]] 2025-03-07 07:46:51.057 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2025-03-07 07:46:51.059 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2025-03-07 07:46:51.061 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2025-03-07 07:46:51.062 | + inc/python:setup_package:442 : pip_install -e /opt/stack/glance 2025-03-07 07:46:51.078 | Using python 3.10 to install /opt/stack/glance 2025-03-07 07:46:51.080 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/glance 2025-03-07 07:46:52.000 | Obtaining file:///opt/stack/glance 2025-03-07 07:46:52.001 | Preparing metadata (setup.py): started 2025-03-07 07:46:52.413 | Preparing metadata (setup.py): finished with status 'done' 2025-03-07 07:46:52.472 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (3.5.2) 2025-03-07 07:46:52.473 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (2.1.1) 2025-03-07 07:46:52.473 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (3.4.1) 2025-03-07 07:46:52.474 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (2.5.1) 2025-03-07 07:46:52.475 | Requirement already satisfied: SQLAlchemy>=1.3.14 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (1.4.41) 2025-03-07 07:46:52.658 | Collecting WSME>=0.8.0 2025-03-07 07:46:52.660 | Using cached WSME-0.11.0-py3-none-any.whl (59 kB) 2025-03-07 07:46:52.663 | Requirement already satisfied: WebOb>=1.8.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (1.8.7) 2025-03-07 07:46:52.664 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (1.8.1) 2025-03-07 07:46:52.705 | Collecting castellan>=0.17.0 2025-03-07 07:46:52.707 | Using cached castellan-4.1.0-py3-none-any.whl (97 kB) 2025-03-07 07:46:52.710 | Requirement already satisfied: cryptography>=2.6.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (38.0.2) 2025-03-07 07:46:52.813 | Collecting cursive>=0.2.1 2025-03-07 07:46:52.815 | Using cached cursive-0.2.3-py2.py3-none-any.whl (43 kB) 2025-03-07 07:46:52.817 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (2.5.0) 2025-03-07 07:46:52.818 | Requirement already satisfied: defusedxml>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (0.7.1) 2025-03-07 07:46:52.818 | Requirement already satisfied: eventlet>=0.25.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (0.33.1) 2025-03-07 07:46:52.819 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (2.4.1) 2025-03-07 07:46:52.820 | Requirement already satisfied: glance-store>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (4.3.3) 2025-03-07 07:46:52.847 | Collecting httplib2>=0.9.1 2025-03-07 07:46:52.849 | Using cached httplib2-0.20.4-py3-none-any.whl (96 kB) 2025-03-07 07:46:52.851 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (1.1.0) 2025-03-07 07:46:52.852 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (4.16.0) 2025-03-07 07:46:52.853 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (5.1.3) 2025-03-07 07:46:52.853 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (10.2.0) 2025-03-07 07:46:52.854 | Requirement already satisfied: os-win>=4.0.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (5.9.0) 2025-03-07 07:46:52.855 | Requirement already satisfied: oslo.concurrency>=4.5.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (5.1.1) 2025-03-07 07:46:52.856 | Requirement already satisfied: oslo.config>=8.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (9.1.1) 2025-03-07 07:46:52.856 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (5.1.1) 2025-03-07 07:46:52.857 | Requirement already satisfied: oslo.db>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (12.3.3) 2025-03-07 07:46:52.858 | Requirement already satisfied: oslo.i18n>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (6.0.0) 2025-03-07 07:46:52.971 | Collecting oslo.limit>=1.6.0 2025-03-07 07:46:52.973 | Using cached oslo.limit-2.1.0-py3-none-any.whl (20 kB) 2025-03-07 07:46:52.975 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (5.2.1) 2025-03-07 07:46:52.976 | Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (14.2.5) 2025-03-07 07:46:52.976 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (5.1.1) 2025-03-07 07:46:52.977 | Requirement already satisfied: oslo.policy>=3.11.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (4.1.1) 2025-03-07 07:46:53.107 | Collecting oslo.reports>=1.18.0 2025-03-07 07:46:53.109 | Using cached oslo.reports-3.0.0-py3-none-any.whl (53 kB) 2025-03-07 07:46:53.111 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (2.1.1) 2025-03-07 07:46:53.112 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (6.1.0) 2025-03-07 07:46:53.112 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (3.4.3) 2025-03-07 07:46:53.113 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (5.11.1) 2025-03-07 07:46:53.114 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (22.1.0) 2025-03-07 07:46:53.115 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (5.1.0) 2025-03-07 07:46:53.133 | Collecting retrying!=1.3.0,>=1.2.3 2025-03-07 07:46:53.133 | Using cached retrying-1.3.3-py3-none-any.whl 2025-03-07 07:46:53.138 | Requirement already satisfied: sqlparse>=0.2.2 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (0.4.3) 2025-03-07 07:46:53.139 | Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev12) (5.0.0) 2025-03-07 07:46:53.295 | Collecting taskflow>=4.0.0 2025-03-07 07:46:53.300 | Using cached taskflow-5.1.1-py3-none-any.whl (492 kB) 2025-03-07 07:46:53.311 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=0.9.6->glance==0.0.1.dev12) (1.2.3) 2025-03-07 07:46:53.320 | Requirement already satisfied: requests!=2.20.0,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from castellan>=0.17.0->glance==0.0.1.dev12) (2.28.1) 2025-03-07 07:46:53.348 | Collecting python-barbicanclient>=4.5.2 2025-03-07 07:46:53.351 | Using cached python_barbicanclient-5.5.0-py3-none-any.whl (89 kB) 2025-03-07 07:46:53.371 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.6.1->glance==0.0.1.dev12) (1.15.1) 2025-03-07 07:46:53.384 | Requirement already satisfied: oslo.serialization>=1.10.0 in /usr/local/lib/python3.10/dist-packages (from cursive>=0.2.1->glance==0.0.1.dev12) (5.1.2) 2025-03-07 07:46:53.388 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.19.0->glance==0.0.1.dev12) (1.14.1) 2025-03-07 07:46:53.394 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev12) (1.1.3) 2025-03-07 07:46:53.395 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev12) (2.2.1) 2025-03-07 07:46:53.395 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev12) (1.16.0) 2025-03-07 07:46:53.434 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/local/lib/python3.10/dist-packages (from httplib2>=0.9.1->glance==0.0.1.dev12) (3.0.9) 2025-03-07 07:46:53.454 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->glance==0.0.1.dev12) (0.18.1) 2025-03-07 07:46:53.455 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->glance==0.0.1.dev12) (22.1.0) 2025-03-07 07:46:53.480 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.4.0->glance==0.0.1.dev12) (1.7.0) 2025-03-07 07:46:53.503 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=5.1.0->glance==0.0.1.dev12) (3.3.1) 2025-03-07 07:46:53.504 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=5.1.0->glance==0.0.1.dev12) (3.1.1) 2025-03-07 07:46:53.517 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=4.5.1->glance==0.0.1.dev12) (0.18) 2025-03-07 07:46:53.537 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.1.0->glance==0.0.1.dev12) (6.0) 2025-03-07 07:46:53.538 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.1.0->glance==0.0.1.dev12) (0.8.0) 2025-03-07 07:46:53.538 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.1.0->glance==0.0.1.dev12) (1.5.0) 2025-03-07 07:46:53.563 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=5.0.0->glance==0.0.1.dev12) (2.0.1) 2025-03-07 07:46:53.564 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=5.0.0->glance==0.0.1.dev12) (0.5.0) 2025-03-07 07:46:53.565 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=5.0.0->glance==0.0.1.dev12) (0.13.0) 2025-03-07 07:46:53.635 | Collecting openstacksdk>=0.31.1 2025-03-07 07:46:53.646 | Using cached openstacksdk-1.0.2-py3-none-any.whl (1.6 MB) 2025-03-07 07:46:53.681 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.5.0->glance==0.0.1.dev12) (2.8.2) 2025-03-07 07:46:53.683 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.5.0->glance==0.0.1.dev12) (0.9.6) 2025-03-07 07:46:53.708 | Requirement already satisfied: oslo.service!=1.28.1,>=1.24.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev12) (3.1.2) 2025-03-07 07:46:53.708 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev12) (5.2.4) 2025-03-07 07:46:53.710 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev12) (0.6.0) 2025-03-07 07:46:53.710 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev12) (5.1.1) 2025-03-07 07:46:53.712 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev12) (5.2.0) 2025-03-07 07:46:53.722 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev12) (3.3.0) 2025-03-07 07:46:53.723 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev12) (4.0.0) 2025-03-07 07:46:53.723 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev12) (3.1.2) 2025-03-07 07:46:53.924 | Collecting psutil>=3.2.2 2025-03-07 07:46:53.928 | Using cached psutil-5.9.2-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (282 kB) 2025-03-07 07:46:53.947 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev12) (23.1) 2025-03-07 07:46:53.948 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev12) (2022.4) 2025-03-07 07:46:53.948 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev12) (0.11.0) 2025-03-07 07:46:54.007 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->glance==0.0.1.dev12) (59.6.0) 2025-03-07 07:46:54.028 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->glance==0.0.1.dev12) (0.2.5) 2025-03-07 07:46:54.067 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->glance==0.0.1.dev12) (0.7) 2025-03-07 07:46:54.198 | Collecting automaton>=1.9.0 2025-03-07 07:46:54.200 | Using cached automaton-3.1.0-py3-none-any.whl (22 kB) 2025-03-07 07:46:54.247 | Collecting networkx>=2.1.0 2025-03-07 07:46:54.261 | Using cached networkx-2.8.7-py3-none-any.whl (2.0 MB) 2025-03-07 07:46:54.276 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.0.0->glance==0.0.1.dev12) (6.3.1) 2025-03-07 07:46:54.299 | Collecting pydot>=1.2.4 2025-03-07 07:46:54.301 | Using cached pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2025-03-07 07:46:54.339 | Collecting simplegeneric 2025-03-07 07:46:54.339 | Using cached simplegeneric-0.8.1-py3-none-any.whl 2025-03-07 07:46:54.349 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev12) (5.0.0) 2025-03-07 07:46:54.409 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.6.1->glance==0.0.1.dev12) (2.21) 2025-03-07 07:46:54.450 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->glance==0.0.1.dev12) (2.1.1) 2025-03-07 07:46:54.548 | Collecting requestsexceptions>=1.2.0 2025-03-07 07:46:54.550 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 2025-03-07 07:46:54.567 | Collecting appdirs>=1.3.0 2025-03-07 07:46:54.569 | Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) 2025-03-07 07:46:54.571 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev12) (5.1.1) 2025-03-07 07:46:54.571 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev12) (1.32) 2025-03-07 07:46:54.573 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev12) (1.1.8) 2025-03-07 07:46:54.592 | Collecting jmespath>=0.9.0 2025-03-07 07:46:54.594 | Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2025-03-07 07:46:54.639 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev12) (0.14.1) 2025-03-07 07:46:54.651 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=1.10.0->cursive>=0.2.1->glance==0.0.1.dev12) (1.0.4) 2025-03-07 07:46:54.668 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev12) (4.0.1) 2025-03-07 07:46:54.670 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev12) (1.4.0) 2025-03-07 07:46:54.800 | Collecting cliff!=2.9.0,>=2.8.0 2025-03-07 07:46:54.803 | Using cached cliff-4.2.0-py3-none-any.whl (81 kB) 2025-03-07 07:46:54.862 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev12) (1.26.12) 2025-03-07 07:46:54.864 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev12) (3.4) 2025-03-07 07:46:54.864 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev12) (2020.6.20) 2025-03-07 07:46:54.864 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev12) (2.1.1) 2025-03-07 07:46:54.899 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=5.0.0->glance==0.0.1.dev12) (0.5.2) 2025-03-07 07:46:54.951 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=5.0.0->glance==0.0.1.dev12) (2.5.0) 2025-03-07 07:46:55.122 | Collecting importlib-metadata>=4.4 2025-03-07 07:46:55.124 | Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB) 2025-03-07 07:46:55.184 | Collecting cmd2>=1.0.0 2025-03-07 07:46:55.186 | Using cached cmd2-2.4.2-py3-none-any.whl (147 kB) 2025-03-07 07:46:55.208 | Collecting autopage>=0.4.0 2025-03-07 07:46:55.211 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2025-03-07 07:46:55.480 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (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.dev12) (1.8.2) 2025-03-07 07:46:55.590 | Collecting zipp>=0.5 2025-03-07 07:46:55.601 | Using cached zipp-3.8.1-py3-none-any.whl (5.6 kB) 2025-03-07 07:46:56.033 | Installing collected packages: simplegeneric, requestsexceptions, appdirs, zipp, WSME, retrying, pydot, psutil, networkx, jmespath, httplib2, cmd2, autopage, importlib-metadata, automaton, openstacksdk, cliff, taskflow, python-barbicanclient, oslo.reports, oslo.limit, castellan, cursive, glance 2025-03-07 07:46:56.063 | Attempting uninstall: zipp 2025-03-07 07:46:56.064 | Found existing installation: zipp 1.0.0 2025-03-07 07:46:56.065 | Not uninstalling zipp at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:46:56.065 | Can't uninstall 'zipp'. No files were found to uninstall. 2025-03-07 07:46:57.258 | Attempting uninstall: httplib2 2025-03-07 07:46:57.260 | Found existing installation: httplib2 0.20.2 2025-03-07 07:46:57.261 | Not uninstalling httplib2 at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:46:57.261 | Can't uninstall 'httplib2'. No files were found to uninstall. 2025-03-07 07:46:57.285 | Attempting uninstall: cmd2 2025-03-07 07:46:57.287 | Found existing installation: cmd2 0.0.0 2025-03-07 07:46:57.288 | Not uninstalling cmd2 at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:46:57.289 | Can't uninstall 'cmd2'. No files were found to uninstall. 2025-03-07 07:46:57.363 | Attempting uninstall: autopage 2025-03-07 07:46:57.364 | Found existing installation: autopage 0.4.0 2025-03-07 07:46:57.366 | Not uninstalling autopage at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:46:57.366 | Can't uninstall 'autopage'. No files were found to uninstall. 2025-03-07 07:46:57.392 | Attempting uninstall: importlib-metadata 2025-03-07 07:46:57.394 | Found existing installation: importlib-metadata 4.6.4 2025-03-07 07:46:57.395 | Not uninstalling importlib-metadata at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:46:57.395 | Can't uninstall 'importlib-metadata'. No files were found to uninstall. 2025-03-07 07:46:58.454 | Attempting uninstall: cliff 2025-03-07 07:46:58.456 | Found existing installation: cliff 3.10.0 2025-03-07 07:46:58.456 | Not uninstalling cliff at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:46:58.457 | Can't uninstall 'cliff'. No files were found to uninstall. 2025-03-07 07:46:59.000 | Running setup.py develop for glance 2025-03-07 07:46:59.963 | Successfully installed WSME-0.11.0 appdirs-1.4.4 automaton-3.1.0 autopage-0.5.1 castellan-4.1.0 cliff-4.2.0 cmd2-2.4.2 cursive-0.2.3 glance httplib2-0.20.4 importlib-metadata-5.0.0 jmespath-1.0.1 networkx-2.8.7 openstacksdk-1.0.2 oslo.limit-2.1.0 oslo.reports-3.0.0 psutil-5.9.2 pydot-1.4.2 python-barbicanclient-5.5.0 requestsexceptions-1.4.0 retrying-1.3.3 simplegeneric-0.8.1 taskflow-5.1.1 zipp-3.8.1 2025-03-07 07:46:59.964 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2025-03-07 07:47:00.130 | + inc/python:pip_install:196 : result=0 2025-03-07 07:47:00.133 | + inc/python:pip_install:198 : time_stop pip_install 2025-03-07 07:47:00.135 | + functions-common:time_stop:2435 : local name 2025-03-07 07:47:00.137 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:47:00.138 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:47:00.140 | + functions-common:time_stop:2438 : local total 2025-03-07 07:47:00.142 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:47:00.144 | + functions-common:time_stop:2441 : name=pip_install 2025-03-07 07:47:00.146 | + functions-common:time_stop:2442 : start_time=1741333611074 2025-03-07 07:47:00.148 | + functions-common:time_stop:2444 : [[ -z 1741333611074 ]] 2025-03-07 07:47:00.150 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:47:00.153 | + functions-common:time_stop:2447 : end_time=1741333620151 2025-03-07 07:47:00.155 | + functions-common:time_stop:2448 : elapsed_time=9077 2025-03-07 07:47:00.157 | + functions-common:time_stop:2449 : total=39949 2025-03-07 07:47:00.158 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:47:00.160 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=49026 2025-03-07 07:47:00.162 | + inc/python:pip_install:199 : return 0 2025-03-07 07:47:00.164 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2025-03-07 07:47:00.166 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/glance/glance.egg-info 2025-03-07 07:47:00.168 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/glance/glance.egg-info 2025-03-07 07:47:00.182 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/glance/glance.egg-info 2025-03-07 07:47:00.191 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/glance 2025-03-07 07:47:00.193 | + inc/python:use_library_from_git:246 : local name=/opt/stack/glance 2025-03-07 07:47:00.194 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:47:00.196 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:47:00.198 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/glance, ]] 2025-03-07 07:47:00.200 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:47:00.202 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-03-07 07:47:00.204 | + stack.sh:main:929 : configure_glance 2025-03-07 07:47:00.206 | + lib/glance:configure_glance:323 : sudo install -d -o stack /etc/glance /etc/glance/metadefs 2025-03-07 07:47:00.215 | + lib/glance:configure_glance:326 : local dburl 2025-03-07 07:47:00.217 | ++ lib/glance:configure_glance:327 : database_connection_url glance 2025-03-07 07:47:00.219 | ++ lib/database:database_connection_url:134 : local db=glance 2025-03-07 07:47:00.221 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2025-03-07 07:47:00.223 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=glance 2025-03-07 07:47:00.224 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2025-03-07 07:47:00.226 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2025-03-07 07:47:00.228 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8' 2025-03-07 07:47:00.230 | + lib/glance:configure_glance:327 : dburl='mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8' 2025-03-07 07:47:00.232 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2025-03-07 07:47:00.255 | + lib/glance:configure_glance:330 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8' 2025-03-07 07:47:00.278 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2025-03-07 07:47:00.300 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2025-03-07 07:47:00.322 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2025-03-07 07:47:00.346 | + lib/glance:configure_glance:334 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2025-03-07 07:47:00.371 | + lib/glance:configure_glance:335 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2025-03-07 07:47:00.372 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/glance/glance-api.conf 2025-03-07 07:47:00.374 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=glance 2025-03-07 07:47:00.376 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-03-07 07:47:00.378 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2025-03-07 07:47:00.401 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2025-03-07 07:47:00.423 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-03-07 07:47:00.445 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2025-03-07 07:47:00.467 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken password nomoresecret 2025-03-07 07:47:00.488 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2025-03-07 07:47:00.510 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2025-03-07 07:47:00.532 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2025-03-07 07:47:00.554 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-03-07 07:47:00.576 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2025-03-07 07:47:00.598 | + lib/glance:configure_glance:336 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2025-03-07 07:47:00.622 | + lib/glance:configure_glance:337 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2025-03-07 07:47:00.624 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2025-03-07 07:47:00.626 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2025-03-07 07:47:00.628 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2025-03-07 07:47:00.630 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2025-03-07 07:47:00.632 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2025-03-07 07:47:00.643 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:47:00.646 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2025-03-07 07:47:00.647 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2025-03-07 07:47:00.649 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2025-03-07 07:47:00.661 | ++ functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:47:00.663 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-03-07 07:47:00.665 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-03-07 07:47:00.688 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2025-03-07 07:47:00.690 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2025-03-07 07:47:00.691 | + lib/glance:configure_glance:338 : '[' vsphere = libvirt ']' 2025-03-07 07:47:00.693 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2025-03-07 07:47:00.716 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2025-03-07 07:47:00.741 | + lib/glance:configure_glance:346 : configure_glance_store False False 2025-03-07 07:47:00.742 | + lib/glance:configure_glance_store:252 : local use_cinder_for_glance=False 2025-03-07 07:47:00.745 | + lib/glance:configure_glance_store:253 : local glance_enable_multiple_stores=False 2025-03-07 07:47:00.746 | + lib/glance:configure_glance_store:254 : local be 2025-03-07 07:47:00.748 | + lib/glance:configure_glance_store:256 : [[ False == \F\a\l\s\e ]] 2025-03-07 07:47:00.750 | + lib/glance:configure_glance_store:258 : [[ False == \T\r\u\e ]] 2025-03-07 07:47:00.752 | + lib/glance:configure_glance_store:275 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2025-03-07 07:47:00.777 | + lib/glance:configure_glance:349 : '[' -n '' ']' 2025-03-07 07:47:00.779 | + lib/glance:configure_glance:352 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.180.1.21 2025-03-07 07:47:00.804 | + lib/glance:configure_glance:356 : [[ False == \F\a\l\s\e ]] 2025-03-07 07:47:00.806 | + lib/glance:configure_glance:358 : is_service_enabled s-proxy 2025-03-07 07:47:00.818 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:47:00.820 | + lib/glance:configure_glance:380 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.180.1.21/image 2025-03-07 07:47:00.843 | + lib/glance:configure_glance:382 : is_service_enabled tls-proxy 2025-03-07 07:47:00.855 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:47:00.857 | + lib/glance:configure_glance:388 : setup_logging /etc/glance/glance-api.conf 2025-03-07 07:47:00.859 | + functions:setup_logging:685 : setup_systemd_logging /etc/glance/glance-api.conf 2025-03-07 07:47:00.861 | + functions:setup_systemd_logging:700 : local conf_file=/etc/glance/glance-api.conf 2025-03-07 07:47:00.863 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-03-07 07:47:00.876 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-03-07 07:47:00.878 | + functions:setup_systemd_logging:706 : local pidstr= 2025-03-07 07:47:00.880 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-03-07 07:47:00.882 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-03-07 07:47:00.884 | + 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-03-07 07:47:00.907 | + 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-03-07 07:47:00.930 | + 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-03-07 07:47:00.956 | + functions:setup_systemd_logging:717 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-03-07 07:47:00.986 | + lib/glance:configure_glance:390 : cp -p /opt/stack//glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2025-03-07 07:47:00.987 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2025-03-07 07:47:01.032 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2025-03-07 07:47:01.056 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2025-03-07 07:47:01.080 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.180.1.21/identity 2025-03-07 07:47:01.103 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2025-03-07 07:47:01.126 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2025-03-07 07:47:01.149 | + lib/glance:configure_glance:399 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password nomoresecret 2025-03-07 07:47:01.172 | + lib/glance:configure_glance:402 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2025-03-07 07:47:01.196 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2025-03-07 07:47:01.219 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2025-03-07 07:47:01.244 | + lib/glance:configure_glance:407 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2025-03-07 07:47:01.267 | + lib/glance:configure_glance:409 : cp -p /opt/stack//glance/etc/schema-image.json /etc/glance/schema-image.json 2025-03-07 07:47:01.270 | + lib/glance:configure_glance:411 : 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-03-07 07:47:01.274 | + lib/glance:configure_glance:413 : is_service_enabled tls-proxy 2025-03-07 07:47:01.287 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:47:01.289 | + lib/glance:configure_glance:421 : [[ False == False ]] 2025-03-07 07:47:01.290 | + lib/glance:configure_glance:422 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2025-03-07 07:47:01.292 | + lib/apache:write_local_uwsgi_http_config:319 : local file=/etc/glance/glance-uwsgi.ini 2025-03-07 07:47:01.294 | + lib/apache:write_local_uwsgi_http_config:320 : local wsgi=/usr/local/bin/glance-wsgi-api 2025-03-07 07:47:01.296 | + lib/apache:write_local_uwsgi_http_config:321 : local url=/image 2025-03-07 07:47:01.298 | ++ lib/apache:write_local_uwsgi_http_config:322 : basename /usr/local/bin/glance-wsgi-api 2025-03-07 07:47:01.301 | + lib/apache:write_local_uwsgi_http_config:322 : name=glance-wsgi-api 2025-03-07 07:47:01.303 | + lib/apache:write_local_uwsgi_http_config:328 : rm -rf /etc/glance/glance-uwsgi.ini 2025-03-07 07:47:01.305 | + lib/apache:write_local_uwsgi_http_config:329 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2025-03-07 07:47:01.329 | ++ lib/apache:write_local_uwsgi_http_config:330 : get_random_port 2025-03-07 07:47:01.331 | ++ functions:get_random_port:847 : read lower_port upper_port 2025-03-07 07:47:01.333 | ++ functions:get_random_port:848 : true 2025-03-07 07:47:01.335 | ++ functions:get_random_port:849 : (( port = upper_port )) 2025-03-07 07:47:01.336 | ++ functions:get_random_port:849 : (( port >= lower_port )) 2025-03-07 07:47:01.338 | ++ functions:get_random_port:850 : sudo lsof -i :60999 2025-03-07 07:47:01.380 | ++ functions:get_random_port:851 : [[ 1 > 0 ]] 2025-03-07 07:47:01.382 | ++ functions:get_random_port:852 : break 2 2025-03-07 07:47:01.383 | ++ functions:get_random_port:856 : echo 60999 2025-03-07 07:47:01.386 | + lib/apache:write_local_uwsgi_http_config:330 : port=60999 2025-03-07 07:47:01.387 | + lib/apache:write_local_uwsgi_http_config:331 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2025-03-07 07:47:01.410 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2025-03-07 07:47:01.432 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2025-03-07 07:47:01.453 | + lib/apache:write_local_uwsgi_http_config:336 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2025-03-07 07:47:01.476 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2025-03-07 07:47:01.497 | + lib/apache:write_local_uwsgi_http_config:338 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2025-03-07 07:47:01.519 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2025-03-07 07:47:01.542 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2025-03-07 07:47:01.564 | + lib/apache:write_local_uwsgi_http_config:343 : iniset /etc/glance/glance-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-03-07 07:47:01.586 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 80 2025-03-07 07:47:01.608 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2025-03-07 07:47:01.630 | + lib/apache:write_local_uwsgi_http_config:350 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2025-03-07 07:47:01.652 | + lib/apache:write_local_uwsgi_http_config:352 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2025-03-07 07:47:01.673 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2025-03-07 07:47:01.695 | + lib/apache:write_local_uwsgi_http_config:354 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2025-03-07 07:47:01.717 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2025-03-07 07:47:01.739 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2025-03-07 07:47:01.761 | + lib/apache:write_local_uwsgi_http_config:357 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2025-03-07 07:47:01.783 | + lib/apache:write_local_uwsgi_http_config:359 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2025-03-07 07:47:01.807 | + lib/apache:write_local_uwsgi_http_config:361 : enable_apache_mod proxy 2025-03-07 07:47:01.809 | + lib/apache:enable_apache_mod:59 : local mod=proxy 2025-03-07 07:47:01.811 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2025-03-07 07:47:01.812 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:47:01.814 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:47:01.816 | + lib/apache:enable_apache_mod:64 : [[ proxy != \v\e\r\s\i\o\n ]] 2025-03-07 07:47:01.818 | + lib/apache:enable_apache_mod:64 : a2query -m proxy 2025-03-07 07:47:01.847 | proxy (enabled by site administrator) 2025-03-07 07:47:01.850 | + lib/apache:write_local_uwsgi_http_config:362 : enable_apache_mod proxy_http 2025-03-07 07:47:01.851 | + lib/apache:enable_apache_mod:59 : local mod=proxy_http 2025-03-07 07:47:01.853 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2025-03-07 07:47:01.855 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:47:01.857 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:47:01.859 | + lib/apache:enable_apache_mod:64 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2025-03-07 07:47:01.861 | + lib/apache:enable_apache_mod:64 : a2query -m proxy_http 2025-03-07 07:47:01.889 | No module matches proxy_http 2025-03-07 07:47:01.891 | + lib/apache:enable_apache_mod:65 : sudo a2enmod proxy_http 2025-03-07 07:47:01.924 | Considering dependency proxy for proxy_http: 2025-03-07 07:47:01.924 | Module proxy already enabled 2025-03-07 07:47:01.924 | Enabling module proxy_http. 2025-03-07 07:47:01.927 | To activate the new configuration, you need to run: 2025-03-07 07:47:01.927 | systemctl restart apache2 2025-03-07 07:47:01.931 | + lib/apache:enable_apache_mod:66 : restart_apache_server 2025-03-07 07:47:01.933 | + lib/apache:restart_apache_server:250 : restart_service apache2 2025-03-07 07:47:01.935 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-03-07 07:47:01.936 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2025-03-07 07:47:02.035 | + lib/apache:write_local_uwsgi_http_config:363 : local apache_conf= 2025-03-07 07:47:02.038 | ++ lib/apache:write_local_uwsgi_http_config:364 : apache_site_config_for glance-wsgi-api 2025-03-07 07:47:02.040 | ++ lib/apache:apache_site_config_for:186 : local site=glance-wsgi-api 2025-03-07 07:47:02.042 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2025-03-07 07:47:02.044 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:47:02.046 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:47:02.048 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2025-03-07 07:47:02.051 | + lib/apache:write_local_uwsgi_http_config:364 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2025-03-07 07:47:02.053 | + lib/apache:write_local_uwsgi_http_config:365 : echo 'KeepAlive Off' 2025-03-07 07:47:02.054 | + lib/apache:write_local_uwsgi_http_config:365 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2025-03-07 07:47:02.061 | KeepAlive Off 2025-03-07 07:47:02.064 | + lib/apache:write_local_uwsgi_http_config:366 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2025-03-07 07:47:02.064 | + lib/apache:write_local_uwsgi_http_config:366 : echo 'SetEnv proxy-sendchunked 1' 2025-03-07 07:47:02.070 | SetEnv proxy-sendchunked 1 2025-03-07 07:47:02.074 | + lib/apache:write_local_uwsgi_http_config:367 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2025-03-07 07:47:02.074 | + lib/apache:write_local_uwsgi_http_config:367 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2025-03-07 07:47:02.080 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2025-03-07 07:47:02.083 | + lib/apache:write_local_uwsgi_http_config:368 : enable_apache_site glance-wsgi-api 2025-03-07 07:47:02.085 | + lib/apache:enable_apache_site:203 : local site=glance-wsgi-api 2025-03-07 07:47:02.086 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2025-03-07 07:47:02.088 | + lib/apache:enable_apache_mod:59 : local mod=version 2025-03-07 07:47:02.090 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2025-03-07 07:47:02.092 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:47:02.093 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:47:02.095 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2025-03-07 07:47:02.097 | + lib/apache:enable_apache_site:206 : is_ubuntu 2025-03-07 07:47:02.099 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:47:02.101 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:47:02.103 | + lib/apache:enable_apache_site:207 : sudo a2ensite glance-wsgi-api 2025-03-07 07:47:02.135 | Enabling site glance-wsgi-api. 2025-03-07 07:47:02.139 | To activate the new configuration, you need to run: 2025-03-07 07:47:02.139 | systemctl reload apache2 2025-03-07 07:47:02.142 | + lib/apache:write_local_uwsgi_http_config:369 : restart_apache_server 2025-03-07 07:47:02.144 | + lib/apache:restart_apache_server:250 : restart_service apache2 2025-03-07 07:47:02.146 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-03-07 07:47:02.148 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2025-03-07 07:47:02.241 | ++ lib/glance:configure_glance:425 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2025-03-07 07:47:02.245 | + lib/glance:configure_glance:425 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2025-03-07 07:47:02.269 | + lib/glance:configure_glance:435 : [[ False == True ]] 2025-03-07 07:47:02.271 | + lib/glance:configure_glance:435 : [[ False == True ]] 2025-03-07 07:47:02.272 | + lib/glance:configure_glance:440 : iniset /etc/glance/glance-api.conf oslo_policy enforce_scope false 2025-03-07 07:47:02.298 | + lib/glance:configure_glance:441 : iniset /etc/glance/glance-api.conf oslo_policy enforce_new_defaults false 2025-03-07 07:47:02.321 | + lib/glance:configure_glance:442 : iniset /etc/glance/glance-api.conf DEFAULT enforce_secure_rbac false 2025-03-07 07:47:02.343 | + stack.sh:main:932 : is_service_enabled cinder 2025-03-07 07:47:02.357 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:47:02.359 | + stack.sh:main:934 : stack_install_service cinder 2025-03-07 07:47:02.360 | + lib/stack:stack_install_service:20 : local service=cinder 2025-03-07 07:47:02.363 | + lib/stack:stack_install_service:21 : type install_cinder 2025-03-07 07:47:02.364 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-03-07 07:47:02.367 | + lib/stack:stack_install_service:32 : install_cinder 2025-03-07 07:47:02.369 | + lib/cinder:install_cinder:506 : git_clone https://opendev.org/openstack/cinder.git /opt/stack//cinder unmaintained/2023.1 2025-03-07 07:47:02.370 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/cinder.git 2025-03-07 07:47:02.372 | + functions-common:git_clone:613 : local git_dest=/opt/stack//cinder 2025-03-07 07:47:02.374 | + functions-common:git_clone:614 : local git_ref=unmaintained/2023.1 2025-03-07 07:47:02.376 | + functions-common:git_clone:615 : local orig_dir 2025-03-07 07:47:02.378 | ++ functions-common:git_clone:616 : pwd 2025-03-07 07:47:02.380 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2025-03-07 07:47:02.382 | + functions-common:git_clone:617 : local git_clone_flags= 2025-03-07 07:47:02.384 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2025-03-07 07:47:02.397 | + functions-common:git_clone:619 : RECLONE=False 2025-03-07 07:47:02.398 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2025-03-07 07:47:02.400 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2025-03-07 07:47:02.402 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2025-03-07 07:47:02.404 | + functions-common:git_clone:633 : echo unmaintained/2023.1 2025-03-07 07:47:02.404 | + functions-common:git_clone:633 : egrep -q '^refs' 2025-03-07 07:47:02.408 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//cinder ]] 2025-03-07 07:47:02.410 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2025-03-07 07:47:02.411 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2025-03-07 07:47:02.413 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:47:02.415 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:47:02.417 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:47:02.418 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:47:02.420 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:47:02.422 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:47:02.424 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:47:02.425 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:47:02.427 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:47:02.430 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333622428 2025-03-07 07:47:02.432 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2025-03-07 07:47:02.435 | Cloning into '/opt/stack//cinder'... 2025-03-07 07:47:06.143 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:47:06.145 | + functions-common:time_stop:2435 : local name 2025-03-07 07:47:06.147 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:47:06.149 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:47:06.150 | + functions-common:time_stop:2438 : local total 2025-03-07 07:47:06.152 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:47:06.154 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:47:06.156 | + functions-common:time_stop:2442 : start_time=1741333622428 2025-03-07 07:47:06.157 | + functions-common:time_stop:2444 : [[ -z 1741333622428 ]] 2025-03-07 07:47:06.160 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:47:06.163 | + functions-common:time_stop:2447 : end_time=1741333626161 2025-03-07 07:47:06.164 | + functions-common:time_stop:2448 : elapsed_time=3733 2025-03-07 07:47:06.166 | + functions-common:time_stop:2449 : total=15800 2025-03-07 07:47:06.168 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:47:06.170 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=19533 2025-03-07 07:47:06.172 | + functions-common:git_clone:654 : cd /opt/stack//cinder 2025-03-07 07:47:06.173 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin unmaintained/2023.1 2025-03-07 07:47:06.175 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:47:06.177 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:47:06.179 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:47:06.181 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:47:06.182 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:47:06.184 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:47:06.186 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:47:06.188 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:47:06.190 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:47:06.193 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333626191 2025-03-07 07:47:06.195 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin unmaintained/2023.1 2025-03-07 07:47:09.194 | From https://opendev.org/openstack/cinder 2025-03-07 07:47:09.194 | * branch unmaintained/2023.1 -> FETCH_HEAD 2025-03-07 07:47:09.198 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:47:09.200 | + functions-common:time_stop:2435 : local name 2025-03-07 07:47:09.201 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:47:09.203 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:47:09.205 | + functions-common:time_stop:2438 : local total 2025-03-07 07:47:09.207 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:47:09.209 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:47:09.211 | + functions-common:time_stop:2442 : start_time=1741333626191 2025-03-07 07:47:09.212 | + functions-common:time_stop:2444 : [[ -z 1741333626191 ]] 2025-03-07 07:47:09.215 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:47:09.218 | + functions-common:time_stop:2447 : end_time=1741333629216 2025-03-07 07:47:09.219 | + functions-common:time_stop:2448 : elapsed_time=3025 2025-03-07 07:47:09.221 | + functions-common:time_stop:2449 : total=19533 2025-03-07 07:47:09.223 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:47:09.225 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=22558 2025-03-07 07:47:09.227 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2025-03-07 07:47:09.228 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:47:09.230 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:47:09.232 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:47:09.234 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:47:09.236 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:47:09.237 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:47:09.239 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:47:09.241 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:47:09.243 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:47:09.246 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333629244 2025-03-07 07:47:09.248 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-03-07 07:47:09.490 | Note: switching to 'FETCH_HEAD'. 2025-03-07 07:47:09.490 | 2025-03-07 07:47:09.491 | You are in 'detached HEAD' state. You can look around, make experimental 2025-03-07 07:47:09.491 | changes and commit them, and you can discard any commits you make in this 2025-03-07 07:47:09.491 | state without impacting any branches by switching back to a branch. 2025-03-07 07:47:09.491 | 2025-03-07 07:47:09.491 | If you want to create a new branch to retain commits you create, you may 2025-03-07 07:47:09.491 | do so (now or later) by using -c with the switch command. Example: 2025-03-07 07:47:09.491 | 2025-03-07 07:47:09.491 | git switch -c 2025-03-07 07:47:09.491 | 2025-03-07 07:47:09.491 | Or undo this operation with: 2025-03-07 07:47:09.491 | 2025-03-07 07:47:09.491 | git switch - 2025-03-07 07:47:09.491 | 2025-03-07 07:47:09.491 | Turn off this advice by setting config variable advice.detachedHead to false 2025-03-07 07:47:09.491 | 2025-03-07 07:47:09.491 | HEAD is now at ae2d250 Fix "signature_verified" metadata propagation to images 2025-03-07 07:47:09.495 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:47:09.497 | + functions-common:time_stop:2435 : local name 2025-03-07 07:47:09.498 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:47:09.500 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:47:09.502 | + functions-common:time_stop:2438 : local total 2025-03-07 07:47:09.504 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:47:09.506 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:47:09.508 | + functions-common:time_stop:2442 : start_time=1741333629244 2025-03-07 07:47:09.510 | + functions-common:time_stop:2444 : [[ -z 1741333629244 ]] 2025-03-07 07:47:09.512 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:47:09.515 | + functions-common:time_stop:2447 : end_time=1741333629513 2025-03-07 07:47:09.517 | + functions-common:time_stop:2448 : elapsed_time=269 2025-03-07 07:47:09.519 | + functions-common:time_stop:2449 : total=22558 2025-03-07 07:47:09.521 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:47:09.523 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=22827 2025-03-07 07:47:09.525 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//cinder 2025-03-07 07:47:09.537 | + functions-common:git_clone:695 : cd /opt/stack//cinder 2025-03-07 07:47:09.540 | + functions-common:git_clone:696 : git show --oneline 2025-03-07 07:47:09.541 | + functions-common:git_clone:696 : head -1 2025-03-07 07:47:09.546 | ae2d250 Fix "signature_verified" metadata propagation to images 2025-03-07 07:47:09.548 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2025-03-07 07:47:09.550 | + lib/cinder:install_cinder:507 : setup_develop /opt/stack//cinder 2025-03-07 07:47:09.552 | + inc/python:setup_develop:334 : local bindep 2025-03-07 07:47:09.554 | + inc/python:setup_develop:335 : [[ /opt/stack//cinder == -bindep* ]] 2025-03-07 07:47:09.556 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//cinder 2025-03-07 07:47:09.558 | + inc/python:setup_develop:340 : local extras= 2025-03-07 07:47:09.560 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//cinder -e 2025-03-07 07:47:09.562 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2025-03-07 07:47:09.564 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//cinder == -bindep* ]] 2025-03-07 07:47:09.566 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//cinder 2025-03-07 07:47:09.568 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2025-03-07 07:47:09.570 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2025-03-07 07:47:09.573 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//cinder 2025-03-07 07:47:09.574 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2025-03-07 07:47:09.577 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/cinder 2025-03-07 07:47:09.579 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2025-03-07 07:47:09.581 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2025-03-07 07:47:09.584 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2025-03-07 07:47:09.587 | + inc/python:_setup_package_with_constraints_edit:381 : name=cinder 2025-03-07 07:47:09.589 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- cinder 2025-03-07 07:47:09.906 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/cinder -e 2025-03-07 07:47:09.908 | + inc/python:setup_package:414 : local bindep=0 2025-03-07 07:47:09.910 | + inc/python:setup_package:415 : local bindep_flag= 2025-03-07 07:47:09.912 | + inc/python:setup_package:416 : local bindep_profiles= 2025-03-07 07:47:09.914 | + inc/python:setup_package:417 : [[ /opt/stack/cinder == -bindep* ]] 2025-03-07 07:47:09.916 | + inc/python:setup_package:422 : local project_dir=/opt/stack/cinder 2025-03-07 07:47:09.917 | + inc/python:setup_package:423 : local flags=-e 2025-03-07 07:47:09.919 | + inc/python:setup_package:424 : local extras= 2025-03-07 07:47:09.921 | + inc/python:setup_package:428 : [[ -n -e ]] 2025-03-07 07:47:09.923 | + inc/python:setup_package:428 : [[ -z '' ]] 2025-03-07 07:47:09.925 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2025-03-07 07:47:09.927 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2025-03-07 07:47:09.929 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2025-03-07 07:47:09.931 | + inc/python:setup_package:442 : pip_install -e /opt/stack/cinder 2025-03-07 07:47:09.946 | Using python 3.10 to install /opt/stack/cinder 2025-03-07 07:47:09.948 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/cinder 2025-03-07 07:47:10.874 | Obtaining file:///opt/stack/cinder 2025-03-07 07:47:10.875 | Preparing metadata (setup.py): started 2025-03-07 07:47:11.560 | Preparing metadata (setup.py): finished with status 'done' 2025-03-07 07:47:11.649 | Requirement already satisfied: Paste>=3.4.3 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (3.5.2) 2025-03-07 07:47:11.650 | Requirement already satisfied: PasteDeploy>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (2.1.1) 2025-03-07 07:47:11.651 | Requirement already satisfied: Routes>=2.4.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (2.5.1) 2025-03-07 07:47:11.651 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (1.4.41) 2025-03-07 07:47:11.652 | Requirement already satisfied: WebOb>=1.8.6 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (1.8.7) 2025-03-07 07:47:12.450 | Collecting boto3>=1.18.49 2025-03-07 07:47:12.454 | Using cached boto3-1.24.89-py3-none-any.whl (132 kB) 2025-03-07 07:47:12.459 | Requirement already satisfied: castellan>=3.7.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (4.1.0) 2025-03-07 07:47:12.459 | Requirement already satisfied: cryptography>=3.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (38.0.2) 2025-03-07 07:47:12.459 | Requirement already satisfied: cursive>=0.2.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (0.2.3) 2025-03-07 07:47:12.460 | Requirement already satisfied: decorator>=4.4.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (5.1.1) 2025-03-07 07:47:12.460 | Requirement already satisfied: eventlet!=0.32.0,>=0.30.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (0.33.1) 2025-03-07 07:47:12.587 | Collecting google-api-python-client>=1.11.0 2025-03-07 07:47:12.645 | Using cached google_api_python_client-2.64.0-py2.py3-none-any.whl (10.4 MB) 2025-03-07 07:47:12.693 | Requirement already satisfied: greenlet>=0.4.16 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (1.1.3) 2025-03-07 07:47:12.694 | Requirement already satisfied: httplib2>=0.18.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (0.20.4) 2025-03-07 07:47:12.694 | Requirement already satisfied: importlib_metadata>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (5.0.0) 2025-03-07 07:47:12.695 | Requirement already satisfied: iso8601>=0.1.12 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (1.1.0) 2025-03-07 07:47:12.696 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (4.16.0) 2025-03-07 07:47:12.697 | Requirement already satisfied: keystoneauth1>=4.2.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (5.1.3) 2025-03-07 07:47:12.698 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (10.2.0) 2025-03-07 07:47:13.150 | Collecting lxml>=4.5.2 2025-03-07 07:47:13.186 | Using cached lxml-4.9.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (6.9 MB) 2025-03-07 07:47:13.271 | Collecting oauth2client>=4.1.3 2025-03-07 07:47:13.274 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2025-03-07 07:47:13.277 | Requirement already satisfied: os-brick>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (6.2.5) 2025-03-07 07:47:13.277 | Requirement already satisfied: os-win>=5.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (5.9.0) 2025-03-07 07:47:13.278 | Requirement already satisfied: oslo.concurrency>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (5.1.1) 2025-03-07 07:47:13.279 | Requirement already satisfied: oslo.config>=8.3.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (9.1.1) 2025-03-07 07:47:13.280 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (5.1.1) 2025-03-07 07:47:13.281 | Requirement already satisfied: oslo.db>=11.0.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (12.3.3) 2025-03-07 07:47:13.282 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (6.0.0) 2025-03-07 07:47:13.284 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (5.2.1) 2025-03-07 07:47:13.284 | Requirement already satisfied: oslo.messaging>=14.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (14.2.5) 2025-03-07 07:47:13.284 | Requirement already satisfied: oslo.middleware>=4.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (5.1.1) 2025-03-07 07:47:13.285 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (4.1.1) 2025-03-07 07:47:13.285 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (3.1.0) 2025-03-07 07:47:13.286 | Requirement already satisfied: oslo.reports>=2.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (3.0.0) 2025-03-07 07:47:13.287 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (7.0.1) 2025-03-07 07:47:13.288 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (5.1.2) 2025-03-07 07:47:13.289 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (3.1.2) 2025-03-07 07:47:13.290 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (2.1.1) 2025-03-07 07:47:13.290 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (6.1.0) 2025-03-07 07:47:13.335 | Collecting oslo.versionedobjects>=2.4.0 2025-03-07 07:47:13.338 | Using cached oslo.versionedobjects-3.1.0-py3-none-any.whl (86 kB) 2025-03-07 07:47:13.480 | Collecting oslo.vmware>=3.10.0 2025-03-07 07:47:13.485 | Using cached oslo.vmware-4.1.1-py3-none-any.whl (491 kB) 2025-03-07 07:47:13.489 | Requirement already satisfied: osprofiler>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (3.4.3) 2025-03-07 07:47:13.490 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (23.1) 2025-03-07 07:47:13.537 | Collecting paramiko>=2.7.2 2025-03-07 07:47:13.540 | Using cached paramiko-2.11.0-py2.py3-none-any.whl (212 kB) 2025-03-07 07:47:13.543 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (5.11.1) 2025-03-07 07:47:13.544 | Requirement already satisfied: psutil>=5.7.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (5.9.2) 2025-03-07 07:47:13.545 | Requirement already satisfied: pyparsing>=2.4.7 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (3.0.9) 2025-03-07 07:47:13.546 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (5.5.0) 2025-03-07 07:47:13.584 | Collecting python-glanceclient>=3.2.2 2025-03-07 07:47:13.587 | Using cached python_glanceclient-4.3.2-py3-none-any.whl (205 kB) 2025-03-07 07:47:13.590 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (5.1.0) 2025-03-07 07:47:13.637 | Collecting python-novaclient>=17.2.1 2025-03-07 07:47:13.641 | Using cached python_novaclient-18.3.0-py3-none-any.whl (335 kB) 2025-03-07 07:47:13.677 | Collecting python-swiftclient>=3.10.1 2025-03-07 07:47:13.679 | Using cached python_swiftclient-4.2.0-py3-none-any.whl (88 kB) 2025-03-07 07:47:13.681 | Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (2022.4) 2025-03-07 07:47:13.682 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (2.28.1) 2025-03-07 07:47:13.701 | Collecting rtslib-fb>=2.1.74 2025-03-07 07:47:13.701 | Using cached rtslib_fb-2.1.75-py3-none-any.whl 2025-03-07 07:47:13.707 | Requirement already satisfied: six>=1.15.0 in /usr/lib/python3/dist-packages (from cinder==0.0.1.dev42) (1.16.0) 2025-03-07 07:47:13.707 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (0.13.0) 2025-03-07 07:47:13.708 | Requirement already satisfied: stevedore>=3.2.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (5.0.0) 2025-03-07 07:47:13.728 | Collecting tabulate>=0.8.7 2025-03-07 07:47:13.730 | Using cached tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-03-07 07:47:13.732 | Requirement already satisfied: taskflow>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (5.1.1) 2025-03-07 07:47:13.733 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev42) (6.3.1) 2025-03-07 07:47:13.784 | Collecting tooz>=2.8.0 2025-03-07 07:47:13.787 | Using cached tooz-3.2.0-py3-none-any.whl (94 kB) 2025-03-07 07:47:13.949 | Collecting zstd>=1.4.5.1 2025-03-07 07:47:13.961 | Using cached zstd-1.5.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB) 2025-03-07 07:47:13.976 | Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from boto3>=1.18.49->cinder==0.0.1.dev42) (1.0.1) 2025-03-07 07:47:14.731 | Collecting botocore<1.28.0,>=1.27.89 2025-03-07 07:47:14.781 | Using cached botocore-1.27.89-py3-none-any.whl (9.2 MB) 2025-03-07 07:47:14.860 | Collecting s3transfer<0.7.0,>=0.6.0 2025-03-07 07:47:14.863 | Using cached s3transfer-0.6.0-py3-none-any.whl (79 kB) 2025-03-07 07:47:14.891 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=3.1->cinder==0.0.1.dev42) (1.15.1) 2025-03-07 07:47:14.907 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet!=0.32.0,>=0.30.1->cinder==0.0.1.dev42) (2.2.1) 2025-03-07 07:47:14.932 | Collecting uritemplate<5,>=3.0.1 2025-03-07 07:47:14.934 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) 2025-03-07 07:47:14.951 | Collecting google-auth-httplib2>=0.1.0 2025-03-07 07:47:14.953 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) 2025-03-07 07:47:15.041 | Collecting google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5 2025-03-07 07:47:15.044 | Using cached google_api_core-2.10.2-py3-none-any.whl (115 kB) 2025-03-07 07:47:15.152 | Collecting google-auth<3.0.0dev,>=1.19.0 2025-03-07 07:47:15.155 | Using cached google_auth-2.12.0-py2.py3-none-any.whl (169 kB) 2025-03-07 07:47:15.184 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib_metadata>=3.1.1->cinder==0.0.1.dev42) (3.8.1) 2025-03-07 07:47:15.203 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev42) (0.18.1) 2025-03-07 07:47:15.204 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev42) (22.1.0) 2025-03-07 07:47:15.230 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=4.2.1->cinder==0.0.1.dev42) (1.7.0) 2025-03-07 07:47:15.305 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=9.1.0->cinder==0.0.1.dev42) (3.1.1) 2025-03-07 07:47:15.307 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=9.1.0->cinder==0.0.1.dev42) (3.3.1) 2025-03-07 07:47:15.355 | Collecting pyasn1-modules>=0.0.5 2025-03-07 07:47:15.358 | Using cached pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) 2025-03-07 07:47:15.385 | Collecting rsa>=3.1.4 2025-03-07 07:47:15.387 | Using cached rsa-4.9-py3-none-any.whl (34 kB) 2025-03-07 07:47:15.389 | Requirement already satisfied: pyasn1>=0.1.7 in /usr/lib/python3/dist-packages (from oauth2client>=4.1.3->cinder==0.0.1.dev42) (0.4.8) 2025-03-07 07:47:15.415 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=4.5.0->cinder==0.0.1.dev42) (0.18) 2025-03-07 07:47:15.434 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev42) (6.0) 2025-03-07 07:47:15.435 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev42) (0.8.0) 2025-03-07 07:47:15.436 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev42) (2.5.0) 2025-03-07 07:47:15.437 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev42) (1.5.0) 2025-03-07 07:47:15.462 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev42) (1.8.1) 2025-03-07 07:47:15.463 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev42) (0.5.0) 2025-03-07 07:47:15.464 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev42) (2.0.1) 2025-03-07 07:47:15.490 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.6.1->cinder==0.0.1.dev42) (2.8.2) 2025-03-07 07:47:15.493 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.6.1->cinder==0.0.1.dev42) (0.9.6) 2025-03-07 07:47:15.519 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev42) (2.4.1) 2025-03-07 07:47:15.520 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev42) (5.2.0) 2025-03-07 07:47:15.521 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev42) (5.2.4) 2025-03-07 07:47:15.521 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev42) (5.1.1) 2025-03-07 07:47:15.523 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev42) (0.6.0) 2025-03-07 07:47:15.533 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev42) (3.1.2) 2025-03-07 07:47:15.534 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev42) (3.3.0) 2025-03-07 07:47:15.536 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev42) (4.0.0) 2025-03-07 07:47:15.555 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=2.6.2->cinder==0.0.1.dev42) (1.0.4) 2025-03-07 07:47:15.587 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev42) (1.4.0) 2025-03-07 07:47:15.588 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev42) (4.0.1) 2025-03-07 07:47:15.597 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev42) (3.4.1) 2025-03-07 07:47:15.606 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.12.1->cinder==0.0.1.dev42) (0.11.0) 2025-03-07 07:47:15.641 | Requirement already satisfied: urllib3>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from oslo.vmware>=3.10.0->cinder==0.0.1.dev42) (1.26.12) 2025-03-07 07:47:15.663 | Collecting suds-community>=0.6 2025-03-07 07:47:15.666 | Using cached suds_community-1.1.2-py3-none-any.whl (144 kB) 2025-03-07 07:47:15.760 | Collecting pynacl>=1.0.1 2025-03-07 07:47:15.767 | 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-03-07 07:47:15.782 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=3.4.3->cinder==0.0.1.dev42) (59.6.0) 2025-03-07 07:47:15.832 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from python-barbicanclient>=5.0.1->cinder==0.0.1.dev42) (4.2.0) 2025-03-07 07:47:15.864 | Collecting warlock>=1.2.0 2025-03-07 07:47:15.867 | Using cached warlock-2.0.1-py3-none-any.whl (9.8 kB) 2025-03-07 07:47:15.868 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=3.2.2->cinder==0.0.1.dev42) (22.1.0) 2025-03-07 07:47:15.869 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=3.2.2->cinder==0.0.1.dev42) (1.14.1) 2025-03-07 07:47:15.935 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev42) (2020.6.20) 2025-03-07 07:47:15.935 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev42) (2.1.1) 2025-03-07 07:47:15.938 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev42) (3.4) 2025-03-07 07:47:15.949 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.4.1->cinder==0.0.1.dev42) (0.7) 2025-03-07 07:47:15.979 | Collecting pyudev>=0.16.1 2025-03-07 07:47:15.981 | Using cached pyudev-0.24.0-py3-none-any.whl (61 kB) 2025-03-07 07:47:16.073 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==0.0.1.dev42) (0.4.3) 2025-03-07 07:47:16.074 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==0.0.1.dev42) (0.5.2) 2025-03-07 07:47:16.127 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev42) (3.1.0) 2025-03-07 07:47:16.128 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev42) (1.4.2) 2025-03-07 07:47:16.130 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev42) (2.8.7) 2025-03-07 07:47:16.203 | Collecting voluptuous>=0.8.9 2025-03-07 07:47:16.205 | Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB) 2025-03-07 07:47:16.247 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==0.0.1.dev42) (1.2.3) 2025-03-07 07:47:16.259 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging>=14.1.0->cinder==0.0.1.dev42) (5.0.0) 2025-03-07 07:47:16.360 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=3.1->cinder==0.0.1.dev42) (2.21) 2025-03-07 07:47:16.387 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev42) (0.5.1) 2025-03-07 07:47:16.388 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev42) (2.4.2) 2025-03-07 07:47:16.516 | Collecting googleapis-common-protos<2.0dev,>=1.56.2 2025-03-07 07:47:16.519 | Using cached googleapis_common_protos-1.56.4-py2.py3-none-any.whl (211 kB) 2025-03-07 07:47:16.522 | 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 /usr/local/lib/python3.10/dist-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.dev42) (4.21.7) 2025-03-07 07:47:16.597 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->oslo.middleware>=4.1.1->cinder==0.0.1.dev42) (2.1.1) 2025-03-07 07:47:16.747 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.10/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=9.1.0->cinder==0.0.1.dev42) (1.1.8) 2025-03-07 07:47:16.765 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=14.1.0->cinder==0.0.1.dev42) (0.14.1) 2025-03-07 07:47:16.782 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev42) (0.2.5) 2025-03-07 07:47:17.234 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=11.0.0->cinder==0.0.1.dev42) (2.5.0) 2025-03-07 07:47:17.308 | Requirement already satisfied: jsonpatch<2,>=1 in /usr/lib/python3/dist-packages (from warlock>=1.2.0->python-glanceclient>=3.2.2->cinder==0.0.1.dev42) (1.32) 2025-03-07 07:47:17.424 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev42) (1.8.2) 2025-03-07 07:47:18.104 | Installing collected packages: zstd, voluptuous, 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-03-07 07:47:18.151 | Attempting uninstall: voluptuous 2025-03-07 07:47:18.152 | Found existing installation: voluptuous 0.12.2 2025-03-07 07:47:18.156 | Not uninstalling voluptuous at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:47:18.156 | Can't uninstall 'voluptuous'. No files were found to uninstall. 2025-03-07 07:47:18.319 | Attempting uninstall: pyudev 2025-03-07 07:47:18.321 | Found existing installation: pyudev 0.22.0 2025-03-07 07:47:18.322 | Not uninstalling pyudev at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:47:18.323 | Can't uninstall 'pyudev'. No files were found to uninstall. 2025-03-07 07:47:20.859 | Running setup.py develop for cinder 2025-03-07 07:47:21.769 | Successfully installed boto3-1.24.89 botocore-1.27.89 cinder google-api-core-2.10.2 google-api-python-client-2.64.0 google-auth-2.12.0 google-auth-httplib2-0.1.0 googleapis-common-protos-1.56.4 lxml-4.9.1 oauth2client-4.1.3 oslo.versionedobjects-3.1.0 oslo.vmware-4.1.1 paramiko-2.11.0 pyasn1-modules-0.2.8 pynacl-1.5.0 python-glanceclient-4.3.2 python-novaclient-18.3.0 python-swiftclient-4.2.0 pyudev-0.24.0 rsa-4.9 rtslib-fb-2.1.75 s3transfer-0.6.0 suds-community-1.1.2 tabulate-0.9.0 tooz-3.2.0 uritemplate-4.1.1 voluptuous-0.13.1 warlock-2.0.1 zstd-1.5.2.6 2025-03-07 07:47:21.770 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2025-03-07 07:47:22.027 | + inc/python:pip_install:196 : result=0 2025-03-07 07:47:22.029 | + inc/python:pip_install:198 : time_stop pip_install 2025-03-07 07:47:22.030 | + functions-common:time_stop:2435 : local name 2025-03-07 07:47:22.032 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:47:22.034 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:47:22.036 | + functions-common:time_stop:2438 : local total 2025-03-07 07:47:22.038 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:47:22.039 | + functions-common:time_stop:2441 : name=pip_install 2025-03-07 07:47:22.041 | + functions-common:time_stop:2442 : start_time=1741333629943 2025-03-07 07:47:22.043 | + functions-common:time_stop:2444 : [[ -z 1741333629943 ]] 2025-03-07 07:47:22.046 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:47:22.049 | + functions-common:time_stop:2447 : end_time=1741333642047 2025-03-07 07:47:22.051 | + functions-common:time_stop:2448 : elapsed_time=12104 2025-03-07 07:47:22.052 | + functions-common:time_stop:2449 : total=49026 2025-03-07 07:47:22.054 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:47:22.056 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=61130 2025-03-07 07:47:22.058 | + inc/python:pip_install:199 : return 0 2025-03-07 07:47:22.060 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2025-03-07 07:47:22.062 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/cinder/cinder.egg-info 2025-03-07 07:47:22.064 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/cinder/cinder.egg-info 2025-03-07 07:47:22.079 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/cinder/cinder.egg-info 2025-03-07 07:47:22.088 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/cinder 2025-03-07 07:47:22.090 | + inc/python:use_library_from_git:246 : local name=/opt/stack/cinder 2025-03-07 07:47:22.092 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:47:22.094 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:47:22.096 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/cinder, ]] 2025-03-07 07:47:22.099 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:47:22.100 | + lib/cinder:install_cinder:508 : [[ lioadm == \t\g\t\a\d\m ]] 2025-03-07 07:47:22.103 | + lib/cinder:install_cinder:510 : [[ lioadm == \l\i\o\a\d\m ]] 2025-03-07 07:47:22.105 | + lib/cinder:install_cinder:511 : is_ubuntu 2025-03-07 07:47:22.106 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:47:22.108 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:47:22.110 | + lib/cinder:install_cinder:513 : sudo mkdir -p /etc/target 2025-03-07 07:47:22.120 | + lib/cinder:install_cinder:515 : install_package targetcli-fb 2025-03-07 07:47:22.121 | + functions-common:install_package:1459 : update_package_repo 2025-03-07 07:47:22.123 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2025-03-07 07:47:22.125 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2025-03-07 07:47:22.127 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2025-03-07 07:47:22.129 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2025-03-07 07:47:22.131 | + functions-common:update_package_repo:1439 : is_ubuntu 2025-03-07 07:47:22.132 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:47:22.134 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:47:22.136 | + functions-common:update_package_repo:1440 : apt_get_update 2025-03-07 07:47:22.138 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2025-03-07 07:47:22.140 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2025-03-07 07:47:22.142 | + functions-common:apt_get_update:1186 : return 2025-03-07 07:47:22.144 | + functions-common:install_package:1460 : real_install_package targetcli-fb 2025-03-07 07:47:22.145 | + functions-common:real_install_package:1445 : is_ubuntu 2025-03-07 07:47:22.147 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:47:22.149 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:47:22.151 | + functions-common:real_install_package:1446 : apt_get install targetcli-fb 2025-03-07 07:47:22.167 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install targetcli-fb 2025-03-07 07:47:22.227 | Reading package lists... 2025-03-07 07:47:22.448 | Building dependency tree... 2025-03-07 07:47:22.452 | Reading state information... 2025-03-07 07:47:22.658 | targetcli-fb is already the newest version (1:2.1.53-1ubuntu3). 2025-03-07 07:47:22.658 | 0 upgraded, 0 newly installed, 0 to remove and 74 not upgraded. 2025-03-07 07:47:22.663 | + functions-common:apt_get:1230 : result=0 2025-03-07 07:47:22.665 | + functions-common:apt_get:1233 : time_stop apt-get 2025-03-07 07:47:22.667 | + functions-common:time_stop:2435 : local name 2025-03-07 07:47:22.669 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:47:22.671 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:47:22.673 | + functions-common:time_stop:2438 : local total 2025-03-07 07:47:22.674 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:47:22.676 | + functions-common:time_stop:2441 : name=apt-get 2025-03-07 07:47:22.678 | + functions-common:time_stop:2442 : start_time=1741333642165 2025-03-07 07:47:22.680 | + functions-common:time_stop:2444 : [[ -z 1741333642165 ]] 2025-03-07 07:47:22.683 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:47:22.686 | + functions-common:time_stop:2447 : end_time=1741333642684 2025-03-07 07:47:22.688 | + functions-common:time_stop:2448 : elapsed_time=519 2025-03-07 07:47:22.690 | + functions-common:time_stop:2449 : total=23077 2025-03-07 07:47:22.692 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:47:22.694 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=23596 2025-03-07 07:47:22.696 | + functions-common:apt_get:1234 : return 0 2025-03-07 07:47:22.698 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-03-07 07:47:22.700 | + stack.sh:main:935 : configure_cinder 2025-03-07 07:47:22.702 | + lib/cinder:configure_cinder:278 : sudo install -d -o stack -m 755 /etc/cinder 2025-03-07 07:47:22.711 | + lib/cinder:configure_cinder:280 : rm -f /etc/cinder/cinder.conf 2025-03-07 07:47:22.714 | + lib/cinder:configure_cinder:282 : configure_rootwrap cinder 2025-03-07 07:47:22.716 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2025-03-07 07:47:22.717 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2025-03-07 07:47:22.720 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2025-03-07 07:47:22.720 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2025-03-07 07:47:22.724 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2025-03-07 07:47:22.725 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2025-03-07 07:47:22.727 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2025-03-07 07:47:22.729 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2025-03-07 07:47:22.731 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//cinder 2025-03-07 07:47:22.732 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//cinder/etc/cinder 2025-03-07 07:47:22.734 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2025-03-07 07:47:22.736 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2025-03-07 07:47:22.745 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2025-03-07 07:47:22.754 | + 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-03-07 07:47:22.763 | + 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-03-07 07:47:22.772 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2025-03-07 07:47:22.782 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2025-03-07 07:47:22.785 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2025-03-07 07:47:22.787 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.6epgSwV2yy 2025-03-07 07:47:22.789 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2025-03-07 07:47:22.791 | + inc/rootwrap:configure_rootwrap:68 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2025-03-07 07:47:22.793 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2025-03-07 07:47:22.795 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.6epgSwV2yy 2025-03-07 07:47:22.798 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.6epgSwV2yy 2025-03-07 07:47:22.807 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.6epgSwV2yy /etc/sudoers.d/cinder-rootwrap 2025-03-07 07:47:22.816 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2025-03-07 07:47:22.819 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2025-03-07 07:47:22.821 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2025-03-07 07:47:22.823 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2025-03-07 07:47:22.824 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2025-03-07 07:47:22.826 | + 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-03-07 07:47:22.828 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /usr/local/bin ]] 2025-03-07 07:47:22.830 | + lib/cinder:configure_cinder:284 : [[ -f /opt/stack//cinder/etc/cinder/resource_filters.json ]] 2025-03-07 07:47:22.832 | + lib/cinder:configure_cinder:285 : cp -p /opt/stack//cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2025-03-07 07:47:22.835 | + lib/cinder:configure_cinder:288 : cp /opt/stack//cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2025-03-07 07:47:22.838 | + lib/cinder:configure_cinder:290 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2025-03-07 07:47:22.852 | + lib/cinder:configure_cinder:291 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2025-03-07 07:47:22.867 | + lib/cinder:configure_cinder:292 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2025-03-07 07:47:22.880 | + lib/cinder:configure_cinder:293 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2025-03-07 07:47:22.895 | + lib/cinder:configure_cinder:294 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2025-03-07 07:47:22.909 | + lib/cinder:configure_cinder:295 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2025-03-07 07:47:22.924 | + lib/cinder:configure_cinder:296 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2025-03-07 07:47:22.939 | + lib/cinder:configure_cinder:297 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2025-03-07 07:47:22.954 | + lib/cinder:configure_cinder:299 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2025-03-07 07:47:22.956 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2025-03-07 07:47:22.958 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=cinder 2025-03-07 07:47:22.960 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-03-07 07:47:22.962 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2025-03-07 07:47:22.988 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2025-03-07 07:47:23.010 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-03-07 07:47:23.032 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2025-03-07 07:47:23.055 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken password nomoresecret 2025-03-07 07:47:23.077 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2025-03-07 07:47:23.099 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2025-03-07 07:47:23.121 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2025-03-07 07:47:23.144 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-03-07 07:47:23.166 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2025-03-07 07:47:23.188 | + lib/cinder:configure_cinder:301 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2025-03-07 07:47:23.212 | + lib/cinder:configure_cinder:303 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2025-03-07 07:47:23.236 | ++ lib/cinder:configure_cinder:304 : database_connection_url cinder 2025-03-07 07:47:23.238 | ++ lib/database:database_connection_url:134 : local db=cinder 2025-03-07 07:47:23.239 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2025-03-07 07:47:23.241 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=cinder 2025-03-07 07:47:23.243 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2025-03-07 07:47:23.245 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2025-03-07 07:47:23.247 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8' 2025-03-07 07:47:23.249 | + lib/cinder:configure_cinder:304 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8' 2025-03-07 07:47:23.274 | + lib/cinder:configure_cinder:305 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2025-03-07 07:47:23.297 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2025-03-07 07:47:23.319 | + lib/cinder:configure_cinder:307 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2025-03-07 07:47:23.343 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2025-03-07 07:47:23.365 | + lib/cinder:configure_cinder:309 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2025-03-07 07:47:23.388 | + lib/cinder:configure_cinder:310 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2025-03-07 07:47:23.412 | + lib/cinder:configure_cinder:311 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.180.1.21 2025-03-07 07:47:23.434 | + lib/cinder:configure_cinder:312 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2025-03-07 07:47:23.459 | ++ lib/cinder:configure_cinder:313 : openssl rand -hex 16 2025-03-07 07:47:23.468 | + lib/cinder:configure_cinder:313 : iniset /etc/cinder/cinder.conf key_manager fixed_key d1190d1cc69fc8fc94e57fcd21dfaa51 2025-03-07 07:47:23.491 | + lib/cinder:configure_cinder:314 : [[ -n '' ]] 2025-03-07 07:47:23.494 | + lib/cinder:configure_cinder:319 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2025-03-07 07:47:23.517 | + lib/cinder:configure_cinder:320 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2025-03-07 07:47:23.540 | + lib/cinder:configure_cinder:321 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2025-03-07 07:47:23.563 | + lib/cinder:configure_cinder:326 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2025-03-07 07:47:23.586 | + lib/cinder:configure_cinder:328 : is_service_enabled c-vol 2025-03-07 07:47:23.599 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:47:23.600 | + lib/cinder:configure_cinder:328 : [[ -n vmdk:vsphere ]] 2025-03-07 07:47:23.602 | + lib/cinder:configure_cinder:329 : local enabled_backends= 2025-03-07 07:47:23.604 | + lib/cinder:configure_cinder:330 : local default_name= 2025-03-07 07:47:23.606 | + lib/cinder:configure_cinder:331 : local be be_name be_type 2025-03-07 07:47:23.608 | + lib/cinder:configure_cinder:332 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-03-07 07:47:23.609 | + lib/cinder:configure_cinder:333 : be_type=vmdk 2025-03-07 07:47:23.611 | + lib/cinder:configure_cinder:334 : be_name=vsphere 2025-03-07 07:47:23.613 | + lib/cinder:configure_cinder:335 : type configure_cinder_backend_vmdk 2025-03-07 07:47:23.615 | + lib/cinder:configure_cinder:336 : configure_cinder_backend_vmdk vsphere 2025-03-07 07:47:23.617 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:33 : local be_name=vsphere 2025-03-07 07:47:23.618 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:34 : iniset /etc/cinder/cinder.conf vsphere volume_backend_name vsphere 2025-03-07 07:47:23.644 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:35 : iniset /etc/cinder/cinder.conf vsphere volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2025-03-07 07:47:23.666 | + 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-03-07 07:47:23.688 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:37 : iniset /etc/cinder/cinder.conf vsphere vmware_host_username Administrator@vsphere.local 2025-03-07 07:47:23.710 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:38 : iniset /etc/cinder/cinder.conf vsphere vmware_host_password 'VMware1!VMware1!' 2025-03-07 07:47:23.733 | + lib/cinder:configure_cinder:338 : [[ -z '' ]] 2025-03-07 07:47:23.735 | + lib/cinder:configure_cinder:339 : default_name=vsphere 2025-03-07 07:47:23.736 | + lib/cinder:configure_cinder:341 : enabled_backends+=vsphere, 2025-03-07 07:47:23.738 | + lib/cinder:configure_cinder:343 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends vsphere 2025-03-07 07:47:23.761 | + lib/cinder:configure_cinder:344 : [[ -n vsphere ]] 2025-03-07 07:47:23.763 | + lib/cinder:configure_cinder:345 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type vsphere 2025-03-07 07:47:23.786 | + lib/cinder:configure_cinder:347 : configure_cinder_image_volume_cache 2025-03-07 07:47:23.787 | + lib/cinder:configure_cinder_image_volume_cache:712 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2025-03-07 07:47:23.789 | + lib/cinder:configure_cinder_image_volume_cache:713 : local be_name=vsphere 2025-03-07 07:47:23.791 | + lib/cinder:configure_cinder_image_volume_cache:715 : iniset /etc/cinder/cinder.conf vsphere image_volume_cache_enabled True 2025-03-07 07:47:23.815 | + lib/cinder:configure_cinder_image_volume_cache:717 : [[ -n '' ]] 2025-03-07 07:47:23.817 | + lib/cinder:configure_cinder_image_volume_cache:721 : [[ -n '' ]] 2025-03-07 07:47:23.819 | + lib/cinder:configure_cinder:350 : is_service_enabled c-bak 2025-03-07 07:47:23.832 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:47:23.833 | + lib/cinder:configure_cinder:358 : is_service_enabled ceilometer 2025-03-07 07:47:23.846 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:47:23.848 | + lib/cinder:configure_cinder:362 : is_service_enabled tls-proxy 2025-03-07 07:47:23.860 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:47:23.862 | + lib/cinder:configure_cinder:376 : '[' False '!=' False ']' 2025-03-07 07:47:23.864 | + lib/cinder:configure_cinder:380 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2025-03-07 07:47:23.866 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2025-03-07 07:47:23.867 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2025-03-07 07:47:23.869 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2025-03-07 07:47:23.871 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2025-03-07 07:47:23.873 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2025-03-07 07:47:23.885 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:47:23.888 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2025-03-07 07:47:23.889 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2025-03-07 07:47:23.891 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2025-03-07 07:47:23.904 | ++ functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:47:23.905 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-03-07 07:47:23.908 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-03-07 07:47:23.932 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2025-03-07 07:47:23.934 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2025-03-07 07:47:23.936 | + lib/cinder:configure_cinder:383 : setup_logging /etc/cinder/cinder.conf True 2025-03-07 07:47:23.937 | + functions:setup_logging:685 : setup_systemd_logging /etc/cinder/cinder.conf 2025-03-07 07:47:23.939 | + functions:setup_systemd_logging:700 : local conf_file=/etc/cinder/cinder.conf 2025-03-07 07:47:23.942 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-03-07 07:47:23.954 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-03-07 07:47:23.956 | + functions:setup_systemd_logging:706 : local pidstr= 2025-03-07 07:47:23.958 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-03-07 07:47:23.960 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-03-07 07:47:23.961 | + 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-03-07 07:47:23.984 | + 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-03-07 07:47:24.006 | + 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-03-07 07:47:24.029 | + functions:setup_systemd_logging:717 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-03-07 07:47:24.052 | + lib/cinder:configure_cinder:385 : is_service_enabled c-api 2025-03-07 07:47:24.065 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:47:24.067 | + lib/cinder:configure_cinder:386 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2025-03-07 07:47:24.068 | + lib/apache:write_uwsgi_config:254 : local file=/etc/cinder/cinder-api-uwsgi.ini 2025-03-07 07:47:24.070 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/cinder-wsgi 2025-03-07 07:47:24.072 | + lib/apache:write_uwsgi_config:256 : local url=/volume 2025-03-07 07:47:24.074 | + lib/apache:write_uwsgi_config:257 : local http= 2025-03-07 07:47:24.076 | + lib/apache:write_uwsgi_config:258 : local name= 2025-03-07 07:47:24.078 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/cinder-wsgi 2025-03-07 07:47:24.081 | + lib/apache:write_uwsgi_config:259 : name=cinder-wsgi 2025-03-07 07:47:24.083 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2025-03-07 07:47:24.085 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2025-03-07 07:47:24.094 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2025-03-07 07:47:24.095 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-03-07 07:47:24.101 | d /var/run/uwsgi 0755 stack root 2025-03-07 07:47:24.104 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-03-07 07:47:24.112 | /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-03-07 07:47:24.115 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2025-03-07 07:47:24.116 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2025-03-07 07:47:24.119 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2025-03-07 07:47:24.142 | + lib/apache:write_uwsgi_config:276 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2025-03-07 07:47:24.164 | + lib/apache:write_uwsgi_config:278 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2025-03-07 07:47:24.186 | + lib/apache:write_uwsgi_config:280 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2025-03-07 07:47:24.208 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2025-03-07 07:47:24.230 | + lib/apache:write_uwsgi_config:284 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 80 2025-03-07 07:47:24.251 | + lib/apache:write_uwsgi_config:285 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2025-03-07 07:47:24.273 | + lib/apache:write_uwsgi_config:286 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2025-03-07 07:47:24.295 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2025-03-07 07:47:24.317 | + lib/apache:write_uwsgi_config:290 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-03-07 07:47:24.339 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2025-03-07 07:47:24.361 | + lib/apache:write_uwsgi_config:294 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2025-03-07 07:47:24.383 | + lib/apache:write_uwsgi_config:296 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2025-03-07 07:47:24.405 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2025-03-07 07:47:24.407 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2025-03-07 07:47:24.409 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for cinder-wsgi 2025-03-07 07:47:24.411 | ++ lib/apache:apache_site_config_for:186 : local site=cinder-wsgi 2025-03-07 07:47:24.413 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2025-03-07 07:47:24.414 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:47:24.416 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:47:24.418 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2025-03-07 07:47:24.420 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2025-03-07 07:47:24.422 | + lib/apache:write_uwsgi_config:304 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2025-03-07 07:47:24.444 | + lib/apache:write_uwsgi_config:305 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2025-03-07 07:47:24.466 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 ' 2025-03-07 07:47:24.466 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2025-03-07 07:47:24.473 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 2025-03-07 07:47:24.475 | + lib/apache:write_uwsgi_config:307 : enable_apache_site cinder-wsgi 2025-03-07 07:47:24.477 | + lib/apache:enable_apache_site:203 : local site=cinder-wsgi 2025-03-07 07:47:24.479 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2025-03-07 07:47:24.481 | + lib/apache:enable_apache_mod:59 : local mod=version 2025-03-07 07:47:24.483 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2025-03-07 07:47:24.484 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:47:24.486 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:47:24.488 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2025-03-07 07:47:24.490 | + lib/apache:enable_apache_site:206 : is_ubuntu 2025-03-07 07:47:24.491 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:47:24.493 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:47:24.495 | + lib/apache:enable_apache_site:207 : sudo a2ensite cinder-wsgi 2025-03-07 07:47:24.526 | Enabling site cinder-wsgi. 2025-03-07 07:47:24.530 | To activate the new configuration, you need to run: 2025-03-07 07:47:24.530 | systemctl reload apache2 2025-03-07 07:47:24.533 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2025-03-07 07:47:24.535 | + lib/apache:restart_apache_server:250 : restart_service apache2 2025-03-07 07:47:24.537 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-03-07 07:47:24.539 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2025-03-07 07:47:24.633 | + lib/cinder:configure_cinder:389 : [[ -r /opt/stack/devstack/lib/cinder_plugins/vsphere ]] 2025-03-07 07:47:24.635 | + lib/cinder:configure_cinder:390 : configure_cinder_driver 2025-03-07 07:47:24.637 | + 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-03-07 07:47:24.661 | + lib/cinder_plugins/vsphere:configure_cinder_driver:34 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_username Administrator@vsphere.local 2025-03-07 07:47:24.684 | + lib/cinder_plugins/vsphere:configure_cinder_driver:35 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_password 'VMware1!VMware1!' 2025-03-07 07:47:24.707 | + lib/cinder_plugins/vsphere:configure_cinder_driver:36 : iniset /etc/cinder/cinder.conf DEFAULT volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2025-03-07 07:47:24.729 | + lib/cinder:configure_cinder:393 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2025-03-07 07:47:24.753 | + lib/cinder:configure_cinder:395 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.180.1.21/image 2025-03-07 07:47:24.776 | + lib/cinder:configure_cinder:396 : is_service_enabled tls-proxy 2025-03-07 07:47:24.788 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:47:24.790 | + lib/cinder:configure_cinder:402 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2025-03-07 07:47:24.792 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2025-03-07 07:47:24.794 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-03-07 07:47:24.796 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2025-03-07 07:47:24.798 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova auth_type password 2025-03-07 07:47:24.823 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova interface public 2025-03-07 07:47:24.845 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova auth_url http://10.180.1.21/identity 2025-03-07 07:47:24.868 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf nova username nova 2025-03-07 07:47:24.890 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova password nomoresecret 2025-03-07 07:47:24.912 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2025-03-07 07:47:24.934 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf nova project_name service 2025-03-07 07:47:24.957 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2025-03-07 07:47:24.979 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2025-03-07 07:47:25.002 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2025-03-07 07:47:25.024 | + lib/cinder:configure_cinder:403 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2025-03-07 07:47:25.047 | + lib/cinder:configure_cinder:404 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2025-03-07 07:47:25.069 | + lib/cinder:configure_cinder:406 : [[ ! -z '' ]] 2025-03-07 07:47:25.071 | + lib/cinder:configure_cinder:408 : is_service_enabled etcd3 2025-03-07 07:47:25.083 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:47:25.085 | + lib/cinder:configure_cinder:409 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.180.1.21:2379 2025-03-07 07:47:25.109 | + lib/cinder:configure_cinder:412 : [[ False == True ]] 2025-03-07 07:47:25.111 | + lib/cinder:configure_cinder:412 : [[ False == True ]] 2025-03-07 07:47:25.113 | + lib/cinder:configure_cinder:416 : iniset /etc/cinder/cinder.conf oslo_policy enforce_scope false 2025-03-07 07:47:25.137 | + lib/cinder:configure_cinder:417 : iniset /etc/cinder/cinder.conf oslo_policy enforce_new_defaults false 2025-03-07 07:47:25.161 | + stack.sh:main:938 : is_service_enabled neutron 2025-03-07 07:47:25.174 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:47:25.176 | + stack.sh:main:940 : stack_install_service neutron 2025-03-07 07:47:25.178 | + lib/stack:stack_install_service:20 : local service=neutron 2025-03-07 07:47:25.179 | + lib/stack:stack_install_service:21 : type install_neutron 2025-03-07 07:47:25.181 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-03-07 07:47:25.183 | + lib/stack:stack_install_service:32 : install_neutron 2025-03-07 07:47:25.185 | + lib/neutron:install_neutron:512 : use_library_from_git neutron-lib 2025-03-07 07:47:25.187 | + inc/python:use_library_from_git:246 : local name=neutron-lib 2025-03-07 07:47:25.189 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:47:25.191 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:47:25.193 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,neutron-lib, ]] 2025-03-07 07:47:25.195 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:47:25.197 | + lib/neutron:install_neutron:517 : git_clone https://opendev.org/openstack/neutron.git /opt/stack//neutron unmaintained/2023.1 2025-03-07 07:47:25.199 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/neutron.git 2025-03-07 07:47:25.200 | + functions-common:git_clone:613 : local git_dest=/opt/stack//neutron 2025-03-07 07:47:25.202 | + functions-common:git_clone:614 : local git_ref=unmaintained/2023.1 2025-03-07 07:47:25.204 | + functions-common:git_clone:615 : local orig_dir 2025-03-07 07:47:25.206 | ++ functions-common:git_clone:616 : pwd 2025-03-07 07:47:25.208 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2025-03-07 07:47:25.210 | + functions-common:git_clone:617 : local git_clone_flags= 2025-03-07 07:47:25.213 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2025-03-07 07:47:25.225 | + functions-common:git_clone:619 : RECLONE=False 2025-03-07 07:47:25.227 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2025-03-07 07:47:25.229 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2025-03-07 07:47:25.231 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2025-03-07 07:47:25.233 | + functions-common:git_clone:633 : echo unmaintained/2023.1 2025-03-07 07:47:25.234 | + functions-common:git_clone:633 : egrep -q '^refs' 2025-03-07 07:47:25.237 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//neutron ]] 2025-03-07 07:47:25.239 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2025-03-07 07:47:25.241 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2025-03-07 07:47:25.243 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:47:25.244 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:47:25.246 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:47:25.248 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:47:25.250 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:47:25.252 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:47:25.254 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:47:25.255 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:47:25.258 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:47:25.261 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333645258 2025-03-07 07:47:25.262 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2025-03-07 07:47:25.265 | Cloning into '/opt/stack//neutron'... 2025-03-07 07:47:29.026 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:47:29.028 | + functions-common:time_stop:2435 : local name 2025-03-07 07:47:29.030 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:47:29.032 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:47:29.034 | + functions-common:time_stop:2438 : local total 2025-03-07 07:47:29.036 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:47:29.037 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:47:29.039 | + functions-common:time_stop:2442 : start_time=1741333645258 2025-03-07 07:47:29.041 | + functions-common:time_stop:2444 : [[ -z 1741333645258 ]] 2025-03-07 07:47:29.043 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:47:29.046 | + functions-common:time_stop:2447 : end_time=1741333649044 2025-03-07 07:47:29.048 | + functions-common:time_stop:2448 : elapsed_time=3786 2025-03-07 07:47:29.050 | + functions-common:time_stop:2449 : total=22827 2025-03-07 07:47:29.052 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:47:29.054 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=26613 2025-03-07 07:47:29.056 | + functions-common:git_clone:654 : cd /opt/stack//neutron 2025-03-07 07:47:29.058 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin unmaintained/2023.1 2025-03-07 07:47:29.060 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:47:29.062 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:47:29.063 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:47:29.065 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:47:29.067 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:47:29.069 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:47:29.071 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:47:29.072 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:47:29.075 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:47:29.078 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333649076 2025-03-07 07:47:29.080 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin unmaintained/2023.1 2025-03-07 07:47:32.349 | From https://opendev.org/openstack/neutron 2025-03-07 07:47:32.349 | * branch unmaintained/2023.1 -> FETCH_HEAD 2025-03-07 07:47:32.353 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:47:32.355 | + functions-common:time_stop:2435 : local name 2025-03-07 07:47:32.357 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:47:32.359 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:47:32.360 | + functions-common:time_stop:2438 : local total 2025-03-07 07:47:32.362 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:47:32.364 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:47:32.366 | + functions-common:time_stop:2442 : start_time=1741333649076 2025-03-07 07:47:32.368 | + functions-common:time_stop:2444 : [[ -z 1741333649076 ]] 2025-03-07 07:47:32.370 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:47:32.373 | + functions-common:time_stop:2447 : end_time=1741333652371 2025-03-07 07:47:32.375 | + functions-common:time_stop:2448 : elapsed_time=3295 2025-03-07 07:47:32.377 | + functions-common:time_stop:2449 : total=26613 2025-03-07 07:47:32.379 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:47:32.381 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=29908 2025-03-07 07:47:32.383 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2025-03-07 07:47:32.385 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:47:32.386 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:47:32.388 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:47:32.390 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:47:32.392 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:47:32.394 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:47:32.396 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:47:32.397 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:47:32.400 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:47:32.403 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333652401 2025-03-07 07:47:32.405 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-03-07 07:47:32.656 | Note: switching to 'FETCH_HEAD'. 2025-03-07 07:47:32.656 | 2025-03-07 07:47:32.656 | You are in 'detached HEAD' state. You can look around, make experimental 2025-03-07 07:47:32.656 | changes and commit them, and you can discard any commits you make in this 2025-03-07 07:47:32.656 | state without impacting any branches by switching back to a branch. 2025-03-07 07:47:32.656 | 2025-03-07 07:47:32.656 | If you want to create a new branch to retain commits you create, you may 2025-03-07 07:47:32.656 | do so (now or later) by using -c with the switch command. Example: 2025-03-07 07:47:32.656 | 2025-03-07 07:47:32.656 | git switch -c 2025-03-07 07:47:32.656 | 2025-03-07 07:47:32.656 | Or undo this operation with: 2025-03-07 07:47:32.656 | 2025-03-07 07:47:32.656 | git switch - 2025-03-07 07:47:32.656 | 2025-03-07 07:47:32.656 | Turn off this advice by setting config variable advice.detachedHead to false 2025-03-07 07:47:32.656 | 2025-03-07 07:47:32.656 | HEAD is now at e9e40a9 Revert "[HA] Do not add initial state change delay in HA router" 2025-03-07 07:47:32.661 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:47:32.663 | + functions-common:time_stop:2435 : local name 2025-03-07 07:47:32.665 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:47:32.667 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:47:32.669 | + functions-common:time_stop:2438 : local total 2025-03-07 07:47:32.670 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:47:32.672 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:47:32.674 | + functions-common:time_stop:2442 : start_time=1741333652401 2025-03-07 07:47:32.676 | + functions-common:time_stop:2444 : [[ -z 1741333652401 ]] 2025-03-07 07:47:32.678 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:47:32.681 | + functions-common:time_stop:2447 : end_time=1741333652679 2025-03-07 07:47:32.683 | + functions-common:time_stop:2448 : elapsed_time=278 2025-03-07 07:47:32.685 | + functions-common:time_stop:2449 : total=29908 2025-03-07 07:47:32.687 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:47:32.689 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=30186 2025-03-07 07:47:32.690 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//neutron 2025-03-07 07:47:32.701 | + functions-common:git_clone:695 : cd /opt/stack//neutron 2025-03-07 07:47:32.703 | + functions-common:git_clone:696 : git show --oneline 2025-03-07 07:47:32.703 | + functions-common:git_clone:696 : head -1 2025-03-07 07:47:32.708 | e9e40a9 Revert "[HA] Do not add initial state change delay in HA router" 2025-03-07 07:47:32.710 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2025-03-07 07:47:32.712 | + lib/neutron:install_neutron:518 : setup_develop /opt/stack//neutron 2025-03-07 07:47:32.714 | + inc/python:setup_develop:334 : local bindep 2025-03-07 07:47:32.716 | + inc/python:setup_develop:335 : [[ /opt/stack//neutron == -bindep* ]] 2025-03-07 07:47:32.718 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//neutron 2025-03-07 07:47:32.720 | + inc/python:setup_develop:340 : local extras= 2025-03-07 07:47:32.722 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//neutron -e 2025-03-07 07:47:32.724 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2025-03-07 07:47:32.726 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//neutron == -bindep* ]] 2025-03-07 07:47:32.728 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//neutron 2025-03-07 07:47:32.730 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2025-03-07 07:47:32.732 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2025-03-07 07:47:32.734 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//neutron 2025-03-07 07:47:32.736 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2025-03-07 07:47:32.739 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/neutron 2025-03-07 07:47:32.741 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2025-03-07 07:47:32.742 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2025-03-07 07:47:32.745 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2025-03-07 07:47:32.749 | + inc/python:_setup_package_with_constraints_edit:381 : name=neutron 2025-03-07 07:47:32.751 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- neutron 2025-03-07 07:47:33.071 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/neutron -e 2025-03-07 07:47:33.073 | + inc/python:setup_package:414 : local bindep=0 2025-03-07 07:47:33.075 | + inc/python:setup_package:415 : local bindep_flag= 2025-03-07 07:47:33.077 | + inc/python:setup_package:416 : local bindep_profiles= 2025-03-07 07:47:33.079 | + inc/python:setup_package:417 : [[ /opt/stack/neutron == -bindep* ]] 2025-03-07 07:47:33.081 | + inc/python:setup_package:422 : local project_dir=/opt/stack/neutron 2025-03-07 07:47:33.083 | + inc/python:setup_package:423 : local flags=-e 2025-03-07 07:47:33.085 | + inc/python:setup_package:424 : local extras= 2025-03-07 07:47:33.087 | + inc/python:setup_package:428 : [[ -n -e ]] 2025-03-07 07:47:33.089 | + inc/python:setup_package:428 : [[ -z '' ]] 2025-03-07 07:47:33.091 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2025-03-07 07:47:33.093 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2025-03-07 07:47:33.095 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2025-03-07 07:47:33.097 | + inc/python:setup_package:442 : pip_install -e /opt/stack/neutron 2025-03-07 07:47:33.113 | Using python 3.10 to install /opt/stack/neutron 2025-03-07 07:47:33.115 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/neutron 2025-03-07 07:47:34.040 | Obtaining file:///opt/stack/neutron 2025-03-07 07:47:34.040 | Preparing metadata (setup.py): started 2025-03-07 07:47:34.640 | Preparing metadata (setup.py): finished with status 'done' 2025-03-07 07:47:34.712 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (3.1.2) 2025-03-07 07:47:34.713 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (3.5.2) 2025-03-07 07:47:34.713 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (2.1.1) 2025-03-07 07:47:34.714 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (2.5.1) 2025-03-07 07:47:34.715 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (1.4.41) 2025-03-07 07:47:34.716 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (1.8.7) 2025-03-07 07:47:34.716 | Requirement already satisfied: alembic>=1.6.5 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (1.8.1) 2025-03-07 07:47:34.717 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (2.5.0) 2025-03-07 07:47:34.718 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (5.1.1) 2025-03-07 07:47:34.718 | Requirement already satisfied: eventlet>=0.26.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (0.33.1) 2025-03-07 07:47:34.719 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (2.4.1) 2025-03-07 07:47:34.720 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (0.20.4) 2025-03-07 07:47:34.721 | Requirement already satisfied: keystoneauth1>=3.14.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (5.1.3) 2025-03-07 07:47:34.721 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (10.2.0) 2025-03-07 07:47:34.722 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (0.8.0) 2025-03-07 07:47:34.723 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from neutron==0.0.1.dev13) (0.11.0) 2025-03-07 07:47:34.939 | Collecting neutron-lib>=3.4.2 2025-03-07 07:47:34.945 | Using cached neutron_lib-3.4.3-py3-none-any.whl (584 kB) 2025-03-07 07:47:34.953 | Requirement already satisfied: openstacksdk>=0.31.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (1.0.2) 2025-03-07 07:47:35.077 | Collecting os-ken>=2.2.0 2025-03-07 07:47:35.091 | Using cached os_ken-2.6.1-py3-none-any.whl (2.0 MB) 2025-03-07 07:47:35.221 | Collecting os-resource-classes>=1.1.0 2025-03-07 07:47:35.223 | Using cached os_resource_classes-1.1.0-py3-none-any.whl (11 kB) 2025-03-07 07:47:35.368 | Collecting os-vif>=3.1.0 2025-03-07 07:47:35.370 | Using cached os_vif-3.1.1-py3-none-any.whl (109 kB) 2025-03-07 07:47:35.373 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (3.3.1) 2025-03-07 07:47:35.374 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (5.1.1) 2025-03-07 07:47:35.375 | Requirement already satisfied: oslo.config>=9.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (9.1.1) 2025-03-07 07:47:35.375 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (5.1.1) 2025-03-07 07:47:35.376 | Requirement already satisfied: oslo.db>=4.44.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (12.3.3) 2025-03-07 07:47:35.377 | Requirement already satisfied: oslo.i18n>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (6.0.0) 2025-03-07 07:47:35.378 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (5.2.1) 2025-03-07 07:47:35.378 | Requirement already satisfied: oslo.messaging>=7.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (14.2.5) 2025-03-07 07:47:35.380 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (5.1.1) 2025-03-07 07:47:35.380 | Requirement already satisfied: oslo.policy>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (4.1.1) 2025-03-07 07:47:35.381 | Requirement already satisfied: oslo.privsep>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (3.1.0) 2025-03-07 07:47:35.381 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (3.0.0) 2025-03-07 07:47:35.382 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (7.0.1) 2025-03-07 07:47:35.383 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (5.1.2) 2025-03-07 07:47:35.384 | Requirement already satisfied: oslo.service>=3.1.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (3.1.2) 2025-03-07 07:47:35.385 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (2.1.1) 2025-03-07 07:47:35.385 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (6.1.0) 2025-03-07 07:47:35.386 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (3.1.0) 2025-03-07 07:47:35.387 | Requirement already satisfied: osprofiler>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (3.4.3) 2025-03-07 07:47:35.412 | Collecting ovs>=2.10.0 2025-03-07 07:47:35.412 | Using cached ovs-2.17.7-py3-none-any.whl 2025-03-07 07:47:35.465 | Collecting ovsdbapp>=2.2.1 2025-03-07 07:47:35.468 | Using cached ovsdbapp-2.2.2-py3-none-any.whl (135 kB) 2025-03-07 07:47:35.472 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (23.1) 2025-03-07 07:47:35.472 | Requirement already satisfied: pbr>=4.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (5.11.1) 2025-03-07 07:47:35.506 | Collecting pecan>=1.4.0 2025-03-07 07:47:35.506 | Using cached pecan-1.4.2-py3-none-any.whl 2025-03-07 07:47:35.510 | Requirement already satisfied: psutil>=5.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (5.9.2) 2025-03-07 07:47:35.510 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (22.1.0) 2025-03-07 07:47:35.539 | Collecting pyroute2>=0.7.3 2025-03-07 07:47:35.543 | Using cached pyroute2-0.7.3-py3-none-any.whl (445 kB) 2025-03-07 07:47:35.579 | Collecting python-designateclient>=2.7.0 2025-03-07 07:47:35.582 | Using cached python_designateclient-5.2.0-py3-none-any.whl (95 kB) 2025-03-07 07:47:35.624 | Collecting python-neutronclient>=7.8.0 2025-03-07 07:47:35.627 | Using cached python_neutronclient-9.0.0-py3-none-any.whl (429 kB) 2025-03-07 07:47:35.632 | Requirement already satisfied: python-novaclient>=9.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (18.3.0) 2025-03-07 07:47:35.633 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (2.28.1) 2025-03-07 07:47:35.634 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (5.0.0) 2025-03-07 07:47:35.635 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (6.3.1) 2025-03-07 07:47:35.636 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev13) (3.2.0) 2025-03-07 07:47:35.641 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=1.6.5->neutron==0.0.1.dev13) (1.2.3) 2025-03-07 07:47:35.645 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.19.0->neutron==0.0.1.dev13) (1.14.1) 2025-03-07 07:47:35.650 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev13) (1.16.0) 2025-03-07 07:47:35.651 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev13) (2.2.1) 2025-03-07 07:47:35.653 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev13) (1.1.3) 2025-03-07 07:47:35.659 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/local/lib/python3.10/dist-packages (from httplib2>=0.9.1->neutron==0.0.1.dev13) (3.0.9) 2025-03-07 07:47:35.663 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->neutron==0.0.1.dev13) (2.1.1) 2025-03-07 07:47:35.688 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev13) (1.1.0) 2025-03-07 07:47:35.688 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev13) (1.7.0) 2025-03-07 07:47:35.713 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=5.1.0->neutron==0.0.1.dev13) (3.1.1) 2025-03-07 07:47:35.714 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=5.1.0->neutron==0.0.1.dev13) (5.1.0) 2025-03-07 07:47:35.855 | Collecting os-traits>=0.9.0 2025-03-07 07:47:35.858 | Using cached os_traits-2.10.0-py3-none-any.whl (41 kB) 2025-03-07 07:47:35.971 | Collecting setproctitle>=1.1.10 2025-03-07 07:47:35.973 | 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-03-07 07:47:35.989 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (38.0.2) 2025-03-07 07:47:35.990 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (1.0.1) 2025-03-07 07:47:35.991 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (1.4.0) 2025-03-07 07:47:35.992 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (1.4.4) 2025-03-07 07:47:35.993 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (1.1.8) 2025-03-07 07:47:35.995 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (1.32) 2025-03-07 07:47:35.995 | Requirement already satisfied: PyYAML>=3.13 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (6.0) 2025-03-07 07:47:36.003 | Requirement already satisfied: msgpack>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from os-ken>=2.2.0->neutron==0.0.1.dev13) (1.0.4) 2025-03-07 07:47:36.026 | Collecting ncclient>=0.6.13 2025-03-07 07:47:36.026 | Using cached ncclient-0.6.13-py2.py3-none-any.whl 2025-03-07 07:47:36.078 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=3.26.0->neutron==0.0.1.dev13) (0.18) 2025-03-07 07:47:36.097 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=9.0.0->neutron==0.0.1.dev13) (1.5.0) 2025-03-07 07:47:36.124 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev13) (0.5.0) 2025-03-07 07:47:36.125 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev13) (0.13.0) 2025-03-07 07:47:36.126 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev13) (2.0.1) 2025-03-07 07:47:36.150 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.5.0->neutron==0.0.1.dev13) (2.8.2) 2025-03-07 07:47:36.152 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.5.0->neutron==0.0.1.dev13) (0.9.6) 2025-03-07 07:47:36.177 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (5.2.4) 2025-03-07 07:47:36.178 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (5.2.0) 2025-03-07 07:47:36.179 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (0.6.0) 2025-03-07 07:47:36.179 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (5.1.1) 2025-03-07 07:47:36.217 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->neutron==0.0.1.dev13) (4.0.0) 2025-03-07 07:47:36.217 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->neutron==0.0.1.dev13) (3.3.0) 2025-03-07 07:47:36.235 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=2.3.0->neutron==0.0.1.dev13) (1.15.1) 2025-03-07 07:47:36.255 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=2.25.0->neutron==0.0.1.dev13) (2022.4) 2025-03-07 07:47:36.268 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=3.1.2->neutron==0.0.1.dev13) (1.4.0) 2025-03-07 07:47:36.270 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=3.1.2->neutron==0.0.1.dev13) (4.0.1) 2025-03-07 07:47:36.279 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev13) (3.4.1) 2025-03-07 07:47:36.355 | Collecting sortedcontainers 2025-03-07 07:47:36.357 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2025-03-07 07:47:36.382 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->neutron==0.0.1.dev13) (59.6.0) 2025-03-07 07:47:36.425 | Collecting logutils>=0.3 2025-03-07 07:47:36.425 | Using cached logutils-0.3.5-py3-none-any.whl 2025-03-07 07:47:36.472 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from python-designateclient>=2.7.0->neutron==0.0.1.dev13) (4.16.0) 2025-03-07 07:47:36.506 | Collecting osc-lib>=1.8.0 2025-03-07 07:47:36.508 | Using cached osc_lib-2.7.0-py3-none-any.whl (88 kB) 2025-03-07 07:47:36.510 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from python-designateclient>=2.7.0->neutron==0.0.1.dev13) (4.2.0) 2025-03-07 07:47:36.563 | Collecting os-client-config>=1.28.0 2025-03-07 07:47:36.564 | Using cached os_client_config-2.1.0-py3-none-any.whl (31 kB) 2025-03-07 07:47:36.776 | Collecting simplejson>=3.5.1 2025-03-07 07:47:36.779 | Using cached simplejson-3.17.6-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (137 kB) 2025-03-07 07:47:36.809 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev13) (1.26.12) 2025-03-07 07:47:36.810 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev13) (2.1.1) 2025-03-07 07:47:36.811 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev13) (3.4) 2025-03-07 07:47:36.811 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev13) (2020.6.20) 2025-03-07 07:47:36.824 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->neutron==0.0.1.dev13) (0.7) 2025-03-07 07:47:36.948 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz>=1.58.0->neutron==0.0.1.dev13) (0.13.1) 2025-03-07 07:47:36.972 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (5.0.0) 2025-03-07 07:47:37.019 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.14.0->oslo.privsep>=2.3.0->neutron==0.0.1.dev13) (2.21) 2025-03-07 07:47:37.042 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (5.0.0) 2025-03-07 07:47:37.043 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (2.4.2) 2025-03-07 07:47:37.044 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (0.5.1) 2025-03-07 07:47:37.198 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (22.1.0) 2025-03-07 07:47:37.200 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (0.18.1) 2025-03-07 07:47:37.285 | Requirement already satisfied: lxml>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev13) (4.9.1) 2025-03-07 07:47:37.288 | Requirement already satisfied: paramiko>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev13) (2.11.0) 2025-03-07 07:47:37.375 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (0.14.1) 2025-03-07 07:47:37.393 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev13) (0.2.5) 2025-03-07 07:47:37.589 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron==0.0.1.dev13) (0.5.2) 2025-03-07 07:47:37.589 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron==0.0.1.dev13) (0.4.3) 2025-03-07 07:47:37.634 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=4.44.0->neutron==0.0.1.dev13) (2.5.0) 2025-03-07 07:47:37.850 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-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-03-07 07:47:37.882 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (3.8.1) 2025-03-07 07:47:37.928 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from paramiko>=1.15.0->ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev13) (1.5.0) 2025-03-07 07:47:38.578 | 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-03-07 07:47:38.578 | Attempting uninstall: sortedcontainers 2025-03-07 07:47:38.580 | Found existing installation: sortedcontainers 2.1.0 2025-03-07 07:47:38.581 | Not uninstalling sortedcontainers at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:47:38.582 | Can't uninstall 'sortedcontainers'. No files were found to uninstall. 2025-03-07 07:47:39.028 | Attempting uninstall: ovs 2025-03-07 07:47:39.030 | Found existing installation: ovs 2.17.9 2025-03-07 07:47:39.031 | Not uninstalling ovs at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:47:39.031 | Can't uninstall 'ovs'. No files were found to uninstall. 2025-03-07 07:47:41.279 | Running setup.py develop for neutron 2025-03-07 07:47:42.388 | Successfully installed logutils-0.3.5 ncclient-0.6.13 neutron neutron-lib-3.4.3 os-client-config-2.1.0 os-ken-2.6.1 os-resource-classes-1.1.0 os-traits-2.10.0 os-vif-3.1.1 osc-lib-2.7.0 ovs-2.17.7 ovsdbapp-2.2.2 pecan-1.4.2 pyroute2-0.7.3 python-designateclient-5.2.0 python-neutronclient-9.0.0 setproctitle-1.3.2 simplejson-3.17.6 sortedcontainers-2.4.0 2025-03-07 07:47:42.389 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2025-03-07 07:47:42.614 | + inc/python:pip_install:196 : result=0 2025-03-07 07:47:42.617 | + inc/python:pip_install:198 : time_stop pip_install 2025-03-07 07:47:42.619 | + functions-common:time_stop:2435 : local name 2025-03-07 07:47:42.621 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:47:42.623 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:47:42.624 | + functions-common:time_stop:2438 : local total 2025-03-07 07:47:42.626 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:47:42.628 | + functions-common:time_stop:2441 : name=pip_install 2025-03-07 07:47:42.629 | + functions-common:time_stop:2442 : start_time=1741333653109 2025-03-07 07:47:42.631 | + functions-common:time_stop:2444 : [[ -z 1741333653109 ]] 2025-03-07 07:47:42.634 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:47:42.636 | + functions-common:time_stop:2447 : end_time=1741333662634 2025-03-07 07:47:42.638 | + functions-common:time_stop:2448 : elapsed_time=9525 2025-03-07 07:47:42.640 | + functions-common:time_stop:2449 : total=61130 2025-03-07 07:47:42.641 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:47:42.643 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=70655 2025-03-07 07:47:42.645 | + inc/python:pip_install:199 : return 0 2025-03-07 07:47:42.647 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2025-03-07 07:47:42.649 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/neutron/neutron.egg-info 2025-03-07 07:47:42.651 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/neutron/neutron.egg-info 2025-03-07 07:47:42.665 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/neutron/neutron.egg-info 2025-03-07 07:47:42.674 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/neutron 2025-03-07 07:47:42.676 | + inc/python:use_library_from_git:246 : local name=/opt/stack/neutron 2025-03-07 07:47:42.678 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:47:42.680 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:47:42.682 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/neutron, ]] 2025-03-07 07:47:42.685 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:47:42.687 | + lib/neutron:install_neutron:520 : [[ openvswitch == \o\v\n ]] 2025-03-07 07:47:42.689 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-03-07 07:47:42.690 | + stack.sh:main:943 : is_service_enabled nova 2025-03-07 07:47:42.704 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:47:42.705 | + stack.sh:main:945 : stack_install_service nova 2025-03-07 07:47:42.707 | + lib/stack:stack_install_service:20 : local service=nova 2025-03-07 07:47:42.709 | + lib/stack:stack_install_service:21 : type install_nova 2025-03-07 07:47:42.711 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-03-07 07:47:42.713 | + lib/stack:stack_install_service:32 : install_nova 2025-03-07 07:47:42.715 | + lib/nova:install_nova:914 : use_library_from_git os-vif 2025-03-07 07:47:42.717 | + inc/python:use_library_from_git:246 : local name=os-vif 2025-03-07 07:47:42.719 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:47:42.721 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:47:42.723 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-vif, ]] 2025-03-07 07:47:42.725 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:47:42.727 | + lib/nova:install_nova:919 : is_service_enabled n-cpu 2025-03-07 07:47:42.739 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:47:42.741 | + lib/nova:install_nova:923 : is_service_enabled n-novnc 2025-03-07 07:47:42.753 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:47:42.755 | + lib/nova:install_nova:950 : is_service_enabled n-spice 2025-03-07 07:47:42.768 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:47:42.770 | + lib/nova:install_nova:962 : git_clone https://opendev.org/openstack/nova.git /opt/stack//nova 7bb6b8d8fa9927e92cc948904fffde56b92d8a41 2025-03-07 07:47:42.771 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/nova.git 2025-03-07 07:47:42.773 | + functions-common:git_clone:613 : local git_dest=/opt/stack//nova 2025-03-07 07:47:42.775 | + functions-common:git_clone:614 : local git_ref=7bb6b8d8fa9927e92cc948904fffde56b92d8a41 2025-03-07 07:47:42.777 | + functions-common:git_clone:615 : local orig_dir 2025-03-07 07:47:42.779 | ++ functions-common:git_clone:616 : pwd 2025-03-07 07:47:42.781 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2025-03-07 07:47:42.783 | + functions-common:git_clone:617 : local git_clone_flags= 2025-03-07 07:47:42.785 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2025-03-07 07:47:42.797 | + functions-common:git_clone:619 : RECLONE=False 2025-03-07 07:47:42.799 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2025-03-07 07:47:42.801 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2025-03-07 07:47:42.802 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2025-03-07 07:47:42.805 | + functions-common:git_clone:633 : echo 7bb6b8d8fa9927e92cc948904fffde56b92d8a41 2025-03-07 07:47:42.805 | + functions-common:git_clone:633 : egrep -q '^refs' 2025-03-07 07:47:42.809 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//nova ]] 2025-03-07 07:47:42.810 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2025-03-07 07:47:42.812 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2025-03-07 07:47:42.814 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:47:42.816 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:47:42.817 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:47:42.819 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:47:42.821 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:47:42.823 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:47:42.824 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:47:42.826 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:47:42.828 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:47:42.831 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333662829 2025-03-07 07:47:42.833 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2025-03-07 07:47:42.835 | Cloning into '/opt/stack//nova'... 2025-03-07 07:47:46.294 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:47:46.296 | + functions-common:time_stop:2435 : local name 2025-03-07 07:47:46.298 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:47:46.300 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:47:46.301 | + functions-common:time_stop:2438 : local total 2025-03-07 07:47:46.303 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:47:46.305 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:47:46.307 | + functions-common:time_stop:2442 : start_time=1741333662829 2025-03-07 07:47:46.308 | + functions-common:time_stop:2444 : [[ -z 1741333662829 ]] 2025-03-07 07:47:46.311 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:47:46.314 | + functions-common:time_stop:2447 : end_time=1741333666312 2025-03-07 07:47:46.316 | + functions-common:time_stop:2448 : elapsed_time=3483 2025-03-07 07:47:46.318 | + functions-common:time_stop:2449 : total=30186 2025-03-07 07:47:46.319 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:47:46.321 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=33669 2025-03-07 07:47:46.323 | + functions-common:git_clone:654 : cd /opt/stack//nova 2025-03-07 07:47:46.325 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin 7bb6b8d8fa9927e92cc948904fffde56b92d8a41 2025-03-07 07:47:46.327 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:47:46.329 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:47:46.331 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:47:46.333 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:47:46.334 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:47:46.336 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:47:46.338 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:47:46.340 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:47:46.343 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:47:46.345 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333666343 2025-03-07 07:47:46.347 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin 7bb6b8d8fa9927e92cc948904fffde56b92d8a41 2025-03-07 07:48:54.558 | From https://opendev.org/openstack/nova 2025-03-07 07:48:54.558 | * branch 7bb6b8d8fa9927e92cc948904fffde56b92d8a41 -> FETCH_HEAD 2025-03-07 07:48:54.593 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:48:54.595 | + functions-common:time_stop:2435 : local name 2025-03-07 07:48:54.596 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:48:54.598 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:48:54.600 | + functions-common:time_stop:2438 : local total 2025-03-07 07:48:54.602 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:48:54.604 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:48:54.605 | + functions-common:time_stop:2442 : start_time=1741333666343 2025-03-07 07:48:54.607 | + functions-common:time_stop:2444 : [[ -z 1741333666343 ]] 2025-03-07 07:48:54.610 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:48:54.612 | + functions-common:time_stop:2447 : end_time=1741333734610 2025-03-07 07:48:54.614 | + functions-common:time_stop:2448 : elapsed_time=68267 2025-03-07 07:48:54.616 | + functions-common:time_stop:2449 : total=33669 2025-03-07 07:48:54.618 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:48:54.620 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=101936 2025-03-07 07:48:54.621 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2025-03-07 07:48:54.623 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:48:54.625 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:48:54.626 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:48:54.628 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:48:54.630 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:48:54.632 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:48:54.634 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:48:54.636 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:48:54.638 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:48:54.641 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333734639 2025-03-07 07:48:54.643 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-03-07 07:48:54.938 | Note: switching to 'FETCH_HEAD'. 2025-03-07 07:48:54.938 | 2025-03-07 07:48:54.938 | You are in 'detached HEAD' state. You can look around, make experimental 2025-03-07 07:48:54.938 | changes and commit them, and you can discard any commits you make in this 2025-03-07 07:48:54.938 | state without impacting any branches by switching back to a branch. 2025-03-07 07:48:54.938 | 2025-03-07 07:48:54.938 | If you want to create a new branch to retain commits you create, you may 2025-03-07 07:48:54.938 | do so (now or later) by using -c with the switch command. Example: 2025-03-07 07:48:54.938 | 2025-03-07 07:48:54.938 | git switch -c 2025-03-07 07:48:54.938 | 2025-03-07 07:48:54.938 | Or undo this operation with: 2025-03-07 07:48:54.938 | 2025-03-07 07:48:54.938 | git switch - 2025-03-07 07:48:54.938 | 2025-03-07 07:48:54.938 | Turn off this advice by setting config variable advice.detachedHead to false 2025-03-07 07:48:54.938 | 2025-03-07 07:48:54.938 | HEAD is now at 7bb6b8d Update InstanceNUMACell version after data migration 2025-03-07 07:48:54.942 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:48:54.944 | + functions-common:time_stop:2435 : local name 2025-03-07 07:48:54.946 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:48:54.948 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:48:54.950 | + functions-common:time_stop:2438 : local total 2025-03-07 07:48:54.952 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:48:54.953 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:48:54.955 | + functions-common:time_stop:2442 : start_time=1741333734639 2025-03-07 07:48:54.957 | + functions-common:time_stop:2444 : [[ -z 1741333734639 ]] 2025-03-07 07:48:54.959 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:48:54.962 | + functions-common:time_stop:2447 : end_time=1741333734960 2025-03-07 07:48:54.964 | + functions-common:time_stop:2448 : elapsed_time=321 2025-03-07 07:48:54.966 | + functions-common:time_stop:2449 : total=101936 2025-03-07 07:48:54.968 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:48:54.970 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=102257 2025-03-07 07:48:54.972 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//nova 2025-03-07 07:48:54.982 | + functions-common:git_clone:695 : cd /opt/stack//nova 2025-03-07 07:48:54.984 | + functions-common:git_clone:696 : git show --oneline 2025-03-07 07:48:54.984 | + functions-common:git_clone:696 : head -1 2025-03-07 07:48:54.987 | 7bb6b8d Update InstanceNUMACell version after data migration 2025-03-07 07:48:54.989 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2025-03-07 07:48:54.991 | + lib/nova:install_nova:963 : setup_develop /opt/stack//nova 2025-03-07 07:48:54.993 | + inc/python:setup_develop:334 : local bindep 2025-03-07 07:48:54.995 | + inc/python:setup_develop:335 : [[ /opt/stack//nova == -bindep* ]] 2025-03-07 07:48:54.996 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//nova 2025-03-07 07:48:54.998 | + inc/python:setup_develop:340 : local extras= 2025-03-07 07:48:55.000 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//nova -e 2025-03-07 07:48:55.002 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2025-03-07 07:48:55.004 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//nova == -bindep* ]] 2025-03-07 07:48:55.006 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//nova 2025-03-07 07:48:55.008 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2025-03-07 07:48:55.009 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2025-03-07 07:48:55.012 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//nova 2025-03-07 07:48:55.013 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2025-03-07 07:48:55.016 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/nova 2025-03-07 07:48:55.018 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2025-03-07 07:48:55.020 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2025-03-07 07:48:55.023 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2025-03-07 07:48:55.027 | + inc/python:_setup_package_with_constraints_edit:381 : name=nova 2025-03-07 07:48:55.029 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- nova 2025-03-07 07:48:55.353 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/nova -e 2025-03-07 07:48:55.355 | + inc/python:setup_package:414 : local bindep=0 2025-03-07 07:48:55.357 | + inc/python:setup_package:415 : local bindep_flag= 2025-03-07 07:48:55.359 | + inc/python:setup_package:416 : local bindep_profiles= 2025-03-07 07:48:55.362 | + inc/python:setup_package:417 : [[ /opt/stack/nova == -bindep* ]] 2025-03-07 07:48:55.364 | + inc/python:setup_package:422 : local project_dir=/opt/stack/nova 2025-03-07 07:48:55.366 | + inc/python:setup_package:423 : local flags=-e 2025-03-07 07:48:55.368 | + inc/python:setup_package:424 : local extras= 2025-03-07 07:48:55.370 | + inc/python:setup_package:428 : [[ -n -e ]] 2025-03-07 07:48:55.372 | + inc/python:setup_package:428 : [[ -z '' ]] 2025-03-07 07:48:55.374 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2025-03-07 07:48:55.377 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2025-03-07 07:48:55.379 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2025-03-07 07:48:55.381 | + inc/python:setup_package:442 : pip_install -e /opt/stack/nova 2025-03-07 07:48:55.397 | Using python 3.10 to install /opt/stack/nova 2025-03-07 07:48:55.399 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/nova 2025-03-07 07:48:56.349 | Obtaining file:///opt/stack/nova 2025-03-07 07:48:56.349 | Preparing metadata (setup.py): started 2025-03-07 07:48:57.014 | Preparing metadata (setup.py): finished with status 'done' 2025-03-07 07:48:57.102 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (3.1.2) 2025-03-07 07:48:57.104 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (3.5.2) 2025-03-07 07:48:57.104 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (2.1.1) 2025-03-07 07:48:57.106 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (3.4.1) 2025-03-07 07:48:57.106 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (6.0) 2025-03-07 07:48:57.106 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (2.5.1) 2025-03-07 07:48:57.107 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (1.4.41) 2025-03-07 07:48:57.108 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (1.8.7) 2025-03-07 07:48:57.109 | Requirement already satisfied: alembic>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (1.8.1) 2025-03-07 07:48:57.109 | Requirement already satisfied: castellan>=0.16.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (4.1.0) 2025-03-07 07:48:57.110 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (38.0.2) 2025-03-07 07:48:57.111 | Requirement already satisfied: cursive>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (0.2.3) 2025-03-07 07:48:57.112 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (5.1.1) 2025-03-07 07:48:57.112 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (0.33.1) 2025-03-07 07:48:57.113 | Requirement already satisfied: futurist>=1.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (2.4.1) 2025-03-07 07:48:57.114 | Requirement already satisfied: greenlet>=0.4.15 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (1.1.3) 2025-03-07 07:48:57.115 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (1.1.0) 2025-03-07 07:48:57.115 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (4.16.0) 2025-03-07 07:48:57.116 | Requirement already satisfied: keystoneauth1>=3.16.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (5.1.3) 2025-03-07 07:48:57.117 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (10.2.0) 2025-03-07 07:48:57.118 | Requirement already satisfied: lxml>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (4.9.1) 2025-03-07 07:48:57.304 | Collecting microversion-parse>=0.2.1 2025-03-07 07:48:57.306 | Using cached microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2025-03-07 07:48:57.309 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (0.8.0) 2025-03-07 07:48:57.310 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from nova==0.0.1.dev11) (0.11.0) 2025-03-07 07:48:57.311 | Requirement already satisfied: openstacksdk>=0.35.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (1.0.2) 2025-03-07 07:48:57.311 | Requirement already satisfied: os-brick>=5.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (6.2.5) 2025-03-07 07:48:57.312 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (1.1.0) 2025-03-07 07:48:57.315 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (1.7.0) 2025-03-07 07:48:57.315 | Requirement already satisfied: os-traits>=2.9.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (2.10.0) 2025-03-07 07:48:57.315 | Requirement already satisfied: os-vif>=3.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (3.1.1) 2025-03-07 07:48:57.315 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (3.3.1) 2025-03-07 07:48:57.315 | Requirement already satisfied: oslo.concurrency>=5.0.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (5.1.1) 2025-03-07 07:48:57.316 | Requirement already satisfied: oslo.config>=8.6.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (9.1.1) 2025-03-07 07:48:57.317 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (5.1.1) 2025-03-07 07:48:57.318 | Requirement already satisfied: oslo.db>=10.0.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (12.3.3) 2025-03-07 07:48:57.318 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (6.0.0) 2025-03-07 07:48:57.320 | Requirement already satisfied: oslo.limit>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (2.1.0) 2025-03-07 07:48:57.320 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (5.2.1) 2025-03-07 07:48:57.321 | Requirement already satisfied: oslo.messaging>=14.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (14.2.5) 2025-03-07 07:48:57.322 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (5.1.1) 2025-03-07 07:48:57.323 | Requirement already satisfied: oslo.policy>=3.11.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (4.1.1) 2025-03-07 07:48:57.345 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (3.1.0) 2025-03-07 07:48:57.346 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (3.0.0) 2025-03-07 07:48:57.347 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (7.0.1) 2025-03-07 07:48:57.348 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (5.1.2) 2025-03-07 07:48:57.348 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (3.1.2) 2025-03-07 07:48:57.349 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (2.1.1) 2025-03-07 07:48:57.350 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (6.1.0) 2025-03-07 07:48:57.351 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (3.1.0) 2025-03-07 07:48:57.351 | Requirement already satisfied: packaging>=21.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (23.1) 2025-03-07 07:48:57.352 | Requirement already satisfied: paramiko>=2.7.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (2.11.0) 2025-03-07 07:48:57.353 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (5.11.1) 2025-03-07 07:48:57.354 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (5.9.2) 2025-03-07 07:48:57.354 | Requirement already satisfied: python-cinderclient!=4.0.0,>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (9.3.0) 2025-03-07 07:48:57.355 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (2.8.2) 2025-03-07 07:48:57.356 | Requirement already satisfied: python-glanceclient>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (4.3.2) 2025-03-07 07:48:57.357 | Requirement already satisfied: python-neutronclient>=7.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (9.0.0) 2025-03-07 07:48:57.358 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (2.28.1) 2025-03-07 07:48:57.358 | Requirement already satisfied: retrying!=1.3.0,>=1.3.3 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (1.3.3) 2025-03-07 07:48:57.359 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (1.5.0) 2025-03-07 07:48:57.360 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (0.13.0) 2025-03-07 07:48:57.361 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (5.0.0) 2025-03-07 07:48:57.361 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.0.1.dev11) (3.2.0) 2025-03-07 07:48:57.382 | Collecting websockify>=0.9.0 2025-03-07 07:48:57.382 | Using cached websockify-0.10.0-py3-none-any.whl 2025-03-07 07:48:57.393 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=1.5.0->nova==0.0.1.dev11) (1.2.3) 2025-03-07 07:48:57.402 | Requirement already satisfied: python-barbicanclient>=4.5.2 in /usr/local/lib/python3.10/dist-packages (from castellan>=0.16.0->nova==0.0.1.dev11) (5.5.0) 2025-03-07 07:48:57.420 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->nova==0.0.1.dev11) (1.15.1) 2025-03-07 07:48:57.433 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.30.1->nova==0.0.1.dev11) (1.16.0) 2025-03-07 07:48:57.434 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.30.1->nova==0.0.1.dev11) (2.2.1) 2025-03-07 07:48:57.442 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->nova==0.0.1.dev11) (2.1.1) 2025-03-07 07:48:57.460 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->nova==0.0.1.dev11) (0.18.1) 2025-03-07 07:48:57.461 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->nova==0.0.1.dev11) (22.1.0) 2025-03-07 07:48:57.508 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.20.0->nova==0.0.1.dev11) (5.1.0) 2025-03-07 07:48:57.510 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.20.0->nova==0.0.1.dev11) (3.1.1) 2025-03-07 07:48:57.532 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev11) (1.32) 2025-03-07 07:48:57.534 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev11) (1.4.0) 2025-03-07 07:48:57.534 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev11) (1.4.4) 2025-03-07 07:48:57.535 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev11) (1.1.8) 2025-03-07 07:48:57.537 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev11) (1.0.1) 2025-03-07 07:48:57.547 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from os-brick>=5.2->nova==0.0.1.dev11) (6.3.1) 2025-03-07 07:48:57.550 | Requirement already satisfied: os-win>=5.7.0 in /usr/local/lib/python3.10/dist-packages (from os-brick>=5.2->nova==0.0.1.dev11) (5.9.0) 2025-03-07 07:48:57.570 | Requirement already satisfied: pyroute2>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from os-vif>=3.1.0->nova==0.0.1.dev11) (0.7.3) 2025-03-07 07:48:57.572 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from os-vif>=3.1.0->nova==0.0.1.dev11) (2.5.0) 2025-03-07 07:48:57.572 | Requirement already satisfied: ovsdbapp>=0.12.1 in /usr/local/lib/python3.10/dist-packages (from os-vif>=3.1.0->nova==0.0.1.dev11) (2.2.2) 2025-03-07 07:48:57.598 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=5.0.1->nova==0.0.1.dev11) (0.18) 2025-03-07 07:48:57.642 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=10.0.0->nova==0.0.1.dev11) (0.5.0) 2025-03-07 07:48:57.643 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=10.0.0->nova==0.0.1.dev11) (2.0.1) 2025-03-07 07:48:57.675 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.6.1->nova==0.0.1.dev11) (0.9.6) 2025-03-07 07:48:57.703 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->nova==0.0.1.dev11) (5.2.4) 2025-03-07 07:48:57.704 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->nova==0.0.1.dev11) (0.6.0) 2025-03-07 07:48:57.705 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->nova==0.0.1.dev11) (5.2.0) 2025-03-07 07:48:57.705 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->nova==0.0.1.dev11) (5.1.1) 2025-03-07 07:48:57.715 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->nova==0.0.1.dev11) (3.3.0) 2025-03-07 07:48:57.718 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->nova==0.0.1.dev11) (4.0.0) 2025-03-07 07:48:57.737 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=2.6.2->nova==0.0.1.dev11) (1.0.4) 2025-03-07 07:48:57.757 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=4.2.0->nova==0.0.1.dev11) (2022.4) 2025-03-07 07:48:57.770 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->nova==0.0.1.dev11) (4.0.1) 2025-03-07 07:48:57.771 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->nova==0.0.1.dev11) (1.4.0) 2025-03-07 07:48:57.790 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.12.1->nova==0.0.1.dev11) (3.0.9) 2025-03-07 07:48:57.830 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from paramiko>=2.7.1->nova==0.0.1.dev11) (1.5.0) 2025-03-07 07:48:57.840 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->nova==0.0.1.dev11) (59.6.0) 2025-03-07 07:48:57.893 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->nova==0.0.1.dev11) (0.2.5) 2025-03-07 07:48:57.941 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=2.8.0->nova==0.0.1.dev11) (1.14.1) 2025-03-07 07:48:57.943 | Requirement already satisfied: warlock>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=2.8.0->nova==0.0.1.dev11) (2.0.1) 2025-03-07 07:48:57.947 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=2.8.0->nova==0.0.1.dev11) (22.1.0) 2025-03-07 07:48:57.960 | Requirement already satisfied: cliff>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=7.1.0->nova==0.0.1.dev11) (4.2.0) 2025-03-07 07:48:57.961 | Requirement already satisfied: osc-lib>=1.12.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=7.1.0->nova==0.0.1.dev11) (2.7.0) 2025-03-07 07:48:57.962 | Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=7.1.0->nova==0.0.1.dev11) (2.1.0) 2025-03-07 07:48:57.964 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=7.1.0->nova==0.0.1.dev11) (3.17.6) 2025-03-07 07:48:57.986 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.0.1.dev11) (1.26.12) 2025-03-07 07:48:57.987 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->nova==0.0.1.dev11) (2020.6.20) 2025-03-07 07:48:57.987 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.0.1.dev11) (2.1.1) 2025-03-07 07:48:57.988 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.0.1.dev11) (3.4) 2025-03-07 07:48:58.020 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->nova==0.0.1.dev11) (0.7) 2025-03-07 07:48:58.101 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==0.0.1.dev11) (0.5.2) 2025-03-07 07:48:58.102 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==0.0.1.dev11) (0.4.3) 2025-03-07 07:48:58.146 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz>=1.58.0->nova==0.0.1.dev11) (0.13.1) 2025-03-07 07:48:58.648 | Collecting numpy 2025-03-07 07:48:58.743 | Using cached numpy-1.23.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB) 2025-03-07 07:48:58.833 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging>=14.1.0->nova==0.0.1.dev11) (5.0.0) 2025-03-07 07:48:58.916 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->nova==0.0.1.dev11) (2.21) 2025-03-07 07:48:58.941 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.0.1.dev11) (5.0.0) 2025-03-07 07:48:58.942 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.0.1.dev11) (2.4.2) 2025-03-07 07:48:58.943 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.0.1.dev11) (0.5.1) 2025-03-07 07:48:59.151 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=14.1.0->nova==0.0.1.dev11) (0.14.1) 2025-03-07 07:48:59.168 | Requirement already satisfied: ovs>=2.10.0 in /usr/local/lib/python3.10/dist-packages (from ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==0.0.1.dev11) (2.17.7) 2025-03-07 07:48:59.438 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=10.0.0->nova==0.0.1.dev11) (2.5.0) 2025-03-07 07:48:59.625 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.0.1.dev11) (1.8.2) 2025-03-07 07:48:59.660 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.0.1.dev11) (3.8.1) 2025-03-07 07:48:59.676 | Requirement already satisfied: sortedcontainers in /usr/local/lib/python3.10/dist-packages (from ovs>=2.10.0->ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==0.0.1.dev11) (2.4.0) 2025-03-07 07:49:00.280 | Installing collected packages: numpy, microversion-parse, websockify, nova 2025-03-07 07:49:02.077 | Running setup.py develop for nova 2025-03-07 07:49:03.230 | Successfully installed microversion-parse-1.0.1 nova numpy-1.23.3 websockify-0.10.0 2025-03-07 07:49:03.230 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2025-03-07 07:49:03.364 | + inc/python:pip_install:196 : result=0 2025-03-07 07:49:03.366 | + inc/python:pip_install:198 : time_stop pip_install 2025-03-07 07:49:03.368 | + functions-common:time_stop:2435 : local name 2025-03-07 07:49:03.370 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:49:03.372 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:49:03.374 | + functions-common:time_stop:2438 : local total 2025-03-07 07:49:03.376 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:49:03.378 | + functions-common:time_stop:2441 : name=pip_install 2025-03-07 07:49:03.379 | + functions-common:time_stop:2442 : start_time=1741333735392 2025-03-07 07:49:03.381 | + functions-common:time_stop:2444 : [[ -z 1741333735392 ]] 2025-03-07 07:49:03.383 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:49:03.386 | + functions-common:time_stop:2447 : end_time=1741333743384 2025-03-07 07:49:03.388 | + functions-common:time_stop:2448 : elapsed_time=7992 2025-03-07 07:49:03.390 | + functions-common:time_stop:2449 : total=70655 2025-03-07 07:49:03.392 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:49:03.393 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=78647 2025-03-07 07:49:03.395 | + inc/python:pip_install:199 : return 0 2025-03-07 07:49:03.397 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2025-03-07 07:49:03.399 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/nova/nova.egg-info 2025-03-07 07:49:03.401 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/nova/nova.egg-info 2025-03-07 07:49:03.415 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/nova/nova.egg-info 2025-03-07 07:49:03.424 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/nova 2025-03-07 07:49:03.426 | + inc/python:use_library_from_git:246 : local name=/opt/stack/nova 2025-03-07 07:49:03.428 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:49:03.430 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:49:03.432 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/nova, ]] 2025-03-07 07:49:03.434 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:49:03.436 | + lib/nova:install_nova:964 : sudo install -D -m 0644 -o stack /opt/stack//nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2025-03-07 07:49:03.447 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-03-07 07:49:03.449 | + stack.sh:main:946 : configure_nova 2025-03-07 07:49:03.451 | + lib/nova:configure_nova:249 : sudo install -d -o stack /etc/nova 2025-03-07 07:49:03.460 | + lib/nova:configure_nova:251 : configure_rootwrap nova 2025-03-07 07:49:03.462 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2025-03-07 07:49:03.464 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2025-03-07 07:49:03.467 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2025-03-07 07:49:03.468 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2025-03-07 07:49:03.471 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2025-03-07 07:49:03.473 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2025-03-07 07:49:03.475 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2025-03-07 07:49:03.477 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2025-03-07 07:49:03.479 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//nova 2025-03-07 07:49:03.481 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//nova/etc/nova 2025-03-07 07:49:03.482 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2025-03-07 07:49:03.484 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2025-03-07 07:49:03.493 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2025-03-07 07:49:03.502 | + 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-03-07 07:49:03.511 | + 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-03-07 07:49:03.520 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2025-03-07 07:49:03.529 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2025-03-07 07:49:03.532 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2025-03-07 07:49:03.535 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.80r4JsJUKM 2025-03-07 07:49:03.537 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2025-03-07 07:49:03.539 | + inc/rootwrap:configure_rootwrap:68 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2025-03-07 07:49:03.541 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2025-03-07 07:49:03.543 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2025-03-07 07:49:03.545 | + inc/rootwrap:configure_rootwrap:72 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2025-03-07 07:49:03.547 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.80r4JsJUKM 2025-03-07 07:49:03.550 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.80r4JsJUKM 2025-03-07 07:49:03.559 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.80r4JsJUKM /etc/sudoers.d/nova-rootwrap 2025-03-07 07:49:03.568 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2025-03-07 07:49:03.571 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2025-03-07 07:49:03.573 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2025-03-07 07:49:03.575 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2025-03-07 07:49:03.576 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2025-03-07 07:49:03.578 | + 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-03-07 07:49:03.580 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /usr/local/bin ]] 2025-03-07 07:49:03.582 | + lib/nova:configure_nova:253 : [[ 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-03-07 07:49:03.584 | + lib/nova:configure_nova:255 : cp /opt/stack//nova/etc/nova/api-paste.ini /etc/nova 2025-03-07 07:49:03.587 | + lib/nova:configure_nova:258 : is_service_enabled n-cpu 2025-03-07 07:49:03.600 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:49:03.602 | + lib/nova:configure_nova:356 : create_nova_conf 2025-03-07 07:49:03.603 | + lib/nova:create_nova_conf:430 : rm -f /opt/stack//nova/bin/nova.conf 2025-03-07 07:49:03.606 | + lib/nova:create_nova_conf:433 : rm -f /etc/nova/nova.conf 2025-03-07 07:49:03.609 | + lib/nova:create_nova_conf:434 : iniset /etc/nova/nova.conf DEFAULT debug True 2025-03-07 07:49:03.632 | + lib/nova:create_nova_conf:435 : '[' True == True ']' 2025-03-07 07:49:03.634 | + lib/nova:create_nova_conf:436 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2025-03-07 07:49:03.656 | + lib/nova:create_nova_conf:438 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2025-03-07 07:49:03.678 | + lib/nova:create_nova_conf:439 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2025-03-07 07:49:03.700 | + lib/nova:create_nova_conf:440 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2025-03-07 07:49:03.723 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf scheduler workers 2 2025-03-07 07:49:03.746 | + lib/nova:create_nova_conf:442 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2025-03-07 07:49:03.769 | + lib/nova:create_nova_conf:443 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.180.1.21 2025-03-07 07:49:03.790 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2025-03-07 07:49:03.812 | + lib/nova:create_nova_conf:445 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2025-03-07 07:49:03.834 | + lib/nova:create_nova_conf:446 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2025-03-07 07:49:03.856 | + lib/nova:create_nova_conf:447 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2025-03-07 07:49:03.879 | + lib/nova:create_nova_conf:449 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2025-03-07 07:49:03.903 | + lib/nova:create_nova_conf:451 : is_fedora 2025-03-07 07:49:03.905 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2025-03-07 07:49:03.906 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2025-03-07 07:49:03.908 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2025-03-07 07:49:03.910 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2025-03-07 07:49:03.912 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-03-07 07:49:03.913 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2025-03-07 07:49:03.915 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2025-03-07 07:49:03.917 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2025-03-07 07:49:03.918 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2025-03-07 07:49:03.920 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2025-03-07 07:49:03.922 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2025-03-07 07:49:03.924 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2025-03-07 07:49:03.925 | + lib/nova:create_nova_conf:451 : is_suse 2025-03-07 07:49:03.927 | + functions-common:is_suse:544 : is_opensuse 2025-03-07 07:49:03.929 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2025-03-07 07:49:03.931 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2025-03-07 07:49:03.932 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2025-03-07 07:49:03.934 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2025-03-07 07:49:03.936 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2025-03-07 07:49:03.937 | + lib/nova:create_nova_conf:460 : is_service_enabled n-api n-cond n-sched 2025-03-07 07:49:03.949 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:49:03.951 | + lib/nova:create_nova_conf:464 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-03-07 07:49:03.953 | + lib/nova:create_nova_conf:465 : local db=nova_cell1 2025-03-07 07:49:03.955 | ++ lib/nova:create_nova_conf:473 : database_connection_url nova_cell1 2025-03-07 07:49:03.957 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2025-03-07 07:49:03.959 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2025-03-07 07:49:03.960 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell1 2025-03-07 07:49:03.962 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2025-03-07 07:49:03.964 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2025-03-07 07:49:03.965 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2025-03-07 07:49:03.968 | + lib/nova:create_nova_conf:473 : iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2025-03-07 07:49:03.992 | ++ lib/nova:create_nova_conf:474 : database_connection_url nova_api 2025-03-07 07:49:03.994 | ++ lib/database:database_connection_url:134 : local db=nova_api 2025-03-07 07:49:03.995 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2025-03-07 07:49:03.997 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_api 2025-03-07 07:49:03.999 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2025-03-07 07:49:04.001 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2025-03-07 07:49:04.002 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8' 2025-03-07 07:49:04.005 | + lib/nova:create_nova_conf:474 : iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8' 2025-03-07 07:49:04.028 | + lib/nova:create_nova_conf:479 : iniset /etc/nova/nova.conf cache enabled True 2025-03-07 07:49:04.053 | + lib/nova:create_nova_conf:480 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2025-03-07 07:49:04.075 | + lib/nova:create_nova_conf:481 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2025-03-07 07:49:04.096 | + lib/nova:create_nova_conf:484 : is_service_enabled n-api 2025-03-07 07:49:04.108 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:49:04.110 | + lib/nova:create_nova_conf:485 : is_service_enabled n-api-meta 2025-03-07 07:49:04.122 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:49:04.125 | ++ lib/nova:create_nova_conf:487 : sed s/,metadata// 2025-03-07 07:49:04.125 | ++ lib/nova:create_nova_conf:487 : echo osapi_compute,metadata 2025-03-07 07:49:04.128 | + lib/nova:create_nova_conf:487 : NOVA_ENABLED_APIS=osapi_compute 2025-03-07 07:49:04.130 | + lib/nova:create_nova_conf:489 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2025-03-07 07:49:04.152 | + lib/nova:create_nova_conf:490 : [[ False == \T\r\u\e ]] 2025-03-07 07:49:04.154 | + lib/nova:create_nova_conf:490 : [[ False == \T\r\u\e ]] 2025-03-07 07:49:04.155 | + lib/nova:create_nova_conf:494 : iniset /etc/nova/nova.conf oslo_policy enforce_new_defaults False 2025-03-07 07:49:04.179 | + lib/nova:create_nova_conf:495 : iniset /etc/nova/nova.conf oslo_policy enforce_scope False 2025-03-07 07:49:04.200 | + lib/nova:create_nova_conf:497 : is_service_enabled tls-proxy 2025-03-07 07:49:04.212 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:49:04.214 | + lib/nova:create_nova_conf:503 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2025-03-07 07:49:04.216 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/nova/nova.conf 2025-03-07 07:49:04.218 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-03-07 07:49:04.219 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-03-07 07:49:04.221 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2025-03-07 07:49:04.245 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2025-03-07 07:49:04.267 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-03-07 07:49:04.288 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2025-03-07 07:49:04.310 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken password nomoresecret 2025-03-07 07:49:04.332 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2025-03-07 07:49:04.353 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2025-03-07 07:49:04.375 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2025-03-07 07:49:04.397 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-03-07 07:49:04.419 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2025-03-07 07:49:04.441 | + lib/nova:create_nova_conf:506 : is_service_enabled cinder 2025-03-07 07:49:04.453 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:49:04.455 | + lib/nova:create_nova_conf:507 : configure_cinder_access 2025-03-07 07:49:04.457 | + lib/nova:configure_cinder_access:634 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2025-03-07 07:49:04.480 | + lib/nova:configure_cinder_access:635 : iniset /etc/nova/nova.conf cinder auth_type password 2025-03-07 07:49:04.504 | + lib/nova:configure_cinder_access:636 : iniset /etc/nova/nova.conf cinder auth_url http://10.180.1.21/identity 2025-03-07 07:49:04.526 | + lib/nova:configure_cinder_access:643 : iniset /etc/nova/nova.conf cinder username nova 2025-03-07 07:49:04.548 | + lib/nova:configure_cinder_access:644 : iniset /etc/nova/nova.conf cinder password nomoresecret 2025-03-07 07:49:04.570 | + lib/nova:configure_cinder_access:645 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2025-03-07 07:49:04.592 | + lib/nova:configure_cinder_access:646 : iniset /etc/nova/nova.conf cinder project_name service 2025-03-07 07:49:04.614 | + lib/nova:configure_cinder_access:647 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2025-03-07 07:49:04.636 | + lib/nova:configure_cinder_access:648 : is_service_enabled tls-proxy 2025-03-07 07:49:04.647 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:49:04.649 | + lib/nova:create_nova_conf:510 : '[' -n /opt/stack/data/nova ']' 2025-03-07 07:49:04.651 | + lib/nova:create_nova_conf:511 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2025-03-07 07:49:04.673 | + lib/nova:create_nova_conf:512 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2025-03-07 07:49:04.697 | + lib/nova:create_nova_conf:514 : '[' -n /opt/stack/data/nova/instances ']' 2025-03-07 07:49:04.698 | + lib/nova:create_nova_conf:515 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2025-03-07 07:49:04.722 | + lib/nova:create_nova_conf:517 : '[' False '!=' False ']' 2025-03-07 07:49:04.723 | + lib/nova:create_nova_conf:520 : '[' False '!=' False ']' 2025-03-07 07:49:04.726 | + lib/nova:create_nova_conf:526 : is_suse 2025-03-07 07:49:04.728 | + functions-common:is_suse:544 : is_opensuse 2025-03-07 07:49:04.729 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2025-03-07 07:49:04.731 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2025-03-07 07:49:04.733 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2025-03-07 07:49:04.735 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2025-03-07 07:49:04.737 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2025-03-07 07:49:04.739 | + lib/nova:create_nova_conf:526 : is_fedora 2025-03-07 07:49:04.741 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2025-03-07 07:49:04.743 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2025-03-07 07:49:04.745 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2025-03-07 07:49:04.746 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2025-03-07 07:49:04.748 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-03-07 07:49:04.750 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2025-03-07 07:49:04.752 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2025-03-07 07:49:04.754 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2025-03-07 07:49:04.755 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2025-03-07 07:49:04.757 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2025-03-07 07:49:04.759 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2025-03-07 07:49:04.761 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2025-03-07 07:49:04.763 | + lib/nova:create_nova_conf:531 : setup_logging /etc/nova/nova.conf 2025-03-07 07:49:04.764 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova.conf 2025-03-07 07:49:04.766 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova.conf 2025-03-07 07:49:04.769 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-03-07 07:49:04.781 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-03-07 07:49:04.783 | + functions:setup_systemd_logging:706 : local pidstr= 2025-03-07 07:49:04.784 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-03-07 07:49:04.786 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-03-07 07:49:04.788 | + 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-03-07 07:49:04.811 | + 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-03-07 07:49:04.834 | + 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-03-07 07:49:04.856 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-03-07 07:49:04.878 | + lib/nova:create_nova_conf:533 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2025-03-07 07:49:04.902 | + lib/nova:create_nova_conf:535 : is_service_enabled n-api 2025-03-07 07:49:04.914 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:49:04.915 | + lib/nova:create_nova_conf:536 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2025-03-07 07:49:04.917 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-api-uwsgi.ini 2025-03-07 07:49:04.919 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-api-wsgi 2025-03-07 07:49:04.921 | + lib/apache:write_uwsgi_config:256 : local url=/compute 2025-03-07 07:49:04.922 | + lib/apache:write_uwsgi_config:257 : local http= 2025-03-07 07:49:04.924 | + lib/apache:write_uwsgi_config:258 : local name= 2025-03-07 07:49:04.926 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-api-wsgi 2025-03-07 07:49:04.929 | + lib/apache:write_uwsgi_config:259 : name=nova-api-wsgi 2025-03-07 07:49:04.931 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2025-03-07 07:49:04.933 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2025-03-07 07:49:04.943 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2025-03-07 07:49:04.943 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-03-07 07:49:04.949 | d /var/run/uwsgi 0755 stack root 2025-03-07 07:49:04.951 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-03-07 07:49:04.959 | /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-03-07 07:49:04.962 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2025-03-07 07:49:04.964 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-api-uwsgi.ini 2025-03-07 07:49:04.967 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2025-03-07 07:49:04.990 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2025-03-07 07:49:05.011 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2025-03-07 07:49:05.033 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2025-03-07 07:49:05.055 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2025-03-07 07:49:05.077 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 80 2025-03-07 07:49:05.098 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2025-03-07 07:49:05.121 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2025-03-07 07:49:05.142 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2025-03-07 07:49:05.164 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-03-07 07:49:05.186 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2025-03-07 07:49:05.207 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2025-03-07 07:49:05.229 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2025-03-07 07:49:05.251 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2025-03-07 07:49:05.253 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2025-03-07 07:49:05.255 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for nova-api-wsgi 2025-03-07 07:49:05.257 | ++ lib/apache:apache_site_config_for:186 : local site=nova-api-wsgi 2025-03-07 07:49:05.259 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2025-03-07 07:49:05.261 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:49:05.262 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:49:05.264 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2025-03-07 07:49:05.266 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2025-03-07 07:49:05.268 | + lib/apache:write_uwsgi_config:304 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2025-03-07 07:49:05.290 | + lib/apache:write_uwsgi_config:305 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2025-03-07 07:49:05.312 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 ' 2025-03-07 07:49:05.312 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2025-03-07 07:49:05.319 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 2025-03-07 07:49:05.321 | + lib/apache:write_uwsgi_config:307 : enable_apache_site nova-api-wsgi 2025-03-07 07:49:05.323 | + lib/apache:enable_apache_site:203 : local site=nova-api-wsgi 2025-03-07 07:49:05.325 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2025-03-07 07:49:05.327 | + lib/apache:enable_apache_mod:59 : local mod=version 2025-03-07 07:49:05.329 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2025-03-07 07:49:05.330 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:49:05.332 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:49:05.334 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2025-03-07 07:49:05.336 | + lib/apache:enable_apache_site:206 : is_ubuntu 2025-03-07 07:49:05.338 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:49:05.340 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:49:05.341 | + lib/apache:enable_apache_site:207 : sudo a2ensite nova-api-wsgi 2025-03-07 07:49:05.372 | Enabling site nova-api-wsgi. 2025-03-07 07:49:05.376 | To activate the new configuration, you need to run: 2025-03-07 07:49:05.376 | systemctl reload apache2 2025-03-07 07:49:05.379 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2025-03-07 07:49:05.381 | + lib/apache:restart_apache_server:250 : restart_service apache2 2025-03-07 07:49:05.383 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-03-07 07:49:05.385 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2025-03-07 07:49:05.471 | + lib/nova:create_nova_conf:539 : is_service_enabled n-api-meta 2025-03-07 07:49:05.483 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:49:05.485 | + lib/nova:create_nova_conf:540 : write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /usr/local/bin/nova-metadata-wsgi '' 0.0.0.0:8775 2025-03-07 07:49:05.487 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-metadata-uwsgi.ini 2025-03-07 07:49:05.489 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2025-03-07 07:49:05.491 | + lib/apache:write_uwsgi_config:256 : local url= 2025-03-07 07:49:05.492 | + lib/apache:write_uwsgi_config:257 : local http=0.0.0.0:8775 2025-03-07 07:49:05.494 | + lib/apache:write_uwsgi_config:258 : local name= 2025-03-07 07:49:05.497 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-metadata-wsgi 2025-03-07 07:49:05.500 | + lib/apache:write_uwsgi_config:259 : name=nova-metadata-wsgi 2025-03-07 07:49:05.502 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2025-03-07 07:49:05.503 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2025-03-07 07:49:05.514 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2025-03-07 07:49:05.514 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-03-07 07:49:05.520 | d /var/run/uwsgi 0755 stack root 2025-03-07 07:49:05.522 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-03-07 07:49:05.530 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2025-03-07 07:49:05.533 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2025-03-07 07:49:05.535 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2025-03-07 07:49:05.538 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2025-03-07 07:49:05.562 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2025-03-07 07:49:05.583 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2025-03-07 07:49:05.605 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2025-03-07 07:49:05.627 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2025-03-07 07:49:05.649 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 80 2025-03-07 07:49:05.671 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2025-03-07 07:49:05.693 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2025-03-07 07:49:05.715 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2025-03-07 07:49:05.737 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-03-07 07:49:05.759 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2025-03-07 07:49:05.781 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2025-03-07 07:49:05.804 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2025-03-07 07:49:05.827 | + lib/apache:write_uwsgi_config:299 : [[ -n 0.0.0.0:8775 ]] 2025-03-07 07:49:05.829 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2025-03-07 07:49:05.851 | + lib/nova:create_nova_conf:543 : is_service_enabled ceilometer 2025-03-07 07:49:05.863 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:49:05.865 | + lib/nova:create_nova_conf:551 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2025-03-07 07:49:05.890 | ++ lib/nova:create_nova_conf:552 : get_notification_url 2025-03-07 07:49:05.892 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2025-03-07 07:49:05.894 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2025-03-07 07:49:05.906 | ++ functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:49:05.908 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-03-07 07:49:05.910 | + lib/nova:create_nova_conf:552 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-03-07 07:49:05.932 | + lib/nova:create_nova_conf:553 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2025-03-07 07:49:05.956 | + lib/nova:create_nova_conf:554 : iniset_rpc_backend nova /etc/nova/nova.conf 2025-03-07 07:49:05.958 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2025-03-07 07:49:05.960 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2025-03-07 07:49:05.961 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2025-03-07 07:49:05.963 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2025-03-07 07:49:05.965 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2025-03-07 07:49:05.977 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:49:05.980 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2025-03-07 07:49:05.981 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2025-03-07 07:49:05.983 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2025-03-07 07:49:05.995 | ++ functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:49:05.997 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-03-07 07:49:06.000 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-03-07 07:49:06.022 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2025-03-07 07:49:06.024 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2025-03-07 07:49:06.026 | + lib/nova:create_nova_conf:556 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2025-03-07 07:49:06.049 | + lib/nova:create_nova_conf:557 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2025-03-07 07:49:06.072 | + lib/nova:create_nova_conf:559 : iniset /etc/nova/nova.conf conductor workers 2 2025-03-07 07:49:06.096 | + lib/nova:create_nova_conf:561 : is_service_enabled tls-proxy 2025-03-07 07:49:06.108 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:49:06.110 | + lib/nova:create_nova_conf:566 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2025-03-07 07:49:06.132 | + lib/nova:create_nova_conf:568 : '[' True == True ']' 2025-03-07 07:49:06.134 | + lib/nova:create_nova_conf:569 : init_nova_service_user_conf 2025-03-07 07:49:06.136 | + lib/nova:init_nova_service_user_conf:817 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2025-03-07 07:49:06.160 | + lib/nova:init_nova_service_user_conf:818 : iniset /etc/nova/nova.conf service_user auth_type password 2025-03-07 07:49:06.182 | + lib/nova:init_nova_service_user_conf:819 : iniset /etc/nova/nova.conf service_user auth_url http://10.180.1.21/identity 2025-03-07 07:49:06.204 | + lib/nova:init_nova_service_user_conf:820 : iniset /etc/nova/nova.conf service_user username nova 2025-03-07 07:49:06.227 | + lib/nova:init_nova_service_user_conf:821 : iniset /etc/nova/nova.conf service_user password nomoresecret 2025-03-07 07:49:06.249 | + lib/nova:init_nova_service_user_conf:822 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2025-03-07 07:49:06.272 | + lib/nova:init_nova_service_user_conf:823 : iniset /etc/nova/nova.conf service_user project_name service 2025-03-07 07:49:06.295 | + lib/nova:init_nova_service_user_conf:824 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2025-03-07 07:49:06.318 | + lib/nova:init_nova_service_user_conf:825 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2025-03-07 07:49:06.340 | + lib/nova:create_nova_conf:572 : is_service_enabled n-cond 2025-03-07 07:49:06.353 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:49:06.355 | ++ lib/nova:create_nova_conf:573 : seq 1 1 2025-03-07 07:49:06.358 | + lib/nova:create_nova_conf:573 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-03-07 07:49:06.360 | + lib/nova:create_nova_conf:574 : local conf 2025-03-07 07:49:06.362 | + lib/nova:create_nova_conf:575 : local vhost 2025-03-07 07:49:06.364 | ++ lib/nova:create_nova_conf:576 : conductor_conf 1 2025-03-07 07:49:06.366 | ++ lib/nova:conductor_conf:829 : local cell=1 2025-03-07 07:49:06.368 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2025-03-07 07:49:06.370 | + lib/nova:create_nova_conf:576 : conf=/etc/nova/nova_cell1.conf 2025-03-07 07:49:06.371 | + lib/nova:create_nova_conf:577 : vhost=nova_cell1 2025-03-07 07:49:06.373 | + lib/nova:create_nova_conf:579 : rm -f /etc/nova/nova_cell1.conf 2025-03-07 07:49:06.377 | ++ lib/nova:create_nova_conf:580 : database_connection_url nova_cell1 2025-03-07 07:49:06.378 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2025-03-07 07:49:06.380 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2025-03-07 07:49:06.382 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell1 2025-03-07 07:49:06.384 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2025-03-07 07:49:06.386 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2025-03-07 07:49:06.388 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2025-03-07 07:49:06.390 | + lib/nova:create_nova_conf:580 : iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2025-03-07 07:49:06.414 | + lib/nova:create_nova_conf:581 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2025-03-07 07:49:06.440 | + lib/nova:create_nova_conf:582 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2025-03-07 07:49:06.465 | + lib/nova:create_nova_conf:584 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-03-07 07:49:06.467 | + lib/nova:create_nova_conf:585 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT 2025-03-07 07:49:06.468 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2025-03-07 07:49:06.470 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2025-03-07 07:49:06.472 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2025-03-07 07:49:06.474 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2025-03-07 07:49:06.476 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2025-03-07 07:49:06.487 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:49:06.490 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2025-03-07 07:49:06.492 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2025-03-07 07:49:06.494 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2025-03-07 07:49:06.506 | ++ functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:49:06.508 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-03-07 07:49:06.510 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-03-07 07:49:06.532 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2025-03-07 07:49:06.534 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2025-03-07 07:49:06.536 | + lib/nova:create_nova_conf:597 : setup_logging /etc/nova/nova_cell1.conf 2025-03-07 07:49:06.538 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova_cell1.conf 2025-03-07 07:49:06.540 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova_cell1.conf 2025-03-07 07:49:06.542 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-03-07 07:49:06.555 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-03-07 07:49:06.557 | + functions:setup_systemd_logging:706 : local pidstr= 2025-03-07 07:49:06.559 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-03-07 07:49:06.560 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-03-07 07:49:06.562 | + 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-03-07 07:49:06.585 | + 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-03-07 07:49:06.607 | + 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-03-07 07:49:06.629 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-03-07 07:49:06.652 | + lib/nova:create_nova_conf:604 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-03-07 07:49:06.653 | + lib/nova:create_nova_conf:605 : configure_console_proxies 2025-03-07 07:49:06.655 | + lib/nova:configure_console_proxies:719 : local conf=/etc/nova/nova.conf 2025-03-07 07:49:06.657 | + lib/nova:configure_console_proxies:720 : local offset=0 2025-03-07 07:49:06.659 | + lib/nova:configure_console_proxies:724 : offset=0 2025-03-07 07:49:06.661 | + lib/nova:configure_console_proxies:726 : is_service_enabled n-novnc 2025-03-07 07:49:06.673 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:49:06.675 | + lib/nova:configure_console_proxies:726 : '[' False '!=' False ']' 2025-03-07 07:49:06.676 | + lib/nova:configure_console_proxies:758 : is_service_enabled n-spice 2025-03-07 07:49:06.688 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:49:06.690 | + lib/nova:configure_console_proxies:763 : is_service_enabled n-sproxy 2025-03-07 07:49:06.702 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:49:06.704 | + lib/nova:configure_nova:358 : is_service_enabled n-cpu 2025-03-07 07:49:06.717 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:49:06.719 | + stack.sh:main:949 : is_service_enabled placement 2025-03-07 07:49:06.732 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:49:06.734 | + stack.sh:main:951 : stack_install_service placement 2025-03-07 07:49:06.736 | + lib/stack:stack_install_service:20 : local service=placement 2025-03-07 07:49:06.738 | + lib/stack:stack_install_service:21 : type install_placement 2025-03-07 07:49:06.740 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-03-07 07:49:06.742 | + lib/stack:stack_install_service:32 : install_placement 2025-03-07 07:49:06.744 | + lib/placement:install_placement:150 : install_apache_wsgi 2025-03-07 07:49:06.746 | + lib/apache:install_apache_wsgi:143 : is_ubuntu 2025-03-07 07:49:06.748 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:49:06.750 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:49:06.752 | + lib/apache:install_apache_wsgi:145 : install_package apache2 2025-03-07 07:49:06.754 | + functions-common:install_package:1459 : update_package_repo 2025-03-07 07:49:06.756 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2025-03-07 07:49:06.758 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2025-03-07 07:49:06.760 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2025-03-07 07:49:06.762 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2025-03-07 07:49:06.764 | + functions-common:update_package_repo:1439 : is_ubuntu 2025-03-07 07:49:06.766 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:49:06.768 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:49:06.770 | + functions-common:update_package_repo:1440 : apt_get_update 2025-03-07 07:49:06.771 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2025-03-07 07:49:06.773 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2025-03-07 07:49:06.775 | + functions-common:apt_get_update:1186 : return 2025-03-07 07:49:06.777 | + functions-common:install_package:1460 : real_install_package apache2 2025-03-07 07:49:06.779 | + functions-common:real_install_package:1445 : is_ubuntu 2025-03-07 07:49:06.781 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:49:06.783 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:49:06.785 | + functions-common:real_install_package:1446 : apt_get install apache2 2025-03-07 07:49:06.801 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 2025-03-07 07:49:06.862 | Reading package lists... 2025-03-07 07:49:07.070 | Building dependency tree... 2025-03-07 07:49:07.071 | Reading state information... 2025-03-07 07:49:07.280 | apache2 is already the newest version (2.4.52-1ubuntu4.13). 2025-03-07 07:49:07.280 | 0 upgraded, 0 newly installed, 0 to remove and 74 not upgraded. 2025-03-07 07:49:07.284 | + functions-common:apt_get:1230 : result=0 2025-03-07 07:49:07.287 | + functions-common:apt_get:1233 : time_stop apt-get 2025-03-07 07:49:07.288 | + functions-common:time_stop:2435 : local name 2025-03-07 07:49:07.290 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:49:07.292 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:49:07.294 | + functions-common:time_stop:2438 : local total 2025-03-07 07:49:07.296 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:49:07.298 | + functions-common:time_stop:2441 : name=apt-get 2025-03-07 07:49:07.300 | + functions-common:time_stop:2442 : start_time=1741333746799 2025-03-07 07:49:07.302 | + functions-common:time_stop:2444 : [[ -z 1741333746799 ]] 2025-03-07 07:49:07.304 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:49:07.307 | + functions-common:time_stop:2447 : end_time=1741333747305 2025-03-07 07:49:07.309 | + functions-common:time_stop:2448 : elapsed_time=506 2025-03-07 07:49:07.311 | + functions-common:time_stop:2449 : total=23596 2025-03-07 07:49:07.313 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:49:07.315 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=24102 2025-03-07 07:49:07.317 | + functions-common:apt_get:1234 : return 0 2025-03-07 07:49:07.319 | + lib/apache:install_apache_wsgi:146 : is_package_installed libapache2-mod-wsgi 2025-03-07 07:49:07.321 | + functions-common:is_package_installed:1468 : [[ -z libapache2-mod-wsgi ]] 2025-03-07 07:49:07.323 | + functions-common:is_package_installed:1472 : [[ -z deb ]] 2025-03-07 07:49:07.325 | + functions-common:is_package_installed:1476 : [[ deb = \d\e\b ]] 2025-03-07 07:49:07.327 | + functions-common:is_package_installed:1477 : dpkg -s libapache2-mod-wsgi 2025-03-07 07:49:07.340 | + lib/apache:install_apache_wsgi:149 : install_package libapache2-mod-wsgi-py3 2025-03-07 07:49:07.342 | + functions-common:install_package:1459 : update_package_repo 2025-03-07 07:49:07.344 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2025-03-07 07:49:07.346 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2025-03-07 07:49:07.348 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2025-03-07 07:49:07.350 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2025-03-07 07:49:07.352 | + functions-common:update_package_repo:1439 : is_ubuntu 2025-03-07 07:49:07.354 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:49:07.356 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:49:07.358 | + functions-common:update_package_repo:1440 : apt_get_update 2025-03-07 07:49:07.360 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2025-03-07 07:49:07.362 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2025-03-07 07:49:07.364 | + functions-common:apt_get_update:1186 : return 2025-03-07 07:49:07.366 | + functions-common:install_package:1460 : real_install_package libapache2-mod-wsgi-py3 2025-03-07 07:49:07.368 | + functions-common:real_install_package:1445 : is_ubuntu 2025-03-07 07:49:07.370 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:49:07.372 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:49:07.374 | + functions-common:real_install_package:1446 : apt_get install libapache2-mod-wsgi-py3 2025-03-07 07:49:07.391 | + functions-common:apt_get:1226 : 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-03-07 07:49:07.451 | Reading package lists... 2025-03-07 07:49:07.665 | Building dependency tree... 2025-03-07 07:49:07.666 | Reading state information... 2025-03-07 07:49:07.878 | libapache2-mod-wsgi-py3 is already the newest version (4.9.0-1ubuntu0.1). 2025-03-07 07:49:07.878 | 0 upgraded, 0 newly installed, 0 to remove and 74 not upgraded. 2025-03-07 07:49:07.882 | + functions-common:apt_get:1230 : result=0 2025-03-07 07:49:07.884 | + functions-common:apt_get:1233 : time_stop apt-get 2025-03-07 07:49:07.886 | + functions-common:time_stop:2435 : local name 2025-03-07 07:49:07.889 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:49:07.890 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:49:07.892 | + functions-common:time_stop:2438 : local total 2025-03-07 07:49:07.894 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:49:07.896 | + functions-common:time_stop:2441 : name=apt-get 2025-03-07 07:49:07.898 | + functions-common:time_stop:2442 : start_time=1741333747388 2025-03-07 07:49:07.900 | + functions-common:time_stop:2444 : [[ -z 1741333747388 ]] 2025-03-07 07:49:07.902 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:49:07.905 | + functions-common:time_stop:2447 : end_time=1741333747903 2025-03-07 07:49:07.907 | + functions-common:time_stop:2448 : elapsed_time=515 2025-03-07 07:49:07.909 | + functions-common:time_stop:2449 : total=24102 2025-03-07 07:49:07.911 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:49:07.913 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=24617 2025-03-07 07:49:07.915 | + functions-common:apt_get:1234 : return 0 2025-03-07 07:49:07.917 | + lib/apache:install_apache_wsgi:164 : enable_apache_mod wsgi 2025-03-07 07:49:07.919 | + lib/apache:enable_apache_mod:59 : local mod=wsgi 2025-03-07 07:49:07.921 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2025-03-07 07:49:07.923 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:49:07.925 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:49:07.927 | + lib/apache:enable_apache_mod:64 : [[ wsgi != \v\e\r\s\i\o\n ]] 2025-03-07 07:49:07.929 | + lib/apache:enable_apache_mod:64 : a2query -m wsgi 2025-03-07 07:49:07.957 | wsgi (enabled by maintainer script) 2025-03-07 07:49:07.959 | + lib/placement:install_placement:152 : pip_install_gr osc-placement 2025-03-07 07:49:07.961 | + inc/python:pip_install_gr:76 : local name=osc-placement 2025-03-07 07:49:07.963 | + inc/python:pip_install_gr:77 : local clean_name 2025-03-07 07:49:07.966 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2025-03-07 07:49:07.968 | ++ inc/python:get_from_global_requirements:221 : local package=osc-placement 2025-03-07 07:49:07.970 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2025-03-07 07:49:07.973 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^osc-placement' /opt/stack//requirements/global-requirements.txt 2025-03-07 07:49:07.973 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2025-03-07 07:49:07.977 | ++ inc/python:get_from_global_requirements:223 : required_pkg='osc-placement ' 2025-03-07 07:49:07.979 | ++ inc/python:get_from_global_requirements:224 : [[ osc-placement == '' ]] 2025-03-07 07:49:07.980 | ++ inc/python:get_from_global_requirements:227 : echo osc-placement 2025-03-07 07:49:07.983 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2025-03-07 07:49:07.985 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2025-03-07 07:49:08.002 | Using python 3.10 to install osc-placement 2025-03-07 07:49:08.004 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt osc-placement 2025-03-07 07:49:09.043 | Collecting osc-placement 2025-03-07 07:49:09.045 | Using cached osc_placement-4.1.0-py3-none-any.whl (64 kB) 2025-03-07 07:49:09.052 | Requirement already satisfied: oslo.utils>=3.37.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (6.1.0) 2025-03-07 07:49:09.053 | Requirement already satisfied: osc-lib>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (2.7.0) 2025-03-07 07:49:09.055 | Requirement already satisfied: pbr>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (5.11.1) 2025-03-07 07:49:09.055 | Requirement already satisfied: keystoneauth1>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (5.1.3) 2025-03-07 07:49:09.055 | Requirement already satisfied: simplejson>=3.16.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (3.17.6) 2025-03-07 07:49:09.080 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.1.0) 2025-03-07 07:49:09.081 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (2.28.1) 2025-03-07 07:49:09.082 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (5.0.0) 2025-03-07 07:49:09.083 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.16.0) 2025-03-07 07:49:09.084 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.7.0) 2025-03-07 07:49:09.090 | Requirement already satisfied: openstacksdk>=0.15.0 in /usr/local/lib/python3.10/dist-packages (from osc-lib>=1.2.0->osc-placement) (1.0.2) 2025-03-07 07:49:09.091 | Requirement already satisfied: cliff>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from osc-lib>=1.2.0->osc-placement) (4.2.0) 2025-03-07 07:49:09.091 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from osc-lib>=1.2.0->osc-placement) (6.0.0) 2025-03-07 07:49:09.097 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (0.8.0) 2025-03-07 07:49:09.098 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (23.1) 2025-03-07 07:49:09.099 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.37.0->osc-placement) (0.11.0) 2025-03-07 07:49:09.100 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2.5.0) 2025-03-07 07:49:09.101 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2022.4) 2025-03-07 07:49:09.101 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (3.0.9) 2025-03-07 07:49:09.108 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (2.4.2) 2025-03-07 07:49:09.109 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (5.0.0) 2025-03-07 07:49:09.110 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.4.1) 2025-03-07 07:49:09.111 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (6.0) 2025-03-07 07:49:09.112 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.5.1) 2025-03-07 07:49:09.115 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.utils>=3.37.0->osc-placement) (1.14.1) 2025-03-07 07:49:09.129 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.4) 2025-03-07 07:49:09.131 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.32) 2025-03-07 07:49:09.132 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.1.8) 2025-03-07 07:49:09.132 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (38.0.2) 2025-03-07 07:49:09.133 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.0.1) 2025-03-07 07:49:09.135 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (5.1.1) 2025-03-07 07:49:09.135 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.0) 2025-03-07 07:49:09.155 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (1.26.12) 2025-03-07 07:49:09.155 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2.1.1) 2025-03-07 07:49:09.155 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (3.4) 2025-03-07 07:49:09.155 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2020.6.20) 2025-03-07 07:49:09.210 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.2.5) 2025-03-07 07:49:09.211 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.10/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (22.1.0) 2025-03-07 07:49:09.212 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (1.8.2) 2025-03-07 07:49:09.230 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.15.1) 2025-03-07 07:49:09.258 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.8.1) 2025-03-07 07:49:09.320 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.21) 2025-03-07 07:49:10.157 | Installing collected packages: osc-placement 2025-03-07 07:49:10.236 | Successfully installed osc-placement-4.1.0 2025-03-07 07:49:10.236 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2025-03-07 07:49:10.338 | + inc/python:pip_install:196 : result=0 2025-03-07 07:49:10.340 | + inc/python:pip_install:198 : time_stop pip_install 2025-03-07 07:49:10.343 | + functions-common:time_stop:2435 : local name 2025-03-07 07:49:10.345 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:49:10.347 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:49:10.349 | + functions-common:time_stop:2438 : local total 2025-03-07 07:49:10.351 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:49:10.353 | + functions-common:time_stop:2441 : name=pip_install 2025-03-07 07:49:10.355 | + functions-common:time_stop:2442 : start_time=1741333747998 2025-03-07 07:49:10.357 | + functions-common:time_stop:2444 : [[ -z 1741333747998 ]] 2025-03-07 07:49:10.360 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:49:10.363 | + functions-common:time_stop:2447 : end_time=1741333750361 2025-03-07 07:49:10.365 | + functions-common:time_stop:2448 : elapsed_time=2363 2025-03-07 07:49:10.367 | + functions-common:time_stop:2449 : total=78647 2025-03-07 07:49:10.369 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:49:10.372 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=81010 2025-03-07 07:49:10.374 | + inc/python:pip_install:199 : return 0 2025-03-07 07:49:10.376 | + lib/placement:install_placement:153 : git_clone https://opendev.org/openstack/placement.git /opt/stack//placement unmaintained/2023.1 2025-03-07 07:49:10.378 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/placement.git 2025-03-07 07:49:10.380 | + functions-common:git_clone:613 : local git_dest=/opt/stack//placement 2025-03-07 07:49:10.382 | + functions-common:git_clone:614 : local git_ref=unmaintained/2023.1 2025-03-07 07:49:10.384 | + functions-common:git_clone:615 : local orig_dir 2025-03-07 07:49:10.386 | ++ functions-common:git_clone:616 : pwd 2025-03-07 07:49:10.389 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2025-03-07 07:49:10.391 | + functions-common:git_clone:617 : local git_clone_flags= 2025-03-07 07:49:10.394 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2025-03-07 07:49:10.407 | + functions-common:git_clone:619 : RECLONE=False 2025-03-07 07:49:10.409 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2025-03-07 07:49:10.411 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2025-03-07 07:49:10.413 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2025-03-07 07:49:10.415 | + functions-common:git_clone:633 : echo unmaintained/2023.1 2025-03-07 07:49:10.415 | + functions-common:git_clone:633 : egrep -q '^refs' 2025-03-07 07:49:10.419 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//placement ]] 2025-03-07 07:49:10.421 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2025-03-07 07:49:10.423 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2025-03-07 07:49:10.425 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:49:10.427 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:49:10.429 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:49:10.431 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:49:10.432 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:49:10.434 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:49:10.436 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:49:10.438 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:49:10.440 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:49:10.444 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333750441 2025-03-07 07:49:10.445 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2025-03-07 07:49:10.448 | Cloning into '/opt/stack//placement'... 2025-03-07 07:49:13.770 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:49:13.772 | + functions-common:time_stop:2435 : local name 2025-03-07 07:49:13.774 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:49:13.776 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:49:13.778 | + functions-common:time_stop:2438 : local total 2025-03-07 07:49:13.780 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:49:13.781 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:49:13.783 | + functions-common:time_stop:2442 : start_time=1741333750441 2025-03-07 07:49:13.785 | + functions-common:time_stop:2444 : [[ -z 1741333750441 ]] 2025-03-07 07:49:13.788 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:49:13.791 | + functions-common:time_stop:2447 : end_time=1741333753789 2025-03-07 07:49:13.792 | + functions-common:time_stop:2448 : elapsed_time=3348 2025-03-07 07:49:13.794 | + functions-common:time_stop:2449 : total=102257 2025-03-07 07:49:13.796 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:49:13.798 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=105605 2025-03-07 07:49:13.800 | + functions-common:git_clone:654 : cd /opt/stack//placement 2025-03-07 07:49:13.802 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin unmaintained/2023.1 2025-03-07 07:49:13.804 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:49:13.806 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:49:13.808 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:49:13.810 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:49:13.812 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:49:13.814 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:49:13.816 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:49:13.817 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:49:13.820 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:49:13.823 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333753821 2025-03-07 07:49:13.825 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin unmaintained/2023.1 2025-03-07 07:49:15.166 | From https://opendev.org/openstack/placement 2025-03-07 07:49:15.166 | * branch unmaintained/2023.1 -> FETCH_HEAD 2025-03-07 07:49:15.170 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:49:15.172 | + functions-common:time_stop:2435 : local name 2025-03-07 07:49:15.174 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:49:15.176 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:49:15.178 | + functions-common:time_stop:2438 : local total 2025-03-07 07:49:15.180 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:49:15.182 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:49:15.183 | + functions-common:time_stop:2442 : start_time=1741333753821 2025-03-07 07:49:15.186 | + functions-common:time_stop:2444 : [[ -z 1741333753821 ]] 2025-03-07 07:49:15.188 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:49:15.191 | + functions-common:time_stop:2447 : end_time=1741333755189 2025-03-07 07:49:15.193 | + functions-common:time_stop:2448 : elapsed_time=1368 2025-03-07 07:49:15.195 | + functions-common:time_stop:2449 : total=105605 2025-03-07 07:49:15.197 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:49:15.199 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=106973 2025-03-07 07:49:15.201 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2025-03-07 07:49:15.203 | + functions-common:git_timed:720 : local count=0 2025-03-07 07:49:15.205 | + functions-common:git_timed:721 : local timeout=0 2025-03-07 07:49:15.206 | + functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:49:15.208 | + functions-common:git_timed:724 : timeout=0 2025-03-07 07:49:15.210 | + functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:49:15.212 | + functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:49:15.214 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:49:15.216 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:49:15.219 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:49:15.222 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333755220 2025-03-07 07:49:15.224 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-03-07 07:49:15.250 | Note: switching to 'FETCH_HEAD'. 2025-03-07 07:49:15.250 | 2025-03-07 07:49:15.250 | You are in 'detached HEAD' state. You can look around, make experimental 2025-03-07 07:49:15.250 | changes and commit them, and you can discard any commits you make in this 2025-03-07 07:49:15.250 | state without impacting any branches by switching back to a branch. 2025-03-07 07:49:15.250 | 2025-03-07 07:49:15.250 | If you want to create a new branch to retain commits you create, you may 2025-03-07 07:49:15.250 | do so (now or later) by using -c with the switch command. Example: 2025-03-07 07:49:15.250 | 2025-03-07 07:49:15.250 | git switch -c 2025-03-07 07:49:15.250 | 2025-03-07 07:49:15.250 | Or undo this operation with: 2025-03-07 07:49:15.250 | 2025-03-07 07:49:15.250 | git switch - 2025-03-07 07:49:15.250 | 2025-03-07 07:49:15.250 | Turn off this advice by setting config variable advice.detachedHead to false 2025-03-07 07:49:15.250 | 2025-03-07 07:49:15.250 | HEAD is now at 938fc62 Update .gitreview for unmaintained/2023.1 2025-03-07 07:49:15.253 | + functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:49:15.255 | + functions-common:time_stop:2435 : local name 2025-03-07 07:49:15.257 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:49:15.259 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:49:15.261 | + functions-common:time_stop:2438 : local total 2025-03-07 07:49:15.263 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:49:15.265 | + functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:49:15.266 | + functions-common:time_stop:2442 : start_time=1741333755220 2025-03-07 07:49:15.268 | + functions-common:time_stop:2444 : [[ -z 1741333755220 ]] 2025-03-07 07:49:15.271 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:49:15.274 | + functions-common:time_stop:2447 : end_time=1741333755271 2025-03-07 07:49:15.275 | + functions-common:time_stop:2448 : elapsed_time=51 2025-03-07 07:49:15.277 | + functions-common:time_stop:2449 : total=106973 2025-03-07 07:49:15.279 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:49:15.281 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=107024 2025-03-07 07:49:15.283 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//placement 2025-03-07 07:49:15.293 | + functions-common:git_clone:695 : cd /opt/stack//placement 2025-03-07 07:49:15.295 | + functions-common:git_clone:696 : git show --oneline 2025-03-07 07:49:15.295 | + functions-common:git_clone:696 : head -1 2025-03-07 07:49:15.297 | 938fc62 Update .gitreview for unmaintained/2023.1 2025-03-07 07:49:15.300 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2025-03-07 07:49:15.302 | + lib/placement:install_placement:154 : setup_develop /opt/stack//placement 2025-03-07 07:49:15.304 | + inc/python:setup_develop:334 : local bindep 2025-03-07 07:49:15.306 | + inc/python:setup_develop:335 : [[ /opt/stack//placement == -bindep* ]] 2025-03-07 07:49:15.307 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//placement 2025-03-07 07:49:15.309 | + inc/python:setup_develop:340 : local extras= 2025-03-07 07:49:15.311 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//placement -e 2025-03-07 07:49:15.313 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2025-03-07 07:49:15.315 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//placement == -bindep* ]] 2025-03-07 07:49:15.317 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//placement 2025-03-07 07:49:15.319 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2025-03-07 07:49:15.321 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2025-03-07 07:49:15.324 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//placement 2025-03-07 07:49:15.325 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2025-03-07 07:49:15.328 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/placement 2025-03-07 07:49:15.330 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2025-03-07 07:49:15.332 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2025-03-07 07:49:15.334 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2025-03-07 07:49:15.339 | + inc/python:_setup_package_with_constraints_edit:381 : name=openstack-placement 2025-03-07 07:49:15.341 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- openstack-placement 2025-03-07 07:49:15.660 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/placement -e 2025-03-07 07:49:15.662 | + inc/python:setup_package:414 : local bindep=0 2025-03-07 07:49:15.664 | + inc/python:setup_package:415 : local bindep_flag= 2025-03-07 07:49:15.666 | + inc/python:setup_package:416 : local bindep_profiles= 2025-03-07 07:49:15.668 | + inc/python:setup_package:417 : [[ /opt/stack/placement == -bindep* ]] 2025-03-07 07:49:15.670 | + inc/python:setup_package:422 : local project_dir=/opt/stack/placement 2025-03-07 07:49:15.672 | + inc/python:setup_package:423 : local flags=-e 2025-03-07 07:49:15.674 | + inc/python:setup_package:424 : local extras= 2025-03-07 07:49:15.676 | + inc/python:setup_package:428 : [[ -n -e ]] 2025-03-07 07:49:15.678 | + inc/python:setup_package:428 : [[ -z '' ]] 2025-03-07 07:49:15.680 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2025-03-07 07:49:15.682 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2025-03-07 07:49:15.684 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2025-03-07 07:49:15.687 | + inc/python:setup_package:442 : pip_install -e /opt/stack/placement 2025-03-07 07:49:15.702 | Using python 3.10 to install /opt/stack/placement 2025-03-07 07:49:15.704 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/placement 2025-03-07 07:49:16.643 | Obtaining file:///opt/stack/placement 2025-03-07 07:49:16.644 | Preparing metadata (setup.py): started 2025-03-07 07:49:17.029 | Preparing metadata (setup.py): finished with status 'done' 2025-03-07 07:49:17.085 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (2.5.1) 2025-03-07 07:49:17.085 | Requirement already satisfied: SQLAlchemy>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (1.4.41) 2025-03-07 07:49:17.086 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (1.8.7) 2025-03-07 07:49:17.086 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (4.16.0) 2025-03-07 07:49:17.087 | Requirement already satisfied: keystonemiddleware>=4.18.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (10.2.0) 2025-03-07 07:49:17.088 | Requirement already satisfied: microversion-parse>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (1.0.1) 2025-03-07 07:49:17.089 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (1.1.0) 2025-03-07 07:49:17.089 | Requirement already satisfied: os-traits>=2.10.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (2.10.0) 2025-03-07 07:49:17.090 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.1.1) 2025-03-07 07:49:17.091 | Requirement already satisfied: oslo.config>=6.7.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (9.1.1) 2025-03-07 07:49:17.092 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.1.1) 2025-03-07 07:49:17.092 | Requirement already satisfied: oslo.db>=8.6.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (12.3.3) 2025-03-07 07:49:17.093 | Requirement already satisfied: oslo.log>=4.3.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.2.1) 2025-03-07 07:49:17.094 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.1.1) 2025-03-07 07:49:17.095 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (4.1.1) 2025-03-07 07:49:17.096 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.1.2) 2025-03-07 07:49:17.096 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (2.1.1) 2025-03-07 07:49:17.097 | Requirement already satisfied: oslo.utils>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (6.1.0) 2025-03-07 07:49:17.099 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.11.1) 2025-03-07 07:49:17.099 | Requirement already satisfied: requests>=2.25.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (2.28.1) 2025-03-07 07:49:17.099 | 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 /usr/lib/python3/dist-packages (from openstack-placement==0.0.1.dev9) (59.6.0) 2025-03-07 07:49:17.117 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->openstack-placement==0.0.1.dev9) (22.1.0) 2025-03-07 07:49:17.118 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->openstack-placement==0.0.1.dev9) (0.18.1) 2025-03-07 07:49:17.142 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (3.1.1) 2025-03-07 07:49:17.143 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (6.0.0) 2025-03-07 07:49:17.143 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (5.1.3) 2025-03-07 07:49:17.144 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (1.16.0) 2025-03-07 07:49:17.145 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (3.3.1) 2025-03-07 07:49:17.146 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (5.1.0) 2025-03-07 07:49:17.155 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=3.26.0->openstack-placement==0.0.1.dev9) (0.18) 2025-03-07 07:49:17.173 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (6.0) 2025-03-07 07:49:17.174 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (0.8.0) 2025-03-07 07:49:17.174 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (1.5.0) 2025-03-07 07:49:17.175 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (2.5.0) 2025-03-07 07:49:17.176 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (5.0.0) 2025-03-07 07:49:17.218 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (0.5.0) 2025-03-07 07:49:17.219 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (0.13.0) 2025-03-07 07:49:17.220 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (2.0.1) 2025-03-07 07:49:17.221 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (1.8.1) 2025-03-07 07:49:17.239 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.3.0->openstack-placement==0.0.1.dev9) (2.8.2) 2025-03-07 07:49:17.241 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.3.0->openstack-placement==0.0.1.dev9) (0.9.6) 2025-03-07 07:49:17.249 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==0.0.1.dev9) (3.3.0) 2025-03-07 07:49:17.251 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==0.0.1.dev9) (4.0.0) 2025-03-07 07:49:17.251 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==0.0.1.dev9) (3.1.2) 2025-03-07 07:49:17.261 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==0.0.1.dev9) (1.0.4) 2025-03-07 07:49:17.262 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==0.0.1.dev9) (2022.4) 2025-03-07 07:49:17.267 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from oslo.upgradecheck>=1.3.0->openstack-placement==0.0.1.dev9) (3.4.1) 2025-03-07 07:49:17.274 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.5.0->openstack-placement==0.0.1.dev9) (3.0.9) 2025-03-07 07:49:17.275 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.5.0->openstack-placement==0.0.1.dev9) (23.1) 2025-03-07 07:49:17.276 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.5.0->openstack-placement==0.0.1.dev9) (0.11.0) 2025-03-07 07:49:17.277 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.5.0->openstack-placement==0.0.1.dev9) (1.1.0) 2025-03-07 07:49:17.288 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.0->openstack-placement==0.0.1.dev9) (2.1.1) 2025-03-07 07:49:17.288 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.0->openstack-placement==0.0.1.dev9) (3.4) 2025-03-07 07:49:17.289 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.0->openstack-placement==0.0.1.dev9) (2020.6.20) 2025-03-07 07:49:17.290 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.0->openstack-placement==0.0.1.dev9) (1.26.12) 2025-03-07 07:49:17.297 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->openstack-placement==0.0.1.dev9) (0.7) 2025-03-07 07:49:17.359 | Requirement already satisfied: greenlet!=0.4.17 in /usr/local/lib/python3.10/dist-packages (from SQLAlchemy>=1.4.0->openstack-placement==0.0.1.dev9) (1.1.3) 2025-03-07 07:49:17.374 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=0.9.6->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (1.2.3) 2025-03-07 07:49:17.416 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (1.14.1) 2025-03-07 07:49:17.435 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->openstack-placement==0.0.1.dev9) (2.1.1) 2025-03-07 07:49:17.461 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (1.7.0) 2025-03-07 07:49:17.492 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.10/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (1.1.8) 2025-03-07 07:49:17.509 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->openstack-placement==0.0.1.dev9) (0.2.5) 2025-03-07 07:49:17.579 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (0.5.2) 2025-03-07 07:49:17.580 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (0.4.3) 2025-03-07 07:49:17.580 | Requirement already satisfied: decorator in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (5.1.1) 2025-03-07 07:49:17.605 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (2.5.0) 2025-03-07 07:49:18.401 | Installing collected packages: openstack-placement 2025-03-07 07:49:18.402 | Running setup.py develop for openstack-placement 2025-03-07 07:49:19.031 | Successfully installed openstack-placement 2025-03-07 07:49:19.031 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2025-03-07 07:49:19.133 | + inc/python:pip_install:196 : result=0 2025-03-07 07:49:19.136 | + inc/python:pip_install:198 : time_stop pip_install 2025-03-07 07:49:19.138 | + functions-common:time_stop:2435 : local name 2025-03-07 07:49:19.139 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:49:19.141 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:49:19.143 | + functions-common:time_stop:2438 : local total 2025-03-07 07:49:19.145 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:49:19.147 | + functions-common:time_stop:2441 : name=pip_install 2025-03-07 07:49:19.149 | + functions-common:time_stop:2442 : start_time=1741333755698 2025-03-07 07:49:19.150 | + functions-common:time_stop:2444 : [[ -z 1741333755698 ]] 2025-03-07 07:49:19.153 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:49:19.156 | + functions-common:time_stop:2447 : end_time=1741333759154 2025-03-07 07:49:19.158 | + functions-common:time_stop:2448 : elapsed_time=3456 2025-03-07 07:49:19.159 | + functions-common:time_stop:2449 : total=81010 2025-03-07 07:49:19.161 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:49:19.163 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=84466 2025-03-07 07:49:19.165 | + inc/python:pip_install:199 : return 0 2025-03-07 07:49:19.167 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2025-03-07 07:49:19.169 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/placement/openstack_placement.egg-info 2025-03-07 07:49:19.171 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/placement/openstack_placement.egg-info 2025-03-07 07:49:19.186 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/placement/openstack_placement.egg-info 2025-03-07 07:49:19.196 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/placement 2025-03-07 07:49:19.198 | + inc/python:use_library_from_git:246 : local name=/opt/stack/placement 2025-03-07 07:49:19.199 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:49:19.201 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:49:19.203 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/placement, ]] 2025-03-07 07:49:19.205 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:49:19.207 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-03-07 07:49:19.209 | + stack.sh:main:952 : configure_placement 2025-03-07 07:49:19.211 | + lib/placement:configure_placement:112 : sudo install -d -o stack /etc/placement 2025-03-07 07:49:19.220 | + lib/placement:configure_placement:113 : create_placement_conf 2025-03-07 07:49:19.222 | + lib/placement:create_placement_conf:102 : rm -f /etc/placement/placement.conf 2025-03-07 07:49:19.226 | ++ lib/placement:create_placement_conf:103 : database_connection_url placement 2025-03-07 07:49:19.228 | ++ lib/database:database_connection_url:134 : local db=placement 2025-03-07 07:49:19.230 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2025-03-07 07:49:19.231 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=placement 2025-03-07 07:49:19.233 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2025-03-07 07:49:19.235 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2025-03-07 07:49:19.237 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8' 2025-03-07 07:49:19.240 | + 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' 2025-03-07 07:49:19.266 | + lib/placement:create_placement_conf:104 : iniset /etc/placement/placement.conf DEFAULT debug True 2025-03-07 07:49:19.291 | + lib/placement:create_placement_conf:105 : iniset /etc/placement/placement.conf api auth_strategy keystone 2025-03-07 07:49:19.316 | + lib/placement:create_placement_conf:106 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2025-03-07 07:49:19.318 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/placement/placement.conf 2025-03-07 07:49:19.320 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2025-03-07 07:49:19.322 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-03-07 07:49:19.324 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2025-03-07 07:49:19.349 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2025-03-07 07:49:19.373 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-03-07 07:49:19.397 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2025-03-07 07:49:19.420 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken password nomoresecret 2025-03-07 07:49:19.443 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2025-03-07 07:49:19.466 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2025-03-07 07:49:19.490 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2025-03-07 07:49:19.513 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-03-07 07:49:19.537 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2025-03-07 07:49:19.561 | + lib/placement:create_placement_conf:107 : setup_logging /etc/placement/placement.conf 2025-03-07 07:49:19.563 | + functions:setup_logging:685 : setup_systemd_logging /etc/placement/placement.conf 2025-03-07 07:49:19.565 | + functions:setup_systemd_logging:700 : local conf_file=/etc/placement/placement.conf 2025-03-07 07:49:19.568 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-03-07 07:49:19.582 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-03-07 07:49:19.583 | + functions:setup_systemd_logging:706 : local pidstr= 2025-03-07 07:49:19.585 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-03-07 07:49:19.587 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-03-07 07:49:19.589 | + 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-03-07 07:49:19.614 | + 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-03-07 07:49:19.639 | + 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-03-07 07:49:19.663 | + functions:setup_systemd_logging:717 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-03-07 07:49:19.687 | + lib/placement:configure_placement:115 : [[ uwsgi == \u\w\s\g\i ]] 2025-03-07 07:49:19.688 | + lib/placement:configure_placement:116 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2025-03-07 07:49:19.690 | + lib/apache:write_uwsgi_config:254 : local file=/etc/placement/placement-uwsgi.ini 2025-03-07 07:49:19.692 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/placement-api 2025-03-07 07:49:19.694 | + lib/apache:write_uwsgi_config:256 : local url=/placement 2025-03-07 07:49:19.696 | + lib/apache:write_uwsgi_config:257 : local http= 2025-03-07 07:49:19.698 | + lib/apache:write_uwsgi_config:258 : local name= 2025-03-07 07:49:19.701 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/placement-api 2025-03-07 07:49:19.704 | + lib/apache:write_uwsgi_config:259 : name=placement-api 2025-03-07 07:49:19.706 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2025-03-07 07:49:19.708 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2025-03-07 07:49:19.718 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2025-03-07 07:49:19.718 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-03-07 07:49:19.724 | d /var/run/uwsgi 0755 stack root 2025-03-07 07:49:19.727 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-03-07 07:49:19.735 | /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-03-07 07:49:19.738 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/placement-api.socket 2025-03-07 07:49:19.740 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/placement/placement-uwsgi.ini 2025-03-07 07:49:19.743 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2025-03-07 07:49:19.769 | + lib/apache:write_uwsgi_config:276 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2025-03-07 07:49:19.792 | + lib/apache:write_uwsgi_config:278 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2025-03-07 07:49:19.817 | + lib/apache:write_uwsgi_config:280 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2025-03-07 07:49:19.840 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2025-03-07 07:49:19.864 | + lib/apache:write_uwsgi_config:284 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 80 2025-03-07 07:49:19.889 | + lib/apache:write_uwsgi_config:285 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2025-03-07 07:49:19.913 | + lib/apache:write_uwsgi_config:286 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2025-03-07 07:49:19.937 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2025-03-07 07:49:19.961 | + lib/apache:write_uwsgi_config:290 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-03-07 07:49:19.984 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2025-03-07 07:49:20.008 | + lib/apache:write_uwsgi_config:294 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2025-03-07 07:49:20.034 | + lib/apache:write_uwsgi_config:296 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2025-03-07 07:49:20.059 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2025-03-07 07:49:20.061 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2025-03-07 07:49:20.063 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for placement-api 2025-03-07 07:49:20.065 | ++ lib/apache:apache_site_config_for:186 : local site=placement-api 2025-03-07 07:49:20.067 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2025-03-07 07:49:20.069 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:49:20.071 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:49:20.073 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/placement-api.conf 2025-03-07 07:49:20.076 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2025-03-07 07:49:20.078 | + lib/apache:write_uwsgi_config:304 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2025-03-07 07:49:20.102 | + lib/apache:write_uwsgi_config:305 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2025-03-07 07:49:20.126 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 ' 2025-03-07 07:49:20.126 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2025-03-07 07:49:20.133 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 2025-03-07 07:49:20.136 | + lib/apache:write_uwsgi_config:307 : enable_apache_site placement-api 2025-03-07 07:49:20.138 | + lib/apache:enable_apache_site:203 : local site=placement-api 2025-03-07 07:49:20.140 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2025-03-07 07:49:20.142 | + lib/apache:enable_apache_mod:59 : local mod=version 2025-03-07 07:49:20.144 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2025-03-07 07:49:20.145 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:49:20.147 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:49:20.149 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2025-03-07 07:49:20.151 | + lib/apache:enable_apache_site:206 : is_ubuntu 2025-03-07 07:49:20.153 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:49:20.155 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:49:20.157 | + lib/apache:enable_apache_site:207 : sudo a2ensite placement-api 2025-03-07 07:49:20.190 | Enabling site placement-api. 2025-03-07 07:49:20.194 | To activate the new configuration, you need to run: 2025-03-07 07:49:20.194 | systemctl reload apache2 2025-03-07 07:49:20.197 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2025-03-07 07:49:20.199 | + lib/apache:restart_apache_server:250 : restart_service apache2 2025-03-07 07:49:20.201 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-03-07 07:49:20.203 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2025-03-07 07:49:20.332 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2025-03-07 07:49:20.334 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2025-03-07 07:49:20.336 | + lib/placement:configure_placement:124 : iniset /etc/placement/placement.conf oslo_policy enforce_new_defaults False 2025-03-07 07:49:20.363 | + lib/placement:configure_placement:125 : iniset /etc/placement/placement.conf oslo_policy enforce_scope False 2025-03-07 07:49:20.388 | + stack.sh:main:959 : is_service_enabled placement placement-client 2025-03-07 07:49:20.402 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:49:20.404 | + stack.sh:main:960 : is_service_enabled n-cpu 2025-03-07 07:49:20.417 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:49:20.419 | + stack.sh:main:960 : is_service_enabled n-sch 2025-03-07 07:49:20.432 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:49:20.434 | + stack.sh:main:961 : configure_placement_nova_compute 2025-03-07 07:49:20.435 | + lib/nova:configure_placement_nova_compute:621 : local conf=/etc/nova/nova.conf 2025-03-07 07:49:20.437 | + lib/nova:configure_placement_nova_compute:622 : iniset /etc/nova/nova.conf placement auth_type password 2025-03-07 07:49:20.464 | + lib/nova:configure_placement_nova_compute:623 : iniset /etc/nova/nova.conf placement auth_url http://10.180.1.21/identity 2025-03-07 07:49:20.487 | + lib/nova:configure_placement_nova_compute:624 : iniset /etc/nova/nova.conf placement username placement 2025-03-07 07:49:20.512 | + lib/nova:configure_placement_nova_compute:625 : iniset /etc/nova/nova.conf placement password nomoresecret 2025-03-07 07:49:20.536 | + lib/nova:configure_placement_nova_compute:626 : iniset /etc/nova/nova.conf placement user_domain_name Default 2025-03-07 07:49:20.561 | + lib/nova:configure_placement_nova_compute:627 : iniset /etc/nova/nova.conf placement project_name service 2025-03-07 07:49:20.585 | + lib/nova:configure_placement_nova_compute:628 : iniset /etc/nova/nova.conf placement project_domain_name Default 2025-03-07 07:49:20.610 | + lib/nova:configure_placement_nova_compute:629 : iniset /etc/nova/nova.conf placement region_name RegionOne 2025-03-07 07:49:20.634 | + stack.sh:main:965 : is_service_enabled horizon 2025-03-07 07:49:20.647 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:49:20.650 | + stack.sh:main:970 : is_service_enabled tls-proxy 2025-03-07 07:49:20.664 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:49:20.666 | + stack.sh:main:978 : run_phase stack install 2025-03-07 07:49:20.668 | + functions-common:run_phase:1863 : local mode=stack 2025-03-07 07:49:20.670 | + functions-common:run_phase:1864 : local phase=install 2025-03-07 07:49:20.672 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2025-03-07 07:49:20.674 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2025-03-07 07:49:20.676 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-03-07 07:49:20.678 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2025-03-07 07:49:20.680 | + functions-common:run_phase:1873 : local extra 2025-03-07 07:49:20.683 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-03-07 07:49:20.686 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2025-03-07 07:49:20.688 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-03-07 07:49:20.690 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-03-07 07:49:20.692 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack install 2025-03-07 07:49:20.694 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-03-07 07:49:20.707 | ++ functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:49:20.708 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-03-07 07:49:20.710 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:49:20.712 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2025-03-07 07:49:20.714 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2025-03-07 07:49:20.716 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:49:20.718 | ++ stack.sh:echo_summary:455 : echo -e Installing Tempest 2025-03-07 07:49:20.720 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2025-03-07 07:49:20.722 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2025-03-07 07:49:20.770 | ++ inc/async:async_inner:63 : install_tempest 2025-03-07 07:49:20.799 | [3562 Async install_tempest:33398]: running: install_tempest 2025-03-07 07:49:20.802 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-03-07 07:49:20.804 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-03-07 07:49:20.806 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2025-03-07 07:49:20.808 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-03-07 07:49:20.810 | + functions-common:run_phase:1890 : run_plugins stack install 2025-03-07 07:49:20.812 | + functions-common:run_plugins:1849 : local mode=stack 2025-03-07 07:49:20.814 | + functions-common:run_plugins:1850 : local phase=install 2025-03-07 07:49:20.817 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2025-03-07 07:49:20.819 | + functions-common:run_plugins:1853 : local plugin 2025-03-07 07:49:20.821 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2025-03-07 07:49:20.823 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2025-03-07 07:49:20.825 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-03-07 07:49:20.827 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack install 2025-03-07 07:49:20.830 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-03-07 07:49:20.832 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:49:20.834 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2025-03-07 07:49:20.836 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:9 : echo_summary 'Installing Networking-NSX-T' 2025-03-07 07:49:20.838 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:49:20.840 | ++ stack.sh:echo_summary:455 : echo -e Installing Networking-NSX-T 2025-03-07 07:49:20.842 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:10 : setup_develop /opt/stack//networking-nsx-t 2025-03-07 07:49:20.844 | ++ inc/python:setup_develop:334 : local bindep 2025-03-07 07:49:20.846 | ++ inc/python:setup_develop:335 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2025-03-07 07:49:20.848 | ++ inc/python:setup_develop:339 : local project_dir=/opt/stack//networking-nsx-t 2025-03-07 07:49:20.849 | ++ inc/python:setup_develop:340 : local extras= 2025-03-07 07:49:20.852 | ++ inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//networking-nsx-t -e 2025-03-07 07:49:20.854 | ++ inc/python:_setup_package_with_constraints_edit:360 : local bindep 2025-03-07 07:49:20.856 | ++ inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2025-03-07 07:49:20.858 | ++ inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//networking-nsx-t 2025-03-07 07:49:20.860 | ++ inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2025-03-07 07:49:20.861 | ++ inc/python:_setup_package_with_constraints_edit:367 : local extras= 2025-03-07 07:49:20.864 | +++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//networking-nsx-t 2025-03-07 07:49:20.866 | +++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2025-03-07 07:49:20.868 | ++ inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/networking-nsx-t 2025-03-07 07:49:20.870 | ++ inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2025-03-07 07:49:20.872 | ++ inc/python:_setup_package_with_constraints_edit:380 : local name 2025-03-07 07:49:20.875 | +++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/networking-nsx-t/setup.cfg 2025-03-07 07:49:20.879 | ++ inc/python:_setup_package_with_constraints_edit:381 : name=networking_nsxv3 2025-03-07 07:49:20.881 | ++ inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- networking_nsxv3 2025-03-07 07:49:21.196 | ++ inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/networking-nsx-t -e 2025-03-07 07:49:21.198 | ++ inc/python:setup_package:414 : local bindep=0 2025-03-07 07:49:21.200 | ++ inc/python:setup_package:415 : local bindep_flag= 2025-03-07 07:49:21.202 | ++ inc/python:setup_package:416 : local bindep_profiles= 2025-03-07 07:49:21.204 | ++ inc/python:setup_package:417 : [[ /opt/stack/networking-nsx-t == -bindep* ]] 2025-03-07 07:49:21.206 | ++ inc/python:setup_package:422 : local project_dir=/opt/stack/networking-nsx-t 2025-03-07 07:49:21.208 | ++ inc/python:setup_package:423 : local flags=-e 2025-03-07 07:49:21.209 | ++ inc/python:setup_package:424 : local extras= 2025-03-07 07:49:21.211 | ++ inc/python:setup_package:428 : [[ -n -e ]] 2025-03-07 07:49:21.213 | ++ inc/python:setup_package:428 : [[ -z '' ]] 2025-03-07 07:49:21.215 | ++ inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2025-03-07 07:49:21.217 | ++ inc/python:setup_package:433 : [[ ! -z '' ]] 2025-03-07 07:49:21.219 | ++ inc/python:setup_package:438 : [[ 0 == 1 ]] 2025-03-07 07:49:21.221 | ++ inc/python:setup_package:442 : pip_install -e /opt/stack/networking-nsx-t 2025-03-07 07:49:21.236 | Using python 3.10 to install /opt/stack/networking-nsx-t 2025-03-07 07:49:21.238 | ++ inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/networking-nsx-t 2025-03-07 07:49:22.193 | Obtaining file:///opt/stack/networking-nsx-t 2025-03-07 07:49:22.194 | Preparing metadata (setup.py): started 2025-03-07 07:49:22.592 | Preparing metadata (setup.py): finished with status 'done' 2025-03-07 07:49:22.748 | Collecting Babel>=1.3 2025-03-07 07:49:22.797 | Using cached Babel-2.10.3-py3-none-any.whl (9.5 MB) 2025-03-07 07:49:22.844 | Requirement already satisfied: attrs in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (22.1.0) 2025-03-07 07:49:22.868 | Collecting ipaddress 2025-03-07 07:49:22.871 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) 2025-03-07 07:49:22.872 | Requirement already satisfied: netaddr in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (0.8.0) 2025-03-07 07:49:22.873 | Requirement already satisfied: neutron-lib>=1.13.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (3.4.3) 2025-03-07 07:49:22.874 | Requirement already satisfied: oslo.config>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (9.1.1) 2025-03-07 07:49:22.874 | Requirement already satisfied: oslo.i18n>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (6.0.0) 2025-03-07 07:49:22.876 | Requirement already satisfied: oslo.log>=1.8.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (5.2.1) 2025-03-07 07:49:22.876 | Requirement already satisfied: oslo.serialization>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (5.1.2) 2025-03-07 07:49:22.877 | Requirement already satisfied: oslo.service>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (3.1.2) 2025-03-07 07:49:22.877 | Requirement already satisfied: oslo.utils>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (6.1.0) 2025-03-07 07:49:22.879 | Requirement already satisfied: pbr>=1.6 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (5.11.1) 2025-03-07 07:49:22.879 | Requirement already satisfied: prometheus_client in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (0.14.1) 2025-03-07 07:49:22.880 | Requirement already satisfied: python-neutronclient in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (9.0.0) 2025-03-07 07:49:22.902 | Collecting ratelimiter 2025-03-07 07:49:22.904 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl (6.6 kB) 2025-03-07 07:49:22.905 | Requirement already satisfied: tooz in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev9) (3.2.0) 2025-03-07 07:49:22.907 | Requirement already satisfied: pytz>=2015.7 in /usr/local/lib/python3.10/dist-packages (from Babel>=1.3->networking-nsxv3==0.0.1.dev9) (2022.4) 2025-03-07 07:49:22.924 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (5.1.1) 2025-03-07 07:49:22.925 | Requirement already satisfied: oslo.versionedobjects>=1.31.2 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (3.1.0) 2025-03-07 07:49:22.926 | Requirement already satisfied: os-ken>=0.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (2.6.1) 2025-03-07 07:49:22.926 | Requirement already satisfied: oslo.messaging>=14.2.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (14.2.5) 2025-03-07 07:49:22.927 | Requirement already satisfied: SQLAlchemy>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (1.4.41) 2025-03-07 07:49:22.928 | Requirement already satisfied: keystoneauth1>=3.14.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (5.1.3) 2025-03-07 07:49:22.929 | Requirement already satisfied: setproctitle>=1.1.10 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (1.3.2) 2025-03-07 07:49:22.930 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (5.0.0) 2025-03-07 07:49:22.932 | Requirement already satisfied: os-traits>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (2.10.0) 2025-03-07 07:49:22.932 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (5.1.1) 2025-03-07 07:49:22.932 | Requirement already satisfied: oslo.policy>=3.6.2 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (4.1.1) 2025-03-07 07:49:22.933 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (3.4.3) 2025-03-07 07:49:22.934 | Requirement already satisfied: oslo.db>=4.44.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (12.3.3) 2025-03-07 07:49:22.935 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (1.8.7) 2025-03-07 07:49:22.936 | Requirement already satisfied: pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (1.4.2) 2025-03-07 07:49:22.955 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev9) (2.28.1) 2025-03-07 07:49:22.956 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev9) (1.5.0) 2025-03-07 07:49:22.957 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev9) (6.0) 2025-03-07 07:49:22.957 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev9) (2.5.0) 2025-03-07 07:49:23.001 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=1.8.0->networking-nsxv3==0.0.1.dev9) (0.9.6) 2025-03-07 07:49:23.003 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=1.8.0->networking-nsxv3==0.0.1.dev9) (2.8.2) 2025-03-07 07:49:23.007 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=1.4.0->networking-nsxv3==0.0.1.dev9) (1.0.4) 2025-03-07 07:49:23.017 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev9) (3.5.2) 2025-03-07 07:49:23.018 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev9) (1.4.0) 2025-03-07 07:49:23.019 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev9) (4.0.1) 2025-03-07 07:49:23.020 | Requirement already satisfied: eventlet>=0.25.2 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev9) (0.33.1) 2025-03-07 07:49:23.021 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev9) (2.5.1) 2025-03-07 07:49:23.022 | Requirement already satisfied: greenlet>=0.4.15 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev9) (1.1.3) 2025-03-07 07:49:23.023 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev9) (2.1.1) 2025-03-07 07:49:23.029 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=2.0.0->networking-nsxv3==0.0.1.dev9) (0.11.0) 2025-03-07 07:49:23.030 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=2.0.0->networking-nsxv3==0.0.1.dev9) (3.0.9) 2025-03-07 07:49:23.030 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=2.0.0->networking-nsxv3==0.0.1.dev9) (23.1) 2025-03-07 07:49:23.031 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=2.0.0->networking-nsxv3==0.0.1.dev9) (1.1.0) 2025-03-07 07:49:23.075 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev9) (5.1.0) 2025-03-07 07:49:23.076 | Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev9) (2.1.0) 2025-03-07 07:49:23.077 | Requirement already satisfied: osc-lib>=1.12.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev9) (2.7.0) 2025-03-07 07:49:23.078 | Requirement already satisfied: cliff>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev9) (4.2.0) 2025-03-07 07:49:23.079 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev9) (3.17.6) 2025-03-07 07:49:23.111 | Requirement already satisfied: tenacity>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev9) (6.3.1) 2025-03-07 07:49:23.112 | Requirement already satisfied: fasteners>=0.7 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev9) (0.18) 2025-03-07 07:49:23.113 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev9) (0.13.1) 2025-03-07 07:49:23.114 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev9) (2.4.1) 2025-03-07 07:49:23.121 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (2.4.2) 2025-03-07 07:49:23.121 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (5.0.0) 2025-03-07 07:49:23.122 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (0.5.1) 2025-03-07 07:49:23.123 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (3.4.1) 2025-03-07 07:49:23.128 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev9) (1.14.1) 2025-03-07 07:49:23.134 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.25.2->oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev9) (2.2.1) 2025-03-07 07:49:23.134 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.25.2->oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev9) (1.16.0) 2025-03-07 07:49:23.178 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.14.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (1.7.0) 2025-03-07 07:49:23.189 | Requirement already satisfied: openstacksdk>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (1.0.2) 2025-03-07 07:49:23.198 | Requirement already satisfied: ovs>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (2.17.7) 2025-03-07 07:49:23.198 | Requirement already satisfied: ncclient>=0.6.13 in /usr/local/lib/python3.10/dist-packages (from os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (0.6.13) 2025-03-07 07:49:23.243 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (2.0.1) 2025-03-07 07:49:23.245 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (0.5.0) 2025-03-07 07:49:23.246 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (1.8.1) 2025-03-07 07:49:23.246 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (0.13.0) 2025-03-07 07:49:23.272 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (5.2.0) 2025-03-07 07:49:23.273 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (5.1.1) 2025-03-07 07:49:23.273 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (5.1.1) 2025-03-07 07:49:23.274 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (5.2.4) 2025-03-07 07:49:23.275 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (0.6.0) 2025-03-07 07:49:23.330 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev9) (59.6.0) 2025-03-07 07:49:23.346 | Requirement already satisfied: logutils>=0.3 in /usr/local/lib/python3.10/dist-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-03-07 07:49:23.347 | Requirement already satisfied: Mako>=0.4.0 in /usr/local/lib/python3.10/dist-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.3) 2025-03-07 07:49:23.399 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev9) (2.1.1) 2025-03-07 07:49:23.400 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev9) (3.4) 2025-03-07 07:49:23.401 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev9) (2020.6.20) 2025-03-07 07:49:23.403 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev9) (1.26.12) 2025-03-07 07:49:23.419 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev9) (0.7) 2025-03-07 07:49:23.558 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-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-03-07 07:49:23.613 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (1.8.2) 2025-03-07 07:49:23.614 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (0.2.5) 2025-03-07 07:49:23.664 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (3.8.1) 2025-03-07 07:49:23.707 | Requirement already satisfied: MarkupSafe>=0.9.2 in /usr/local/lib/python3.10/dist-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.1) 2025-03-07 07:49:23.719 | Requirement already satisfied: lxml>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (4.9.1) 2025-03-07 07:49:23.720 | Requirement already satisfied: paramiko>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (2.11.0) 2025-03-07 07:49:23.736 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (1.4.4) 2025-03-07 07:49:23.739 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (1.4.0) 2025-03-07 07:49:23.739 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (1.0.1) 2025-03-07 07:49:23.739 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (5.1.1) 2025-03-07 07:49:23.740 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (1.1.8) 2025-03-07 07:49:23.741 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (38.0.2) 2025-03-07 07:49:23.742 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (1.32) 2025-03-07 07:49:23.808 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-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.0) 2025-03-07 07:49:23.810 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (3.3.0) 2025-03-07 07:49:23.811 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-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-03-07 07:49:23.822 | Requirement already satisfied: sortedcontainers in /usr/local/lib/python3.10/dist-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-03-07 07:49:23.868 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (0.5.2) 2025-03-07 07:49:23.869 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (0.4.3) 2025-03-07 07:49:23.891 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev9) (2.5.0) 2025-03-07 07:49:23.965 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (1.15.1) 2025-03-07 07:49:24.056 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.10/dist-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-03-07 07:49:24.169 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev9) (2.21) 2025-03-07 07:49:24.725 | Installing collected packages: ratelimiter, ipaddress, Babel, networking-nsxv3 2025-03-07 07:49:24.760 | Attempting uninstall: Babel 2025-03-07 07:49:24.761 | Found existing installation: Babel 2.8.0 2025-03-07 07:49:24.762 | Not uninstalling babel at /usr/lib/python3/dist-packages, outside environment /usr 2025-03-07 07:49:24.765 | Can't uninstall 'Babel'. No files were found to uninstall. 2025-03-07 07:49:25.131 | Running setup.py develop for networking-nsxv3 2025-03-07 07:49:25.964 | Successfully installed Babel-2.10.3 ipaddress-1.0.23 networking-nsxv3 ratelimiter-1.2.0.post0 2025-03-07 07:49:25.965 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2025-03-07 07:49:26.087 | ++ inc/python:pip_install:196 : result=0 2025-03-07 07:49:26.089 | ++ inc/python:pip_install:198 : time_stop pip_install 2025-03-07 07:49:26.090 | ++ functions-common:time_stop:2435 : local name 2025-03-07 07:49:26.092 | ++ functions-common:time_stop:2436 : local end_time 2025-03-07 07:49:26.094 | ++ functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:49:26.096 | ++ functions-common:time_stop:2438 : local total 2025-03-07 07:49:26.098 | ++ functions-common:time_stop:2439 : local start_time 2025-03-07 07:49:26.100 | ++ functions-common:time_stop:2441 : name=pip_install 2025-03-07 07:49:26.101 | ++ functions-common:time_stop:2442 : start_time=1741333761232 2025-03-07 07:49:26.103 | ++ functions-common:time_stop:2444 : [[ -z 1741333761232 ]] 2025-03-07 07:49:26.106 | +++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:49:26.108 | ++ functions-common:time_stop:2447 : end_time=1741333766106 2025-03-07 07:49:26.110 | ++ functions-common:time_stop:2448 : elapsed_time=4874 2025-03-07 07:49:26.112 | ++ functions-common:time_stop:2449 : total=84466 2025-03-07 07:49:26.114 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:49:26.116 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=89340 2025-03-07 07:49:26.118 | ++ inc/python:pip_install:199 : return 0 2025-03-07 07:49:26.120 | ++ inc/python:setup_package:444 : [[ -e == \-\e ]] 2025-03-07 07:49:26.121 | ++ inc/python:setup_package:445 : safe_chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2025-03-07 07:49:26.123 | ++ functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2025-03-07 07:49:26.138 | ++ functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2025-03-07 07:49:26.147 | ++ inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/networking-nsx-t 2025-03-07 07:49:26.149 | ++ inc/python:use_library_from_git:246 : local name=/opt/stack/networking-nsx-t 2025-03-07 07:49:26.151 | ++ inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:49:26.153 | ++ inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:49:26.155 | ++ inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/networking-nsx-t, ]] 2025-03-07 07:49:26.157 | ++ inc/python:use_library_from_git:249 : return 1 2025-03-07 07:49:26.159 | + stack.sh:main:981 : use_library_from_git python-openstackclient 2025-03-07 07:49:26.161 | + inc/python:use_library_from_git:246 : local name=python-openstackclient 2025-03-07 07:49:26.163 | + inc/python:use_library_from_git:247 : local enabled=1 2025-03-07 07:49:26.166 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2025-03-07 07:49:26.168 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-openstackclient, ]] 2025-03-07 07:49:26.170 | + inc/python:use_library_from_git:249 : return 1 2025-03-07 07:49:26.173 | + stack.sh:main:985 : pip_install_gr python-openstackclient 2025-03-07 07:49:26.175 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2025-03-07 07:49:26.177 | + inc/python:pip_install_gr:77 : local clean_name 2025-03-07 07:49:26.180 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2025-03-07 07:49:26.183 | ++ inc/python:get_from_global_requirements:221 : local package=python-openstackclient 2025-03-07 07:49:26.185 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2025-03-07 07:49:26.188 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-openstackclient' /opt/stack//requirements/global-requirements.txt 2025-03-07 07:49:26.189 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2025-03-07 07:49:26.193 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-openstackclient ' 2025-03-07 07:49:26.195 | ++ inc/python:get_from_global_requirements:224 : [[ python-openstackclient == '' ]] 2025-03-07 07:49:26.197 | ++ inc/python:get_from_global_requirements:227 : echo python-openstackclient 2025-03-07 07:49:26.200 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2025-03-07 07:49:26.202 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2025-03-07 07:49:26.219 | Using python 3.10 to install python-openstackclient 2025-03-07 07:49:26.221 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt python-openstackclient 2025-03-07 07:49:27.304 | Collecting python-openstackclient 2025-03-07 07:49:27.313 | Using cached python_openstackclient-6.2.1-py3-none-any.whl (1.1 MB) 2025-03-07 07:49:27.331 | Requirement already satisfied: openstacksdk>=0.103.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (1.0.2) 2025-03-07 07:49:27.334 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.11.1) 2025-03-07 07:49:27.334 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (6.0.0) 2025-03-07 07:49:27.334 | Requirement already satisfied: cliff>=3.5.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (4.2.0) 2025-03-07 07:49:27.334 | Requirement already satisfied: python-novaclient>=18.1.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (18.3.0) 2025-03-07 07:49:27.334 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.0.0) 2025-03-07 07:49:27.335 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (1.1.0) 2025-03-07 07:49:27.336 | Requirement already satisfied: python-keystoneclient>=3.22.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.1.0) 2025-03-07 07:49:27.337 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (6.1.0) 2025-03-07 07:49:27.337 | Requirement already satisfied: osc-lib>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (2.7.0) 2025-03-07 07:49:27.338 | Requirement already satisfied: python-cinderclient>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (9.3.0) 2025-03-07 07:49:27.343 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (0.5.1) 2025-03-07 07:49:27.344 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (2.4.2) 2025-03-07 07:49:27.345 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (5.0.0) 2025-03-07 07:49:27.346 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (3.4.1) 2025-03-07 07:49:27.346 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (6.0) 2025-03-07 07:49:27.358 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.7.0) 2025-03-07 07:49:27.358 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.32) 2025-03-07 07:49:27.359 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (38.0.2) 2025-03-07 07:49:27.360 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.4.0) 2025-03-07 07:49:27.361 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.1.8) 2025-03-07 07:49:27.362 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.0.1) 2025-03-07 07:49:27.363 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (5.1.1) 2025-03-07 07:49:27.364 | Requirement already satisfied: keystoneauth1>=3.18.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (5.1.3) 2025-03-07 07:49:27.365 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (0.11.0) 2025-03-07 07:49:27.365 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.4.4) 2025-03-07 07:49:27.372 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.10/dist-packages (from osc-lib>=2.3.0->python-openstackclient) (3.17.6) 2025-03-07 07:49:27.379 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (23.1) 2025-03-07 07:49:27.380 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (3.0.9) 2025-03-07 07:49:27.381 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (2022.4) 2025-03-07 07:49:27.382 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (0.8.0) 2025-03-07 07:49:27.383 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (2.5.0) 2025-03-07 07:49:27.390 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from python-cinderclient>=3.3.0->python-openstackclient) (2.28.1) 2025-03-07 07:49:27.400 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.10/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (9.1.1) 2025-03-07 07:49:27.401 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (5.1.2) 2025-03-07 07:49:27.402 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (1.16.0) 2025-03-07 07:49:27.459 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (0.2.5) 2025-03-07 07:49:27.460 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.10/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (22.1.0) 2025-03-07 07:49:27.461 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (1.8.2) 2025-03-07 07:49:27.479 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->openstacksdk>=0.103.0->python-openstackclient) (1.15.1) 2025-03-07 07:49:27.484 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.utils>=3.33.0->python-openstackclient) (1.14.1) 2025-03-07 07:49:27.509 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff>=3.5.0->python-openstackclient) (3.8.1) 2025-03-07 07:49:27.584 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.5.0) 2025-03-07 07:49:27.591 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.0.4) 2025-03-07 07:49:27.621 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2.1.1) 2025-03-07 07:49:27.621 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (1.26.12) 2025-03-07 07:49:27.622 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (3.4) 2025-03-07 07:49:27.622 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2020.6.20) 2025-03-07 07:49:27.666 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.103.0->python-openstackclient) (2.21) 2025-03-07 07:49:28.542 | Installing collected packages: python-openstackclient 2025-03-07 07:49:29.401 | Successfully installed python-openstackclient-6.2.1 2025-03-07 07:49:29.405 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2025-03-07 07:49:29.526 | + inc/python:pip_install:196 : result=0 2025-03-07 07:49:29.528 | + inc/python:pip_install:198 : time_stop pip_install 2025-03-07 07:49:29.531 | + functions-common:time_stop:2435 : local name 2025-03-07 07:49:29.533 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:49:29.535 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:49:29.537 | + functions-common:time_stop:2438 : local total 2025-03-07 07:49:29.540 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:49:29.542 | + functions-common:time_stop:2441 : name=pip_install 2025-03-07 07:49:29.544 | + functions-common:time_stop:2442 : start_time=1741333766214 2025-03-07 07:49:29.546 | + functions-common:time_stop:2444 : [[ -z 1741333766214 ]] 2025-03-07 07:49:29.549 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:49:29.552 | + functions-common:time_stop:2447 : end_time=1741333769550 2025-03-07 07:49:29.554 | + functions-common:time_stop:2448 : elapsed_time=3336 2025-03-07 07:49:29.556 | + functions-common:time_stop:2449 : total=89340 2025-03-07 07:49:29.558 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:49:29.560 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=92676 2025-03-07 07:49:29.562 | + inc/python:pip_install:199 : return 0 2025-03-07 07:49:29.565 | + stack.sh:main:990 : install_oscwrap 2025-03-07 07:49:29.567 | ++ functions-common:install_oscwrap:2480 : mktemp 2025-03-07 07:49:29.571 | + functions-common:install_oscwrap:2480 : OSCWRAP_TIMER_FILE=/tmp/tmp.TmgZJ4zBPH 2025-03-07 07:49:29.573 | + functions-common:install_oscwrap:2483 : shopt -s expand_aliases 2025-03-07 07:49:29.575 | + functions-common:install_oscwrap:2486 : unalias -a 2025-03-07 07:49:29.577 | + functions-common:install_oscwrap:2488 : alias openstack=oscwrap 2025-03-07 07:49:29.579 | + stack.sh:main:995 : [[ False != \F\a\l\s\e ]] 2025-03-07 07:49:29.581 | + stack.sh:main:1035 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-03-07 07:49:29.583 | + stack.sh:main:1043 : is_service_enabled mysql postgresql 2025-03-07 07:49:29.597 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:49:29.600 | + stack.sh:main:1044 : configure_database 2025-03-07 07:49:29.602 | + lib/database:configure_database:128 : configure_database_mysql 2025-03-07 07:49:29.604 | + lib/databases/mysql:configure_database_mysql:72 : local my_conf mysql slow_log 2025-03-07 07:49:29.606 | + lib/databases/mysql:configure_database_mysql:73 : echo_summary 'Configuring and starting MySQL' 2025-03-07 07:49:29.608 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:49:29.610 | + stack.sh:echo_summary:455 : echo -e Configuring and starting MySQL 2025-03-07 07:49:29.613 | + lib/databases/mysql:configure_database_mysql:75 : is_ubuntu 2025-03-07 07:49:29.615 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:49:29.617 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:49:29.619 | + lib/databases/mysql:configure_database_mysql:76 : my_conf=/etc/mysql/my.cnf 2025-03-07 07:49:29.621 | ++ lib/databases/mysql:configure_database_mysql:90 : ipv6_unquote 0.0.0.0 2025-03-07 07:49:29.624 | ++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2025-03-07 07:49:29.624 | ++ functions-common:ipv6_unquote:2233 : echo 0.0.0.0 2025-03-07 07:49:29.628 | + lib/databases/mysql:configure_database_mysql:90 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2025-03-07 07:49:29.676 | + lib/databases/mysql:configure_database_mysql:93 : is_fedora 2025-03-07 07:49:29.678 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2025-03-07 07:49:29.680 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2025-03-07 07:49:29.682 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2025-03-07 07:49:29.684 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2025-03-07 07:49:29.686 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-03-07 07:49:29.688 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2025-03-07 07:49:29.689 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2025-03-07 07:49:29.691 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2025-03-07 07:49:29.693 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2025-03-07 07:49:29.695 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2025-03-07 07:49:29.697 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2025-03-07 07:49:29.699 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2025-03-07 07:49:29.701 | + lib/databases/mysql:configure_database_mysql:93 : is_suse 2025-03-07 07:49:29.703 | + functions-common:is_suse:544 : is_opensuse 2025-03-07 07:49:29.705 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2025-03-07 07:49:29.707 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2025-03-07 07:49:29.708 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2025-03-07 07:49:29.710 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2025-03-07 07:49:29.712 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2025-03-07 07:49:29.714 | + lib/databases/mysql:configure_database_mysql:96 : is_ubuntu 2025-03-07 07:49:29.716 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:49:29.718 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:49:29.720 | + lib/databases/mysql:configure_database_mysql:98 : restart_service mariadb 2025-03-07 07:49:29.722 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-03-07 07:49:29.724 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart mariadb 2025-03-07 07:49:30.261 | + lib/databases/mysql:configure_database_mysql:107 : is_ubuntu 2025-03-07 07:49:30.262 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:49:30.265 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:49:30.267 | + lib/databases/mysql:configure_database_mysql:107 : [[ jammy == \j\a\m\m\y ]] 2025-03-07 07:49:30.268 | + lib/databases/mysql:configure_database_mysql:107 : '[' mariadb == mariadb ']' 2025-03-07 07:49:30.271 | + lib/databases/mysql:configure_database_mysql:113 : is_ubuntu 2025-03-07 07:49:30.272 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:49:30.274 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:49:30.276 | + lib/databases/mysql:configure_database_mysql:113 : '[' mariadb == mariadb ']' 2025-03-07 07:49:30.278 | + lib/databases/mysql:configure_database_mysql:114 : local 'cmd_args=-uroot -pstackdb ' 2025-03-07 07:49:30.280 | + lib/databases/mysql:configure_database_mysql:122 : is_ubuntu 2025-03-07 07:49:30.283 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:49:30.286 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:49:30.288 | + lib/databases/mysql:configure_database_mysql:122 : [[ jammy != \b\u\l\l\s\e\y\e ]] 2025-03-07 07:49:30.290 | + lib/databases/mysql:configure_database_mysql:122 : '[' mariadb == mariadb ']' 2025-03-07 07:49:30.292 | + lib/databases/mysql:configure_database_mysql:123 : [[ jammy == \j\a\m\m\y ]] 2025-03-07 07:49:30.294 | + lib/databases/mysql:configure_database_mysql:126 : sudo mysql -e 'ALTER USER root@localhost IDENTIFIED VIA mysql_native_password USING PASSWORD('\''stackdb'\'');' 2025-03-07 07:49:30.311 | + lib/databases/mysql:configure_database_mysql:132 : is_ubuntu 2025-03-07 07:49:30.315 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:49:30.315 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:49:30.317 | + lib/databases/mysql:configure_database_mysql:132 : [[ jammy == \j\a\m\m\y ]] 2025-03-07 07:49:30.319 | + lib/databases/mysql:configure_database_mysql:132 : '[' mariadb == mariadb ']' 2025-03-07 07:49:30.321 | + lib/databases/mysql:configure_database_mysql:142 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2025-03-07 07:49:30.372 | + lib/databases/mysql:configure_database_mysql:143 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2025-03-07 07:49:30.420 | + lib/databases/mysql:configure_database_mysql:144 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2025-03-07 07:49:30.464 | + lib/databases/mysql:configure_database_mysql:146 : [[ False == \T\r\u\e ]] 2025-03-07 07:49:30.466 | + lib/databases/mysql:configure_database_mysql:166 : [[ False == \T\r\u\e ]] 2025-03-07 07:49:30.468 | + lib/databases/mysql:configure_database_mysql:179 : [[ False == \T\r\u\e ]] 2025-03-07 07:49:30.470 | + lib/databases/mysql:configure_database_mysql:189 : restart_service mariadb 2025-03-07 07:49:30.472 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-03-07 07:49:30.474 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart mariadb 2025-03-07 07:49:31.217 | + stack.sh:main:1048 : save_stackenv 1048 2025-03-07 07:49:31.220 | + functions-common:save_stackenv:60 : local tag=1048 2025-03-07 07:49:31.224 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-03-07 07:49:31.228 | + functions-common:save_stackenv:62 : time_stamp=2025-03-07-074931 2025-03-07 07:49:31.230 | + functions-common:save_stackenv:63 : echo '# 2025-03-07-074931 1048' 2025-03-07 07:49:31.232 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:49:31.234 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-03-07 07:49:31.236 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:49:31.237 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-03-07 07:49:31.239 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:49:31.241 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-03-07 07:49:31.243 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:49:31.245 | + 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-03-07 07:49:31.246 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:49:31.248 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-03-07 07:49:31.250 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:49:31.252 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-03-07 07:49:31.254 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:49:31.256 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-03-07-074505 2025-03-07 07:49:31.257 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:49:31.259 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-03-07 07:49:31.261 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:49:31.263 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-03-07 07:49:31.265 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:49:31.267 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-03-07 07:49:31.269 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:49:31.271 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-03-07 07:49:31.273 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:49:31.275 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-03-07 07:49:31.276 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:49:31.278 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-03-07 07:49:31.280 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:49:31.282 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-03-07 07:49:31.284 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:49:31.286 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-03-07 07:49:31.288 | + stack.sh:main:1060 : [[ False == \T\r\u\e ]] 2025-03-07 07:49:31.290 | + stack.sh:main:1074 : start_dstat 2025-03-07 07:49:31.292 | + lib/dstat:start_dstat:31 : run_process dstat '/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2025-03-07 07:49:31.294 | + functions-common:run_process:1689 : local service=dstat 2025-03-07 07:49:31.296 | + functions-common:run_process:1690 : local 'command=/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2025-03-07 07:49:31.298 | + functions-common:run_process:1691 : local group= 2025-03-07 07:49:31.299 | + functions-common:run_process:1692 : local user= 2025-03-07 07:49:31.301 | + functions-common:run_process:1693 : local env_vars= 2025-03-07 07:49:31.303 | + functions-common:run_process:1695 : local name=dstat 2025-03-07 07:49:31.305 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:49:31.307 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:49:31.309 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:49:31.311 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:49:31.315 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:49:31.318 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333771316 2025-03-07 07:49:31.320 | + functions-common:run_process:1698 : is_service_enabled dstat 2025-03-07 07:49:31.334 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:49:31.336 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:49:31.338 | + functions-common:time_stop:2435 : local name 2025-03-07 07:49:31.340 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:49:31.342 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:49:31.344 | + functions-common:time_stop:2438 : local total 2025-03-07 07:49:31.346 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:49:31.348 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:49:31.350 | + functions-common:time_stop:2442 : start_time=1741333771316 2025-03-07 07:49:31.352 | + functions-common:time_stop:2444 : [[ -z 1741333771316 ]] 2025-03-07 07:49:31.354 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:49:31.357 | + functions-common:time_stop:2447 : end_time=1741333771355 2025-03-07 07:49:31.359 | + functions-common:time_stop:2448 : elapsed_time=39 2025-03-07 07:49:31.361 | + functions-common:time_stop:2449 : total=0 2025-03-07 07:49:31.363 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:49:31.365 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=39 2025-03-07 07:49:31.367 | + lib/dstat:start_dstat:36 : run_process memory_tracker /opt/stack/devstack/tools/memory_tracker.sh '' root 2025-03-07 07:49:31.369 | + functions-common:run_process:1689 : local service=memory_tracker 2025-03-07 07:49:31.371 | + functions-common:run_process:1690 : local command=/opt/stack/devstack/tools/memory_tracker.sh 2025-03-07 07:49:31.373 | + functions-common:run_process:1691 : local group= 2025-03-07 07:49:31.375 | + functions-common:run_process:1692 : local user=root 2025-03-07 07:49:31.377 | + functions-common:run_process:1693 : local env_vars= 2025-03-07 07:49:31.379 | + functions-common:run_process:1695 : local name=memory_tracker 2025-03-07 07:49:31.381 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:49:31.383 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:49:31.385 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:49:31.387 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:49:31.390 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:49:31.393 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333771391 2025-03-07 07:49:31.395 | + functions-common:run_process:1698 : is_service_enabled memory_tracker 2025-03-07 07:49:31.408 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:49:31.410 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:49:31.412 | + functions-common:time_stop:2435 : local name 2025-03-07 07:49:31.414 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:49:31.417 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:49:31.418 | + functions-common:time_stop:2438 : local total 2025-03-07 07:49:31.420 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:49:31.422 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:49:31.424 | + functions-common:time_stop:2442 : start_time=1741333771391 2025-03-07 07:49:31.426 | + functions-common:time_stop:2444 : [[ -z 1741333771391 ]] 2025-03-07 07:49:31.430 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:49:31.432 | + functions-common:time_stop:2447 : end_time=1741333771430 2025-03-07 07:49:31.434 | + functions-common:time_stop:2448 : elapsed_time=39 2025-03-07 07:49:31.436 | + functions-common:time_stop:2449 : total=39 2025-03-07 07:49:31.438 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:49:31.440 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=78 2025-03-07 07:49:31.442 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2025-03-07 07:49:31.456 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:49:31.458 | + lib/dstat:start_dstat:47 : run_process file_tracker /opt/stack/devstack/tools/file_tracker.sh 2025-03-07 07:49:31.460 | + functions-common:run_process:1689 : local service=file_tracker 2025-03-07 07:49:31.462 | + functions-common:run_process:1690 : local command=/opt/stack/devstack/tools/file_tracker.sh 2025-03-07 07:49:31.464 | + functions-common:run_process:1691 : local group= 2025-03-07 07:49:31.466 | + functions-common:run_process:1692 : local user= 2025-03-07 07:49:31.468 | + functions-common:run_process:1693 : local env_vars= 2025-03-07 07:49:31.470 | + functions-common:run_process:1695 : local name=file_tracker 2025-03-07 07:49:31.472 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:49:31.474 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:49:31.476 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:49:31.480 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:49:31.483 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:49:31.489 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333771485 2025-03-07 07:49:31.493 | + functions-common:run_process:1698 : is_service_enabled file_tracker 2025-03-07 07:49:31.507 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:49:31.509 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:49:31.511 | + functions-common:time_stop:2435 : local name 2025-03-07 07:49:31.513 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:49:31.515 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:49:31.517 | + functions-common:time_stop:2438 : local total 2025-03-07 07:49:31.519 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:49:31.521 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:49:31.523 | + functions-common:time_stop:2442 : start_time=1741333771485 2025-03-07 07:49:31.524 | + functions-common:time_stop:2444 : [[ -z 1741333771485 ]] 2025-03-07 07:49:31.528 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:49:31.530 | + functions-common:time_stop:2447 : end_time=1741333771528 2025-03-07 07:49:31.532 | + functions-common:time_stop:2448 : elapsed_time=43 2025-03-07 07:49:31.534 | + functions-common:time_stop:2449 : total=78 2025-03-07 07:49:31.536 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:49:31.538 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=121 2025-03-07 07:49:31.540 | + stack.sh:main:1078 : is_service_enabled tcpdump 2025-03-07 07:49:31.554 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:49:31.556 | + stack.sh:main:1086 : is_service_enabled etcd3 2025-03-07 07:49:31.570 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:49:31.572 | + stack.sh:main:1087 : start_etcd3 2025-03-07 07:49:31.574 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack//bin/etcd 2025-03-07 07:49:31.576 | + lib/etcd3:start_etcd3:42 : cmd+=' --name devstack --data-dir /opt/stack/data/etcd' 2025-03-07 07:49:31.578 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2025-03-07 07:49:31.580 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster devstack=http://10.180.1.21:2380' 2025-03-07 07:49:31.582 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.180.1.21:2380' 2025-03-07 07:49:31.584 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.180.1.21:2379' 2025-03-07 07:49:31.586 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2025-03-07 07:49:31.588 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2025-03-07 07:49:31.590 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.180.1.21:2379' 2025-03-07 07:49:31.592 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2025-03-07 07:49:31.594 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2025-03-07 07:49:31.596 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2025-03-07 07:49:31.598 | + 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-03-07 07:49:31.600 | + functions-common:write_user_unit_file:1558 : local service=devstack@etcd.service 2025-03-07 07:49:31.602 | + functions-common:write_user_unit_file:1559 : 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-03-07 07:49:31.604 | + functions-common:write_user_unit_file:1560 : local group= 2025-03-07 07:49:31.605 | + functions-common:write_user_unit_file:1561 : local user=root 2025-03-07 07:49:31.607 | + functions-common:write_user_unit_file:1562 : local env_vars= 2025-03-07 07:49:31.609 | + functions-common:write_user_unit_file:1563 : local extra= 2025-03-07 07:49:31.611 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-03-07 07:49:31.613 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@etcd.service 2025-03-07 07:49:31.615 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-03-07 07:49:31.618 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2025-03-07 07:49:31.668 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2025-03-07 07:49:31.718 | + functions-common:write_user_unit_file:1572 : 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-03-07 07:49:31.761 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2025-03-07 07:49:31.804 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2025-03-07 07:49:31.847 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-03-07 07:49:31.889 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2025-03-07 07:49:31.891 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-03-07 07:49:31.893 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2025-03-07 07:49:31.941 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-03-07 07:49:32.194 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2025-03-07 07:49:32.239 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2025-03-07 07:49:32.285 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2025-03-07 07:49:32.328 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2025-03-07 07:49:32.371 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2025-03-07 07:49:32.373 | ++ functions-common:is_arch:507 : uname -m 2025-03-07 07:49:32.376 | + functions-common:is_arch:507 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2025-03-07 07:49:32.378 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2025-03-07 07:49:32.630 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2025-03-07 07:49:32.639 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2025-03-07 07:49:32.870 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2025-03-07 07:49:33.129 | + stack.sh:main:1093 : is_service_enabled tls-proxy 2025-03-07 07:49:33.143 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:49:33.145 | + stack.sh:main:1098 : write_clouds_yaml 2025-03-07 07:49:33.148 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2025-03-07 07:49:33.150 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2025-03-07 07:49:33.154 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2025-03-07 07:49:33.163 | + functions-common:write_clouds_yaml:82 : sudo chown -R stack /etc/openstack 2025-03-07 07:49:33.173 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2025-03-07 07:49:33.176 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-03-07 07:49:33.178 | + functions-common:write_clouds_yaml:89 : /usr/bin/python3.10 /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-03-07 07:49:33.222 | The user clouds.yaml file didn't exist. 2025-03-07 07:49:33.230 | + functions-common:write_clouds_yaml:100 : /usr/bin/python3.10 /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-03-07 07:49:33.284 | + functions-common:write_clouds_yaml:111 : /usr/bin/python3.10 /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-03-07 07:49:33.339 | + functions-common:write_clouds_yaml:122 : /usr/bin/python3.10 /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-03-07 07:49:33.397 | + functions-common:write_clouds_yaml:133 : /usr/bin/python3.10 /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-03-07 07:49:33.455 | + functions-common:write_clouds_yaml:144 : /usr/bin/python3.10 /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-03-07 07:49:33.515 | + functions-common:write_clouds_yaml:155 : /usr/bin/python3.10 /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-03-07 07:49:33.577 | + functions-common:write_clouds_yaml:166 : /usr/bin/python3.10 /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-03-07 07:49:33.642 | + functions-common:write_clouds_yaml:177 : /usr/bin/python3.10 /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-03-07 07:49:33.713 | + functions-common:write_clouds_yaml:188 : /usr/bin/python3.10 /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-03-07 07:49:33.780 | + functions-common:write_clouds_yaml:198 : cat 2025-03-07 07:49:33.783 | ++ functions-common:write_clouds_yaml:204 : eval echo '~stack' 2025-03-07 07:49:33.786 | +++ functions-common:write_clouds_yaml:204 : echo /opt/stack 2025-03-07 07:49:33.789 | + functions-common:write_clouds_yaml:204 : rm -f /opt/stack/.config/openstack/clouds.yaml 2025-03-07 07:49:33.792 | + stack.sh:main:1099 : export OS_CLOUD=devstack-admin 2025-03-07 07:49:33.794 | + stack.sh:main:1099 : OS_CLOUD=devstack-admin 2025-03-07 07:49:33.796 | + stack.sh:main:1101 : is_service_enabled keystone 2025-03-07 07:49:33.809 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:49:33.812 | + stack.sh:main:1102 : echo_summary 'Starting Keystone' 2025-03-07 07:49:33.814 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:49:33.816 | + stack.sh:echo_summary:455 : echo -e Starting Keystone 2025-03-07 07:49:33.817 | + stack.sh:main:1104 : '[' 10.180.1.21 == 10.180.1.21 ']' 2025-03-07 07:49:33.819 | + stack.sh:main:1105 : init_keystone 2025-03-07 07:49:33.822 | + lib/keystone:init_keystone:478 : is_service_enabled ldap 2025-03-07 07:49:33.834 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:49:33.836 | + lib/keystone:init_keystone:482 : [[ True == True ]] 2025-03-07 07:49:33.838 | + lib/keystone:init_keystone:484 : recreate_database keystone 2025-03-07 07:49:33.839 | + lib/database:recreate_database:112 : local db=keystone 2025-03-07 07:49:33.841 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2025-03-07 07:49:33.843 | + lib/databases/mysql:recreate_database_mysql:66 : local db=keystone 2025-03-07 07:49:33.845 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2025-03-07 07:49:33.854 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2025-03-07 07:49:33.862 | + lib/keystone:init_keystone:487 : time_start dbsync 2025-03-07 07:49:33.864 | + functions-common:time_start:2421 : local name=dbsync 2025-03-07 07:49:33.867 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:49:33.868 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:49:33.871 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:49:33.874 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333773872 2025-03-07 07:49:33.876 | + lib/keystone:init_keystone:489 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2025-03-07 07:49:35.722 | 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=35733) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-03-07 07:49:35.727 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-03-07 07:49:35.728 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-03-07 07:49:35.728 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=35733) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2025-03-07 07:49:35.729 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=35733) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:49:35.729 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=35733) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:49:35.729 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=35733) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:49:35.729 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py loaded successfully {{(pid=35733) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:49:35.729 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=35733) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:49:35.730 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/079_expand_update_local_id_limit.py loaded successfully {{(pid=35733) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:49:35.731 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=35733) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:49:35.731 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=35733) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:49:35.731 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=35733) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:49:35.731 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=35733) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:49:35.731 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=35733) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:49:35.731 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=35733) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:49:35.731 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=35733) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:49:35.731 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=35733) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:49:35.731 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=35733) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2025-03-07 07:49:35.731 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=35733) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2025-03-07 07:49:35.742 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-03-07 07:49:35.742 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-03-07 07:49:35.773 | INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version. 2025-03-07 07:49:36.505 | DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=35733) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2025-03-07 07:49:36.506 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. 2025-03-07 07:49:36.506 | DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to e25ffa003242 {{(pid=35733) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-03-07 07:49:36.508 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. 2025-03-07 07:49:36.508 | DEBUG alembic.runtime.migration [-] new branch insert 29e87d24a316 {{(pid=35733) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2025-03-07 07:49:36.804 | + lib/keystone:init_keystone:490 : time_stop dbsync 2025-03-07 07:49:36.807 | + functions-common:time_stop:2435 : local name 2025-03-07 07:49:36.809 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:49:36.811 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:49:36.813 | + functions-common:time_stop:2438 : local total 2025-03-07 07:49:36.815 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:49:36.817 | + functions-common:time_stop:2441 : name=dbsync 2025-03-07 07:49:36.819 | + functions-common:time_stop:2442 : start_time=1741333773872 2025-03-07 07:49:36.821 | + functions-common:time_stop:2444 : [[ -z 1741333773872 ]] 2025-03-07 07:49:36.824 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:49:36.827 | + functions-common:time_stop:2447 : end_time=1741333776824 2025-03-07 07:49:36.829 | + functions-common:time_stop:2448 : elapsed_time=2952 2025-03-07 07:49:36.831 | + functions-common:time_stop:2449 : total=0 2025-03-07 07:49:36.833 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:49:36.835 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2952 2025-03-07 07:49:36.836 | + lib/keystone:init_keystone:492 : [[ fernet == \f\e\r\n\e\t ]] 2025-03-07 07:49:36.838 | + lib/keystone:init_keystone:493 : rm -rf /etc/keystone/fernet-keys/ 2025-03-07 07:49:36.841 | + lib/keystone:init_keystone:494 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2025-03-07 07:49:38.545 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2025-03-07 07:49:38.545 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2025-03-07 07:49:38.545 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2025-03-07 07:49:38.545 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2025-03-07 07:49:38.545 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2025-03-07 07:49:38.545 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2025-03-07 07:49:38.545 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2025-03-07 07:49:38.546 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2025-03-07 07:49:38.546 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2025-03-07 07:49:38.901 | + lib/keystone:init_keystone:496 : rm -rf /etc/keystone/credential-keys/ 2025-03-07 07:49:38.905 | + lib/keystone:init_keystone:497 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2025-03-07 07:49:40.526 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2025-03-07 07:49:40.526 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2025-03-07 07:49:40.526 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2025-03-07 07:49:40.526 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2025-03-07 07:49:40.526 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2025-03-07 07:49:40.526 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2025-03-07 07:49:40.526 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2025-03-07 07:49:40.526 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2025-03-07 07:49:40.526 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2025-03-07 07:49:40.785 | + stack.sh:main:1106 : start_keystone 2025-03-07 07:49:40.787 | + lib/keystone:start_keystone:555 : local service_port=5000 2025-03-07 07:49:40.789 | + lib/keystone:start_keystone:556 : local auth_protocol=http 2025-03-07 07:49:40.791 | + lib/keystone:start_keystone:557 : is_service_enabled tls-proxy 2025-03-07 07:49:40.805 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:49:40.807 | + lib/keystone:start_keystone:562 : '[' uwsgi == mod_wsgi ']' 2025-03-07 07:49:40.809 | ++ lib/keystone:start_keystone:566 : which uwsgi 2025-03-07 07:49:40.813 | + lib/keystone:start_keystone:566 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2025-03-07 07:49:40.815 | + functions-common:run_process:1689 : local service=keystone 2025-03-07 07:49:40.817 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-03-07 07:49:40.819 | + functions-common:run_process:1691 : local group= 2025-03-07 07:49:40.820 | + functions-common:run_process:1692 : local user= 2025-03-07 07:49:40.822 | + functions-common:run_process:1693 : local env_vars= 2025-03-07 07:49:40.825 | + functions-common:run_process:1695 : local name=keystone 2025-03-07 07:49:40.827 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:49:40.829 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:49:40.831 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:49:40.833 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:49:40.836 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:49:40.839 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333780837 2025-03-07 07:49:40.841 | + functions-common:run_process:1698 : is_service_enabled keystone 2025-03-07 07:49:40.854 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:49:40.855 | + functions-common:run_process:1699 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' '' 2025-03-07 07:49:40.857 | + functions-common:_run_under_systemd:1649 : local service=keystone 2025-03-07 07:49:40.859 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-03-07 07:49:40.861 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-03-07 07:49:40.863 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-03-07 07:49:40.865 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-03-07 07:49:40.867 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2025-03-07 07:49:40.869 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2025-03-07 07:49:40.871 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@keystone.service 2025-03-07 07:49:40.873 | + functions-common:_run_under_systemd:1656 : local group= 2025-03-07 07:49:40.875 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-03-07 07:49:40.877 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-03-07 07:49:40.878 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-03-07 07:49:40.880 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2025-03-07 07:49:40.883 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@keystone.service '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' stack '' 2025-03-07 07:49:40.884 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@keystone.service 2025-03-07 07:49:40.886 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-03-07 07:49:40.888 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2025-03-07 07:49:40.890 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2025-03-07 07:49:40.892 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2025-03-07 07:49:40.893 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@keystone.service 2025-03-07 07:49:40.895 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2025-03-07 07:49:40.898 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2025-03-07 07:49:40.947 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2025-03-07 07:49:40.995 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User stack 2025-03-07 07:49:41.035 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecStart '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-03-07 07:49:41.076 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-03-07 07:49:41.115 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2025-03-07 07:49:41.155 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2025-03-07 07:49:41.195 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2025-03-07 07:49:41.236 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2025-03-07 07:49:41.277 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2025-03-07 07:49:41.317 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2025-03-07 07:49:41.319 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2025-03-07 07:49:41.321 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2025-03-07 07:49:41.368 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2025-03-07 07:49:41.601 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@keystone.service 2025-03-07 07:49:41.610 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2025-03-07 07:49:41.848 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@keystone.service 2025-03-07 07:49:41.908 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:49:41.911 | + functions-common:time_stop:2435 : local name 2025-03-07 07:49:41.913 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:49:41.915 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:49:41.916 | + functions-common:time_stop:2438 : local total 2025-03-07 07:49:41.918 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:49:41.920 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:49:41.922 | + functions-common:time_stop:2442 : start_time=1741333780837 2025-03-07 07:49:41.924 | + functions-common:time_stop:2444 : [[ -z 1741333780837 ]] 2025-03-07 07:49:41.926 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:49:41.930 | + functions-common:time_stop:2447 : end_time=1741333781928 2025-03-07 07:49:41.932 | + functions-common:time_stop:2448 : elapsed_time=1091 2025-03-07 07:49:41.934 | + functions-common:time_stop:2449 : total=121 2025-03-07 07:49:41.936 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:49:41.938 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1212 2025-03-07 07:49:41.939 | + lib/keystone:start_keystone:569 : echo 'Waiting for keystone to start...' 2025-03-07 07:49:41.939 | Waiting for keystone to start... 2025-03-07 07:49:41.941 | + lib/keystone:start_keystone:575 : local service_uri=http://10.180.1.21/identity/v3/ 2025-03-07 07:49:41.943 | + lib/keystone:start_keystone:577 : wait_for_service 60 http://10.180.1.21/identity/v3/ 2025-03-07 07:49:41.945 | + functions:wait_for_service:468 : local timeout=60 2025-03-07 07:49:41.947 | + functions:wait_for_service:469 : local url=http://10.180.1.21/identity/v3/ 2025-03-07 07:49:41.949 | + functions:wait_for_service:470 : local rval=0 2025-03-07 07:49:41.951 | + functions:wait_for_service:471 : time_start wait_for_service 2025-03-07 07:49:41.952 | + functions-common:time_start:2421 : local name=wait_for_service 2025-03-07 07:49:41.954 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:49:41.956 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:49:41.958 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:49:41.962 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333781960 2025-03-07 07:49:41.964 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-03-07 07:49:41.967 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/identity/v3/ 2025-03-07 07:49:42.262 | ++ inc/async:async_inner:64 : rc=0 2025-03-07 07:49:42.280 | [33398 Async install_tempest:33398]: finished successfully 2025-03-07 07:49:44.300 | + :: : [[ 200 == 503 ]] 2025-03-07 07:49:44.302 | + :: : [[ 0 -eq 7 ]] 2025-03-07 07:49:44.304 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-03-07 07:49:44.306 | + functions-common:time_stop:2435 : local name 2025-03-07 07:49:44.308 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:49:44.310 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:49:44.312 | + functions-common:time_stop:2438 : local total 2025-03-07 07:49:44.314 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:49:44.316 | + functions-common:time_stop:2441 : name=wait_for_service 2025-03-07 07:49:44.318 | + functions-common:time_stop:2442 : start_time=1741333781960 2025-03-07 07:49:44.320 | + functions-common:time_stop:2444 : [[ -z 1741333781960 ]] 2025-03-07 07:49:44.322 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:49:44.325 | + functions-common:time_stop:2447 : end_time=1741333784323 2025-03-07 07:49:44.327 | + functions-common:time_stop:2448 : elapsed_time=2363 2025-03-07 07:49:44.329 | + functions-common:time_stop:2449 : total=0 2025-03-07 07:49:44.331 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:49:44.333 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2363 2025-03-07 07:49:44.335 | + functions:wait_for_service:478 : return 0 2025-03-07 07:49:44.336 | + lib/keystone:start_keystone:582 : is_service_enabled tls-proxy 2025-03-07 07:49:44.349 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:49:44.351 | + lib/keystone:start_keystone:587 : restart_service memcached 2025-03-07 07:49:44.353 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2025-03-07 07:49:44.355 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart memcached 2025-03-07 07:49:45.141 | + stack.sh:main:1107 : bootstrap_keystone 2025-03-07 07:49:45.143 | + lib/keystone:bootstrap_keystone:607 : /usr/local/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-03-07 07:49:46.818 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=36519) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:49:46.818 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=36519) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:49:46.819 | 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=36519) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:49:46.822 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=36519) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:49:46.830 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=36519) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:49:46.830 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=36519) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:49:46.846 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=36519) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:49:46.861 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=36519) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:49:46.862 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=36519) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:49:46.976 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=36519) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:49:46.976 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=36519) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:49:46.976 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=36519) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:49:46.977 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=36519) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:49:46.977 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=36519) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:49:46.977 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=36519) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:49:46.983 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=36519) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:49:46.983 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=36519) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:49:46.983 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=36519) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:49:46.983 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=36519) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:49:46.983 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=36519) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:49:46.983 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=36519) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:49:46.983 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=36519) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:49:46.986 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=36519) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:49:46.988 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=36519) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:49:46.988 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=36519) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:49:46.988 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=36519) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:49:46.988 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=36519) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:49:46.988 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=36519) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:49:46.988 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=36519) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:49:46.988 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=36519) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-07 07:49:47.005 | 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=36519) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-03-07 07:49:47.108 | INFO keystone.cmd.bootstrap [None req-6a2a6de5-01cf-4b2d-a977-143c636d89c5 None None] Created domain default 2025-03-07 07:49:47.130 | INFO keystone.cmd.bootstrap [None req-6a2a6de5-01cf-4b2d-a977-143c636d89c5 None None] Created project admin 2025-03-07 07:49:47.144 | WARNING keystone.common.password_hashing [None req-6a2a6de5-01cf-4b2d-a977-143c636d89c5 None None] Truncating password to algorithm specific maximum length 72 characters.: keystone.exception.UserNotFound: Could not find user: admin. 2025-03-07 07:49:47.145 | DEBUG passlib.handlers.bcrypt [None req-6a2a6de5-01cf-4b2d-a977-143c636d89c5 None None] detected 'bcrypt' backend, version '4.0.0' {{(pid=36519) _load_backend_mixin /usr/local/lib/python3.10/dist-packages/passlib/handlers/bcrypt.py:625}} 2025-03-07 07:49:47.145 | DEBUG passlib.handlers.bcrypt [None req-6a2a6de5-01cf-4b2d-a977-143c636d89c5 None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=36519) _finalize_backend_mixin /usr/local/lib/python3.10/dist-packages/passlib/handlers/bcrypt.py:406}} 2025-03-07 07:49:47.179 | INFO keystone.cmd.bootstrap [None req-6a2a6de5-01cf-4b2d-a977-143c636d89c5 None None] Created user admin 2025-03-07 07:49:47.185 | INFO keystone.cmd.bootstrap [None req-6a2a6de5-01cf-4b2d-a977-143c636d89c5 None None] Created role reader 2025-03-07 07:49:47.193 | INFO keystone.cmd.bootstrap [None req-6a2a6de5-01cf-4b2d-a977-143c636d89c5 None None] Created role member 2025-03-07 07:49:47.205 | INFO keystone.cmd.bootstrap [None req-6a2a6de5-01cf-4b2d-a977-143c636d89c5 None None] Created implied role where 282828fb2fcb4bc4a2cfb05aaf8fe75a implies 55104a7054ae40479e298eb36ffe34b9 2025-03-07 07:49:47.209 | INFO keystone.cmd.bootstrap [None req-6a2a6de5-01cf-4b2d-a977-143c636d89c5 None None] Created role admin 2025-03-07 07:49:47.217 | INFO keystone.cmd.bootstrap [None req-6a2a6de5-01cf-4b2d-a977-143c636d89c5 None None] Created implied role where caca8203cdd94b40b6b376fa2d313934 implies 282828fb2fcb4bc4a2cfb05aaf8fe75a 2025-03-07 07:49:47.221 | INFO keystone.cmd.bootstrap [None req-6a2a6de5-01cf-4b2d-a977-143c636d89c5 None None] Granted role admin on project admin to user admin. 2025-03-07 07:49:47.224 | INFO keystone.cmd.bootstrap [None req-6a2a6de5-01cf-4b2d-a977-143c636d89c5 None None] Granted role admin on the system to user admin. 2025-03-07 07:49:47.230 | WARNING py.warnings [None req-6a2a6de5-01cf-4b2d-a977-143c636d89c5 None None] /usr/local/lib/python3.10/dist-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: RegionOne. To ensure interoperability, identifiers should be a valid uuid. 2025-03-07 07:49:47.230 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2025-03-07 07:49:47.230 |  2025-03-07 07:49:47.231 | INFO keystone.cmd.bootstrap [None req-6a2a6de5-01cf-4b2d-a977-143c636d89c5 None None] Created region RegionOne 2025-03-07 07:49:47.249 | INFO keystone.cmd.bootstrap [None req-6a2a6de5-01cf-4b2d-a977-143c636d89c5 None None] Created public endpoint http://10.180.1.21/identity 2025-03-07 07:49:47.570 | + lib/keystone:bootstrap_keystone:615 : '[' False == True ']' 2025-03-07 07:49:47.572 | + stack.sh:main:1110 : create_keystone_accounts 2025-03-07 07:49:47.575 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2025-03-07 07:49:47.577 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2025-03-07 07:49:49.157 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:49:49.159 | + lib/keystone:create_keystone_accounts:315 : admin_project=a06639ef48fd43768e273db76d6c8f54 2025-03-07 07:49:49.161 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2025-03-07 07:49:49.164 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2025-03-07 07:49:50.400 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:49:50.403 | + lib/keystone:create_keystone_accounts:317 : admin_user=caad670d948c4b2e8494dd07507d2f26 2025-03-07 07:49:50.404 | + lib/keystone:create_keystone_accounts:319 : local admin_role=admin 2025-03-07 07:49:50.406 | + lib/keystone:create_keystone_accounts:320 : local member_role=member 2025-03-07 07:49:50.408 | + lib/keystone:create_keystone_accounts:321 : local reader_role=reader 2025-03-07 07:49:50.410 | + lib/keystone:create_keystone_accounts:323 : async_run ks-domain-role get_or_add_user_domain_role admin caad670d948c4b2e8494dd07507d2f26 default 2025-03-07 07:49:50.456 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin caad670d948c4b2e8494dd07507d2f26 default 2025-03-07 07:49:50.483 | [3562 Async ks-domain-role:36638]: running: get_or_add_user_domain_role admin caad670d948c4b2e8494dd07507d2f26 default 2025-03-07 07:49:50.485 | + lib/keystone:create_keystone_accounts:326 : get_or_create_domain Default 2025-03-07 07:49:50.486 | + functions-common:get_or_create_domain:895 : local domain_id 2025-03-07 07:49:50.489 | ++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2025-03-07 07:49:51.964 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:49:51.967 | + functions-common:get_or_create_domain:900 : domain_id=default 2025-03-07 07:49:51.969 | + functions-common:get_or_create_domain:901 : echo default 2025-03-07 07:49:51.969 | default 2025-03-07 07:49:51.970 | + lib/keystone:create_keystone_accounts:327 : async_run ks-project get_or_create_project service Default 2025-03-07 07:49:52.018 | + inc/async:async_inner:63 : get_or_create_project service Default 2025-03-07 07:49:52.047 | [3562 Async ks-project:36749]: running: get_or_create_project service Default 2025-03-07 07:49:52.049 | + lib/keystone:create_keystone_accounts:330 : async_run ks-service get_or_create_role service 2025-03-07 07:49:52.096 | + inc/async:async_inner:63 : get_or_create_role service 2025-03-07 07:49:52.125 | [3562 Async ks-service:36861]: running: get_or_create_role service 2025-03-07 07:49:52.127 | + lib/keystone:create_keystone_accounts:336 : async_run ks-reseller get_or_create_role ResellerAdmin 2025-03-07 07:49:52.172 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2025-03-07 07:49:52.206 | [3562 Async ks-reseller:36957]: running: get_or_create_role ResellerAdmin 2025-03-07 07:49:52.207 | + lib/keystone:create_keystone_accounts:340 : local another_role=anotherrole 2025-03-07 07:49:52.209 | + lib/keystone:create_keystone_accounts:341 : async_run ks-anotherrole get_or_create_role anotherrole 2025-03-07 07:49:52.264 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2025-03-07 07:49:52.293 | [3562 Async ks-anotherrole:37054]: running: get_or_create_role anotherrole 2025-03-07 07:49:52.295 | + lib/keystone:create_keystone_accounts:344 : local invis_project 2025-03-07 07:49:52.297 | ++ lib/keystone:create_keystone_accounts:345 : get_or_create_project invisible_to_admin default 2025-03-07 07:49:52.299 | ++ functions-common:get_or_create_project:945 : local project_id 2025-03-07 07:49:52.302 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create invisible_to_admin --domain=default --or-show -f value -c id 2025-03-07 07:49:53.455 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:49:53.474 | [36861 Async ks-service:36861]: finished successfully 2025-03-07 07:49:53.595 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:49:53.614 | [36749 Async ks-project:36749]: finished successfully 2025-03-07 07:49:53.745 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:49:53.764 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:49:53.765 | [36957 Async ks-reseller:36957]: finished successfully 2025-03-07 07:49:53.783 | [37054 Async ks-anotherrole:37054]: finished successfully 2025-03-07 07:49:53.868 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:49:53.886 | [36638 Async ks-domain-role:36638]: finished successfully 2025-03-07 07:49:53.890 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:49:53.893 | ++ functions-common:get_or_create_project:951 : project_id=b441a5378cf24998926228be958130c7 2025-03-07 07:49:53.895 | ++ functions-common:get_or_create_project:952 : echo b441a5378cf24998926228be958130c7 2025-03-07 07:49:53.898 | + lib/keystone:create_keystone_accounts:345 : invis_project=b441a5378cf24998926228be958130c7 2025-03-07 07:49:53.900 | + lib/keystone:create_keystone_accounts:348 : local demo_project 2025-03-07 07:49:53.902 | ++ lib/keystone:create_keystone_accounts:349 : get_or_create_project demo default 2025-03-07 07:49:53.905 | ++ functions-common:get_or_create_project:945 : local project_id 2025-03-07 07:49:53.907 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create demo --domain=default --or-show -f value -c id 2025-03-07 07:49:55.330 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:49:55.333 | ++ functions-common:get_or_create_project:951 : project_id=b32e387af0cf442a9acd69ef02bd942f 2025-03-07 07:49:55.334 | ++ functions-common:get_or_create_project:952 : echo b32e387af0cf442a9acd69ef02bd942f 2025-03-07 07:49:55.337 | + lib/keystone:create_keystone_accounts:349 : demo_project=b32e387af0cf442a9acd69ef02bd942f 2025-03-07 07:49:55.339 | + lib/keystone:create_keystone_accounts:350 : local demo_user 2025-03-07 07:49:55.341 | ++ lib/keystone:create_keystone_accounts:352 : get_or_create_user demo nomoresecret default demo@example.com 2025-03-07 07:49:55.343 | ++ functions-common:get_or_create_user:922 : local user_id 2025-03-07 07:49:55.345 | ++ functions-common:get_or_create_user:923 : [[ ! -z demo@example.com ]] 2025-03-07 07:49:55.347 | ++ functions-common:get_or_create_user:924 : local email=--email=demo@example.com 2025-03-07 07:49:55.350 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create demo --password nomoresecret --domain=default --email=demo@example.com --or-show -f value -c id 2025-03-07 07:49:56.694 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:49:56.697 | ++ functions-common:get_or_create_user:938 : user_id=66ea8255916947f38bf394badefdc1e1 2025-03-07 07:49:56.698 | ++ functions-common:get_or_create_user:939 : echo 66ea8255916947f38bf394badefdc1e1 2025-03-07 07:49:56.701 | + lib/keystone:create_keystone_accounts:352 : demo_user=66ea8255916947f38bf394badefdc1e1 2025-03-07 07:49:56.703 | + lib/keystone:create_keystone_accounts:354 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2025-03-07 07:49:56.738 | [3562 Async ks-domain-role:36638]: Waiting for completion of get_or_add_user_domain_role admin caad670d948c4b2e8494dd07507d2f26 default running on PID 36638 (6 other jobs running) 2025-03-07 07:49:56.754 | [3562 Async ks-domain-role:36638]: Signaling child to exit 2025-03-07 07:49:56.754 | WAKEUP 2025-03-07 07:49:56.770 | [3562 Async ks-domain-role:36638]: Signaled 2025-03-07 07:49:56.771 | + functions-common:get_or_add_user_domain_role:1009 : local user_role_id 2025-03-07 07:49:56.771 | + functions-common:get_or_add_user_domain_role:1013 : openstack --os-cloud devstack-system-admin role add admin --user caad670d948c4b2e8494dd07507d2f26 --domain default 2025-03-07 07:49:56.771 | ++ functions-common:get_or_add_user_domain_role:1020 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user caad670d948c4b2e8494dd07507d2f26 --domain default -c Role -f value 2025-03-07 07:49:56.771 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:49:56.771 | + functions-common:get_or_add_user_domain_role:1020 : user_role_id=caca8203cdd94b40b6b376fa2d313934 2025-03-07 07:49:56.771 | + functions-common:get_or_add_user_domain_role:1022 : echo caca8203cdd94b40b6b376fa2d313934 2025-03-07 07:49:56.771 | caca8203cdd94b40b6b376fa2d313934 2025-03-07 07:49:56.802 | [3562 Async ks-domain-role:36638]: finished get_or_add_user_domain_role admin caad670d948c4b2e8494dd07507d2f26 default with result 0 in 3 seconds 2025-03-07 07:49:56.808 | Not waiting for async task ks-domain that we never started or has already been waited for 2025-03-07 07:49:56.832 | [3562 Async ks-project:36749]: Waiting for completion of get_or_create_project service Default running on PID 36749 (5 other jobs running) 2025-03-07 07:49:56.849 | [3562 Async ks-project:36749]: Signaling child to exit 2025-03-07 07:49:56.849 | WAKEUP 2025-03-07 07:49:56.865 | [3562 Async ks-project:36749]: Signaled 2025-03-07 07:49:56.866 | + functions-common:get_or_create_project:945 : local project_id 2025-03-07 07:49:56.866 | ++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create service --domain=Default --or-show -f value -c id 2025-03-07 07:49:56.866 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:49:56.866 | + functions-common:get_or_create_project:951 : project_id=a880e6e61a0d411288086edf9ae0dbb9 2025-03-07 07:49:56.866 | + functions-common:get_or_create_project:952 : echo a880e6e61a0d411288086edf9ae0dbb9 2025-03-07 07:49:56.866 | a880e6e61a0d411288086edf9ae0dbb9 2025-03-07 07:49:56.896 | [3562 Async ks-project:36749]: finished get_or_create_project service Default with result 0 in 1 seconds 2025-03-07 07:49:56.922 | [3562 Async ks-service:36861]: Waiting for completion of get_or_create_role service running on PID 36861 (4 other jobs running) 2025-03-07 07:49:56.939 | [3562 Async ks-service:36861]: Signaling child to exit 2025-03-07 07:49:56.939 | WAKEUP 2025-03-07 07:49:56.954 | [3562 Async ks-service:36861]: Signaled 2025-03-07 07:49:56.955 | + functions-common:get_or_create_role:958 : local role_id 2025-03-07 07:49:56.955 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2025-03-07 07:49:56.955 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:49:56.955 | + functions-common:get_or_create_role:963 : role_id=d9655358d9e940628805e6964c95850a 2025-03-07 07:49:56.955 | + functions-common:get_or_create_role:964 : echo d9655358d9e940628805e6964c95850a 2025-03-07 07:49:56.955 | d9655358d9e940628805e6964c95850a 2025-03-07 07:49:56.985 | [3562 Async ks-service:36861]: finished get_or_create_role service with result 0 in 1 seconds 2025-03-07 07:49:57.010 | [3562 Async ks-reseller:36957]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 36957 (3 other jobs running) 2025-03-07 07:49:57.028 | [3562 Async ks-reseller:36957]: Signaling child to exit 2025-03-07 07:49:57.028 | WAKEUP 2025-03-07 07:49:57.043 | [3562 Async ks-reseller:36957]: Signaled 2025-03-07 07:49:57.044 | + functions-common:get_or_create_role:958 : local role_id 2025-03-07 07:49:57.044 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2025-03-07 07:49:57.044 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:49:57.044 | + functions-common:get_or_create_role:963 : role_id=3b45835c9d754689b564d0882761d1eb 2025-03-07 07:49:57.044 | + functions-common:get_or_create_role:964 : echo 3b45835c9d754689b564d0882761d1eb 2025-03-07 07:49:57.044 | 3b45835c9d754689b564d0882761d1eb 2025-03-07 07:49:57.075 | [3562 Async ks-reseller:36957]: finished get_or_create_role ResellerAdmin with result 0 in 1 seconds 2025-03-07 07:49:57.105 | [3562 Async ks-anotherrole:37054]: Waiting for completion of get_or_create_role anotherrole running on PID 37054 (2 other jobs running) 2025-03-07 07:49:57.127 | [3562 Async ks-anotherrole:37054]: Signaling child to exit 2025-03-07 07:49:57.127 | WAKEUP 2025-03-07 07:49:57.143 | [3562 Async ks-anotherrole:37054]: Signaled 2025-03-07 07:49:57.144 | + functions-common:get_or_create_role:958 : local role_id 2025-03-07 07:49:57.144 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2025-03-07 07:49:57.144 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:49:57.144 | + functions-common:get_or_create_role:963 : role_id=637821376a07485f9d81ce0542f324b6 2025-03-07 07:49:57.144 | + functions-common:get_or_create_role:964 : echo 637821376a07485f9d81ce0542f324b6 2025-03-07 07:49:57.144 | 637821376a07485f9d81ce0542f324b6 2025-03-07 07:49:57.176 | [3562 Async ks-anotherrole:37054]: finished get_or_create_role anotherrole with result 0 in 1 seconds 2025-03-07 07:49:57.180 | + inc/async:async_wait:197 : return 0 2025-03-07 07:49:57.182 | + lib/keystone:create_keystone_accounts:356 : async_run ks-demo-member get_or_add_user_project_role member 66ea8255916947f38bf394badefdc1e1 b32e387af0cf442a9acd69ef02bd942f 2025-03-07 07:49:57.243 | + inc/async:async_inner:63 : get_or_add_user_project_role member 66ea8255916947f38bf394badefdc1e1 b32e387af0cf442a9acd69ef02bd942f 2025-03-07 07:49:57.281 | [3562 Async ks-demo-member:37895]: running: get_or_add_user_project_role member 66ea8255916947f38bf394badefdc1e1 b32e387af0cf442a9acd69ef02bd942f 2025-03-07 07:49:57.283 | + lib/keystone:create_keystone_accounts:358 : async_run ks-demo-admin get_or_add_user_project_role admin caad670d948c4b2e8494dd07507d2f26 b32e387af0cf442a9acd69ef02bd942f 2025-03-07 07:49:57.332 | + inc/async:async_inner:63 : get_or_add_user_project_role admin caad670d948c4b2e8494dd07507d2f26 b32e387af0cf442a9acd69ef02bd942f 2025-03-07 07:49:57.365 | [3562 Async ks-demo-admin:37991]: running: get_or_add_user_project_role admin caad670d948c4b2e8494dd07507d2f26 b32e387af0cf442a9acd69ef02bd942f 2025-03-07 07:49:57.365 | + lib/keystone:create_keystone_accounts:359 : async_run ks-demo-another get_or_add_user_project_role anotherrole 66ea8255916947f38bf394badefdc1e1 b32e387af0cf442a9acd69ef02bd942f 2025-03-07 07:49:57.411 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 66ea8255916947f38bf394badefdc1e1 b32e387af0cf442a9acd69ef02bd942f 2025-03-07 07:49:57.440 | [3562 Async ks-demo-another:38088]: running: get_or_add_user_project_role anotherrole 66ea8255916947f38bf394badefdc1e1 b32e387af0cf442a9acd69ef02bd942f 2025-03-07 07:49:57.442 | + lib/keystone:create_keystone_accounts:360 : async_run ks-demo-invis get_or_add_user_project_role member 66ea8255916947f38bf394badefdc1e1 b441a5378cf24998926228be958130c7 2025-03-07 07:49:57.489 | + inc/async:async_inner:63 : get_or_add_user_project_role member 66ea8255916947f38bf394badefdc1e1 b441a5378cf24998926228be958130c7 2025-03-07 07:49:57.519 | [3562 Async ks-demo-invis:38185]: running: get_or_add_user_project_role member 66ea8255916947f38bf394badefdc1e1 b441a5378cf24998926228be958130c7 2025-03-07 07:49:57.521 | + lib/keystone:create_keystone_accounts:363 : local demo_reader 2025-03-07 07:49:57.524 | ++ lib/keystone:create_keystone_accounts:365 : get_or_create_user demo_reader nomoresecret default demo_reader@example.com 2025-03-07 07:49:57.527 | ++ functions-common:get_or_create_user:922 : local user_id 2025-03-07 07:49:57.529 | ++ functions-common:get_or_create_user:923 : [[ ! -z demo_reader@example.com ]] 2025-03-07 07:49:57.531 | ++ functions-common:get_or_create_user:924 : local email=--email=demo_reader@example.com 2025-03-07 07:49:57.534 | +++ functions-common:get_or_create_user:940 : 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-03-07 07:49:59.111 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:49:59.115 | ++ functions-common:get_or_create_user:938 : user_id=3540629c761e416a968a42725811397e 2025-03-07 07:49:59.117 | ++ functions-common:get_or_create_user:939 : echo 3540629c761e416a968a42725811397e 2025-03-07 07:49:59.119 | + lib/keystone:create_keystone_accounts:365 : demo_reader=3540629c761e416a968a42725811397e 2025-03-07 07:49:59.121 | + lib/keystone:create_keystone_accounts:367 : async_run ks-demo-reader get_or_add_user_project_role reader 3540629c761e416a968a42725811397e b32e387af0cf442a9acd69ef02bd942f 2025-03-07 07:49:59.172 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 3540629c761e416a968a42725811397e b32e387af0cf442a9acd69ef02bd942f 2025-03-07 07:49:59.206 | [3562 Async ks-demo-reader:38340]: running: get_or_add_user_project_role reader 3540629c761e416a968a42725811397e b32e387af0cf442a9acd69ef02bd942f 2025-03-07 07:49:59.208 | + lib/keystone:create_keystone_accounts:370 : local alt_demo_project 2025-03-07 07:49:59.211 | ++ lib/keystone:create_keystone_accounts:371 : get_or_create_project alt_demo default 2025-03-07 07:49:59.214 | ++ functions-common:get_or_create_project:945 : local project_id 2025-03-07 07:49:59.217 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create alt_demo --domain=default --or-show -f value -c id 2025-03-07 07:50:00.732 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:00.734 | ++ functions-common:get_or_create_project:951 : project_id=540c12acbf634d34b30443e1ddf86a01 2025-03-07 07:50:00.736 | ++ functions-common:get_or_create_project:952 : echo 540c12acbf634d34b30443e1ddf86a01 2025-03-07 07:50:00.739 | + lib/keystone:create_keystone_accounts:371 : alt_demo_project=540c12acbf634d34b30443e1ddf86a01 2025-03-07 07:50:00.741 | + lib/keystone:create_keystone_accounts:373 : local alt_demo_user 2025-03-07 07:50:00.743 | ++ lib/keystone:create_keystone_accounts:375 : get_or_create_user alt_demo nomoresecret default alt_demo@example.com 2025-03-07 07:50:00.745 | ++ functions-common:get_or_create_user:922 : local user_id 2025-03-07 07:50:00.747 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo@example.com ]] 2025-03-07 07:50:00.749 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo@example.com 2025-03-07 07:50:00.751 | +++ functions-common:get_or_create_user:940 : 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-03-07 07:50:01.216 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:50:01.235 | [37895 Async ks-demo-member:37895]: finished successfully 2025-03-07 07:50:01.427 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:50:01.442 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:50:01.448 | [37991 Async ks-demo-admin:37991]: finished successfully 2025-03-07 07:50:01.460 | [38088 Async ks-demo-another:38088]: finished successfully 2025-03-07 07:50:01.492 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:50:01.509 | [38185 Async ks-demo-invis:38185]: finished successfully 2025-03-07 07:50:02.121 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:02.124 | ++ functions-common:get_or_create_user:938 : user_id=df156c652936408c87902c08c3855658 2025-03-07 07:50:02.125 | ++ functions-common:get_or_create_user:939 : echo df156c652936408c87902c08c3855658 2025-03-07 07:50:02.128 | + lib/keystone:create_keystone_accounts:375 : alt_demo_user=df156c652936408c87902c08c3855658 2025-03-07 07:50:02.130 | + lib/keystone:create_keystone_accounts:377 : async_run ks-alt-admin get_or_add_user_project_role admin df156c652936408c87902c08c3855658 540c12acbf634d34b30443e1ddf86a01 2025-03-07 07:50:02.178 | + inc/async:async_inner:63 : get_or_add_user_project_role admin df156c652936408c87902c08c3855658 540c12acbf634d34b30443e1ddf86a01 2025-03-07 07:50:02.208 | [3562 Async ks-alt-admin:38749]: running: get_or_add_user_project_role admin df156c652936408c87902c08c3855658 540c12acbf634d34b30443e1ddf86a01 2025-03-07 07:50:02.209 | + lib/keystone:create_keystone_accounts:378 : async_run ks-alt-another get_or_add_user_project_role anotherrole df156c652936408c87902c08c3855658 540c12acbf634d34b30443e1ddf86a01 2025-03-07 07:50:02.255 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole df156c652936408c87902c08c3855658 540c12acbf634d34b30443e1ddf86a01 2025-03-07 07:50:02.287 | [3562 Async ks-alt-another:38845]: running: get_or_add_user_project_role anotherrole df156c652936408c87902c08c3855658 540c12acbf634d34b30443e1ddf86a01 2025-03-07 07:50:02.290 | + lib/keystone:create_keystone_accounts:381 : local alt_demo_member 2025-03-07 07:50:02.292 | ++ lib/keystone:create_keystone_accounts:383 : get_or_create_user alt_demo_member nomoresecret default alt_demo_member@example.com 2025-03-07 07:50:02.295 | ++ functions-common:get_or_create_user:922 : local user_id 2025-03-07 07:50:02.297 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo_member@example.com ]] 2025-03-07 07:50:02.299 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo_member@example.com 2025-03-07 07:50:02.302 | +++ functions-common:get_or_create_user:940 : 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-03-07 07:50:02.857 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:50:02.876 | [38340 Async ks-demo-reader:38340]: finished successfully 2025-03-07 07:50:03.691 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:03.694 | ++ functions-common:get_or_create_user:938 : user_id=11ae11d7a60f46a9beb9de3aba1b664e 2025-03-07 07:50:03.696 | ++ functions-common:get_or_create_user:939 : echo 11ae11d7a60f46a9beb9de3aba1b664e 2025-03-07 07:50:03.698 | + lib/keystone:create_keystone_accounts:383 : alt_demo_member=11ae11d7a60f46a9beb9de3aba1b664e 2025-03-07 07:50:03.700 | + lib/keystone:create_keystone_accounts:384 : async_run ks-alt-member-user get_or_add_user_project_role member 11ae11d7a60f46a9beb9de3aba1b664e 540c12acbf634d34b30443e1ddf86a01 2025-03-07 07:50:03.750 | + inc/async:async_inner:63 : get_or_add_user_project_role member 11ae11d7a60f46a9beb9de3aba1b664e 540c12acbf634d34b30443e1ddf86a01 2025-03-07 07:50:03.781 | [3562 Async ks-alt-member-user:39022]: running: get_or_add_user_project_role member 11ae11d7a60f46a9beb9de3aba1b664e 540c12acbf634d34b30443e1ddf86a01 2025-03-07 07:50:03.783 | + lib/keystone:create_keystone_accounts:387 : local alt_demo_reader 2025-03-07 07:50:03.786 | ++ lib/keystone:create_keystone_accounts:389 : get_or_create_user alt_demo_reader nomoresecret default alt_demo_reader@example.com 2025-03-07 07:50:03.788 | ++ functions-common:get_or_create_user:922 : local user_id 2025-03-07 07:50:03.790 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo_reader@example.com ]] 2025-03-07 07:50:03.792 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo_reader@example.com 2025-03-07 07:50:03.795 | +++ functions-common:get_or_create_user:940 : 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-03-07 07:50:05.218 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:05.221 | ++ functions-common:get_or_create_user:938 : user_id=64019ac90c924429927123ee5170966e 2025-03-07 07:50:05.222 | ++ functions-common:get_or_create_user:939 : echo 64019ac90c924429927123ee5170966e 2025-03-07 07:50:05.225 | + lib/keystone:create_keystone_accounts:389 : alt_demo_reader=64019ac90c924429927123ee5170966e 2025-03-07 07:50:05.227 | + lib/keystone:create_keystone_accounts:390 : async_run ks-alt-reader-user get_or_add_user_project_role reader 64019ac90c924429927123ee5170966e 540c12acbf634d34b30443e1ddf86a01 2025-03-07 07:50:05.274 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 64019ac90c924429927123ee5170966e 540c12acbf634d34b30443e1ddf86a01 2025-03-07 07:50:05.304 | [3562 Async ks-alt-reader-user:39196]: running: get_or_add_user_project_role reader 64019ac90c924429927123ee5170966e 540c12acbf634d34b30443e1ddf86a01 2025-03-07 07:50:05.307 | ++ lib/keystone:create_keystone_accounts:397 : get_or_create_user system_member nomoresecret default system_member@example.com 2025-03-07 07:50:05.308 | ++ functions-common:get_or_create_user:922 : local user_id 2025-03-07 07:50:05.310 | ++ functions-common:get_or_create_user:923 : [[ ! -z system_member@example.com ]] 2025-03-07 07:50:05.312 | ++ functions-common:get_or_create_user:924 : local email=--email=system_member@example.com 2025-03-07 07:50:05.314 | +++ functions-common:get_or_create_user:940 : 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-03-07 07:50:05.628 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:50:05.647 | [38749 Async ks-alt-admin:38749]: finished successfully 2025-03-07 07:50:05.730 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:50:05.748 | [38845 Async ks-alt-another:38845]: finished successfully 2025-03-07 07:50:06.707 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:06.709 | ++ functions-common:get_or_create_user:938 : user_id=1457699501244472a5bc541a8f833db8 2025-03-07 07:50:06.711 | ++ functions-common:get_or_create_user:939 : echo 1457699501244472a5bc541a8f833db8 2025-03-07 07:50:06.713 | + lib/keystone:create_keystone_accounts:397 : system_member_user=1457699501244472a5bc541a8f833db8 2025-03-07 07:50:06.716 | + lib/keystone:create_keystone_accounts:398 : async_run ks-system-member get_or_add_user_system_role member 1457699501244472a5bc541a8f833db8 all 2025-03-07 07:50:06.765 | + inc/async:async_inner:63 : get_or_add_user_system_role member 1457699501244472a5bc541a8f833db8 all 2025-03-07 07:50:06.796 | [3562 Async ks-system-member:39429]: running: get_or_add_user_system_role member 1457699501244472a5bc541a8f833db8 all 2025-03-07 07:50:06.799 | ++ lib/keystone:create_keystone_accounts:401 : get_or_create_user system_reader nomoresecret default system_reader@example.com 2025-03-07 07:50:06.801 | ++ functions-common:get_or_create_user:922 : local user_id 2025-03-07 07:50:06.803 | ++ functions-common:get_or_create_user:923 : [[ ! -z system_reader@example.com ]] 2025-03-07 07:50:06.805 | ++ functions-common:get_or_create_user:924 : local email=--email=system_reader@example.com 2025-03-07 07:50:06.808 | +++ functions-common:get_or_create_user:940 : 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-03-07 07:50:07.198 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:50:07.217 | [39022 Async ks-alt-member-user:39022]: finished successfully 2025-03-07 07:50:08.214 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:08.216 | ++ functions-common:get_or_create_user:938 : user_id=46edc165277f45c284d5ece4e9165776 2025-03-07 07:50:08.218 | ++ functions-common:get_or_create_user:939 : echo 46edc165277f45c284d5ece4e9165776 2025-03-07 07:50:08.220 | + lib/keystone:create_keystone_accounts:401 : system_reader_user=46edc165277f45c284d5ece4e9165776 2025-03-07 07:50:08.222 | + lib/keystone:create_keystone_accounts:402 : async_run ks-system-reader get_or_add_user_system_role reader 46edc165277f45c284d5ece4e9165776 all 2025-03-07 07:50:08.271 | + inc/async:async_inner:63 : get_or_add_user_system_role reader 46edc165277f45c284d5ece4e9165776 all 2025-03-07 07:50:08.302 | [3562 Async ks-system-reader:39637]: running: get_or_add_user_system_role reader 46edc165277f45c284d5ece4e9165776 all 2025-03-07 07:50:08.305 | + lib/keystone:create_keystone_accounts:405 : local admin_group 2025-03-07 07:50:08.307 | ++ lib/keystone:create_keystone_accounts:407 : get_or_create_group admins default 'openstack admin group' 2025-03-07 07:50:08.309 | ++ functions-common:get_or_create_group:907 : local 'desc=openstack admin group' 2025-03-07 07:50:08.311 | ++ functions-common:get_or_create_group:908 : local group_id 2025-03-07 07:50:08.314 | +++ functions-common:get_or_create_group:917 : oscwrap --os-cloud devstack-system-admin group create admins --domain default --description 'openstack admin group' --or-show -f value -c id 2025-03-07 07:50:08.557 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:50:08.575 | [39196 Async ks-alt-reader-user:39196]: finished successfully 2025-03-07 07:50:09.773 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:09.776 | ++ functions-common:get_or_create_group:915 : group_id=737c93846a9144b196fe178ffb27378b 2025-03-07 07:50:09.778 | ++ functions-common:get_or_create_group:916 : echo 737c93846a9144b196fe178ffb27378b 2025-03-07 07:50:09.780 | + lib/keystone:create_keystone_accounts:407 : admin_group=737c93846a9144b196fe178ffb27378b 2025-03-07 07:50:09.782 | + lib/keystone:create_keystone_accounts:408 : local non_admin_group 2025-03-07 07:50:09.784 | ++ lib/keystone:create_keystone_accounts:410 : get_or_create_group nonadmins default 'non-admin group' 2025-03-07 07:50:09.786 | ++ functions-common:get_or_create_group:907 : local 'desc=non-admin group' 2025-03-07 07:50:09.789 | ++ functions-common:get_or_create_group:908 : local group_id 2025-03-07 07:50:09.791 | +++ functions-common:get_or_create_group:917 : oscwrap --os-cloud devstack-system-admin group create nonadmins --domain default --description 'non-admin group' --or-show -f value -c id 2025-03-07 07:50:11.156 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:11.158 | ++ functions-common:get_or_create_group:915 : group_id=505861d897694cc5bd7fea32f5ad587a 2025-03-07 07:50:11.160 | ++ functions-common:get_or_create_group:916 : echo 505861d897694cc5bd7fea32f5ad587a 2025-03-07 07:50:11.162 | + lib/keystone:create_keystone_accounts:410 : non_admin_group=505861d897694cc5bd7fea32f5ad587a 2025-03-07 07:50:11.165 | + lib/keystone:create_keystone_accounts:412 : async_run ks-group-memberdemo get_or_add_group_project_role member 505861d897694cc5bd7fea32f5ad587a b32e387af0cf442a9acd69ef02bd942f 2025-03-07 07:50:11.213 | + inc/async:async_inner:63 : get_or_add_group_project_role member 505861d897694cc5bd7fea32f5ad587a b32e387af0cf442a9acd69ef02bd942f 2025-03-07 07:50:11.243 | [3562 Async ks-group-memberdemo:39905]: running: get_or_add_group_project_role member 505861d897694cc5bd7fea32f5ad587a b32e387af0cf442a9acd69ef02bd942f 2025-03-07 07:50:11.245 | + lib/keystone:create_keystone_accounts:413 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole 505861d897694cc5bd7fea32f5ad587a b32e387af0cf442a9acd69ef02bd942f 2025-03-07 07:50:11.296 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 505861d897694cc5bd7fea32f5ad587a b32e387af0cf442a9acd69ef02bd942f 2025-03-07 07:50:11.325 | [3562 Async ks-group-anotherdemo:39984]: running: get_or_add_group_project_role anotherrole 505861d897694cc5bd7fea32f5ad587a b32e387af0cf442a9acd69ef02bd942f 2025-03-07 07:50:11.327 | + lib/keystone:create_keystone_accounts:414 : async_run ks-group-memberalt get_or_add_group_project_role member 505861d897694cc5bd7fea32f5ad587a 540c12acbf634d34b30443e1ddf86a01 2025-03-07 07:50:11.382 | + inc/async:async_inner:63 : get_or_add_group_project_role member 505861d897694cc5bd7fea32f5ad587a 540c12acbf634d34b30443e1ddf86a01 2025-03-07 07:50:11.416 | [3562 Async ks-group-memberalt:40082]: running: get_or_add_group_project_role member 505861d897694cc5bd7fea32f5ad587a 540c12acbf634d34b30443e1ddf86a01 2025-03-07 07:50:11.418 | + lib/keystone:create_keystone_accounts:415 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole 505861d897694cc5bd7fea32f5ad587a 540c12acbf634d34b30443e1ddf86a01 2025-03-07 07:50:11.419 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:50:11.439 | [39429 Async ks-system-member:39429]: finished successfully 2025-03-07 07:50:11.468 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 505861d897694cc5bd7fea32f5ad587a 540c12acbf634d34b30443e1ddf86a01 2025-03-07 07:50:11.498 | [3562 Async ks-group-anotheralt:40202]: running: get_or_add_group_project_role anotherrole 505861d897694cc5bd7fea32f5ad587a 540c12acbf634d34b30443e1ddf86a01 2025-03-07 07:50:11.500 | + lib/keystone:create_keystone_accounts:416 : async_run ks-group-admin get_or_add_group_project_role admin 737c93846a9144b196fe178ffb27378b a06639ef48fd43768e273db76d6c8f54 2025-03-07 07:50:11.547 | + inc/async:async_inner:63 : get_or_add_group_project_role admin 737c93846a9144b196fe178ffb27378b a06639ef48fd43768e273db76d6c8f54 2025-03-07 07:50:11.577 | [3562 Async ks-group-admin:40283]: running: get_or_add_group_project_role admin 737c93846a9144b196fe178ffb27378b a06639ef48fd43768e273db76d6c8f54 2025-03-07 07:50:11.579 | + lib/keystone:create_keystone_accounts:418 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader 2025-03-07 07:50:11.615 | [3562 Async ks-demo-member:37895]: Waiting for completion of get_or_add_user_project_role member 66ea8255916947f38bf394badefdc1e1 b32e387af0cf442a9acd69ef02bd942f running on PID 37895 (17 other jobs running) 2025-03-07 07:50:11.633 | [3562 Async ks-demo-member:37895]: Signaling child to exit 2025-03-07 07:50:11.633 | WAKEUP 2025-03-07 07:50:11.648 | [3562 Async ks-demo-member:37895]: Signaled 2025-03-07 07:50:11.650 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-03-07 07:50:11.650 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-03-07 07:50:11.650 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2025-03-07 07:50:11.650 | ++ functions-common:_get_domain_args:970 : local domain 2025-03-07 07:50:11.650 | ++ functions-common:_get_domain_args:971 : domain= 2025-03-07 07:50:11.650 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-03-07 07:50:11.650 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-03-07 07:50:11.650 | ++ functions-common:_get_domain_args:980 : echo 2025-03-07 07:50:11.650 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2025-03-07 07:50:11.650 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user 66ea8255916947f38bf394badefdc1e1 --project b32e387af0cf442a9acd69ef02bd942f 2025-03-07 07:50:11.650 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 66ea8255916947f38bf394badefdc1e1 --project b32e387af0cf442a9acd69ef02bd942f -c Role -f value 2025-03-07 07:50:11.650 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:11.650 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=282828fb2fcb4bc4a2cfb05aaf8fe75a 2025-03-07 07:50:11.650 | + functions-common:get_or_add_user_project_role:1003 : echo 282828fb2fcb4bc4a2cfb05aaf8fe75a 2025-03-07 07:50:11.650 | 282828fb2fcb4bc4a2cfb05aaf8fe75a 2025-03-07 07:50:11.682 | [3562 Async ks-demo-member:37895]: finished get_or_add_user_project_role member 66ea8255916947f38bf394badefdc1e1 b32e387af0cf442a9acd69ef02bd942f with result 0 in 4 seconds 2025-03-07 07:50:11.708 | [3562 Async ks-demo-admin:37991]: Waiting for completion of get_or_add_user_project_role admin caad670d948c4b2e8494dd07507d2f26 b32e387af0cf442a9acd69ef02bd942f running on PID 37991 (16 other jobs running) 2025-03-07 07:50:11.725 | [3562 Async ks-demo-admin:37991]: Signaling child to exit 2025-03-07 07:50:11.725 | WAKEUP 2025-03-07 07:50:11.740 | [3562 Async ks-demo-admin:37991]: Signaled 2025-03-07 07:50:11.741 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-03-07 07:50:11.741 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-03-07 07:50:11.742 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2025-03-07 07:50:11.742 | ++ functions-common:_get_domain_args:970 : local domain 2025-03-07 07:50:11.742 | ++ functions-common:_get_domain_args:971 : domain= 2025-03-07 07:50:11.742 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-03-07 07:50:11.742 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-03-07 07:50:11.742 | ++ functions-common:_get_domain_args:980 : echo 2025-03-07 07:50:11.742 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2025-03-07 07:50:11.742 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user caad670d948c4b2e8494dd07507d2f26 --project b32e387af0cf442a9acd69ef02bd942f 2025-03-07 07:50:11.742 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user caad670d948c4b2e8494dd07507d2f26 --project b32e387af0cf442a9acd69ef02bd942f -c Role -f value 2025-03-07 07:50:11.742 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:11.742 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=caca8203cdd94b40b6b376fa2d313934 2025-03-07 07:50:11.742 | + functions-common:get_or_add_user_project_role:1003 : echo caca8203cdd94b40b6b376fa2d313934 2025-03-07 07:50:11.742 | caca8203cdd94b40b6b376fa2d313934 2025-03-07 07:50:11.772 | [3562 Async ks-demo-admin:37991]: finished get_or_add_user_project_role admin caad670d948c4b2e8494dd07507d2f26 b32e387af0cf442a9acd69ef02bd942f with result 0 in 4 seconds 2025-03-07 07:50:11.798 | [3562 Async ks-demo-another:38088]: Waiting for completion of get_or_add_user_project_role anotherrole 66ea8255916947f38bf394badefdc1e1 b32e387af0cf442a9acd69ef02bd942f running on PID 38088 (15 other jobs running) 2025-03-07 07:50:11.815 | [3562 Async ks-demo-another:38088]: Signaling child to exit 2025-03-07 07:50:11.816 | WAKEUP 2025-03-07 07:50:11.831 | [3562 Async ks-demo-another:38088]: Signaled 2025-03-07 07:50:11.832 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-03-07 07:50:11.832 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-03-07 07:50:11.832 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2025-03-07 07:50:11.832 | ++ functions-common:_get_domain_args:970 : local domain 2025-03-07 07:50:11.832 | ++ functions-common:_get_domain_args:971 : domain= 2025-03-07 07:50:11.832 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-03-07 07:50:11.832 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-03-07 07:50:11.832 | ++ functions-common:_get_domain_args:980 : echo 2025-03-07 07:50:11.832 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2025-03-07 07:50:11.832 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add anotherrole --user 66ea8255916947f38bf394badefdc1e1 --project b32e387af0cf442a9acd69ef02bd942f 2025-03-07 07:50:11.832 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 66ea8255916947f38bf394badefdc1e1 --project b32e387af0cf442a9acd69ef02bd942f -c Role -f value 2025-03-07 07:50:11.832 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:11.832 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=637821376a07485f9d81ce0542f324b6 2025-03-07 07:50:11.832 | + functions-common:get_or_add_user_project_role:1003 : echo 637821376a07485f9d81ce0542f324b6 2025-03-07 07:50:11.832 | 637821376a07485f9d81ce0542f324b6 2025-03-07 07:50:11.863 | [3562 Async ks-demo-another:38088]: finished get_or_add_user_project_role anotherrole 66ea8255916947f38bf394badefdc1e1 b32e387af0cf442a9acd69ef02bd942f with result 0 in 4 seconds 2025-03-07 07:50:11.888 | [3562 Async ks-demo-invis:38185]: Waiting for completion of get_or_add_user_project_role member 66ea8255916947f38bf394badefdc1e1 b441a5378cf24998926228be958130c7 running on PID 38185 (14 other jobs running) 2025-03-07 07:50:11.906 | [3562 Async ks-demo-invis:38185]: Signaling child to exit 2025-03-07 07:50:11.907 | WAKEUP 2025-03-07 07:50:11.922 | [3562 Async ks-demo-invis:38185]: Signaled 2025-03-07 07:50:11.922 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-03-07 07:50:11.922 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-03-07 07:50:11.922 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2025-03-07 07:50:11.922 | ++ functions-common:_get_domain_args:970 : local domain 2025-03-07 07:50:11.922 | ++ functions-common:_get_domain_args:971 : domain= 2025-03-07 07:50:11.923 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-03-07 07:50:11.923 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-03-07 07:50:11.923 | ++ functions-common:_get_domain_args:980 : echo 2025-03-07 07:50:11.923 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2025-03-07 07:50:11.923 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user 66ea8255916947f38bf394badefdc1e1 --project b441a5378cf24998926228be958130c7 2025-03-07 07:50:11.923 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 66ea8255916947f38bf394badefdc1e1 --project b441a5378cf24998926228be958130c7 -c Role -f value 2025-03-07 07:50:11.923 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:11.923 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=282828fb2fcb4bc4a2cfb05aaf8fe75a 2025-03-07 07:50:11.923 | + functions-common:get_or_add_user_project_role:1003 : echo 282828fb2fcb4bc4a2cfb05aaf8fe75a 2025-03-07 07:50:11.923 | 282828fb2fcb4bc4a2cfb05aaf8fe75a 2025-03-07 07:50:11.953 | [3562 Async ks-demo-invis:38185]: finished get_or_add_user_project_role member 66ea8255916947f38bf394badefdc1e1 b441a5378cf24998926228be958130c7 with result 0 in 4 seconds 2025-03-07 07:50:11.979 | [3562 Async ks-demo-reader:38340]: Waiting for completion of get_or_add_user_project_role reader 3540629c761e416a968a42725811397e b32e387af0cf442a9acd69ef02bd942f running on PID 38340 (13 other jobs running) 2025-03-07 07:50:11.996 | [3562 Async ks-demo-reader:38340]: Signaling child to exit 2025-03-07 07:50:11.997 | WAKEUP 2025-03-07 07:50:12.012 | [3562 Async ks-demo-reader:38340]: Signaled 2025-03-07 07:50:12.012 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-03-07 07:50:12.012 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-03-07 07:50:12.012 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2025-03-07 07:50:12.012 | ++ functions-common:_get_domain_args:970 : local domain 2025-03-07 07:50:12.012 | ++ functions-common:_get_domain_args:971 : domain= 2025-03-07 07:50:12.012 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-03-07 07:50:12.012 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-03-07 07:50:12.012 | ++ functions-common:_get_domain_args:980 : echo 2025-03-07 07:50:12.012 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2025-03-07 07:50:12.012 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add reader --user 3540629c761e416a968a42725811397e --project b32e387af0cf442a9acd69ef02bd942f 2025-03-07 07:50:12.012 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 3540629c761e416a968a42725811397e --project b32e387af0cf442a9acd69ef02bd942f -c Role -f value 2025-03-07 07:50:12.013 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:12.013 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=55104a7054ae40479e298eb36ffe34b9 2025-03-07 07:50:12.013 | + functions-common:get_or_add_user_project_role:1003 : echo 55104a7054ae40479e298eb36ffe34b9 2025-03-07 07:50:12.013 | 55104a7054ae40479e298eb36ffe34b9 2025-03-07 07:50:12.043 | [3562 Async ks-demo-reader:38340]: finished get_or_add_user_project_role reader 3540629c761e416a968a42725811397e b32e387af0cf442a9acd69ef02bd942f with result 0 in 3 seconds 2025-03-07 07:50:12.046 | + inc/async:async_wait:197 : return 0 2025-03-07 07:50:12.048 | + lib/keystone:create_keystone_accounts:419 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2025-03-07 07:50:12.083 | [3562 Async ks-alt-admin:38749]: Waiting for completion of get_or_add_user_project_role admin df156c652936408c87902c08c3855658 540c12acbf634d34b30443e1ddf86a01 running on PID 38749 (12 other jobs running) 2025-03-07 07:50:12.100 | [3562 Async ks-alt-admin:38749]: Signaling child to exit 2025-03-07 07:50:12.100 | WAKEUP 2025-03-07 07:50:12.116 | [3562 Async ks-alt-admin:38749]: Signaled 2025-03-07 07:50:12.116 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-03-07 07:50:12.116 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-03-07 07:50:12.116 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2025-03-07 07:50:12.116 | ++ functions-common:_get_domain_args:970 : local domain 2025-03-07 07:50:12.116 | ++ functions-common:_get_domain_args:971 : domain= 2025-03-07 07:50:12.116 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-03-07 07:50:12.116 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-03-07 07:50:12.116 | ++ functions-common:_get_domain_args:980 : echo 2025-03-07 07:50:12.116 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2025-03-07 07:50:12.116 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user df156c652936408c87902c08c3855658 --project 540c12acbf634d34b30443e1ddf86a01 2025-03-07 07:50:12.116 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user df156c652936408c87902c08c3855658 --project 540c12acbf634d34b30443e1ddf86a01 -c Role -f value 2025-03-07 07:50:12.116 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:12.116 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=caca8203cdd94b40b6b376fa2d313934 2025-03-07 07:50:12.116 | + functions-common:get_or_add_user_project_role:1003 : echo caca8203cdd94b40b6b376fa2d313934 2025-03-07 07:50:12.116 | caca8203cdd94b40b6b376fa2d313934 2025-03-07 07:50:12.146 | [3562 Async ks-alt-admin:38749]: finished get_or_add_user_project_role admin df156c652936408c87902c08c3855658 540c12acbf634d34b30443e1ddf86a01 with result 0 in 3 seconds 2025-03-07 07:50:12.172 | [3562 Async ks-alt-another:38845]: Waiting for completion of get_or_add_user_project_role anotherrole df156c652936408c87902c08c3855658 540c12acbf634d34b30443e1ddf86a01 running on PID 38845 (11 other jobs running) 2025-03-07 07:50:12.192 | [3562 Async ks-alt-another:38845]: Signaling child to exit 2025-03-07 07:50:12.193 | WAKEUP 2025-03-07 07:50:12.216 | [3562 Async ks-alt-another:38845]: Signaled 2025-03-07 07:50:12.217 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-03-07 07:50:12.217 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-03-07 07:50:12.217 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2025-03-07 07:50:12.217 | ++ functions-common:_get_domain_args:970 : local domain 2025-03-07 07:50:12.217 | ++ functions-common:_get_domain_args:971 : domain= 2025-03-07 07:50:12.217 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-03-07 07:50:12.217 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-03-07 07:50:12.217 | ++ functions-common:_get_domain_args:980 : echo 2025-03-07 07:50:12.217 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2025-03-07 07:50:12.217 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add anotherrole --user df156c652936408c87902c08c3855658 --project 540c12acbf634d34b30443e1ddf86a01 2025-03-07 07:50:12.217 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user df156c652936408c87902c08c3855658 --project 540c12acbf634d34b30443e1ddf86a01 -c Role -f value 2025-03-07 07:50:12.217 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:12.217 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=637821376a07485f9d81ce0542f324b6 2025-03-07 07:50:12.217 | + functions-common:get_or_add_user_project_role:1003 : echo 637821376a07485f9d81ce0542f324b6 2025-03-07 07:50:12.217 | 637821376a07485f9d81ce0542f324b6 2025-03-07 07:50:12.250 | [3562 Async ks-alt-another:38845]: finished get_or_add_user_project_role anotherrole df156c652936408c87902c08c3855658 540c12acbf634d34b30443e1ddf86a01 with result 0 in 3 seconds 2025-03-07 07:50:12.279 | [3562 Async ks-alt-member-user:39022]: Waiting for completion of get_or_add_user_project_role member 11ae11d7a60f46a9beb9de3aba1b664e 540c12acbf634d34b30443e1ddf86a01 running on PID 39022 (10 other jobs running) 2025-03-07 07:50:12.297 | [3562 Async ks-alt-member-user:39022]: Signaling child to exit 2025-03-07 07:50:12.297 | WAKEUP 2025-03-07 07:50:12.312 | [3562 Async ks-alt-member-user:39022]: Signaled 2025-03-07 07:50:12.313 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-03-07 07:50:12.313 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-03-07 07:50:12.313 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2025-03-07 07:50:12.313 | ++ functions-common:_get_domain_args:970 : local domain 2025-03-07 07:50:12.313 | ++ functions-common:_get_domain_args:971 : domain= 2025-03-07 07:50:12.313 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-03-07 07:50:12.313 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-03-07 07:50:12.313 | ++ functions-common:_get_domain_args:980 : echo 2025-03-07 07:50:12.313 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2025-03-07 07:50:12.313 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user 11ae11d7a60f46a9beb9de3aba1b664e --project 540c12acbf634d34b30443e1ddf86a01 2025-03-07 07:50:12.313 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 11ae11d7a60f46a9beb9de3aba1b664e --project 540c12acbf634d34b30443e1ddf86a01 -c Role -f value 2025-03-07 07:50:12.313 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:12.313 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=282828fb2fcb4bc4a2cfb05aaf8fe75a 2025-03-07 07:50:12.313 | + functions-common:get_or_add_user_project_role:1003 : echo 282828fb2fcb4bc4a2cfb05aaf8fe75a 2025-03-07 07:50:12.313 | 282828fb2fcb4bc4a2cfb05aaf8fe75a 2025-03-07 07:50:12.347 | [3562 Async ks-alt-member-user:39022]: finished get_or_add_user_project_role member 11ae11d7a60f46a9beb9de3aba1b664e 540c12acbf634d34b30443e1ddf86a01 with result 0 in 3 seconds 2025-03-07 07:50:12.380 | [3562 Async ks-alt-reader-user:39196]: Waiting for completion of get_or_add_user_project_role reader 64019ac90c924429927123ee5170966e 540c12acbf634d34b30443e1ddf86a01 running on PID 39196 (9 other jobs running) 2025-03-07 07:50:12.403 | [3562 Async ks-alt-reader-user:39196]: Signaling child to exit 2025-03-07 07:50:12.405 | WAKEUP 2025-03-07 07:50:12.421 | [3562 Async ks-alt-reader-user:39196]: Signaled 2025-03-07 07:50:12.422 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-03-07 07:50:12.422 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-03-07 07:50:12.422 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2025-03-07 07:50:12.422 | ++ functions-common:_get_domain_args:970 : local domain 2025-03-07 07:50:12.422 | ++ functions-common:_get_domain_args:971 : domain= 2025-03-07 07:50:12.422 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-03-07 07:50:12.422 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-03-07 07:50:12.422 | ++ functions-common:_get_domain_args:980 : echo 2025-03-07 07:50:12.422 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2025-03-07 07:50:12.422 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add reader --user 64019ac90c924429927123ee5170966e --project 540c12acbf634d34b30443e1ddf86a01 2025-03-07 07:50:12.422 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 64019ac90c924429927123ee5170966e --project 540c12acbf634d34b30443e1ddf86a01 -c Role -f value 2025-03-07 07:50:12.422 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:12.422 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=55104a7054ae40479e298eb36ffe34b9 2025-03-07 07:50:12.422 | + functions-common:get_or_add_user_project_role:1003 : echo 55104a7054ae40479e298eb36ffe34b9 2025-03-07 07:50:12.422 | 55104a7054ae40479e298eb36ffe34b9 2025-03-07 07:50:12.458 | [3562 Async ks-alt-reader-user:39196]: finished get_or_add_user_project_role reader 64019ac90c924429927123ee5170966e 540c12acbf634d34b30443e1ddf86a01 with result 0 in 3 seconds 2025-03-07 07:50:12.461 | + inc/async:async_wait:197 : return 0 2025-03-07 07:50:12.464 | + lib/keystone:create_keystone_accounts:420 : async_wait ks-system-member ks-system-reader 2025-03-07 07:50:12.515 | [3562 Async ks-system-member:39429]: Waiting for completion of get_or_add_user_system_role member 1457699501244472a5bc541a8f833db8 all running on PID 39429 (8 other jobs running) 2025-03-07 07:50:12.536 | [3562 Async ks-system-member:39429]: Signaling child to exit 2025-03-07 07:50:12.536 | WAKEUP 2025-03-07 07:50:12.556 | [3562 Async ks-system-member:39429]: Signaled 2025-03-07 07:50:12.557 | + functions-common:get_or_add_user_system_role:1028 : local user_role_id 2025-03-07 07:50:12.557 | + functions-common:get_or_add_user_system_role:1029 : local domain_args 2025-03-07 07:50:12.557 | ++ functions-common:get_or_add_user_system_role:1031 : _get_domain_args 2025-03-07 07:50:12.557 | ++ functions-common:_get_domain_args:970 : local domain 2025-03-07 07:50:12.557 | ++ functions-common:_get_domain_args:971 : domain= 2025-03-07 07:50:12.557 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-03-07 07:50:12.557 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-03-07 07:50:12.557 | ++ functions-common:_get_domain_args:980 : echo 2025-03-07 07:50:12.557 | + functions-common:get_or_add_user_system_role:1031 : domain_args= 2025-03-07 07:50:12.557 | ++ functions-common:get_or_add_user_system_role:1039 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 1457699501244472a5bc541a8f833db8 --system all -f value -c Role 2025-03-07 07:50:12.557 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:12.557 | + functions-common:get_or_add_user_system_role:1039 : user_role_id= 2025-03-07 07:50:12.557 | + functions-common:get_or_add_user_system_role:1040 : [[ -z '' ]] 2025-03-07 07:50:12.557 | + functions-common:get_or_add_user_system_role:1042 : openstack --os-cloud devstack-system-admin role add member --user 1457699501244472a5bc541a8f833db8 --system all 2025-03-07 07:50:12.557 | ++ functions-common:get_or_add_user_system_role:1051 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 1457699501244472a5bc541a8f833db8 --system all -f value -c Role 2025-03-07 07:50:12.557 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:12.557 | + functions-common:get_or_add_user_system_role:1051 : user_role_id= 2025-03-07 07:50:12.557 | + functions-common:get_or_add_user_system_role:1053 : echo 2025-03-07 07:50:12.557 | 2025-03-07 07:50:12.589 | [3562 Async ks-system-member:39429]: finished get_or_add_user_system_role member 1457699501244472a5bc541a8f833db8 all with result 0 in 4 seconds 2025-03-07 07:50:12.619 | [3562 Async ks-system-reader:39637]: Waiting for completion of get_or_add_user_system_role reader 46edc165277f45c284d5ece4e9165776 all running on PID 39637 (7 other jobs running) 2025-03-07 07:50:12.639 | [3562 Async ks-system-reader:39637]: Signaling child to exit 2025-03-07 07:50:12.969 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:50:12.989 | [39637 Async ks-system-reader:39637]: finished successfully 2025-03-07 07:50:13.007 | WAKEUP 2025-03-07 07:50:13.023 | [3562 Async ks-system-reader:39637]: Signaled 2025-03-07 07:50:13.025 | + functions-common:get_or_add_user_system_role:1028 : local user_role_id 2025-03-07 07:50:13.025 | + functions-common:get_or_add_user_system_role:1029 : local domain_args 2025-03-07 07:50:13.025 | ++ functions-common:get_or_add_user_system_role:1031 : _get_domain_args 2025-03-07 07:50:13.025 | ++ functions-common:_get_domain_args:970 : local domain 2025-03-07 07:50:13.025 | ++ functions-common:_get_domain_args:971 : domain= 2025-03-07 07:50:13.025 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2025-03-07 07:50:13.025 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2025-03-07 07:50:13.025 | ++ functions-common:_get_domain_args:980 : echo 2025-03-07 07:50:13.025 | + functions-common:get_or_add_user_system_role:1031 : domain_args= 2025-03-07 07:50:13.025 | ++ functions-common:get_or_add_user_system_role:1039 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 46edc165277f45c284d5ece4e9165776 --system all -f value -c Role 2025-03-07 07:50:13.025 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:13.025 | + functions-common:get_or_add_user_system_role:1039 : user_role_id= 2025-03-07 07:50:13.025 | + functions-common:get_or_add_user_system_role:1040 : [[ -z '' ]] 2025-03-07 07:50:13.025 | + functions-common:get_or_add_user_system_role:1042 : openstack --os-cloud devstack-system-admin role add reader --user 46edc165277f45c284d5ece4e9165776 --system all 2025-03-07 07:50:13.025 | ++ functions-common:get_or_add_user_system_role:1051 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 46edc165277f45c284d5ece4e9165776 --system all -f value -c Role 2025-03-07 07:50:13.025 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:13.025 | + functions-common:get_or_add_user_system_role:1051 : user_role_id=55104a7054ae40479e298eb36ffe34b9 2025-03-07 07:50:13.025 | + functions-common:get_or_add_user_system_role:1053 : echo 55104a7054ae40479e298eb36ffe34b9 2025-03-07 07:50:13.025 | 55104a7054ae40479e298eb36ffe34b9 2025-03-07 07:50:13.057 | [3562 Async ks-system-reader:39637]: finished get_or_add_user_system_role reader 46edc165277f45c284d5ece4e9165776 all with result 0 in 4 seconds 2025-03-07 07:50:13.060 | + inc/async:async_wait:197 : return 0 2025-03-07 07:50:13.062 | + lib/keystone:create_keystone_accounts:421 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2025-03-07 07:50:13.098 | [3562 Async ks-group-memberdemo:39905]: Waiting for completion of get_or_add_group_project_role member 505861d897694cc5bd7fea32f5ad587a b32e387af0cf442a9acd69ef02bd942f running on PID 39905 (6 other jobs running) 2025-03-07 07:50:13.115 | [3562 Async ks-group-memberdemo:39905]: Signaling child to exit 2025-03-07 07:50:14.462 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:50:14.479 | [39905 Async ks-group-memberdemo:39905]: finished successfully 2025-03-07 07:50:14.501 | WAKEUP 2025-03-07 07:50:14.521 | [3562 Async ks-group-memberdemo:39905]: Signaled 2025-03-07 07:50:14.522 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2025-03-07 07:50:14.522 | + functions-common:get_or_add_group_project_role:1063 : openstack role add member --group 505861d897694cc5bd7fea32f5ad587a --project b32e387af0cf442a9acd69ef02bd942f 2025-03-07 07:50:14.522 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 505861d897694cc5bd7fea32f5ad587a --project b32e387af0cf442a9acd69ef02bd942f -f value -c Role 2025-03-07 07:50:14.522 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:14.522 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=282828fb2fcb4bc4a2cfb05aaf8fe75a 2025-03-07 07:50:14.522 | + functions-common:get_or_add_group_project_role:1072 : echo 282828fb2fcb4bc4a2cfb05aaf8fe75a 2025-03-07 07:50:14.522 | 282828fb2fcb4bc4a2cfb05aaf8fe75a 2025-03-07 07:50:14.554 | [3562 Async ks-group-memberdemo:39905]: finished get_or_add_group_project_role member 505861d897694cc5bd7fea32f5ad587a b32e387af0cf442a9acd69ef02bd942f with result 0 in 3 seconds 2025-03-07 07:50:14.581 | [3562 Async ks-group-anotherdemo:39984]: Waiting for completion of get_or_add_group_project_role anotherrole 505861d897694cc5bd7fea32f5ad587a b32e387af0cf442a9acd69ef02bd942f running on PID 39984 (5 other jobs running) 2025-03-07 07:50:14.599 | [3562 Async ks-group-anotherdemo:39984]: Signaling child to exit 2025-03-07 07:50:14.658 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:50:14.677 | [39984 Async ks-group-anotherdemo:39984]: finished successfully 2025-03-07 07:50:14.693 | WAKEUP 2025-03-07 07:50:14.710 | [3562 Async ks-group-anotherdemo:39984]: Signaled 2025-03-07 07:50:14.711 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2025-03-07 07:50:14.711 | + functions-common:get_or_add_group_project_role:1063 : openstack role add anotherrole --group 505861d897694cc5bd7fea32f5ad587a --project b32e387af0cf442a9acd69ef02bd942f 2025-03-07 07:50:14.711 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 505861d897694cc5bd7fea32f5ad587a --project b32e387af0cf442a9acd69ef02bd942f -f value -c Role 2025-03-07 07:50:14.711 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:14.711 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=637821376a07485f9d81ce0542f324b6 2025-03-07 07:50:14.711 | + functions-common:get_or_add_group_project_role:1072 : echo 637821376a07485f9d81ce0542f324b6 2025-03-07 07:50:14.711 | 637821376a07485f9d81ce0542f324b6 2025-03-07 07:50:14.743 | [3562 Async ks-group-anotherdemo:39984]: finished get_or_add_group_project_role anotherrole 505861d897694cc5bd7fea32f5ad587a b32e387af0cf442a9acd69ef02bd942f with result 0 in 3 seconds 2025-03-07 07:50:14.769 | [3562 Async ks-group-memberalt:40082]: Waiting for completion of get_or_add_group_project_role member 505861d897694cc5bd7fea32f5ad587a 540c12acbf634d34b30443e1ddf86a01 running on PID 40082 (4 other jobs running) 2025-03-07 07:50:14.787 | [3562 Async ks-group-memberalt:40082]: Signaling child to exit 2025-03-07 07:50:14.842 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:50:14.861 | [40082 Async ks-group-memberalt:40082]: finished successfully 2025-03-07 07:50:14.877 | WAKEUP 2025-03-07 07:50:14.893 | [3562 Async ks-group-memberalt:40082]: Signaled 2025-03-07 07:50:14.894 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2025-03-07 07:50:14.894 | + functions-common:get_or_add_group_project_role:1063 : openstack role add member --group 505861d897694cc5bd7fea32f5ad587a --project 540c12acbf634d34b30443e1ddf86a01 2025-03-07 07:50:14.894 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 505861d897694cc5bd7fea32f5ad587a --project 540c12acbf634d34b30443e1ddf86a01 -f value -c Role 2025-03-07 07:50:14.894 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:14.894 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=282828fb2fcb4bc4a2cfb05aaf8fe75a 2025-03-07 07:50:14.894 | + functions-common:get_or_add_group_project_role:1072 : echo 282828fb2fcb4bc4a2cfb05aaf8fe75a 2025-03-07 07:50:14.894 | 282828fb2fcb4bc4a2cfb05aaf8fe75a 2025-03-07 07:50:14.917 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:50:14.928 | [3562 Async ks-group-memberalt:40082]: finished get_or_add_group_project_role member 505861d897694cc5bd7fea32f5ad587a 540c12acbf634d34b30443e1ddf86a01 with result 0 in 3 seconds 2025-03-07 07:50:14.936 | [40202 Async ks-group-anotheralt:40202]: finished successfully 2025-03-07 07:50:14.955 | [3562 Async ks-group-anotheralt:40202]: Waiting for completion of get_or_add_group_project_role anotherrole 505861d897694cc5bd7fea32f5ad587a 540c12acbf634d34b30443e1ddf86a01 running on PID 40202 (3 other jobs running) 2025-03-07 07:50:14.973 | [3562 Async ks-group-anotheralt:40202]: Signaling child to exit 2025-03-07 07:50:14.973 | WAKEUP 2025-03-07 07:50:14.989 | [3562 Async ks-group-anotheralt:40202]: Signaled 2025-03-07 07:50:14.990 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2025-03-07 07:50:14.990 | + functions-common:get_or_add_group_project_role:1063 : openstack role add anotherrole --group 505861d897694cc5bd7fea32f5ad587a --project 540c12acbf634d34b30443e1ddf86a01 2025-03-07 07:50:14.990 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 505861d897694cc5bd7fea32f5ad587a --project 540c12acbf634d34b30443e1ddf86a01 -f value -c Role 2025-03-07 07:50:14.990 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:14.990 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=637821376a07485f9d81ce0542f324b6 2025-03-07 07:50:14.990 | + functions-common:get_or_add_group_project_role:1072 : echo 637821376a07485f9d81ce0542f324b6 2025-03-07 07:50:14.990 | 637821376a07485f9d81ce0542f324b6 2025-03-07 07:50:15.010 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:50:15.021 | [3562 Async ks-group-anotheralt:40202]: finished get_or_add_group_project_role anotherrole 505861d897694cc5bd7fea32f5ad587a 540c12acbf634d34b30443e1ddf86a01 with result 0 in 3 seconds 2025-03-07 07:50:15.028 | [40283 Async ks-group-admin:40283]: finished successfully 2025-03-07 07:50:15.047 | [3562 Async ks-group-admin:40283]: Waiting for completion of get_or_add_group_project_role admin 737c93846a9144b196fe178ffb27378b a06639ef48fd43768e273db76d6c8f54 running on PID 40283 (2 other jobs running) 2025-03-07 07:50:15.065 | [3562 Async ks-group-admin:40283]: Signaling child to exit 2025-03-07 07:50:15.065 | WAKEUP 2025-03-07 07:50:15.080 | [3562 Async ks-group-admin:40283]: Signaled 2025-03-07 07:50:15.081 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2025-03-07 07:50:15.081 | + functions-common:get_or_add_group_project_role:1063 : openstack role add admin --group 737c93846a9144b196fe178ffb27378b --project a06639ef48fd43768e273db76d6c8f54 2025-03-07 07:50:15.081 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group 737c93846a9144b196fe178ffb27378b --project a06639ef48fd43768e273db76d6c8f54 -f value -c Role 2025-03-07 07:50:15.081 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:15.081 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=caca8203cdd94b40b6b376fa2d313934 2025-03-07 07:50:15.081 | + functions-common:get_or_add_group_project_role:1072 : echo caca8203cdd94b40b6b376fa2d313934 2025-03-07 07:50:15.081 | caca8203cdd94b40b6b376fa2d313934 2025-03-07 07:50:15.111 | [3562 Async ks-group-admin:40283]: finished get_or_add_group_project_role admin 737c93846a9144b196fe178ffb27378b a06639ef48fd43768e273db76d6c8f54 with result 0 in 3 seconds 2025-03-07 07:50:15.114 | + inc/async:async_wait:197 : return 0 2025-03-07 07:50:15.116 | + lib/keystone:create_keystone_accounts:423 : is_service_enabled ldap 2025-03-07 07:50:15.129 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:50:15.131 | + stack.sh:main:1111 : is_service_enabled nova 2025-03-07 07:50:15.144 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:50:15.146 | + stack.sh:main:1112 : async_runfunc create_nova_accounts 2025-03-07 07:50:15.148 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2025-03-07 07:50:15.195 | + inc/async:async_inner:63 : create_nova_accounts 2025-03-07 07:50:15.225 | [3562 Async create_nova_accounts:42131]: running: create_nova_accounts 2025-03-07 07:50:15.227 | + stack.sh:main:1114 : is_service_enabled glance 2025-03-07 07:50:15.240 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:50:15.242 | + stack.sh:main:1115 : async_runfunc create_glance_accounts 2025-03-07 07:50:15.244 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2025-03-07 07:50:15.292 | + inc/async:async_inner:63 : create_glance_accounts 2025-03-07 07:50:15.320 | [3562 Async create_glance_accounts:42254]: running: create_glance_accounts 2025-03-07 07:50:15.323 | + stack.sh:main:1117 : is_service_enabled cinder 2025-03-07 07:50:15.336 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:50:15.338 | + stack.sh:main:1118 : async_runfunc create_cinder_accounts 2025-03-07 07:50:15.340 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2025-03-07 07:50:15.387 | + inc/async:async_inner:63 : create_cinder_accounts 2025-03-07 07:50:15.418 | [3562 Async create_cinder_accounts:42393]: running: create_cinder_accounts 2025-03-07 07:50:15.420 | + stack.sh:main:1120 : is_service_enabled neutron 2025-03-07 07:50:15.435 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:50:15.437 | + stack.sh:main:1121 : async_runfunc create_neutron_accounts 2025-03-07 07:50:15.439 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2025-03-07 07:50:15.485 | + inc/async:async_inner:63 : create_neutron_accounts 2025-03-07 07:50:15.515 | [3562 Async create_neutron_accounts:42536]: running: create_neutron_accounts 2025-03-07 07:50:15.517 | + stack.sh:main:1123 : is_service_enabled swift 2025-03-07 07:50:15.531 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:50:15.534 | + stack.sh:main:1132 : is_service_enabled horizon 2025-03-07 07:50:15.547 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:50:15.550 | + stack.sh:main:1137 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2025-03-07 07:50:15.587 | [3562 Async create_nova_accounts:42131]: Waiting for completion of create_nova_accounts running on PID 42131 (5 other jobs running) 2025-03-07 07:50:15.605 | [3562 Async create_nova_accounts:42131]: Signaling child to exit 2025-03-07 07:50:28.084 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:50:28.104 | [42536 Async create_neutron_accounts:42536]: finished successfully 2025-03-07 07:50:36.860 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:50:36.880 | [42393 Async create_cinder_accounts:42393]: finished successfully 2025-03-07 07:50:37.460 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:50:37.480 | [42131 Async create_nova_accounts:42131]: finished successfully 2025-03-07 07:50:37.498 | WAKEUP 2025-03-07 07:50:37.516 | [3562 Async create_nova_accounts:42131]: Signaled 2025-03-07 07:50:37.517 | + lib/nova:create_nova_accounts:373 : [[ 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-03-07 07:50:37.517 | + lib/nova:create_nova_accounts:377 : create_service_user nova admin 2025-03-07 07:50:37.517 | + lib/keystone:create_service_user:436 : get_or_create_user nova nomoresecret Default 2025-03-07 07:50:37.517 | + functions-common:get_or_create_user:922 : local user_id 2025-03-07 07:50:37.517 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2025-03-07 07:50:37.517 | + functions-common:get_or_create_user:926 : local email= 2025-03-07 07:50:37.517 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create nova --password nomoresecret --domain=Default --or-show -f value -c id 2025-03-07 07:50:37.517 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:37.517 | + functions-common:get_or_create_user:938 : user_id=12c6bea1f3954ff78226f1c641ea6990 2025-03-07 07:50:37.517 | + functions-common:get_or_create_user:939 : echo 12c6bea1f3954ff78226f1c641ea6990 2025-03-07 07:50:37.517 | 12c6bea1f3954ff78226f1c641ea6990 2025-03-07 07:50:37.517 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service nova service Default Default 2025-03-07 07:50:37.517 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-03-07 07:50:37.517 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-03-07 07:50:37.517 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2025-03-07 07:50:37.517 | ++ functions-common:_get_domain_args:970 : local domain 2025-03-07 07:50:37.517 | ++ functions-common:_get_domain_args:971 : domain= 2025-03-07 07:50:37.517 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2025-03-07 07:50:37.517 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2025-03-07 07:50:37.517 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2025-03-07 07:50:37.517 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2025-03-07 07:50:37.517 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2025-03-07 07:50:37.518 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2025-03-07 07:50:37.518 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user nova --project service --user-domain Default --project-domain Default 2025-03-07 07:50:37.518 | ++ functions-common:get_or_add_user_project_role:1002 : 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-03-07 07:50:37.518 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:37.518 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=d9655358d9e940628805e6964c95850a 2025-03-07 07:50:37.518 | + functions-common:get_or_add_user_project_role:1003 : echo d9655358d9e940628805e6964c95850a 2025-03-07 07:50:37.518 | d9655358d9e940628805e6964c95850a 2025-03-07 07:50:37.518 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2025-03-07 07:50:37.518 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin nova service Default Default 2025-03-07 07:50:37.518 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-03-07 07:50:37.518 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-03-07 07:50:37.518 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2025-03-07 07:50:37.518 | ++ functions-common:_get_domain_args:970 : local domain 2025-03-07 07:50:37.518 | ++ functions-common:_get_domain_args:971 : domain= 2025-03-07 07:50:37.518 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2025-03-07 07:50:37.518 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2025-03-07 07:50:37.518 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2025-03-07 07:50:37.518 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2025-03-07 07:50:37.518 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2025-03-07 07:50:37.518 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2025-03-07 07:50:37.518 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user nova --project service --user-domain Default --project-domain Default 2025-03-07 07:50:37.518 | ++ functions-common:get_or_add_user_project_role:1002 : 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-03-07 07:50:37.518 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:37.518 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=caca8203cdd94b40b6b376fa2d313934 2025-03-07 07:50:37.518 | + functions-common:get_or_add_user_project_role:1003 : echo caca8203cdd94b40b6b376fa2d313934 2025-03-07 07:50:37.518 | caca8203cdd94b40b6b376fa2d313934 2025-03-07 07:50:37.518 | + lib/nova:create_nova_accounts:379 : local nova_api_url 2025-03-07 07:50:37.518 | + lib/nova:create_nova_accounts:380 : [[ True == \F\a\l\s\e ]] 2025-03-07 07:50:37.518 | + lib/nova:create_nova_accounts:383 : nova_api_url=http://10.180.1.21/compute 2025-03-07 07:50:37.518 | + lib/nova:create_nova_accounts:386 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2025-03-07 07:50:37.518 | + functions-common:get_or_create_service:1078 : local service_id 2025-03-07 07:50:37.518 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2025-03-07 07:50:37.518 | ++ functions-common:get_or_create_service:1093 : 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-03-07 07:50:37.518 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:37.518 | + functions-common:get_or_create_service:1089 : service_id=' 2025-03-07 07:50:37.518 | c1ddcca4139b442897b05c1e59388e4c' 2025-03-07 07:50:37.518 | + functions-common:get_or_create_service:1090 : echo c1ddcca4139b442897b05c1e59388e4c 2025-03-07 07:50:37.518 | c1ddcca4139b442897b05c1e59388e4c 2025-03-07 07:50:37.518 | + lib/nova:create_nova_accounts:388 : get_or_create_endpoint compute_legacy RegionOne 'http://10.180.1.21/compute/v2/$(project_id)s' 2025-03-07 07:50:37.518 | + functions-common:get_or_create_endpoint:1122 : local public_id 2025-03-07 07:50:37.518 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface compute_legacy public 'http://10.180.1.21/compute/v2/$(project_id)s' RegionOne 2025-03-07 07:50:37.518 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2025-03-07 07:50:37.518 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value 2025-03-07 07:50:37.518 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:37.518 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2025-03-07 07:50:37.518 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2025-03-07 07:50:37.518 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : 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-03-07 07:50:37.518 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:37.518 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=216dcddfe31e42e89ad7acc0b16e8460 2025-03-07 07:50:37.518 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 216dcddfe31e42e89ad7acc0b16e8460 2025-03-07 07:50:37.518 | + functions-common:get_or_create_endpoint:1123 : public_id=216dcddfe31e42e89ad7acc0b16e8460 2025-03-07 07:50:37.518 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2025-03-07 07:50:37.518 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2025-03-07 07:50:37.518 | + functions-common:get_or_create_endpoint:1132 : echo 216dcddfe31e42e89ad7acc0b16e8460 2025-03-07 07:50:37.518 | 216dcddfe31e42e89ad7acc0b16e8460 2025-03-07 07:50:37.518 | + lib/nova:create_nova_accounts:392 : get_or_create_service nova compute 'Nova Compute Service' 2025-03-07 07:50:37.518 | + functions-common:get_or_create_service:1078 : local service_id 2025-03-07 07:50:37.518 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2025-03-07 07:50:37.518 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create compute --name nova '--description=Nova Compute Service' -f value -c id 2025-03-07 07:50:37.518 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:37.518 | + functions-common:get_or_create_service:1089 : service_id=' 2025-03-07 07:50:37.518 | bf0f1ada84de45c18cebf18b9e2e0a46' 2025-03-07 07:50:37.518 | + functions-common:get_or_create_service:1090 : echo bf0f1ada84de45c18cebf18b9e2e0a46 2025-03-07 07:50:37.518 | bf0f1ada84de45c18cebf18b9e2e0a46 2025-03-07 07:50:37.518 | + lib/nova:create_nova_accounts:394 : get_or_create_endpoint compute RegionOne http://10.180.1.21/compute/v2.1 2025-03-07 07:50:37.518 | + functions-common:get_or_create_endpoint:1122 : local public_id 2025-03-07 07:50:37.518 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface compute public http://10.180.1.21/compute/v2.1 RegionOne 2025-03-07 07:50:37.518 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2025-03-07 07:50:37.518 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute --interface public --region RegionOne -c ID -f value 2025-03-07 07:50:37.518 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:37.518 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2025-03-07 07:50:37.518 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2025-03-07 07:50:37.518 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : 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-03-07 07:50:37.518 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:37.518 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=3eb4172ed0564f76bf2a377ce11ba3df 2025-03-07 07:50:37.518 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 3eb4172ed0564f76bf2a377ce11ba3df 2025-03-07 07:50:37.518 | + functions-common:get_or_create_endpoint:1123 : public_id=3eb4172ed0564f76bf2a377ce11ba3df 2025-03-07 07:50:37.518 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2025-03-07 07:50:37.518 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2025-03-07 07:50:37.518 | + functions-common:get_or_create_endpoint:1132 : echo 3eb4172ed0564f76bf2a377ce11ba3df 2025-03-07 07:50:37.518 | 3eb4172ed0564f76bf2a377ce11ba3df 2025-03-07 07:50:37.518 | + lib/nova:create_nova_accounts:399 : is_service_enabled n-api 2025-03-07 07:50:37.518 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:50:37.518 | + lib/nova:create_nova_accounts:401 : is_service_enabled swift 2025-03-07 07:50:37.518 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:50:37.518 | + lib/nova:create_nova_accounts:409 : is_service_enabled s3api 2025-03-07 07:50:37.518 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:50:37.518 | + lib/nova:create_nova_accounts:420 : is_service_enabled n-api 2025-03-07 07:50:37.518 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:50:37.518 | + lib/nova:create_nova_accounts:421 : [[ False = True ]] 2025-03-07 07:50:37.552 | [3562 Async create_nova_accounts:42131]: finished create_nova_accounts with result 0 in 22 seconds 2025-03-07 07:50:37.580 | [3562 Async create_glance_accounts:42254]: Waiting for completion of create_glance_accounts running on PID 42254 (4 other jobs running) 2025-03-07 07:50:37.599 | [3562 Async create_glance_accounts:42254]: Signaling child to exit 2025-03-07 07:50:38.743 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:50:38.764 | [42254 Async create_glance_accounts:42254]: finished successfully 2025-03-07 07:50:38.783 | WAKEUP 2025-03-07 07:50:38.801 | [3562 Async create_glance_accounts:42254]: Signaled 2025-03-07 07:50:38.802 | + lib/glance:create_glance_accounts:455 : is_service_enabled g-api 2025-03-07 07:50:38.802 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:50:38.802 | + lib/glance:create_glance_accounts:457 : create_service_user glance 2025-03-07 07:50:38.802 | + lib/keystone:create_service_user:436 : get_or_create_user glance nomoresecret Default 2025-03-07 07:50:38.802 | + functions-common:get_or_create_user:922 : local user_id 2025-03-07 07:50:38.802 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2025-03-07 07:50:38.802 | + functions-common:get_or_create_user:926 : local email= 2025-03-07 07:50:38.802 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create glance --password nomoresecret --domain=Default --or-show -f value -c id 2025-03-07 07:50:38.802 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:38.802 | + functions-common:get_or_create_user:938 : user_id=f1b41b4a7aa74ffebc919e8d6b8f42ee 2025-03-07 07:50:38.802 | + functions-common:get_or_create_user:939 : echo f1b41b4a7aa74ffebc919e8d6b8f42ee 2025-03-07 07:50:38.802 | f1b41b4a7aa74ffebc919e8d6b8f42ee 2025-03-07 07:50:38.802 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service glance service Default Default 2025-03-07 07:50:38.802 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-03-07 07:50:38.802 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-03-07 07:50:38.802 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2025-03-07 07:50:38.802 | ++ functions-common:_get_domain_args:970 : local domain 2025-03-07 07:50:38.802 | ++ functions-common:_get_domain_args:971 : domain= 2025-03-07 07:50:38.802 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2025-03-07 07:50:38.802 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2025-03-07 07:50:38.802 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2025-03-07 07:50:38.802 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2025-03-07 07:50:38.802 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2025-03-07 07:50:38.802 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2025-03-07 07:50:38.802 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user glance --project service --user-domain Default --project-domain Default 2025-03-07 07:50:38.802 | ++ functions-common:get_or_add_user_project_role:1002 : 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-03-07 07:50:38.802 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:38.802 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=d9655358d9e940628805e6964c95850a 2025-03-07 07:50:38.802 | + functions-common:get_or_add_user_project_role:1003 : echo d9655358d9e940628805e6964c95850a 2025-03-07 07:50:38.802 | d9655358d9e940628805e6964c95850a 2025-03-07 07:50:38.802 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-03-07 07:50:38.803 | + lib/glance:create_glance_accounts:460 : is_service_enabled s-proxy 2025-03-07 07:50:38.803 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:50:38.803 | + lib/glance:create_glance_accounts:464 : get_or_create_service glance image 'Glance Image Service' 2025-03-07 07:50:38.803 | + functions-common:get_or_create_service:1078 : local service_id 2025-03-07 07:50:38.803 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2025-03-07 07:50:38.803 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create image --name glance '--description=Glance Image Service' -f value -c id 2025-03-07 07:50:38.803 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:38.803 | + functions-common:get_or_create_service:1089 : service_id=' 2025-03-07 07:50:38.803 | 1c397c664ae444e1bffa55f08dcb2947' 2025-03-07 07:50:38.803 | + functions-common:get_or_create_service:1090 : echo 1c397c664ae444e1bffa55f08dcb2947 2025-03-07 07:50:38.803 | 1c397c664ae444e1bffa55f08dcb2947 2025-03-07 07:50:38.803 | + lib/glance:create_glance_accounts:466 : get_or_create_endpoint image RegionOne http://10.180.1.21/image 2025-03-07 07:50:38.803 | + functions-common:get_or_create_endpoint:1122 : local public_id 2025-03-07 07:50:38.803 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface image public http://10.180.1.21/image RegionOne 2025-03-07 07:50:38.803 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2025-03-07 07:50:38.803 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service image --interface public --region RegionOne -c ID -f value 2025-03-07 07:50:38.803 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:38.803 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2025-03-07 07:50:38.803 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2025-03-07 07:50:38.803 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create image public http://10.180.1.21/image --region RegionOne -f value -c id 2025-03-07 07:50:38.803 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:38.803 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=5c61152cccd742ab801ec1bc1768707f 2025-03-07 07:50:38.803 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 5c61152cccd742ab801ec1bc1768707f 2025-03-07 07:50:38.803 | + functions-common:get_or_create_endpoint:1123 : public_id=5c61152cccd742ab801ec1bc1768707f 2025-03-07 07:50:38.803 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2025-03-07 07:50:38.804 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2025-03-07 07:50:38.804 | + functions-common:get_or_create_endpoint:1132 : echo 5c61152cccd742ab801ec1bc1768707f 2025-03-07 07:50:38.804 | 5c61152cccd742ab801ec1bc1768707f 2025-03-07 07:50:38.804 | ++ lib/glance:create_glance_accounts:471 : get_or_create_domain Default 2025-03-07 07:50:38.804 | ++ functions-common:get_or_create_domain:895 : local domain_id 2025-03-07 07:50:38.804 | +++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2025-03-07 07:50:38.804 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:38.804 | ++ functions-common:get_or_create_domain:900 : domain_id=default 2025-03-07 07:50:38.804 | ++ functions-common:get_or_create_domain:901 : echo default 2025-03-07 07:50:38.804 | + lib/glance:create_glance_accounts:471 : service_domain_id=default 2025-03-07 07:50:38.804 | + lib/glance:create_glance_accounts:472 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2025-03-07 07:50:38.804 | + lib/glance:create_glance_accounts:473 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2025-03-07 07:50:38.804 | + lib/glance:create_glance_accounts:475 : [[ True = True ]] 2025-03-07 07:50:38.804 | + lib/glance:create_glance_accounts:476 : configure_glance_quotas 2025-03-07 07:50:38.804 | + lib/glance:configure_glance_quotas:294 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 1000 --region RegionOne image_size_total 2025-03-07 07:50:38.804 | +---------------+----------------------------------+ 2025-03-07 07:50:38.804 | | Field | Value | 2025-03-07 07:50:38.804 | +---------------+----------------------------------+ 2025-03-07 07:50:38.804 | | default_limit | 1000 | 2025-03-07 07:50:38.804 | | description | None | 2025-03-07 07:50:38.804 | | id | ed102b069e18446fbb18b0b79c1f5ddc | 2025-03-07 07:50:38.804 | | region_id | RegionOne | 2025-03-07 07:50:38.804 | | resource_name | image_size_total | 2025-03-07 07:50:38.804 | | service_id | 1c397c664ae444e1bffa55f08dcb2947 | 2025-03-07 07:50:38.804 | +---------------+----------------------------------+ 2025-03-07 07:50:38.804 | + lib/glance:configure_glance_quotas:296 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 1000 --region RegionOne image_stage_total 2025-03-07 07:50:38.804 | +---------------+----------------------------------+ 2025-03-07 07:50:38.804 | | Field | Value | 2025-03-07 07:50:38.804 | +---------------+----------------------------------+ 2025-03-07 07:50:38.804 | | default_limit | 1000 | 2025-03-07 07:50:38.804 | | description | None | 2025-03-07 07:50:38.804 | | id | 2fd90a29aee04679a5f055ab3d587f26 | 2025-03-07 07:50:38.804 | | region_id | RegionOne | 2025-03-07 07:50:38.804 | | resource_name | image_stage_total | 2025-03-07 07:50:38.804 | | service_id | 1c397c664ae444e1bffa55f08dcb2947 | 2025-03-07 07:50:38.804 | +---------------+----------------------------------+ 2025-03-07 07:50:38.804 | + lib/glance:configure_glance_quotas:298 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 100 --region RegionOne image_count_total 2025-03-07 07:50:38.804 | +---------------+----------------------------------+ 2025-03-07 07:50:38.804 | | Field | Value | 2025-03-07 07:50:38.804 | +---------------+----------------------------------+ 2025-03-07 07:50:38.804 | | default_limit | 100 | 2025-03-07 07:50:38.804 | | description | None | 2025-03-07 07:50:38.804 | | id | 2d4cf71fb31e42b1b59f909e25614beb | 2025-03-07 07:50:38.804 | | region_id | RegionOne | 2025-03-07 07:50:38.804 | | resource_name | image_count_total | 2025-03-07 07:50:38.804 | | service_id | 1c397c664ae444e1bffa55f08dcb2947 | 2025-03-07 07:50:38.804 | +---------------+----------------------------------+ 2025-03-07 07:50:38.804 | + lib/glance:configure_glance_quotas:300 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 100 --region RegionOne image_count_uploading 2025-03-07 07:50:38.804 | +---------------+----------------------------------+ 2025-03-07 07:50:38.804 | | Field | Value | 2025-03-07 07:50:38.804 | +---------------+----------------------------------+ 2025-03-07 07:50:38.804 | | default_limit | 100 | 2025-03-07 07:50:38.804 | | description | None | 2025-03-07 07:50:38.804 | | id | 1d1f7ca4f9d44003a431eb55c8e7a8cb | 2025-03-07 07:50:38.804 | | region_id | RegionOne | 2025-03-07 07:50:38.804 | | resource_name | image_count_uploading | 2025-03-07 07:50:38.804 | | service_id | 1c397c664ae444e1bffa55f08dcb2947 | 2025-03-07 07:50:38.804 | +---------------+----------------------------------+ 2025-03-07 07:50:38.804 | + lib/glance:configure_glance_quotas:304 : iniset /etc/glance/glance-api.conf DEFAULT use_keystone_limits True 2025-03-07 07:50:38.804 | + lib/glance:configure_glance_quotas:307 : iniset /etc/glance/glance-api.conf oslo_limit user_domain_name Default 2025-03-07 07:50:38.805 | + lib/glance:configure_glance_quotas:308 : iniset /etc/glance/glance-api.conf oslo_limit password nomoresecret 2025-03-07 07:50:38.805 | + lib/glance:configure_glance_quotas:309 : iniset /etc/glance/glance-api.conf oslo_limit username glance 2025-03-07 07:50:38.805 | + lib/glance:configure_glance_quotas:310 : iniset /etc/glance/glance-api.conf oslo_limit auth_type password 2025-03-07 07:50:38.805 | + lib/glance:configure_glance_quotas:311 : iniset /etc/glance/glance-api.conf oslo_limit auth_url http://10.180.1.21/identity 2025-03-07 07:50:38.805 | + lib/glance:configure_glance_quotas:312 : iniset /etc/glance/glance-api.conf oslo_limit system_scope all 2025-03-07 07:50:38.805 | ++ lib/glance:configure_glance_quotas:313 : oscwrap --os-cloud devstack-system-admin endpoint list --service glance -f value -c ID 2025-03-07 07:50:38.805 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:38.805 | + lib/glance:configure_glance_quotas:313 : iniset /etc/glance/glance-api.conf oslo_limit endpoint_id 5c61152cccd742ab801ec1bc1768707f 2025-03-07 07:50:38.805 | + lib/glance:configure_glance_quotas:317 : openstack --os-cloud devstack-system-admin role add --user glance --user-domain Default --system all reader 2025-03-07 07:50:38.836 | [3562 Async create_glance_accounts:42254]: finished create_glance_accounts with result 0 in 23 seconds 2025-03-07 07:50:38.864 | [3562 Async create_cinder_accounts:42393]: Waiting for completion of create_cinder_accounts running on PID 42393 (3 other jobs running) 2025-03-07 07:50:38.882 | [3562 Async create_cinder_accounts:42393]: Signaling child to exit 2025-03-07 07:50:38.882 | WAKEUP 2025-03-07 07:50:38.898 | [3562 Async create_cinder_accounts:42393]: Signaled 2025-03-07 07:50:38.899 | + lib/cinder:create_cinder_accounts:431 : [[ 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-03-07 07:50:38.899 | + lib/cinder:create_cinder_accounts:433 : local extra_role= 2025-03-07 07:50:38.899 | + lib/cinder:create_cinder_accounts:436 : is_service_enabled barbican 2025-03-07 07:50:38.899 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:50:38.899 | + lib/cinder:create_cinder_accounts:440 : create_service_user cinder 2025-03-07 07:50:38.899 | + lib/keystone:create_service_user:436 : get_or_create_user cinder nomoresecret Default 2025-03-07 07:50:38.899 | + functions-common:get_or_create_user:922 : local user_id 2025-03-07 07:50:38.899 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2025-03-07 07:50:38.899 | + functions-common:get_or_create_user:926 : local email= 2025-03-07 07:50:38.899 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create cinder --password nomoresecret --domain=Default --or-show -f value -c id 2025-03-07 07:50:38.899 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:38.899 | + functions-common:get_or_create_user:938 : user_id=23d461b6a0924e4e8516c041cedefbf6 2025-03-07 07:50:38.899 | + functions-common:get_or_create_user:939 : echo 23d461b6a0924e4e8516c041cedefbf6 2025-03-07 07:50:38.899 | 23d461b6a0924e4e8516c041cedefbf6 2025-03-07 07:50:38.899 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service cinder service Default Default 2025-03-07 07:50:38.899 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-03-07 07:50:38.899 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-03-07 07:50:38.899 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2025-03-07 07:50:38.899 | ++ functions-common:_get_domain_args:970 : local domain 2025-03-07 07:50:38.899 | ++ functions-common:_get_domain_args:971 : domain= 2025-03-07 07:50:38.899 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2025-03-07 07:50:38.899 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2025-03-07 07:50:38.899 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2025-03-07 07:50:38.899 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2025-03-07 07:50:38.899 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2025-03-07 07:50:38.899 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2025-03-07 07:50:38.899 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user cinder --project service --user-domain Default --project-domain Default 2025-03-07 07:50:38.899 | ++ functions-common:get_or_add_user_project_role:1002 : 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-03-07 07:50:38.899 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:38.899 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=d9655358d9e940628805e6964c95850a 2025-03-07 07:50:38.899 | + functions-common:get_or_add_user_project_role:1003 : echo d9655358d9e940628805e6964c95850a 2025-03-07 07:50:38.899 | d9655358d9e940628805e6964c95850a 2025-03-07 07:50:38.899 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-03-07 07:50:38.899 | + lib/cinder:create_cinder_accounts:443 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2025-03-07 07:50:38.900 | + functions-common:get_or_create_service:1078 : local service_id 2025-03-07 07:50:38.900 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2025-03-07 07:50:38.900 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create block-storage --name cinder '--description=Cinder Volume Service' -f value -c id 2025-03-07 07:50:38.900 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:38.900 | + functions-common:get_or_create_service:1089 : service_id=' 2025-03-07 07:50:38.900 | eda1432cbc364d13baa63655e7135d67' 2025-03-07 07:50:38.900 | + functions-common:get_or_create_service:1090 : echo eda1432cbc364d13baa63655e7135d67 2025-03-07 07:50:38.900 | eda1432cbc364d13baa63655e7135d67 2025-03-07 07:50:38.900 | + lib/cinder:create_cinder_accounts:444 : '[' True == False ']' 2025-03-07 07:50:38.900 | + lib/cinder:create_cinder_accounts:457 : get_or_create_endpoint block-storage RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2025-03-07 07:50:38.900 | + functions-common:get_or_create_endpoint:1122 : local public_id 2025-03-07 07:50:38.900 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface block-storage public 'http://10.180.1.21/volume/v3/$(project_id)s' RegionOne 2025-03-07 07:50:38.900 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2025-03-07 07:50:38.900 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service block-storage --interface public --region RegionOne -c ID -f value 2025-03-07 07:50:38.900 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:38.900 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2025-03-07 07:50:38.900 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2025-03-07 07:50:38.900 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : 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-03-07 07:50:38.900 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:38.900 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=e6a6174f5f274190a0b0de24e2d1ef84 2025-03-07 07:50:38.900 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo e6a6174f5f274190a0b0de24e2d1ef84 2025-03-07 07:50:38.900 | + functions-common:get_or_create_endpoint:1123 : public_id=e6a6174f5f274190a0b0de24e2d1ef84 2025-03-07 07:50:38.900 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2025-03-07 07:50:38.900 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2025-03-07 07:50:38.900 | + functions-common:get_or_create_endpoint:1132 : echo e6a6174f5f274190a0b0de24e2d1ef84 2025-03-07 07:50:38.900 | e6a6174f5f274190a0b0de24e2d1ef84 2025-03-07 07:50:38.900 | + lib/cinder:create_cinder_accounts:461 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2025-03-07 07:50:38.900 | + functions-common:get_or_create_service:1078 : local service_id 2025-03-07 07:50:38.900 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2025-03-07 07:50:38.900 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create volumev3 --name cinderv3 '--description=Cinder Volume Service V3' -f value -c id 2025-03-07 07:50:38.900 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:38.900 | + functions-common:get_or_create_service:1089 : service_id=' 2025-03-07 07:50:38.900 | aaf52c6ffc804a4fbf000f961842d6e2' 2025-03-07 07:50:38.900 | + functions-common:get_or_create_service:1090 : echo aaf52c6ffc804a4fbf000f961842d6e2 2025-03-07 07:50:38.900 | aaf52c6ffc804a4fbf000f961842d6e2 2025-03-07 07:50:38.900 | + lib/cinder:create_cinder_accounts:463 : get_or_create_endpoint volumev3 RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2025-03-07 07:50:38.900 | + functions-common:get_or_create_endpoint:1122 : local public_id 2025-03-07 07:50:38.900 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface volumev3 public 'http://10.180.1.21/volume/v3/$(project_id)s' RegionOne 2025-03-07 07:50:38.900 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2025-03-07 07:50:38.900 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service volumev3 --interface public --region RegionOne -c ID -f value 2025-03-07 07:50:38.900 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:38.900 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2025-03-07 07:50:38.900 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2025-03-07 07:50:38.900 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : 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-03-07 07:50:38.900 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:38.900 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=e27da09417404c72938eff06712dffaa 2025-03-07 07:50:38.900 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo e27da09417404c72938eff06712dffaa 2025-03-07 07:50:38.900 | + functions-common:get_or_create_endpoint:1123 : public_id=e27da09417404c72938eff06712dffaa 2025-03-07 07:50:38.900 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2025-03-07 07:50:38.900 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2025-03-07 07:50:38.900 | + functions-common:get_or_create_endpoint:1132 : echo e27da09417404c72938eff06712dffaa 2025-03-07 07:50:38.900 | e27da09417404c72938eff06712dffaa 2025-03-07 07:50:38.900 | + lib/cinder:create_cinder_accounts:468 : configure_cinder_internal_tenant 2025-03-07 07:50:38.900 | ++ lib/cinder:configure_cinder_internal_tenant:704 : get_or_create_project service 2025-03-07 07:50:38.900 | ++ functions-common:get_or_create_project:945 : local project_id 2025-03-07 07:50:38.900 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create service --domain= --or-show -f value -c id 2025-03-07 07:50:38.900 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:38.900 | ++ functions-common:get_or_create_project:951 : project_id=a880e6e61a0d411288086edf9ae0dbb9 2025-03-07 07:50:38.900 | ++ functions-common:get_or_create_project:952 : echo a880e6e61a0d411288086edf9ae0dbb9 2025-03-07 07:50:38.900 | + lib/cinder:configure_cinder_internal_tenant:704 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id a880e6e61a0d411288086edf9ae0dbb9 2025-03-07 07:50:38.900 | ++ lib/cinder:configure_cinder_internal_tenant:705 : get_or_create_user cinder 2025-03-07 07:50:38.900 | ++ functions-common:get_or_create_user:922 : local user_id 2025-03-07 07:50:38.900 | ++ functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2025-03-07 07:50:38.900 | ++ functions-common:get_or_create_user:926 : local email= 2025-03-07 07:50:38.900 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create cinder --password '' --domain= --or-show -f value -c id 2025-03-07 07:50:38.900 | No password was supplied, authentication will fail when a user does not have a password. 2025-03-07 07:50:38.900 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:38.901 | ++ functions-common:get_or_create_user:938 : user_id=23d461b6a0924e4e8516c041cedefbf6 2025-03-07 07:50:38.901 | ++ functions-common:get_or_create_user:939 : echo 23d461b6a0924e4e8516c041cedefbf6 2025-03-07 07:50:38.901 | + lib/cinder:configure_cinder_internal_tenant:705 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 23d461b6a0924e4e8516c041cedefbf6 2025-03-07 07:50:38.932 | [3562 Async create_cinder_accounts:42393]: finished create_cinder_accounts with result 0 in 21 seconds 2025-03-07 07:50:38.936 | + inc/async:async_wait:197 : return 0 2025-03-07 07:50:38.938 | + stack.sh:main:1138 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2025-03-07 07:50:38.976 | [3562 Async create_neutron_accounts:42536]: Waiting for completion of create_neutron_accounts running on PID 42536 (2 other jobs running) 2025-03-07 07:50:38.993 | [3562 Async create_neutron_accounts:42536]: Signaling child to exit 2025-03-07 07:50:38.993 | WAKEUP 2025-03-07 07:50:39.009 | [3562 Async create_neutron_accounts:42536]: Signaled 2025-03-07 07:50:39.010 | + lib/neutron:create_neutron_accounts:478 : local neutron_url 2025-03-07 07:50:39.010 | + lib/neutron:create_neutron_accounts:479 : '[' False == True ']' 2025-03-07 07:50:39.010 | + lib/neutron:create_neutron_accounts:482 : neutron_url=http://10.180.1.21:9696/ 2025-03-07 07:50:39.010 | + lib/neutron:create_neutron_accounts:484 : '[' '!' -z networking ']' 2025-03-07 07:50:39.010 | + lib/neutron:create_neutron_accounts:485 : neutron_url=http://10.180.1.21:9696/networking 2025-03-07 07:50:39.010 | + lib/neutron:create_neutron_accounts:488 : is_service_enabled q-svc neutron-api 2025-03-07 07:50:39.010 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:50:39.010 | + lib/neutron:create_neutron_accounts:490 : create_service_user neutron 2025-03-07 07:50:39.010 | + lib/keystone:create_service_user:436 : get_or_create_user neutron nomoresecret Default 2025-03-07 07:50:39.010 | + functions-common:get_or_create_user:922 : local user_id 2025-03-07 07:50:39.010 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2025-03-07 07:50:39.010 | + functions-common:get_or_create_user:926 : local email= 2025-03-07 07:50:39.010 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create neutron --password nomoresecret --domain=Default --or-show -f value -c id 2025-03-07 07:50:39.010 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:39.010 | + functions-common:get_or_create_user:938 : user_id=416c7a17b64d430bb1c74748d29a293b 2025-03-07 07:50:39.010 | + functions-common:get_or_create_user:939 : echo 416c7a17b64d430bb1c74748d29a293b 2025-03-07 07:50:39.010 | 416c7a17b64d430bb1c74748d29a293b 2025-03-07 07:50:39.010 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service neutron service Default Default 2025-03-07 07:50:39.010 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-03-07 07:50:39.010 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-03-07 07:50:39.010 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2025-03-07 07:50:39.010 | ++ functions-common:_get_domain_args:970 : local domain 2025-03-07 07:50:39.010 | ++ functions-common:_get_domain_args:971 : domain= 2025-03-07 07:50:39.010 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2025-03-07 07:50:39.010 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2025-03-07 07:50:39.010 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2025-03-07 07:50:39.010 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2025-03-07 07:50:39.010 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2025-03-07 07:50:39.010 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2025-03-07 07:50:39.010 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user neutron --project service --user-domain Default --project-domain Default 2025-03-07 07:50:39.010 | ++ functions-common:get_or_add_user_project_role:1002 : 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-03-07 07:50:39.010 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:39.010 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=d9655358d9e940628805e6964c95850a 2025-03-07 07:50:39.010 | + functions-common:get_or_add_user_project_role:1003 : echo d9655358d9e940628805e6964c95850a 2025-03-07 07:50:39.010 | d9655358d9e940628805e6964c95850a 2025-03-07 07:50:39.010 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-03-07 07:50:39.010 | + lib/neutron:create_neutron_accounts:492 : get_or_create_service neutron network 'Neutron Service' 2025-03-07 07:50:39.010 | + functions-common:get_or_create_service:1078 : local service_id 2025-03-07 07:50:39.010 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2025-03-07 07:50:39.010 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create network --name neutron '--description=Neutron Service' -f value -c id 2025-03-07 07:50:39.010 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:39.010 | + functions-common:get_or_create_service:1089 : service_id=' 2025-03-07 07:50:39.010 | b467e89de47a4c68bc0caed61f78e45c' 2025-03-07 07:50:39.010 | + functions-common:get_or_create_service:1090 : echo b467e89de47a4c68bc0caed61f78e45c 2025-03-07 07:50:39.010 | b467e89de47a4c68bc0caed61f78e45c 2025-03-07 07:50:39.010 | + lib/neutron:create_neutron_accounts:494 : get_or_create_endpoint network RegionOne http://10.180.1.21:9696/networking 2025-03-07 07:50:39.010 | + functions-common:get_or_create_endpoint:1122 : local public_id 2025-03-07 07:50:39.010 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface network public http://10.180.1.21:9696/networking RegionOne 2025-03-07 07:50:39.010 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2025-03-07 07:50:39.010 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service network --interface public --region RegionOne -c ID -f value 2025-03-07 07:50:39.010 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:39.010 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2025-03-07 07:50:39.010 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2025-03-07 07:50:39.010 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create network public http://10.180.1.21:9696/networking --region RegionOne -f value -c id 2025-03-07 07:50:39.010 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:50:39.010 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=d9a4fc64011748e1b1c6417f496285af 2025-03-07 07:50:39.010 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo d9a4fc64011748e1b1c6417f496285af 2025-03-07 07:50:39.010 | + functions-common:get_or_create_endpoint:1123 : public_id=d9a4fc64011748e1b1c6417f496285af 2025-03-07 07:50:39.010 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2025-03-07 07:50:39.010 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2025-03-07 07:50:39.011 | + functions-common:get_or_create_endpoint:1132 : echo d9a4fc64011748e1b1c6417f496285af 2025-03-07 07:50:39.011 | d9a4fc64011748e1b1c6417f496285af 2025-03-07 07:50:39.042 | [3562 Async create_neutron_accounts:42536]: finished create_neutron_accounts with result 0 in 12 seconds 2025-03-07 07:50:39.047 | Not waiting for async task create_swift_accounts that we never started or has already been waited for 2025-03-07 07:50:39.052 | Not waiting for async task configure_horizon that we never started or has already been waited for 2025-03-07 07:50:39.054 | + inc/async:async_wait:197 : return 0 2025-03-07 07:50:39.056 | + stack.sh:main:1144 : is_service_enabled mysql postgresql 2025-03-07 07:50:39.069 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:50:39.071 | + stack.sh:main:1144 : is_service_enabled glance 2025-03-07 07:50:39.085 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:50:39.087 | + stack.sh:main:1145 : echo_summary 'Configuring Glance' 2025-03-07 07:50:39.089 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:50:39.091 | + stack.sh:echo_summary:455 : echo -e Configuring Glance 2025-03-07 07:50:39.093 | + stack.sh:main:1146 : async_runfunc init_glance 2025-03-07 07:50:39.095 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2025-03-07 07:50:39.143 | + inc/async:async_inner:63 : init_glance 2025-03-07 07:50:39.173 | [3562 Async init_glance:44858]: running: init_glance 2025-03-07 07:50:39.175 | + stack.sh:main:1153 : is_service_enabled neutron 2025-03-07 07:50:39.189 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:50:39.191 | + stack.sh:main:1154 : echo_summary 'Configuring Neutron' 2025-03-07 07:50:39.193 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:50:39.195 | + stack.sh:echo_summary:455 : echo -e Configuring Neutron 2025-03-07 07:50:39.198 | + stack.sh:main:1156 : configure_neutron 2025-03-07 07:50:39.200 | + lib/neutron:configure_neutron:374 : _configure_neutron_common 2025-03-07 07:50:39.202 | + lib/neutron:_configure_neutron_common:841 : _create_neutron_conf_dir 2025-03-07 07:50:39.204 | + lib/neutron:_create_neutron_conf_dir:834 : sudo install -d -o stack /etc/neutron 2025-03-07 07:50:39.214 | + lib/neutron:_configure_neutron_common:844 : cd /opt/stack//neutron 2025-03-07 07:50:39.216 | + lib/neutron:_configure_neutron_common:844 : exec ./tools/generate_config_file_samples.sh 2025-03-07 07:50:43.316 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:50:43.335 | [44858 Async init_glance:44858]: finished successfully 2025-03-07 07:50:58.852 | + lib/neutron:_configure_neutron_common:846 : cp /opt/stack//neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2025-03-07 07:50:58.856 | + lib/neutron:_configure_neutron_common:848 : Q_POLICY_FILE=/etc/neutron/policy.json 2025-03-07 07:50:58.858 | + lib/neutron:_configure_neutron_common:852 : '[' -f /opt/stack//neutron/etc/policy.json ']' 2025-03-07 07:50:58.860 | + lib/neutron:_configure_neutron_common:856 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2025-03-07 07:50:58.862 | + lib/neutron:_configure_neutron_common:861 : neutron_plugin_configure_common 2025-03-07 07:50:58.863 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2025-03-07 07:50:58.865 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2025-03-07 07:50:58.867 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2025-03-07 07:50:58.869 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : neutron_service_plugin_class_add router 2025-03-07 07:50:58.871 | + lib/neutron:neutron_service_plugin_class_add:1019 : local service_plugin_class=router 2025-03-07 07:50:58.872 | + lib/neutron:neutron_service_plugin_class_add:1020 : [[ '' == '' ]] 2025-03-07 07:50:58.874 | + lib/neutron:neutron_service_plugin_class_add:1021 : Q_SERVICE_PLUGIN_CLASSES=router 2025-03-07 07:50:58.876 | + lib/neutron:_configure_neutron_common:863 : [[ etc/neutron/plugins/ml2 == '' ]] 2025-03-07 07:50:58.878 | + lib/neutron:_configure_neutron_common:863 : [[ ml2_conf.ini == '' ]] 2025-03-07 07:50:58.880 | + lib/neutron:_configure_neutron_common:863 : [[ ml2 == '' ]] 2025-03-07 07:50:58.882 | + lib/neutron:_configure_neutron_common:868 : mkdir -p /etc/neutron/plugins/ml2 2025-03-07 07:50:58.885 | + lib/neutron:_configure_neutron_common:869 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-07 07:50:58.887 | + lib/neutron:_configure_neutron_common:872 : NEUTRON_CORE_PLUGIN_CONF=etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-07 07:50:58.889 | + lib/neutron:_configure_neutron_common:875 : '[' -f /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2025-03-07 07:50:58.890 | + lib/neutron:_configure_neutron_common:876 : cp /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample /etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-07 07:50:58.894 | ++ lib/neutron:_configure_neutron_common:881 : database_connection_url neutron 2025-03-07 07:50:58.896 | ++ lib/database:database_connection_url:134 : local db=neutron 2025-03-07 07:50:58.898 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2025-03-07 07:50:58.900 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=neutron 2025-03-07 07:50:58.901 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2025-03-07 07:50:58.903 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2025-03-07 07:50:58.905 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8' 2025-03-07 07:50:58.908 | + lib/neutron:_configure_neutron_common:881 : iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8' 2025-03-07 07:50:58.933 | + lib/neutron:_configure_neutron_common:882 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2025-03-07 07:50:58.958 | + lib/neutron:_configure_neutron_common:883 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2025-03-07 07:50:58.981 | + lib/neutron:_configure_neutron_common:884 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2025-03-07 07:50:59.282 | + lib/neutron:_configure_neutron_common:885 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2025-03-07 07:50:59.306 | + lib/neutron:_configure_neutron_common:888 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2025-03-07 07:50:59.330 | + lib/neutron:_configure_neutron_common:890 : '[' vsphere = fake ']' 2025-03-07 07:50:59.332 | + lib/neutron:_configure_neutron_common:900 : setup_logging /etc/neutron/neutron.conf 2025-03-07 07:50:59.333 | + functions:setup_logging:685 : setup_systemd_logging /etc/neutron/neutron.conf 2025-03-07 07:50:59.335 | + functions:setup_systemd_logging:700 : local conf_file=/etc/neutron/neutron.conf 2025-03-07 07:50:59.338 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-03-07 07:50:59.351 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-03-07 07:50:59.352 | + functions:setup_systemd_logging:706 : local pidstr= 2025-03-07 07:50:59.354 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-03-07 07:50:59.356 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-03-07 07:50:59.358 | + 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-03-07 07:50:59.381 | + 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-03-07 07:50:59.404 | + 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-03-07 07:50:59.428 | + functions:setup_systemd_logging:717 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-03-07 07:50:59.452 | + lib/neutron:_configure_neutron_common:902 : is_service_enabled tls-proxy 2025-03-07 07:50:59.465 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:50:59.466 | + lib/neutron:_configure_neutron_common:908 : _neutron_setup_rootwrap 2025-03-07 07:50:59.468 | + lib/neutron:_neutron_setup_rootwrap:1054 : [[ True == \F\a\l\s\e ]] 2025-03-07 07:50:59.470 | + lib/neutron:_neutron_setup_rootwrap:1058 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2025-03-07 07:50:59.472 | + lib/neutron:_neutron_setup_rootwrap:1059 : [[ -d /etc/neutron/rootwrap.d ]] 2025-03-07 07:50:59.474 | + lib/neutron:_neutron_setup_rootwrap:1063 : neutron_deploy_rootwrap_filters /opt/stack//neutron 2025-03-07 07:50:59.476 | + lib/neutron:neutron_deploy_rootwrap_filters:1044 : [[ True == \F\a\l\s\e ]] 2025-03-07 07:50:59.478 | + lib/neutron:neutron_deploy_rootwrap_filters:1047 : local srcdir=/opt/stack//neutron 2025-03-07 07:50:59.480 | + lib/neutron:neutron_deploy_rootwrap_filters:1048 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2025-03-07 07:50:59.489 | + lib/neutron:neutron_deploy_rootwrap_filters:1049 : sudo install -o root -m 644 /opt/stack//neutron/etc/neutron/rootwrap.d/rootwrap.filters /etc/neutron/rootwrap.d/ 2025-03-07 07:50:59.499 | + lib/neutron:_neutron_setup_rootwrap:1067 : test -r /opt/stack//neutron/etc/neutron/rootwrap.conf 2025-03-07 07:50:59.500 | + lib/neutron:_neutron_setup_rootwrap:1070 : sudo install -o root -g root -m 644 /opt/stack//neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf 2025-03-07 07:50:59.509 | + lib/neutron:_neutron_setup_rootwrap:1072 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2025-03-07 07:50:59.640 | + lib/neutron:_neutron_setup_rootwrap:1073 : sudo sed -e 's:^exec_dirs=\(.*\)$:exec_dirs=\1,/usr/local/bin:' -i /etc/neutron/rootwrap.conf 2025-03-07 07:50:59.649 | + lib/neutron:_neutron_setup_rootwrap:1076 : ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2025-03-07 07:50:59.651 | + lib/neutron:_neutron_setup_rootwrap:1077 : ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-03-07 07:50:59.654 | ++ lib/neutron:_neutron_setup_rootwrap:1080 : mktemp 2025-03-07 07:50:59.657 | + lib/neutron:_neutron_setup_rootwrap:1080 : TEMPFILE=/tmp/tmp.GVgsRYHh1R 2025-03-07 07:50:59.660 | + lib/neutron:_neutron_setup_rootwrap:1081 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2025-03-07 07:50:59.661 | + lib/neutron:_neutron_setup_rootwrap:1082 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-03-07 07:50:59.663 | + lib/neutron:_neutron_setup_rootwrap:1083 : chmod 0440 /tmp/tmp.GVgsRYHh1R 2025-03-07 07:50:59.666 | + lib/neutron:_neutron_setup_rootwrap:1084 : sudo chown root:root /tmp/tmp.GVgsRYHh1R 2025-03-07 07:50:59.675 | + lib/neutron:_neutron_setup_rootwrap:1085 : sudo mv /tmp/tmp.GVgsRYHh1R /etc/sudoers.d/neutron-rootwrap 2025-03-07 07:50:59.684 | + lib/neutron:_neutron_setup_rootwrap:1088 : configure_root_helper_options /etc/neutron/neutron.conf 2025-03-07 07:50:59.686 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/neutron.conf 2025-03-07 07:50:59.688 | + lib/neutron:configure_root_helper_options:1093 : iniset /etc/neutron/neutron.conf agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-03-07 07:50:59.711 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2025-03-07 07:50:59.713 | + lib/neutron:configure_root_helper_options:1095 : iniset /etc/neutron/neutron.conf agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-03-07 07:50:59.737 | + lib/neutron:configure_neutron:375 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2025-03-07 07:50:59.739 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=neutron 2025-03-07 07:50:59.741 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/neutron/neutron.conf 2025-03-07 07:50:59.743 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2025-03-07 07:50:59.745 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2025-03-07 07:50:59.747 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2025-03-07 07:50:59.760 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:50:59.763 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2025-03-07 07:50:59.765 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2025-03-07 07:50:59.767 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2025-03-07 07:50:59.781 | ++ functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:50:59.782 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-03-07 07:50:59.785 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-03-07 07:50:59.810 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2025-03-07 07:50:59.812 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2025-03-07 07:50:59.814 | + lib/neutron:configure_neutron:377 : is_service_enabled q-metering neutron-metering 2025-03-07 07:50:59.827 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:50:59.829 | + lib/neutron:configure_neutron:380 : is_service_enabled q-agt neutron-agent 2025-03-07 07:50:59.842 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:50:59.844 | + lib/neutron:configure_neutron:381 : _configure_neutron_plugin_agent 2025-03-07 07:50:59.846 | + lib/neutron:_configure_neutron_plugin_agent:966 : configure_root_helper_options /etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-07 07:50:59.848 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-07 07:50:59.850 | + lib/neutron:configure_root_helper_options:1093 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-03-07 07:50:59.876 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2025-03-07 07:50:59.878 | + lib/neutron:configure_root_helper_options:1095 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-03-07 07:50:59.902 | + lib/neutron:_configure_neutron_plugin_agent:967 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2025-03-07 07:50:59.927 | + lib/neutron:_configure_neutron_plugin_agent:970 : neutron_plugin_configure_plugin_agent 2025-03-07 07:50:59.930 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2025-03-07 07:50:59.931 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2025-03-07 07:50:59.933 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2025-03-07 07:51:01.275 | INFO neutron.common.config [-] Logging enabled! 2025-03-07 07:51:01.275 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 0.0.1.dev13 2025-03-07 07:51:01.275 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=45748) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2025-03-07 07:51:01.275 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2025-03-07 07:51:01.276 | INFO oslo.privsep.daemon [-] Running privsep helper: ['sudo', '/usr/local/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/tmp678wpa7x/privsep.sock'] 2025-03-07 07:51:02.006 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap 2025-03-07 07:51:02.006 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmp678wpa7x/privsep.sock {{(pid=45748) __init__ /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:362}} 2025-03-07 07:51:02.007 | INFO oslo.privsep.daemon [-] privsep daemon starting 2025-03-07 07:51:02.007 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0 2025-03-07 07:51:02.007 | 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-03-07 07:51:02.007 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 45759 2025-03-07 07:51:02.008 | DEBUG oslo.privsep.daemon [-] privsep: reply[61bbf7f2-8e5a-4f56-80ca-27f40e6710f5]: (2,) {{(pid=45759) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-03-07 07:51:02.097 | 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=45759) execute /usr/local/lib/python3.10/dist-packages/oslo_concurrency/processutils.py:384}} 2025-03-07 07:51:02.107 | 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=45759) execute /usr/local/lib/python3.10/dist-packages/oslo_concurrency/processutils.py:422}} 2025-03-07 07:51:02.107 | DEBUG oslo.privsep.daemon [-] privsep: reply[b635a591-8323-408d-8bd2-679c90bcce8c]: (4, ('765389d7-60c2-4f86-8595-0af6943df589\n', '')) {{(pid=45759) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-03-07 07:51:02.191 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=45748) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-03-07 07:51:02.191 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=45748) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-03-07 07:51:02.191 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=45748) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-03-07 07:51:02.191 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=45748) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-03-07 07:51:02.191 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=45748) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-03-07 07:51:02.191 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=45748) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-03-07 07:51:02.225 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2025-03-07 07:51:02.226 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=45748) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2025-03-07 07:51:02.226 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=45748) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2025-03-07 07:51:02.228 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2025-03-07 07:51:02.497 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2025-03-07 07:51:02.500 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2025-03-07 07:51:02.502 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2025-03-07 07:51:02.504 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-03-07 07:51:02.506 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2025-03-07 07:51:02.519 | + 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-03-07 07:51:02.532 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2025-03-07 07:51:02.534 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:101 : [[ True == \T\r\u\e ]] 2025-03-07 07:51:02.536 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:102 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver openvswitch 2025-03-07 07:51:02.562 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:103 : running_in_container 2025-03-07 07:51:02.564 | ++ functions:running_in_container:804 : systemd-detect-virt --container 2025-03-07 07:51:02.570 | + functions:running_in_container:804 : [[ none != \n\o\n\e ]] 2025-03-07 07:51:02.572 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:104 : enable_kernel_bridge_firewall 2025-03-07 07:51:02.574 | + functions:enable_kernel_bridge_firewall:813 : sudo modprobe bridge 2025-03-07 07:51:02.598 | + functions:enable_kernel_bridge_firewall:816 : sudo modprobe br_netfilter 2025-03-07 07:51:02.611 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2025-03-07 07:51:02.613 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2025-03-07 07:51:02.620 | net.bridge.bridge-nf-call-iptables = 1 2025-03-07 07:51:02.623 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2025-03-07 07:51:02.625 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2025-03-07 07:51:02.631 | net.bridge.bridge-nf-call-ip6tables = 1 2025-03-07 07:51:02.634 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ false == \T\r\u\e ]] 2025-03-07 07:51:02.636 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ default != '' ]] 2025-03-07 07:51:02.638 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-ex != '' ]] 2025-03-07 07:51:02.640 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ '' == '' ]] 2025-03-07 07:51:02.641 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:50 : OVS_BRIDGE_MAPPINGS=default:br-ex 2025-03-07 07:51:02.643 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-ex 2025-03-07 07:51:02.645 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2025-03-07 07:51:02.647 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2025-03-07 07:51:02.649 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-03-07 07:51:02.651 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2025-03-07 07:51:02.663 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ default:br-ex != '' ]] 2025-03-07 07:51:02.665 | + 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-03-07 07:51:02.692 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/usr/local/bin/neutron-openvswitch-agent 2025-03-07 07:51:02.694 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2025-03-07 07:51:02.719 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2025-03-07 07:51:02.742 | + lib/neutron:configure_neutron:383 : is_service_enabled q-dhcp neutron-dhcp 2025-03-07 07:51:02.756 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:51:02.758 | + lib/neutron:configure_neutron:384 : _configure_neutron_dhcp_agent 2025-03-07 07:51:02.760 | + lib/neutron:_configure_neutron_dhcp_agent:913 : cp /opt/stack//neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2025-03-07 07:51:02.763 | + lib/neutron:_configure_neutron_dhcp_agent:915 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2025-03-07 07:51:02.787 | + lib/neutron:_configure_neutron_dhcp_agent:917 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2025-03-07 07:51:02.812 | + lib/neutron:_configure_neutron_dhcp_agent:918 : configure_root_helper_options /etc/neutron/dhcp_agent.ini 2025-03-07 07:51:02.814 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/dhcp_agent.ini 2025-03-07 07:51:02.816 | + lib/neutron:configure_root_helper_options:1093 : iniset /etc/neutron/dhcp_agent.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-03-07 07:51:02.840 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2025-03-07 07:51:02.842 | + lib/neutron:configure_root_helper_options:1095 : iniset /etc/neutron/dhcp_agent.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-03-07 07:51:02.868 | + lib/neutron:_configure_neutron_dhcp_agent:920 : is_service_enabled q-l3 neutron-l3 2025-03-07 07:51:02.881 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:51:02.883 | + lib/neutron:_configure_neutron_dhcp_agent:931 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2025-03-07 07:51:02.885 | + lib/neutron:_neutron_setup_interface_driver:1103 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2025-03-07 07:51:02.909 | + lib/neutron:_neutron_setup_interface_driver:1105 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2025-03-07 07:51:02.911 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2025-03-07 07:51:02.913 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2025-03-07 07:51:02.937 | + lib/neutron:_configure_neutron_dhcp_agent:933 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2025-03-07 07:51:02.939 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2025-03-07 07:51:02.941 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2025-03-07 07:51:02.943 | + lib/neutron:configure_neutron:386 : is_service_enabled q-l3 neutron-l3 2025-03-07 07:51:02.957 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:51:02.959 | + lib/neutron:configure_neutron:387 : _configure_neutron_l3_agent 2025-03-07 07:51:02.961 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:114 : cp /opt/stack//neutron/etc/l3_agent.ini.sample /etc/neutron/l3_agent.ini 2025-03-07 07:51:02.965 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:116 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2025-03-07 07:51:02.990 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:117 : iniset /etc/neutron/l3_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-03-07 07:51:03.016 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:118 : [[ True == \T\r\u\e ]] 2025-03-07 07:51:03.018 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:119 : iniset /etc/neutron/l3_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-03-07 07:51:03.042 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2025-03-07 07:51:03.044 | + lib/neutron:_neutron_setup_interface_driver:1103 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2025-03-07 07:51:03.069 | + lib/neutron:_neutron_setup_interface_driver:1105 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2025-03-07 07:51:03.071 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2025-03-07 07:51:03.073 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2025-03-07 07:51:03.098 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2025-03-07 07:51:03.100 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2025-03-07 07:51:03.102 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2025-03-07 07:51:03.104 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:112 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2025-03-07 07:51:04.427 | INFO neutron.common.config [-] Logging enabled! 2025-03-07 07:51:04.427 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 0.0.1.dev13 2025-03-07 07:51:04.427 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=46305) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2025-03-07 07:51:04.452 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=46305) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-03-07 07:51:04.452 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=46305) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-03-07 07:51:04.452 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=46305) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-03-07 07:51:04.452 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=46305) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-03-07 07:51:04.452 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=46305) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-03-07 07:51:04.452 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=46305) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-03-07 07:51:04.486 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2025-03-07 07:51:04.487 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=46305) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2025-03-07 07:51:04.487 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=46305) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2025-03-07 07:51:04.488 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2025-03-07 07:51:04.757 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:113 : [[ False = \T\r\u\e ]] 2025-03-07 07:51:04.759 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:121 : _neutron_ovs_base_add_public_bridge 2025-03-07 07:51:04.761 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:127 : _neutron_ovs_base_add_bridge br-ex 2025-03-07 07:51:04.763 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2025-03-07 07:51:04.765 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2025-03-07 07:51:04.767 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-03-07 07:51:04.769 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2025-03-07 07:51:04.782 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:128 : set_mtu br-ex 8950 2025-03-07 07:51:04.783 | + functions:set_mtu:796 : local dev=br-ex 2025-03-07 07:51:04.786 | + functions:set_mtu:797 : local mtu=8950 2025-03-07 07:51:04.788 | + functions:set_mtu:798 : sudo ip link set mtu 8950 dev br-ex 2025-03-07 07:51:04.797 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:122 : sudo ovs-vsctl br-set-external-id br-ex bridge-id br-ex 2025-03-07 07:51:04.811 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:126 : _configure_public_network_connectivity 2025-03-07 07:51:04.813 | + lib/neutron:_configure_public_network_connectivity:770 : [[ -n ens224 ]] 2025-03-07 07:51:04.815 | + lib/neutron:_configure_public_network_connectivity:771 : _move_neutron_addresses_route ens224 br-ex True False inet 2025-03-07 07:51:04.817 | + lib/neutron:_move_neutron_addresses_route:711 : local from_intf=ens224 2025-03-07 07:51:04.819 | + lib/neutron:_move_neutron_addresses_route:712 : local to_intf=br-ex 2025-03-07 07:51:04.821 | + lib/neutron:_move_neutron_addresses_route:713 : local add_ovs_port=True 2025-03-07 07:51:04.823 | + lib/neutron:_move_neutron_addresses_route:714 : local del_ovs_port=False 2025-03-07 07:51:04.825 | + lib/neutron:_move_neutron_addresses_route:715 : local af=inet 2025-03-07 07:51:04.827 | + lib/neutron:_move_neutron_addresses_route:717 : [[ -n ens224 ]] 2025-03-07 07:51:04.829 | + lib/neutron:_move_neutron_addresses_route:717 : [[ -n br-ex ]] 2025-03-07 07:51:04.831 | + lib/neutron:_move_neutron_addresses_route:723 : local IP_REPLACE= 2025-03-07 07:51:04.833 | + lib/neutron:_move_neutron_addresses_route:724 : local IP_DEL= 2025-03-07 07:51:04.835 | + lib/neutron:_move_neutron_addresses_route:725 : local IP_UP= 2025-03-07 07:51:04.837 | + lib/neutron:_move_neutron_addresses_route:726 : local DEFAULT_ROUTE_GW 2025-03-07 07:51:04.840 | ++ lib/neutron:_move_neutron_addresses_route:727 : ip -f inet r 2025-03-07 07:51:04.840 | ++ lib/neutron:_move_neutron_addresses_route:727 : awk '/default.+ens224\s/ { print $3; exit }' 2025-03-07 07:51:04.845 | + lib/neutron:_move_neutron_addresses_route:727 : DEFAULT_ROUTE_GW= 2025-03-07 07:51:04.847 | + lib/neutron:_move_neutron_addresses_route:728 : local ADD_OVS_PORT= 2025-03-07 07:51:04.849 | + lib/neutron:_move_neutron_addresses_route:729 : local DEL_OVS_PORT= 2025-03-07 07:51:04.851 | + lib/neutron:_move_neutron_addresses_route:730 : local ARP_CMD= 2025-03-07 07:51:04.855 | ++ lib/neutron:_move_neutron_addresses_route:732 : ip -f inet a s dev ens224 scope global primary 2025-03-07 07:51:04.855 | ++ lib/neutron:_move_neutron_addresses_route:732 : awk '{ print $2, $3, $4; exit }' 2025-03-07 07:51:04.855 | ++ lib/neutron:_move_neutron_addresses_route:732 : grep inet 2025-03-07 07:51:04.860 | + lib/neutron:_move_neutron_addresses_route:732 : IP_BRD= 2025-03-07 07:51:04.862 | + lib/neutron:_move_neutron_addresses_route:734 : '[' '' '!=' '' ']' 2025-03-07 07:51:04.863 | + lib/neutron:_move_neutron_addresses_route:738 : [[ True == \T\r\u\e ]] 2025-03-07 07:51:04.865 | + lib/neutron:_move_neutron_addresses_route:739 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-ex ens224' 2025-03-07 07:51:04.867 | + lib/neutron:_move_neutron_addresses_route:742 : [[ False == \T\r\u\e ]] 2025-03-07 07:51:04.869 | + lib/neutron:_move_neutron_addresses_route:746 : [[ '' != '' ]] 2025-03-07 07:51:04.871 | + lib/neutron:_move_neutron_addresses_route:758 : sudo ovs-vsctl --may-exist add-port br-ex ens224 2025-03-07 07:51:04.885 | ++ lib/neutron:_configure_public_network_connectivity:773 : ip -f inet6 a s dev ens224 2025-03-07 07:51:04.885 | ++ lib/neutron:_configure_public_network_connectivity:773 : grep -c global 2025-03-07 07:51:04.889 | + lib/neutron:_configure_public_network_connectivity:773 : [[ 0 != 0 ]] 2025-03-07 07:51:04.891 | + lib/neutron:configure_neutron:389 : is_service_enabled q-meta neutron-metadata-agent 2025-03-07 07:51:04.905 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:51:04.907 | + lib/neutron:configure_neutron:390 : _configure_neutron_metadata_agent 2025-03-07 07:51:04.909 | + lib/neutron:_configure_neutron_metadata_agent:938 : cp /opt/stack//neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2025-03-07 07:51:04.912 | + lib/neutron:_configure_neutron_metadata_agent:940 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2025-03-07 07:51:04.937 | + lib/neutron:_configure_neutron_metadata_agent:941 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.180.1.21 2025-03-07 07:51:04.961 | + lib/neutron:_configure_neutron_metadata_agent:942 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2025-03-07 07:51:04.984 | + lib/neutron:_configure_neutron_metadata_agent:943 : configure_root_helper_options /etc/neutron/metadata_agent.ini 2025-03-07 07:51:04.986 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/metadata_agent.ini 2025-03-07 07:51:04.988 | + lib/neutron:configure_root_helper_options:1093 : iniset /etc/neutron/metadata_agent.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-03-07 07:51:05.012 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2025-03-07 07:51:05.014 | + lib/neutron:configure_root_helper_options:1095 : iniset /etc/neutron/metadata_agent.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-03-07 07:51:05.039 | + lib/neutron:configure_neutron:393 : [[ legacy != \l\e\g\a\c\y ]] 2025-03-07 07:51:05.042 | + lib/neutron:configure_neutron:396 : is_service_enabled ceilometer 2025-03-07 07:51:05.057 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:51:05.059 | + lib/neutron:configure_neutron:400 : [[ openvswitch == \o\v\n ]] 2025-03-07 07:51:05.061 | + lib/neutron:configure_neutron:406 : is_service_enabled q-placement neutron-placement 2025-03-07 07:51:05.075 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:51:05.077 | + lib/neutron:configure_neutron:409 : is_service_enabled q-trunk neutron-trunk 2025-03-07 07:51:05.090 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:51:05.092 | + lib/neutron:configure_neutron:412 : is_service_enabled q-qos neutron-qos 2025-03-07 07:51:05.106 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:51:05.108 | + lib/neutron:configure_neutron:421 : is_service_enabled q-agt neutron-agent q-svc neutron-api 2025-03-07 07:51:05.122 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:51:05.124 | + lib/neutron:configure_neutron:422 : _configure_neutron_service 2025-03-07 07:51:05.125 | + lib/neutron:_configure_neutron_service:985 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2025-03-07 07:51:05.127 | + lib/neutron:_configure_neutron_service:986 : cp /opt/stack//neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2025-03-07 07:51:05.131 | + lib/neutron:_configure_neutron_service:988 : [[ -n networking ]] 2025-03-07 07:51:05.133 | + lib/neutron:_configure_neutron_service:989 : _replace_api_paste_composite 2025-03-07 07:51:05.135 | + lib/neutron:_replace_api_paste_composite:974 : local sep 2025-03-07 07:51:05.138 | ++ lib/neutron:_replace_api_paste_composite:975 : echo -ne '\x01' 2025-03-07 07:51:05.140 | + lib/neutron:_replace_api_paste_composite:975 : sep=$'\001' 2025-03-07 07:51:05.142 | + lib/neutron:_replace_api_paste_composite:977 : sed -i -e 's/\/\: neutronversions_composite/\/networking\/\: neutronversions_composite/' /etc/neutron/api-paste.ini 2025-03-07 07:51:05.146 | + lib/neutron:_replace_api_paste_composite:978 : sed -i -e 's/\/healthcheck\: healthcheck/\/networking\/healthcheck\: healthcheck/' /etc/neutron/api-paste.ini 2025-03-07 07:51:05.150 | + lib/neutron:_replace_api_paste_composite:979 : sed -i -e 's/\/v2.0\: neutronapi_v2_0/\/networking\/v2.0\: neutronapi_v2_0/' /etc/neutron/api-paste.ini 2025-03-07 07:51:05.153 | + lib/neutron:_configure_neutron_service:993 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2025-03-07 07:51:05.178 | + lib/neutron:_configure_neutron_service:995 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2025-03-07 07:51:05.203 | + lib/neutron:_configure_neutron_service:996 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2025-03-07 07:51:05.227 | + lib/neutron:_configure_neutron_service:998 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2025-03-07 07:51:05.252 | + lib/neutron:_configure_neutron_service:999 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2025-03-07 07:51:05.254 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-03-07 07:51:05.256 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=neutron 2025-03-07 07:51:05.258 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-03-07 07:51:05.260 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2025-03-07 07:51:05.283 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2025-03-07 07:51:05.307 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-03-07 07:51:05.331 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2025-03-07 07:51:05.355 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken password nomoresecret 2025-03-07 07:51:05.380 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2025-03-07 07:51:05.404 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2025-03-07 07:51:05.428 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2025-03-07 07:51:05.452 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-03-07 07:51:05.476 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2025-03-07 07:51:05.502 | + lib/neutron:_configure_neutron_service:1002 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2025-03-07 07:51:05.527 | + lib/neutron:_configure_neutron_service:1003 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2025-03-07 07:51:05.552 | + lib/neutron:_configure_neutron_service:1005 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2025-03-07 07:51:05.554 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-03-07 07:51:05.556 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-03-07 07:51:05.558 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2025-03-07 07:51:05.560 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova auth_type password 2025-03-07 07:51:05.585 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova interface public 2025-03-07 07:51:05.609 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova auth_url http://10.180.1.21/identity 2025-03-07 07:51:05.634 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf nova username nova 2025-03-07 07:51:05.659 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova password nomoresecret 2025-03-07 07:51:05.684 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2025-03-07 07:51:05.709 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf nova project_name service 2025-03-07 07:51:05.734 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2025-03-07 07:51:05.759 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2025-03-07 07:51:05.783 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2025-03-07 07:51:05.808 | + lib/neutron:_configure_neutron_service:1008 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement 2025-03-07 07:51:05.810 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-03-07 07:51:05.812 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2025-03-07 07:51:05.814 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=placement 2025-03-07 07:51:05.816 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf placement auth_type password 2025-03-07 07:51:05.841 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf placement interface public 2025-03-07 07:51:05.866 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf placement auth_url http://10.180.1.21/identity 2025-03-07 07:51:05.891 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf placement username placement 2025-03-07 07:51:05.916 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf placement password nomoresecret 2025-03-07 07:51:05.941 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf placement user_domain_name Default 2025-03-07 07:51:05.966 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf placement project_name service 2025-03-07 07:51:05.991 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf placement project_domain_name Default 2025-03-07 07:51:06.016 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem 2025-03-07 07:51:06.041 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 2025-03-07 07:51:06.068 | + lib/neutron:_configure_neutron_service:1011 : neutron_plugin_configure_service 2025-03-07 07:51:06.070 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ geneve != \l\o\c\a\l ]] 2025-03-07 07:51:06.072 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2025-03-07 07:51:06.074 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2025-03-07 07:51:06.076 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2025-03-07 07:51:06.078 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ default != '' ]] 2025-03-07 07:51:06.080 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=default 2025-03-07 07:51:06.082 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 2:999 != '' ]] 2025-03-07 07:51:06.084 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=default:2:999 2025-03-07 07:51:06.086 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ default:2:999 != '' ]] 2025-03-07 07:51:06.088 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2025-03-07 07:51:06.090 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2025-03-07 07:51:06.092 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n default ]] 2025-03-07 07:51:06.094 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2025-03-07 07:51:06.096 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n default ]] 2025-03-07 07:51:06.098 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=default, 2025-03-07 07:51:06.100 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n default ]] 2025-03-07 07:51:06.103 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ default != \d\e\f\a\u\l\t ]] 2025-03-07 07:51:06.105 | + 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-03-07 07:51:06.106 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-07 07:51:06.108 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=securitygroup 2025-03-07 07:51:06.110 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=enable_security_group=True 2025-03-07 07:51:06.112 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z enable_security_group=True ']' 2025-03-07 07:51:06.114 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-03-07 07:51:06.116 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2025-03-07 07:51:06.139 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:116 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=ovn 2025-03-07 07:51:06.141 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-07 07:51:06.143 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-03-07 07:51:06.145 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=ovn 2025-03-07 07:51:06.147 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=ovn ']' 2025-03-07 07:51:06.150 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-03-07 07:51:06.152 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers ovn 2025-03-07 07:51:06.174 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:117 : [[ ovn == *\l\i\n\u\x\b\r\i\d\g\e* ]] 2025-03-07 07:51:06.176 | + 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-03-07 07:51:06.178 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-07 07:51:06.180 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-03-07 07:51:06.182 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=overlay_ip_version=4 2025-03-07 07:51:06.184 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z overlay_ip_version=4 ']' 2025-03-07 07:51:06.186 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-03-07 07:51:06.188 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2025-03-07 07:51:06.210 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 : [[ -n '' ]] 2025-03-07 07:51:06.212 | + 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-03-07 07:51:06.214 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-07 07:51:06.216 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-03-07 07:51:06.218 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2025-03-07 07:51:06.220 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2025-03-07 07:51:06.222 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-03-07 07:51:06.224 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2025-03-07 07:51:06.247 | + 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-03-07 07:51:06.249 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-07 07:51:06.251 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-03-07 07:51:06.253 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=geneve 2025-03-07 07:51:06.255 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=geneve ']' 2025-03-07 07:51:06.257 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-03-07 07:51:06.259 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types geneve 2025-03-07 07:51:06.282 | + 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-03-07 07:51:06.284 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-07 07:51:06.286 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2025-03-07 07:51:06.288 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2025-03-07 07:51:06.290 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2025-03-07 07:51:06.292 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-03-07 07:51:06.294 | + 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-03-07 07:51:06.317 | + 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-03-07 07:51:06.319 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-07 07:51:06.321 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2025-03-07 07:51:06.322 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2025-03-07 07:51:06.324 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2025-03-07 07:51:06.326 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-03-07 07:51:06.328 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2025-03-07 07:51:06.351 | + 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-03-07 07:51:06.353 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-07 07:51:06.355 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2025-03-07 07:51:06.358 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=default, 2025-03-07 07:51:06.360 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=default, ']' 2025-03-07 07:51:06.362 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-03-07 07:51:06.364 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks default, 2025-03-07 07:51:06.387 | + 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-03-07 07:51:06.389 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-07 07:51:06.391 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2025-03-07 07:51:06.393 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=default:2:999 2025-03-07 07:51:06.395 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=default:2:999 ']' 2025-03-07 07:51:06.397 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-03-07 07:51:06.399 | + 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-03-07 07:51:06.423 | + 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-03-07 07:51:06.425 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-07 07:51:06.427 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2025-03-07 07:51:06.429 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2025-03-07 07:51:06.431 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2025-03-07 07:51:06.433 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-03-07 07:51:06.435 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2025-03-07 07:51:06.458 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:140 : [[ legacy != \l\e\g\a\c\y ]] 2025-03-07 07:51:06.460 | + lib/neutron:configure_neutron:425 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2025-03-07 07:51:06.485 | + lib/neutron:configure_neutron:429 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2025-03-07 07:51:06.510 | + lib/neutron:configure_neutron:431 : '[' False == True ']' 2025-03-07 07:51:06.512 | + stack.sh:main:1159 : is_service_enabled mysql postgresql 2025-03-07 07:51:06.526 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:51:06.528 | + stack.sh:main:1159 : is_service_enabled neutron 2025-03-07 07:51:06.541 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:51:06.543 | + stack.sh:main:1160 : async_runfunc init_neutron 2025-03-07 07:51:06.545 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2025-03-07 07:51:06.592 | + inc/async:async_inner:63 : init_neutron 2025-03-07 07:51:06.621 | [3562 Async init_neutron:48104]: running: init_neutron 2025-03-07 07:51:06.623 | + stack.sh:main:1168 : is_service_enabled q-dhcp 2025-03-07 07:51:06.637 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:51:06.640 | ++ stack.sh:main:1172 : pidof NetworkManager 2025-03-07 07:51:06.651 | ++ stack.sh:main:1172 : true 2025-03-07 07:51:06.653 | + stack.sh:main:1172 : netman_pid= 2025-03-07 07:51:06.655 | + stack.sh:main:1173 : '[' -z '' ']' 2025-03-07 07:51:06.657 | + stack.sh:main:1174 : sudo killall dnsmasq 2025-03-07 07:51:06.667 | dnsmasq: no process found 2025-03-07 07:51:06.670 | + stack.sh:main:1174 : true 2025-03-07 07:51:06.672 | + stack.sh:main:1179 : clean_iptables 2025-03-07 07:51:06.676 | + lib/nova:clean_iptables:184 : sudo iptables -S -v 2025-03-07 07:51:06.676 | + lib/nova:clean_iptables:184 : sed 's/-c [0-9]* [0-9]* //g' 2025-03-07 07:51:06.676 | + lib/nova:clean_iptables:184 : grep nova 2025-03-07 07:51:06.676 | + lib/nova:clean_iptables:184 : sed s/-A/-D/g 2025-03-07 07:51:06.676 | + lib/nova:clean_iptables:184 : grep '\-A' 2025-03-07 07:51:06.676 | + lib/nova:clean_iptables:184 : awk '{print "sudo iptables",$0}' 2025-03-07 07:51:06.677 | + lib/nova:clean_iptables:184 : bash 2025-03-07 07:51:06.700 | + lib/nova:clean_iptables:186 : sed 's/-c [0-9]* [0-9]* //g' 2025-03-07 07:51:06.700 | + lib/nova:clean_iptables:186 : sudo iptables -S -v -t nat 2025-03-07 07:51:06.702 | + lib/nova:clean_iptables:186 : grep nova 2025-03-07 07:51:06.702 | + lib/nova:clean_iptables:186 : grep '\-A' 2025-03-07 07:51:06.702 | + lib/nova:clean_iptables:186 : sed s/-A/-D/g 2025-03-07 07:51:06.702 | + lib/nova:clean_iptables:186 : awk '{print "sudo iptables -t nat",$0}' 2025-03-07 07:51:06.702 | + lib/nova:clean_iptables:186 : bash 2025-03-07 07:51:06.713 | + lib/nova:clean_iptables:188 : sed 's/-c [0-9]* [0-9]* //g' 2025-03-07 07:51:06.713 | + lib/nova:clean_iptables:188 : grep nova 2025-03-07 07:51:06.713 | + lib/nova:clean_iptables:188 : sudo iptables -S -v 2025-03-07 07:51:06.713 | + lib/nova:clean_iptables:188 : awk '{print "sudo iptables",$0}' 2025-03-07 07:51:06.713 | + lib/nova:clean_iptables:188 : grep '\-N' 2025-03-07 07:51:06.713 | + lib/nova:clean_iptables:188 : bash 2025-03-07 07:51:06.713 | + lib/nova:clean_iptables:188 : sed s/-N/-X/g 2025-03-07 07:51:06.724 | + lib/nova:clean_iptables:190 : grep nova 2025-03-07 07:51:06.724 | + lib/nova:clean_iptables:190 : sed 's/-c [0-9]* [0-9]* //g' 2025-03-07 07:51:06.724 | + lib/nova:clean_iptables:190 : sudo iptables -S -v -t nat 2025-03-07 07:51:06.724 | + lib/nova:clean_iptables:190 : grep '\-N' 2025-03-07 07:51:06.724 | + lib/nova:clean_iptables:190 : sed s/-N/-X/g 2025-03-07 07:51:06.725 | + lib/nova:clean_iptables:190 : awk '{print "sudo iptables -t nat",$0}' 2025-03-07 07:51:06.725 | + lib/nova:clean_iptables:190 : bash 2025-03-07 07:51:06.733 | + stack.sh:main:1182 : sudo sysctl -w net.ipv4.ip_forward=1 2025-03-07 07:51:06.740 | net.ipv4.ip_forward = 1 2025-03-07 07:51:06.744 | + stack.sh:main:1187 : is_service_enabled nova neutron 2025-03-07 07:51:06.757 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:51:06.759 | + stack.sh:main:1188 : configure_os_vif 2025-03-07 07:51:06.761 | + lib/os-vif:configure_os_vif:16 : [[ -e /etc/nova/nova.conf ]] 2025-03-07 07:51:06.763 | + lib/os-vif:configure_os_vif:17 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2025-03-07 07:51:06.789 | + lib/os-vif:configure_os_vif:19 : [[ -e /etc/neutron/neutron.conf ]] 2025-03-07 07:51:06.791 | + lib/os-vif:configure_os_vif:20 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2025-03-07 07:51:06.819 | + stack.sh:main:1194 : is_service_enabled swift 2025-03-07 07:51:06.833 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:51:06.835 | + stack.sh:main:1203 : is_service_enabled cinder 2025-03-07 07:51:06.849 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:51:06.851 | + stack.sh:main:1204 : echo_summary 'Configuring Cinder' 2025-03-07 07:51:06.853 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:51:06.855 | + stack.sh:echo_summary:455 : echo -e Configuring Cinder 2025-03-07 07:51:06.857 | + stack.sh:main:1205 : async_runfunc init_cinder 2025-03-07 07:51:06.859 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2025-03-07 07:51:06.907 | + inc/async:async_inner:63 : init_cinder 2025-03-07 07:51:06.937 | [3562 Async init_cinder:48454]: running: init_cinder 2025-03-07 07:51:06.939 | + stack.sh:main:1211 : is_service_enabled placement 2025-03-07 07:51:06.953 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:51:06.955 | + stack.sh:main:1212 : echo_summary 'Configuring placement' 2025-03-07 07:51:06.958 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:51:06.960 | + stack.sh:echo_summary:455 : echo -e Configuring placement 2025-03-07 07:51:06.962 | + stack.sh:main:1213 : async_runfunc init_placement 2025-03-07 07:51:06.964 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2025-03-07 07:51:07.013 | + inc/async:async_inner:63 : init_placement 2025-03-07 07:51:07.047 | [3562 Async init_placement:48601]: running: init_placement 2025-03-07 07:51:07.049 | + stack.sh:main:1217 : async_wait init_neutron 2025-03-07 07:51:07.091 | [3562 Async init_neutron:48104]: Waiting for completion of init_neutron running on PID 48104 (5 other jobs running) 2025-03-07 07:51:07.109 | [3562 Async init_neutron:48104]: Signaling child to exit 2025-03-07 07:51:10.279 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:51:10.298 | [48454 Async init_cinder:48454]: finished successfully 2025-03-07 07:51:14.481 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:51:14.500 | [48104 Async init_neutron:48104]: finished successfully 2025-03-07 07:51:14.516 | WAKEUP 2025-03-07 07:51:14.532 | [3562 Async init_neutron:48104]: Signaled 2025-03-07 07:51:14.533 | + lib/neutron:init_neutron:501 : recreate_database neutron 2025-03-07 07:51:14.533 | + lib/database:recreate_database:112 : local db=neutron 2025-03-07 07:51:14.533 | + lib/database:recreate_database:113 : recreate_database_mysql neutron 2025-03-07 07:51:14.533 | + lib/databases/mysql:recreate_database_mysql:66 : local db=neutron 2025-03-07 07:51:14.533 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2025-03-07 07:51:14.533 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2025-03-07 07:51:14.533 | + lib/neutron:init_neutron:502 : time_start dbsync 2025-03-07 07:51:14.533 | + functions-common:time_start:2421 : local name=dbsync 2025-03-07 07:51:14.533 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:51:14.533 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:51:14.533 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:51:14.533 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333866630 2025-03-07 07:51:14.533 | + lib/neutron:init_neutron:504 : /usr/local/bin/neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head 2025-03-07 07:51:14.533 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-03-07 07:51:14.533 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-03-07 07:51:14.533 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-03-07 07:51:14.533 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-03-07 07:51:14.533 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2025-03-07 07:51:14.533 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2025-03-07 07:51:14.533 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2025-03-07 07:51:14.533 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2025-03-07 07:51:14.533 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2025-03-07 07:51:14.533 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2025-03-07 07:51:14.533 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2025-03-07 07:51:14.533 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2025-03-07 07:51:14.533 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2025-03-07 07:51:14.533 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2025-03-07 07:51:14.533 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2025-03-07 07:51:14.533 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2025-03-07 07:51:14.533 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2025-03-07 07:51:14.533 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2025-03-07 07:51:14.533 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2025-03-07 07:51:14.533 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2025-03-07 07:51:14.533 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2025-03-07 07:51:14.533 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2025-03-07 07:51:14.533 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2025-03-07 07:51:14.533 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2025-03-07 07:51:14.533 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2025-03-07 07:51:14.533 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2025-03-07 07:51:14.533 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2025-03-07 07:51:14.533 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2025-03-07 07:51:14.533 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2025-03-07 07:51:14.533 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2025-03-07 07:51:14.533 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2025-03-07 07:51:14.533 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2025-03-07 07:51:14.533 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2025-03-07 07:51:14.533 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2025-03-07 07:51:14.533 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2025-03-07 07:51:14.533 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2025-03-07 07:51:14.533 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2025-03-07 07:51:14.533 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project" 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 34cf8b009713 -> I43e0b669096 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade I43e0b669096 -> 4e6e655746f6 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 4e6e655746f6 -> 659cbedf30a1 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 659cbedf30a1 -> 21ff98fabab1 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 21ff98fabab1 -> 5881373af7f5 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 5881373af7f5 -> fc153938cdc1 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2025-03-07 07:51:14.534 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2025-03-07 07:51:14.534 | Running upgrade for neutron ... 2025-03-07 07:51:14.534 | OK 2025-03-07 07:51:14.534 | + lib/neutron:init_neutron:505 : time_stop dbsync 2025-03-07 07:51:14.534 | + functions-common:time_stop:2435 : local name 2025-03-07 07:51:14.534 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:51:14.534 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:51:14.534 | + functions-common:time_stop:2438 : local total 2025-03-07 07:51:14.534 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:51:14.534 | + functions-common:time_stop:2441 : name=dbsync 2025-03-07 07:51:14.534 | + functions-common:time_stop:2442 : start_time=1741333866630 2025-03-07 07:51:14.534 | + functions-common:time_stop:2444 : [[ -z 1741333866630 ]] 2025-03-07 07:51:14.534 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:51:14.534 | + functions-common:time_stop:2447 : end_time=1741333874468 2025-03-07 07:51:14.534 | + functions-common:time_stop:2448 : elapsed_time=7838 2025-03-07 07:51:14.534 | + functions-common:time_stop:2449 : total=2952 2025-03-07 07:51:14.534 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:51:14.534 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10790 2025-03-07 07:51:14.566 | [3562 Async init_neutron:48104]: finished init_neutron with result 0 in 7 seconds 2025-03-07 07:51:14.569 | + inc/async:async_wait:197 : return 0 2025-03-07 07:51:14.571 | + stack.sh:main:1218 : async_wait init_placement 2025-03-07 07:51:14.608 | [3562 Async init_placement:48601]: Waiting for completion of init_placement running on PID 48601 (4 other jobs running) 2025-03-07 07:51:14.626 | [3562 Async init_placement:48601]: Signaling child to exit 2025-03-07 07:51:23.501 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:51:23.519 | [48601 Async init_placement:48601]: finished successfully 2025-03-07 07:51:23.535 | WAKEUP 2025-03-07 07:51:23.552 | [3562 Async init_placement:48601]: Signaled 2025-03-07 07:51:23.553 | + lib/placement:init_placement:143 : recreate_database placement 2025-03-07 07:51:23.553 | + lib/database:recreate_database:112 : local db=placement 2025-03-07 07:51:23.553 | + lib/database:recreate_database:113 : recreate_database_mysql placement 2025-03-07 07:51:23.553 | + lib/databases/mysql:recreate_database_mysql:66 : local db=placement 2025-03-07 07:51:23.553 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2025-03-07 07:51:23.553 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2025-03-07 07:51:23.553 | + lib/placement:init_placement:144 : /usr/local/bin/placement-manage db sync 2025-03-07 07:51:23.553 | + lib/placement:init_placement:145 : create_placement_accounts 2025-03-07 07:51:23.553 | + lib/placement:create_placement_accounts:132 : create_service_user placement admin 2025-03-07 07:51:23.553 | + lib/keystone:create_service_user:436 : get_or_create_user placement nomoresecret Default 2025-03-07 07:51:23.553 | + functions-common:get_or_create_user:922 : local user_id 2025-03-07 07:51:23.553 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2025-03-07 07:51:23.553 | + functions-common:get_or_create_user:926 : local email= 2025-03-07 07:51:23.553 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create placement --password nomoresecret --domain=Default --or-show -f value -c id 2025-03-07 07:51:23.553 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:51:23.553 | + functions-common:get_or_create_user:938 : user_id=27fa6e452a034987ac2f31ab0d13ec02 2025-03-07 07:51:23.553 | + functions-common:get_or_create_user:939 : echo 27fa6e452a034987ac2f31ab0d13ec02 2025-03-07 07:51:23.553 | 27fa6e452a034987ac2f31ab0d13ec02 2025-03-07 07:51:23.553 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service placement service Default Default 2025-03-07 07:51:23.553 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-03-07 07:51:23.553 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-03-07 07:51:23.553 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2025-03-07 07:51:23.553 | ++ functions-common:_get_domain_args:970 : local domain 2025-03-07 07:51:23.553 | ++ functions-common:_get_domain_args:971 : domain= 2025-03-07 07:51:23.553 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2025-03-07 07:51:23.553 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2025-03-07 07:51:23.553 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2025-03-07 07:51:23.553 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2025-03-07 07:51:23.553 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2025-03-07 07:51:23.553 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2025-03-07 07:51:23.553 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user placement --project service --user-domain Default --project-domain Default 2025-03-07 07:51:23.553 | ++ functions-common:get_or_add_user_project_role:1002 : 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-03-07 07:51:23.553 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:51:23.553 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=d9655358d9e940628805e6964c95850a 2025-03-07 07:51:23.553 | + functions-common:get_or_add_user_project_role:1003 : echo d9655358d9e940628805e6964c95850a 2025-03-07 07:51:23.553 | d9655358d9e940628805e6964c95850a 2025-03-07 07:51:23.554 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2025-03-07 07:51:23.554 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin placement service Default Default 2025-03-07 07:51:23.554 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2025-03-07 07:51:23.554 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2025-03-07 07:51:23.554 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2025-03-07 07:51:23.554 | ++ functions-common:_get_domain_args:970 : local domain 2025-03-07 07:51:23.554 | ++ functions-common:_get_domain_args:971 : domain= 2025-03-07 07:51:23.554 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2025-03-07 07:51:23.554 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2025-03-07 07:51:23.554 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2025-03-07 07:51:23.554 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2025-03-07 07:51:23.554 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2025-03-07 07:51:23.554 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2025-03-07 07:51:23.554 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user placement --project service --user-domain Default --project-domain Default 2025-03-07 07:51:23.554 | ++ functions-common:get_or_add_user_project_role:1002 : 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-03-07 07:51:23.554 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:51:23.554 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=caca8203cdd94b40b6b376fa2d313934 2025-03-07 07:51:23.554 | + functions-common:get_or_add_user_project_role:1003 : echo caca8203cdd94b40b6b376fa2d313934 2025-03-07 07:51:23.554 | caca8203cdd94b40b6b376fa2d313934 2025-03-07 07:51:23.554 | + lib/placement:create_placement_accounts:133 : local placement_api_url=http://10.180.1.21/placement 2025-03-07 07:51:23.554 | + lib/placement:create_placement_accounts:134 : get_or_create_service placement placement 'Placement Service' 2025-03-07 07:51:23.554 | + functions-common:get_or_create_service:1078 : local service_id 2025-03-07 07:51:23.554 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show placement -f value -c id 2025-03-07 07:51:23.554 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create placement --name placement '--description=Placement Service' -f value -c id 2025-03-07 07:51:23.554 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:51:23.554 | + functions-common:get_or_create_service:1089 : service_id=' 2025-03-07 07:51:23.554 | 8951679b7a7d4fa7b5fb092948952a92' 2025-03-07 07:51:23.554 | + functions-common:get_or_create_service:1090 : echo 8951679b7a7d4fa7b5fb092948952a92 2025-03-07 07:51:23.554 | 8951679b7a7d4fa7b5fb092948952a92 2025-03-07 07:51:23.554 | + lib/placement:create_placement_accounts:136 : get_or_create_endpoint placement RegionOne http://10.180.1.21/placement 2025-03-07 07:51:23.554 | + functions-common:get_or_create_endpoint:1122 : local public_id 2025-03-07 07:51:23.554 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface placement public http://10.180.1.21/placement RegionOne 2025-03-07 07:51:23.554 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2025-03-07 07:51:23.554 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service placement --interface public --region RegionOne -c ID -f value 2025-03-07 07:51:23.554 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:51:23.554 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2025-03-07 07:51:23.554 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2025-03-07 07:51:23.554 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create placement public http://10.180.1.21/placement --region RegionOne -f value -c id 2025-03-07 07:51:23.554 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:51:23.554 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=b99f50a45f864f7a9734a684d87e2c0d 2025-03-07 07:51:23.554 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo b99f50a45f864f7a9734a684d87e2c0d 2025-03-07 07:51:23.554 | + functions-common:get_or_create_endpoint:1123 : public_id=b99f50a45f864f7a9734a684d87e2c0d 2025-03-07 07:51:23.554 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2025-03-07 07:51:23.554 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2025-03-07 07:51:23.554 | + functions-common:get_or_create_endpoint:1132 : echo b99f50a45f864f7a9734a684d87e2c0d 2025-03-07 07:51:23.554 | b99f50a45f864f7a9734a684d87e2c0d 2025-03-07 07:51:23.585 | [3562 Async init_placement:48601]: finished init_placement with result 0 in 16 seconds 2025-03-07 07:51:23.588 | + inc/async:async_wait:197 : return 0 2025-03-07 07:51:23.590 | + stack.sh:main:1219 : async_wait init_glance 2025-03-07 07:51:23.627 | [3562 Async init_glance:44858]: Waiting for completion of init_glance running on PID 44858 (3 other jobs running) 2025-03-07 07:51:23.645 | [3562 Async init_glance:44858]: Signaling child to exit 2025-03-07 07:51:23.645 | WAKEUP 2025-03-07 07:51:23.662 | [3562 Async init_glance:44858]: Signaled 2025-03-07 07:51:23.663 | + lib/glance:init_glance:485 : rm -rf /opt/stack/data/glance/images 2025-03-07 07:51:23.663 | + lib/glance:init_glance:486 : mkdir -p /opt/stack/data/glance/images 2025-03-07 07:51:23.663 | + lib/glance:init_glance:489 : recreate_database glance 2025-03-07 07:51:23.663 | + lib/database:recreate_database:112 : local db=glance 2025-03-07 07:51:23.663 | + lib/database:recreate_database:113 : recreate_database_mysql glance 2025-03-07 07:51:23.663 | + lib/databases/mysql:recreate_database_mysql:66 : local db=glance 2025-03-07 07:51:23.663 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2025-03-07 07:51:23.663 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2025-03-07 07:51:23.663 | + lib/glance:init_glance:491 : time_start dbsync 2025-03-07 07:51:23.663 | + functions-common:time_start:2421 : local name=dbsync 2025-03-07 07:51:23.663 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:51:23.663 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:51:23.663 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:51:23.663 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333839187 2025-03-07 07:51:23.663 | + lib/glance:init_glance:493 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2025-03-07 07:51:23.663 | 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=44943) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-03-07 07:51:23.663 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-03-07 07:51:23.663 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-03-07 07:51:23.663 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-03-07 07:51:23.663 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-03-07 07:51:23.663 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-03-07 07:51:23.663 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-03-07 07:51:23.663 | INFO [alembic.runtime.migration] Running upgrade -> liberty, liberty initial 2025-03-07 07:51:23.663 | INFO [alembic.runtime.migration] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2025-03-07 07:51:23.663 | INFO [alembic.runtime.migration] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2025-03-07 07:51:23.663 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2025-03-07 07:51:23.663 | INFO [alembic.runtime.migration] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2025-03-07 07:51:23.663 | INFO [alembic.runtime.migration] Running upgrade pike_expand01 -> queens_expand01 2025-03-07 07:51:23.663 | INFO [alembic.runtime.migration] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2025-03-07 07:51:23.663 | INFO [alembic.runtime.migration] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2025-03-07 07:51:23.663 | INFO [alembic.runtime.migration] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2025-03-07 07:51:23.663 | INFO [alembic.runtime.migration] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2025-03-07 07:51:23.663 | INFO [alembic.runtime.migration] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2025-03-07 07:51:23.663 | INFO [alembic.runtime.migration] Running upgrade wallaby_expand01 -> xena_expand01, empty expand for symmetry with 2023_1_expand01 2025-03-07 07:51:23.663 | INFO [alembic.runtime.migration] Running upgrade xena_expand01 -> yoga_expand01, empty expand for symmetry with 2023_1_expand01 2025-03-07 07:51:23.663 | INFO [alembic.runtime.migration] Running upgrade yoga_expand01 -> zed_expand01, empty expand for symmetry with 2023_1_expand01 2025-03-07 07:51:23.663 | INFO [alembic.runtime.migration] Running upgrade zed_expand01 -> 2023_1_expand01, empty expand for symmetry with 2023_1_expand01 2025-03-07 07:51:23.663 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-03-07 07:51:23.663 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-03-07 07:51:23.663 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-03-07 07:51:23.663 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-03-07 07:51:23.663 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-03-07 07:51:23.663 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-03-07 07:51:23.663 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-03-07 07:51:23.663 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-03-07 07:51:23.663 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-03-07 07:51:23.663 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-03-07 07:51:23.663 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2025-03-07 07:51:23.663 | INFO [alembic.runtime.migration] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2025-03-07 07:51:23.663 | INFO [alembic.runtime.migration] Running upgrade pike_contract01 -> queens_contract01 2025-03-07 07:51:23.663 | INFO [alembic.runtime.migration] Running upgrade queens_contract01 -> rocky_contract01 2025-03-07 07:51:23.663 | INFO [alembic.runtime.migration] Running upgrade rocky_contract01 -> rocky_contract02 2025-03-07 07:51:23.663 | INFO [alembic.runtime.migration] Running upgrade rocky_contract02 -> train_contract01 2025-03-07 07:51:23.663 | INFO [alembic.runtime.migration] Running upgrade train_contract01 -> ussuri_contract01 2025-03-07 07:51:23.663 | INFO [alembic.runtime.migration] Running upgrade ussuri_contract01 -> wallaby_contract01 2025-03-07 07:51:23.663 | INFO [alembic.runtime.migration] Running upgrade wallaby_contract01 -> xena_contract01 2025-03-07 07:51:23.663 | INFO [alembic.runtime.migration] Running upgrade xena_contract01 -> yoga_contract01 2025-03-07 07:51:23.663 | INFO [alembic.runtime.migration] Running upgrade yoga_contract01 -> zed_contract01 2025-03-07 07:51:23.663 | INFO [alembic.runtime.migration] Running upgrade zed_contract01 -> 2023_1_contract01 2025-03-07 07:51:23.663 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-03-07 07:51:23.663 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-03-07 07:51:23.663 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-03-07 07:51:23.663 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-03-07 07:51:23.663 | Upgraded database to: 2023_1_expand01, current revision(s): 2023_1_expand01 2025-03-07 07:51:23.663 | Database migration is up to date. No migration needed. 2025-03-07 07:51:23.664 | Upgraded database to: 2023_1_contract01, current revision(s): 2023_1_contract01 2025-03-07 07:51:23.664 | Database is synced successfully. 2025-03-07 07:51:23.664 | + lib/glance:init_glance:496 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2025-03-07 07:51:23.664 | 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=44975) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-03-07 07:51:23.664 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2025-03-07 07:51:23.664 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2025-03-07 07:51:23.664 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2025-03-07 07:51:23.664 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2025-03-07 07:51:23.664 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2025-03-07 07:51:23.664 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2025-03-07 07:51:23.664 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2025-03-07 07:51:23.664 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2025-03-07 07:51:23.664 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2025-03-07 07:51:23.664 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2025-03-07 07:51:23.664 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2025-03-07 07:51:23.664 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2025-03-07 07:51:23.664 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2025-03-07 07:51:23.664 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2025-03-07 07:51:23.664 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2025-03-07 07:51:23.664 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2025-03-07 07:51:23.664 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-mode.json loaded to database. 2025-03-07 07:51:23.664 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2025-03-07 07:51:23.664 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2025-03-07 07:51:23.664 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2025-03-07 07:51:23.664 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2025-03-07 07:51:23.664 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2025-03-07 07:51:23.664 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2025-03-07 07:51:23.664 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2025-03-07 07:51:23.664 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2025-03-07 07:51:23.664 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm-hw.json loaded to database. 2025-03-07 07:51:23.664 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2025-03-07 07:51:23.664 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2025-03-07 07:51:23.664 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2025-03-07 07:51:23.664 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2025-03-07 07:51:23.664 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm.json loaded to database. 2025-03-07 07:51:23.664 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2025-03-07 07:51:23.664 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2025-03-07 07:51:23.664 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2025-03-07 07:51:23.664 | + lib/glance:init_glance:497 : time_stop dbsync 2025-03-07 07:51:23.664 | + functions-common:time_stop:2435 : local name 2025-03-07 07:51:23.664 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:51:23.664 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:51:23.665 | + functions-common:time_stop:2438 : local total 2025-03-07 07:51:23.665 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:51:23.665 | + functions-common:time_stop:2441 : name=dbsync 2025-03-07 07:51:23.665 | + functions-common:time_stop:2442 : start_time=1741333839187 2025-03-07 07:51:23.665 | + functions-common:time_stop:2444 : [[ -z 1741333839187 ]] 2025-03-07 07:51:23.665 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:51:23.665 | + functions-common:time_stop:2447 : end_time=1741333843304 2025-03-07 07:51:23.665 | + functions-common:time_stop:2448 : elapsed_time=4117 2025-03-07 07:51:23.665 | + functions-common:time_stop:2449 : total=2952 2025-03-07 07:51:23.665 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:51:23.665 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7069 2025-03-07 07:51:23.695 | [3562 Async init_glance:44858]: finished init_glance with result 0 in 4 seconds 2025-03-07 07:51:23.698 | + inc/async:async_wait:197 : return 0 2025-03-07 07:51:23.700 | + stack.sh:main:1220 : async_wait init_swift 2025-03-07 07:51:23.715 | Not waiting for async task init_swift that we never started or has already been waited for 2025-03-07 07:51:23.717 | + inc/async:async_wait:197 : return 0 2025-03-07 07:51:23.719 | + stack.sh:main:1221 : async_wait init_cinder 2025-03-07 07:51:23.756 | [3562 Async init_cinder:48454]: Waiting for completion of init_cinder running on PID 48454 (2 other jobs running) 2025-03-07 07:51:23.773 | [3562 Async init_cinder:48454]: Signaling child to exit 2025-03-07 07:51:23.773 | WAKEUP 2025-03-07 07:51:23.789 | [3562 Async init_cinder:48454]: Signaled 2025-03-07 07:51:23.790 | + lib/cinder:init_cinder:474 : is_service_enabled mysql postgresql 2025-03-07 07:51:23.790 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:51:23.790 | + lib/cinder:init_cinder:476 : recreate_database cinder 2025-03-07 07:51:23.790 | + lib/database:recreate_database:112 : local db=cinder 2025-03-07 07:51:23.790 | + lib/database:recreate_database:113 : recreate_database_mysql cinder 2025-03-07 07:51:23.790 | + lib/databases/mysql:recreate_database_mysql:66 : local db=cinder 2025-03-07 07:51:23.790 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2025-03-07 07:51:23.790 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2025-03-07 07:51:23.790 | + lib/cinder:init_cinder:478 : time_start dbsync 2025-03-07 07:51:23.790 | + functions-common:time_start:2421 : local name=dbsync 2025-03-07 07:51:23.790 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:51:23.790 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:51:23.790 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:51:23.790 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333866962 2025-03-07 07:51:23.790 | + lib/cinder:init_cinder:480 : /usr/local/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2025-03-07 07:51:23.790 | 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=48559) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-03-07 07:51:23.790 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/legacy_migrations... {{(pid=48559) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2025-03-07 07:51:23.790 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py... {{(pid=48559) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:23.790 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py loaded successfully {{(pid=48559) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:23.790 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py... {{(pid=48559) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:23.790 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py loaded successfully {{(pid=48559) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:23.790 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py... {{(pid=48559) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:23.790 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py loaded successfully {{(pid=48559) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:23.790 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py... {{(pid=48559) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:23.790 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py loaded successfully {{(pid=48559) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:23.790 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py... {{(pid=48559) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:23.790 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py loaded successfully {{(pid=48559) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:23.790 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py... {{(pid=48559) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:23.790 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py loaded successfully {{(pid=48559) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:23.790 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py... {{(pid=48559) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:23.790 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py loaded successfully {{(pid=48559) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:23.790 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py... {{(pid=48559) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:23.790 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py loaded successfully {{(pid=48559) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:23.790 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py... {{(pid=48559) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:23.790 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py loaded successfully {{(pid=48559) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:23.790 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py... {{(pid=48559) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:23.791 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py loaded successfully {{(pid=48559) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:23.791 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py... {{(pid=48559) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:23.791 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py loaded successfully {{(pid=48559) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:23.791 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/legacy_migrations loaded successfully {{(pid=48559) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2025-03-07 07:51:23.791 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'cinder', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=48559) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2025-03-07 07:51:23.791 | INFO cinder.db.migration [-] Applying migration(s) 2025-03-07 07:51:23.791 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-03-07 07:51:23.791 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-03-07 07:51:23.791 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2025-03-07 07:51:23.791 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=48559) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2025-03-07 07:51:23.791 | INFO alembic.runtime.migration [-] Running upgrade 921e1a36b076 -> c92a3e68beed, Make shared_targets nullable 2025-03-07 07:51:23.791 | DEBUG alembic.runtime.migration [-] update 921e1a36b076 to c92a3e68beed {{(pid=48559) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-03-07 07:51:23.791 | INFO alembic.runtime.migration [-] Running upgrade c92a3e68beed -> daa98075b90d, Add resource indexes 2025-03-07 07:51:23.791 | 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=48559) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-03-07 07:51:23.791 | DEBUG alembic.runtime.migration [-] update c92a3e68beed to daa98075b90d {{(pid=48559) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-03-07 07:51:23.791 | INFO cinder.db.migration [-] Migration(s) applied 2025-03-07 07:51:23.791 | + lib/cinder:init_cinder:481 : time_stop dbsync 2025-03-07 07:51:23.791 | + functions-common:time_stop:2435 : local name 2025-03-07 07:51:23.791 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:51:23.791 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:51:23.791 | + functions-common:time_stop:2438 : local total 2025-03-07 07:51:23.791 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:51:23.791 | + functions-common:time_stop:2441 : name=dbsync 2025-03-07 07:51:23.791 | + functions-common:time_stop:2442 : start_time=1741333866962 2025-03-07 07:51:23.791 | + functions-common:time_stop:2444 : [[ -z 1741333866962 ]] 2025-03-07 07:51:23.791 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:51:23.791 | + functions-common:time_stop:2447 : end_time=1741333870217 2025-03-07 07:51:23.791 | + functions-common:time_stop:2448 : elapsed_time=3255 2025-03-07 07:51:23.791 | + functions-common:time_stop:2449 : total=2952 2025-03-07 07:51:23.791 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:51:23.791 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6207 2025-03-07 07:51:23.791 | + lib/cinder:init_cinder:484 : is_service_enabled c-vol 2025-03-07 07:51:23.791 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:51:23.791 | + lib/cinder:init_cinder:484 : [[ -n vmdk:vsphere ]] 2025-03-07 07:51:23.791 | + lib/cinder:init_cinder:485 : local be be_name be_type 2025-03-07 07:51:23.791 | + lib/cinder:init_cinder:486 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-03-07 07:51:23.791 | + lib/cinder:init_cinder:487 : be_type=vmdk 2025-03-07 07:51:23.791 | + lib/cinder:init_cinder:488 : be_name=vsphere 2025-03-07 07:51:23.791 | + lib/cinder:init_cinder:489 : type init_cinder_backend_vmdk 2025-03-07 07:51:23.791 | + lib/cinder:init_cinder:495 : is_service_enabled c-bak 2025-03-07 07:51:23.791 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:51:23.791 | + lib/cinder:init_cinder:501 : mkdir -p /opt/stack/data/cinder/volumes 2025-03-07 07:51:23.823 | [3562 Async init_cinder:48454]: finished init_cinder with result 0 in 3 seconds 2025-03-07 07:51:23.826 | + inc/async:async_wait:197 : return 0 2025-03-07 07:51:23.828 | + stack.sh:main:1226 : is_service_enabled nova 2025-03-07 07:51:23.842 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:51:23.844 | + stack.sh:main:1227 : echo_summary 'Configuring Nova' 2025-03-07 07:51:23.846 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:51:23.848 | + stack.sh:echo_summary:455 : echo -e Configuring Nova 2025-03-07 07:51:23.850 | + stack.sh:main:1228 : init_nova 2025-03-07 07:51:23.852 | + lib/nova:init_nova:850 : is_service_enabled mysql postgresql 2025-03-07 07:51:23.866 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:51:23.868 | + lib/nova:init_nova:850 : is_service_enabled n-api 2025-03-07 07:51:23.881 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:51:23.883 | + lib/nova:init_nova:852 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-03-07 07:51:23.885 | + lib/nova:init_nova:858 : recreate_database nova_cell0 2025-03-07 07:51:23.887 | + lib/database:recreate_database:112 : local db=nova_cell0 2025-03-07 07:51:23.889 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell0 2025-03-07 07:51:23.892 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell0 2025-03-07 07:51:23.894 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2025-03-07 07:51:23.902 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2025-03-07 07:51:23.912 | ++ lib/nova:init_nova:863 : seq 1 1 2025-03-07 07:51:23.916 | + lib/nova:init_nova:863 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-03-07 07:51:23.919 | ++ lib/nova:init_nova:864 : conductor_conf 1 2025-03-07 07:51:23.921 | ++ lib/nova:conductor_conf:829 : local cell=1 2025-03-07 07:51:23.923 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2025-03-07 07:51:23.925 | + lib/nova:init_nova:864 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-03-07 07:51:23.975 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-03-07 07:51:24.006 | [3562 Async nova-cell-1:49732]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-03-07 07:51:24.009 | + lib/nova:init_nova:867 : recreate_database nova_api 2025-03-07 07:51:24.011 | + lib/database:recreate_database:112 : local db=nova_api 2025-03-07 07:51:24.013 | + lib/database:recreate_database:113 : recreate_database_mysql nova_api 2025-03-07 07:51:24.016 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_api 2025-03-07 07:51:24.018 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2025-03-07 07:51:24.026 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2025-03-07 07:51:24.035 | + lib/nova:init_nova:868 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2025-03-07 07:51:24.418 | 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-03-07 07:51:26.214 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/api/legacy_migrations... {{(pid=49799) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2025-03-07 07:51:26.214 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py... {{(pid=49799) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:26.214 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py loaded successfully {{(pid=49799) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:26.214 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py... {{(pid=49799) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:26.215 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py loaded successfully {{(pid=49799) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:26.215 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py... {{(pid=49799) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:26.215 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py loaded successfully {{(pid=49799) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:26.215 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py... {{(pid=49799) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:26.215 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py loaded successfully {{(pid=49799) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:26.215 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py... {{(pid=49799) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:26.215 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py loaded successfully {{(pid=49799) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:26.216 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py... {{(pid=49799) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:26.216 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py loaded successfully {{(pid=49799) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:26.216 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py... {{(pid=49799) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:26.216 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py loaded successfully {{(pid=49799) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:26.216 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py... {{(pid=49799) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:26.216 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py loaded successfully {{(pid=49799) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:26.216 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py... {{(pid=49799) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:26.216 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py loaded successfully {{(pid=49799) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:26.216 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py... {{(pid=49799) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:26.216 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py loaded successfully {{(pid=49799) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:26.216 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py... {{(pid=49799) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:26.216 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py loaded successfully {{(pid=49799) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:26.216 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py... {{(pid=49799) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:26.216 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py loaded successfully {{(pid=49799) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:26.216 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py... {{(pid=49799) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:26.216 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py loaded successfully {{(pid=49799) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:26.218 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py... {{(pid=49799) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:26.218 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py loaded successfully {{(pid=49799) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:26.218 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py... {{(pid=49799) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:26.218 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py loaded successfully {{(pid=49799) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:26.218 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py... {{(pid=49799) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:26.218 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py loaded successfully {{(pid=49799) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:26.218 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py... {{(pid=49799) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:26.218 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py loaded successfully {{(pid=49799) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:26.218 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py... {{(pid=49799) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:26.218 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py loaded successfully {{(pid=49799) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:26.218 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py... {{(pid=49799) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:26.218 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py loaded successfully {{(pid=49799) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:26.218 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py... {{(pid=49799) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:26.218 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py loaded successfully {{(pid=49799) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:26.218 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py... {{(pid=49799) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:26.218 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py loaded successfully {{(pid=49799) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:26.218 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/api/legacy_migrations loaded successfully {{(pid=49799) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2025-03-07 07:51:26.218 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova_api', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=49799) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2025-03-07 07:51:26.230 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-03-07 07:51:26.230 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-03-07 07:51:26.248 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version 2025-03-07 07:51:27.121 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=49799) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2025-03-07 07:51:27.123 | INFO alembic.runtime.migration [-] Running upgrade d67eeaabee36 -> b30f573d3377, Remove unused build_requests columns 2025-03-07 07:51:27.306 | DEBUG alembic.runtime.migration [-] update d67eeaabee36 to b30f573d3377 {{(pid=49799) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-03-07 07:51:27.694 | ++ lib/nova:init_nova:872 : database_connection_url nova_cell0 2025-03-07 07:51:27.697 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2025-03-07 07:51:27.699 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2025-03-07 07:51:27.701 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell0 2025-03-07 07:51:27.703 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2025-03-07 07:51:27.705 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2025-03-07 07:51:27.707 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8' 2025-03-07 07:51:27.710 | + lib/nova:init_nova:872 : /usr/local/bin/nova-manage cell_v2 map_cell0 --database_connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8' 2025-03-07 07:51:28.095 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-03-07 07:51:29.043 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:51:29.063 | [49732 Async nova-cell-1:49732]: finished successfully 2025-03-07 07:51:29.793 | ++ lib/nova:init_nova:875 : seq 0 1 2025-03-07 07:51:29.797 | + lib/nova:init_nova:875 : for i in $(seq 0 $NOVA_NUM_CELLS) 2025-03-07 07:51:29.800 | + lib/nova:init_nova:876 : async_wait nova-cell-0 2025-03-07 07:51:29.816 | Not waiting for async task nova-cell-0 that we never started or has already been waited for 2025-03-07 07:51:29.818 | + inc/async:async_wait:197 : return 0 2025-03-07 07:51:29.820 | + lib/nova:init_nova:875 : for i in $(seq 0 $NOVA_NUM_CELLS) 2025-03-07 07:51:29.822 | + lib/nova:init_nova:876 : async_wait nova-cell-1 2025-03-07 07:51:29.858 | [3562 Async nova-cell-1:49732]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 49732 (2 other jobs running) 2025-03-07 07:51:29.875 | [3562 Async nova-cell-1:49732]: Signaling child to exit 2025-03-07 07:51:29.875 | WAKEUP 2025-03-07 07:51:29.890 | [3562 Async nova-cell-1:49732]: Signaled 2025-03-07 07:51:29.891 | + lib/nova:init_nova_db:840 : local dbname=nova_cell1 2025-03-07 07:51:29.891 | + lib/nova:init_nova_db:841 : local conffile=/etc/nova/nova_cell1.conf 2025-03-07 07:51:29.891 | + lib/nova:init_nova_db:842 : recreate_database nova_cell1 2025-03-07 07:51:29.891 | + lib/database:recreate_database:112 : local db=nova_cell1 2025-03-07 07:51:29.891 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell1 2025-03-07 07:51:29.891 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell1 2025-03-07 07:51:29.891 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2025-03-07 07:51:29.891 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2025-03-07 07:51:29.891 | + lib/nova:init_nova_db:843 : /usr/local/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell 2025-03-07 07:51:29.891 | 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-03-07 07:51:29.891 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=49783) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2025-03-07 07:51:29.891 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=49783) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:29.891 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=49783) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:29.891 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=49783) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:29.891 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=49783) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:29.891 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=49783) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:29.891 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=49783) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:29.891 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=49783) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:29.891 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=49783) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:29.891 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=49783) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:29.891 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=49783) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:29.891 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=49783) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:29.891 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=49783) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:29.891 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=49783) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:29.891 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=49783) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:29.891 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=49783) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:29.891 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=49783) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:29.891 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=49783) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:29.891 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=49783) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:29.891 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=49783) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:29.892 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=49783) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:29.892 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=49783) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:29.892 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=49783) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:29.892 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=49783) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:29.892 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=49783) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:29.892 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=49783) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:29.892 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=49783) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:29.892 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=49783) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:29.892 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=49783) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:29.892 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=49783) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:29.892 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=49783) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:29.892 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=49783) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:29.892 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=49783) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:29.892 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=49783) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:29.892 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=49783) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:29.892 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=49783) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:29.892 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=49783) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:29.892 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=49783) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:29.892 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=49783) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:29.892 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=49783) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:29.892 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=49783) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:29.892 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=49783) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:29.892 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=49783) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:29.892 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=49783) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2025-03-07 07:51:29.892 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=49783) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2025-03-07 07:51:29.892 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-03-07 07:51:29.892 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-03-07 07:51:29.892 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2025-03-07 07:51:29.892 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=49783) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2025-03-07 07:51:29.892 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2025-03-07 07:51:29.892 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=49783) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-03-07 07:51:29.893 | INFO alembic.runtime.migration [-] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2025-03-07 07:51:29.893 | DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=49783) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-03-07 07:51:29.893 | INFO alembic.runtime.migration [-] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2025-03-07 07:51:29.893 | DEBUG alembic.runtime.migration [-] update ccb0fa1a2252 to 960aac0e09ea {{(pid=49783) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-03-07 07:51:29.923 | [3562 Async nova-cell-1:49732]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 5 seconds 2025-03-07 07:51:29.927 | + inc/async:async_wait:197 : return 0 2025-03-07 07:51:29.929 | + lib/nova:init_nova:879 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-03-07 07:51:29.931 | + lib/nova:init_nova:881 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db sync 2025-03-07 07:51:30.306 | 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-03-07 07:51:31.628 | DEBUG migrate.versioning.repository [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2025-03-07 07:51:31.628 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:31.628 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:31.628 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:31.628 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:31.629 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:31.630 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:31.630 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:31.630 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:31.630 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:31.630 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:31.630 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:31.630 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:31.630 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:31.630 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:31.630 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:31.630 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:31.632 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:31.632 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:31.632 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:31.632 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:31.632 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:31.632 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:31.632 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:31.632 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:31.632 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:31.632 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:31.632 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:31.632 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:31.632 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:31.632 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:31.632 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:31.633 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:31.633 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:31.633 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:31.633 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:31.634 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:31.634 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:31.634 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:31.634 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:31.634 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:31.635 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:31.635 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:31.635 | DEBUG migrate.versioning.repository [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2025-03-07 07:51:31.635 | DEBUG migrate.versioning.repository [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2025-03-07 07:51:31.647 | INFO alembic.runtime.migration [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Context impl MySQLImpl. 2025-03-07 07:51:31.647 | INFO alembic.runtime.migration [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Will assume non-transactional DDL. 2025-03-07 07:51:31.661 | INFO alembic.runtime.migration [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Running upgrade -> 8f2f1571d55b, Initial version 2025-03-07 07:51:33.634 | DEBUG alembic.runtime.migration [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] new branch insert 8f2f1571d55b {{(pid=49989) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2025-03-07 07:51:33.636 | INFO alembic.runtime.migration [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2025-03-07 07:51:33.663 | DEBUG alembic.runtime.migration [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] update 8f2f1571d55b to 16f1fbcab42b {{(pid=49989) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-03-07 07:51:33.665 | INFO alembic.runtime.migration [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2025-03-07 07:51:33.719 | DEBUG alembic.runtime.migration [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=49989) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-03-07 07:51:33.720 | INFO alembic.runtime.migration [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2025-03-07 07:51:33.736 | DEBUG alembic.runtime.migration [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] update ccb0fa1a2252 to 960aac0e09ea {{(pid=49989) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2025-03-07 07:51:33.743 | DEBUG migrate.versioning.repository [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2025-03-07 07:51:33.744 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:33.744 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:33.744 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:33.744 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:33.744 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:33.744 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:33.745 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:33.745 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:33.745 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:33.745 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:33.745 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:33.745 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:33.745 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:33.746 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:33.746 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:33.746 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:33.746 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:33.746 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:33.746 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:33.747 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:33.747 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:33.747 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:33.747 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:33.747 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:33.747 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:33.747 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:33.748 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:33.748 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:33.748 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:33.748 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:33.748 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:33.748 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:33.748 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:33.749 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:33.749 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:33.749 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:33.749 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:33.749 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:33.749 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:33.750 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:33.750 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2025-03-07 07:51:33.750 | DEBUG migrate.versioning.script.base [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2025-03-07 07:51:33.750 | DEBUG migrate.versioning.repository [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2025-03-07 07:51:33.750 | DEBUG migrate.versioning.repository [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=49989) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2025-03-07 07:51:33.754 | INFO alembic.runtime.migration [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Context impl MySQLImpl. 2025-03-07 07:51:33.754 | INFO alembic.runtime.migration [None req-9d4deb62-a2da-4c1d-9636-f16f581e1c95 None None] Will assume non-transactional DDL. 2025-03-07 07:51:34.117 | + lib/nova:init_nova:886 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2025-03-07 07:51:34.490 | 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-03-07 07:51:35.925 | Running batches of 50 until complete 2025-03-07 07:51:35.925 | +-------------------------------------+--------------+-----------+ 2025-03-07 07:51:35.925 | | Migration | Total Needed | Completed | 2025-03-07 07:51:35.925 | +-------------------------------------+--------------+-----------+ 2025-03-07 07:51:35.925 | | fill_virtual_interface_list | 0 | 0 | 2025-03-07 07:51:35.925 | | migrate_empty_ratio | 0 | 0 | 2025-03-07 07:51:35.925 | | migrate_quota_classes_to_api_db | 0 | 0 | 2025-03-07 07:51:35.925 | | migrate_quota_limits_to_api_db | 0 | 0 | 2025-03-07 07:51:35.925 | | migration_migrate_to_uuid | 0 | 0 | 2025-03-07 07:51:35.925 | | populate_dev_uuids | 0 | 0 | 2025-03-07 07:51:35.925 | | populate_missing_availability_zones | 0 | 0 | 2025-03-07 07:51:35.925 | | populate_queued_for_delete | 0 | 0 | 2025-03-07 07:51:35.925 | | populate_user_id | 0 | 0 | 2025-03-07 07:51:35.925 | | populate_uuids | 0 | 0 | 2025-03-07 07:51:35.925 | +-------------------------------------+--------------+-----------+ 2025-03-07 07:51:36.320 | ++ lib/nova:init_nova:889 : seq 1 1 2025-03-07 07:51:36.323 | + lib/nova:init_nova:889 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-03-07 07:51:36.326 | ++ lib/nova:init_nova:890 : conductor_conf 1 2025-03-07 07:51:36.328 | ++ lib/nova:conductor_conf:829 : local cell=1 2025-03-07 07:51:36.331 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2025-03-07 07:51:36.333 | + lib/nova:init_nova:890 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf --config-file /etc/nova/nova_cell1.conf cell_v2 create_cell --name cell1 2025-03-07 07:51:36.707 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-03-07 07:51:38.065 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2025-03-07 07:51:38.065 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2025-03-07 07:51:38.491 | + lib/nova:init_nova:894 : create_nova_keys_dir 2025-03-07 07:51:38.494 | + lib/nova:create_nova_keys_dir:836 : sudo install -d -o stack /opt/stack/data/nova /opt/stack/data/nova/keys 2025-03-07 07:51:38.504 | + lib/nova:init_nova:896 : [[ '' == \L\V\M ]] 2025-03-07 07:51:38.506 | + stack.sh:main:1230 : async_runfunc configure_neutron_nova 2025-03-07 07:51:38.509 | + inc/async:async_runfunc:116 : async_run configure_neutron_nova configure_neutron_nova 2025-03-07 07:51:38.562 | + inc/async:async_inner:63 : configure_neutron_nova 2025-03-07 07:51:38.594 | [3562 Async configure_neutron_nova:50070]: running: configure_neutron_nova 2025-03-07 07:51:38.597 | + stack.sh:main:1238 : run_phase stack post-config 2025-03-07 07:51:38.599 | + functions-common:run_phase:1863 : local mode=stack 2025-03-07 07:51:38.601 | + functions-common:run_phase:1864 : local phase=post-config 2025-03-07 07:51:38.604 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2025-03-07 07:51:38.606 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2025-03-07 07:51:38.608 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-03-07 07:51:38.611 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2025-03-07 07:51:38.613 | + functions-common:run_phase:1873 : local extra 2025-03-07 07:51:38.616 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-03-07 07:51:38.620 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2025-03-07 07:51:38.622 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-03-07 07:51:38.624 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-03-07 07:51:38.627 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack post-config 2025-03-07 07:51:38.629 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-03-07 07:51:38.643 | ++ functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:51:38.645 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-03-07 07:51:38.648 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:51:38.650 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2025-03-07 07:51:38.652 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:51:38.654 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-03-07 07:51:38.657 | ++ extras.d/80-tempest.sh:source:12 : : 2025-03-07 07:51:38.659 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-03-07 07:51:38.661 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-03-07 07:51:38.664 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2025-03-07 07:51:38.666 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-03-07 07:51:38.668 | + functions-common:run_phase:1890 : run_plugins stack post-config 2025-03-07 07:51:38.670 | + functions-common:run_plugins:1849 : local mode=stack 2025-03-07 07:51:38.672 | + functions-common:run_plugins:1850 : local phase=post-config 2025-03-07 07:51:38.675 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2025-03-07 07:51:38.677 | + functions-common:run_plugins:1853 : local plugin 2025-03-07 07:51:38.679 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2025-03-07 07:51:38.681 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2025-03-07 07:51:38.683 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-03-07 07:51:38.686 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack post-config 2025-03-07 07:51:38.688 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-03-07 07:51:38.690 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:51:38.692 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2025-03-07 07:51:38.694 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:51:38.696 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-03-07 07:51:38.699 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:13 : echo_summary 'Configuring Networking-NSX-T' 2025-03-07 07:51:38.701 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:51:38.703 | ++ stack.sh:echo_summary:455 : echo -e Configuring Networking-NSX-T 2025-03-07 07:51:38.706 | + stack.sh:main:1246 : merge_config_group /opt/stack/devstack/local.conf post-config 2025-03-07 07:51:38.709 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-03-07 07:51:38.711 | + inc/meta-config:merge_config_group:171 : shift 2025-03-07 07:51:38.713 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2025-03-07 07:51:38.715 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-03-07 07:51:38.718 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-03-07 07:51:38.720 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-03-07 07:51:38.723 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-config 2025-03-07 07:51:38.725 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-03-07 07:51:38.728 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2025-03-07 07:51:38.731 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-03-07 07:51:38.734 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2025-03-07 07:51:38.734 | /^\[\[.+\|.*\]\]/ { 2025-03-07 07:51:38.734 | gsub("[][]", "", $1); 2025-03-07 07:51:38.734 | split($1, a, "|"); 2025-03-07 07:51:38.734 | if (a[1] == matchgroup) 2025-03-07 07:51:38.734 | print a[2] 2025-03-07 07:51:38.734 | } 2025-03-07 07:51:38.734 | ' /opt/stack/devstack/local.conf 2025-03-07 07:51:38.738 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-03-07 07:51:38.741 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-03-07 07:51:38.743 | + inc/meta-config:merge_config_group:180 : local dir 2025-03-07 07:51:38.747 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2025-03-07 07:51:38.749 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2025-03-07 07:51:38.753 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2025-03-07 07:51:38.756 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2025-03-07 07:51:38.759 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2025-03-07 07:51:38.763 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2025-03-07 07:51:38.766 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2025-03-07 07:51:38.768 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2025-03-07 07:51:38.770 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-03-07 07:51:38.773 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-03-07 07:51:38.775 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2025-03-07 07:51:38.777 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-03-07 07:51:38.781 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2025-03-07 07:51:38.783 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2025-03-07 07:51:38.786 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2025-03-07 07:51:38.789 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2025-03-07 07:51:38.792 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2025-03-07 07:51:38.793 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2025-03-07 07:51:38.793 | BEGIN { 2025-03-07 07:51:38.793 | section = "" 2025-03-07 07:51:38.793 | last_section = "" 2025-03-07 07:51:38.793 | section_count = 0 2025-03-07 07:51:38.793 | } 2025-03-07 07:51:38.793 | /^\[.+\]/ { 2025-03-07 07:51:38.793 | gsub("[][]", "", $1); 2025-03-07 07:51:38.793 | section=$1 2025-03-07 07:51:38.793 | next 2025-03-07 07:51:38.793 | } 2025-03-07 07:51:38.793 | /^ *\#/ { 2025-03-07 07:51:38.793 | next 2025-03-07 07:51:38.793 | } 2025-03-07 07:51:38.793 | /^[^ \t]+/ { 2025-03-07 07:51:38.793 | # get offset of first = in $0 2025-03-07 07:51:38.793 | eq_idx = index($0, "=") 2025-03-07 07:51:38.793 | # extract attr & value from $0 2025-03-07 07:51:38.793 | attr = substr($0, 1, eq_idx - 1) 2025-03-07 07:51:38.793 | value = substr($0, eq_idx + 1) 2025-03-07 07:51:38.793 | # only need to strip trailing whitespace from attr 2025-03-07 07:51:38.793 | sub(/[ \t]*$/, "", attr) 2025-03-07 07:51:38.793 | # need to strip leading & trailing whitespace from value 2025-03-07 07:51:38.793 | sub(/^[ \t]*/, "", value) 2025-03-07 07:51:38.793 | sub(/[ \t]*$/, "", value) 2025-03-07 07:51:38.793 | 2025-03-07 07:51:38.793 | # cfg_attr_count: number of config lines per [section, attr] 2025-03-07 07:51:38.793 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-03-07 07:51:38.793 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-03-07 07:51:38.793 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-03-07 07:51:38.793 | if (! (section, attr) in cfg_attr_count) { 2025-03-07 07:51:38.793 | if (section != last_section) { 2025-03-07 07:51:38.793 | cfg_section[section_count++] = section 2025-03-07 07:51:38.793 | last_section = section 2025-03-07 07:51:38.793 | } 2025-03-07 07:51:38.793 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-03-07 07:51:38.793 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-03-07 07:51:38.793 | 2025-03-07 07:51:38.793 | cfg_attr[section, attr, 0] = value 2025-03-07 07:51:38.793 | cfg_attr_count[section, attr] = 1 2025-03-07 07:51:38.793 | } else { 2025-03-07 07:51:38.793 | lno = cfg_attr_count[section, attr]++ 2025-03-07 07:51:38.793 | cfg_attr[section, attr, lno] = value 2025-03-07 07:51:38.793 | } 2025-03-07 07:51:38.793 | } 2025-03-07 07:51:38.793 | END { 2025-03-07 07:51:38.793 | # Process each section in order 2025-03-07 07:51:38.793 | for (sno = 0; sno < section_count; sno++) { 2025-03-07 07:51:38.793 | section = cfg_section[sno] 2025-03-07 07:51:38.793 | # The ini routines simply append a config item immediately 2025-03-07 07:51:38.793 | # after the section header. To keep the same order as defined 2025-03-07 07:51:38.793 | # in local.conf, invoke the ini routines in the reverse order 2025-03-07 07:51:38.793 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-03-07 07:51:38.793 | attr = cfg_sec_attr_name[sno, attr_no] 2025-03-07 07:51:38.793 | if (cfg_attr_count[section, attr] == 1) 2025-03-07 07:51:38.793 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-03-07 07:51:38.793 | else { 2025-03-07 07:51:38.793 | # For multiline, invoke the ini routines in the reverse order 2025-03-07 07:51:38.793 | count = cfg_attr_count[section, attr] 2025-03-07 07:51:38.793 | print "inidelete " configfile " " section " " attr 2025-03-07 07:51:38.793 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-03-07 07:51:38.793 | for (l = count -2; l >= 0; l--) 2025-03-07 07:51:38.793 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-03-07 07:51:38.793 | } 2025-03-07 07:51:38.793 | } 2025-03-07 07:51:38.793 | } 2025-03-07 07:51:38.793 | } 2025-03-07 07:51:38.793 | ' 2025-03-07 07:51:38.793 | + inc/meta-config:merge_config_file:164 : read a 2025-03-07 07:51:38.794 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-03-07 07:51:38.795 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-03-07 07:51:38.797 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-03-07 07:51:38.799 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2025-03-07 07:51:38.802 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-03-07 07:51:38.804 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2025-03-07 07:51:38.807 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2025-03-07 07:51:38.807 | BEGIN { group = "" } 2025-03-07 07:51:38.807 | /^\[\[.+\|.*\]\]/ { 2025-03-07 07:51:38.807 | gsub("[][]", "", $1); 2025-03-07 07:51:38.807 | split($1, a, "|"); 2025-03-07 07:51:38.807 | if (a[1] == matchgroup && a[2] == configfile) { 2025-03-07 07:51:38.807 | group=a[1] 2025-03-07 07:51:38.807 | } else { 2025-03-07 07:51:38.807 | group="" 2025-03-07 07:51:38.807 | } 2025-03-07 07:51:38.807 | next 2025-03-07 07:51:38.807 | } 2025-03-07 07:51:38.807 | { 2025-03-07 07:51:38.807 | if (group != "") 2025-03-07 07:51:38.807 | print $0 2025-03-07 07:51:38.807 | } 2025-03-07 07:51:38.807 | ' /opt/stack/devstack/local.conf 2025-03-07 07:51:38.812 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF neutron service_metadata_proxy "True"' 2025-03-07 07:51:38.814 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2025-03-07 07:51:38.841 | + inc/meta-config:merge_config_file:164 : read a 2025-03-07 07:51:38.844 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-03-07 07:51:38.846 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-03-07 07:51:38.848 | + inc/meta-config:merge_config_group:180 : local dir 2025-03-07 07:51:38.851 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2025-03-07 07:51:38.854 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2025-03-07 07:51:38.857 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2025-03-07 07:51:38.859 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2025-03-07 07:51:38.862 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2025-03-07 07:51:38.866 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2025-03-07 07:51:38.868 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2025-03-07 07:51:38.871 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2025-03-07 07:51:38.874 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-03-07 07:51:38.876 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-03-07 07:51:38.879 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2025-03-07 07:51:38.881 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-03-07 07:51:38.885 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2025-03-07 07:51:38.887 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2025-03-07 07:51:38.889 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2025-03-07 07:51:38.892 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2025-03-07 07:51:38.895 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2025-03-07 07:51:38.895 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2025-03-07 07:51:38.895 | BEGIN { 2025-03-07 07:51:38.895 | section = "" 2025-03-07 07:51:38.895 | last_section = "" 2025-03-07 07:51:38.895 | section_count = 0 2025-03-07 07:51:38.895 | } 2025-03-07 07:51:38.895 | /^\[.+\]/ { 2025-03-07 07:51:38.895 | gsub("[][]", "", $1); 2025-03-07 07:51:38.895 | section=$1 2025-03-07 07:51:38.895 | next 2025-03-07 07:51:38.895 | } 2025-03-07 07:51:38.895 | /^ *\#/ { 2025-03-07 07:51:38.895 | next 2025-03-07 07:51:38.895 | } 2025-03-07 07:51:38.895 | /^[^ \t]+/ { 2025-03-07 07:51:38.895 | # get offset of first = in $0 2025-03-07 07:51:38.895 | eq_idx = index($0, "=") 2025-03-07 07:51:38.895 | # extract attr & value from $0 2025-03-07 07:51:38.895 | attr = substr($0, 1, eq_idx - 1) 2025-03-07 07:51:38.895 | value = substr($0, eq_idx + 1) 2025-03-07 07:51:38.895 | # only need to strip trailing whitespace from attr 2025-03-07 07:51:38.895 | sub(/[ \t]*$/, "", attr) 2025-03-07 07:51:38.895 | # need to strip leading & trailing whitespace from value 2025-03-07 07:51:38.895 | sub(/^[ \t]*/, "", value) 2025-03-07 07:51:38.895 | sub(/[ \t]*$/, "", value) 2025-03-07 07:51:38.895 | 2025-03-07 07:51:38.895 | # cfg_attr_count: number of config lines per [section, attr] 2025-03-07 07:51:38.895 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-03-07 07:51:38.895 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-03-07 07:51:38.895 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-03-07 07:51:38.895 | if (! (section, attr) in cfg_attr_count) { 2025-03-07 07:51:38.895 | if (section != last_section) { 2025-03-07 07:51:38.895 | cfg_section[section_count++] = section 2025-03-07 07:51:38.895 | last_section = section 2025-03-07 07:51:38.895 | } 2025-03-07 07:51:38.895 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-03-07 07:51:38.895 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-03-07 07:51:38.895 | 2025-03-07 07:51:38.895 | cfg_attr[section, attr, 0] = value 2025-03-07 07:51:38.895 | cfg_attr_count[section, attr] = 1 2025-03-07 07:51:38.895 | } else { 2025-03-07 07:51:38.895 | lno = cfg_attr_count[section, attr]++ 2025-03-07 07:51:38.895 | cfg_attr[section, attr, lno] = value 2025-03-07 07:51:38.895 | } 2025-03-07 07:51:38.895 | } 2025-03-07 07:51:38.895 | END { 2025-03-07 07:51:38.895 | # Process each section in order 2025-03-07 07:51:38.895 | for (sno = 0; sno < section_count; sno++) { 2025-03-07 07:51:38.895 | section = cfg_section[sno] 2025-03-07 07:51:38.895 | # The ini routines simply append a config item immediately 2025-03-07 07:51:38.895 | # after the section header. To keep the same order as defined 2025-03-07 07:51:38.895 | # in local.conf, invoke the ini routines in the reverse order 2025-03-07 07:51:38.895 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-03-07 07:51:38.895 | attr = cfg_sec_attr_name[sno, attr_no] 2025-03-07 07:51:38.895 | if (cfg_attr_count[section, attr] == 1) 2025-03-07 07:51:38.895 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-03-07 07:51:38.895 | else { 2025-03-07 07:51:38.895 | # For multiline, invoke the ini routines in the reverse order 2025-03-07 07:51:38.895 | count = cfg_attr_count[section, attr] 2025-03-07 07:51:38.895 | print "inidelete " configfile " " section " " attr 2025-03-07 07:51:38.895 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-03-07 07:51:38.895 | for (l = count -2; l >= 0; l--) 2025-03-07 07:51:38.895 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-03-07 07:51:38.895 | } 2025-03-07 07:51:38.895 | } 2025-03-07 07:51:38.895 | } 2025-03-07 07:51:38.895 | } 2025-03-07 07:51:38.895 | ' 2025-03-07 07:51:38.895 | + inc/meta-config:merge_config_file:164 : read a 2025-03-07 07:51:38.897 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-03-07 07:51:38.898 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-03-07 07:51:38.900 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-03-07 07:51:38.902 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2025-03-07 07:51:38.904 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-03-07 07:51:38.906 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2025-03-07 07:51:38.909 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2025-03-07 07:51:38.909 | BEGIN { group = "" } 2025-03-07 07:51:38.909 | /^\[\[.+\|.*\]\]/ { 2025-03-07 07:51:38.909 | gsub("[][]", "", $1); 2025-03-07 07:51:38.909 | split($1, a, "|"); 2025-03-07 07:51:38.909 | if (a[1] == matchgroup && a[2] == configfile) { 2025-03-07 07:51:38.909 | group=a[1] 2025-03-07 07:51:38.909 | } else { 2025-03-07 07:51:38.909 | group="" 2025-03-07 07:51:38.909 | } 2025-03-07 07:51:38.909 | next 2025-03-07 07:51:38.909 | } 2025-03-07 07:51:38.909 | { 2025-03-07 07:51:38.909 | if (group != "") 2025-03-07 07:51:38.909 | print $0 2025-03-07 07:51:38.909 | } 2025-03-07 07:51:38.910 | ' /opt/stack/devstack/local.conf 2025-03-07 07:51:38.914 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF vsphere vmware_insecure "True"' 2025-03-07 07:51:38.916 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf vsphere vmware_insecure True 2025-03-07 07:51:38.922 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:51:38.941 | + inc/meta-config:merge_config_file:164 : read a 2025-03-07 07:51:38.942 | [50070 Async configure_neutron_nova:50070]: finished successfully 2025-03-07 07:51:38.944 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-03-07 07:51:38.946 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-03-07 07:51:38.949 | + inc/meta-config:merge_config_group:180 : local dir 2025-03-07 07:51:38.952 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2025-03-07 07:51:38.954 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2025-03-07 07:51:38.957 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2025-03-07 07:51:38.959 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2025-03-07 07:51:38.962 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2025-03-07 07:51:38.965 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2025-03-07 07:51:38.968 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2025-03-07 07:51:38.970 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2025-03-07 07:51:38.972 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-03-07 07:51:38.974 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-03-07 07:51:38.977 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2025-03-07 07:51:38.979 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-03-07 07:51:38.982 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2025-03-07 07:51:38.984 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2025-03-07 07:51:38.987 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2025-03-07 07:51:38.989 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2025-03-07 07:51:38.991 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2025-03-07 07:51:38.992 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2025-03-07 07:51:38.992 | BEGIN { 2025-03-07 07:51:38.992 | section = "" 2025-03-07 07:51:38.992 | last_section = "" 2025-03-07 07:51:38.992 | section_count = 0 2025-03-07 07:51:38.992 | } 2025-03-07 07:51:38.992 | /^\[.+\]/ { 2025-03-07 07:51:38.992 | gsub("[][]", "", $1); 2025-03-07 07:51:38.992 | section=$1 2025-03-07 07:51:38.992 | next 2025-03-07 07:51:38.992 | } 2025-03-07 07:51:38.992 | /^ *\#/ { 2025-03-07 07:51:38.992 | next 2025-03-07 07:51:38.992 | } 2025-03-07 07:51:38.992 | /^[^ \t]+/ { 2025-03-07 07:51:38.992 | # get offset of first = in $0 2025-03-07 07:51:38.992 | eq_idx = index($0, "=") 2025-03-07 07:51:38.992 | # extract attr & value from $0 2025-03-07 07:51:38.992 | attr = substr($0, 1, eq_idx - 1) 2025-03-07 07:51:38.992 | value = substr($0, eq_idx + 1) 2025-03-07 07:51:38.992 | # only need to strip trailing whitespace from attr 2025-03-07 07:51:38.992 | sub(/[ \t]*$/, "", attr) 2025-03-07 07:51:38.992 | # need to strip leading & trailing whitespace from value 2025-03-07 07:51:38.992 | sub(/^[ \t]*/, "", value) 2025-03-07 07:51:38.992 | sub(/[ \t]*$/, "", value) 2025-03-07 07:51:38.992 | 2025-03-07 07:51:38.992 | # cfg_attr_count: number of config lines per [section, attr] 2025-03-07 07:51:38.992 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-03-07 07:51:38.992 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-03-07 07:51:38.992 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-03-07 07:51:38.993 | if (! (section, attr) in cfg_attr_count) { 2025-03-07 07:51:38.993 | if (section != last_section) { 2025-03-07 07:51:38.993 | cfg_section[section_count++] = section 2025-03-07 07:51:38.993 | last_section = section 2025-03-07 07:51:38.993 | } 2025-03-07 07:51:38.993 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-03-07 07:51:38.993 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-03-07 07:51:38.993 | 2025-03-07 07:51:38.993 | cfg_attr[section, attr, 0] = value 2025-03-07 07:51:38.993 | cfg_attr_count[section, attr] = 1 2025-03-07 07:51:38.993 | } else { 2025-03-07 07:51:38.993 | lno = cfg_attr_count[section, attr]++ 2025-03-07 07:51:38.993 | cfg_attr[section, attr, lno] = value 2025-03-07 07:51:38.993 | } 2025-03-07 07:51:38.993 | } 2025-03-07 07:51:38.993 | END { 2025-03-07 07:51:38.993 | # Process each section in order 2025-03-07 07:51:38.993 | for (sno = 0; sno < section_count; sno++) { 2025-03-07 07:51:38.993 | section = cfg_section[sno] 2025-03-07 07:51:38.993 | # The ini routines simply append a config item immediately 2025-03-07 07:51:38.993 | # after the section header. To keep the same order as defined 2025-03-07 07:51:38.993 | # in local.conf, invoke the ini routines in the reverse order 2025-03-07 07:51:38.993 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-03-07 07:51:38.993 | attr = cfg_sec_attr_name[sno, attr_no] 2025-03-07 07:51:38.993 | if (cfg_attr_count[section, attr] == 1) 2025-03-07 07:51:38.993 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-03-07 07:51:38.993 | else { 2025-03-07 07:51:38.993 | # For multiline, invoke the ini routines in the reverse order 2025-03-07 07:51:38.993 | count = cfg_attr_count[section, attr] 2025-03-07 07:51:38.993 | print "inidelete " configfile " " section " " attr 2025-03-07 07:51:38.993 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-03-07 07:51:38.993 | for (l = count -2; l >= 0; l--) 2025-03-07 07:51:38.993 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-03-07 07:51:38.993 | } 2025-03-07 07:51:38.993 | } 2025-03-07 07:51:38.993 | } 2025-03-07 07:51:38.993 | } 2025-03-07 07:51:38.993 | ' 2025-03-07 07:51:38.993 | + inc/meta-config:merge_config_file:164 : read a 2025-03-07 07:51:38.994 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-03-07 07:51:38.994 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-03-07 07:51:38.996 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-03-07 07:51:38.998 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2025-03-07 07:51:39.000 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-03-07 07:51:39.002 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2025-03-07 07:51:39.004 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2025-03-07 07:51:39.004 | BEGIN { group = "" } 2025-03-07 07:51:39.004 | /^\[\[.+\|.*\]\]/ { 2025-03-07 07:51:39.004 | gsub("[][]", "", $1); 2025-03-07 07:51:39.004 | split($1, a, "|"); 2025-03-07 07:51:39.004 | if (a[1] == matchgroup && a[2] == configfile) { 2025-03-07 07:51:39.004 | group=a[1] 2025-03-07 07:51:39.004 | } else { 2025-03-07 07:51:39.004 | group="" 2025-03-07 07:51:39.004 | } 2025-03-07 07:51:39.004 | next 2025-03-07 07:51:39.004 | } 2025-03-07 07:51:39.004 | { 2025-03-07 07:51:39.004 | if (group != "") 2025-03-07 07:51:39.004 | print $0 2025-03-07 07:51:39.004 | } 2025-03-07 07:51:39.004 | ' /opt/stack/devstack/local.conf 2025-03-07 07:51:39.010 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF DEFAULT global_physnet_mtu "8950"' 2025-03-07 07:51:39.012 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf DEFAULT global_physnet_mtu 8950 2025-03-07 07:51:39.036 | + inc/meta-config:merge_config_file:164 : read a 2025-03-07 07:51:39.038 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF experimental linuxbridge "true"' 2025-03-07 07:51:39.040 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf experimental linuxbridge true 2025-03-07 07:51:39.066 | + inc/meta-config:merge_config_file:164 : read a 2025-03-07 07:51:39.069 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-03-07 07:51:39.071 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-03-07 07:51:39.073 | + inc/meta-config:merge_config_group:180 : local dir 2025-03-07 07:51:39.076 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2025-03-07 07:51:39.077 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-07 07:51:39.080 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-07 07:51:39.082 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2025-03-07 07:51:39.085 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-07 07:51:39.088 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2025-03-07 07:51:39.090 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2025-03-07 07:51:39.092 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2025-03-07 07:51:39.094 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-03-07 07:51:39.096 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-03-07 07:51:39.099 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2025-03-07 07:51:39.101 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-03-07 07:51:39.103 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2025-03-07 07:51:39.105 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-07 07:51:39.108 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-07 07:51:39.111 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2025-03-07 07:51:39.113 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2025-03-07 07:51:39.113 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2025-03-07 07:51:39.113 | BEGIN { 2025-03-07 07:51:39.113 | section = "" 2025-03-07 07:51:39.113 | last_section = "" 2025-03-07 07:51:39.113 | section_count = 0 2025-03-07 07:51:39.113 | } 2025-03-07 07:51:39.113 | /^\[.+\]/ { 2025-03-07 07:51:39.113 | gsub("[][]", "", $1); 2025-03-07 07:51:39.113 | section=$1 2025-03-07 07:51:39.113 | next 2025-03-07 07:51:39.113 | } 2025-03-07 07:51:39.113 | /^ *\#/ { 2025-03-07 07:51:39.113 | next 2025-03-07 07:51:39.113 | } 2025-03-07 07:51:39.113 | /^[^ \t]+/ { 2025-03-07 07:51:39.113 | # get offset of first = in $0 2025-03-07 07:51:39.114 | eq_idx = index($0, "=") 2025-03-07 07:51:39.114 | # extract attr & value from $0 2025-03-07 07:51:39.114 | attr = substr($0, 1, eq_idx - 1) 2025-03-07 07:51:39.114 | value = substr($0, eq_idx + 1) 2025-03-07 07:51:39.114 | # only need to strip trailing whitespace from attr 2025-03-07 07:51:39.114 | sub(/[ \t]*$/, "", attr) 2025-03-07 07:51:39.114 | # need to strip leading & trailing whitespace from value 2025-03-07 07:51:39.114 | sub(/^[ \t]*/, "", value) 2025-03-07 07:51:39.114 | sub(/[ \t]*$/, "", value) 2025-03-07 07:51:39.114 | 2025-03-07 07:51:39.114 | # cfg_attr_count: number of config lines per [section, attr] 2025-03-07 07:51:39.114 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-03-07 07:51:39.114 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-03-07 07:51:39.114 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-03-07 07:51:39.114 | if (! (section, attr) in cfg_attr_count) { 2025-03-07 07:51:39.114 | if (section != last_section) { 2025-03-07 07:51:39.114 | cfg_section[section_count++] = section 2025-03-07 07:51:39.114 | last_section = section 2025-03-07 07:51:39.114 | } 2025-03-07 07:51:39.114 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-03-07 07:51:39.114 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-03-07 07:51:39.114 | 2025-03-07 07:51:39.114 | cfg_attr[section, attr, 0] = value 2025-03-07 07:51:39.114 | cfg_attr_count[section, attr] = 1 2025-03-07 07:51:39.114 | } else { 2025-03-07 07:51:39.114 | lno = cfg_attr_count[section, attr]++ 2025-03-07 07:51:39.114 | cfg_attr[section, attr, lno] = value 2025-03-07 07:51:39.114 | } 2025-03-07 07:51:39.114 | } 2025-03-07 07:51:39.114 | END { 2025-03-07 07:51:39.114 | # Process each section in order 2025-03-07 07:51:39.114 | for (sno = 0; sno < section_count; sno++) { 2025-03-07 07:51:39.114 | section = cfg_section[sno] 2025-03-07 07:51:39.114 | # The ini routines simply append a config item immediately 2025-03-07 07:51:39.114 | # after the section header. To keep the same order as defined 2025-03-07 07:51:39.114 | # in local.conf, invoke the ini routines in the reverse order 2025-03-07 07:51:39.114 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-03-07 07:51:39.114 | attr = cfg_sec_attr_name[sno, attr_no] 2025-03-07 07:51:39.114 | if (cfg_attr_count[section, attr] == 1) 2025-03-07 07:51:39.114 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-03-07 07:51:39.114 | else { 2025-03-07 07:51:39.114 | # For multiline, invoke the ini routines in the reverse order 2025-03-07 07:51:39.114 | count = cfg_attr_count[section, attr] 2025-03-07 07:51:39.114 | print "inidelete " configfile " " section " " attr 2025-03-07 07:51:39.114 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-03-07 07:51:39.114 | for (l = count -2; l >= 0; l--) 2025-03-07 07:51:39.114 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-03-07 07:51:39.114 | } 2025-03-07 07:51:39.114 | } 2025-03-07 07:51:39.114 | } 2025-03-07 07:51:39.114 | } 2025-03-07 07:51:39.114 | ' 2025-03-07 07:51:39.114 | + inc/meta-config:merge_config_file:164 : read a 2025-03-07 07:51:39.116 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-03-07 07:51:39.116 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-03-07 07:51:39.118 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-03-07 07:51:39.120 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2025-03-07 07:51:39.121 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-03-07 07:51:39.123 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2025-03-07 07:51:39.126 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2025-03-07 07:51:39.126 | BEGIN { group = "" } 2025-03-07 07:51:39.126 | /^\[\[.+\|.*\]\]/ { 2025-03-07 07:51:39.126 | gsub("[][]", "", $1); 2025-03-07 07:51:39.126 | split($1, a, "|"); 2025-03-07 07:51:39.126 | if (a[1] == matchgroup && a[2] == configfile) { 2025-03-07 07:51:39.126 | group=a[1] 2025-03-07 07:51:39.126 | } else { 2025-03-07 07:51:39.126 | group="" 2025-03-07 07:51:39.126 | } 2025-03-07 07:51:39.126 | next 2025-03-07 07:51:39.126 | } 2025-03-07 07:51:39.126 | { 2025-03-07 07:51:39.126 | if (group != "") 2025-03-07 07:51:39.126 | print $0 2025-03-07 07:51:39.126 | } 2025-03-07 07:51:39.126 | ' /opt/stack/devstack/local.conf 2025-03-07 07:51:39.130 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 mechanism_drivers "nsxv3,openvswitch,logger"' 2025-03-07 07:51:39.132 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers nsxv3,openvswitch,logger 2025-03-07 07:51:39.156 | + inc/meta-config:merge_config_file:164 : read a 2025-03-07 07:51:39.158 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 overlay_ip_version "4"' 2025-03-07 07:51:39.160 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2025-03-07 07:51:39.185 | + inc/meta-config:merge_config_file:164 : read a 2025-03-07 07:51:39.187 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 extension_drivers "port_security"' 2025-03-07 07:51:39.189 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2025-03-07 07:51:39.214 | + inc/meta-config:merge_config_file:164 : read a 2025-03-07 07:51:39.216 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 tenant_network_types "vlan"' 2025-03-07 07:51:39.218 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2025-03-07 07:51:39.243 | + inc/meta-config:merge_config_file:164 : read a 2025-03-07 07:51:39.245 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 path_mtu "8950"' 2025-03-07 07:51:39.247 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 path_mtu 8950 2025-03-07 07:51:39.272 | + inc/meta-config:merge_config_file:164 : read a 2025-03-07 07:51:39.274 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 type_drivers "vlan"' 2025-03-07 07:51:39.276 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 type_drivers vlan 2025-03-07 07:51:39.300 | + inc/meta-config:merge_config_file:164 : read a 2025-03-07 07:51:39.302 | + 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-03-07 07:51:39.304 | ++ 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-03-07 07:51:39.328 | + inc/meta-config:merge_config_file:164 : read a 2025-03-07 07:51:39.330 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup firewall_driver "noop"' 2025-03-07 07:51:39.332 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver noop 2025-03-07 07:51:39.357 | + inc/meta-config:merge_config_file:164 : read a 2025-03-07 07:51:39.359 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2025-03-07 07:51:39.362 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2025-03-07 07:51:39.387 | + inc/meta-config:merge_config_file:164 : read a 2025-03-07 07:51:39.390 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-03-07 07:51:39.392 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-03-07 07:51:39.394 | + inc/meta-config:merge_config_group:180 : local dir 2025-03-07 07:51:39.397 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /etc/neutron/dhcp_agent.ini' 2025-03-07 07:51:39.399 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/dhcp_agent.ini 2025-03-07 07:51:39.401 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/dhcp_agent.ini 2025-03-07 07:51:39.403 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2025-03-07 07:51:39.406 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/dhcp_agent.ini 2025-03-07 07:51:39.409 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2025-03-07 07:51:39.411 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2025-03-07 07:51:39.413 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2025-03-07 07:51:39.415 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-03-07 07:51:39.417 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-03-07 07:51:39.419 | + inc/meta-config:merge_config_file:85 : local configfile=/etc/neutron/dhcp_agent.ini 2025-03-07 07:51:39.421 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-03-07 07:51:39.424 | ++ inc/meta-config:merge_config_file:91 : eval echo /etc/neutron/dhcp_agent.ini 2025-03-07 07:51:39.426 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/dhcp_agent.ini 2025-03-07 07:51:39.428 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/dhcp_agent.ini 2025-03-07 07:51:39.430 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/dhcp_agent.ini ']' 2025-03-07 07:51:39.433 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2025-03-07 07:51:39.434 | + inc/meta-config:merge_config_file:97 : awk -v configfile=/etc/neutron/dhcp_agent.ini ' 2025-03-07 07:51:39.434 | BEGIN { 2025-03-07 07:51:39.434 | section = "" 2025-03-07 07:51:39.434 | last_section = "" 2025-03-07 07:51:39.434 | section_count = 0 2025-03-07 07:51:39.434 | } 2025-03-07 07:51:39.434 | /^\[.+\]/ { 2025-03-07 07:51:39.434 | gsub("[][]", "", $1); 2025-03-07 07:51:39.434 | section=$1 2025-03-07 07:51:39.434 | next 2025-03-07 07:51:39.434 | } 2025-03-07 07:51:39.434 | /^ *\#/ { 2025-03-07 07:51:39.434 | next 2025-03-07 07:51:39.434 | } 2025-03-07 07:51:39.434 | /^[^ \t]+/ { 2025-03-07 07:51:39.434 | # get offset of first = in $0 2025-03-07 07:51:39.434 | eq_idx = index($0, "=") 2025-03-07 07:51:39.434 | # extract attr & value from $0 2025-03-07 07:51:39.434 | attr = substr($0, 1, eq_idx - 1) 2025-03-07 07:51:39.434 | value = substr($0, eq_idx + 1) 2025-03-07 07:51:39.434 | # only need to strip trailing whitespace from attr 2025-03-07 07:51:39.434 | sub(/[ \t]*$/, "", attr) 2025-03-07 07:51:39.434 | # need to strip leading & trailing whitespace from value 2025-03-07 07:51:39.434 | sub(/^[ \t]*/, "", value) 2025-03-07 07:51:39.434 | sub(/[ \t]*$/, "", value) 2025-03-07 07:51:39.434 | 2025-03-07 07:51:39.434 | # cfg_attr_count: number of config lines per [section, attr] 2025-03-07 07:51:39.434 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-03-07 07:51:39.434 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-03-07 07:51:39.434 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-03-07 07:51:39.434 | if (! (section, attr) in cfg_attr_count) { 2025-03-07 07:51:39.434 | if (section != last_section) { 2025-03-07 07:51:39.434 | cfg_section[section_count++] = section 2025-03-07 07:51:39.434 | last_section = section 2025-03-07 07:51:39.434 | } 2025-03-07 07:51:39.434 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-03-07 07:51:39.434 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-03-07 07:51:39.434 | 2025-03-07 07:51:39.434 | cfg_attr[section, attr, 0] = value 2025-03-07 07:51:39.434 | cfg_attr_count[section, attr] = 1 2025-03-07 07:51:39.434 | } else { 2025-03-07 07:51:39.434 | lno = cfg_attr_count[section, attr]++ 2025-03-07 07:51:39.434 | cfg_attr[section, attr, lno] = value 2025-03-07 07:51:39.434 | } 2025-03-07 07:51:39.434 | } 2025-03-07 07:51:39.434 | END { 2025-03-07 07:51:39.434 | # Process each section in order 2025-03-07 07:51:39.434 | for (sno = 0; sno < section_count; sno++) { 2025-03-07 07:51:39.434 | section = cfg_section[sno] 2025-03-07 07:51:39.434 | # The ini routines simply append a config item immediately 2025-03-07 07:51:39.434 | # after the section header. To keep the same order as defined 2025-03-07 07:51:39.434 | # in local.conf, invoke the ini routines in the reverse order 2025-03-07 07:51:39.434 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-03-07 07:51:39.434 | attr = cfg_sec_attr_name[sno, attr_no] 2025-03-07 07:51:39.434 | if (cfg_attr_count[section, attr] == 1) 2025-03-07 07:51:39.434 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-03-07 07:51:39.435 | else { 2025-03-07 07:51:39.435 | # For multiline, invoke the ini routines in the reverse order 2025-03-07 07:51:39.435 | count = cfg_attr_count[section, attr] 2025-03-07 07:51:39.435 | print "inidelete " configfile " " section " " attr 2025-03-07 07:51:39.435 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-03-07 07:51:39.435 | for (l = count -2; l >= 0; l--) 2025-03-07 07:51:39.435 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-03-07 07:51:39.435 | } 2025-03-07 07:51:39.435 | } 2025-03-07 07:51:39.435 | } 2025-03-07 07:51:39.435 | } 2025-03-07 07:51:39.435 | ' 2025-03-07 07:51:39.435 | + inc/meta-config:merge_config_file:164 : read a 2025-03-07 07:51:39.436 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-03-07 07:51:39.436 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-03-07 07:51:39.437 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-03-07 07:51:39.440 | + inc/meta-config:get_meta_section:35 : local configfile=/etc/neutron/dhcp_agent.ini 2025-03-07 07:51:39.441 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-03-07 07:51:39.443 | + inc/meta-config:get_meta_section:38 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2025-03-07 07:51:39.445 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v configfile=/etc/neutron/dhcp_agent.ini ' 2025-03-07 07:51:39.445 | BEGIN { group = "" } 2025-03-07 07:51:39.445 | /^\[\[.+\|.*\]\]/ { 2025-03-07 07:51:39.445 | gsub("[][]", "", $1); 2025-03-07 07:51:39.445 | split($1, a, "|"); 2025-03-07 07:51:39.445 | if (a[1] == matchgroup && a[2] == configfile) { 2025-03-07 07:51:39.446 | group=a[1] 2025-03-07 07:51:39.446 | } else { 2025-03-07 07:51:39.446 | group="" 2025-03-07 07:51:39.446 | } 2025-03-07 07:51:39.446 | next 2025-03-07 07:51:39.446 | } 2025-03-07 07:51:39.446 | { 2025-03-07 07:51:39.446 | if (group != "") 2025-03-07 07:51:39.446 | print $0 2025-03-07 07:51:39.446 | } 2025-03-07 07:51:39.446 | ' /opt/stack/devstack/local.conf 2025-03-07 07:51:39.450 | + 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-03-07 07:51:39.452 | ++ 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-03-07 07:51:39.475 | + inc/meta-config:merge_config_file:164 : read a 2025-03-07 07:51:39.477 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver "openvswitch"' 2025-03-07 07:51:39.479 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2025-03-07 07:51:39.503 | + inc/meta-config:merge_config_file:164 : read a 2025-03-07 07:51:39.505 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata "True"' 2025-03-07 07:51:39.507 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata True 2025-03-07 07:51:39.531 | + inc/meta-config:merge_config_file:164 : read a 2025-03-07 07:51:39.534 | + stack.sh:main:1255 : is_service_enabled swift 2025-03-07 07:51:39.548 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:51:39.550 | + stack.sh:main:1263 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-03-07 07:51:39.552 | + stack.sh:main:1264 : is_service_enabled cinder 2025-03-07 07:51:39.566 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:51:39.568 | + stack.sh:main:1265 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-03-07 07:51:39.596 | + stack.sh:main:1268 : async_wait configure_neutron_nova 2025-03-07 07:51:39.634 | [3562 Async configure_neutron_nova:50070]: Waiting for completion of configure_neutron_nova running on PID 50070 (2 other jobs running) 2025-03-07 07:51:39.652 | [3562 Async configure_neutron_nova:50070]: Signaling child to exit 2025-03-07 07:51:39.652 | WAKEUP 2025-03-07 07:51:39.668 | [3562 Async configure_neutron_nova:50070]: Signaled 2025-03-07 07:51:39.669 | + lib/neutron:configure_neutron_nova:437 : create_nova_conf_neutron /etc/nova/nova.conf 2025-03-07 07:51:39.669 | + lib/neutron:create_nova_conf_neutron:448 : local conf=/etc/nova/nova.conf 2025-03-07 07:51:39.669 | + lib/neutron:create_nova_conf_neutron:449 : iniset /etc/nova/nova.conf neutron auth_type password 2025-03-07 07:51:39.669 | + lib/neutron:create_nova_conf_neutron:450 : iniset /etc/nova/nova.conf neutron auth_url http://10.180.1.21/identity 2025-03-07 07:51:39.669 | + lib/neutron:create_nova_conf_neutron:451 : iniset /etc/nova/nova.conf neutron username neutron 2025-03-07 07:51:39.669 | + lib/neutron:create_nova_conf_neutron:452 : iniset /etc/nova/nova.conf neutron password nomoresecret 2025-03-07 07:51:39.669 | + lib/neutron:create_nova_conf_neutron:453 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2025-03-07 07:51:39.669 | + lib/neutron:create_nova_conf_neutron:454 : iniset /etc/nova/nova.conf neutron project_name service 2025-03-07 07:51:39.669 | + lib/neutron:create_nova_conf_neutron:455 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2025-03-07 07:51:39.669 | + lib/neutron:create_nova_conf_neutron:456 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2025-03-07 07:51:39.669 | + lib/neutron:create_nova_conf_neutron:457 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2025-03-07 07:51:39.669 | + lib/neutron:create_nova_conf_neutron:460 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2025-03-07 07:51:39.669 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2025-03-07 07:51:39.669 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:132 : : 2025-03-07 07:51:39.669 | + lib/neutron:create_nova_conf_neutron:462 : is_service_enabled q-meta neutron-metadata-agent 2025-03-07 07:51:39.669 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:51:39.669 | + lib/neutron:create_nova_conf_neutron:463 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2025-03-07 07:51:39.669 | + lib/neutron:create_nova_conf_neutron:466 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2025-03-07 07:51:39.669 | + lib/neutron:create_nova_conf_neutron:467 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2025-03-07 07:51:39.669 | + lib/neutron:configure_neutron_nova:438 : [[ singleconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2025-03-07 07:51:39.700 | [3562 Async configure_neutron_nova:50070]: finished configure_neutron_nova with result 0 in 0 seconds 2025-03-07 07:51:39.704 | + inc/async:async_wait:197 : return 0 2025-03-07 07:51:39.706 | + stack.sh:main:1274 : is_service_enabled nova 2025-03-07 07:51:39.720 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:51:39.722 | + stack.sh:main:1275 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-03-07 07:51:39.749 | + stack.sh:main:1276 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-03-07 07:51:39.777 | + stack.sh:main:1280 : is_service_enabled n-api 2025-03-07 07:51:39.791 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:51:39.793 | + stack.sh:main:1281 : echo_summary 'Starting Nova API' 2025-03-07 07:51:39.795 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:51:39.797 | + stack.sh:echo_summary:455 : echo -e Starting Nova API 2025-03-07 07:51:39.799 | + stack.sh:main:1282 : start_nova_api 2025-03-07 07:51:39.801 | + lib/nova:start_nova_api:970 : local service_port=8774 2025-03-07 07:51:39.803 | + lib/nova:start_nova_api:971 : local service_protocol=http 2025-03-07 07:51:39.805 | + lib/nova:start_nova_api:972 : local nova_url 2025-03-07 07:51:39.808 | + lib/nova:start_nova_api:973 : is_service_enabled tls-proxy 2025-03-07 07:51:39.821 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:51:39.823 | + lib/nova:start_nova_api:979 : local old_path=/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-03-07 07:51:39.825 | + lib/nova:start_nova_api:980 : export PATH=/usr/local/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-03-07 07:51:39.828 | + lib/nova:start_nova_api:980 : PATH=/usr/local/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-03-07 07:51:39.830 | + lib/nova:start_nova_api:982 : '[' True == False ']' 2025-03-07 07:51:39.832 | ++ lib/nova:start_nova_api:990 : which uwsgi 2025-03-07 07:51:39.836 | + lib/nova:start_nova_api:990 : run_process n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-03-07 07:51:39.838 | + functions-common:run_process:1689 : local service=n-api 2025-03-07 07:51:39.840 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-03-07 07:51:39.842 | + functions-common:run_process:1691 : local group= 2025-03-07 07:51:39.844 | + functions-common:run_process:1692 : local user= 2025-03-07 07:51:39.847 | + functions-common:run_process:1693 : local env_vars= 2025-03-07 07:51:39.849 | + functions-common:run_process:1695 : local name=n-api 2025-03-07 07:51:39.851 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:51:39.853 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:51:39.855 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:51:39.857 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:51:39.860 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:51:39.863 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333899861 2025-03-07 07:51:39.866 | + functions-common:run_process:1698 : is_service_enabled n-api 2025-03-07 07:51:39.879 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:51:39.881 | + functions-common:run_process:1699 : _run_under_systemd n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' '' '' 2025-03-07 07:51:39.883 | + functions-common:_run_under_systemd:1649 : local service=n-api 2025-03-07 07:51:39.885 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-03-07 07:51:39.888 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-03-07 07:51:39.890 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-03-07 07:51:39.892 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-03-07 07:51:39.893 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2025-03-07 07:51:39.895 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2025-03-07 07:51:39.898 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-api.service 2025-03-07 07:51:39.900 | + functions-common:_run_under_systemd:1656 : local group= 2025-03-07 07:51:39.902 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-03-07 07:51:39.904 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-03-07 07:51:39.906 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-03-07 07:51:39.908 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2025-03-07 07:51:39.910 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@n-api.service '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' stack '' 2025-03-07 07:51:39.912 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@n-api.service 2025-03-07 07:51:39.914 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-03-07 07:51:39.915 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2025-03-07 07:51:39.917 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2025-03-07 07:51:39.919 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2025-03-07 07:51:39.921 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@n-api.service 2025-03-07 07:51:39.923 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2025-03-07 07:51:39.926 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@n-api.service Unit Description 'Devstack devstack@n-api.service' 2025-03-07 07:51:39.975 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service 2025-03-07 07:51:40.024 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User stack 2025-03-07 07:51:40.066 | + functions-common:write_uwsgi_user_unit_file:1600 : 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' 2025-03-07 07:51:40.107 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-03-07 07:51:40.148 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2025-03-07 07:51:40.189 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2025-03-07 07:51:40.232 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2025-03-07 07:51:40.275 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2025-03-07 07:51:40.317 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2025-03-07 07:51:40.358 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2025-03-07 07:51:40.360 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2025-03-07 07:51:40.362 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2025-03-07 07:51:40.411 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2025-03-07 07:51:40.649 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-api.service 2025-03-07 07:51:40.658 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2025-03-07 07:51:40.876 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-api.service 2025-03-07 07:51:40.926 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:51:40.928 | + functions-common:time_stop:2435 : local name 2025-03-07 07:51:40.930 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:51:40.932 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:51:40.934 | + functions-common:time_stop:2438 : local total 2025-03-07 07:51:40.936 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:51:40.938 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:51:40.940 | + functions-common:time_stop:2442 : start_time=1741333899861 2025-03-07 07:51:40.942 | + functions-common:time_stop:2444 : [[ -z 1741333899861 ]] 2025-03-07 07:51:40.945 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:51:40.949 | + functions-common:time_stop:2447 : end_time=1741333900947 2025-03-07 07:51:40.951 | + functions-common:time_stop:2448 : elapsed_time=1086 2025-03-07 07:51:40.953 | + functions-common:time_stop:2449 : total=1212 2025-03-07 07:51:40.955 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:51:40.957 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2298 2025-03-07 07:51:40.959 | + lib/nova:start_nova_api:991 : nova_url=http://10.180.1.21/compute/v2.1/ 2025-03-07 07:51:40.961 | + lib/nova:start_nova_api:994 : echo 'Waiting for nova-api to start...' 2025-03-07 07:51:40.961 | Waiting for nova-api to start... 2025-03-07 07:51:40.963 | + lib/nova:start_nova_api:995 : wait_for_service 60 http://10.180.1.21/compute/v2.1/ 2025-03-07 07:51:40.965 | + functions:wait_for_service:468 : local timeout=60 2025-03-07 07:51:40.967 | + functions:wait_for_service:469 : local url=http://10.180.1.21/compute/v2.1/ 2025-03-07 07:51:40.969 | + functions:wait_for_service:470 : local rval=0 2025-03-07 07:51:40.971 | + functions:wait_for_service:471 : time_start wait_for_service 2025-03-07 07:51:40.973 | + functions-common:time_start:2421 : local name=wait_for_service 2025-03-07 07:51:40.975 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:51:40.977 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:51:40.980 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:51:40.983 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333900981 2025-03-07 07:51:40.985 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-03-07 07:51:40.989 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/compute/v2.1/ 2025-03-07 07:51:43.660 | + :: : [[ 200 == 503 ]] 2025-03-07 07:51:43.661 | + :: : [[ 0 -eq 7 ]] 2025-03-07 07:51:43.664 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-03-07 07:51:43.666 | + functions-common:time_stop:2435 : local name 2025-03-07 07:51:43.668 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:51:43.670 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:51:43.672 | + functions-common:time_stop:2438 : local total 2025-03-07 07:51:43.674 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:51:43.676 | + functions-common:time_stop:2441 : name=wait_for_service 2025-03-07 07:51:43.678 | + functions-common:time_stop:2442 : start_time=1741333900981 2025-03-07 07:51:43.680 | + functions-common:time_stop:2444 : [[ -z 1741333900981 ]] 2025-03-07 07:51:43.683 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:51:43.686 | + functions-common:time_stop:2447 : end_time=1741333903684 2025-03-07 07:51:43.688 | + functions-common:time_stop:2448 : elapsed_time=2703 2025-03-07 07:51:43.690 | + functions-common:time_stop:2449 : total=2363 2025-03-07 07:51:43.692 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:51:43.694 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5066 2025-03-07 07:51:43.696 | + functions:wait_for_service:478 : return 0 2025-03-07 07:51:43.698 | + lib/nova:start_nova_api:999 : export PATH=/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-03-07 07:51:43.700 | + lib/nova:start_nova_api:999 : PATH=/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-03-07 07:51:43.702 | + stack.sh:main:1285 : is_service_enabled ovn-controller ovn-controller-vtep 2025-03-07 07:51:43.715 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:51:43.717 | + stack.sh:main:1290 : is_service_enabled neutron-api 2025-03-07 07:51:43.730 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:51:43.733 | + stack.sh:main:1293 : is_service_enabled q-svc 2025-03-07 07:51:43.746 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:51:43.748 | + stack.sh:main:1294 : echo_summary 'Starting Neutron' 2025-03-07 07:51:43.750 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:51:43.752 | + stack.sh:echo_summary:455 : echo -e Starting Neutron 2025-03-07 07:51:43.755 | + stack.sh:main:1295 : configure_neutron_after_post_config 2025-03-07 07:51:43.757 | + lib/neutron:configure_neutron_after_post_config:547 : [[ router != '' ]] 2025-03-07 07:51:43.759 | + lib/neutron:configure_neutron_after_post_config:548 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router 2025-03-07 07:51:43.784 | + lib/neutron:configure_neutron_after_post_config:550 : configure_rbac_policies 2025-03-07 07:51:43.786 | + lib/neutron:configure_rbac_policies:556 : [[ False == \T\r\u\e ]] 2025-03-07 07:51:43.788 | + lib/neutron:configure_rbac_policies:556 : [[ False == True ]] 2025-03-07 07:51:43.790 | + lib/neutron:configure_rbac_policies:560 : iniset /etc/neutron/neutron.conf oslo_policy enforce_new_defaults False 2025-03-07 07:51:43.817 | + lib/neutron:configure_rbac_policies:561 : iniset /etc/neutron/neutron.conf oslo_policy enforce_scope False 2025-03-07 07:51:43.842 | + stack.sh:main:1296 : start_neutron_service_and_check 2025-03-07 07:51:43.844 | + lib/neutron:start_neutron_service_and_check:583 : local service_port=9696 2025-03-07 07:51:43.846 | + lib/neutron:start_neutron_service_and_check:584 : local service_protocol=http 2025-03-07 07:51:43.848 | + lib/neutron:start_neutron_service_and_check:585 : local cfg_file_options 2025-03-07 07:51:43.850 | + lib/neutron:start_neutron_service_and_check:586 : local neutron_url 2025-03-07 07:51:43.853 | ++ lib/neutron:start_neutron_service_and_check:588 : determine_config_files neutron-server 2025-03-07 07:51:43.855 | ++ lib/neutron:determine_config_files:360 : local opts= 2025-03-07 07:51:43.857 | ++ lib/neutron:determine_config_files:361 : case "$1" in 2025-03-07 07:51:43.860 | +++ lib/neutron:determine_config_files:362 : _determine_config_server 2025-03-07 07:51:43.862 | +++ lib/neutron:_determine_config_server:330 : [[ '' != '' ]] 2025-03-07 07:51:43.864 | +++ lib/neutron:_determine_config_server:337 : [[ 0 > 0 ]] 2025-03-07 07:51:43.865 | +++ lib/neutron:_determine_config_server:344 : local cfg_file 2025-03-07 07:51:43.867 | +++ lib/neutron:_determine_config_server:345 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-03-07 07:51:43.869 | +++ lib/neutron:_determine_config_server:349 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-03-07 07:51:43.872 | ++ lib/neutron:determine_config_files:362 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-03-07 07:51:43.874 | ++ lib/neutron:determine_config_files:365 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2025-03-07 07:51:43.876 | ++ lib/neutron:determine_config_files:368 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-03-07 07:51:43.878 | + lib/neutron:start_neutron_service_and_check:588 : cfg_file_options='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-03-07 07:51:43.880 | + lib/neutron:start_neutron_service_and_check:590 : is_service_enabled tls-proxy 2025-03-07 07:51:43.894 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:51:43.896 | + lib/neutron:start_neutron_service_and_check:595 : '[' False == True ']' 2025-03-07 07:51:43.898 | + lib/neutron:start_neutron_service_and_check:602 : run_process q-svc '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-03-07 07:51:43.900 | + functions-common:run_process:1689 : local service=q-svc 2025-03-07 07:51:43.902 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-03-07 07:51:43.904 | + functions-common:run_process:1691 : local group= 2025-03-07 07:51:43.906 | + functions-common:run_process:1692 : local user= 2025-03-07 07:51:43.908 | + functions-common:run_process:1693 : local env_vars= 2025-03-07 07:51:43.910 | + functions-common:run_process:1695 : local name=q-svc 2025-03-07 07:51:43.912 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:51:43.913 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:51:43.916 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:51:43.918 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:51:43.920 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:51:43.923 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333903921 2025-03-07 07:51:43.925 | + functions-common:run_process:1698 : is_service_enabled q-svc 2025-03-07 07:51:43.938 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:51:43.940 | + functions-common:run_process:1699 : _run_under_systemd q-svc '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' '' 2025-03-07 07:51:43.942 | + functions-common:_run_under_systemd:1649 : local service=q-svc 2025-03-07 07:51:43.944 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-03-07 07:51:43.946 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-03-07 07:51:43.948 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-03-07 07:51:43.950 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-03-07 07:51:43.952 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2025-03-07 07:51:43.954 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2025-03-07 07:51:43.956 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-svc.service 2025-03-07 07:51:43.958 | + functions-common:_run_under_systemd:1656 : local group= 2025-03-07 07:51:43.960 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-03-07 07:51:43.962 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-03-07 07:51:43.964 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-03-07 07:51:43.966 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2025-03-07 07:51:43.968 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@q-svc.service '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' stack '' 2025-03-07 07:51:43.970 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-svc.service 2025-03-07 07:51:43.971 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-03-07 07:51:43.973 | + functions-common:write_user_unit_file:1560 : local group= 2025-03-07 07:51:43.975 | + functions-common:write_user_unit_file:1561 : local user=stack 2025-03-07 07:51:43.977 | + functions-common:write_user_unit_file:1562 : local env_vars= 2025-03-07 07:51:43.978 | + functions-common:write_user_unit_file:1563 : local extra= 2025-03-07 07:51:43.980 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-03-07 07:51:43.982 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2025-03-07 07:51:43.984 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-03-07 07:51:43.987 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' 2025-03-07 07:51:44.035 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User stack 2025-03-07 07:51:44.083 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecStart '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-03-07 07:51:44.123 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2025-03-07 07:51:44.162 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2025-03-07 07:51:44.202 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-03-07 07:51:44.242 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2025-03-07 07:51:44.244 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-03-07 07:51:44.245 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2025-03-07 07:51:44.295 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-03-07 07:51:44.527 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-svc.service 2025-03-07 07:51:44.536 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2025-03-07 07:51:44.779 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-svc.service 2025-03-07 07:51:44.808 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:51:44.810 | + functions-common:time_stop:2435 : local name 2025-03-07 07:51:44.812 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:51:44.814 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:51:44.816 | + functions-common:time_stop:2438 : local total 2025-03-07 07:51:44.818 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:51:44.820 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:51:44.822 | + functions-common:time_stop:2442 : start_time=1741333903921 2025-03-07 07:51:44.824 | + functions-common:time_stop:2444 : [[ -z 1741333903921 ]] 2025-03-07 07:51:44.827 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:51:44.830 | + functions-common:time_stop:2447 : end_time=1741333904827 2025-03-07 07:51:44.832 | + functions-common:time_stop:2448 : elapsed_time=906 2025-03-07 07:51:44.834 | + functions-common:time_stop:2449 : total=2298 2025-03-07 07:51:44.836 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:51:44.838 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3204 2025-03-07 07:51:44.840 | + lib/neutron:start_neutron_service_and_check:603 : neutron_url=http://10.180.1.21:9696/ 2025-03-07 07:51:44.842 | + lib/neutron:start_neutron_service_and_check:605 : is_service_enabled tls-proxy 2025-03-07 07:51:44.856 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:51:44.857 | + lib/neutron:start_neutron_service_and_check:609 : '[' '!' -z networking ']' 2025-03-07 07:51:44.859 | + lib/neutron:start_neutron_service_and_check:610 : neutron_url=http://10.180.1.21:9696/networking 2025-03-07 07:51:44.861 | + lib/neutron:start_neutron_service_and_check:612 : echo 'Waiting for Neutron to start...' 2025-03-07 07:51:44.861 | Waiting for Neutron to start... 2025-03-07 07:51:44.863 | + lib/neutron:start_neutron_service_and_check:614 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2025-03-07 07:51:44.865 | + lib/neutron:start_neutron_service_and_check:615 : test_with_retry 'wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 'Neutron did not start' 60 2025-03-07 07:51:44.867 | + functions-common:test_with_retry:2373 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2025-03-07 07:51:44.869 | + functions-common:test_with_retry:2374 : local 'failmsg=Neutron did not start' 2025-03-07 07:51:44.871 | + functions-common:test_with_retry:2375 : local until=60 2025-03-07 07:51:44.873 | + functions-common:test_with_retry:2376 : local sleep=0.5 2025-03-07 07:51:44.875 | + functions-common:test_with_retry:2378 : time_start test_with_retry 2025-03-07 07:51:44.877 | + functions-common:time_start:2421 : local name=test_with_retry 2025-03-07 07:51:44.879 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:51:44.881 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:51:44.884 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:51:44.887 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333904885 2025-03-07 07:51:44.889 | + functions-common:test_with_retry:2379 : timeout 60 sh -c 'while ! wget --no-proxy -q -O- http://10.180.1.21:9696/networking; do sleep 0.5; done' 2025-03-07 07:51:47.927 | {"versions": [{"id": "v2.0", "status": "CURRENT", "links": [{"rel": "self", "href": "http://10.180.1.21:9696/networking/v2.0/"}]}]}+ functions-common:test_with_retry:2382 : time_stop test_with_retry 2025-03-07 07:51:47.929 | + functions-common:time_stop:2435 : local name 2025-03-07 07:51:47.931 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:51:47.933 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:51:47.936 | + functions-common:time_stop:2438 : local total 2025-03-07 07:51:47.938 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:51:47.940 | + functions-common:time_stop:2441 : name=test_with_retry 2025-03-07 07:51:47.942 | + functions-common:time_stop:2442 : start_time=1741333904885 2025-03-07 07:51:47.944 | + functions-common:time_stop:2444 : [[ -z 1741333904885 ]] 2025-03-07 07:51:47.946 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:51:47.950 | + functions-common:time_stop:2447 : end_time=1741333907948 2025-03-07 07:51:47.952 | + functions-common:time_stop:2448 : elapsed_time=3063 2025-03-07 07:51:47.954 | + functions-common:time_stop:2449 : total=0 2025-03-07 07:51:47.956 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:51:47.959 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3063 2025-03-07 07:51:47.961 | + stack.sh:main:1301 : is_service_enabled placement 2025-03-07 07:51:47.975 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:51:47.977 | + stack.sh:main:1302 : echo_summary 'Starting Placement' 2025-03-07 07:51:47.979 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:51:47.981 | + stack.sh:echo_summary:455 : echo -e Starting Placement 2025-03-07 07:51:47.983 | + stack.sh:main:1303 : start_placement 2025-03-07 07:51:47.985 | + lib/placement:start_placement:173 : start_placement_api 2025-03-07 07:51:47.987 | + lib/placement:start_placement_api:159 : [[ uwsgi == \u\w\s\g\i ]] 2025-03-07 07:51:47.990 | ++ lib/placement:start_placement_api:160 : which uwsgi 2025-03-07 07:51:47.993 | + lib/placement:start_placement_api:160 : run_process placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-03-07 07:51:47.996 | + functions-common:run_process:1689 : local service=placement-api 2025-03-07 07:51:47.998 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-03-07 07:51:48.000 | + functions-common:run_process:1691 : local group= 2025-03-07 07:51:48.002 | + functions-common:run_process:1692 : local user= 2025-03-07 07:51:48.004 | + functions-common:run_process:1693 : local env_vars= 2025-03-07 07:51:48.006 | + functions-common:run_process:1695 : local name=placement-api 2025-03-07 07:51:48.008 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:51:48.010 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:51:48.012 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:51:48.014 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:51:48.017 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:51:48.020 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333908018 2025-03-07 07:51:48.022 | + functions-common:run_process:1698 : is_service_enabled placement-api 2025-03-07 07:51:48.036 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:51:48.038 | + functions-common:run_process:1699 : _run_under_systemd placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' '' 2025-03-07 07:51:48.040 | + functions-common:_run_under_systemd:1649 : local service=placement-api 2025-03-07 07:51:48.042 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-03-07 07:51:48.044 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-03-07 07:51:48.046 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-03-07 07:51:48.048 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-03-07 07:51:48.050 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2025-03-07 07:51:48.052 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2025-03-07 07:51:48.055 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@placement-api.service 2025-03-07 07:51:48.057 | + functions-common:_run_under_systemd:1656 : local group= 2025-03-07 07:51:48.059 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-03-07 07:51:48.061 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-03-07 07:51:48.063 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-03-07 07:51:48.065 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2025-03-07 07:51:48.067 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@placement-api.service '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' stack '' 2025-03-07 07:51:48.069 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@placement-api.service 2025-03-07 07:51:48.071 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-03-07 07:51:48.072 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2025-03-07 07:51:48.074 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2025-03-07 07:51:48.076 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2025-03-07 07:51:48.078 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2025-03-07 07:51:48.080 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2025-03-07 07:51:48.083 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Unit Description 'Devstack devstack@placement-api.service' 2025-03-07 07:51:48.131 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service 2025-03-07 07:51:48.180 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User stack 2025-03-07 07:51:48.220 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-03-07 07:51:48.261 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-03-07 07:51:48.301 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2025-03-07 07:51:48.343 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2025-03-07 07:51:48.383 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2025-03-07 07:51:48.424 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2025-03-07 07:51:48.464 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2025-03-07 07:51:48.505 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2025-03-07 07:51:48.507 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2025-03-07 07:51:48.509 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2025-03-07 07:51:48.558 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2025-03-07 07:51:48.799 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@placement-api.service 2025-03-07 07:51:48.808 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2025-03-07 07:51:49.043 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@placement-api.service 2025-03-07 07:51:49.093 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:51:49.096 | + functions-common:time_stop:2435 : local name 2025-03-07 07:51:49.098 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:51:49.100 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:51:49.102 | + functions-common:time_stop:2438 : local total 2025-03-07 07:51:49.104 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:51:49.106 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:51:49.108 | + functions-common:time_stop:2442 : start_time=1741333908018 2025-03-07 07:51:49.110 | + functions-common:time_stop:2444 : [[ -z 1741333908018 ]] 2025-03-07 07:51:49.114 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:51:49.116 | + functions-common:time_stop:2447 : end_time=1741333909114 2025-03-07 07:51:49.119 | + functions-common:time_stop:2448 : elapsed_time=1096 2025-03-07 07:51:49.121 | + functions-common:time_stop:2449 : total=3204 2025-03-07 07:51:49.123 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:51:49.124 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=4300 2025-03-07 07:51:49.126 | + lib/placement:start_placement_api:166 : echo 'Waiting for placement-api to start...' 2025-03-07 07:51:49.126 | Waiting for placement-api to start... 2025-03-07 07:51:49.129 | + lib/placement:start_placement_api:167 : wait_for_service 60 http://10.180.1.21/placement 2025-03-07 07:51:49.131 | + functions:wait_for_service:468 : local timeout=60 2025-03-07 07:51:49.133 | + functions:wait_for_service:469 : local url=http://10.180.1.21/placement 2025-03-07 07:51:49.135 | + functions:wait_for_service:470 : local rval=0 2025-03-07 07:51:49.136 | + functions:wait_for_service:471 : time_start wait_for_service 2025-03-07 07:51:49.139 | + functions-common:time_start:2421 : local name=wait_for_service 2025-03-07 07:51:49.141 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:51:49.142 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:51:49.145 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:51:49.149 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333909146 2025-03-07 07:51:49.151 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-03-07 07:51:49.154 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/placement 2025-03-07 07:51:50.365 | + :: : [[ 200 == 503 ]] 2025-03-07 07:51:50.366 | + :: : [[ 0 -eq 7 ]] 2025-03-07 07:51:50.369 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-03-07 07:51:50.371 | + functions-common:time_stop:2435 : local name 2025-03-07 07:51:50.373 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:51:50.375 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:51:50.377 | + functions-common:time_stop:2438 : local total 2025-03-07 07:51:50.379 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:51:50.380 | + functions-common:time_stop:2441 : name=wait_for_service 2025-03-07 07:51:50.382 | + functions-common:time_stop:2442 : start_time=1741333909146 2025-03-07 07:51:50.384 | + functions-common:time_stop:2444 : [[ -z 1741333909146 ]] 2025-03-07 07:51:50.387 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:51:50.390 | + functions-common:time_stop:2447 : end_time=1741333910388 2025-03-07 07:51:50.392 | + functions-common:time_stop:2448 : elapsed_time=1242 2025-03-07 07:51:50.394 | + functions-common:time_stop:2449 : total=5066 2025-03-07 07:51:50.396 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:51:50.398 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6308 2025-03-07 07:51:50.400 | + functions:wait_for_service:478 : return 0 2025-03-07 07:51:50.402 | + stack.sh:main:1306 : is_service_enabled neutron 2025-03-07 07:51:50.416 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:51:50.418 | + stack.sh:main:1307 : start_neutron 2025-03-07 07:51:50.420 | + lib/neutron:start_neutron:619 : start_l2_agent 2025-03-07 07:51:50.422 | + lib/neutron:start_l2_agent:626 : run_process q-agt '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-03-07 07:51:50.424 | + functions-common:run_process:1689 : local service=q-agt 2025-03-07 07:51:50.426 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-03-07 07:51:50.428 | + functions-common:run_process:1691 : local group= 2025-03-07 07:51:50.430 | + functions-common:run_process:1692 : local user= 2025-03-07 07:51:50.432 | + functions-common:run_process:1693 : local env_vars= 2025-03-07 07:51:50.434 | + functions-common:run_process:1695 : local name=q-agt 2025-03-07 07:51:50.436 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:51:50.438 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:51:50.440 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:51:50.442 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:51:50.445 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:51:50.448 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333910446 2025-03-07 07:51:50.450 | + functions-common:run_process:1698 : is_service_enabled q-agt 2025-03-07 07:51:50.465 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:51:50.467 | + functions-common:run_process:1699 : _run_under_systemd q-agt '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' '' 2025-03-07 07:51:50.470 | + functions-common:_run_under_systemd:1649 : local service=q-agt 2025-03-07 07:51:50.472 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-03-07 07:51:50.474 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-03-07 07:51:50.476 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-03-07 07:51:50.477 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-03-07 07:51:50.479 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2025-03-07 07:51:50.481 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2025-03-07 07:51:50.483 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-agt.service 2025-03-07 07:51:50.485 | + functions-common:_run_under_systemd:1656 : local group= 2025-03-07 07:51:50.487 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-03-07 07:51:50.489 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-03-07 07:51:50.491 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-03-07 07:51:50.493 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2025-03-07 07:51:50.495 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@q-agt.service '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' stack '' 2025-03-07 07:51:50.497 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-agt.service 2025-03-07 07:51:50.499 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-03-07 07:51:50.501 | + functions-common:write_user_unit_file:1560 : local group= 2025-03-07 07:51:50.503 | + functions-common:write_user_unit_file:1561 : local user=stack 2025-03-07 07:51:50.505 | + functions-common:write_user_unit_file:1562 : local env_vars= 2025-03-07 07:51:50.506 | + functions-common:write_user_unit_file:1563 : local extra= 2025-03-07 07:51:50.508 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-03-07 07:51:50.510 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2025-03-07 07:51:50.512 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-03-07 07:51:50.515 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Unit Description 'Devstack devstack@q-agt.service' 2025-03-07 07:51:50.563 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User stack 2025-03-07 07:51:50.610 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecStart '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-03-07 07:51:50.649 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2025-03-07 07:51:50.690 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2025-03-07 07:51:50.730 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-03-07 07:51:50.770 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2025-03-07 07:51:50.772 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-03-07 07:51:50.774 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2025-03-07 07:51:50.822 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-03-07 07:51:51.066 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-agt.service 2025-03-07 07:51:51.078 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2025-03-07 07:51:51.315 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-agt.service 2025-03-07 07:51:51.341 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:51:51.344 | + functions-common:time_stop:2435 : local name 2025-03-07 07:51:51.346 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:51:51.348 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:51:51.350 | + functions-common:time_stop:2438 : local total 2025-03-07 07:51:51.352 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:51:51.354 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:51:51.356 | + functions-common:time_stop:2442 : start_time=1741333910446 2025-03-07 07:51:51.358 | + functions-common:time_stop:2444 : [[ -z 1741333910446 ]] 2025-03-07 07:51:51.361 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:51:51.364 | + functions-common:time_stop:2447 : end_time=1741333911362 2025-03-07 07:51:51.366 | + functions-common:time_stop:2448 : elapsed_time=916 2025-03-07 07:51:51.368 | + functions-common:time_stop:2449 : total=4300 2025-03-07 07:51:51.370 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:51:51.372 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5216 2025-03-07 07:51:51.375 | + lib/neutron:start_l2_agent:628 : is_provider_network 2025-03-07 07:51:51.377 | + functions-common:is_provider_network:2284 : '[' '' == True ']' 2025-03-07 07:51:51.379 | + functions-common:is_provider_network:2287 : return 1 2025-03-07 07:51:51.381 | + lib/neutron:start_neutron:620 : start_other_agents 2025-03-07 07:51:51.383 | + lib/neutron:start_other_agents:644 : run_process q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-03-07 07:51:51.385 | + functions-common:run_process:1689 : local service=q-dhcp 2025-03-07 07:51:51.387 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-03-07 07:51:51.389 | + functions-common:run_process:1691 : local group= 2025-03-07 07:51:51.391 | + functions-common:run_process:1692 : local user= 2025-03-07 07:51:51.393 | + functions-common:run_process:1693 : local env_vars= 2025-03-07 07:51:51.395 | + functions-common:run_process:1695 : local name=q-dhcp 2025-03-07 07:51:51.397 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:51:51.399 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:51:51.401 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:51:51.404 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:51:51.406 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:51:51.410 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333911408 2025-03-07 07:51:51.412 | + functions-common:run_process:1698 : is_service_enabled q-dhcp 2025-03-07 07:51:51.425 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:51:51.428 | + functions-common:run_process:1699 : _run_under_systemd q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' '' '' 2025-03-07 07:51:51.430 | + functions-common:_run_under_systemd:1649 : local service=q-dhcp 2025-03-07 07:51:51.432 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-03-07 07:51:51.434 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-03-07 07:51:51.436 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-03-07 07:51:51.438 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-03-07 07:51:51.440 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ sudo ]] 2025-03-07 07:51:51.442 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ ^/ ]] 2025-03-07 07:51:51.444 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-dhcp.service 2025-03-07 07:51:51.446 | + functions-common:_run_under_systemd:1656 : local group= 2025-03-07 07:51:51.448 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-03-07 07:51:51.450 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-03-07 07:51:51.452 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-03-07 07:51:51.454 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ uwsgi ]] 2025-03-07 07:51:51.456 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@q-dhcp.service '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' stack '' 2025-03-07 07:51:51.458 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-dhcp.service 2025-03-07 07:51:51.460 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-03-07 07:51:51.462 | + functions-common:write_user_unit_file:1560 : local group= 2025-03-07 07:51:51.464 | + functions-common:write_user_unit_file:1561 : local user=stack 2025-03-07 07:51:51.466 | + functions-common:write_user_unit_file:1562 : local env_vars= 2025-03-07 07:51:51.468 | + functions-common:write_user_unit_file:1563 : local extra= 2025-03-07 07:51:51.470 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-03-07 07:51:51.472 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2025-03-07 07:51:51.474 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-03-07 07:51:51.478 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Unit Description 'Devstack devstack@q-dhcp.service' 2025-03-07 07:51:51.527 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User stack 2025-03-07 07:51:51.576 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecStart '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-03-07 07:51:51.617 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2025-03-07 07:51:51.658 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2025-03-07 07:51:51.703 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-03-07 07:51:51.747 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2025-03-07 07:51:51.749 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-03-07 07:51:51.751 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2025-03-07 07:51:51.803 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-03-07 07:51:52.048 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-dhcp.service 2025-03-07 07:51:52.058 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2025-03-07 07:51:52.292 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-dhcp.service 2025-03-07 07:51:52.321 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:51:52.323 | + functions-common:time_stop:2435 : local name 2025-03-07 07:51:52.326 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:51:52.328 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:51:52.330 | + functions-common:time_stop:2438 : local total 2025-03-07 07:51:52.332 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:51:52.334 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:51:52.336 | + functions-common:time_stop:2442 : start_time=1741333911408 2025-03-07 07:51:52.338 | + functions-common:time_stop:2444 : [[ -z 1741333911408 ]] 2025-03-07 07:51:52.341 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:51:52.345 | + functions-common:time_stop:2447 : end_time=1741333912342 2025-03-07 07:51:52.346 | + functions-common:time_stop:2448 : elapsed_time=934 2025-03-07 07:51:52.349 | + functions-common:time_stop:2449 : total=5216 2025-03-07 07:51:52.351 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:51:52.353 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6150 2025-03-07 07:51:52.355 | ++ lib/neutron:start_other_agents:646 : determine_config_files neutron-l3-agent 2025-03-07 07:51:52.358 | ++ lib/neutron:determine_config_files:360 : local opts= 2025-03-07 07:51:52.360 | ++ lib/neutron:determine_config_files:361 : case "$1" in 2025-03-07 07:51:52.362 | +++ lib/neutron:determine_config_files:363 : _determine_config_l3 2025-03-07 07:51:52.364 | +++ lib/neutron:_determine_config_l3:353 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-03-07 07:51:52.367 | +++ lib/neutron:_determine_config_l3:354 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-03-07 07:51:52.369 | ++ lib/neutron:determine_config_files:363 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-03-07 07:51:52.371 | ++ lib/neutron:determine_config_files:365 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2025-03-07 07:51:52.373 | ++ lib/neutron:determine_config_files:368 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-03-07 07:51:52.376 | + lib/neutron:start_other_agents:646 : run_process q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-03-07 07:51:52.378 | + functions-common:run_process:1689 : local service=q-l3 2025-03-07 07:51:52.380 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-03-07 07:51:52.382 | + functions-common:run_process:1691 : local group= 2025-03-07 07:51:52.384 | + functions-common:run_process:1692 : local user= 2025-03-07 07:51:52.386 | + functions-common:run_process:1693 : local env_vars= 2025-03-07 07:51:52.388 | + functions-common:run_process:1695 : local name=q-l3 2025-03-07 07:51:52.390 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:51:52.392 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:51:52.394 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:51:52.396 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:51:52.398 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:51:52.402 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333912400 2025-03-07 07:51:52.404 | + functions-common:run_process:1698 : is_service_enabled q-l3 2025-03-07 07:51:52.418 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:51:52.420 | + functions-common:run_process:1699 : _run_under_systemd q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' '' '' 2025-03-07 07:51:52.422 | + functions-common:_run_under_systemd:1649 : local service=q-l3 2025-03-07 07:51:52.424 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-03-07 07:51:52.426 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-03-07 07:51:52.428 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-03-07 07:51:52.430 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-03-07 07:51:52.432 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ sudo ]] 2025-03-07 07:51:52.434 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ ^/ ]] 2025-03-07 07:51:52.436 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-l3.service 2025-03-07 07:51:52.438 | + functions-common:_run_under_systemd:1656 : local group= 2025-03-07 07:51:52.440 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-03-07 07:51:52.442 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-03-07 07:51:52.444 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-03-07 07:51:52.446 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ uwsgi ]] 2025-03-07 07:51:52.448 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@q-l3.service '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' stack '' 2025-03-07 07:51:52.450 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-l3.service 2025-03-07 07:51:52.452 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-03-07 07:51:52.454 | + functions-common:write_user_unit_file:1560 : local group= 2025-03-07 07:51:52.456 | + functions-common:write_user_unit_file:1561 : local user=stack 2025-03-07 07:51:52.458 | + functions-common:write_user_unit_file:1562 : local env_vars= 2025-03-07 07:51:52.460 | + functions-common:write_user_unit_file:1563 : local extra= 2025-03-07 07:51:52.462 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-03-07 07:51:52.464 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2025-03-07 07:51:52.466 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-03-07 07:51:52.469 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Unit Description 'Devstack devstack@q-l3.service' 2025-03-07 07:51:52.520 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User stack 2025-03-07 07:51:52.570 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecStart '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-03-07 07:51:52.613 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2025-03-07 07:51:52.653 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2025-03-07 07:51:52.696 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-03-07 07:51:52.740 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2025-03-07 07:51:52.742 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-03-07 07:51:52.744 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2025-03-07 07:51:52.808 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-03-07 07:51:53.051 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-l3.service 2025-03-07 07:51:53.064 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2025-03-07 07:51:53.298 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-l3.service 2025-03-07 07:51:53.321 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:51:53.324 | + functions-common:time_stop:2435 : local name 2025-03-07 07:51:53.326 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:51:53.328 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:51:53.330 | + functions-common:time_stop:2438 : local total 2025-03-07 07:51:53.332 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:51:53.334 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:51:53.336 | + functions-common:time_stop:2442 : start_time=1741333912400 2025-03-07 07:51:53.338 | + functions-common:time_stop:2444 : [[ -z 1741333912400 ]] 2025-03-07 07:51:53.341 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:51:53.344 | + functions-common:time_stop:2447 : end_time=1741333913342 2025-03-07 07:51:53.346 | + functions-common:time_stop:2448 : elapsed_time=942 2025-03-07 07:51:53.348 | + functions-common:time_stop:2449 : total=6150 2025-03-07 07:51:53.352 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:51:53.353 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7092 2025-03-07 07:51:53.355 | + lib/neutron:start_other_agents:648 : run_process q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-03-07 07:51:53.357 | + functions-common:run_process:1689 : local service=q-meta 2025-03-07 07:51:53.359 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-03-07 07:51:53.361 | + functions-common:run_process:1691 : local group= 2025-03-07 07:51:53.363 | + functions-common:run_process:1692 : local user= 2025-03-07 07:51:53.365 | + functions-common:run_process:1693 : local env_vars= 2025-03-07 07:51:53.367 | + functions-common:run_process:1695 : local name=q-meta 2025-03-07 07:51:53.369 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:51:53.371 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:51:53.373 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:51:53.375 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:51:53.378 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:51:53.382 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333913379 2025-03-07 07:51:53.384 | + functions-common:run_process:1698 : is_service_enabled q-meta 2025-03-07 07:51:53.398 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:51:53.401 | + functions-common:run_process:1699 : _run_under_systemd q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' '' '' 2025-03-07 07:51:53.403 | + functions-common:_run_under_systemd:1649 : local service=q-meta 2025-03-07 07:51:53.406 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-03-07 07:51:53.408 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-03-07 07:51:53.410 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-03-07 07:51:53.412 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-03-07 07:51:53.414 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ sudo ]] 2025-03-07 07:51:53.416 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ ^/ ]] 2025-03-07 07:51:53.418 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-meta.service 2025-03-07 07:51:53.420 | + functions-common:_run_under_systemd:1656 : local group= 2025-03-07 07:51:53.422 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-03-07 07:51:53.424 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-03-07 07:51:53.426 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-03-07 07:51:53.428 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ uwsgi ]] 2025-03-07 07:51:53.430 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@q-meta.service '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' stack '' 2025-03-07 07:51:53.432 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-meta.service 2025-03-07 07:51:53.434 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-03-07 07:51:53.436 | + functions-common:write_user_unit_file:1560 : local group= 2025-03-07 07:51:53.438 | + functions-common:write_user_unit_file:1561 : local user=stack 2025-03-07 07:51:53.440 | + functions-common:write_user_unit_file:1562 : local env_vars= 2025-03-07 07:51:53.442 | + functions-common:write_user_unit_file:1563 : local extra= 2025-03-07 07:51:53.444 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-03-07 07:51:53.446 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2025-03-07 07:51:53.448 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-03-07 07:51:53.451 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Unit Description 'Devstack devstack@q-meta.service' 2025-03-07 07:51:53.500 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User stack 2025-03-07 07:51:53.550 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecStart '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-03-07 07:51:53.592 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2025-03-07 07:51:53.633 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2025-03-07 07:51:53.675 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-03-07 07:51:53.719 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2025-03-07 07:51:53.721 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-03-07 07:51:53.723 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2025-03-07 07:51:53.775 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-03-07 07:51:54.043 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-meta.service 2025-03-07 07:51:54.053 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2025-03-07 07:51:54.281 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-meta.service 2025-03-07 07:51:54.312 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:51:54.314 | + functions-common:time_stop:2435 : local name 2025-03-07 07:51:54.316 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:51:54.318 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:51:54.320 | + functions-common:time_stop:2438 : local total 2025-03-07 07:51:54.322 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:51:54.323 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:51:54.325 | + functions-common:time_stop:2442 : start_time=1741333913379 2025-03-07 07:51:54.327 | + functions-common:time_stop:2444 : [[ -z 1741333913379 ]] 2025-03-07 07:51:54.330 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:51:54.334 | + functions-common:time_stop:2447 : end_time=1741333914332 2025-03-07 07:51:54.336 | + functions-common:time_stop:2448 : elapsed_time=953 2025-03-07 07:51:54.338 | + functions-common:time_stop:2449 : total=7092 2025-03-07 07:51:54.343 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:51:54.345 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8045 2025-03-07 07:51:54.347 | + lib/neutron:start_other_agents:649 : run_process q-metering '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2025-03-07 07:51:54.349 | + functions-common:run_process:1689 : local service=q-metering 2025-03-07 07:51:54.351 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2025-03-07 07:51:54.353 | + functions-common:run_process:1691 : local group= 2025-03-07 07:51:54.355 | + functions-common:run_process:1692 : local user= 2025-03-07 07:51:54.357 | + functions-common:run_process:1693 : local env_vars= 2025-03-07 07:51:54.359 | + functions-common:run_process:1695 : local name=q-metering 2025-03-07 07:51:54.361 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:51:54.363 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:51:54.365 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:51:54.367 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:51:54.369 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:51:54.373 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333914371 2025-03-07 07:51:54.375 | + functions-common:run_process:1698 : is_service_enabled q-metering 2025-03-07 07:51:54.389 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:51:54.391 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:51:54.393 | + functions-common:time_stop:2435 : local name 2025-03-07 07:51:54.395 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:51:54.397 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:51:54.399 | + functions-common:time_stop:2438 : local total 2025-03-07 07:51:54.401 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:51:54.403 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:51:54.405 | + functions-common:time_stop:2442 : start_time=1741333914371 2025-03-07 07:51:54.407 | + functions-common:time_stop:2444 : [[ -z 1741333914371 ]] 2025-03-07 07:51:54.410 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:51:54.413 | + functions-common:time_stop:2447 : end_time=1741333914411 2025-03-07 07:51:54.415 | + functions-common:time_stop:2448 : elapsed_time=40 2025-03-07 07:51:54.417 | + functions-common:time_stop:2449 : total=8045 2025-03-07 07:51:54.419 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:51:54.421 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8085 2025-03-07 07:51:54.423 | + stack.sh:main:1310 : is_service_enabled q-svc 2025-03-07 07:51:54.437 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:51:54.440 | + stack.sh:main:1310 : [[ True == \T\r\u\e ]] 2025-03-07 07:51:54.442 | + stack.sh:main:1311 : echo_summary 'Creating initial neutron network elements' 2025-03-07 07:51:54.444 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:51:54.446 | + stack.sh:echo_summary:455 : echo -e Creating initial neutron network elements 2025-03-07 07:51:54.448 | + stack.sh:main:1314 : type -p neutron_plugin_create_initial_networks 2025-03-07 07:51:54.450 | + stack.sh:main:1317 : create_neutron_initial_network 2025-03-07 07:51:54.452 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:151 : type -p neutron_plugin_create_initial_network_profile 2025-03-07 07:51:54.454 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:155 : is_networking_extension_supported auto-allocated-topology 2025-03-07 07:51:54.456 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=auto-allocated-topology 2025-03-07 07:51:54.458 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2025-03-07 07:51:56.009 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:51:56.012 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2025-03-07 07:51:56.012 | address-scope 2025-03-07 07:51:56.012 | router-admin-state-down-before-update 2025-03-07 07:51:56.012 | agent 2025-03-07 07:51:56.012 | agent-resources-synced 2025-03-07 07:51:56.012 | allowed-address-pairs 2025-03-07 07:51:56.012 | auto-allocated-topology 2025-03-07 07:51:56.012 | availability_zone 2025-03-07 07:51:56.012 | availability_zone_filter 2025-03-07 07:51:56.012 | default-subnetpools 2025-03-07 07:51:56.012 | dhcp_agent_scheduler 2025-03-07 07:51:56.012 | dvr 2025-03-07 07:51:56.012 | empty-string-filtering 2025-03-07 07:51:56.012 | external-net 2025-03-07 07:51:56.012 | extra_dhcp_opt 2025-03-07 07:51:56.012 | extraroute 2025-03-07 07:51:56.012 | extraroute-atomic 2025-03-07 07:51:56.012 | filter-validation 2025-03-07 07:51:56.012 | floating-ip-port-forwarding-detail 2025-03-07 07:51:56.012 | fip-port-details 2025-03-07 07:51:56.012 | flavors 2025-03-07 07:51:56.012 | floatingip-pools 2025-03-07 07:51:56.012 | ip-substring-filtering 2025-03-07 07:51:56.012 | router 2025-03-07 07:51:56.012 | ext-gw-mode 2025-03-07 07:51:56.012 | l3-ha 2025-03-07 07:51:56.012 | l3-flavors 2025-03-07 07:51:56.012 | l3-port-ip-change-not-allowed 2025-03-07 07:51:56.012 | l3_agent_scheduler 2025-03-07 07:51:56.012 | multi-provider 2025-03-07 07:51:56.012 | net-mtu 2025-03-07 07:51:56.012 | net-mtu-writable 2025-03-07 07:51:56.012 | network_availability_zone 2025-03-07 07:51:56.012 | network-ip-availability 2025-03-07 07:51:56.012 | pagination 2025-03-07 07:51:56.012 | port-device-profile 2025-03-07 07:51:56.012 | port-mac-override 2025-03-07 07:51:56.012 | port-mac-address-regenerate 2025-03-07 07:51:56.012 | port-numa-affinity-policy 2025-03-07 07:51:56.012 | binding 2025-03-07 07:51:56.012 | binding-extended 2025-03-07 07:51:56.012 | port-security 2025-03-07 07:51:56.012 | project-id 2025-03-07 07:51:56.012 | provider 2025-03-07 07:51:56.012 | quota-check-limit 2025-03-07 07:51:56.012 | quotas 2025-03-07 07:51:56.012 | quota_details 2025-03-07 07:51:56.012 | rbac-policies 2025-03-07 07:51:56.012 | rbac-address-group 2025-03-07 07:51:56.012 | rbac-address-scope 2025-03-07 07:51:56.012 | rbac-security-groups 2025-03-07 07:51:56.012 | rbac-subnetpool 2025-03-07 07:51:56.012 | revision-if-match 2025-03-07 07:51:56.012 | standard-attr-revisions 2025-03-07 07:51:56.012 | router_availability_zone 2025-03-07 07:51:56.012 | security-groups-normalized-cidr 2025-03-07 07:51:56.012 | port-security-groups-filtering 2025-03-07 07:51:56.012 | security-groups-remote-address-group 2025-03-07 07:51:56.012 | security-groups-shared-filtering 2025-03-07 07:51:56.012 | security-group 2025-03-07 07:51:56.012 | service-type 2025-03-07 07:51:56.012 | sorting 2025-03-07 07:51:56.012 | standard-attr-description 2025-03-07 07:51:56.012 | stateful-security-group 2025-03-07 07:51:56.012 | subnet_onboard 2025-03-07 07:51:56.012 | subnet-service-types 2025-03-07 07:51:56.012 | subnet_allocation 2025-03-07 07:51:56.012 | subnetpool-prefix-ops 2025-03-07 07:51:56.012 | standard-attr-tag 2025-03-07 07:51:56.012 | standard-attr-timestamp 2025-03-07 07:51:56.012 | nsxt-ops' 2025-03-07 07:51:56.014 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2025-03-07 07:51:56.014 | address-scope 2025-03-07 07:51:56.014 | router-admin-state-down-before-update 2025-03-07 07:51:56.014 | agent 2025-03-07 07:51:56.014 | agent-resources-synced 2025-03-07 07:51:56.014 | allowed-address-pairs 2025-03-07 07:51:56.014 | auto-allocated-topology 2025-03-07 07:51:56.014 | availability_zone 2025-03-07 07:51:56.014 | availability_zone_filter 2025-03-07 07:51:56.014 | default-subnetpools 2025-03-07 07:51:56.014 | dhcp_agent_scheduler 2025-03-07 07:51:56.014 | dvr 2025-03-07 07:51:56.014 | empty-string-filtering 2025-03-07 07:51:56.014 | external-net 2025-03-07 07:51:56.014 | extra_dhcp_opt 2025-03-07 07:51:56.014 | extraroute 2025-03-07 07:51:56.014 | extraroute-atomic 2025-03-07 07:51:56.014 | filter-validation 2025-03-07 07:51:56.014 | floating-ip-port-forwarding-detail 2025-03-07 07:51:56.014 | fip-port-details 2025-03-07 07:51:56.014 | flavors 2025-03-07 07:51:56.014 | floatingip-pools 2025-03-07 07:51:56.014 | ip-substring-filtering 2025-03-07 07:51:56.014 | router 2025-03-07 07:51:56.014 | ext-gw-mode 2025-03-07 07:51:56.014 | l3-ha 2025-03-07 07:51:56.014 | l3-flavors 2025-03-07 07:51:56.014 | l3-port-ip-change-not-allowed 2025-03-07 07:51:56.014 | l3_agent_scheduler 2025-03-07 07:51:56.014 | multi-provider 2025-03-07 07:51:56.014 | net-mtu 2025-03-07 07:51:56.014 | net-mtu-writable 2025-03-07 07:51:56.014 | network_availability_zone 2025-03-07 07:51:56.014 | network-ip-availability 2025-03-07 07:51:56.014 | pagination 2025-03-07 07:51:56.014 | port-device-profile 2025-03-07 07:51:56.014 | port-mac-override 2025-03-07 07:51:56.014 | port-mac-address-regenerate 2025-03-07 07:51:56.014 | port-numa-affinity-policy 2025-03-07 07:51:56.014 | binding 2025-03-07 07:51:56.014 | binding-extended 2025-03-07 07:51:56.014 | port-security 2025-03-07 07:51:56.014 | project-id 2025-03-07 07:51:56.014 | provider 2025-03-07 07:51:56.014 | quota-check-limit 2025-03-07 07:51:56.014 | quotas 2025-03-07 07:51:56.014 | quota_details 2025-03-07 07:51:56.014 | rbac-policies 2025-03-07 07:51:56.014 | rbac-address-group 2025-03-07 07:51:56.014 | rbac-address-scope 2025-03-07 07:51:56.014 | rbac-security-groups 2025-03-07 07:51:56.014 | rbac-subnetpool 2025-03-07 07:51:56.014 | revision-if-match 2025-03-07 07:51:56.014 | standard-attr-revisions 2025-03-07 07:51:56.014 | router_availability_zone 2025-03-07 07:51:56.014 | security-groups-normalized-cidr 2025-03-07 07:51:56.014 | port-security-groups-filtering 2025-03-07 07:51:56.014 | security-groups-remote-address-group 2025-03-07 07:51:56.014 | security-groups-shared-filtering 2025-03-07 07:51:56.014 | security-group 2025-03-07 07:51:56.014 | service-type 2025-03-07 07:51:56.014 | sorting 2025-03-07 07:51:56.014 | standard-attr-description 2025-03-07 07:51:56.014 | stateful-security-group 2025-03-07 07:51:56.014 | subnet_onboard 2025-03-07 07:51:56.014 | subnet-service-types 2025-03-07 07:51:56.014 | subnet_allocation 2025-03-07 07:51:56.014 | subnetpool-prefix-ops 2025-03-07 07:51:56.014 | standard-attr-tag 2025-03-07 07:51:56.014 | standard-attr-timestamp 2025-03-07 07:51:56.014 | nsxt-ops =~ auto-allocated-topology ]] 2025-03-07 07:51:56.016 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2025-03-07 07:51:56.018 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:156 : [[ True == \T\r\u\e ]] 2025-03-07 07:51:56.021 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:157 : [[ 4 =~ 4.* ]] 2025-03-07 07:51:56.024 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:158 : 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-03-07 07:51:57.533 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:51:57.536 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:158 : SUBNETPOOL_V4_ID=d038690e-4288-4f5e-99cb-c177aa2bc10e 2025-03-07 07:51:57.539 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:160 : [[ 4 =~ .*6 ]] 2025-03-07 07:51:57.541 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : is_provider_network 2025-03-07 07:51:57.543 | + functions-common:is_provider_network:2284 : '[' '' == True ']' 2025-03-07 07:51:57.545 | + functions-common:is_provider_network:2287 : return 1 2025-03-07 07:51:57.548 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:196 : oscwrap --os-cloud devstack --os-region RegionOne network create private -f value -c id 2025-03-07 07:51:59.115 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:51:59.117 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:196 : NET_ID=f834f06a-dd18-4ea8-b30e-f7cbd551f7a7 2025-03-07 07:51:59.120 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:197 : die_if_not_set 197 NET_ID 'Failure creating NET_ID for private' 2025-03-07 07:51:59.123 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-03-07 07:51:59.136 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:199 : [[ 4 =~ 4.* ]] 2025-03-07 07:51:59.139 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : _neutron_create_private_subnet_v4 2025-03-07 07:51:59.141 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:248 : '[' -z d038690e-4288-4f5e-99cb-c177aa2bc10e ']' 2025-03-07 07:51:59.144 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:251 : local 'subnet_params=--ip-version 4 ' 2025-03-07 07:51:59.146 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:252 : [[ -n '' ]] 2025-03-07 07:51:59.147 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:256 : subnet_params+='--subnet-pool d038690e-4288-4f5e-99cb-c177aa2bc10e ' 2025-03-07 07:51:59.149 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:257 : subnet_params+=' ' 2025-03-07 07:51:59.152 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:258 : subnet_params+='--network f834f06a-dd18-4ea8-b30e-f7cbd551f7a7 private-subnet' 2025-03-07 07:51:59.153 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:259 : local subnet_id 2025-03-07 07:51:59.156 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:260 : oscwrap --os-cloud devstack-admin-demo --os-region RegionOne subnet create --ip-version 4 --subnet-pool d038690e-4288-4f5e-99cb-c177aa2bc10e --network f834f06a-dd18-4ea8-b30e-f7cbd551f7a7 private-subnet -f value -c id 2025-03-07 07:52:00.700 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:52:00.702 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:260 : subnet_id=bf4a7202-1080-44e9-abd1-87a9559a7db9 2025-03-07 07:52:00.704 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:261 : die_if_not_set 261 subnet_id 'Failure creating private IPv4 subnet' 2025-03-07 07:52:00.706 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2025-03-07 07:52:00.720 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:262 : echo bf4a7202-1080-44e9-abd1-87a9559a7db9 2025-03-07 07:52:00.722 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : SUBNET_ID=bf4a7202-1080-44e9-abd1-87a9559a7db9 2025-03-07 07:52:00.724 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:204 : [[ 4 =~ .*6 ]] 2025-03-07 07:52:00.726 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : is_networking_extension_supported router 2025-03-07 07:52:00.728 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=router 2025-03-07 07:52:00.731 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2025-03-07 07:52:02.015 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:52:02.018 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2025-03-07 07:52:02.018 | address-scope 2025-03-07 07:52:02.018 | router-admin-state-down-before-update 2025-03-07 07:52:02.018 | agent 2025-03-07 07:52:02.018 | agent-resources-synced 2025-03-07 07:52:02.018 | allowed-address-pairs 2025-03-07 07:52:02.018 | auto-allocated-topology 2025-03-07 07:52:02.018 | availability_zone 2025-03-07 07:52:02.019 | availability_zone_filter 2025-03-07 07:52:02.019 | default-subnetpools 2025-03-07 07:52:02.019 | dhcp_agent_scheduler 2025-03-07 07:52:02.019 | dvr 2025-03-07 07:52:02.019 | empty-string-filtering 2025-03-07 07:52:02.019 | external-net 2025-03-07 07:52:02.019 | extra_dhcp_opt 2025-03-07 07:52:02.019 | extraroute 2025-03-07 07:52:02.019 | extraroute-atomic 2025-03-07 07:52:02.019 | filter-validation 2025-03-07 07:52:02.019 | floating-ip-port-forwarding-detail 2025-03-07 07:52:02.019 | fip-port-details 2025-03-07 07:52:02.019 | flavors 2025-03-07 07:52:02.019 | floatingip-pools 2025-03-07 07:52:02.019 | ip-substring-filtering 2025-03-07 07:52:02.019 | router 2025-03-07 07:52:02.019 | ext-gw-mode 2025-03-07 07:52:02.019 | l3-ha 2025-03-07 07:52:02.019 | l3-flavors 2025-03-07 07:52:02.019 | l3-port-ip-change-not-allowed 2025-03-07 07:52:02.019 | l3_agent_scheduler 2025-03-07 07:52:02.019 | multi-provider 2025-03-07 07:52:02.019 | net-mtu 2025-03-07 07:52:02.019 | net-mtu-writable 2025-03-07 07:52:02.019 | network_availability_zone 2025-03-07 07:52:02.019 | network-ip-availability 2025-03-07 07:52:02.019 | pagination 2025-03-07 07:52:02.019 | port-device-profile 2025-03-07 07:52:02.019 | port-mac-override 2025-03-07 07:52:02.019 | port-mac-address-regenerate 2025-03-07 07:52:02.019 | port-numa-affinity-policy 2025-03-07 07:52:02.019 | binding 2025-03-07 07:52:02.019 | binding-extended 2025-03-07 07:52:02.019 | port-security 2025-03-07 07:52:02.019 | project-id 2025-03-07 07:52:02.019 | provider 2025-03-07 07:52:02.019 | quota-check-limit 2025-03-07 07:52:02.019 | quotas 2025-03-07 07:52:02.019 | quota_details 2025-03-07 07:52:02.019 | rbac-policies 2025-03-07 07:52:02.019 | rbac-address-group 2025-03-07 07:52:02.019 | rbac-address-scope 2025-03-07 07:52:02.019 | rbac-security-groups 2025-03-07 07:52:02.019 | rbac-subnetpool 2025-03-07 07:52:02.019 | revision-if-match 2025-03-07 07:52:02.019 | standard-attr-revisions 2025-03-07 07:52:02.019 | router_availability_zone 2025-03-07 07:52:02.019 | security-groups-normalized-cidr 2025-03-07 07:52:02.019 | port-security-groups-filtering 2025-03-07 07:52:02.019 | security-groups-remote-address-group 2025-03-07 07:52:02.019 | security-groups-shared-filtering 2025-03-07 07:52:02.019 | security-group 2025-03-07 07:52:02.019 | service-type 2025-03-07 07:52:02.019 | sorting 2025-03-07 07:52:02.019 | standard-attr-description 2025-03-07 07:52:02.019 | stateful-security-group 2025-03-07 07:52:02.019 | subnet_onboard 2025-03-07 07:52:02.019 | subnet-service-types 2025-03-07 07:52:02.019 | subnet_allocation 2025-03-07 07:52:02.019 | subnetpool-prefix-ops 2025-03-07 07:52:02.019 | standard-attr-tag 2025-03-07 07:52:02.019 | standard-attr-timestamp 2025-03-07 07:52:02.019 | nsxt-ops' 2025-03-07 07:52:02.021 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2025-03-07 07:52:02.021 | address-scope 2025-03-07 07:52:02.021 | router-admin-state-down-before-update 2025-03-07 07:52:02.021 | agent 2025-03-07 07:52:02.021 | agent-resources-synced 2025-03-07 07:52:02.021 | allowed-address-pairs 2025-03-07 07:52:02.021 | auto-allocated-topology 2025-03-07 07:52:02.021 | availability_zone 2025-03-07 07:52:02.021 | availability_zone_filter 2025-03-07 07:52:02.021 | default-subnetpools 2025-03-07 07:52:02.021 | dhcp_agent_scheduler 2025-03-07 07:52:02.021 | dvr 2025-03-07 07:52:02.021 | empty-string-filtering 2025-03-07 07:52:02.021 | external-net 2025-03-07 07:52:02.021 | extra_dhcp_opt 2025-03-07 07:52:02.021 | extraroute 2025-03-07 07:52:02.021 | extraroute-atomic 2025-03-07 07:52:02.021 | filter-validation 2025-03-07 07:52:02.021 | floating-ip-port-forwarding-detail 2025-03-07 07:52:02.021 | fip-port-details 2025-03-07 07:52:02.021 | flavors 2025-03-07 07:52:02.021 | floatingip-pools 2025-03-07 07:52:02.021 | ip-substring-filtering 2025-03-07 07:52:02.021 | router 2025-03-07 07:52:02.021 | ext-gw-mode 2025-03-07 07:52:02.021 | l3-ha 2025-03-07 07:52:02.021 | l3-flavors 2025-03-07 07:52:02.021 | l3-port-ip-change-not-allowed 2025-03-07 07:52:02.021 | l3_agent_scheduler 2025-03-07 07:52:02.021 | multi-provider 2025-03-07 07:52:02.021 | net-mtu 2025-03-07 07:52:02.021 | net-mtu-writable 2025-03-07 07:52:02.021 | network_availability_zone 2025-03-07 07:52:02.021 | network-ip-availability 2025-03-07 07:52:02.021 | pagination 2025-03-07 07:52:02.021 | port-device-profile 2025-03-07 07:52:02.021 | port-mac-override 2025-03-07 07:52:02.021 | port-mac-address-regenerate 2025-03-07 07:52:02.021 | port-numa-affinity-policy 2025-03-07 07:52:02.021 | binding 2025-03-07 07:52:02.021 | binding-extended 2025-03-07 07:52:02.021 | port-security 2025-03-07 07:52:02.021 | project-id 2025-03-07 07:52:02.021 | provider 2025-03-07 07:52:02.021 | quota-check-limit 2025-03-07 07:52:02.021 | quotas 2025-03-07 07:52:02.021 | quota_details 2025-03-07 07:52:02.021 | rbac-policies 2025-03-07 07:52:02.021 | rbac-address-group 2025-03-07 07:52:02.021 | rbac-address-scope 2025-03-07 07:52:02.021 | rbac-security-groups 2025-03-07 07:52:02.021 | rbac-subnetpool 2025-03-07 07:52:02.021 | revision-if-match 2025-03-07 07:52:02.021 | standard-attr-revisions 2025-03-07 07:52:02.021 | router_availability_zone 2025-03-07 07:52:02.021 | security-groups-normalized-cidr 2025-03-07 07:52:02.021 | port-security-groups-filtering 2025-03-07 07:52:02.021 | security-groups-remote-address-group 2025-03-07 07:52:02.021 | security-groups-shared-filtering 2025-03-07 07:52:02.021 | security-group 2025-03-07 07:52:02.021 | service-type 2025-03-07 07:52:02.021 | sorting 2025-03-07 07:52:02.021 | standard-attr-description 2025-03-07 07:52:02.021 | stateful-security-group 2025-03-07 07:52:02.021 | subnet_onboard 2025-03-07 07:52:02.021 | subnet-service-types 2025-03-07 07:52:02.021 | subnet_allocation 2025-03-07 07:52:02.021 | subnetpool-prefix-ops 2025-03-07 07:52:02.021 | standard-attr-tag 2025-03-07 07:52:02.021 | standard-attr-timestamp 2025-03-07 07:52:02.021 | nsxt-ops =~ router ]] 2025-03-07 07:52:02.022 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2025-03-07 07:52:02.024 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : is_networking_extension_supported external-net 2025-03-07 07:52:02.027 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=external-net 2025-03-07 07:52:02.030 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2025-03-07 07:52:03.307 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:52:03.310 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2025-03-07 07:52:03.310 | address-scope 2025-03-07 07:52:03.310 | router-admin-state-down-before-update 2025-03-07 07:52:03.310 | agent 2025-03-07 07:52:03.310 | agent-resources-synced 2025-03-07 07:52:03.310 | allowed-address-pairs 2025-03-07 07:52:03.310 | auto-allocated-topology 2025-03-07 07:52:03.310 | availability_zone 2025-03-07 07:52:03.310 | availability_zone_filter 2025-03-07 07:52:03.310 | default-subnetpools 2025-03-07 07:52:03.310 | dhcp_agent_scheduler 2025-03-07 07:52:03.310 | dvr 2025-03-07 07:52:03.310 | empty-string-filtering 2025-03-07 07:52:03.310 | external-net 2025-03-07 07:52:03.310 | extra_dhcp_opt 2025-03-07 07:52:03.310 | extraroute 2025-03-07 07:52:03.310 | extraroute-atomic 2025-03-07 07:52:03.310 | filter-validation 2025-03-07 07:52:03.310 | floating-ip-port-forwarding-detail 2025-03-07 07:52:03.310 | fip-port-details 2025-03-07 07:52:03.310 | flavors 2025-03-07 07:52:03.310 | floatingip-pools 2025-03-07 07:52:03.310 | ip-substring-filtering 2025-03-07 07:52:03.310 | router 2025-03-07 07:52:03.310 | ext-gw-mode 2025-03-07 07:52:03.310 | l3-ha 2025-03-07 07:52:03.310 | l3-flavors 2025-03-07 07:52:03.310 | l3-port-ip-change-not-allowed 2025-03-07 07:52:03.310 | l3_agent_scheduler 2025-03-07 07:52:03.310 | multi-provider 2025-03-07 07:52:03.310 | net-mtu 2025-03-07 07:52:03.310 | net-mtu-writable 2025-03-07 07:52:03.310 | network_availability_zone 2025-03-07 07:52:03.310 | network-ip-availability 2025-03-07 07:52:03.310 | pagination 2025-03-07 07:52:03.310 | port-device-profile 2025-03-07 07:52:03.310 | port-mac-override 2025-03-07 07:52:03.310 | port-mac-address-regenerate 2025-03-07 07:52:03.310 | port-numa-affinity-policy 2025-03-07 07:52:03.310 | binding 2025-03-07 07:52:03.310 | binding-extended 2025-03-07 07:52:03.310 | port-security 2025-03-07 07:52:03.310 | project-id 2025-03-07 07:52:03.310 | provider 2025-03-07 07:52:03.310 | quota-check-limit 2025-03-07 07:52:03.310 | quotas 2025-03-07 07:52:03.310 | quota_details 2025-03-07 07:52:03.310 | rbac-policies 2025-03-07 07:52:03.310 | rbac-address-group 2025-03-07 07:52:03.310 | rbac-address-scope 2025-03-07 07:52:03.310 | rbac-security-groups 2025-03-07 07:52:03.310 | rbac-subnetpool 2025-03-07 07:52:03.310 | revision-if-match 2025-03-07 07:52:03.310 | standard-attr-revisions 2025-03-07 07:52:03.310 | router_availability_zone 2025-03-07 07:52:03.310 | security-groups-normalized-cidr 2025-03-07 07:52:03.310 | port-security-groups-filtering 2025-03-07 07:52:03.310 | security-groups-remote-address-group 2025-03-07 07:52:03.310 | security-groups-shared-filtering 2025-03-07 07:52:03.310 | security-group 2025-03-07 07:52:03.310 | service-type 2025-03-07 07:52:03.310 | sorting 2025-03-07 07:52:03.310 | standard-attr-description 2025-03-07 07:52:03.310 | stateful-security-group 2025-03-07 07:52:03.310 | subnet_onboard 2025-03-07 07:52:03.310 | subnet-service-types 2025-03-07 07:52:03.310 | subnet_allocation 2025-03-07 07:52:03.310 | subnetpool-prefix-ops 2025-03-07 07:52:03.310 | standard-attr-tag 2025-03-07 07:52:03.310 | standard-attr-timestamp 2025-03-07 07:52:03.311 | nsxt-ops' 2025-03-07 07:52:03.313 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2025-03-07 07:52:03.313 | address-scope 2025-03-07 07:52:03.313 | router-admin-state-down-before-update 2025-03-07 07:52:03.313 | agent 2025-03-07 07:52:03.313 | agent-resources-synced 2025-03-07 07:52:03.313 | allowed-address-pairs 2025-03-07 07:52:03.313 | auto-allocated-topology 2025-03-07 07:52:03.313 | availability_zone 2025-03-07 07:52:03.313 | availability_zone_filter 2025-03-07 07:52:03.313 | default-subnetpools 2025-03-07 07:52:03.313 | dhcp_agent_scheduler 2025-03-07 07:52:03.313 | dvr 2025-03-07 07:52:03.313 | empty-string-filtering 2025-03-07 07:52:03.313 | external-net 2025-03-07 07:52:03.313 | extra_dhcp_opt 2025-03-07 07:52:03.313 | extraroute 2025-03-07 07:52:03.313 | extraroute-atomic 2025-03-07 07:52:03.313 | filter-validation 2025-03-07 07:52:03.313 | floating-ip-port-forwarding-detail 2025-03-07 07:52:03.313 | fip-port-details 2025-03-07 07:52:03.314 | flavors 2025-03-07 07:52:03.314 | floatingip-pools 2025-03-07 07:52:03.314 | ip-substring-filtering 2025-03-07 07:52:03.314 | router 2025-03-07 07:52:03.314 | ext-gw-mode 2025-03-07 07:52:03.314 | l3-ha 2025-03-07 07:52:03.314 | l3-flavors 2025-03-07 07:52:03.314 | l3-port-ip-change-not-allowed 2025-03-07 07:52:03.314 | l3_agent_scheduler 2025-03-07 07:52:03.314 | multi-provider 2025-03-07 07:52:03.314 | net-mtu 2025-03-07 07:52:03.314 | net-mtu-writable 2025-03-07 07:52:03.314 | network_availability_zone 2025-03-07 07:52:03.314 | network-ip-availability 2025-03-07 07:52:03.314 | pagination 2025-03-07 07:52:03.314 | port-device-profile 2025-03-07 07:52:03.314 | port-mac-override 2025-03-07 07:52:03.314 | port-mac-address-regenerate 2025-03-07 07:52:03.314 | port-numa-affinity-policy 2025-03-07 07:52:03.314 | binding 2025-03-07 07:52:03.314 | binding-extended 2025-03-07 07:52:03.314 | port-security 2025-03-07 07:52:03.314 | project-id 2025-03-07 07:52:03.314 | provider 2025-03-07 07:52:03.314 | quota-check-limit 2025-03-07 07:52:03.314 | quotas 2025-03-07 07:52:03.314 | quota_details 2025-03-07 07:52:03.314 | rbac-policies 2025-03-07 07:52:03.314 | rbac-address-group 2025-03-07 07:52:03.314 | rbac-address-scope 2025-03-07 07:52:03.314 | rbac-security-groups 2025-03-07 07:52:03.314 | rbac-subnetpool 2025-03-07 07:52:03.314 | revision-if-match 2025-03-07 07:52:03.314 | standard-attr-revisions 2025-03-07 07:52:03.314 | router_availability_zone 2025-03-07 07:52:03.314 | security-groups-normalized-cidr 2025-03-07 07:52:03.314 | port-security-groups-filtering 2025-03-07 07:52:03.314 | security-groups-remote-address-group 2025-03-07 07:52:03.314 | security-groups-shared-filtering 2025-03-07 07:52:03.314 | security-group 2025-03-07 07:52:03.314 | service-type 2025-03-07 07:52:03.314 | sorting 2025-03-07 07:52:03.314 | standard-attr-description 2025-03-07 07:52:03.314 | stateful-security-group 2025-03-07 07:52:03.314 | subnet_onboard 2025-03-07 07:52:03.315 | subnet-service-types 2025-03-07 07:52:03.315 | subnet_allocation 2025-03-07 07:52:03.315 | subnetpool-prefix-ops 2025-03-07 07:52:03.315 | standard-attr-tag 2025-03-07 07:52:03.315 | standard-attr-timestamp 2025-03-07 07:52:03.315 | nsxt-ops =~ external-net ]] 2025-03-07 07:52:03.315 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2025-03-07 07:52:03.317 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:212 : [[ True == \T\r\u\e ]] 2025-03-07 07:52:03.320 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : oscwrap --os-cloud devstack --os-region RegionOne router create router1 -f value -c id 2025-03-07 07:52:04.649 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:52:04.652 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : ROUTER_ID=5bf57521-d675-49da-ae91-8383c786a011 2025-03-07 07:52:04.654 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:215 : die_if_not_set 215 ROUTER_ID 'Failure creating router router1' 2025-03-07 07:52:04.656 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-03-07 07:52:04.670 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:222 : EXTERNAL_NETWORK_FLAGS=--external 2025-03-07 07:52:04.671 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:223 : is_networking_extension_supported auto-allocated-topology 2025-03-07 07:52:04.673 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=auto-allocated-topology 2025-03-07 07:52:04.676 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2025-03-07 07:52:05.937 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:52:05.940 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2025-03-07 07:52:05.940 | address-scope 2025-03-07 07:52:05.940 | router-admin-state-down-before-update 2025-03-07 07:52:05.940 | agent 2025-03-07 07:52:05.940 | agent-resources-synced 2025-03-07 07:52:05.940 | allowed-address-pairs 2025-03-07 07:52:05.940 | auto-allocated-topology 2025-03-07 07:52:05.940 | availability_zone 2025-03-07 07:52:05.940 | availability_zone_filter 2025-03-07 07:52:05.940 | default-subnetpools 2025-03-07 07:52:05.940 | dhcp_agent_scheduler 2025-03-07 07:52:05.940 | dvr 2025-03-07 07:52:05.940 | empty-string-filtering 2025-03-07 07:52:05.940 | external-net 2025-03-07 07:52:05.940 | extra_dhcp_opt 2025-03-07 07:52:05.940 | extraroute 2025-03-07 07:52:05.940 | extraroute-atomic 2025-03-07 07:52:05.940 | filter-validation 2025-03-07 07:52:05.940 | floating-ip-port-forwarding-detail 2025-03-07 07:52:05.940 | fip-port-details 2025-03-07 07:52:05.940 | flavors 2025-03-07 07:52:05.940 | floatingip-pools 2025-03-07 07:52:05.940 | ip-substring-filtering 2025-03-07 07:52:05.940 | router 2025-03-07 07:52:05.940 | ext-gw-mode 2025-03-07 07:52:05.940 | l3-ha 2025-03-07 07:52:05.940 | l3-flavors 2025-03-07 07:52:05.940 | l3-port-ip-change-not-allowed 2025-03-07 07:52:05.940 | l3_agent_scheduler 2025-03-07 07:52:05.940 | multi-provider 2025-03-07 07:52:05.940 | net-mtu 2025-03-07 07:52:05.940 | net-mtu-writable 2025-03-07 07:52:05.940 | network_availability_zone 2025-03-07 07:52:05.940 | network-ip-availability 2025-03-07 07:52:05.940 | pagination 2025-03-07 07:52:05.940 | port-device-profile 2025-03-07 07:52:05.940 | port-mac-override 2025-03-07 07:52:05.940 | port-mac-address-regenerate 2025-03-07 07:52:05.940 | port-numa-affinity-policy 2025-03-07 07:52:05.940 | binding 2025-03-07 07:52:05.940 | binding-extended 2025-03-07 07:52:05.940 | port-security 2025-03-07 07:52:05.940 | project-id 2025-03-07 07:52:05.940 | provider 2025-03-07 07:52:05.940 | quota-check-limit 2025-03-07 07:52:05.940 | quotas 2025-03-07 07:52:05.940 | quota_details 2025-03-07 07:52:05.940 | rbac-policies 2025-03-07 07:52:05.940 | rbac-address-group 2025-03-07 07:52:05.940 | rbac-address-scope 2025-03-07 07:52:05.940 | rbac-security-groups 2025-03-07 07:52:05.940 | rbac-subnetpool 2025-03-07 07:52:05.940 | revision-if-match 2025-03-07 07:52:05.940 | standard-attr-revisions 2025-03-07 07:52:05.940 | router_availability_zone 2025-03-07 07:52:05.940 | security-groups-normalized-cidr 2025-03-07 07:52:05.940 | port-security-groups-filtering 2025-03-07 07:52:05.940 | security-groups-remote-address-group 2025-03-07 07:52:05.940 | security-groups-shared-filtering 2025-03-07 07:52:05.940 | security-group 2025-03-07 07:52:05.940 | service-type 2025-03-07 07:52:05.940 | sorting 2025-03-07 07:52:05.940 | standard-attr-description 2025-03-07 07:52:05.940 | stateful-security-group 2025-03-07 07:52:05.940 | subnet_onboard 2025-03-07 07:52:05.940 | subnet-service-types 2025-03-07 07:52:05.940 | subnet_allocation 2025-03-07 07:52:05.940 | subnetpool-prefix-ops 2025-03-07 07:52:05.940 | standard-attr-tag 2025-03-07 07:52:05.940 | standard-attr-timestamp 2025-03-07 07:52:05.940 | nsxt-ops' 2025-03-07 07:52:05.942 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2025-03-07 07:52:05.942 | address-scope 2025-03-07 07:52:05.942 | router-admin-state-down-before-update 2025-03-07 07:52:05.942 | agent 2025-03-07 07:52:05.942 | agent-resources-synced 2025-03-07 07:52:05.942 | allowed-address-pairs 2025-03-07 07:52:05.942 | auto-allocated-topology 2025-03-07 07:52:05.942 | availability_zone 2025-03-07 07:52:05.942 | availability_zone_filter 2025-03-07 07:52:05.942 | default-subnetpools 2025-03-07 07:52:05.942 | dhcp_agent_scheduler 2025-03-07 07:52:05.942 | dvr 2025-03-07 07:52:05.942 | empty-string-filtering 2025-03-07 07:52:05.942 | external-net 2025-03-07 07:52:05.942 | extra_dhcp_opt 2025-03-07 07:52:05.942 | extraroute 2025-03-07 07:52:05.942 | extraroute-atomic 2025-03-07 07:52:05.942 | filter-validation 2025-03-07 07:52:05.942 | floating-ip-port-forwarding-detail 2025-03-07 07:52:05.942 | fip-port-details 2025-03-07 07:52:05.942 | flavors 2025-03-07 07:52:05.942 | floatingip-pools 2025-03-07 07:52:05.942 | ip-substring-filtering 2025-03-07 07:52:05.942 | router 2025-03-07 07:52:05.942 | ext-gw-mode 2025-03-07 07:52:05.942 | l3-ha 2025-03-07 07:52:05.942 | l3-flavors 2025-03-07 07:52:05.942 | l3-port-ip-change-not-allowed 2025-03-07 07:52:05.942 | l3_agent_scheduler 2025-03-07 07:52:05.942 | multi-provider 2025-03-07 07:52:05.942 | net-mtu 2025-03-07 07:52:05.942 | net-mtu-writable 2025-03-07 07:52:05.942 | network_availability_zone 2025-03-07 07:52:05.942 | network-ip-availability 2025-03-07 07:52:05.942 | pagination 2025-03-07 07:52:05.942 | port-device-profile 2025-03-07 07:52:05.942 | port-mac-override 2025-03-07 07:52:05.942 | port-mac-address-regenerate 2025-03-07 07:52:05.942 | port-numa-affinity-policy 2025-03-07 07:52:05.942 | binding 2025-03-07 07:52:05.942 | binding-extended 2025-03-07 07:52:05.942 | port-security 2025-03-07 07:52:05.942 | project-id 2025-03-07 07:52:05.942 | provider 2025-03-07 07:52:05.942 | quota-check-limit 2025-03-07 07:52:05.942 | quotas 2025-03-07 07:52:05.942 | quota_details 2025-03-07 07:52:05.942 | rbac-policies 2025-03-07 07:52:05.942 | rbac-address-group 2025-03-07 07:52:05.942 | rbac-address-scope 2025-03-07 07:52:05.942 | rbac-security-groups 2025-03-07 07:52:05.942 | rbac-subnetpool 2025-03-07 07:52:05.942 | revision-if-match 2025-03-07 07:52:05.942 | standard-attr-revisions 2025-03-07 07:52:05.942 | router_availability_zone 2025-03-07 07:52:05.942 | security-groups-normalized-cidr 2025-03-07 07:52:05.943 | port-security-groups-filtering 2025-03-07 07:52:05.943 | security-groups-remote-address-group 2025-03-07 07:52:05.943 | security-groups-shared-filtering 2025-03-07 07:52:05.943 | security-group 2025-03-07 07:52:05.943 | service-type 2025-03-07 07:52:05.943 | sorting 2025-03-07 07:52:05.943 | standard-attr-description 2025-03-07 07:52:05.943 | stateful-security-group 2025-03-07 07:52:05.943 | subnet_onboard 2025-03-07 07:52:05.943 | subnet-service-types 2025-03-07 07:52:05.943 | subnet_allocation 2025-03-07 07:52:05.943 | subnetpool-prefix-ops 2025-03-07 07:52:05.943 | standard-attr-tag 2025-03-07 07:52:05.943 | standard-attr-timestamp 2025-03-07 07:52:05.943 | nsxt-ops =~ auto-allocated-topology ]] 2025-03-07 07:52:05.944 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2025-03-07 07:52:05.946 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:224 : EXTERNAL_NETWORK_FLAGS='--external --default' 2025-03-07 07:52:05.948 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:227 : '[' True = True ']' 2025-03-07 07:52:05.951 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : 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-03-07 07:52:07.353 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:52:07.356 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : EXT_NET_ID=f1fc3fc7-6a7c-4767-beb5-06c319ac3794 2025-03-07 07:52:07.358 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:232 : die_if_not_set 232 EXT_NET_ID 'Failure creating EXT_NET_ID for public' 2025-03-07 07:52:07.360 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-03-07 07:52:07.374 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : [[ 4 =~ 4.* ]] 2025-03-07 07:52:07.376 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:236 : _neutron_configure_router_v4 2025-03-07 07:52:07.378 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:315 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router add subnet 5bf57521-d675-49da-ae91-8383c786a011 bf4a7202-1080-44e9-abd1-87a9559a7db9 2025-03-07 07:52:09.492 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:317 : local id_and_ext_gw_ip 2025-03-07 07:52:09.494 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:318 : _neutron_create_public_subnet_v4 f1fc3fc7-6a7c-4767-beb5-06c319ac3794 2025-03-07 07:52:09.497 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:288 : local 'subnet_params=--ip-version 4 ' 2025-03-07 07:52:09.499 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:289 : subnet_params+='--allocation-pool start=10.180.180.128,end=10.180.180.254 ' 2025-03-07 07:52:09.501 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:290 : [[ -n 10.180.180.1 ]] 2025-03-07 07:52:09.502 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:291 : subnet_params+='--gateway 10.180.180.1 ' 2025-03-07 07:52:09.504 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:293 : subnet_params+='--network f1fc3fc7-6a7c-4767-beb5-06c319ac3794 --subnet-range 10.180.180.0/24 --no-dhcp ' 2025-03-07 07:52:09.506 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:294 : subnet_params+=public-subnet 2025-03-07 07:52:09.508 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:295 : local id_and_ext_gw_ip 2025-03-07 07:52:09.511 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : 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 f1fc3fc7-6a7c-4767-beb5-06c319ac3794 --subnet-range 10.180.180.0/24 --no-dhcp public-subnet 2025-03-07 07:52:09.511 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : grep -e gateway_ip -e ' id ' 2025-03-07 07:52:10.965 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:52:10.968 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | 2025-03-07 07:52:10.968 | | id | 9c8f1224-74e2-49cc-9b21-32a787aeb254 |' 2025-03-07 07:52:10.970 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:297 : die_if_not_set 297 id_and_ext_gw_ip 'Failure creating public IPv4 subnet' 2025-03-07 07:52:10.972 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2025-03-07 07:52:10.984 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:298 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 9c8f1224-74e2-49cc-9b21-32a787aeb254 '|' 2025-03-07 07:52:10.987 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:318 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | | id | 9c8f1224-74e2-49cc-9b21-32a787aeb254 |' 2025-03-07 07:52:10.989 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:319 : local ext_gw_ip 2025-03-07 07:52:10.992 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 9c8f1224-74e2-49cc-9b21-32a787aeb254 '|' 2025-03-07 07:52:10.992 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : get_field 2 2025-03-07 07:52:10.994 | ++ functions-common:get_field:829 : local data field 2025-03-07 07:52:10.996 | ++ functions-common:get_field:830 : read data 2025-03-07 07:52:10.997 | ++ functions-common:get_field:831 : '[' 2 -lt 0 ']' 2025-03-07 07:52:10.999 | ++ functions-common:get_field:834 : field='$3' 2025-03-07 07:52:11.002 | ++ functions-common:get_field:836 : echo '| gateway_ip | 10.180.180.1 | | id | 9c8f1224-74e2-49cc-9b21-32a787aeb254 |' 2025-03-07 07:52:11.002 | ++ functions-common:get_field:836 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2025-03-07 07:52:11.006 | ++ functions-common:get_field:830 : read data 2025-03-07 07:52:11.008 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : ext_gw_ip=10.180.180.1 2025-03-07 07:52:11.012 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 9c8f1224-74e2-49cc-9b21-32a787aeb254 '|' 2025-03-07 07:52:11.012 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : get_field 5 2025-03-07 07:52:11.013 | ++ functions-common:get_field:829 : local data field 2025-03-07 07:52:11.015 | ++ functions-common:get_field:830 : read data 2025-03-07 07:52:11.017 | ++ functions-common:get_field:831 : '[' 5 -lt 0 ']' 2025-03-07 07:52:11.019 | ++ functions-common:get_field:834 : field='$6' 2025-03-07 07:52:11.021 | ++ functions-common:get_field:836 : echo '| gateway_ip | 10.180.180.1 | | id | 9c8f1224-74e2-49cc-9b21-32a787aeb254 |' 2025-03-07 07:52:11.022 | ++ functions-common:get_field:836 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2025-03-07 07:52:11.026 | ++ functions-common:get_field:830 : read data 2025-03-07 07:52:11.029 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : PUB_SUBNET_ID=9c8f1224-74e2-49cc-9b21-32a787aeb254 2025-03-07 07:52:11.030 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:323 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router set --external-gateway f1fc3fc7-6a7c-4767-beb5-06c319ac3794 5bf57521-d675-49da-ae91-8383c786a011 2025-03-07 07:52:13.040 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : [[ openvswitch == \o\v\n ]] 2025-03-07 07:52:13.043 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : is_service_enabled q-l3 neutron-l3 2025-03-07 07:52:13.055 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:52:13.057 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:328 : local ext_gw_interface=none 2025-03-07 07:52:13.059 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:329 : is_neutron_ovs_base_plugin 2025-03-07 07:52:13.060 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:23 : return 0 2025-03-07 07:52:13.063 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:330 : _neutron_get_ext_gw_interface 2025-03-07 07:52:13.065 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:138 : [[ False == \T\r\u\e ]] 2025-03-07 07:52:13.066 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:143 : sudo ovs-vsctl set Bridge br-ex other_config:disable-in-band=true 2025-03-07 07:52:13.079 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:145 : echo br-ex 2025-03-07 07:52:13.081 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:330 : ext_gw_interface=br-ex 2025-03-07 07:52:13.083 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:342 : [[ br-ex != \n\o\n\e ]] 2025-03-07 07:52:13.085 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:343 : local cidr_len=24 2025-03-07 07:52:13.087 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:344 : local 'testcmd=ip -o link | grep -q br-ex' 2025-03-07 07:52:13.089 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:345 : test_with_retry 'ip -o link | grep -q br-ex' 'br-ex creation failed' 2025-03-07 07:52:13.091 | + functions-common:test_with_retry:2373 : local 'testcmd=ip -o link | grep -q br-ex' 2025-03-07 07:52:13.093 | + functions-common:test_with_retry:2374 : local 'failmsg=br-ex creation failed' 2025-03-07 07:52:13.095 | + functions-common:test_with_retry:2375 : local until=10 2025-03-07 07:52:13.097 | + functions-common:test_with_retry:2376 : local sleep=0.5 2025-03-07 07:52:13.099 | + functions-common:test_with_retry:2378 : time_start test_with_retry 2025-03-07 07:52:13.101 | + functions-common:time_start:2421 : local name=test_with_retry 2025-03-07 07:52:13.103 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:52:13.105 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:52:13.108 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:52:13.111 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333933108 2025-03-07 07:52:13.113 | + functions-common:test_with_retry:2379 : timeout 10 sh -c 'while ! ip -o link | grep -q br-ex; do sleep 0.5; done' 2025-03-07 07:52:13.118 | + functions-common:test_with_retry:2382 : time_stop test_with_retry 2025-03-07 07:52:13.120 | + functions-common:time_stop:2435 : local name 2025-03-07 07:52:13.122 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:52:13.124 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:52:13.126 | + functions-common:time_stop:2438 : local total 2025-03-07 07:52:13.128 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:52:13.130 | + functions-common:time_stop:2441 : name=test_with_retry 2025-03-07 07:52:13.132 | + functions-common:time_stop:2442 : start_time=1741333933108 2025-03-07 07:52:13.134 | + functions-common:time_stop:2444 : [[ -z 1741333933108 ]] 2025-03-07 07:52:13.137 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:52:13.140 | + functions-common:time_stop:2447 : end_time=1741333933137 2025-03-07 07:52:13.141 | + functions-common:time_stop:2448 : elapsed_time=29 2025-03-07 07:52:13.143 | + functions-common:time_stop:2449 : total=3063 2025-03-07 07:52:13.145 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:52:13.147 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3092 2025-03-07 07:52:13.150 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : ip addr show dev br-ex 2025-03-07 07:52:13.151 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : grep -c 10.180.180.1 2025-03-07 07:52:13.155 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ 0 == 0 ]] 2025-03-07 07:52:13.157 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ True == \F\a\l\s\e ]] 2025-03-07 07:52:13.159 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ False == \T\r\u\e ]] 2025-03-07 07:52:13.161 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ False == \T\r\u\e ]] 2025-03-07 07:52:13.164 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : awk -Fip_address '{ print $2 }' 2025-03-07 07:52:13.164 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : oscwrap --os-cloud devstack-admin --os-region RegionOne port list -c 'Fixed IP Addresses' --device-owner network:router_gateway 2025-03-07 07:52:13.165 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : cut -f2 '-d'\''' 2025-03-07 07:52:13.165 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : tr '\n' ' ' 2025-03-07 07:52:14.431 | ++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:52:14.434 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : ROUTER_GW_IP=' 10.180.180.204 ' 2025-03-07 07:52:14.436 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:351 : die_if_not_set 351 ROUTER_GW_IP 'Failure retrieving ROUTER_GW_IP' 2025-03-07 07:52:14.438 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-03-07 07:52:14.451 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 : _neutron_set_router_id 2025-03-07 07:52:14.453 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:131 : [[ True == \F\a\l\s\e ]] 2025-03-07 07:52:14.455 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:239 : [[ 4 =~ .*6 ]] 2025-03-07 07:52:14.457 | + stack.sh:main:1322 : is_service_enabled nova 2025-03-07 07:52:14.471 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:52:14.473 | + stack.sh:main:1323 : echo_summary 'Starting Nova' 2025-03-07 07:52:14.475 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:52:14.477 | + stack.sh:echo_summary:455 : echo -e Starting Nova 2025-03-07 07:52:14.479 | + stack.sh:main:1324 : start_nova 2025-03-07 07:52:14.481 | + lib/nova:start_nova:1176 : start_nova_rest 2025-03-07 07:52:14.483 | + lib/nova:start_nova_rest:1085 : local old_path=/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-03-07 07:52:14.485 | + lib/nova:start_nova_rest:1086 : export PATH=/usr/local/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-03-07 07:52:14.487 | + lib/nova:start_nova_rest:1086 : PATH=/usr/local/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-03-07 07:52:14.489 | + lib/nova:start_nova_rest:1088 : local compute_cell_conf=/etc/nova/nova.conf 2025-03-07 07:52:14.491 | + lib/nova:start_nova_rest:1090 : run_process n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-03-07 07:52:14.493 | + functions-common:run_process:1689 : local service=n-sch 2025-03-07 07:52:14.495 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-03-07 07:52:14.497 | + functions-common:run_process:1691 : local group= 2025-03-07 07:52:14.499 | + functions-common:run_process:1692 : local user= 2025-03-07 07:52:14.502 | + functions-common:run_process:1693 : local env_vars= 2025-03-07 07:52:14.504 | + functions-common:run_process:1695 : local name=n-sch 2025-03-07 07:52:14.506 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:52:14.508 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:52:14.510 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:52:14.512 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:52:14.516 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:52:14.519 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333934516 2025-03-07 07:52:14.521 | + functions-common:run_process:1698 : is_service_enabled n-sch 2025-03-07 07:52:14.534 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:52:14.537 | + functions-common:run_process:1699 : _run_under_systemd n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' '' '' 2025-03-07 07:52:14.539 | + functions-common:_run_under_systemd:1649 : local service=n-sch 2025-03-07 07:52:14.541 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-03-07 07:52:14.543 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-03-07 07:52:14.545 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-03-07 07:52:14.547 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-03-07 07:52:14.549 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2025-03-07 07:52:14.551 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2025-03-07 07:52:14.553 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-sch.service 2025-03-07 07:52:14.555 | + functions-common:_run_under_systemd:1656 : local group= 2025-03-07 07:52:14.557 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-03-07 07:52:14.559 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-03-07 07:52:14.561 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-03-07 07:52:14.563 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2025-03-07 07:52:14.565 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@n-sch.service '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' stack '' 2025-03-07 07:52:14.567 | + functions-common:write_user_unit_file:1558 : local service=devstack@n-sch.service 2025-03-07 07:52:14.569 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-03-07 07:52:14.571 | + functions-common:write_user_unit_file:1560 : local group= 2025-03-07 07:52:14.573 | + functions-common:write_user_unit_file:1561 : local user=stack 2025-03-07 07:52:14.575 | + functions-common:write_user_unit_file:1562 : local env_vars= 2025-03-07 07:52:14.576 | + functions-common:write_user_unit_file:1563 : local extra= 2025-03-07 07:52:14.578 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-03-07 07:52:14.580 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2025-03-07 07:52:14.582 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-03-07 07:52:14.585 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Unit Description 'Devstack devstack@n-sch.service' 2025-03-07 07:52:14.635 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User stack 2025-03-07 07:52:14.685 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecStart '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-03-07 07:52:14.727 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2025-03-07 07:52:14.768 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2025-03-07 07:52:14.810 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-03-07 07:52:14.852 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2025-03-07 07:52:14.854 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-03-07 07:52:14.855 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2025-03-07 07:52:14.904 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-03-07 07:52:15.158 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-sch.service 2025-03-07 07:52:15.169 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2025-03-07 07:52:15.411 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-sch.service 2025-03-07 07:52:15.438 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:52:15.440 | + functions-common:time_stop:2435 : local name 2025-03-07 07:52:15.442 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:52:15.445 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:52:15.447 | + functions-common:time_stop:2438 : local total 2025-03-07 07:52:15.449 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:52:15.453 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:52:15.455 | + functions-common:time_stop:2442 : start_time=1741333934516 2025-03-07 07:52:15.457 | + functions-common:time_stop:2444 : [[ -z 1741333934516 ]] 2025-03-07 07:52:15.460 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:52:15.463 | + functions-common:time_stop:2447 : end_time=1741333935461 2025-03-07 07:52:15.465 | + functions-common:time_stop:2448 : elapsed_time=945 2025-03-07 07:52:15.467 | + functions-common:time_stop:2449 : total=8085 2025-03-07 07:52:15.469 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:52:15.471 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9030 2025-03-07 07:52:15.473 | + lib/nova:start_nova_rest:1091 : '[' True == False ']' 2025-03-07 07:52:15.476 | ++ lib/nova:start_nova_rest:1094 : which uwsgi 2025-03-07 07:52:15.480 | + lib/nova:start_nova_rest:1094 : run_process n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-03-07 07:52:15.482 | + functions-common:run_process:1689 : local service=n-api-meta 2025-03-07 07:52:15.484 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-03-07 07:52:15.486 | + functions-common:run_process:1691 : local group= 2025-03-07 07:52:15.488 | + functions-common:run_process:1692 : local user= 2025-03-07 07:52:15.490 | + functions-common:run_process:1693 : local env_vars= 2025-03-07 07:52:15.492 | + functions-common:run_process:1695 : local name=n-api-meta 2025-03-07 07:52:15.495 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:52:15.498 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:52:15.500 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:52:15.502 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:52:15.504 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:52:15.507 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333935505 2025-03-07 07:52:15.513 | + functions-common:run_process:1698 : is_service_enabled n-api-meta 2025-03-07 07:52:15.525 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:52:15.528 | + functions-common:run_process:1699 : _run_under_systemd n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' '' '' 2025-03-07 07:52:15.530 | + functions-common:_run_under_systemd:1649 : local service=n-api-meta 2025-03-07 07:52:15.532 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-03-07 07:52:15.534 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-03-07 07:52:15.536 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-03-07 07:52:15.538 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-03-07 07:52:15.540 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] 2025-03-07 07:52:15.543 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2025-03-07 07:52:15.545 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-api-meta.service 2025-03-07 07:52:15.547 | + functions-common:_run_under_systemd:1656 : local group= 2025-03-07 07:52:15.549 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-03-07 07:52:15.553 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-03-07 07:52:15.554 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-03-07 07:52:15.556 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] 2025-03-07 07:52:15.558 | + functions-common:_run_under_systemd:1663 : 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' '' stack '' 2025-03-07 07:52:15.560 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@n-api-meta.service 2025-03-07 07:52:15.562 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-03-07 07:52:15.564 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2025-03-07 07:52:15.566 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2025-03-07 07:52:15.569 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2025-03-07 07:52:15.571 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2025-03-07 07:52:15.573 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2025-03-07 07:52:15.576 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Unit Description 'Devstack devstack@n-api-meta.service' 2025-03-07 07:52:15.632 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service SyslogIdentifier devstack@n-api-meta.service 2025-03-07 07:52:15.683 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User stack 2025-03-07 07:52:15.727 | + functions-common:write_uwsgi_user_unit_file:1600 : 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' 2025-03-07 07:52:15.772 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-03-07 07:52:15.817 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2025-03-07 07:52:15.864 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2025-03-07 07:52:15.906 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2025-03-07 07:52:15.948 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2025-03-07 07:52:15.991 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2025-03-07 07:52:16.034 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2025-03-07 07:52:16.036 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2025-03-07 07:52:16.038 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Install WantedBy multi-user.target 2025-03-07 07:52:16.088 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2025-03-07 07:52:16.344 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-api-meta.service 2025-03-07 07:52:16.354 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. 2025-03-07 07:52:16.591 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-api-meta.service 2025-03-07 07:52:16.656 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:52:16.658 | + functions-common:time_stop:2435 : local name 2025-03-07 07:52:16.660 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:52:16.663 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:52:16.665 | + functions-common:time_stop:2438 : local total 2025-03-07 07:52:16.667 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:52:16.669 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:52:16.671 | + functions-common:time_stop:2442 : start_time=1741333935505 2025-03-07 07:52:16.673 | + functions-common:time_stop:2444 : [[ -z 1741333935505 ]] 2025-03-07 07:52:16.675 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:52:16.681 | + functions-common:time_stop:2447 : end_time=1741333936677 2025-03-07 07:52:16.683 | + functions-common:time_stop:2448 : elapsed_time=1172 2025-03-07 07:52:16.685 | + functions-common:time_stop:2449 : total=9030 2025-03-07 07:52:16.687 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:52:16.689 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10202 2025-03-07 07:52:16.691 | + lib/nova:start_nova_rest:1097 : export PATH=/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-03-07 07:52:16.695 | + lib/nova:start_nova_rest:1097 : PATH=/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-03-07 07:52:16.697 | + lib/nova:start_nova:1177 : start_nova_console_proxies 2025-03-07 07:52:16.699 | + lib/nova:start_nova_console_proxies:1112 : local old_path=/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-03-07 07:52:16.701 | + lib/nova:start_nova_console_proxies:1114 : export PATH=/usr/local/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-03-07 07:52:16.706 | + lib/nova:start_nova_console_proxies:1114 : PATH=/usr/local/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-03-07 07:52:16.708 | + lib/nova:start_nova_console_proxies:1116 : local api_cell_conf=/etc/nova/nova.conf 2025-03-07 07:52:16.710 | + lib/nova:start_nova_console_proxies:1118 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-03-07 07:52:16.712 | + lib/nova:start_nova_console_proxies:1119 : run_process n-novnc '/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2025-03-07 07:52:16.714 | + functions-common:run_process:1689 : local service=n-novnc 2025-03-07 07:52:16.716 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2025-03-07 07:52:16.718 | + functions-common:run_process:1691 : local group= 2025-03-07 07:52:16.720 | + functions-common:run_process:1692 : local user= 2025-03-07 07:52:16.722 | + functions-common:run_process:1693 : local env_vars= 2025-03-07 07:52:16.723 | + functions-common:run_process:1695 : local name=n-novnc 2025-03-07 07:52:16.725 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:52:16.727 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:52:16.729 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:52:16.731 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:52:16.734 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:52:16.737 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333936735 2025-03-07 07:52:16.739 | + functions-common:run_process:1698 : is_service_enabled n-novnc 2025-03-07 07:52:16.752 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:52:16.755 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:52:16.757 | + functions-common:time_stop:2435 : local name 2025-03-07 07:52:16.759 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:52:16.760 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:52:16.762 | + functions-common:time_stop:2438 : local total 2025-03-07 07:52:16.764 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:52:16.766 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:52:16.768 | + functions-common:time_stop:2442 : start_time=1741333936735 2025-03-07 07:52:16.770 | + functions-common:time_stop:2444 : [[ -z 1741333936735 ]] 2025-03-07 07:52:16.774 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:52:16.776 | + functions-common:time_stop:2447 : end_time=1741333936774 2025-03-07 07:52:16.778 | + functions-common:time_stop:2448 : elapsed_time=39 2025-03-07 07:52:16.780 | + functions-common:time_stop:2449 : total=10202 2025-03-07 07:52:16.782 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:52:16.784 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10241 2025-03-07 07:52:16.786 | + lib/nova:start_nova_console_proxies:1120 : run_process n-spice '/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2025-03-07 07:52:16.789 | + functions-common:run_process:1689 : local service=n-spice 2025-03-07 07:52:16.791 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2025-03-07 07:52:16.793 | + functions-common:run_process:1691 : local group= 2025-03-07 07:52:16.795 | + functions-common:run_process:1692 : local user= 2025-03-07 07:52:16.796 | + functions-common:run_process:1693 : local env_vars= 2025-03-07 07:52:16.798 | + functions-common:run_process:1695 : local name=n-spice 2025-03-07 07:52:16.801 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:52:16.802 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:52:16.804 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:52:16.806 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:52:16.809 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:52:16.813 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333936810 2025-03-07 07:52:16.815 | + functions-common:run_process:1698 : is_service_enabled n-spice 2025-03-07 07:52:16.828 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:52:16.830 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:52:16.832 | + functions-common:time_stop:2435 : local name 2025-03-07 07:52:16.834 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:52:16.836 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:52:16.838 | + functions-common:time_stop:2438 : local total 2025-03-07 07:52:16.840 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:52:16.842 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:52:16.844 | + functions-common:time_stop:2442 : start_time=1741333936810 2025-03-07 07:52:16.846 | + functions-common:time_stop:2444 : [[ -z 1741333936810 ]] 2025-03-07 07:52:16.849 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:52:16.852 | + functions-common:time_stop:2447 : end_time=1741333936850 2025-03-07 07:52:16.854 | + functions-common:time_stop:2448 : elapsed_time=40 2025-03-07 07:52:16.856 | + functions-common:time_stop:2449 : total=10241 2025-03-07 07:52:16.858 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:52:16.860 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10281 2025-03-07 07:52:16.862 | + lib/nova:start_nova_console_proxies:1121 : run_process n-sproxy '/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2025-03-07 07:52:16.864 | + functions-common:run_process:1689 : local service=n-sproxy 2025-03-07 07:52:16.866 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2025-03-07 07:52:16.868 | + functions-common:run_process:1691 : local group= 2025-03-07 07:52:16.870 | + functions-common:run_process:1692 : local user= 2025-03-07 07:52:16.873 | + functions-common:run_process:1693 : local env_vars= 2025-03-07 07:52:16.875 | + functions-common:run_process:1695 : local name=n-sproxy 2025-03-07 07:52:16.876 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:52:16.879 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:52:16.881 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:52:16.882 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:52:16.886 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:52:16.888 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333936886 2025-03-07 07:52:16.891 | + functions-common:run_process:1698 : is_service_enabled n-sproxy 2025-03-07 07:52:16.904 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:52:16.906 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:52:16.908 | + functions-common:time_stop:2435 : local name 2025-03-07 07:52:16.910 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:52:16.912 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:52:16.914 | + functions-common:time_stop:2438 : local total 2025-03-07 07:52:16.916 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:52:16.918 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:52:16.920 | + functions-common:time_stop:2442 : start_time=1741333936886 2025-03-07 07:52:16.922 | + functions-common:time_stop:2444 : [[ -z 1741333936886 ]] 2025-03-07 07:52:16.925 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:52:16.928 | + functions-common:time_stop:2447 : end_time=1741333936926 2025-03-07 07:52:16.930 | + functions-common:time_stop:2448 : elapsed_time=40 2025-03-07 07:52:16.932 | + functions-common:time_stop:2449 : total=10281 2025-03-07 07:52:16.934 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:52:16.937 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10321 2025-03-07 07:52:16.939 | + lib/nova:start_nova_console_proxies:1133 : export PATH=/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-03-07 07:52:16.941 | + lib/nova:start_nova_console_proxies:1133 : PATH=/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-03-07 07:52:16.944 | + lib/nova:start_nova:1178 : start_nova_conductor 2025-03-07 07:52:16.946 | + lib/nova:start_nova_conductor:1146 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-03-07 07:52:16.948 | + lib/nova:start_nova_conductor:1147 : echo 'Starting nova-conductor in a cellsv1-compatible way' 2025-03-07 07:52:16.948 | Starting nova-conductor in a cellsv1-compatible way 2025-03-07 07:52:16.950 | + lib/nova:start_nova_conductor:1148 : run_process n-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-03-07 07:52:16.952 | + functions-common:run_process:1689 : local service=n-cond 2025-03-07 07:52:16.955 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-03-07 07:52:16.957 | + functions-common:run_process:1691 : local group= 2025-03-07 07:52:16.959 | + functions-common:run_process:1692 : local user= 2025-03-07 07:52:16.961 | + functions-common:run_process:1693 : local env_vars= 2025-03-07 07:52:16.963 | + functions-common:run_process:1695 : local name=n-cond 2025-03-07 07:52:16.965 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:52:16.967 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:52:16.970 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:52:16.972 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:52:16.974 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:52:16.978 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333936975 2025-03-07 07:52:16.980 | + functions-common:run_process:1698 : is_service_enabled n-cond 2025-03-07 07:52:16.994 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:52:16.996 | + functions-common:run_process:1699 : _run_under_systemd n-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' '' '' 2025-03-07 07:52:16.998 | + functions-common:_run_under_systemd:1649 : local service=n-cond 2025-03-07 07:52:17.000 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-03-07 07:52:17.007 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-03-07 07:52:17.009 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-03-07 07:52:17.011 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-03-07 07:52:17.013 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2025-03-07 07:52:17.015 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2025-03-07 07:52:17.018 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-cond.service 2025-03-07 07:52:17.020 | + functions-common:_run_under_systemd:1656 : local group= 2025-03-07 07:52:17.022 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-03-07 07:52:17.024 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-03-07 07:52:17.026 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-03-07 07:52:17.028 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2025-03-07 07:52:17.030 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@n-cond.service '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' stack '' 2025-03-07 07:52:17.032 | + functions-common:write_user_unit_file:1558 : local service=devstack@n-cond.service 2025-03-07 07:52:17.034 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-03-07 07:52:17.035 | + functions-common:write_user_unit_file:1560 : local group= 2025-03-07 07:52:17.037 | + functions-common:write_user_unit_file:1561 : local user=stack 2025-03-07 07:52:17.039 | + functions-common:write_user_unit_file:1562 : local env_vars= 2025-03-07 07:52:17.041 | + functions-common:write_user_unit_file:1563 : local extra= 2025-03-07 07:52:17.043 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-03-07 07:52:17.045 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@n-cond.service 2025-03-07 07:52:17.046 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-03-07 07:52:17.050 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Unit Description 'Devstack devstack@n-cond.service' 2025-03-07 07:52:17.100 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service User stack 2025-03-07 07:52:17.149 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecStart '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-03-07 07:52:17.201 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service KillMode process 2025-03-07 07:52:17.248 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service TimeoutStopSec 300 2025-03-07 07:52:17.291 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-03-07 07:52:17.333 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2025-03-07 07:52:17.334 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-03-07 07:52:17.336 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Install WantedBy multi-user.target 2025-03-07 07:52:17.384 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-03-07 07:52:17.640 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-cond.service 2025-03-07 07:52:17.650 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond.service → /etc/systemd/system/devstack@n-cond.service. 2025-03-07 07:52:17.894 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-cond.service 2025-03-07 07:52:17.910 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:52:17.912 | + functions-common:time_stop:2435 : local name 2025-03-07 07:52:17.914 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:52:17.916 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:52:17.918 | + functions-common:time_stop:2438 : local total 2025-03-07 07:52:17.920 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:52:17.922 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:52:17.923 | + functions-common:time_stop:2442 : start_time=1741333936975 2025-03-07 07:52:17.926 | + functions-common:time_stop:2444 : [[ -z 1741333936975 ]] 2025-03-07 07:52:17.928 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:52:17.932 | + functions-common:time_stop:2447 : end_time=1741333937929 2025-03-07 07:52:17.934 | + functions-common:time_stop:2448 : elapsed_time=954 2025-03-07 07:52:17.936 | + functions-common:time_stop:2449 : total=10321 2025-03-07 07:52:17.938 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:52:17.940 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=11275 2025-03-07 07:52:17.943 | + lib/nova:start_nova_conductor:1149 : return 2025-03-07 07:52:17.945 | + lib/nova:start_nova:1179 : start_nova_compute 2025-03-07 07:52:17.947 | + lib/nova:start_nova_compute:1006 : local old_path=/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-03-07 07:52:17.949 | + lib/nova:start_nova_compute:1007 : export PATH=/usr/local/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-03-07 07:52:17.952 | + lib/nova:start_nova_compute:1007 : PATH=/usr/local/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-03-07 07:52:17.953 | + lib/nova:start_nova_compute:1009 : local compute_cell_conf=/etc/nova/nova.conf 2025-03-07 07:52:17.956 | + lib/nova:start_nova_compute:1012 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2025-03-07 07:52:17.959 | + lib/nova:start_nova_compute:1014 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2025-03-07 07:52:17.961 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-03-07 07:52:17.963 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-03-07 07:52:17.965 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2025-03-07 07:52:17.967 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-03-07 07:52:17.970 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2025-03-07 07:52:17.972 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2025-03-07 07:52:17.974 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2025-03-07 07:52:17.976 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2025-03-07 07:52:17.979 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2025-03-07 07:52:17.980 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2025-03-07 07:52:17.980 | BEGIN { 2025-03-07 07:52:17.980 | section = "" 2025-03-07 07:52:17.980 | last_section = "" 2025-03-07 07:52:17.980 | section_count = 0 2025-03-07 07:52:17.980 | } 2025-03-07 07:52:17.980 | /^\[.+\]/ { 2025-03-07 07:52:17.980 | gsub("[][]", "", $1); 2025-03-07 07:52:17.980 | section=$1 2025-03-07 07:52:17.980 | next 2025-03-07 07:52:17.980 | } 2025-03-07 07:52:17.980 | /^ *\#/ { 2025-03-07 07:52:17.980 | next 2025-03-07 07:52:17.980 | } 2025-03-07 07:52:17.980 | /^[^ \t]+/ { 2025-03-07 07:52:17.980 | # get offset of first = in $0 2025-03-07 07:52:17.980 | eq_idx = index($0, "=") 2025-03-07 07:52:17.980 | # extract attr & value from $0 2025-03-07 07:52:17.980 | attr = substr($0, 1, eq_idx - 1) 2025-03-07 07:52:17.980 | value = substr($0, eq_idx + 1) 2025-03-07 07:52:17.980 | # only need to strip trailing whitespace from attr 2025-03-07 07:52:17.980 | sub(/[ \t]*$/, "", attr) 2025-03-07 07:52:17.980 | # need to strip leading & trailing whitespace from value 2025-03-07 07:52:17.980 | sub(/^[ \t]*/, "", value) 2025-03-07 07:52:17.980 | sub(/[ \t]*$/, "", value) 2025-03-07 07:52:17.980 | 2025-03-07 07:52:17.980 | # cfg_attr_count: number of config lines per [section, attr] 2025-03-07 07:52:17.980 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-03-07 07:52:17.980 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-03-07 07:52:17.980 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-03-07 07:52:17.980 | if (! (section, attr) in cfg_attr_count) { 2025-03-07 07:52:17.980 | if (section != last_section) { 2025-03-07 07:52:17.980 | cfg_section[section_count++] = section 2025-03-07 07:52:17.980 | last_section = section 2025-03-07 07:52:17.980 | } 2025-03-07 07:52:17.980 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-03-07 07:52:17.980 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-03-07 07:52:17.980 | 2025-03-07 07:52:17.980 | cfg_attr[section, attr, 0] = value 2025-03-07 07:52:17.980 | cfg_attr_count[section, attr] = 1 2025-03-07 07:52:17.980 | } else { 2025-03-07 07:52:17.980 | lno = cfg_attr_count[section, attr]++ 2025-03-07 07:52:17.980 | cfg_attr[section, attr, lno] = value 2025-03-07 07:52:17.980 | } 2025-03-07 07:52:17.980 | } 2025-03-07 07:52:17.980 | END { 2025-03-07 07:52:17.980 | # Process each section in order 2025-03-07 07:52:17.980 | for (sno = 0; sno < section_count; sno++) { 2025-03-07 07:52:17.980 | section = cfg_section[sno] 2025-03-07 07:52:17.980 | # The ini routines simply append a config item immediately 2025-03-07 07:52:17.981 | # after the section header. To keep the same order as defined 2025-03-07 07:52:17.981 | # in local.conf, invoke the ini routines in the reverse order 2025-03-07 07:52:17.981 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-03-07 07:52:17.981 | attr = cfg_sec_attr_name[sno, attr_no] 2025-03-07 07:52:17.981 | if (cfg_attr_count[section, attr] == 1) 2025-03-07 07:52:17.981 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-03-07 07:52:17.981 | else { 2025-03-07 07:52:17.981 | # For multiline, invoke the ini routines in the reverse order 2025-03-07 07:52:17.981 | count = cfg_attr_count[section, attr] 2025-03-07 07:52:17.981 | print "inidelete " configfile " " section " " attr 2025-03-07 07:52:17.981 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-03-07 07:52:17.981 | for (l = count -2; l >= 0; l--) 2025-03-07 07:52:17.981 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-03-07 07:52:17.981 | } 2025-03-07 07:52:17.981 | } 2025-03-07 07:52:17.981 | } 2025-03-07 07:52:17.981 | } 2025-03-07 07:52:17.981 | ' 2025-03-07 07:52:17.981 | + inc/meta-config:merge_config_file:164 : read a 2025-03-07 07:52:17.982 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-03-07 07:52:17.982 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-03-07 07:52:17.984 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-03-07 07:52:17.986 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2025-03-07 07:52:17.988 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-03-07 07:52:17.990 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2025-03-07 07:52:17.992 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2025-03-07 07:52:17.992 | BEGIN { group = "" } 2025-03-07 07:52:17.992 | /^\[\[.+\|.*\]\]/ { 2025-03-07 07:52:17.992 | gsub("[][]", "", $1); 2025-03-07 07:52:17.992 | split($1, a, "|"); 2025-03-07 07:52:17.992 | if (a[1] == matchgroup && a[2] == configfile) { 2025-03-07 07:52:17.992 | group=a[1] 2025-03-07 07:52:17.992 | } else { 2025-03-07 07:52:17.992 | group="" 2025-03-07 07:52:17.992 | } 2025-03-07 07:52:17.992 | next 2025-03-07 07:52:17.992 | } 2025-03-07 07:52:17.992 | { 2025-03-07 07:52:17.992 | if (group != "") 2025-03-07 07:52:17.992 | print $0 2025-03-07 07:52:17.992 | } 2025-03-07 07:52:17.992 | ' /opt/stack/devstack/local.conf 2025-03-07 07:52:17.997 | + lib/nova:start_nova_compute:1016 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-03-07 07:52:18.000 | + lib/nova:start_nova_compute:1019 : echo 'Skipping multi-cell conductor fleet setup' 2025-03-07 07:52:18.000 | Skipping multi-cell conductor fleet setup 2025-03-07 07:52:18.002 | + lib/nova:start_nova_compute:1031 : inidelete /etc/nova/nova-cpu.conf database connection 2025-03-07 07:52:18.017 | + lib/nova:start_nova_compute:1032 : inidelete /etc/nova/nova-cpu.conf api_database connection 2025-03-07 07:52:18.033 | + lib/nova:start_nova_compute:1037 : configure_console_compute 2025-03-07 07:52:18.035 | + lib/nova:configure_console_compute:664 : local offset 2025-03-07 07:52:18.037 | + lib/nova:configure_console_compute:665 : offset=0 2025-03-07 07:52:18.039 | + lib/nova:configure_console_compute:669 : local default_proxyclient_addr 2025-03-07 07:52:18.041 | ++ lib/nova:configure_console_compute:670 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2025-03-07 07:52:18.059 | + lib/nova:configure_console_compute:670 : default_proxyclient_addr=10.180.1.21 2025-03-07 07:52:18.061 | + lib/nova:configure_console_compute:674 : is_service_enabled n-cpu 2025-03-07 07:52:18.075 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:52:18.077 | + lib/nova:configure_console_compute:690 : is_service_enabled n-novnc 2025-03-07 07:52:18.091 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:52:18.093 | + lib/nova:configure_console_compute:690 : '[' False '!=' False ']' 2025-03-07 07:52:18.095 | + lib/nova:configure_console_compute:698 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2025-03-07 07:52:18.122 | + lib/nova:configure_console_compute:701 : is_service_enabled n-spice 2025-03-07 07:52:18.135 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:52:18.137 | + lib/nova:configure_console_compute:711 : is_service_enabled n-sproxy 2025-03-07 07:52:18.151 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:52:18.153 | + lib/nova:start_nova_compute:1041 : iniset /etc/nova/nova-cpu.conf DEFAULT reimage_timeout_per_gb 60 2025-03-07 07:52:18.179 | + lib/nova:start_nova_compute:1044 : '[' -n '' ']' 2025-03-07 07:52:18.181 | + lib/nova:start_nova_compute:1049 : [[ vsphere == \l\i\b\v\i\r\t ]] 2025-03-07 07:52:18.183 | + lib/nova:start_nova_compute:1053 : [[ vsphere = \l\i\b\v\i\r\t ]] 2025-03-07 07:52:18.185 | + lib/nova:start_nova_compute:1058 : [[ vsphere = \l\x\d ]] 2025-03-07 07:52:18.187 | + lib/nova:start_nova_compute:1060 : [[ vsphere = \d\o\c\k\e\r ]] 2025-03-07 07:52:18.189 | + lib/nova:start_nova_compute:1060 : [[ vsphere = \z\u\n ]] 2025-03-07 07:52:18.192 | + lib/nova:start_nova_compute:1062 : [[ vsphere = \f\a\k\e ]] 2025-03-07 07:52:18.195 | + lib/nova:start_nova_compute:1073 : is_service_enabled n-cpu 2025-03-07 07:52:18.210 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:52:18.212 | + lib/nova:start_nova_compute:1076 : run_process n-cpu '/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2025-03-07 07:52:18.214 | + functions-common:run_process:1689 : local service=n-cpu 2025-03-07 07:52:18.217 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2025-03-07 07:52:18.219 | + functions-common:run_process:1691 : local group= 2025-03-07 07:52:18.221 | + functions-common:run_process:1692 : local user= 2025-03-07 07:52:18.223 | + functions-common:run_process:1693 : local env_vars= 2025-03-07 07:52:18.224 | + functions-common:run_process:1695 : local name=n-cpu 2025-03-07 07:52:18.226 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:52:18.228 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:52:18.231 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:52:18.233 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:52:18.235 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:52:18.239 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333938237 2025-03-07 07:52:18.241 | + functions-common:run_process:1698 : is_service_enabled n-cpu 2025-03-07 07:52:18.257 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:52:18.257 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:52:18.259 | + functions-common:time_stop:2435 : local name 2025-03-07 07:52:18.262 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:52:18.264 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:52:18.266 | + functions-common:time_stop:2438 : local total 2025-03-07 07:52:18.268 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:52:18.270 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:52:18.272 | + functions-common:time_stop:2442 : start_time=1741333938237 2025-03-07 07:52:18.274 | + functions-common:time_stop:2444 : [[ -z 1741333938237 ]] 2025-03-07 07:52:18.276 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:52:18.280 | + functions-common:time_stop:2447 : end_time=1741333938277 2025-03-07 07:52:18.282 | + functions-common:time_stop:2448 : elapsed_time=40 2025-03-07 07:52:18.283 | + functions-common:time_stop:2449 : total=11275 2025-03-07 07:52:18.285 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:52:18.287 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=11315 2025-03-07 07:52:18.289 | + lib/nova:start_nova_compute:1079 : export PATH=/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-03-07 07:52:18.291 | + lib/nova:start_nova_compute:1079 : PATH=/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-03-07 07:52:18.293 | + lib/nova:start_nova:1180 : is_service_enabled n-api 2025-03-07 07:52:18.307 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:52:18.309 | + lib/nova:start_nova:1182 : echo 'Dumping cells_v2 mapping' 2025-03-07 07:52:18.309 | Dumping cells_v2 mapping 2025-03-07 07:52:18.311 | + lib/nova:start_nova:1183 : /usr/local/bin/nova-manage cell_v2 list_cells --verbose 2025-03-07 07:52:18.702 | 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-03-07 07:52:20.042 | +-------+--------------------------------------+------------------------------------------------+----------------------------------------------------------------+----------+ 2025-03-07 07:52:20.042 | | Name | UUID | Transport URL | Database Connection | Disabled | 2025-03-07 07:52:20.042 | +-------+--------------------------------------+------------------------------------------------+----------------------------------------------------------------+----------+ 2025-03-07 07:52:20.042 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8 | False | 2025-03-07 07:52:20.042 | | cell1 | d5b0d2e9-df60-4e9f-a2f8-a90735ec843d | rabbit://stackrabbit:stackdb@10.180.1.21:5672/ | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8 | False | 2025-03-07 07:52:20.042 | +-------+--------------------------------------+------------------------------------------------+----------------------------------------------------------------+----------+ 2025-03-07 07:52:20.395 | + stack.sh:main:1325 : async_runfunc create_flavors 2025-03-07 07:52:20.397 | + inc/async:async_runfunc:116 : async_run create_flavors create_flavors 2025-03-07 07:52:20.448 | + inc/async:async_inner:63 : create_flavors 2025-03-07 07:52:20.478 | [3562 Async create_flavors:58467]: running: create_flavors 2025-03-07 07:52:20.480 | + stack.sh:main:1327 : is_service_enabled cinder 2025-03-07 07:52:20.495 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:52:20.497 | + stack.sh:main:1328 : echo_summary 'Starting Cinder' 2025-03-07 07:52:20.499 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:52:20.501 | + stack.sh:echo_summary:455 : echo -e Starting Cinder 2025-03-07 07:52:20.503 | + stack.sh:main:1329 : start_cinder 2025-03-07 07:52:20.505 | + lib/cinder:start_cinder:585 : local service_port=8776 2025-03-07 07:52:20.507 | + lib/cinder:start_cinder:586 : local service_protocol=http 2025-03-07 07:52:20.509 | + lib/cinder:start_cinder:587 : local cinder_url 2025-03-07 07:52:20.511 | + lib/cinder:start_cinder:588 : is_service_enabled tls-proxy 2025-03-07 07:52:20.525 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:52:20.527 | + lib/cinder:start_cinder:592 : '[' lioadm = tgtadm ']' 2025-03-07 07:52:20.529 | + lib/cinder:start_cinder:612 : [[ 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-03-07 07:52:20.531 | + lib/cinder:start_cinder:613 : '[' True == False ']' 2025-03-07 07:52:20.534 | ++ lib/cinder:start_cinder:621 : which uwsgi 2025-03-07 07:52:20.537 | + lib/cinder:start_cinder:621 : run_process c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-03-07 07:52:20.539 | + functions-common:run_process:1689 : local service=c-api 2025-03-07 07:52:20.541 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-03-07 07:52:20.543 | + functions-common:run_process:1691 : local group= 2025-03-07 07:52:20.545 | + functions-common:run_process:1692 : local user= 2025-03-07 07:52:20.548 | + functions-common:run_process:1693 : local env_vars= 2025-03-07 07:52:20.550 | + functions-common:run_process:1695 : local name=c-api 2025-03-07 07:52:20.552 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:52:20.554 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:52:20.556 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:52:20.558 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:52:20.560 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:52:20.564 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333940562 2025-03-07 07:52:20.566 | + functions-common:run_process:1698 : is_service_enabled c-api 2025-03-07 07:52:20.578 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:52:20.580 | + functions-common:run_process:1699 : _run_under_systemd c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' '' '' 2025-03-07 07:52:20.583 | + functions-common:_run_under_systemd:1649 : local service=c-api 2025-03-07 07:52:20.584 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-03-07 07:52:20.586 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-03-07 07:52:20.588 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-03-07 07:52:20.590 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-03-07 07:52:20.592 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2025-03-07 07:52:20.594 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2025-03-07 07:52:20.596 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-api.service 2025-03-07 07:52:20.598 | + functions-common:_run_under_systemd:1656 : local group= 2025-03-07 07:52:20.600 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-03-07 07:52:20.602 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-03-07 07:52:20.605 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-03-07 07:52:20.607 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2025-03-07 07:52:20.609 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@c-api.service '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' stack '' 2025-03-07 07:52:20.611 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@c-api.service 2025-03-07 07:52:20.613 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-03-07 07:52:20.614 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2025-03-07 07:52:20.617 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2025-03-07 07:52:20.619 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2025-03-07 07:52:20.621 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@c-api.service 2025-03-07 07:52:20.623 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2025-03-07 07:52:20.626 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@c-api.service Unit Description 'Devstack devstack@c-api.service' 2025-03-07 07:52:20.676 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service SyslogIdentifier devstack@c-api.service 2025-03-07 07:52:20.725 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User stack 2025-03-07 07:52:20.766 | + functions-common:write_uwsgi_user_unit_file:1600 : 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' 2025-03-07 07:52:20.807 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-03-07 07:52:20.849 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2025-03-07 07:52:20.890 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2025-03-07 07:52:20.932 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2025-03-07 07:52:20.987 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2025-03-07 07:52:21.038 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2025-03-07 07:52:21.081 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2025-03-07 07:52:21.083 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2025-03-07 07:52:21.086 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target 2025-03-07 07:52:21.136 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2025-03-07 07:52:21.380 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-api.service 2025-03-07 07:52:21.390 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2025-03-07 07:52:21.626 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-api.service 2025-03-07 07:52:21.676 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:52:21.679 | + functions-common:time_stop:2435 : local name 2025-03-07 07:52:21.681 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:52:21.684 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:52:21.686 | + functions-common:time_stop:2438 : local total 2025-03-07 07:52:21.688 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:52:21.690 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:52:21.692 | + functions-common:time_stop:2442 : start_time=1741333940562 2025-03-07 07:52:21.694 | + functions-common:time_stop:2444 : [[ -z 1741333940562 ]] 2025-03-07 07:52:21.697 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:52:21.700 | + functions-common:time_stop:2447 : end_time=1741333941698 2025-03-07 07:52:21.702 | + functions-common:time_stop:2448 : elapsed_time=1136 2025-03-07 07:52:21.704 | + functions-common:time_stop:2449 : total=11315 2025-03-07 07:52:21.706 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:52:21.708 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12451 2025-03-07 07:52:21.710 | + lib/cinder:start_cinder:622 : cinder_url=http://10.180.1.21/volume/v3 2025-03-07 07:52:21.712 | + lib/cinder:start_cinder:626 : echo 'Waiting for Cinder API to start...' 2025-03-07 07:52:21.712 | Waiting for Cinder API to start... 2025-03-07 07:52:21.714 | + lib/cinder:start_cinder:627 : wait_for_service 60 http://10.180.1.21/volume/v3 2025-03-07 07:52:21.716 | + functions:wait_for_service:468 : local timeout=60 2025-03-07 07:52:21.717 | + functions:wait_for_service:469 : local url=http://10.180.1.21/volume/v3 2025-03-07 07:52:21.719 | + functions:wait_for_service:470 : local rval=0 2025-03-07 07:52:21.721 | + functions:wait_for_service:471 : time_start wait_for_service 2025-03-07 07:52:21.723 | + functions-common:time_start:2421 : local name=wait_for_service 2025-03-07 07:52:21.725 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:52:21.727 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:52:21.730 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:52:21.733 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333941730 2025-03-07 07:52:21.735 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-03-07 07:52:21.738 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/volume/v3 2025-03-07 07:52:23.794 | + :: : [[ 401 == 503 ]] 2025-03-07 07:52:23.795 | + :: : [[ 0 -eq 7 ]] 2025-03-07 07:52:23.798 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-03-07 07:52:23.800 | + functions-common:time_stop:2435 : local name 2025-03-07 07:52:23.802 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:52:23.804 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:52:23.806 | + functions-common:time_stop:2438 : local total 2025-03-07 07:52:23.808 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:52:23.810 | + functions-common:time_stop:2441 : name=wait_for_service 2025-03-07 07:52:23.812 | + functions-common:time_stop:2442 : start_time=1741333941730 2025-03-07 07:52:23.814 | + functions-common:time_stop:2444 : [[ -z 1741333941730 ]] 2025-03-07 07:52:23.817 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:52:23.820 | + functions-common:time_stop:2447 : end_time=1741333943819 2025-03-07 07:52:23.823 | + functions-common:time_stop:2448 : elapsed_time=2089 2025-03-07 07:52:23.825 | + functions-common:time_stop:2449 : total=6308 2025-03-07 07:52:23.827 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:52:23.829 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8397 2025-03-07 07:52:23.831 | + functions:wait_for_service:478 : return 0 2025-03-07 07:52:23.833 | + lib/cinder:start_cinder:631 : run_process c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-03-07 07:52:23.835 | + functions-common:run_process:1689 : local service=c-sch 2025-03-07 07:52:23.837 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-03-07 07:52:23.839 | + functions-common:run_process:1691 : local group= 2025-03-07 07:52:23.841 | + functions-common:run_process:1692 : local user= 2025-03-07 07:52:23.843 | + functions-common:run_process:1693 : local env_vars= 2025-03-07 07:52:23.845 | + functions-common:run_process:1695 : local name=c-sch 2025-03-07 07:52:23.847 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:52:23.849 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:52:23.851 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:52:23.853 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:52:23.856 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:52:23.860 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333943857 2025-03-07 07:52:23.862 | + functions-common:run_process:1698 : is_service_enabled c-sch 2025-03-07 07:52:23.876 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:52:23.878 | + functions-common:run_process:1699 : _run_under_systemd c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' '' '' 2025-03-07 07:52:23.880 | + functions-common:_run_under_systemd:1649 : local service=c-sch 2025-03-07 07:52:23.881 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-03-07 07:52:23.883 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-03-07 07:52:23.885 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-03-07 07:52:23.887 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-03-07 07:52:23.889 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2025-03-07 07:52:23.891 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2025-03-07 07:52:23.893 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-sch.service 2025-03-07 07:52:23.895 | + functions-common:_run_under_systemd:1656 : local group= 2025-03-07 07:52:23.897 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-03-07 07:52:23.899 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-03-07 07:52:23.901 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-03-07 07:52:23.903 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2025-03-07 07:52:23.905 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@c-sch.service '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' stack '' 2025-03-07 07:52:23.907 | + functions-common:write_user_unit_file:1558 : local service=devstack@c-sch.service 2025-03-07 07:52:23.909 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-03-07 07:52:23.911 | + functions-common:write_user_unit_file:1560 : local group= 2025-03-07 07:52:23.913 | + functions-common:write_user_unit_file:1561 : local user=stack 2025-03-07 07:52:23.916 | + functions-common:write_user_unit_file:1562 : local env_vars= 2025-03-07 07:52:23.917 | + functions-common:write_user_unit_file:1563 : local extra= 2025-03-07 07:52:23.919 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-03-07 07:52:23.921 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2025-03-07 07:52:23.923 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-03-07 07:52:23.927 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Unit Description 'Devstack devstack@c-sch.service' 2025-03-07 07:52:23.979 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User stack 2025-03-07 07:52:24.026 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecStart '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-03-07 07:52:24.068 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2025-03-07 07:52:24.109 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2025-03-07 07:52:24.151 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-03-07 07:52:24.195 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2025-03-07 07:52:24.197 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-03-07 07:52:24.199 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2025-03-07 07:52:24.248 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-03-07 07:52:24.515 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-sch.service 2025-03-07 07:52:24.525 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2025-03-07 07:52:24.772 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-sch.service 2025-03-07 07:52:24.795 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:52:24.798 | + functions-common:time_stop:2435 : local name 2025-03-07 07:52:24.800 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:52:24.802 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:52:24.804 | + functions-common:time_stop:2438 : local total 2025-03-07 07:52:24.806 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:52:24.808 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:52:24.810 | + functions-common:time_stop:2442 : start_time=1741333943857 2025-03-07 07:52:24.812 | + functions-common:time_stop:2444 : [[ -z 1741333943857 ]] 2025-03-07 07:52:24.814 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:52:24.818 | + functions-common:time_stop:2447 : end_time=1741333944815 2025-03-07 07:52:24.820 | + functions-common:time_stop:2448 : elapsed_time=958 2025-03-07 07:52:24.821 | + functions-common:time_stop:2449 : total=12451 2025-03-07 07:52:24.823 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:52:24.825 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13409 2025-03-07 07:52:24.827 | + lib/cinder:start_cinder:636 : malloc_tuning='MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-03-07 07:52:24.829 | + lib/cinder:start_cinder:637 : run_process c-bak '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-03-07 07:52:24.831 | + functions-common:run_process:1689 : local service=c-bak 2025-03-07 07:52:24.833 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2025-03-07 07:52:24.835 | + functions-common:run_process:1691 : local group= 2025-03-07 07:52:24.837 | + functions-common:run_process:1692 : local user= 2025-03-07 07:52:24.839 | + functions-common:run_process:1693 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-03-07 07:52:24.841 | + functions-common:run_process:1695 : local name=c-bak 2025-03-07 07:52:24.843 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:52:24.845 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:52:24.847 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:52:24.849 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:52:24.852 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:52:24.855 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333944853 2025-03-07 07:52:24.857 | + functions-common:run_process:1698 : is_service_enabled c-bak 2025-03-07 07:52:24.871 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:52:24.873 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:52:24.875 | + functions-common:time_stop:2435 : local name 2025-03-07 07:52:24.877 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:52:24.879 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:52:24.881 | + functions-common:time_stop:2438 : local total 2025-03-07 07:52:24.882 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:52:24.884 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:52:24.886 | + functions-common:time_stop:2442 : start_time=1741333944853 2025-03-07 07:52:24.888 | + functions-common:time_stop:2444 : [[ -z 1741333944853 ]] 2025-03-07 07:52:24.891 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:52:24.894 | + functions-common:time_stop:2447 : end_time=1741333944892 2025-03-07 07:52:24.896 | + functions-common:time_stop:2448 : elapsed_time=39 2025-03-07 07:52:24.899 | + functions-common:time_stop:2449 : total=13409 2025-03-07 07:52:24.901 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:52:24.903 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13448 2025-03-07 07:52:24.904 | + lib/cinder:start_cinder:638 : run_process c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-03-07 07:52:24.907 | + functions-common:run_process:1689 : local service=c-vol 2025-03-07 07:52:24.909 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-03-07 07:52:24.911 | + functions-common:run_process:1691 : local group= 2025-03-07 07:52:24.913 | + functions-common:run_process:1692 : local user= 2025-03-07 07:52:24.914 | + functions-common:run_process:1693 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-03-07 07:52:24.916 | + functions-common:run_process:1695 : local name=c-vol 2025-03-07 07:52:24.918 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:52:24.920 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:52:24.922 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:52:24.924 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:52:24.927 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:52:24.930 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333944928 2025-03-07 07:52:24.933 | + functions-common:run_process:1698 : is_service_enabled c-vol 2025-03-07 07:52:24.947 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:52:24.949 | + functions-common:run_process:1699 : _run_under_systemd c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-03-07 07:52:24.951 | + functions-common:_run_under_systemd:1649 : local service=c-vol 2025-03-07 07:52:24.953 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-03-07 07:52:24.955 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-03-07 07:52:24.957 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-03-07 07:52:24.959 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-03-07 07:52:24.961 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ sudo ]] 2025-03-07 07:52:24.963 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2025-03-07 07:52:24.965 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-vol.service 2025-03-07 07:52:24.967 | + functions-common:_run_under_systemd:1656 : local group= 2025-03-07 07:52:24.969 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-03-07 07:52:24.971 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-03-07 07:52:24.973 | + functions-common:_run_under_systemd:1661 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-03-07 07:52:24.975 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2025-03-07 07:52:24.977 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@c-vol.service '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' stack 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-03-07 07:52:24.979 | + functions-common:write_user_unit_file:1558 : local service=devstack@c-vol.service 2025-03-07 07:52:24.981 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-03-07 07:52:24.983 | + functions-common:write_user_unit_file:1560 : local group= 2025-03-07 07:52:24.985 | + functions-common:write_user_unit_file:1561 : local user=stack 2025-03-07 07:52:24.987 | + functions-common:write_user_unit_file:1562 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-03-07 07:52:24.989 | + functions-common:write_user_unit_file:1563 : local extra= 2025-03-07 07:52:24.990 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2025-03-07 07:52:24.992 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@c-vol.service 2025-03-07 07:52:24.994 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2025-03-07 07:52:24.997 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Unit Description 'Devstack devstack@c-vol.service' 2025-03-07 07:52:25.047 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service User stack 2025-03-07 07:52:25.099 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecStart '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-03-07 07:52:25.141 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service KillMode process 2025-03-07 07:52:25.183 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service TimeoutStopSec 300 2025-03-07 07:52:25.226 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-03-07 07:52:25.268 | + functions-common:write_user_unit_file:1576 : [[ -n MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144 ]] 2025-03-07 07:52:25.271 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service Environment 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-03-07 07:52:25.312 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2025-03-07 07:52:25.315 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Install WantedBy multi-user.target 2025-03-07 07:52:25.367 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2025-03-07 07:52:25.625 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-vol.service 2025-03-07 07:52:25.637 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-vol.service → /etc/systemd/system/devstack@c-vol.service. 2025-03-07 07:52:25.917 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-vol.service 2025-03-07 07:52:25.944 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:52:25.946 | + functions-common:time_stop:2435 : local name 2025-03-07 07:52:25.948 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:52:25.950 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:52:25.952 | + functions-common:time_stop:2438 : local total 2025-03-07 07:52:25.954 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:52:25.956 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:52:25.958 | + functions-common:time_stop:2442 : start_time=1741333944928 2025-03-07 07:52:25.960 | + functions-common:time_stop:2444 : [[ -z 1741333944928 ]] 2025-03-07 07:52:25.962 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:52:25.966 | + functions-common:time_stop:2447 : end_time=1741333945964 2025-03-07 07:52:25.968 | + functions-common:time_stop:2448 : elapsed_time=1036 2025-03-07 07:52:25.970 | + functions-common:time_stop:2449 : total=13448 2025-03-07 07:52:25.972 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:52:25.974 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14484 2025-03-07 07:52:25.976 | + stack.sh:main:1330 : create_volume_types 2025-03-07 07:52:25.978 | + lib/cinder:create_volume_types:673 : is_service_enabled c-api 2025-03-07 07:52:25.992 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:52:25.994 | + lib/cinder:create_volume_types:673 : [[ -n vmdk:vsphere ]] 2025-03-07 07:52:25.996 | + lib/cinder:create_volume_types:674 : local be be_name 2025-03-07 07:52:25.998 | + lib/cinder:create_volume_types:675 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-03-07 07:52:26.000 | + lib/cinder:create_volume_types:676 : be_name=vsphere 2025-03-07 07:52:26.002 | + lib/cinder:create_volume_types:677 : create_one_type vsphere volume_backend_name vsphere 2025-03-07 07:52:26.004 | + lib/cinder:create_one_type:654 : type_name=vsphere 2025-03-07 07:52:26.006 | + lib/cinder:create_one_type:655 : property_key=volume_backend_name 2025-03-07 07:52:26.009 | + lib/cinder:create_one_type:656 : property_value=vsphere 2025-03-07 07:52:26.011 | + lib/cinder:create_one_type:658 : is_service_enabled keystone 2025-03-07 07:52:26.026 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:52:26.029 | + lib/cinder:create_one_type:659 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=vsphere vsphere 2025-03-07 07:52:27.909 | +-------------+--------------------------------------+ 2025-03-07 07:52:27.909 | | Field | Value | 2025-03-07 07:52:27.909 | +-------------+--------------------------------------+ 2025-03-07 07:52:27.909 | | description | None | 2025-03-07 07:52:27.910 | | id | 02dce63b-af6d-4823-84c5-96fd48a1b194 | 2025-03-07 07:52:27.910 | | is_public | True | 2025-03-07 07:52:27.910 | | name | vsphere | 2025-03-07 07:52:27.910 | | properties | volume_backend_name='vsphere' | 2025-03-07 07:52:27.910 | +-------------+--------------------------------------+ 2025-03-07 07:52:28.036 | + lib/cinder:create_volume_types:680 : [[ False == \T\r\u\e ]] 2025-03-07 07:52:28.038 | + lib/cinder:create_volume_types:687 : [[ False == \T\r\u\e ]] 2025-03-07 07:52:28.040 | + stack.sh:main:1335 : [[ False == \T\r\u\e ]] 2025-03-07 07:52:28.042 | + stack.sh:main:1343 : is_service_enabled glance 2025-03-07 07:52:28.057 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:52:28.059 | + stack.sh:main:1344 : echo_summary 'Starting Glance' 2025-03-07 07:52:28.061 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:52:28.063 | + stack.sh:echo_summary:455 : echo -e Starting Glance 2025-03-07 07:52:28.065 | + stack.sh:main:1345 : start_glance 2025-03-07 07:52:28.067 | + lib/glance:start_glance:606 : local service_protocol=http 2025-03-07 07:52:28.069 | + lib/glance:start_glance:607 : is_service_enabled tls-proxy 2025-03-07 07:52:28.084 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:52:28.086 | + lib/glance:start_glance:613 : [[ False == False ]] 2025-03-07 07:52:28.089 | ++ lib/glance:start_glance:614 : which uwsgi 2025-03-07 07:52:28.092 | + lib/glance:start_glance:614 : run_process g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-03-07 07:52:28.094 | + functions-common:run_process:1689 : local service=g-api 2025-03-07 07:52:28.096 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-03-07 07:52:28.099 | + functions-common:run_process:1691 : local group= 2025-03-07 07:52:28.101 | + functions-common:run_process:1692 : local user= 2025-03-07 07:52:28.103 | + functions-common:run_process:1693 : local env_vars= 2025-03-07 07:52:28.105 | + functions-common:run_process:1695 : local name=g-api 2025-03-07 07:52:28.107 | + functions-common:run_process:1697 : time_start run_process 2025-03-07 07:52:28.109 | + functions-common:time_start:2421 : local name=run_process 2025-03-07 07:52:28.111 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:52:28.113 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:52:28.116 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:52:28.119 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333948117 2025-03-07 07:52:28.121 | + functions-common:run_process:1698 : is_service_enabled g-api 2025-03-07 07:52:28.135 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:52:28.138 | + functions-common:run_process:1699 : _run_under_systemd g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' '' '' 2025-03-07 07:52:28.140 | + functions-common:_run_under_systemd:1649 : local service=g-api 2025-03-07 07:52:28.142 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-03-07 07:52:28.144 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-03-07 07:52:28.146 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-03-07 07:52:28.148 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-03-07 07:52:28.150 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2025-03-07 07:52:28.152 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2025-03-07 07:52:28.154 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@g-api.service 2025-03-07 07:52:28.156 | + functions-common:_run_under_systemd:1656 : local group= 2025-03-07 07:52:28.158 | + functions-common:_run_under_systemd:1657 : local user=stack 2025-03-07 07:52:28.161 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2025-03-07 07:52:28.163 | + functions-common:_run_under_systemd:1661 : local env_vars= 2025-03-07 07:52:28.165 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2025-03-07 07:52:28.167 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@g-api.service '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' stack '' 2025-03-07 07:52:28.169 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@g-api.service 2025-03-07 07:52:28.171 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-03-07 07:52:28.173 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2025-03-07 07:52:28.175 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2025-03-07 07:52:28.177 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2025-03-07 07:52:28.179 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@g-api.service 2025-03-07 07:52:28.181 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2025-03-07 07:52:28.184 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@g-api.service Unit Description 'Devstack devstack@g-api.service' 2025-03-07 07:52:28.235 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service SyslogIdentifier devstack@g-api.service 2025-03-07 07:52:28.287 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User stack 2025-03-07 07:52:28.331 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-03-07 07:52:28.375 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-03-07 07:52:28.420 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2025-03-07 07:52:28.463 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2025-03-07 07:52:28.506 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2025-03-07 07:52:28.549 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2025-03-07 07:52:28.593 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2025-03-07 07:52:28.636 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2025-03-07 07:52:28.639 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2025-03-07 07:52:28.641 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target 2025-03-07 07:52:28.696 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2025-03-07 07:52:28.950 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@g-api.service 2025-03-07 07:52:28.960 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2025-03-07 07:52:29.212 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@g-api.service 2025-03-07 07:52:29.265 | + functions-common:run_process:1701 : time_stop run_process 2025-03-07 07:52:29.267 | + functions-common:time_stop:2435 : local name 2025-03-07 07:52:29.269 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:52:29.271 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:52:29.273 | + functions-common:time_stop:2438 : local total 2025-03-07 07:52:29.275 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:52:29.277 | + functions-common:time_stop:2441 : name=run_process 2025-03-07 07:52:29.279 | + functions-common:time_stop:2442 : start_time=1741333948117 2025-03-07 07:52:29.284 | + functions-common:time_stop:2444 : [[ -z 1741333948117 ]] 2025-03-07 07:52:29.284 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:52:29.288 | + functions-common:time_stop:2447 : end_time=1741333949285 2025-03-07 07:52:29.291 | + functions-common:time_stop:2448 : elapsed_time=1168 2025-03-07 07:52:29.291 | + functions-common:time_stop:2449 : total=14484 2025-03-07 07:52:29.293 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:52:29.295 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=15652 2025-03-07 07:52:29.299 | + lib/glance:start_glance:619 : is_service_enabled g-api-r 2025-03-07 07:52:29.313 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:52:29.315 | + lib/glance:start_glance:624 : echo 'Waiting for g-api (10.180.1.21) to start...' 2025-03-07 07:52:29.315 | Waiting for g-api (10.180.1.21) to start... 2025-03-07 07:52:29.317 | + lib/glance:start_glance:625 : wait_for_service 60 http://10.180.1.21/image 2025-03-07 07:52:29.319 | + functions:wait_for_service:468 : local timeout=60 2025-03-07 07:52:29.321 | + functions:wait_for_service:469 : local url=http://10.180.1.21/image 2025-03-07 07:52:29.323 | + functions:wait_for_service:470 : local rval=0 2025-03-07 07:52:29.325 | + functions:wait_for_service:471 : time_start wait_for_service 2025-03-07 07:52:29.327 | + functions-common:time_start:2421 : local name=wait_for_service 2025-03-07 07:52:29.329 | + functions-common:time_start:2422 : local start_time= 2025-03-07 07:52:29.331 | + functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:52:29.334 | ++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:52:29.337 | + functions-common:time_start:2426 : _TIME_START[$name]=1741333949335 2025-03-07 07:52:29.339 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-03-07 07:52:29.343 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/image 2025-03-07 07:52:31.378 | + :: : [[ 300 == 503 ]] 2025-03-07 07:52:31.379 | + :: : [[ 0 -eq 7 ]] 2025-03-07 07:52:31.382 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-03-07 07:52:31.384 | + functions-common:time_stop:2435 : local name 2025-03-07 07:52:31.386 | + functions-common:time_stop:2436 : local end_time 2025-03-07 07:52:31.388 | + functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:52:31.390 | + functions-common:time_stop:2438 : local total 2025-03-07 07:52:31.392 | + functions-common:time_stop:2439 : local start_time 2025-03-07 07:52:31.394 | + functions-common:time_stop:2441 : name=wait_for_service 2025-03-07 07:52:31.396 | + functions-common:time_stop:2442 : start_time=1741333949335 2025-03-07 07:52:31.398 | + functions-common:time_stop:2444 : [[ -z 1741333949335 ]] 2025-03-07 07:52:31.401 | ++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:52:31.404 | + functions-common:time_stop:2447 : end_time=1741333951402 2025-03-07 07:52:31.406 | + functions-common:time_stop:2448 : elapsed_time=2067 2025-03-07 07:52:31.408 | + functions-common:time_stop:2449 : total=8397 2025-03-07 07:52:31.410 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:52:31.412 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10464 2025-03-07 07:52:31.415 | + functions:wait_for_service:478 : return 0 2025-03-07 07:52:31.416 | + stack.sh:main:1359 : is_service_enabled mysql postgresql 2025-03-07 07:52:31.431 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:52:31.433 | + stack.sh:main:1359 : is_service_enabled glance 2025-03-07 07:52:31.448 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:52:31.450 | + stack.sh:main:1360 : echo_summary 'Uploading images' 2025-03-07 07:52:31.452 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:52:31.454 | + stack.sh:echo_summary:455 : echo -e Uploading images 2025-03-07 07:52:31.456 | + stack.sh:main:1362 : for image_url in ${IMAGE_URLS//,/ } 2025-03-07 07:52:31.458 | + stack.sh:main:1363 : upload_image 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-03-07 07:52:31.459 | + 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-03-07 07:52:31.461 | + functions:upload_image:134 : local image image_fname image_name 2025-03-07 07:52:31.463 | + functions:upload_image:136 : local max_attempts=5 2025-03-07 07:52:31.464 | + functions:upload_image:139 : mkdir -p /opt/stack/devstack/files/images 2025-03-07 07:52:31.467 | ++ functions:upload_image:140 : basename 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-03-07 07:52:31.471 | + functions:upload_image:140 : image_fname='cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-03-07 07:52:31.472 | + functions:upload_image:141 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk != file* ]] 2025-03-07 07:52:31.474 | + functions:upload_image:143 : [[ ! -f /opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk ]] 2025-03-07 07:52:31.476 | ++ functions:upload_image:144 : seq 5 2025-03-07 07:52:31.479 | + functions:upload_image:144 : for attempt in `seq $max_attempts` 2025-03-07 07:52:31.481 | + functions:upload_image:145 : local rc=0 2025-03-07 07:52:31.482 | + 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-03-07 07:52:31.484 | --2025-03-07 07:52:31-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk 2025-03-07 07:52:31.490 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2025-03-07 07:52:31.491 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2025-03-07 07:52:31.535 | HTTP request sent, awaiting response... 200 OK 2025-03-07 07:52:31.535 | Length: 21318656 (20M) [application/octet-stream] 2025-03-07 07:52:31.535 | Saving to: ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ 2025-03-07 07:52:31.542 | 2025-03-07 07:52:31.633 | 0K ........ ........ .... 100% 208M=0.1s 2025-03-07 07:52:31.633 | 2025-03-07 07:52:31.633 | 2025-03-07 07:52:31 (208 MB/s) - ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ saved [21318656/21318656] 2025-03-07 07:52:31.633 | 2025-03-07 07:52:31.637 | + functions:upload_image:147 : [[ 0 -ne 0 ]] 2025-03-07 07:52:31.639 | + functions:upload_image:155 : break 2025-03-07 07:52:31.641 | + functions:upload_image:159 : image='/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-03-07 07:52:31.643 | + functions:upload_image:173 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ openvz ]] 2025-03-07 07:52:31.645 | + functions:upload_image:180 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ \.vmdk ]] 2025-03-07 07:52:31.647 | + functions:upload_image:181 : image_name='cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-03-07 07:52:31.648 | + functions:upload_image:194 : local vmdk_disktype= 2025-03-07 07:52:31.650 | + functions:upload_image:195 : local vmdk_net_adapter=e1000 2025-03-07 07:52:31.652 | + functions:upload_image:196 : local path_len 2025-03-07 07:52:31.654 | + functions:upload_image:199 : local vmdk_adapter_type 2025-03-07 07:52:31.657 | ++ functions:upload_image:200 : grep -a -F -m 1 'ddb.adapterType =' '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-03-07 07:52:31.657 | ++ functions:upload_image:200 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-03-07 07:52:31.661 | + functions:upload_image:200 : vmdk_adapter_type='ddb.adapterType = "ide"' 2025-03-07 07:52:31.662 | + functions:upload_image:201 : vmdk_adapter_type='ide"' 2025-03-07 07:52:31.664 | + functions:upload_image:202 : vmdk_adapter_type=ide 2025-03-07 07:52:31.666 | + functions:upload_image:205 : local vmdk_create_type 2025-03-07 07:52:31.668 | ++ functions:upload_image:206 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-03-07 07:52:31.668 | ++ functions:upload_image:206 : grep -a -F -m 1 createType= '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-03-07 07:52:31.672 | + functions:upload_image:206 : vmdk_create_type='createType="streamOptimized"' 2025-03-07 07:52:31.674 | + functions:upload_image:207 : vmdk_create_type='streamOptimized"' 2025-03-07 07:52:31.676 | + functions:upload_image:208 : vmdk_create_type=streamOptimized 2025-03-07 07:52:31.677 | + functions:upload_image:211 : descriptor_data_pair_msg='Monolithic flat and VMFS disks should use a descriptor-data pair.' 2025-03-07 07:52:31.679 | + functions:upload_image:212 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\S\p\a\r\s\e ]] 2025-03-07 07:52:31.681 | + functions:upload_image:214 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\F\l\a\t ]] 2025-03-07 07:52:31.683 | + functions:upload_image:214 : [[ streamOptimized = \v\m\f\s ]] 2025-03-07 07:52:31.685 | + functions:upload_image:242 : [[ streamOptimized = \s\t\r\e\a\m\O\p\t\i\m\i\z\e\d ]] 2025-03-07 07:52:31.687 | + functions:upload_image:243 : vmdk_disktype=streamOptimized 2025-03-07 07:52:31.690 | ++ functions:upload_image:283 : echo 'cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-03-07 07:52:31.690 | ++ functions:upload_image:283 : grep -oP '(?<=-)(?!.*-).*[:;].*[:;].*$' 2025-03-07 07:52:31.694 | + functions:upload_image:283 : property_string='sparse;paraVirtual;vmxnet3' 2025-03-07 07:52:31.696 | + functions:upload_image:284 : IFS=':;' 2025-03-07 07:52:31.698 | + functions:upload_image:284 : read -a props 2025-03-07 07:52:31.700 | + functions:upload_image:285 : vmdk_disktype=sparse 2025-03-07 07:52:31.701 | + functions:upload_image:286 : vmdk_adapter_type=paraVirtual 2025-03-07 07:52:31.703 | + functions:upload_image:287 : vmdk_net_adapter=vmxnet3 2025-03-07 07:52:31.705 | + 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-03-07 07:52:31.707 | + functions:_upload_image:104 : local 'image_name=cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-03-07 07:52:31.708 | + functions:_upload_image:105 : shift 2025-03-07 07:52:31.710 | + functions:_upload_image:106 : local container=bare 2025-03-07 07:52:31.712 | + functions:_upload_image:107 : shift 2025-03-07 07:52:31.713 | + functions:_upload_image:108 : local disk=vmdk 2025-03-07 07:52:31.715 | + functions:_upload_image:109 : shift 2025-03-07 07:52:31.716 | + functions:_upload_image:110 : local 'image=/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-03-07 07:52:31.718 | + functions:_upload_image:111 : shift 2025-03-07 07:52:31.720 | + functions:_upload_image:112 : local properties 2025-03-07 07:52:31.721 | + functions:_upload_image:113 : local useimport 2025-03-07 07:52:31.724 | ++ functions:_upload_image:115 : _image_properties_to_arg vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2025-03-07 07:52:31.725 | ++ functions:_image_properties_to_arg:87 : local result= 2025-03-07 07:52:31.727 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-03-07 07:52:31.729 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_disktype=sparse' 2025-03-07 07:52:31.731 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-03-07 07:52:31.732 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_adaptertype=paraVirtual' 2025-03-07 07:52:31.734 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-03-07 07:52:31.736 | ++ functions:_image_properties_to_arg:89 : result+=' --property hw_vif_model=vmxnet3' 2025-03-07 07:52:31.738 | ++ functions:_image_properties_to_arg:91 : echo --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2025-03-07 07:52:31.740 | + functions:_upload_image:115 : properties='--property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3' 2025-03-07 07:52:31.742 | + functions:_upload_image:117 : [[ False == \T\r\u\e ]] 2025-03-07 07:52:31.743 | + 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-03-07 07:52:33.996 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-03-07 07:52:33.996 | | Field | Value | 2025-03-07 07:52:33.996 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-03-07 07:52:33.996 | | container_format | bare | 2025-03-07 07:52:33.996 | | created_at | 2025-03-07T07:52:33Z | 2025-03-07 07:52:33.996 | | disk_format | vmdk | 2025-03-07 07:52:33.996 | | file | /v2/images/e017c336-3a02-4b58-874a-44a1d1e154fd/file | 2025-03-07 07:52:33.996 | | id | e017c336-3a02-4b58-874a-44a1d1e154fd | 2025-03-07 07:52:33.996 | | min_disk | 0 | 2025-03-07 07:52:33.996 | | min_ram | 0 | 2025-03-07 07:52:33.996 | | name | cirros-d240228-sparse;paraVirtual;vmxnet3 | 2025-03-07 07:52:33.996 | | owner | a06639ef48fd43768e273db76d6c8f54 | 2025-03-07 07:52:33.996 | | 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-03-07 07:52:33.996 | | protected | False | 2025-03-07 07:52:33.996 | | schema | /v2/schemas/image | 2025-03-07 07:52:33.996 | | status | queued | 2025-03-07 07:52:33.996 | | tags | | 2025-03-07 07:52:33.996 | | updated_at | 2025-03-07T07:52:33Z | 2025-03-07 07:52:33.996 | | visibility | public | 2025-03-07 07:52:33.996 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-03-07 07:52:34.118 | + functions:upload_image:291 : return 2025-03-07 07:52:34.120 | + stack.sh:main:1367 : async_wait create_flavors 2025-03-07 07:52:34.160 | [3562 Async create_flavors:58467]: Waiting for completion of create_flavors running on PID 58467 (2 other jobs running) 2025-03-07 07:52:34.178 | [3562 Async create_flavors:58467]: Signaling child to exit 2025-03-07 07:52:36.079 | + inc/async:async_inner:64 : rc=0 2025-03-07 07:52:36.099 | [58467 Async create_flavors:58467]: finished successfully 2025-03-07 07:52:36.115 | WAKEUP 2025-03-07 07:52:36.133 | [3562 Async create_flavors:58467]: Signaled 2025-03-07 07:52:36.133 | + lib/nova:create_flavors:1247 : is_service_enabled n-api 2025-03-07 07:52:36.133 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:52:36.133 | + lib/nova:create_flavors:1248 : openstack --os-region-name=RegionOne flavor list 2025-03-07 07:52:36.133 | + lib/nova:create_flavors:1248 : grep -q ds512M 2025-03-07 07:52:36.133 | + lib/nova:create_flavors:1250 : openstack --os-region-name=RegionOne flavor create --id c1 --ram 256 --disk 1 --vcpus 1 --property hw_rng:allowed=True cirros256 2025-03-07 07:52:36.133 | +----------------------------+-----------------------+ 2025-03-07 07:52:36.133 | | Field | Value | 2025-03-07 07:52:36.133 | +----------------------------+-----------------------+ 2025-03-07 07:52:36.133 | | OS-FLV-DISABLED:disabled | False | 2025-03-07 07:52:36.133 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-03-07 07:52:36.133 | | description | None | 2025-03-07 07:52:36.133 | | disk | 1 | 2025-03-07 07:52:36.133 | | id | c1 | 2025-03-07 07:52:36.133 | | name | cirros256 | 2025-03-07 07:52:36.134 | | os-flavor-access:is_public | True | 2025-03-07 07:52:36.134 | | properties | hw_rng:allowed='True' | 2025-03-07 07:52:36.134 | | ram | 256 | 2025-03-07 07:52:36.134 | | rxtx_factor | 1.0 | 2025-03-07 07:52:36.134 | | swap | | 2025-03-07 07:52:36.134 | | vcpus | 1 | 2025-03-07 07:52:36.134 | +----------------------------+-----------------------+ 2025-03-07 07:52:36.134 | + lib/nova:create_flavors:1251 : openstack --os-region-name=RegionOne flavor create --id d1 --ram 512 --disk 5 --vcpus 1 --property hw_rng:allowed=True ds512M 2025-03-07 07:52:36.134 | +----------------------------+-----------------------+ 2025-03-07 07:52:36.134 | | Field | Value | 2025-03-07 07:52:36.134 | +----------------------------+-----------------------+ 2025-03-07 07:52:36.134 | | OS-FLV-DISABLED:disabled | False | 2025-03-07 07:52:36.134 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-03-07 07:52:36.134 | | description | None | 2025-03-07 07:52:36.134 | | disk | 5 | 2025-03-07 07:52:36.134 | | id | d1 | 2025-03-07 07:52:36.134 | | name | ds512M | 2025-03-07 07:52:36.134 | | os-flavor-access:is_public | True | 2025-03-07 07:52:36.134 | | properties | hw_rng:allowed='True' | 2025-03-07 07:52:36.134 | | ram | 512 | 2025-03-07 07:52:36.134 | | rxtx_factor | 1.0 | 2025-03-07 07:52:36.134 | | swap | | 2025-03-07 07:52:36.134 | | vcpus | 1 | 2025-03-07 07:52:36.134 | +----------------------------+-----------------------+ 2025-03-07 07:52:36.134 | + lib/nova:create_flavors:1252 : openstack --os-region-name=RegionOne flavor create --id d2 --ram 1024 --disk 10 --vcpus 1 --property hw_rng:allowed=True ds1G 2025-03-07 07:52:36.134 | +----------------------------+-----------------------+ 2025-03-07 07:52:36.134 | | Field | Value | 2025-03-07 07:52:36.134 | +----------------------------+-----------------------+ 2025-03-07 07:52:36.134 | | OS-FLV-DISABLED:disabled | False | 2025-03-07 07:52:36.134 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-03-07 07:52:36.134 | | description | None | 2025-03-07 07:52:36.134 | | disk | 10 | 2025-03-07 07:52:36.134 | | id | d2 | 2025-03-07 07:52:36.134 | | name | ds1G | 2025-03-07 07:52:36.134 | | os-flavor-access:is_public | True | 2025-03-07 07:52:36.134 | | properties | hw_rng:allowed='True' | 2025-03-07 07:52:36.134 | | ram | 1024 | 2025-03-07 07:52:36.134 | | rxtx_factor | 1.0 | 2025-03-07 07:52:36.134 | | swap | | 2025-03-07 07:52:36.134 | | vcpus | 1 | 2025-03-07 07:52:36.134 | +----------------------------+-----------------------+ 2025-03-07 07:52:36.134 | + lib/nova:create_flavors:1253 : openstack --os-region-name=RegionOne flavor create --id d3 --ram 2048 --disk 10 --vcpus 2 --property hw_rng:allowed=True ds2G 2025-03-07 07:52:36.134 | +----------------------------+-----------------------+ 2025-03-07 07:52:36.134 | | Field | Value | 2025-03-07 07:52:36.134 | +----------------------------+-----------------------+ 2025-03-07 07:52:36.134 | | OS-FLV-DISABLED:disabled | False | 2025-03-07 07:52:36.134 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-03-07 07:52:36.134 | | description | None | 2025-03-07 07:52:36.134 | | disk | 10 | 2025-03-07 07:52:36.134 | | id | d3 | 2025-03-07 07:52:36.134 | | name | ds2G | 2025-03-07 07:52:36.134 | | os-flavor-access:is_public | True | 2025-03-07 07:52:36.134 | | properties | hw_rng:allowed='True' | 2025-03-07 07:52:36.134 | | ram | 2048 | 2025-03-07 07:52:36.134 | | rxtx_factor | 1.0 | 2025-03-07 07:52:36.134 | | swap | | 2025-03-07 07:52:36.134 | | vcpus | 2 | 2025-03-07 07:52:36.134 | +----------------------------+-----------------------+ 2025-03-07 07:52:36.134 | + lib/nova:create_flavors:1254 : openstack --os-region-name=RegionOne flavor create --id d4 --ram 4096 --disk 20 --vcpus 4 --property hw_rng:allowed=True ds4G 2025-03-07 07:52:36.134 | +----------------------------+-----------------------+ 2025-03-07 07:52:36.134 | | Field | Value | 2025-03-07 07:52:36.134 | +----------------------------+-----------------------+ 2025-03-07 07:52:36.134 | | OS-FLV-DISABLED:disabled | False | 2025-03-07 07:52:36.134 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-03-07 07:52:36.134 | | description | None | 2025-03-07 07:52:36.134 | | disk | 20 | 2025-03-07 07:52:36.134 | | id | d4 | 2025-03-07 07:52:36.134 | | name | ds4G | 2025-03-07 07:52:36.134 | | os-flavor-access:is_public | True | 2025-03-07 07:52:36.134 | | properties | hw_rng:allowed='True' | 2025-03-07 07:52:36.134 | | ram | 4096 | 2025-03-07 07:52:36.134 | | rxtx_factor | 1.0 | 2025-03-07 07:52:36.134 | | swap | | 2025-03-07 07:52:36.134 | | vcpus | 4 | 2025-03-07 07:52:36.134 | +----------------------------+-----------------------+ 2025-03-07 07:52:36.134 | + lib/nova:create_flavors:1257 : openstack --os-region-name=RegionOne flavor list 2025-03-07 07:52:36.134 | + lib/nova:create_flavors:1257 : grep -q m1.tiny 2025-03-07 07:52:36.134 | + lib/nova:create_flavors:1258 : openstack --os-region-name=RegionOne flavor create --id 1 --ram 512 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.tiny 2025-03-07 07:52:36.134 | +----------------------------+-----------------------+ 2025-03-07 07:52:36.134 | | Field | Value | 2025-03-07 07:52:36.134 | +----------------------------+-----------------------+ 2025-03-07 07:52:36.134 | | OS-FLV-DISABLED:disabled | False | 2025-03-07 07:52:36.134 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-03-07 07:52:36.134 | | description | None | 2025-03-07 07:52:36.134 | | disk | 1 | 2025-03-07 07:52:36.134 | | id | 1 | 2025-03-07 07:52:36.134 | | name | m1.tiny | 2025-03-07 07:52:36.134 | | os-flavor-access:is_public | True | 2025-03-07 07:52:36.134 | | properties | hw_rng:allowed='True' | 2025-03-07 07:52:36.134 | | ram | 512 | 2025-03-07 07:52:36.134 | | rxtx_factor | 1.0 | 2025-03-07 07:52:36.134 | | swap | | 2025-03-07 07:52:36.134 | | vcpus | 1 | 2025-03-07 07:52:36.134 | +----------------------------+-----------------------+ 2025-03-07 07:52:36.134 | + lib/nova:create_flavors:1259 : openstack --os-region-name=RegionOne flavor create --id 2 --ram 2048 --disk 20 --vcpus 1 --property hw_rng:allowed=True m1.small 2025-03-07 07:52:36.134 | +----------------------------+-----------------------+ 2025-03-07 07:52:36.134 | | Field | Value | 2025-03-07 07:52:36.134 | +----------------------------+-----------------------+ 2025-03-07 07:52:36.134 | | OS-FLV-DISABLED:disabled | False | 2025-03-07 07:52:36.134 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-03-07 07:52:36.134 | | description | None | 2025-03-07 07:52:36.134 | | disk | 20 | 2025-03-07 07:52:36.134 | | id | 2 | 2025-03-07 07:52:36.134 | | name | m1.small | 2025-03-07 07:52:36.134 | | os-flavor-access:is_public | True | 2025-03-07 07:52:36.135 | | properties | hw_rng:allowed='True' | 2025-03-07 07:52:36.135 | | ram | 2048 | 2025-03-07 07:52:36.135 | | rxtx_factor | 1.0 | 2025-03-07 07:52:36.135 | | swap | | 2025-03-07 07:52:36.135 | | vcpus | 1 | 2025-03-07 07:52:36.135 | +----------------------------+-----------------------+ 2025-03-07 07:52:36.135 | + lib/nova:create_flavors:1260 : openstack --os-region-name=RegionOne flavor create --id 3 --ram 4096 --disk 40 --vcpus 2 --property hw_rng:allowed=True m1.medium 2025-03-07 07:52:36.135 | +----------------------------+-----------------------+ 2025-03-07 07:52:36.135 | | Field | Value | 2025-03-07 07:52:36.135 | +----------------------------+-----------------------+ 2025-03-07 07:52:36.135 | | OS-FLV-DISABLED:disabled | False | 2025-03-07 07:52:36.135 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-03-07 07:52:36.135 | | description | None | 2025-03-07 07:52:36.135 | | disk | 40 | 2025-03-07 07:52:36.135 | | id | 3 | 2025-03-07 07:52:36.135 | | name | m1.medium | 2025-03-07 07:52:36.135 | | os-flavor-access:is_public | True | 2025-03-07 07:52:36.135 | | properties | hw_rng:allowed='True' | 2025-03-07 07:52:36.135 | | ram | 4096 | 2025-03-07 07:52:36.135 | | rxtx_factor | 1.0 | 2025-03-07 07:52:36.135 | | swap | | 2025-03-07 07:52:36.135 | | vcpus | 2 | 2025-03-07 07:52:36.135 | +----------------------------+-----------------------+ 2025-03-07 07:52:36.135 | + lib/nova:create_flavors:1261 : openstack --os-region-name=RegionOne flavor create --id 4 --ram 8192 --disk 80 --vcpus 4 --property hw_rng:allowed=True m1.large 2025-03-07 07:52:36.135 | +----------------------------+-----------------------+ 2025-03-07 07:52:36.135 | | Field | Value | 2025-03-07 07:52:36.135 | +----------------------------+-----------------------+ 2025-03-07 07:52:36.135 | | OS-FLV-DISABLED:disabled | False | 2025-03-07 07:52:36.135 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-03-07 07:52:36.135 | | description | None | 2025-03-07 07:52:36.135 | | disk | 80 | 2025-03-07 07:52:36.135 | | id | 4 | 2025-03-07 07:52:36.135 | | name | m1.large | 2025-03-07 07:52:36.135 | | os-flavor-access:is_public | True | 2025-03-07 07:52:36.135 | | properties | hw_rng:allowed='True' | 2025-03-07 07:52:36.135 | | ram | 8192 | 2025-03-07 07:52:36.135 | | rxtx_factor | 1.0 | 2025-03-07 07:52:36.135 | | swap | | 2025-03-07 07:52:36.135 | | vcpus | 4 | 2025-03-07 07:52:36.135 | +----------------------------+-----------------------+ 2025-03-07 07:52:36.135 | + lib/nova:create_flavors:1262 : openstack --os-region-name=RegionOne flavor create --id 5 --ram 16384 --disk 160 --vcpus 8 --property hw_rng:allowed=True m1.xlarge 2025-03-07 07:52:36.135 | +----------------------------+-----------------------+ 2025-03-07 07:52:36.135 | | Field | Value | 2025-03-07 07:52:36.135 | +----------------------------+-----------------------+ 2025-03-07 07:52:36.135 | | OS-FLV-DISABLED:disabled | False | 2025-03-07 07:52:36.135 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-03-07 07:52:36.135 | | description | None | 2025-03-07 07:52:36.135 | | disk | 160 | 2025-03-07 07:52:36.135 | | id | 5 | 2025-03-07 07:52:36.135 | | name | m1.xlarge | 2025-03-07 07:52:36.135 | | os-flavor-access:is_public | True | 2025-03-07 07:52:36.135 | | properties | hw_rng:allowed='True' | 2025-03-07 07:52:36.135 | | ram | 16384 | 2025-03-07 07:52:36.135 | | rxtx_factor | 1.0 | 2025-03-07 07:52:36.135 | | swap | | 2025-03-07 07:52:36.135 | | vcpus | 8 | 2025-03-07 07:52:36.135 | +----------------------------+-----------------------+ 2025-03-07 07:52:36.167 | [3562 Async create_flavors:58467]: finished create_flavors with result 0 in 15 seconds 2025-03-07 07:52:36.170 | + inc/async:async_wait:197 : return 0 2025-03-07 07:52:36.172 | + stack.sh:main:1369 : is_service_enabled horizon 2025-03-07 07:52:36.185 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:52:36.187 | + stack.sh:main:1383 : is_service_enabled nova 2025-03-07 07:52:36.201 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:52:36.203 | + stack.sh:main:1383 : is_service_enabled keystone 2025-03-07 07:52:36.216 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:52:36.218 | + stack.sh:main:1384 : USERRC_PARAMS='-PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret' 2025-03-07 07:52:36.220 | + stack.sh:main:1386 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-03-07 07:52:36.222 | + stack.sh:main:1390 : /opt/stack/devstack/tools/create_userrc.sh -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2025-03-07 07:52:36.225 | + opt/stack/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2025-03-07 07:52:36.227 | ++ 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-03-07 07:52:36.228 | + opt/stack/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/opt/stack/devstack/accrc'\'' --os-password '\''nomoresecret'\'' --' 2025-03-07 07:52:36.229 | + opt/stack/devstack/tools/create_userrc.sh:main:84 : eval set -- -P -A --target-dir ''\''/opt/stack/devstack/accrc'\''' --os-password ''\''nomoresecret'\''' -- 2025-03-07 07:52:36.230 | ++ opt/stack/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /opt/stack/devstack/accrc --os-password nomoresecret -- 2025-03-07 07:52:36.231 | + opt/stack/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2025-03-07 07:52:36.232 | + opt/stack/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2025-03-07 07:52:36.233 | + opt/stack/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2025-03-07 07:52:36.234 | + opt/stack/devstack/tools/create_userrc.sh:main:92 : MODE= 2025-03-07 07:52:36.235 | + opt/stack/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2025-03-07 07:52:36.236 | + opt/stack/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2025-03-07 07:52:36.237 | + opt/stack/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2025-03-07 07:52:36.239 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 7 -gt 0 ']' 2025-03-07 07:52:36.240 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-03-07 07:52:36.241 | + opt/stack/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2025-03-07 07:52:36.242 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-03-07 07:52:36.243 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 6 -gt 0 ']' 2025-03-07 07:52:36.243 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-03-07 07:52:36.244 | + opt/stack/devstack/tools/create_userrc.sh:main:118 : MODE=all 2025-03-07 07:52:36.245 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-03-07 07:52:36.246 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2025-03-07 07:52:36.247 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-03-07 07:52:36.248 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/opt/stack/devstack/accrc 2025-03-07 07:52:36.249 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : shift 2025-03-07 07:52:36.250 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-03-07 07:52:36.251 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2025-03-07 07:52:36.252 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-03-07 07:52:36.253 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : export OS_PASSWORD=nomoresecret 2025-03-07 07:52:36.254 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : OS_PASSWORD=nomoresecret 2025-03-07 07:52:36.255 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : shift 2025-03-07 07:52:36.256 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-03-07 07:52:36.257 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2025-03-07 07:52:36.258 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-03-07 07:52:36.259 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : shift 2025-03-07 07:52:36.260 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : break 2025-03-07 07:52:36.261 | + opt/stack/devstack/tools/create_userrc.sh:main:129 : '[' -z nomoresecret ']' 2025-03-07 07:52:36.263 | + opt/stack/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2025-03-07 07:52:36.264 | + opt/stack/devstack/tools/create_userrc.sh:main:142 : '[' -z '' -a '' ']' 2025-03-07 07:52:36.265 | + opt/stack/devstack/tools/create_userrc.sh:main:146 : '[' -z '' -a -z '' ']' 2025-03-07 07:52:36.266 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : export OS_PROJECT_NAME=admin 2025-03-07 07:52:36.267 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : OS_PROJECT_NAME=admin 2025-03-07 07:52:36.268 | + opt/stack/devstack/tools/create_userrc.sh:main:150 : '[' -z '' ']' 2025-03-07 07:52:36.269 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : export OS_USERNAME=admin 2025-03-07 07:52:36.270 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : OS_USERNAME=admin 2025-03-07 07:52:36.271 | + opt/stack/devstack/tools/create_userrc.sh:main:154 : '[' -z '' ']' 2025-03-07 07:52:36.272 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : export OS_AUTH_URL=http://localhost:5000/v3/ 2025-03-07 07:52:36.273 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : OS_AUTH_URL=http://localhost:5000/v3/ 2025-03-07 07:52:36.274 | + opt/stack/devstack/tools/create_userrc.sh:main:158 : '[' -z '' -a -z '' ']' 2025-03-07 07:52:36.275 | + opt/stack/devstack/tools/create_userrc.sh:main:160 : OS_USER_DOMAIN_ID=default 2025-03-07 07:52:36.276 | + opt/stack/devstack/tools/create_userrc.sh:main:163 : '[' -z '' -a -z '' ']' 2025-03-07 07:52:36.277 | + opt/stack/devstack/tools/create_userrc.sh:main:165 : OS_PROJECT_DOMAIN_ID=default 2025-03-07 07:52:36.278 | + opt/stack/devstack/tools/create_userrc.sh:main:168 : USER_PASS=nomoresecret 2025-03-07 07:52:36.279 | + opt/stack/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2025-03-07 07:52:36.280 | + opt/stack/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2025-03-07 07:52:36.281 | + opt/stack/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2025-03-07 07:52:36.283 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2025-03-07 07:52:36.283 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep -v service 2025-03-07 07:52:36.283 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : IFS=, 2025-03-07 07:52:36.283 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep ,True 2025-03-07 07:52:36.284 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2025-03-07 07:52:37.191 | Failed to discover available identity versions when contacting http://localhost:5000/v3/. Attempting to parse version from URL. 2025-03-07 07:52:37.193 | 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-03-07 07:52:37.306 | + stack.sh:main:1395 : save_stackenv 2025-03-07 07:52:37.308 | + functions-common:save_stackenv:60 : local tag= 2025-03-07 07:52:37.310 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-03-07 07:52:37.315 | + functions-common:save_stackenv:62 : time_stamp=2025-03-07-075237 2025-03-07 07:52:37.317 | + functions-common:save_stackenv:63 : echo '# 2025-03-07-075237 ' 2025-03-07 07:52:37.319 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:52:37.322 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-03-07 07:52:37.324 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:52:37.326 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-03-07 07:52:37.328 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:52:37.330 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-03-07 07:52:37.332 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:52:37.334 | + 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-03-07 07:52:37.335 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:52:37.337 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-03-07 07:52:37.339 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:52:37.341 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-03-07 07:52:37.343 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:52:37.345 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-03-07-074505 2025-03-07 07:52:37.347 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:52:37.349 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-03-07 07:52:37.351 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:52:37.353 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-03-07 07:52:37.355 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:52:37.357 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-03-07 07:52:37.358 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:52:37.360 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-03-07 07:52:37.362 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:52:37.364 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-03-07 07:52:37.366 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:52:37.368 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-03-07 07:52:37.370 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:52:37.372 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-03-07 07:52:37.374 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-07 07:52:37.376 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-03-07 07:52:37.378 | + stack.sh:main:1406 : merge_config_group /opt/stack/devstack/local.conf extra 2025-03-07 07:52:37.380 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-03-07 07:52:37.382 | + inc/meta-config:merge_config_group:171 : shift 2025-03-07 07:52:37.384 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2025-03-07 07:52:37.385 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-03-07 07:52:37.387 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-03-07 07:52:37.389 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-03-07 07:52:37.392 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf extra 2025-03-07 07:52:37.394 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-03-07 07:52:37.396 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2025-03-07 07:52:37.398 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-03-07 07:52:37.401 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2025-03-07 07:52:37.401 | /^\[\[.+\|.*\]\]/ { 2025-03-07 07:52:37.401 | gsub("[][]", "", $1); 2025-03-07 07:52:37.401 | split($1, a, "|"); 2025-03-07 07:52:37.401 | if (a[1] == matchgroup) 2025-03-07 07:52:37.401 | print a[2] 2025-03-07 07:52:37.401 | } 2025-03-07 07:52:37.401 | ' /opt/stack/devstack/local.conf 2025-03-07 07:52:37.406 | + stack.sh:main:1413 : run_phase stack extra 2025-03-07 07:52:37.408 | + functions-common:run_phase:1863 : local mode=stack 2025-03-07 07:52:37.409 | + functions-common:run_phase:1864 : local phase=extra 2025-03-07 07:52:37.411 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2025-03-07 07:52:37.413 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2025-03-07 07:52:37.416 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-03-07 07:52:37.418 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2025-03-07 07:52:37.420 | + functions-common:run_phase:1873 : local extra 2025-03-07 07:52:37.423 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-03-07 07:52:37.427 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2025-03-07 07:52:37.429 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-03-07 07:52:37.431 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-03-07 07:52:37.434 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack extra 2025-03-07 07:52:37.436 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-03-07 07:52:37.449 | ++ functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:52:37.452 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-03-07 07:52:37.454 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:52:37.456 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2025-03-07 07:52:37.458 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:52:37.460 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-03-07 07:52:37.462 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:52:37.464 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2025-03-07 07:52:37.466 | ++ extras.d/80-tempest.sh:source:15 : : 2025-03-07 07:52:37.468 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-03-07 07:52:37.470 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-03-07 07:52:37.472 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2025-03-07 07:52:37.474 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-03-07 07:52:37.476 | + functions-common:run_phase:1890 : run_plugins stack extra 2025-03-07 07:52:37.478 | + functions-common:run_plugins:1849 : local mode=stack 2025-03-07 07:52:37.480 | + functions-common:run_plugins:1850 : local phase=extra 2025-03-07 07:52:37.482 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2025-03-07 07:52:37.485 | + functions-common:run_plugins:1853 : local plugin 2025-03-07 07:52:37.487 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2025-03-07 07:52:37.489 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2025-03-07 07:52:37.491 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-03-07 07:52:37.494 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack extra 2025-03-07 07:52:37.496 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-03-07 07:52:37.498 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:52:37.500 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2025-03-07 07:52:37.502 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:52:37.504 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-03-07 07:52:37.506 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:52:37.508 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ extra == \e\x\t\r\a ]] 2025-03-07 07:52:37.510 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:17 : echo_summary 'Initializing Networking-NSX-T' 2025-03-07 07:52:37.512 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:52:37.515 | ++ stack.sh:echo_summary:455 : echo -e Initializing Networking-NSX-T 2025-03-07 07:52:37.517 | + stack.sh:main:1421 : merge_config_group /opt/stack/devstack/local.conf post-extra 2025-03-07 07:52:37.519 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-03-07 07:52:37.522 | + inc/meta-config:merge_config_group:171 : shift 2025-03-07 07:52:37.524 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2025-03-07 07:52:37.527 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-03-07 07:52:37.529 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-03-07 07:52:37.531 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-03-07 07:52:37.535 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-extra 2025-03-07 07:52:37.537 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-03-07 07:52:37.540 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2025-03-07 07:52:37.542 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-03-07 07:52:37.545 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2025-03-07 07:52:37.545 | /^\[\[.+\|.*\]\]/ { 2025-03-07 07:52:37.545 | gsub("[][]", "", $1); 2025-03-07 07:52:37.545 | split($1, a, "|"); 2025-03-07 07:52:37.545 | if (a[1] == matchgroup) 2025-03-07 07:52:37.545 | print a[2] 2025-03-07 07:52:37.545 | } 2025-03-07 07:52:37.545 | ' /opt/stack/devstack/local.conf 2025-03-07 07:52:37.550 | + stack.sh:main:1430 : is_service_enabled n-cpu 2025-03-07 07:52:37.567 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:52:37.570 | + stack.sh:main:1435 : service_check 2025-03-07 07:52:37.572 | + functions-common:service_check:1728 : local service 2025-03-07 07:52:37.575 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:52:37.577 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@key.service 2025-03-07 07:52:37.590 | Failed to get unit file state for devstack@key.service: No such file or directory 2025-03-07 07:52:37.594 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:52:37.596 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-api.service 2025-03-07 07:52:37.608 | enabled 2025-03-07 07:52:37.612 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-api.service --no-pager 2025-03-07 07:52:37.638 | ● devstack@n-api.service - Devstack devstack@n-api.service 2025-03-07 07:52:37.638 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2025-03-07 07:52:37.638 | Active: active (running) since Fri 2025-03-07 07:51:40 UTC; 56s ago 2025-03-07 07:52:37.638 | Main PID: 52113 (uwsgi) 2025-03-07 07:52:37.638 | Status: "uWSGI is ready" 2025-03-07 07:52:37.638 | Tasks: 3 (limit: 19125) 2025-03-07 07:52:37.638 | Memory: 238.7M 2025-03-07 07:52:37.638 | CPU: 6.082s 2025-03-07 07:52:37.638 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2025-03-07 07:52:37.638 | ├─52113 "nova-apiuWSGI master" 2025-03-07 07:52:37.638 | ├─52114 "nova-apiuWSGI worker 1" 2025-03-07 07:52:37.638 | └─52115 "nova-apiuWSGI worker 2" 2025-03-07 07:52:37.638 | 2025-03-07 07:52:37.638 | Mar 07 07:52:34 devstack devstack@n-api.service[52114]: [pid: 52114|app: 0|req: 17/32] 10.180.1.21 () {64 vars in 1332 bytes} [Fri Mar 7 07:52:34 2025] POST /compute/v2.1/flavors/4/os-extra_specs => generated 43 bytes in 15 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2025-03-07 07:52:37.638 | Mar 07 07:52:35 devstack devstack@n-api.service[52115]: DEBUG nova.api.openstack.wsgi [None req-f5460dab-30d8-4dd5-bb74-b6c9b2b7a841 admin admin] Calling method '>' {{(pid=52115) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:513}} 2025-03-07 07:52:37.638 | Mar 07 07:52:35 devstack devstack@n-api.service[52115]: INFO nova.api.openstack.requestlog [None req-f5460dab-30d8-4dd5-bb74-b6c9b2b7a841 admin admin] 10.180.1.21 "GET /compute/v2.1" status: 200 len: 388 microversion: 2.1 time: 0.001051 2025-03-07 07:52:37.638 | Mar 07 07:52:35 devstack devstack@n-api.service[52115]: [pid: 52115|app: 0|req: 16/33] 10.180.1.21 () {54 vars in 930 bytes} [Fri Mar 7 07:52:35 2025] GET /compute/v2.1 => generated 388 bytes in 2 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2025-03-07 07:52:37.639 | Mar 07 07:52:35 devstack devstack@n-api.service[52114]: DEBUG nova.api.openstack.wsgi [None req-2e16d2cd-c61b-400c-b220-005aff79e632 admin admin] Action: 'create', calling method: >, body: {"flavor": {"name": "m1.xlarge", "ram": 16384, "vcpus": 8, "OS-FLV-EXT-DATA:ephemeral": 0, "id": "5", "disk": 160, "os-flavor-access:is_public": true, "swap": 0, "rxtx_factor": 1.0}} {{(pid=52114) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2025-03-07 07:52:37.639 | Mar 07 07:52:35 devstack devstack@n-api.service[52114]: INFO nova.api.openstack.requestlog [None req-2e16d2cd-c61b-400c-b220-005aff79e632 admin admin] 10.180.1.21 "POST /compute/v2.1/flavors" status: 200 len: 408 microversion: 2.61 time: 0.034621 2025-03-07 07:52:37.639 | Mar 07 07:52:35 devstack devstack@n-api.service[52114]: [pid: 52114|app: 0|req: 18/34] 10.180.1.21 () {64 vars in 1282 bytes} [Fri Mar 7 07:52:35 2025] POST /compute/v2.1/flavors => generated 408 bytes in 35 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) 2025-03-07 07:52:37.639 | Mar 07 07:52:35 devstack devstack@n-api.service[52115]: DEBUG nova.api.openstack.wsgi [None req-91898770-e4a4-4a4b-bea1-a3e3097169fa admin admin] Action: 'create', calling method: >, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=52115) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2025-03-07 07:52:37.639 | Mar 07 07:52:35 devstack devstack@n-api.service[52115]: INFO nova.api.openstack.requestlog [None req-91898770-e4a4-4a4b-bea1-a3e3097169fa admin admin] 10.180.1.21 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.61 time: 0.014973 2025-03-07 07:52:37.639 | Mar 07 07:52:35 devstack devstack@n-api.service[52115]: [pid: 52115|app: 0|req: 17/35] 10.180.1.21 () {64 vars in 1332 bytes} [Fri Mar 7 07:52:35 2025] POST /compute/v2.1/flavors/5/os-extra_specs => generated 43 bytes in 15 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2025-03-07 07:52:37.642 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:52:37.644 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-cond.service 2025-03-07 07:52:37.654 | enabled 2025-03-07 07:52:37.657 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-cond.service --no-pager 2025-03-07 07:52:37.669 | ● devstack@n-cond.service - Devstack devstack@n-cond.service 2025-03-07 07:52:37.670 | Loaded: loaded (/etc/systemd/system/devstack@n-cond.service; enabled; vendor preset: enabled) 2025-03-07 07:52:37.670 | Active: active (running) since Fri 2025-03-07 07:52:17 UTC; 19s ago 2025-03-07 07:52:37.670 | Main PID: 57977 (nova-conductor) 2025-03-07 07:52:37.670 | Tasks: 3 (limit: 19125) 2025-03-07 07:52:37.670 | Memory: 148.1M 2025-03-07 07:52:37.670 | CPU: 2.088s 2025-03-07 07:52:37.670 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond.service 2025-03-07 07:52:37.670 | ├─57977 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-03-07 07:52:37.670 | ├─58415 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-03-07 07:52:37.670 | └─58416 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-03-07 07:52:37.670 | 2025-03-07 07:52:37.670 | Mar 07 07:52:19 devstack nova-conductor[57977]: DEBUG oslo_service.service [None req-6ea841db-ca59-486f-a041-d049e04ac687 None None] oslo_limit.split_loggers = False {{(pid=57977) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:52:37.670 | Mar 07 07:52:19 devstack nova-conductor[57977]: DEBUG oslo_service.service [None req-6ea841db-ca59-486f-a041-d049e04ac687 None None] oslo_limit.status_code_retries = None {{(pid=57977) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:52:37.670 | Mar 07 07:52:19 devstack nova-conductor[57977]: DEBUG oslo_service.service [None req-6ea841db-ca59-486f-a041-d049e04ac687 None None] oslo_limit.status_code_retry_delay = None {{(pid=57977) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:52:37.670 | Mar 07 07:52:19 devstack nova-conductor[57977]: DEBUG oslo_service.service [None req-6ea841db-ca59-486f-a041-d049e04ac687 None None] oslo_limit.timeout = None {{(pid=57977) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:52:37.670 | Mar 07 07:52:19 devstack nova-conductor[57977]: DEBUG oslo_service.service [None req-6ea841db-ca59-486f-a041-d049e04ac687 None None] oslo_limit.valid_interfaces = None {{(pid=57977) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:52:37.670 | Mar 07 07:52:19 devstack nova-conductor[57977]: DEBUG oslo_service.service [None req-6ea841db-ca59-486f-a041-d049e04ac687 None None] oslo_limit.version = None {{(pid=57977) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:52:37.670 | Mar 07 07:52:19 devstack nova-conductor[57977]: DEBUG oslo_service.service [None req-6ea841db-ca59-486f-a041-d049e04ac687 None None] oslo_reports.file_event_handler = None {{(pid=57977) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:52:37.670 | Mar 07 07:52:19 devstack nova-conductor[57977]: DEBUG oslo_service.service [None req-6ea841db-ca59-486f-a041-d049e04ac687 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=57977) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:52:37.670 | Mar 07 07:52:19 devstack nova-conductor[57977]: DEBUG oslo_service.service [None req-6ea841db-ca59-486f-a041-d049e04ac687 None None] oslo_reports.log_dir = None {{(pid=57977) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:52:37.670 | Mar 07 07:52:19 devstack nova-conductor[57977]: DEBUG oslo_service.service [None req-6ea841db-ca59-486f-a041-d049e04ac687 None None] ******************************************************************************** {{(pid=57977) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2025-03-07 07:52:37.673 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:52:37.675 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-sch.service 2025-03-07 07:52:37.685 | enabled 2025-03-07 07:52:37.689 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-sch.service --no-pager 2025-03-07 07:52:37.702 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2025-03-07 07:52:37.702 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2025-03-07 07:52:37.702 | Active: active (running) since Fri 2025-03-07 07:52:15 UTC; 22s ago 2025-03-07 07:52:37.702 | Main PID: 56736 (nova-scheduler) 2025-03-07 07:52:37.702 | Tasks: 3 (limit: 19125) 2025-03-07 07:52:37.702 | Memory: 148.0M 2025-03-07 07:52:37.702 | CPU: 2.126s 2025-03-07 07:52:37.702 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2025-03-07 07:52:37.702 | ├─56736 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-03-07 07:52:37.702 | ├─57761 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-03-07 07:52:37.702 | └─57765 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-03-07 07:52:37.702 | 2025-03-07 07:52:37.702 | Mar 07 07:52:17 devstack nova-scheduler[56736]: DEBUG oslo_service.service [None req-1a32e4a1-b450-4329-b79d-7cb620981d2a None None] oslo_limit.split_loggers = False {{(pid=56736) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:52:37.702 | Mar 07 07:52:17 devstack nova-scheduler[56736]: DEBUG oslo_service.service [None req-1a32e4a1-b450-4329-b79d-7cb620981d2a None None] oslo_limit.status_code_retries = None {{(pid=56736) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:52:37.702 | Mar 07 07:52:17 devstack nova-scheduler[56736]: DEBUG oslo_service.service [None req-1a32e4a1-b450-4329-b79d-7cb620981d2a None None] oslo_limit.status_code_retry_delay = None {{(pid=56736) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:52:37.702 | Mar 07 07:52:17 devstack nova-scheduler[56736]: DEBUG oslo_service.service [None req-1a32e4a1-b450-4329-b79d-7cb620981d2a None None] oslo_limit.timeout = None {{(pid=56736) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:52:37.702 | Mar 07 07:52:17 devstack nova-scheduler[56736]: DEBUG oslo_service.service [None req-1a32e4a1-b450-4329-b79d-7cb620981d2a None None] oslo_limit.valid_interfaces = None {{(pid=56736) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:52:37.702 | Mar 07 07:52:17 devstack nova-scheduler[56736]: DEBUG oslo_service.service [None req-1a32e4a1-b450-4329-b79d-7cb620981d2a None None] oslo_limit.version = None {{(pid=56736) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:52:37.702 | Mar 07 07:52:17 devstack nova-scheduler[56736]: DEBUG oslo_service.service [None req-1a32e4a1-b450-4329-b79d-7cb620981d2a None None] oslo_reports.file_event_handler = None {{(pid=56736) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:52:37.702 | Mar 07 07:52:17 devstack nova-scheduler[56736]: DEBUG oslo_service.service [None req-1a32e4a1-b450-4329-b79d-7cb620981d2a None None] oslo_reports.file_event_handler_interval = 1 {{(pid=56736) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:52:37.702 | Mar 07 07:52:17 devstack nova-scheduler[56736]: DEBUG oslo_service.service [None req-1a32e4a1-b450-4329-b79d-7cb620981d2a None None] oslo_reports.log_dir = None {{(pid=56736) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:52:37.702 | Mar 07 07:52:17 devstack nova-scheduler[56736]: DEBUG oslo_service.service [None req-1a32e4a1-b450-4329-b79d-7cb620981d2a None None] ******************************************************************************** {{(pid=56736) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2025-03-07 07:52:37.705 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:52:37.707 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-api-meta.service 2025-03-07 07:52:37.718 | enabled 2025-03-07 07:52:37.721 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-api-meta.service --no-pager 2025-03-07 07:52:37.733 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2025-03-07 07:52:37.733 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2025-03-07 07:52:37.733 | Active: active (running) since Fri 2025-03-07 07:52:16 UTC; 21s ago 2025-03-07 07:52:37.733 | Main PID: 57305 (uwsgi) 2025-03-07 07:52:37.733 | Status: "uWSGI is ready" 2025-03-07 07:52:37.733 | Tasks: 4 (limit: 19125) 2025-03-07 07:52:37.733 | Memory: 202.1M 2025-03-07 07:52:37.733 | CPU: 4.056s 2025-03-07 07:52:37.733 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2025-03-07 07:52:37.733 | ├─57305 "nova-api-metauWSGI master" 2025-03-07 07:52:37.733 | ├─57306 "nova-api-metauWSGI worker 1" 2025-03-07 07:52:37.733 | ├─57307 "nova-api-metauWSGI worker 2" 2025-03-07 07:52:37.733 | └─57308 "nova-api-metauWSGI http 1" 2025-03-07 07:52:37.733 | 2025-03-07 07:52:37.733 | Mar 07 07:52:18 devstack devstack@n-api-meta.service[57307]: DEBUG oslo_db.sqlalchemy.engines [None req-5ef10ffe-673d-4524-b7be-d336439f925a 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=57307) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-03-07 07:52:37.733 | Mar 07 07:52:18 devstack devstack@n-api-meta.service[57307]: DEBUG oslo_db.sqlalchemy.engines [None req-5ef10ffe-673d-4524-b7be-d336439f925a 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=57307) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-03-07 07:52:37.733 | Mar 07 07:52:18 devstack devstack@n-api-meta.service[57306]: DEBUG oslo_db.sqlalchemy.engines [None req-1ef82161-d601-493b-ad83-09af52b49eb0 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=57306) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-03-07 07:52:37.733 | Mar 07 07:52:18 devstack devstack@n-api-meta.service[57306]: DEBUG oslo_db.sqlalchemy.engines [None req-1ef82161-d601-493b-ad83-09af52b49eb0 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=57306) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-03-07 07:52:37.733 | Mar 07 07:52:18 devstack devstack@n-api-meta.service[57307]: DEBUG oslo_db.sqlalchemy.engines [None req-5ef10ffe-673d-4524-b7be-d336439f925a 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=57307) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-03-07 07:52:37.734 | Mar 07 07:52:18 devstack devstack@n-api-meta.service[57306]: DEBUG oslo_db.sqlalchemy.engines [None req-1ef82161-d601-493b-ad83-09af52b49eb0 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=57306) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-03-07 07:52:37.734 | Mar 07 07:52:18 devstack devstack@n-api-meta.service[57307]: WARNING nova.api.metadata.handler [None req-5ef10ffe-673d-4524-b7be-d336439f925a None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2025-03-07 07:52:37.734 | Mar 07 07:52:18 devstack devstack@n-api-meta.service[57307]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x6391e9896f10 pid: 57307 (default app) 2025-03-07 07:52:37.734 | Mar 07 07:52:18 devstack devstack@n-api-meta.service[57306]: WARNING nova.api.metadata.handler [None req-1ef82161-d601-493b-ad83-09af52b49eb0 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2025-03-07 07:52:37.734 | Mar 07 07:52:18 devstack devstack@n-api-meta.service[57306]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x6391e9896f10 pid: 57306 (default app) 2025-03-07 07:52:37.737 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:52:37.739 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@placement-api.service 2025-03-07 07:52:37.749 | enabled 2025-03-07 07:52:37.753 | + functions-common:service_check:1735 : sudo systemctl status devstack@placement-api.service --no-pager 2025-03-07 07:52:37.765 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2025-03-07 07:52:37.765 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2025-03-07 07:52:37.765 | Active: active (running) since Fri 2025-03-07 07:51:49 UTC; 48s ago 2025-03-07 07:52:37.765 | Main PID: 53450 (uwsgi) 2025-03-07 07:52:37.765 | Status: "uWSGI is ready" 2025-03-07 07:52:37.765 | Tasks: 3 (limit: 19125) 2025-03-07 07:52:37.765 | Memory: 147.0M 2025-03-07 07:52:37.765 | CPU: 2.551s 2025-03-07 07:52:37.765 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2025-03-07 07:52:37.765 | ├─53450 "placementuWSGI master" 2025-03-07 07:52:37.765 | ├─53451 "placementuWSGI worker 1" 2025-03-07 07:52:37.765 | └─53452 "placementuWSGI worker 2" 2025-03-07 07:52:37.765 | 2025-03-07 07:52:37.765 | Mar 07 07:51:51 devstack devstack@placement-api.service[53452]: DEBUG oslo_concurrency.lockutils [-] Acquired lock "resource_classes_sync" {{(pid=53452) lock /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:315}} 2025-03-07 07:52:37.765 | Mar 07 07:51:51 devstack devstack@placement-api.service[53452]: DEBUG placement.objects.resource_class [-] Found existing resource classes in db: ['DISK_GB', 'FPGA', 'IPV4_ADDRESS', 'MEMORY_MB', 'MEM_ENCRYPTION_CONTEXT', 'NET_BW_EGR_KILOBIT_PER_SEC', 'NET_BW_IGR_KILOBIT_PER_SEC', 'NET_PACKET_RATE_EGR_KILOPACKET_PER_SEC', 'NET_PACKET_RATE_IGR_KILOPACKET_PER_SEC', 'NET_PACKET_RATE_KILOPACKET_PER_SEC', 'NUMA_CORE', 'NUMA_MEMORY_MB', 'NUMA_SOCKET', 'NUMA_THREAD', 'PCI_DEVICE', 'PCPU', 'PGPU', 'SRIOV_NET_VF', 'VCPU', 'VGPU', 'VGPU_DISPLAY_HEAD'] {{(pid=53452) _resource_classes_sync /opt/stack/placement/placement/objects/resource_class.py:233}} 2025-03-07 07:52:37.765 | Mar 07 07:51:51 devstack devstack@placement-api.service[53452]: DEBUG oslo_concurrency.lockutils [-] Releasing lock "resource_classes_sync" {{(pid=53452) lock /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:333}} 2025-03-07 07:52:37.765 | Mar 07 07:51:51 devstack devstack@placement-api.service[53452]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x5f91e11e2990 pid: 53452 (default app) 2025-03-07 07:52:37.765 | Mar 07 07:52:17 devstack devstack@placement-api.service[53451]: DEBUG placement.requestlog [None req-703d1620-9af6-4f4b-ae57-ea8fc67efbf8 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=53451) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2025-03-07 07:52:37.765 | Mar 07 07:52:17 devstack devstack@placement-api.service[53451]: INFO placement.requestlog [None req-703d1620-9af6-4f4b-ae57-ea8fc67efbf8 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2025-03-07 07:52:37.765 | Mar 07 07:52:17 devstack devstack@placement-api.service[53451]: [pid: 53451|app: 0|req: 2/2] 10.180.1.21 () {54 vars in 917 bytes} [Fri Mar 7 07:52:17 2025] GET /placement => generated 136 bytes in 1 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2025-03-07 07:52:37.765 | Mar 07 07:52:19 devstack devstack@placement-api.service[53452]: DEBUG placement.requestlog [None req-4e14255b-9be5-4e87-9414-1783136333b5 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=53452) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2025-03-07 07:52:37.765 | Mar 07 07:52:19 devstack devstack@placement-api.service[53452]: INFO placement.requestlog [None req-4e14255b-9be5-4e87-9414-1783136333b5 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2025-03-07 07:52:37.765 | Mar 07 07:52:19 devstack devstack@placement-api.service[53452]: [pid: 53452|app: 0|req: 1/3] 10.180.1.21 () {54 vars in 917 bytes} [Fri Mar 7 07:52:19 2025] GET /placement => generated 136 bytes in 8 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2025-03-07 07:52:37.768 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:52:37.771 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@placement-client.service 2025-03-07 07:52:37.780 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2025-03-07 07:52:37.783 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:52:37.785 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@g-api.service 2025-03-07 07:52:37.795 | enabled 2025-03-07 07:52:37.799 | + functions-common:service_check:1735 : sudo systemctl status devstack@g-api.service --no-pager 2025-03-07 07:52:37.812 | ● devstack@g-api.service - Devstack devstack@g-api.service 2025-03-07 07:52:37.812 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2025-03-07 07:52:37.812 | Active: active (running) since Fri 2025-03-07 07:52:29 UTC; 8s ago 2025-03-07 07:52:37.812 | Main PID: 60759 (uwsgi) 2025-03-07 07:52:37.812 | Status: "uWSGI is ready" 2025-03-07 07:52:37.812 | Tasks: 7 (limit: 19125) 2025-03-07 07:52:37.812 | Memory: 237.4M 2025-03-07 07:52:37.812 | CPU: 4.600s 2025-03-07 07:52:37.812 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2025-03-07 07:52:37.812 | ├─60759 "glance-apiuWSGI master" 2025-03-07 07:52:37.812 | ├─60760 "glance-apiuWSGI worker 1" 2025-03-07 07:52:37.812 | └─60761 "glance-apiuWSGI worker 2" 2025-03-07 07:52:37.812 | 2025-03-07 07:52:37.812 | Mar 07 07:52:33 devstack devstack@g-api.service[60760]: DEBUG glance.api.middleware.version_negotiation [None req-239fcf52-fd6c-4715-8017-cb8a73e01edd None None] Using url versioning {{(pid=60760) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} 2025-03-07 07:52:37.812 | Mar 07 07:52:33 devstack devstack@g-api.service[60760]: DEBUG glance.api.middleware.version_negotiation [None req-239fcf52-fd6c-4715-8017-cb8a73e01edd None None] Matched version: v2 {{(pid=60760) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} 2025-03-07 07:52:37.812 | Mar 07 07:52:33 devstack devstack@g-api.service[60760]: DEBUG glance.api.middleware.version_negotiation [None req-239fcf52-fd6c-4715-8017-cb8a73e01edd None None] new path /v2/images/e017c336-3a02-4b58-874a-44a1d1e154fd/file {{(pid=60760) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} 2025-03-07 07:52:37.812 | Mar 07 07:52:33 devstack devstack@g-api.service[60760]: DEBUG oslo_db.sqlalchemy.engines [None req-437cee91-5837-4aea-b91c-71d275cc422f 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=60760) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-03-07 07:52:37.812 | Mar 07 07:52:33 devstack devstack@g-api.service[60760]: INFO glance.api.v2.image_data [None req-437cee91-5837-4aea-b91c-71d275cc422f admin admin] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2025-03-07 07:52:37.812 | Mar 07 07:52:33 devstack devstack@g-api.service[60760]: DEBUG glance.location [None req-437cee91-5837-4aea-b91c-71d275cc422f admin admin] Enabling in-flight format inspection for vmdk {{(pid=60760) set_data /opt/stack/glance/glance/location.py:592}} 2025-03-07 07:52:37.812 | Mar 07 07:52:33 devstack devstack@g-api.service[60760]: DEBUG glance_store._drivers.filesystem [None req-437cee91-5837-4aea-b91c-71d275cc422f admin admin] Wrote 21318656 bytes to /opt/stack/data/glance/images/e017c336-3a02-4b58-874a-44a1d1e154fd with checksum 879b8eacf4b511d84bac79c7fe0e0d0a and multihash 7b454ad71f0f894fcc55e4d1f50ee446a570ffa34406e3026d1af22a43e4d61724db145f5ac4ee3c321289b7638b2a429cce605dfa25c96800748e00a61d3051 {{(pid=60760) add /usr/local/lib/python3.10/dist-packages/glance_store/_drivers/filesystem.py:773}} 2025-03-07 07:52:37.812 | Mar 07 07:52:33 devstack devstack@g-api.service[60760]: INFO glance.location [None req-437cee91-5837-4aea-b91c-71d275cc422f admin admin] Image format matched and virtual size computed: 117440512 2025-03-07 07:52:37.812 | Mar 07 07:52:33 devstack devstack@g-api.service[60760]: DEBUG glance_store.backend [None req-437cee91-5837-4aea-b91c-71d275cc422f admin admin] Skipping store.set_acls... not implemented. {{(pid=60760) set_acls /usr/local/lib/python3.10/dist-packages/glance_store/backend.py:508}} 2025-03-07 07:52:37.812 | Mar 07 07:52:33 devstack devstack@g-api.service[60760]: [pid: 60760|app: 0|req: 3/4] 127.0.0.1 () {40 vars in 860 bytes} [Fri Mar 7 07:52:33 2025] PUT /v2/images/e017c336-3a02-4b58-874a-44a1d1e154fd/file => generated 0 bytes in 687 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) 2025-03-07 07:52:37.816 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:52:37.818 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-sch.service 2025-03-07 07:52:37.829 | enabled 2025-03-07 07:52:37.832 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-sch.service --no-pager 2025-03-07 07:52:37.846 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2025-03-07 07:52:37.846 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2025-03-07 07:52:37.846 | Active: active (running) since Fri 2025-03-07 07:52:24 UTC; 13s ago 2025-03-07 07:52:37.846 | Main PID: 59603 (cinder-schedule) 2025-03-07 07:52:37.846 | Tasks: 1 (limit: 19125) 2025-03-07 07:52:37.846 | Memory: 102.1M 2025-03-07 07:52:37.846 | CPU: 1.801s 2025-03-07 07:52:37.846 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2025-03-07 07:52:37.846 | └─59603 /usr/bin/python3.10 /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2025-03-07 07:52:37.846 | 2025-03-07 07:52:37.846 | Mar 07 07:52:26 devstack cinder-scheduler[59603]: DEBUG oslo_service.service [None req-da1a7a98-b424-4002-8926-906445fffa9c None None] nova.token_auth_url = None {{(pid=59603) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:52:37.846 | Mar 07 07:52:26 devstack cinder-scheduler[59603]: DEBUG oslo_service.service [None req-da1a7a98-b424-4002-8926-906445fffa9c None None] ******************************************************************************** {{(pid=59603) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2025-03-07 07:52:37.846 | Mar 07 07:52:26 devstack cinder-scheduler[59603]: INFO cinder.service [-] Starting cinder-scheduler node (version 0.0.1) 2025-03-07 07:52:37.846 | Mar 07 07:52:26 devstack cinder-scheduler[59603]: INFO cinder.manager [None req-c13e611c-2e22-4af3-8596-834c13a855db None None] Initiating service 1 cleanup 2025-03-07 07:52:37.846 | Mar 07 07:52:26 devstack cinder-scheduler[59603]: INFO cinder.manager [None req-c13e611c-2e22-4af3-8596-834c13a855db None None] Service 1 cleanup completed. 2025-03-07 07:52:37.846 | Mar 07 07:52:26 devstack cinder-scheduler[59603]: DEBUG cinder.service [None req-c13e611c-2e22-4af3-8596-834c13a855db None None] Creating RPC server for service cinder-scheduler {{(pid=59603) start /opt/stack/cinder/cinder/service.py:239}} 2025-03-07 07:52:37.846 | Mar 07 07:52:26 devstack cinder-scheduler[59603]: DEBUG cinder.service [None req-c13e611c-2e22-4af3-8596-834c13a855db None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=59603) start /opt/stack/cinder/cinder/service.py:245}} 2025-03-07 07:52:37.846 | Mar 07 07:52:30 devstack cinder-scheduler[59603]: DEBUG cinder.scheduler.host_manager [None req-1c79d646-926c-4f04-b9be-8794d07d46ab 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=59603) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:628}} 2025-03-07 07:52:37.846 | Mar 07 07:52:30 devstack cinder-scheduler[59603]: DEBUG cinder.scheduler.host_manager [None req-1c79d646-926c-4f04-b9be-8794d07d46ab 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, 3, 7, 7, 52, 30, 261453)} {{(pid=59603) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:415}} 2025-03-07 07:52:37.847 | Mar 07 07:52:30 devstack cinder-scheduler[59603]: DEBUG cinder.utils [None req-1c79d646-926c-4f04-b9be-8794d07d46ab None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=59603) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:879}} 2025-03-07 07:52:37.850 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:52:37.852 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-api.service 2025-03-07 07:52:37.862 | enabled 2025-03-07 07:52:37.866 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-api.service --no-pager 2025-03-07 07:52:37.878 | ● devstack@c-api.service - Devstack devstack@c-api.service 2025-03-07 07:52:37.878 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2025-03-07 07:52:37.878 | Active: active (running) since Fri 2025-03-07 07:52:21 UTC; 16s ago 2025-03-07 07:52:37.878 | Main PID: 59060 (uwsgi) 2025-03-07 07:52:37.878 | Status: "uWSGI is ready" 2025-03-07 07:52:37.878 | Tasks: 5 (limit: 19125) 2025-03-07 07:52:37.878 | Memory: 229.5M 2025-03-07 07:52:37.878 | CPU: 4.874s 2025-03-07 07:52:37.878 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2025-03-07 07:52:37.878 | ├─59060 "cinder-apiuWSGI master" 2025-03-07 07:52:37.878 | ├─59061 "cinder-apiuWSGI worker 1" 2025-03-07 07:52:37.878 | └─59062 "cinder-apiuWSGI worker 2" 2025-03-07 07:52:37.878 | 2025-03-07 07:52:37.878 | Mar 07 07:52:27 devstack devstack@c-api.service[59062]: INFO cinder.api.openstack.wsgi [None req-13f18cf0-b261-41c4-9694-e41a9ce1c947 admin admin] http://10.180.1.21/volume/v3/a06639ef48fd43768e273db76d6c8f54/types returned with HTTP 200 2025-03-07 07:52:37.878 | Mar 07 07:52:27 devstack devstack@c-api.service[59062]: [pid: 59062|app: 0|req: 1/2] 10.180.1.21 () {60 vars in 1236 bytes} [Fri Mar 7 07:52:27 2025] POST /volume/v3/a06639ef48fd43768e273db76d6c8f54/types => generated 182 bytes in 407 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2025-03-07 07:52:37.879 | Mar 07 07:52:27 devstack devstack@c-api.service[59061]: DEBUG cinder.api.middleware.request_id [req-13f18cf0-b261-41c4-9694-e41a9ce1c947 req-231e7d83-ca64-4b86-8c9f-33c8da018e7e None None] RequestId filter calling following filter/app {{(pid=59061) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} 2025-03-07 07:52:37.879 | Mar 07 07:52:27 devstack devstack@c-api.service[59061]: INFO cinder.api.openstack.wsgi [req-13f18cf0-b261-41c4-9694-e41a9ce1c947 req-231e7d83-ca64-4b86-8c9f-33c8da018e7e admin admin] POST http://10.180.1.21/volume/v3/a06639ef48fd43768e273db76d6c8f54/types/02dce63b-af6d-4823-84c5-96fd48a1b194/extra_specs 2025-03-07 07:52:37.879 | Mar 07 07:52:27 devstack devstack@c-api.service[59061]: DEBUG cinder.api.openstack.wsgi [req-13f18cf0-b261-41c4-9694-e41a9ce1c947 req-231e7d83-ca64-4b86-8c9f-33c8da018e7e admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "vsphere"}} {{(pid=59061) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} 2025-03-07 07:52:37.879 | Mar 07 07:52:27 devstack devstack@c-api.service[59061]: /usr/local/lib/python3.10/dist-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-03-07 07:52:37.879 | Mar 07 07:52:27 devstack devstack@c-api.service[59061]: warnings.warn('Policy enforcement is depending on the value of ' 2025-03-07 07:52:37.879 | Mar 07 07:52:27 devstack devstack@c-api.service[59061]: DEBUG oslo_db.sqlalchemy.engines [req-13f18cf0-b261-41c4-9694-e41a9ce1c947 req-231e7d83-ca64-4b86-8c9f-33c8da018e7e 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=59061) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2025-03-07 07:52:37.879 | Mar 07 07:52:27 devstack devstack@c-api.service[59061]: INFO cinder.api.openstack.wsgi [req-13f18cf0-b261-41c4-9694-e41a9ce1c947 req-231e7d83-ca64-4b86-8c9f-33c8da018e7e admin admin] http://10.180.1.21/volume/v3/a06639ef48fd43768e273db76d6c8f54/types/02dce63b-af6d-4823-84c5-96fd48a1b194/extra_specs returned with HTTP 200 2025-03-07 07:52:37.879 | Mar 07 07:52:27 devstack devstack@c-api.service[59061]: [pid: 59061|app: 0|req: 2/3] 10.180.1.21 () {62 vars in 1454 bytes} [Fri Mar 7 07:52:27 2025] POST /volume/v3/a06639ef48fd43768e273db76d6c8f54/types/02dce63b-af6d-4823-84c5-96fd48a1b194/extra_specs => generated 51 bytes in 353 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2025-03-07 07:52:37.882 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:52:37.884 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-vol.service 2025-03-07 07:52:37.895 | enabled 2025-03-07 07:52:37.899 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-vol.service --no-pager 2025-03-07 07:52:37.913 | ● devstack@c-vol.service - Devstack devstack@c-vol.service 2025-03-07 07:52:37.913 | Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled) 2025-03-07 07:52:37.913 | Active: active (running) since Fri 2025-03-07 07:52:25 UTC; 11s ago 2025-03-07 07:52:37.913 | Main PID: 60120 (cinder-volume) 2025-03-07 07:52:37.913 | Tasks: 3 (limit: 19125) 2025-03-07 07:52:37.913 | Memory: 251.4M 2025-03-07 07:52:37.913 | CPU: 4.325s 2025-03-07 07:52:37.913 | CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service 2025-03-07 07:52:37.913 | ├─60120 /usr/bin/python3.10 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2025-03-07 07:52:37.913 | └─60217 /usr/bin/python3.10 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2025-03-07 07:52:37.913 | 2025-03-07 07:52:37.913 | Mar 07 07:52:30 devstack cinder-volume[60217]: DEBUG cinder.image.image_utils [None req-1c79d646-926c-4f04-b9be-8794d07d46ab None None] Configuration image_conversion_dir is None or the path doesn't exist. {{(pid=60217) cleanup_temporary_file /opt/stack/cinder/cinder/image/image_utils.py:1240}} 2025-03-07 07:52:37.913 | Mar 07 07:52:30 devstack cinder-volume[60217]: INFO cinder.keymgr.migration [None req-42a8997d-8bc4-4e9b-aabc-fa87e9d7d2c3 None None] Not migrating encryption keys because the ConfKeyManager is still in use. 2025-03-07 07:52:37.913 | Mar 07 07:52:30 devstack cinder-volume[60217]: DEBUG cinder.manager [None req-1c79d646-926c-4f04-b9be-8794d07d46ab None None] Notifying Schedulers of capabilities ... {{(pid=60217) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} 2025-03-07 07:52:37.913 | Mar 07 07:52:30 devstack cinder-volume[60217]: INFO cinder.volume.manager [None req-1c79d646-926c-4f04-b9be-8794d07d46ab None None] Driver initialization completed successfully. 2025-03-07 07:52:37.913 | Mar 07 07:52:30 devstack cinder-volume[60217]: INFO cinder.manager [None req-1c79d646-926c-4f04-b9be-8794d07d46ab None None] Initiating service 2 cleanup 2025-03-07 07:52:37.913 | Mar 07 07:52:30 devstack cinder-volume[60217]: INFO cinder.manager [None req-1c79d646-926c-4f04-b9be-8794d07d46ab None None] Service 2 cleanup completed. 2025-03-07 07:52:37.913 | Mar 07 07:52:30 devstack cinder-volume[60217]: DEBUG cinder.service [None req-1c79d646-926c-4f04-b9be-8794d07d46ab None None] Creating RPC server for service cinder-volume {{(pid=60217) start /opt/stack/cinder/cinder/service.py:239}} 2025-03-07 07:52:37.913 | Mar 07 07:52:30 devstack cinder-volume[60217]: DEBUG cinder.service [None req-1c79d646-926c-4f04-b9be-8794d07d46ab None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=60217) start /opt/stack/cinder/cinder/service.py:245}} 2025-03-07 07:52:37.913 | Mar 07 07:52:30 devstack cinder-volume[60217]: INFO cinder.volume.manager [None req-1c79d646-926c-4f04-b9be-8794d07d46ab None None] Initializing RPC dependent components of volume driver VMwareVcVmdkDriver (3.4.4) 2025-03-07 07:52:37.913 | Mar 07 07:52:30 devstack cinder-volume[60217]: INFO cinder.volume.manager [None req-1c79d646-926c-4f04-b9be-8794d07d46ab None None] Driver post RPC initialization completed successfully. 2025-03-07 07:52:37.917 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:52:37.919 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@ovs-vswitchd.service 2025-03-07 07:52:37.928 | Failed to get unit file state for devstack@ovs-vswitchd.service: No such file or directory 2025-03-07 07:52:37.932 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:52:37.934 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@ovsdb-server.service 2025-03-07 07:52:37.943 | Failed to get unit file state for devstack@ovsdb-server.service: No such file or directory 2025-03-07 07:52:37.946 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:52:37.948 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-svc.service 2025-03-07 07:52:37.958 | enabled 2025-03-07 07:52:37.961 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-svc.service --no-pager 2025-03-07 07:52:37.973 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2025-03-07 07:52:37.973 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2025-03-07 07:52:37.973 | Active: active (running) since Fri 2025-03-07 07:51:44 UTC; 53s ago 2025-03-07 07:52:37.973 | Main PID: 52801 (/usr/bin/python) 2025-03-07 07:52:37.973 | Tasks: 5 (limit: 19125) 2025-03-07 07:52:37.973 | Memory: 362.2M 2025-03-07 07:52:37.973 | CPU: 9.582s 2025-03-07 07:52:37.973 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2025-03-07 07:52:37.973 | ├─52801 "/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini" 2025-03-07 07:52:37.973 | ├─52903 "neutron-server: api worker (/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2025-03-07 07:52:37.973 | ├─52904 "neutron-server: api worker (/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2025-03-07 07:52:37.973 | ├─52905 "neutron-server: rpc worker (/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2025-03-07 07:52:37.973 | └─52906 "neutron-server: rpc worker (/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2025-03-07 07:52:37.973 | 2025-03-07 07:52:37.973 | Mar 07 07:52:15 devstack neutron-server[52905]: DEBUG neutron.plugins.ml2.rpc [None req-20c14b17-b19b-471e-85a4-68b8ff263c97 None None] Device fcdc7347-2391-4815-bdf4-428a04fa2a19 up at agent ovs-agent-devstack {{(pid=52905) update_device_up /opt/stack/neutron/neutron/plugins/ml2/rpc.py:297}} 2025-03-07 07:52:37.973 | Mar 07 07:52:15 devstack neutron-server[52905]: DEBUG neutron.db.provisioning_blocks [None req-20c14b17-b19b-471e-85a4-68b8ff263c97 None None] Provisioning complete for port fcdc7347-2391-4815-bdf4-428a04fa2a19 triggered by entity L2. {{(pid=52905) provisioning_complete /opt/stack/neutron/neutron/db/provisioning_blocks.py:144}} 2025-03-07 07:52:37.973 | Mar 07 07:52:15 devstack neutron-server[52905]: DEBUG neutron_lib.callbacks.manager [None req-20c14b17-b19b-471e-85a4-68b8ff263c97 None None] Publish callbacks ['neutron.plugins.ml2.plugin.Ml2Plugin._port_provisioned-995943'] for port (fcdc7347-2391-4815-bdf4-428a04fa2a19), provisioning_complete {{(pid=52905) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2025-03-07 07:52:37.973 | Mar 07 07:52:15 devstack neutron-server[52905]: INFO neutron.plugins.ml2.plugin [None req-20c14b17-b19b-471e-85a4-68b8ff263c97 None None] Attempt 1 to provision port fcdc7347-2391-4815-bdf4-428a04fa2a19 2025-03-07 07:52:37.973 | Mar 07 07:52:16 devstack neutron-server[52905]: DEBUG neutron.plugins.ml2.plugin [None req-20c14b17-b19b-471e-85a4-68b8ff263c97 None None] Current status of the port fcdc7347-2391-4815-bdf4-428a04fa2a19 is: ACTIVE; New status is: ACTIVE {{(pid=52905) _update_individual_port_db_status /opt/stack/neutron/neutron/plugins/ml2/plugin.py:2355}} 2025-03-07 07:52:37.973 | Mar 07 07:52:24 devstack neutron-server[52905]: DEBUG neutron_lib.callbacks.manager [None req-93687d3f-cb7f-46cf-991f-274773f1b1a8 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8154915228372', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-996029'] for agent (5084ad27-b8d4-4dab-9613-4ec1906d91d0), after_update {{(pid=52905) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2025-03-07 07:52:37.973 | Mar 07 07:52:25 devstack neutron-server[52905]: DEBUG neutron_lib.callbacks.manager [None req-edae91ee-2015-4850-91f9-6010ef0a6f4e None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8154915228372', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-996029'] for agent (aa5cd26c-2c6f-411d-bac9-565157148c9a), after_update {{(pid=52905) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2025-03-07 07:52:37.974 | Mar 07 07:52:25 devstack neutron-server[52905]: DEBUG neutron_lib.callbacks.manager [None req-20c14b17-b19b-471e-85a4-68b8ff263c97 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8154915228372', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-996029'] for agent (eb178042-ef60-42d5-b76b-0053992ce6ee), after_update {{(pid=52905) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2025-03-07 07:52:37.974 | Mar 07 07:52:26 devstack neutron-server[52905]: DEBUG neutron_lib.callbacks.manager [None req-a6b00386-ce7f-4abd-9574-0af866d87675 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8154915228372', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-996029'] for agent (77ad2703-5415-4cb4-ace2-f38b5431ee86), after_update {{(pid=52905) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2025-03-07 07:52:37.974 | Mar 07 07:52:29 devstack neutron-server[52906]: DEBUG neutron.db.agents_db [None req-5c16a4b8-76d7-4eb3-a4d3-23f4672ce2be None None] Agent healthcheck: found 4 active agents {{(pid=52906) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} 2025-03-07 07:52:37.977 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:52:37.979 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@rabbit.service 2025-03-07 07:52:37.988 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2025-03-07 07:52:37.992 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:52:37.994 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@tempest.service 2025-03-07 07:52:38.003 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2025-03-07 07:52:38.006 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:52:38.009 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@mysql.service 2025-03-07 07:52:38.018 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2025-03-07 07:52:38.021 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:52:38.023 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@etcd3.service 2025-03-07 07:52:38.032 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2025-03-07 07:52:38.036 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:52:38.038 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-agt.service 2025-03-07 07:52:38.048 | enabled 2025-03-07 07:52:38.051 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-agt.service --no-pager 2025-03-07 07:52:38.063 | ● devstack@q-agt.service - Devstack devstack@q-agt.service 2025-03-07 07:52:38.063 | Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled) 2025-03-07 07:52:38.063 | Active: active (running) since Fri 2025-03-07 07:51:51 UTC; 46s ago 2025-03-07 07:52:38.063 | Main PID: 53953 (neutron-openvsw) 2025-03-07 07:52:38.063 | Tasks: 4 (limit: 19125) 2025-03-07 07:52:38.063 | Memory: 159.3M 2025-03-07 07:52:38.063 | CPU: 3.731s 2025-03-07 07:52:38.063 | CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service 2025-03-07 07:52:38.063 | ├─53953 "neutron-openvswitch-agent (/usr/bin/python3.10 /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2025-03-07 07:52:38.063 | ├─55454 /usr/bin/python3.10 /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/tmpf3f_yu7t/privsep.sock 2025-03-07 07:52:38.063 | └─55457 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json 2025-03-07 07:52:38.063 | 2025-03-07 07:52:38.063 | Mar 07 07:52:33 devstack neutron-openvswitch-agent[53953]: DEBUG neutron.agent.linux.utils [None req-fa3a40c2-b795-42b3-8198-831b07f93fc7 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 55457. {{(pid=53953) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2025-03-07 07:52:38.063 | Mar 07 07:52:33 devstack neutron-openvswitch-agent[53953]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-fa3a40c2-b795-42b3-8198-831b07f93fc7 None None] Agent rpc_loop - iteration:18 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.003 2025-03-07 07:52:38.063 | Mar 07 07:52:35 devstack neutron-openvswitch-agent[53953]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-fa3a40c2-b795-42b3-8198-831b07f93fc7 None None] Agent rpc_loop - iteration:19 started 2025-03-07 07:52:38.063 | Mar 07 07:52:35 devstack neutron-openvswitch-agent[53953]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-fa3a40c2-b795-42b3-8198-831b07f93fc7 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x123911ca,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=16646311441492470978,duration_nsec=206000000,duration_sec=41,flags=0,hard_timeout=0,idle_timeout=0,instructions=[],length=56,match=OFPMatch(oxm_fields={}),packet_count=0,priority=0,table_id=23)],flags=0,type=1)] {{(pid=53953) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2025-03-07 07:52:38.063 | Mar 07 07:52:35 devstack neutron-openvswitch-agent[53953]: DEBUG neutron.agent.linux.utils [None req-fa3a40c2-b795-42b3-8198-831b07f93fc7 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 55457. {{(pid=53953) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2025-03-07 07:52:38.063 | Mar 07 07:52:35 devstack neutron-openvswitch-agent[53953]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-fa3a40c2-b795-42b3-8198-831b07f93fc7 None None] Agent rpc_loop - iteration:19 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.003 2025-03-07 07:52:38.063 | Mar 07 07:52:37 devstack neutron-openvswitch-agent[53953]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-fa3a40c2-b795-42b3-8198-831b07f93fc7 None None] Agent rpc_loop - iteration:20 started 2025-03-07 07:52:38.063 | Mar 07 07:52:37 devstack neutron-openvswitch-agent[53953]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-fa3a40c2-b795-42b3-8198-831b07f93fc7 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x123911cc,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=16646311441492470978,duration_nsec=208000000,duration_sec=43,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=53953) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2025-03-07 07:52:38.063 | Mar 07 07:52:37 devstack neutron-openvswitch-agent[53953]: DEBUG neutron.agent.linux.utils [None req-fa3a40c2-b795-42b3-8198-831b07f93fc7 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 55457. {{(pid=53953) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2025-03-07 07:52:38.063 | Mar 07 07:52:37 devstack neutron-openvswitch-agent[53953]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-fa3a40c2-b795-42b3-8198-831b07f93fc7 None None] Agent rpc_loop - iteration:20 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.003 2025-03-07 07:52:38.067 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:52:38.069 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-dhcp.service 2025-03-07 07:52:38.079 | enabled 2025-03-07 07:52:38.082 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-dhcp.service --no-pager 2025-03-07 07:52:38.094 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service 2025-03-07 07:52:38.094 | Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled) 2025-03-07 07:52:38.094 | Active: active (running) since Fri 2025-03-07 07:51:52 UTC; 45s ago 2025-03-07 07:52:38.094 | Main PID: 54371 (neutron-dhcp-ag) 2025-03-07 07:52:38.094 | Tasks: 13 (limit: 19125) 2025-03-07 07:52:38.094 | Memory: 423.3M 2025-03-07 07:52:38.094 | CPU: 8.530s 2025-03-07 07:52:38.094 | CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service 2025-03-07 07:52:38.094 | ├─54371 "neutron-dhcp-agent (/usr/bin/python3.10 /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini)" 2025-03-07 07:52:38.094 | ├─55620 /usr/bin/python3.10 /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/tmpamq98e_r/privsep.sock 2025-03-07 07:52:38.094 | ├─55661 /usr/bin/python3.10 /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/tmpwnu8o150/privsep.sock 2025-03-07 07:52:38.094 | ├─55751 /usr/bin/python3.10 /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/tmp26intw3o/privsep.sock 2025-03-07 07:52:38.094 | ├─55837 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-03-07 07:52:38.094 | ├─55838 /usr/bin/python3.10 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-03-07 07:52:38.094 | └─55849 dnsmasq --no-hosts --no-resolv --pid-file=/opt/stack/data/neutron/dhcp/f834f06a-dd18-4ea8-b30e-f7cbd551f7a7/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/f834f06a-dd18-4ea8-b30e-f7cbd551f7a7/host --addn-hosts=/opt/stack/data/neutron/dhcp/f834f06a-dd18-4ea8-b30e-f7cbd551f7a7/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/f834f06a-dd18-4ea8-b30e-f7cbd551f7a7/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/f834f06a-dd18-4ea8-b30e-f7cbd551f7a7/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-bf4a7202-1080-44e9-abd1-87a9559a7db9,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-03-07 07:52:38.094 | 2025-03-07 07:52:38.094 | Mar 07 07:52:09 devstack neutron-dhcp-agent[54371]: INFO neutron.agent.dhcp.agent [None req-ad3b45cc-7d70-4276-b2ff-794847d41d49 None None] DHCP configuration for ports {'fcdc7347-2391-4815-bdf4-428a04fa2a19'} is completed 2025-03-07 07:52:38.094 | Mar 07 07:52:10 devstack neutron-dhcp-agent[54371]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _network_create called with arguments ({'network': {'id': 'f1fc3fc7-6a7c-4767-beb5-06c319ac3794'}, 'priority': 0},) {} {{(pid=54371) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2025-03-07 07:52:38.094 | Mar 07 07:52:10 devstack neutron-dhcp-agent[54371]: DEBUG oslo_concurrency.lockutils [None req-fac9ea9d-e031-4c40-b05d-89ac23c1a157 None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=54371) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:404}} 2025-03-07 07:52:38.094 | Mar 07 07:52:10 devstack neutron-dhcp-agent[54371]: DEBUG oslo_concurrency.lockutils [None req-fac9ea9d-e031-4c40-b05d-89ac23c1a157 None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=54371) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2025-03-07 07:52:38.094 | Mar 07 07:52:10 devstack neutron-dhcp-agent[54371]: DEBUG oslo_concurrency.lockutils [None req-fac9ea9d-e031-4c40-b05d-89ac23c1a157 None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=54371) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2025-03-07 07:52:38.094 | Mar 07 07:52:10 devstack neutron-dhcp-agent[54371]: DEBUG neutron.agent.dhcp.agent [None req-fac9ea9d-e031-4c40-b05d-89ac23c1a157 None None] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _subnet_update called with arguments ({'subnet': {'id': '9c8f1224-74e2-49cc-9b21-32a787aeb254', 'name': 'public-subnet', 'tenant_id': 'a06639ef48fd43768e273db76d6c8f54', 'network_id': 'f1fc3fc7-6a7c-4767-beb5-06c319ac3794', 'ip_version': 4, 'subnetpool_id': None, 'enable_dhcp': False, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'standard_attr_id': 20, '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-03-07T07:52:10Z', 'updated_at': '2025-03-07T07:52:10Z', 'revision_number': 0, 'project_id': 'a06639ef48fd43768e273db76d6c8f54', 'network': {'id': 'f1fc3fc7-6a7c-4767-beb5-06c319ac3794', 'name': 'public', 'tenant_id': 'a06639ef48fd43768e273db76d6c8f54', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': ['9c8f1224-74e2-49cc-9b21-32a787aeb254'], 'standard_attr_id': 17, '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-03-07T07:52:07Z', 'updated_at': '2025-03-07T07:52:10Z', 'revision_number': 2, 'project_id': 'a06639ef48fd43768e273db76d6c8f54', 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 1001}}, 'priority': 3},) {} {{(pid=54371) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2025-03-07 07:52:38.094 | Mar 07 07:52:10 devstack neutron-dhcp-agent[54371]: DEBUG oslo_concurrency.lockutils [None req-87bd4cf2-3461-45ff-801c-8e592dd64771 None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=54371) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:404}} 2025-03-07 07:52:38.094 | Mar 07 07:52:10 devstack neutron-dhcp-agent[54371]: DEBUG oslo_concurrency.lockutils [None req-87bd4cf2-3461-45ff-801c-8e592dd64771 None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=54371) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2025-03-07 07:52:38.094 | Mar 07 07:52:10 devstack neutron-dhcp-agent[54371]: DEBUG oslo_concurrency.lockutils [None req-87bd4cf2-3461-45ff-801c-8e592dd64771 None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=54371) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2025-03-07 07:52:38.094 | Mar 07 07:52:12 devstack neutron-dhcp-agent[54371]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_create called with arguments (,) {} {{(pid=54371) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2025-03-07 07:52:38.098 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:52:38.100 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-l3.service 2025-03-07 07:52:38.110 | enabled 2025-03-07 07:52:38.113 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-l3.service --no-pager 2025-03-07 07:52:38.125 | ● devstack@q-l3.service - Devstack devstack@q-l3.service 2025-03-07 07:52:38.125 | Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled) 2025-03-07 07:52:38.125 | Active: active (running) since Fri 2025-03-07 07:51:53 UTC; 44s ago 2025-03-07 07:52:38.125 | Main PID: 54820 (neutron-l3-agen) 2025-03-07 07:52:38.125 | Tasks: 22 (limit: 19125) 2025-03-07 07:52:38.125 | Memory: 428.2M 2025-03-07 07:52:38.125 | CPU: 8.509s 2025-03-07 07:52:38.125 | CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service 2025-03-07 07:52:38.125 | ├─54820 "neutron-l3-agent (/usr/bin/python3.10 /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini)" 2025-03-07 07:52:38.125 | ├─55610 /usr/bin/python3.10 /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/tmp_t8isko9/privsep.sock 2025-03-07 07:52:38.125 | ├─56057 /usr/bin/python3.10 /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/tmpj1yb8_vy/privsep.sock 2025-03-07 07:52:38.125 | ├─56071 /usr/bin/python3.10 /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/tmp9vr7bbal/privsep.sock 2025-03-07 07:52:38.125 | ├─56276 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-03-07 07:52:38.125 | ├─56277 /usr/bin/python3.10 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-03-07 07:52:38.125 | └─56398 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/5bf57521-d675-49da-ae91-8383c786a011.conf 2025-03-07 07:52:38.125 | 2025-03-07 07:52:38.125 | Mar 07 07:52:16 devstack neutron-l3-agent[54820]: DEBUG oslo.privsep.daemon [-] privsep: reply[6162e497-b7a7-4a0c-ad21-2ede77e4a827]: (4, ('ARPING 10.180.180.204 from 10.180.180.204 qg-439dcaef-64\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=56057) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-03-07 07:52:38.125 | Mar 07 07:52:17 devstack neutron-l3-agent[54820]: DEBUG oslo.privsep.daemon [-] privsep: reply[b0dd3046-5495-4a73-b2b0-f57fde4edefc]: (4, ('ARPING 10.180.180.204 from 10.180.180.204 qg-439dcaef-64\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=56057) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-03-07 07:52:38.125 | Mar 07 07:52:19 devstack neutron-l3-agent[54820]: DEBUG oslo.privsep.daemon [-] privsep: reply[29af1712-f9eb-4cc0-82cb-1fb016062f8f]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-fcdc7347-23\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=56057) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-03-07 07:52:38.125 | Mar 07 07:52:20 devstack neutron-l3-agent[54820]: DEBUG oslo.privsep.daemon [-] privsep: reply[a3cceed9-7e78-45ff-a87d-d87ce6dc8e7d]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-fcdc7347-23\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=56057) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-03-07 07:52:38.125 | Mar 07 07:52:20 devstack neutron-l3-agent[54820]: DEBUG oslo.privsep.daemon [-] privsep: reply[11e7fc96-4b5b-48bf-92bd-3181d72cde86]: (4, ('ARPING 10.180.180.204 from 10.180.180.204 qg-439dcaef-64\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=56057) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-03-07 07:52:38.125 | Mar 07 07:52:21 devstack neutron-l3-agent[54820]: DEBUG oslo.privsep.daemon [-] privsep: reply[1499652d-cdfc-42f4-ad54-9a332ecbb3d6]: (4, ('ARPING 10.180.180.204 from 10.180.180.204 qg-439dcaef-64\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=56057) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-03-07 07:52:38.125 | Mar 07 07:52:23 devstack neutron-l3-agent[54820]: DEBUG oslo.privsep.daemon [-] privsep: reply[28ebbf1a-c390-4ccb-9880-f0efff461eed]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-fcdc7347-23\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=56057) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-03-07 07:52:38.125 | Mar 07 07:52:24 devstack neutron-l3-agent[54820]: DEBUG oslo.privsep.daemon [-] privsep: reply[cb101894-6c5c-409c-8a7e-6309490357e7]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-fcdc7347-23\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=56057) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-03-07 07:52:38.125 | Mar 07 07:52:24 devstack neutron-l3-agent[54820]: DEBUG oslo.privsep.daemon [-] privsep: reply[aabf7493-1a5b-4e4d-87e9-b315746a5ce1]: (4, ('ARPING 10.180.180.204 from 10.180.180.204 qg-439dcaef-64\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=56057) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-03-07 07:52:38.126 | Mar 07 07:52:25 devstack neutron-l3-agent[54820]: DEBUG oslo.privsep.daemon [-] privsep: reply[e4a9d978-34c6-4d68-9652-4fa824b1d159]: (4, ('ARPING 10.180.180.204 from 10.180.180.204 qg-439dcaef-64\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=56057) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2025-03-07 07:52:38.129 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2025-03-07 07:52:38.131 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-meta.service 2025-03-07 07:52:38.141 | enabled 2025-03-07 07:52:38.144 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-meta.service --no-pager 2025-03-07 07:52:38.156 | ● devstack@q-meta.service - Devstack devstack@q-meta.service 2025-03-07 07:52:38.156 | Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled) 2025-03-07 07:52:38.156 | Active: active (running) since Fri 2025-03-07 07:51:54 UTC; 43s ago 2025-03-07 07:52:38.156 | Main PID: 55244 (neutron-metadat) 2025-03-07 07:52:38.156 | Tasks: 3 (limit: 19125) 2025-03-07 07:52:38.156 | Memory: 124.0M 2025-03-07 07:52:38.156 | CPU: 1.992s 2025-03-07 07:52:38.156 | CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service 2025-03-07 07:52:38.156 | ├─55244 "neutron-metadata-agent (/usr/bin/python3.10 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2025-03-07 07:52:38.156 | ├─55450 "neutron-metadata-agent (/usr/bin/python3.10 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2025-03-07 07:52:38.157 | └─55451 "neutron-metadata-agent (/usr/bin/python3.10 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2025-03-07 07:52:38.157 | 2025-03-07 07:52:38.157 | Mar 07 07:51:56 devstack neutron-metadata-agent[55244]: DEBUG oslo_service.service [None req-a6b00386-ce7f-4abd-9574-0af866d87675 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=55244) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:52:38.157 | Mar 07 07:51:56 devstack neutron-metadata-agent[55244]: DEBUG oslo_service.service [None req-a6b00386-ce7f-4abd-9574-0af866d87675 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=55244) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:52:38.157 | Mar 07 07:51:56 devstack neutron-metadata-agent[55244]: DEBUG oslo_service.service [None req-a6b00386-ce7f-4abd-9574-0af866d87675 None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=55244) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:52:38.157 | Mar 07 07:51:56 devstack neutron-metadata-agent[55244]: DEBUG oslo_service.service [None req-a6b00386-ce7f-4abd-9574-0af866d87675 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=55244) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:52:38.157 | Mar 07 07:51:56 devstack neutron-metadata-agent[55244]: DEBUG oslo_service.service [None req-a6b00386-ce7f-4abd-9574-0af866d87675 None None] oslo_messaging_rabbit.ssl_version = {{(pid=55244) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:52:38.157 | Mar 07 07:51:56 devstack neutron-metadata-agent[55244]: DEBUG oslo_service.service [None req-a6b00386-ce7f-4abd-9574-0af866d87675 None None] oslo_messaging_notifications.driver = [] {{(pid=55244) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:52:38.157 | Mar 07 07:51:56 devstack neutron-metadata-agent[55244]: DEBUG oslo_service.service [None req-a6b00386-ce7f-4abd-9574-0af866d87675 None None] oslo_messaging_notifications.retry = -1 {{(pid=55244) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:52:38.157 | Mar 07 07:51:56 devstack neutron-metadata-agent[55244]: DEBUG oslo_service.service [None req-a6b00386-ce7f-4abd-9574-0af866d87675 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=55244) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:52:38.157 | Mar 07 07:51:56 devstack neutron-metadata-agent[55244]: DEBUG oslo_service.service [None req-a6b00386-ce7f-4abd-9574-0af866d87675 None None] oslo_messaging_notifications.transport_url = **** {{(pid=55244) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2025-03-07 07:52:38.157 | Mar 07 07:51:56 devstack neutron-metadata-agent[55244]: DEBUG oslo_service.service [None req-a6b00386-ce7f-4abd-9574-0af866d87675 None None] ******************************************************************************** {{(pid=55244) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2025-03-07 07:52:38.160 | + stack.sh:main:1441 : is_service_enabled n-api 2025-03-07 07:52:38.175 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:52:38.177 | + stack.sh:main:1442 : is_service_enabled n-cpu 2025-03-07 07:52:38.191 | + functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:52:38.193 | + stack.sh:main:1449 : 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-03-07 07:52:38.195 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:52:38.197 | + stack.sh:echo_summary:455 : 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-03-07 07:52:38.199 | + stack.sh:main:1456 : /usr/local/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2025-03-07 07:52:38.596 | 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-03-07 07:52:40.075 | +--------------------------------------------------------------------+ 2025-03-07 07:52:40.076 | | Upgrade Check Results | 2025-03-07 07:52:40.076 | +--------------------------------------------------------------------+ 2025-03-07 07:52:40.076 | | Check: Cells v2 | 2025-03-07 07:52:40.076 | | Result: Success | 2025-03-07 07:52:40.076 | | Details: No host mappings or compute nodes were found. Remember to | 2025-03-07 07:52:40.076 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2025-03-07 07:52:40.076 | | compute hosts are deployed. | 2025-03-07 07:52:40.076 | +--------------------------------------------------------------------+ 2025-03-07 07:52:40.076 | | Check: Placement API | 2025-03-07 07:52:40.076 | | Result: Success | 2025-03-07 07:52:40.076 | | Details: None | 2025-03-07 07:52:40.076 | +--------------------------------------------------------------------+ 2025-03-07 07:52:40.076 | | Check: Cinder API | 2025-03-07 07:52:40.076 | | Result: Success | 2025-03-07 07:52:40.076 | | Details: None | 2025-03-07 07:52:40.076 | +--------------------------------------------------------------------+ 2025-03-07 07:52:40.076 | | Check: Policy File JSON to YAML Migration | 2025-03-07 07:52:40.076 | | Result: Success | 2025-03-07 07:52:40.076 | | Details: None | 2025-03-07 07:52:40.076 | +--------------------------------------------------------------------+ 2025-03-07 07:52:40.076 | | Check: Older than N-1 computes | 2025-03-07 07:52:40.076 | | Result: Success | 2025-03-07 07:52:40.076 | | Details: None | 2025-03-07 07:52:40.076 | +--------------------------------------------------------------------+ 2025-03-07 07:52:40.076 | | Check: hw_machine_type unset | 2025-03-07 07:52:40.076 | | Result: Success | 2025-03-07 07:52:40.076 | | Details: None | 2025-03-07 07:52:40.076 | +--------------------------------------------------------------------+ 2025-03-07 07:52:40.076 | | Check: Service User Token Configuration | 2025-03-07 07:52:40.076 | | Result: Success | 2025-03-07 07:52:40.076 | | Details: None | 2025-03-07 07:52:40.076 | +--------------------------------------------------------------------+ 2025-03-07 07:52:40.405 | + stack.sh:main:1463 : [[ -x /opt/stack/devstack/local.sh ]] 2025-03-07 07:52:40.408 | + stack.sh:main:1474 : command openstack complete 2025-03-07 07:52:40.408 | + stack.sh:main:1475 : sudo tee /etc/bash_completion.d/osc.bash_completion 2025-03-07 07:52:41.647 | The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. 2025-03-07 07:52:41.863 | + stack.sh:main:1478 : is_service_enabled cinder 2025-03-07 07:52:41.877 | + functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:52:41.879 | + stack.sh:main:1479 : is_ubuntu 2025-03-07 07:52:41.882 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2025-03-07 07:52:41.884 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2025-03-07 07:52:41.886 | + stack.sh:main:1480 : echo_summary 'Configuring lvm.conf global device filter' 2025-03-07 07:52:41.888 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:52:41.890 | + stack.sh:echo_summary:455 : echo -e Configuring lvm.conf global device filter 2025-03-07 07:52:41.892 | + stack.sh:main:1481 : set_lvm_filter 2025-03-07 07:52:41.894 | + lib/lvm:set_lvm_filter:187 : local 'filter_suffix="r|.*|" ] # from devstack' 2025-03-07 07:52:41.896 | + lib/lvm:set_lvm_filter:188 : local 'filter_string=global_filter = [ ' 2025-03-07 07:52:41.898 | + lib/lvm:set_lvm_filter:189 : local pv 2025-03-07 07:52:41.900 | + lib/lvm:set_lvm_filter:190 : local vg 2025-03-07 07:52:41.902 | + lib/lvm:set_lvm_filter:191 : local line 2025-03-07 07:52:41.905 | ++ lib/lvm:set_lvm_filter:193 : sudo pvs --noheadings -o name 2025-03-07 07:52:41.947 | + lib/lvm:set_lvm_filter:198 : filter_string='global_filter = [ "r|.*|" ] # from devstack' 2025-03-07 07:52:41.950 | + lib/lvm:set_lvm_filter:200 : clean_lvm_filter 2025-03-07 07:52:41.952 | + lib/lvm:clean_lvm_filter:175 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2025-03-07 07:52:41.963 | + lib/lvm:set_lvm_filter:201 : sudo sed -i '/# global_filter = \[*\]/a\ global_filter = [ "r|.*|" ] # from devstack' /etc/lvm/lvm.conf 2025-03-07 07:52:41.973 | + lib/lvm:set_lvm_filter:202 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "r|.*|" ] # from devstack' 2025-03-07 07:52:41.975 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:52:41.977 | + stack.sh:echo_summary:455 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"r|.*|"' ']' '#' from devstack 2025-03-07 07:52:41.979 | + stack.sh:main:1491 : run_phase stack test-config 2025-03-07 07:52:41.982 | + functions-common:run_phase:1863 : local mode=stack 2025-03-07 07:52:41.984 | + functions-common:run_phase:1864 : local phase=test-config 2025-03-07 07:52:41.986 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2025-03-07 07:52:41.988 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2025-03-07 07:52:41.990 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-03-07 07:52:41.992 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2025-03-07 07:52:41.994 | + functions-common:run_phase:1873 : local extra 2025-03-07 07:52:41.997 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-03-07 07:52:42.001 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2025-03-07 07:52:42.003 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-03-07 07:52:42.005 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-03-07 07:52:42.008 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack test-config 2025-03-07 07:52:42.010 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-03-07 07:52:42.023 | ++ functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:52:42.025 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-03-07 07:52:42.027 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:52:42.029 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2025-03-07 07:52:42.031 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:52:42.033 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-03-07 07:52:42.035 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:52:42.037 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2025-03-07 07:52:42.039 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:52:42.041 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2025-03-07 07:52:42.043 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:52:42.045 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2025-03-07 07:52:42.047 | ++ extras.d/80-tempest.sh:source:20 : async_wait install_tempest 2025-03-07 07:52:42.082 | [3562 Async install_tempest:33398]: Waiting for completion of install_tempest running on PID 33398 (1 other jobs running) 2025-03-07 07:52:42.099 | [3562 Async install_tempest:33398]: Signaling child to exit 2025-03-07 07:52:42.099 | WAKEUP 2025-03-07 07:52:42.114 | [3562 Async install_tempest:33398]: Signaled 2025-03-07 07:52:42.115 | ++ lib/tempest:install_tempest:835 : git_clone https://opendev.org/openstack/tempest.git /opt/stack//tempest 41.0.0 2025-03-07 07:52:42.115 | ++ functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/tempest.git 2025-03-07 07:52:42.115 | ++ functions-common:git_clone:613 : local git_dest=/opt/stack//tempest 2025-03-07 07:52:42.115 | ++ functions-common:git_clone:614 : local git_ref=41.0.0 2025-03-07 07:52:42.115 | ++ functions-common:git_clone:615 : local orig_dir 2025-03-07 07:52:42.115 | +++ functions-common:git_clone:616 : pwd 2025-03-07 07:52:42.115 | ++ functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2025-03-07 07:52:42.115 | ++ functions-common:git_clone:617 : local git_clone_flags= 2025-03-07 07:52:42.115 | +++ functions-common:git_clone:619 : trueorfalse False RECLONE 2025-03-07 07:52:42.115 | ++ functions-common:git_clone:619 : RECLONE=False 2025-03-07 07:52:42.115 | ++ functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2025-03-07 07:52:42.115 | ++ functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2025-03-07 07:52:42.115 | ++ functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2025-03-07 07:52:42.115 | ++ functions-common:git_clone:633 : echo 41.0.0 2025-03-07 07:52:42.115 | ++ functions-common:git_clone:633 : egrep -q '^refs' 2025-03-07 07:52:42.116 | ++ functions-common:git_clone:647 : [[ ! -d /opt/stack//tempest ]] 2025-03-07 07:52:42.116 | ++ functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2025-03-07 07:52:42.116 | ++ functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2025-03-07 07:52:42.116 | ++ functions-common:git_timed:720 : local count=0 2025-03-07 07:52:42.116 | ++ functions-common:git_timed:721 : local timeout=0 2025-03-07 07:52:42.116 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:52:42.116 | ++ functions-common:git_timed:724 : timeout=0 2025-03-07 07:52:42.116 | ++ functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:52:42.116 | ++ functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:52:42.116 | ++ functions-common:time_start:2422 : local start_time= 2025-03-07 07:52:42.116 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:52:42.116 | +++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:52:42.116 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1741333760836 2025-03-07 07:52:42.116 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2025-03-07 07:52:42.116 | Cloning into '/opt/stack//tempest'... 2025-03-07 07:52:42.116 | ++ functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:52:42.116 | ++ functions-common:time_stop:2435 : local name 2025-03-07 07:52:42.116 | ++ functions-common:time_stop:2436 : local end_time 2025-03-07 07:52:42.116 | ++ functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:52:42.116 | ++ functions-common:time_stop:2438 : local total 2025-03-07 07:52:42.116 | ++ functions-common:time_stop:2439 : local start_time 2025-03-07 07:52:42.116 | ++ functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:52:42.116 | ++ functions-common:time_stop:2442 : start_time=1741333760836 2025-03-07 07:52:42.116 | ++ functions-common:time_stop:2444 : [[ -z 1741333760836 ]] 2025-03-07 07:52:42.116 | +++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:52:42.116 | ++ functions-common:time_stop:2447 : end_time=1741333762900 2025-03-07 07:52:42.116 | ++ functions-common:time_stop:2448 : elapsed_time=2064 2025-03-07 07:52:42.116 | ++ functions-common:time_stop:2449 : total=107024 2025-03-07 07:52:42.116 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:52:42.116 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=109088 2025-03-07 07:52:42.116 | ++ functions-common:git_clone:654 : cd /opt/stack//tempest 2025-03-07 07:52:42.116 | ++ functions-common:git_clone:655 : git_timed fetch --depth 10 origin 41.0.0 2025-03-07 07:52:42.116 | ++ functions-common:git_timed:720 : local count=0 2025-03-07 07:52:42.116 | ++ functions-common:git_timed:721 : local timeout=0 2025-03-07 07:52:42.116 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:52:42.116 | ++ functions-common:git_timed:724 : timeout=0 2025-03-07 07:52:42.116 | ++ functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:52:42.116 | ++ functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:52:42.116 | ++ functions-common:time_start:2422 : local start_time= 2025-03-07 07:52:42.116 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:52:42.116 | +++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:52:42.116 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1741333762932 2025-03-07 07:52:42.116 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin 41.0.0 2025-03-07 07:52:42.116 | From https://opendev.org/openstack/tempest 2025-03-07 07:52:42.116 | * tag 41.0.0 -> FETCH_HEAD 2025-03-07 07:52:42.116 | ++ functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:52:42.116 | ++ functions-common:time_stop:2435 : local name 2025-03-07 07:52:42.116 | ++ functions-common:time_stop:2436 : local end_time 2025-03-07 07:52:42.116 | ++ functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:52:42.116 | ++ functions-common:time_stop:2438 : local total 2025-03-07 07:52:42.116 | ++ functions-common:time_stop:2439 : local start_time 2025-03-07 07:52:42.116 | ++ functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:52:42.116 | ++ functions-common:time_stop:2442 : start_time=1741333762932 2025-03-07 07:52:42.116 | ++ functions-common:time_stop:2444 : [[ -z 1741333762932 ]] 2025-03-07 07:52:42.116 | +++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:52:42.116 | ++ functions-common:time_stop:2447 : end_time=1741333764480 2025-03-07 07:52:42.116 | ++ functions-common:time_stop:2448 : elapsed_time=1548 2025-03-07 07:52:42.116 | ++ functions-common:time_stop:2449 : total=109088 2025-03-07 07:52:42.116 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:52:42.116 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=110636 2025-03-07 07:52:42.116 | ++ functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2025-03-07 07:52:42.116 | ++ functions-common:git_timed:720 : local count=0 2025-03-07 07:52:42.116 | ++ functions-common:git_timed:721 : local timeout=0 2025-03-07 07:52:42.116 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2025-03-07 07:52:42.116 | ++ functions-common:git_timed:724 : timeout=0 2025-03-07 07:52:42.116 | ++ functions-common:git_timed:727 : time_start git_timed 2025-03-07 07:52:42.116 | ++ functions-common:time_start:2421 : local name=git_timed 2025-03-07 07:52:42.116 | ++ functions-common:time_start:2422 : local start_time= 2025-03-07 07:52:42.116 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2025-03-07 07:52:42.116 | +++ functions-common:time_start:2426 : date +%s%3N 2025-03-07 07:52:42.116 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1741333764510 2025-03-07 07:52:42.116 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-03-07 07:52:42.116 | Note: switching to 'FETCH_HEAD'. 2025-03-07 07:52:42.116 | 2025-03-07 07:52:42.116 | You are in 'detached HEAD' state. You can look around, make experimental 2025-03-07 07:52:42.116 | changes and commit them, and you can discard any commits you make in this 2025-03-07 07:52:42.116 | state without impacting any branches by switching back to a branch. 2025-03-07 07:52:42.116 | 2025-03-07 07:52:42.116 | If you want to create a new branch to retain commits you create, you may 2025-03-07 07:52:42.116 | do so (now or later) by using -c with the switch command. Example: 2025-03-07 07:52:42.116 | 2025-03-07 07:52:42.116 | git switch -c 2025-03-07 07:52:42.116 | 2025-03-07 07:52:42.116 | Or undo this operation with: 2025-03-07 07:52:42.116 | 2025-03-07 07:52:42.116 | git switch - 2025-03-07 07:52:42.116 | 2025-03-07 07:52:42.116 | Turn off this advice by setting config variable advice.detachedHead to false 2025-03-07 07:52:42.116 | 2025-03-07 07:52:42.116 | HEAD is now at a25e0df Merge "Use stable constraint in tox to release new tag for 2024.2" 2025-03-07 07:52:42.116 | ++ functions-common:git_timed:742 : time_stop git_timed 2025-03-07 07:52:42.116 | ++ functions-common:time_stop:2435 : local name 2025-03-07 07:52:42.116 | ++ functions-common:time_stop:2436 : local end_time 2025-03-07 07:52:42.116 | ++ functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:52:42.116 | ++ functions-common:time_stop:2438 : local total 2025-03-07 07:52:42.116 | ++ functions-common:time_stop:2439 : local start_time 2025-03-07 07:52:42.116 | ++ functions-common:time_stop:2441 : name=git_timed 2025-03-07 07:52:42.116 | ++ functions-common:time_stop:2442 : start_time=1741333764510 2025-03-07 07:52:42.116 | ++ functions-common:time_stop:2444 : [[ -z 1741333764510 ]] 2025-03-07 07:52:42.116 | +++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:52:42.116 | ++ functions-common:time_stop:2447 : end_time=1741333764609 2025-03-07 07:52:42.116 | ++ functions-common:time_stop:2448 : elapsed_time=99 2025-03-07 07:52:42.116 | ++ functions-common:time_stop:2449 : total=110636 2025-03-07 07:52:42.116 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:52:42.116 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=110735 2025-03-07 07:52:42.116 | ++ functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//tempest 2025-03-07 07:52:42.116 | ++ functions-common:git_clone:695 : cd /opt/stack//tempest 2025-03-07 07:52:42.116 | ++ functions-common:git_clone:696 : git show --oneline 2025-03-07 07:52:42.116 | ++ functions-common:git_clone:696 : head -1 2025-03-07 07:52:42.116 | a25e0df Merge "Use stable constraint in tox to release new tag for 2024.2" 2025-03-07 07:52:42.116 | ++ functions-common:git_clone:697 : cd /opt/stack/devstack 2025-03-07 07:52:42.116 | ++ lib/tempest:install_tempest:841 : pip_install 'tox!=2.8.0,<4.0.0' 2025-03-07 07:52:42.116 | Using python 3.10 to install tox!=2.8.0,<4.0.0 2025-03-07 07:52:42.116 | ++ inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt 'tox!=2.8.0,<4.0.0' 2025-03-07 07:52:42.116 | Collecting tox!=2.8.0,<4.0.0 2025-03-07 07:52:42.116 | Using cached tox-3.28.0-py2.py3-none-any.whl (86 kB) 2025-03-07 07:52:42.116 | Collecting py>=1.4.17 2025-03-07 07:52:42.116 | Using cached py-1.11.0-py2.py3-none-any.whl (98 kB) 2025-03-07 07:52:42.116 | Collecting filelock>=3.0.0 2025-03-07 07:52:42.116 | Using cached filelock-3.8.0-py3-none-any.whl (10 kB) 2025-03-07 07:52:42.117 | Collecting tomli>=2.0.1 2025-03-07 07:52:42.117 | Using cached tomli-2.0.1-py3-none-any.whl (12 kB) 2025-03-07 07:52:42.117 | Requirement already satisfied: packaging>=14 in /usr/local/lib/python3.10/dist-packages (from tox!=2.8.0,<4.0.0) (23.1) 2025-03-07 07:52:42.117 | 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 2025-03-07 07:52:42.117 | Using cached virtualenv-20.16.5-py3-none-any.whl (8.8 MB) 2025-03-07 07:52:42.117 | Collecting pluggy>=0.12.0 2025-03-07 07:52:42.117 | Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB) 2025-03-07 07:52:42.117 | Requirement already satisfied: six>=1.14.0 in /usr/lib/python3/dist-packages (from tox!=2.8.0,<4.0.0) (1.16.0) 2025-03-07 07:52:42.117 | Collecting distlib<1,>=0.3.5 2025-03-07 07:52:42.117 | Using cached distlib-0.3.6-py2.py3-none-any.whl (468 kB) 2025-03-07 07:52:42.117 | Collecting platformdirs<3,>=2.4 2025-03-07 07:52:42.117 | Using cached platformdirs-2.5.2-py3-none-any.whl (14 kB) 2025-03-07 07:52:42.117 | Installing collected packages: distlib, tomli, py, pluggy, platformdirs, filelock, virtualenv, tox 2025-03-07 07:52:42.117 | Successfully installed distlib-0.3.6 filelock-3.8.0 platformdirs-2.5.2 pluggy-1.0.0 py-1.11.0 tomli-2.0.1 tox-3.28.0 virtualenv-20.16.5 2025-03-07 07:52:42.117 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2025-03-07 07:52:42.117 | ++ inc/python:pip_install:196 : result=0 2025-03-07 07:52:42.117 | ++ inc/python:pip_install:198 : time_stop pip_install 2025-03-07 07:52:42.117 | ++ functions-common:time_stop:2435 : local name 2025-03-07 07:52:42.117 | ++ functions-common:time_stop:2436 : local end_time 2025-03-07 07:52:42.117 | ++ functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:52:42.117 | ++ functions-common:time_stop:2438 : local total 2025-03-07 07:52:42.117 | ++ functions-common:time_stop:2439 : local start_time 2025-03-07 07:52:42.117 | ++ functions-common:time_stop:2441 : name=pip_install 2025-03-07 07:52:42.117 | ++ functions-common:time_stop:2442 : start_time=1741333764651 2025-03-07 07:52:42.117 | ++ functions-common:time_stop:2444 : [[ -z 1741333764651 ]] 2025-03-07 07:52:42.117 | +++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:52:42.117 | ++ functions-common:time_stop:2447 : end_time=1741333768014 2025-03-07 07:52:42.117 | ++ functions-common:time_stop:2448 : elapsed_time=3363 2025-03-07 07:52:42.117 | ++ functions-common:time_stop:2449 : total=84466 2025-03-07 07:52:42.117 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:52:42.117 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=87829 2025-03-07 07:52:42.117 | ++ inc/python:pip_install:199 : return 0 2025-03-07 07:52:42.117 | ++ lib/tempest:install_tempest:842 : pushd /opt/stack//tempest 2025-03-07 07:52:42.117 | ~/tempest ~/devstack 2025-03-07 07:52:42.117 | ++ lib/tempest:install_tempest:846 : git checkout 41.0.0 2025-03-07 07:52:42.117 | error: pathspec '41.0.0' did not match any file(s) known to git 2025-03-07 07:52:42.117 | ++ lib/tempest:install_tempest:848 : local tmp_u_c_m 2025-03-07 07:52:42.117 | +++ lib/tempest:install_tempest:849 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2025-03-07 07:52:42.117 | ++ lib/tempest:install_tempest:849 : tmp_u_c_m=/tmp/tempest_u_c_m.vQg7wp15NP 2025-03-07 07:52:42.117 | ++ lib/tempest:install_tempest:850 : set_tempest_venv_constraints /tmp/tempest_u_c_m.vQg7wp15NP 2025-03-07 07:52:42.117 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2025-03-07 07:52:42.117 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.vQg7wp15NP 2025-03-07 07:52:42.117 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ /opt/stack//requirements/upper-constraints.txt == \m\a\s\t\e\r ]] 2025-03-07 07:52:42.117 | ++ lib/tempest:set_tempest_venv_constraints:139 : echo 'Using /opt/stack//requirements/upper-constraints.txt constraints in Tempest virtual env.' 2025-03-07 07:52:42.117 | Using /opt/stack//requirements/upper-constraints.txt constraints in Tempest virtual env. 2025-03-07 07:52:42.117 | ++ lib/tempest:set_tempest_venv_constraints:140 : cat /opt/stack//requirements/upper-constraints.txt 2025-03-07 07:52:42.117 | ++ lib/tempest:set_tempest_venv_constraints:143 : export UPPER_CONSTRAINTS_FILE=/opt/stack//requirements/upper-constraints.txt 2025-03-07 07:52:42.117 | ++ lib/tempest:set_tempest_venv_constraints:143 : UPPER_CONSTRAINTS_FILE=/opt/stack//requirements/upper-constraints.txt 2025-03-07 07:52:42.117 | ++ lib/tempest:set_tempest_venv_constraints:144 : export TOX_CONSTRAINTS_FILE=/opt/stack//requirements/upper-constraints.txt 2025-03-07 07:52:42.117 | ++ lib/tempest:set_tempest_venv_constraints:144 : TOX_CONSTRAINTS_FILE=/opt/stack//requirements/upper-constraints.txt 2025-03-07 07:52:42.117 | ++ lib/tempest:install_tempest:852 : tox -r --notest -efull 2025-03-07 07:52:42.117 | full create: /opt/stack/tempest/.tox/tempest 2025-03-07 07:52:42.117 | full installdeps: -c/opt/stack//requirements/upper-constraints.txt, -r/opt/stack/tempest/requirements.txt 2025-03-07 07:52:42.117 | full develop-inst: /opt/stack/tempest 2025-03-07 07:52:42.117 | full installed: attrs==22.1.0,autopage==0.5.1,bcrypt==4.0.0,certifi==2025.1.31,cffi==1.15.1,charset-normalizer==2.1.1,cliff==4.2.0,cmd2==2.4.2,cryptography==38.0.2,debtcollector==2.5.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.18,fixtures==4.0.1,future==0.18.3,idna==3.4,importlib-metadata==5.0.0,iso8601==1.1.0,jsonschema==4.16.0,msgpack==1.0.4,netaddr==0.8.0,netifaces==0.11.0,oslo.concurrency==5.1.1,oslo.config==9.1.1,oslo.context==5.1.1,oslo.i18n==6.0.0,oslo.log==5.2.1,oslo.serialization==5.1.2,oslo.utils==6.1.0,packaging==23.1,paramiko==2.11.0,pbr==5.11.1,prettytable==3.4.1,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.0.9,pyperclip==1.8.2,pyrsistent==0.18.1,python-dateutil==2.8.2,python-subunit==1.4.2,pytz==2022.4,PyYAML==6.0,requests==2.28.1,rfc3986==1.5.0,six==1.16.0,stestr==4.0.1,stevedore==5.0.0,-e git+https://opendev.org/openstack/tempest.git@a25e0dfc51139f89d925472b195fffdb7fac850b#egg=tempest,testscenarios==0.5.0,testtools==2.5.0,urllib3==1.26.12,voluptuous==0.13.1,wcwidth==0.2.5,wrapt==1.14.1,zipp==3.8.1 2025-03-07 07:52:42.117 | ___________________________________ summary ____________________________________ 2025-03-07 07:52:42.117 | full: skipped tests 2025-03-07 07:52:42.117 | congratulations :) 2025-03-07 07:52:42.117 | ++ lib/tempest:install_tempest:856 : /opt/stack//tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.vQg7wp15NP -r requirements.txt 2025-03-07 07:52:42.117 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (5.11.1) 2025-03-07 07:52:42.117 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 5)) (4.2.0) 2025-03-07 07:52:42.117 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (4.16.0) 2025-03-07 07:52:42.117 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (2.5.0) 2025-03-07 07:52:42.117 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (2.11.0) 2025-03-07 07:52:42.117 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (38.0.2) 2025-03-07 07:52:42.117 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (0.8.0) 2025-03-07 07:52:42.117 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (5.1.1) 2025-03-07 07:52:42.117 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (9.1.1) 2025-03-07 07:52:42.117 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (5.2.1) 2025-03-07 07:52:42.117 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 14)) (4.0.1) 2025-03-07 07:52:42.117 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 15)) (5.1.2) 2025-03-07 07:52:42.117 | Requirement already satisfied: oslo.utils>=4.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (6.1.0) 2025-03-07 07:52:42.117 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 17)) (4.0.1) 2025-03-07 07:52:42.117 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (6.0) 2025-03-07 07:52:42.117 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 19)) (1.4.2) 2025-03-07 07:52:42.117 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (5.0.0) 2025-03-07 07:52:42.117 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (3.4.1) 2025-03-07 07:52:42.117 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (1.26.12) 2025-03-07 07:52:42.117 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 23)) (2.5.0) 2025-03-07 07:52:42.117 | Requirement already satisfied: defusedxml>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 24)) (0.7.1) 2025-03-07 07:52:42.117 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 25)) (0.18) 2025-03-07 07:52:42.117 | Requirement already satisfied: testscenarios>=0.5.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 26)) (0.5.0) 2025-03-07 07:52:42.117 | 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 5)) (2.4.2) 2025-03-07 07:52:42.117 | 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 5)) (0.5.1) 2025-03-07 07:52:42.117 | Requirement already satisfied: importlib-metadata>=4.4 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (5.0.0) 2025-03-07 07:52:42.117 | Requirement already satisfied: attrs>=17.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (22.1.0) 2025-03-07 07:52:42.117 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.18.1) 2025-03-07 07:52:42.117 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from testtools>=2.2.0->-r requirements.txt (line 7)) (1.0.0) 2025-03-07 07:52:42.117 | Requirement already satisfied: bcrypt>=3.1.3 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (4.0.0) 2025-03-07 07:52:42.117 | Requirement already satisfied: six in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (1.16.0) 2025-03-07 07:52:42.117 | Requirement already satisfied: pynacl>=1.0.1 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (1.5.0) 2025-03-07 07:52:42.117 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 9)) (1.15.1) 2025-03-07 07:52:42.117 | 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 11)) (6.0.0) 2025-03-07 07:52:42.117 | 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 12)) (2.28.1) 2025-03-07 07:52:42.117 | 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 12)) (1.5.0) 2025-03-07 07:52:42.117 | Requirement already satisfied: pyinotify>=0.9.6 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (0.9.6) 2025-03-07 07:52:42.117 | 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 13)) (2.8.2) 2025-03-07 07:52:42.117 | 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 13)) (5.1.1) 2025-03-07 07:52:42.117 | Requirement already satisfied: future in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.18.3) 2025-03-07 07:52:42.117 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.13.1) 2025-03-07 07:52:42.117 | Requirement already satisfied: pytz>=2013.6 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (2022.4) 2025-03-07 07:52:42.118 | 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 15)) (1.0.4) 2025-03-07 07:52:42.118 | Requirement already satisfied: netifaces>=0.10.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (0.11.0) 2025-03-07 07:52:42.118 | Requirement already satisfied: pyparsing>=2.1.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (3.0.9) 2025-03-07 07:52:42.118 | Requirement already satisfied: iso8601>=0.1.11 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (1.1.0) 2025-03-07 07:52:42.118 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (23.1) 2025-03-07 07:52:42.118 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.10/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 21)) (0.2.5) 2025-03-07 07:52:42.118 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 23)) (1.14.1) 2025-03-07 07:52:42.118 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 9)) (2.21) 2025-03-07 07:52:42.118 | Requirement already satisfied: pyperclip>=1.6 in ./.tox/tempest/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (1.8.2) 2025-03-07 07:52:42.118 | Requirement already satisfied: zipp>=0.5 in ./.tox/tempest/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (3.8.1) 2025-03-07 07:52:42.118 | Requirement already satisfied: charset-normalizer<3,>=2 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.1.1) 2025-03-07 07:52:42.118 | 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 12)) (2025.1.31) 2025-03-07 07:52:42.118 | 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 12)) (3.4) 2025-03-07 07:52:42.118 | WARNING: There was an error checking the latest version of pip. 2025-03-07 07:52:42.118 | ++ lib/tempest:install_tempest:857 : PROJECT_VENV["tempest"]=/opt/stack//tempest/.tox/tempest 2025-03-07 07:52:42.118 | ++ lib/tempest:install_tempest:858 : rm -f /tmp/tempest_u_c_m.vQg7wp15NP 2025-03-07 07:52:42.118 | ++ lib/tempest:install_tempest:859 : popd 2025-03-07 07:52:42.118 | ~/devstack 2025-03-07 07:52:42.146 | [3562 Async install_tempest:33398]: finished install_tempest with result 0 in 21 seconds 2025-03-07 07:52:42.149 | ++ inc/async:async_wait:197 : return 0 2025-03-07 07:52:42.151 | ++ extras.d/80-tempest.sh:source:21 : echo_summary 'Initializing Tempest' 2025-03-07 07:52:42.153 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:52:42.155 | ++ stack.sh:echo_summary:455 : echo -e Initializing Tempest 2025-03-07 07:52:42.157 | ++ extras.d/80-tempest.sh:source:22 : configure_tempest 2025-03-07 07:52:42.159 | ++ lib/tempest:configure_tempest:192 : [[ False == \T\r\u\e ]] 2025-03-07 07:52:42.161 | ++ lib/tempest:configure_tempest:196 : pip_install_gr testrepository 2025-03-07 07:52:42.163 | ++ inc/python:pip_install_gr:76 : local name=testrepository 2025-03-07 07:52:42.165 | ++ inc/python:pip_install_gr:77 : local clean_name 2025-03-07 07:52:42.167 | +++ inc/python:pip_install_gr:78 : get_from_global_requirements testrepository 2025-03-07 07:52:42.168 | +++ inc/python:get_from_global_requirements:221 : local package=testrepository 2025-03-07 07:52:42.170 | +++ inc/python:get_from_global_requirements:222 : local required_pkg 2025-03-07 07:52:42.173 | ++++ inc/python:get_from_global_requirements:223 : grep -i -h '^testrepository' /opt/stack//requirements/global-requirements.txt 2025-03-07 07:52:42.173 | ++++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2025-03-07 07:52:42.176 | +++ inc/python:get_from_global_requirements:223 : required_pkg='testrepository ' 2025-03-07 07:52:42.178 | +++ inc/python:get_from_global_requirements:224 : [[ testrepository == '' ]] 2025-03-07 07:52:42.180 | +++ inc/python:get_from_global_requirements:227 : echo testrepository 2025-03-07 07:52:42.182 | ++ inc/python:pip_install_gr:78 : clean_name=testrepository 2025-03-07 07:52:42.183 | ++ inc/python:pip_install_gr:79 : pip_install testrepository 2025-03-07 07:52:42.198 | Using python 3.10 to install testrepository 2025-03-07 07:52:42.200 | ++ inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt testrepository 2025-03-07 07:52:43.341 | Collecting testrepository 2025-03-07 07:52:43.341 | Using cached testrepository-0.0.20-py3-none-any.whl 2025-03-07 07:52:43.353 | Requirement already satisfied: python-subunit>=0.0.18 in /usr/local/lib/python3.10/dist-packages (from testrepository) (1.4.2) 2025-03-07 07:52:43.354 | Requirement already satisfied: testtools>=0.9.30 in /usr/lib/python3/dist-packages (from testrepository) (2.5.0) 2025-03-07 07:52:43.354 | Requirement already satisfied: fixtures in /usr/local/lib/python3.10/dist-packages (from testrepository) (4.0.1) 2025-03-07 07:52:43.360 | Requirement already satisfied: extras in /usr/lib/python3/dist-packages (from python-subunit>=0.0.18->testrepository) (1.0.0) 2025-03-07 07:52:43.365 | Requirement already satisfied: pbr>=5.7.0 in /usr/local/lib/python3.10/dist-packages (from fixtures->testrepository) (5.11.1) 2025-03-07 07:52:44.414 | Installing collected packages: testrepository 2025-03-07 07:52:44.523 | Successfully installed testrepository-0.0.20 2025-03-07 07:52:44.524 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2025-03-07 07:52:44.628 | ++ inc/python:pip_install:196 : result=0 2025-03-07 07:52:44.630 | ++ inc/python:pip_install:198 : time_stop pip_install 2025-03-07 07:52:44.632 | ++ functions-common:time_stop:2435 : local name 2025-03-07 07:52:44.634 | ++ functions-common:time_stop:2436 : local end_time 2025-03-07 07:52:44.636 | ++ functions-common:time_stop:2437 : local elapsed_time 2025-03-07 07:52:44.637 | ++ functions-common:time_stop:2438 : local total 2025-03-07 07:52:44.639 | ++ functions-common:time_stop:2439 : local start_time 2025-03-07 07:52:44.641 | ++ functions-common:time_stop:2441 : name=pip_install 2025-03-07 07:52:44.642 | ++ functions-common:time_stop:2442 : start_time=1741333962195 2025-03-07 07:52:44.644 | ++ functions-common:time_stop:2444 : [[ -z 1741333962195 ]] 2025-03-07 07:52:44.646 | +++ functions-common:time_stop:2447 : date +%s%3N 2025-03-07 07:52:44.649 | ++ functions-common:time_stop:2447 : end_time=1741333964648 2025-03-07 07:52:44.651 | ++ functions-common:time_stop:2448 : elapsed_time=2453 2025-03-07 07:52:44.653 | ++ functions-common:time_stop:2449 : total=92676 2025-03-07 07:52:44.654 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2025-03-07 07:52:44.656 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=95129 2025-03-07 07:52:44.658 | ++ inc/python:pip_install:199 : return 0 2025-03-07 07:52:44.660 | ++ lib/tempest:configure_tempest:199 : local image_lines 2025-03-07 07:52:44.662 | ++ lib/tempest:configure_tempest:200 : local images 2025-03-07 07:52:44.663 | ++ lib/tempest:configure_tempest:201 : local num_images 2025-03-07 07:52:44.665 | ++ lib/tempest:configure_tempest:202 : local image_uuid 2025-03-07 07:52:44.667 | ++ lib/tempest:configure_tempest:203 : local image_uuid_alt 2025-03-07 07:52:44.668 | ++ lib/tempest:configure_tempest:204 : local password 2025-03-07 07:52:44.670 | ++ lib/tempest:configure_tempest:205 : local line 2025-03-07 07:52:44.672 | ++ lib/tempest:configure_tempest:206 : local flavors 2025-03-07 07:52:44.674 | ++ lib/tempest:configure_tempest:207 : local available_flavors 2025-03-07 07:52:44.675 | ++ lib/tempest:configure_tempest:208 : local flavors_ref 2025-03-07 07:52:44.677 | ++ lib/tempest:configure_tempest:209 : local flavor_lines 2025-03-07 07:52:44.679 | ++ lib/tempest:configure_tempest:210 : local flavor_ref_size 2025-03-07 07:52:44.681 | ++ lib/tempest:configure_tempest:211 : local flavor_ref_alt_size 2025-03-07 07:52:44.682 | ++ lib/tempest:configure_tempest:212 : local public_network_id 2025-03-07 07:52:44.684 | ++ lib/tempest:configure_tempest:213 : local public_router_id 2025-03-07 07:52:44.686 | ++ lib/tempest:configure_tempest:214 : local ssh_connect_method=floating 2025-03-07 07:52:44.687 | ++ lib/tempest:configure_tempest:215 : local disk 2025-03-07 07:52:44.689 | ++ lib/tempest:configure_tempest:218 : ifs=' 2025-03-07 07:52:44.689 | ' 2025-03-07 07:52:44.691 | ++ lib/tempest:configure_tempest:228 : declare -a images 2025-03-07 07:52:44.693 | ++ lib/tempest:configure_tempest:230 : is_service_enabled glance 2025-03-07 07:52:44.705 | ++ functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:52:44.707 | ++ lib/tempest:configure_tempest:231 : get_active_images images image_uuid image_uuid_alt 2025-03-07 07:52:44.708 | ++ lib/tempest:get_active_images:154 : declare -n img_array=images 2025-03-07 07:52:44.710 | ++ lib/tempest:get_active_images:155 : declare -n img_id=image_uuid 2025-03-07 07:52:44.712 | ++ lib/tempest:get_active_images:156 : declare -n img_id_alt=image_uuid_alt 2025-03-07 07:52:44.714 | ++ lib/tempest:get_active_images:159 : img_array=() 2025-03-07 07:52:44.716 | ++ lib/tempest:get_active_images:161 : read -r IMAGE_NAME IMAGE_UUID 2025-03-07 07:52:44.717 | +++ lib/tempest:get_active_images:153 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2025-03-07 07:52:44.717 | +++ lib/tempest:get_active_images:153 : oscwrap --os-cloud devstack-admin image list --property status=active 2025-03-07 07:52:45.995 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:52:45.998 | ++ lib/tempest:get_active_images:162 : '[' 'cirros-d240228-sparse;paraVirtual;vmxnet3' = '' ']' 2025-03-07 07:52:45.999 | ++ lib/tempest:get_active_images:166 : img_array+=($IMAGE_UUID) 2025-03-07 07:52:46.001 | ++ lib/tempest:get_active_images:161 : read -r IMAGE_NAME IMAGE_UUID 2025-03-07 07:52:46.003 | ++ lib/tempest:configure_tempest:233 : (( 1 < 1 )) 2025-03-07 07:52:46.005 | ++ lib/tempest:configure_tempest:247 : case "${#images[*]}" in 2025-03-07 07:52:46.006 | ++ lib/tempest:configure_tempest:253 : '[' -z '' ']' 2025-03-07 07:52:46.008 | ++ lib/tempest:configure_tempest:254 : image_uuid=e017c336-3a02-4b58-874a-44a1d1e154fd 2025-03-07 07:52:46.010 | ++ lib/tempest:configure_tempest:255 : image_uuid_alt=e017c336-3a02-4b58-874a-44a1d1e154fd 2025-03-07 07:52:46.012 | ++ lib/tempest:configure_tempest:269 : sudo install -d -o stack /opt/stack//tempest/etc 2025-03-07 07:52:46.021 | ++ lib/tempest:configure_tempest:270 : rm -f /opt/stack//tempest/etc/tempest.conf 2025-03-07 07:52:46.024 | ++ lib/tempest:configure_tempest:272 : local password=nomoresecret 2025-03-07 07:52:46.026 | ++ lib/tempest:configure_tempest:275 : local admin_username=admin 2025-03-07 07:52:46.028 | ++ lib/tempest:configure_tempest:276 : local admin_project_name=admin 2025-03-07 07:52:46.029 | ++ lib/tempest:configure_tempest:277 : local admin_domain_name=Default 2025-03-07 07:52:46.031 | ++ lib/tempest:configure_tempest:278 : local alt_username=alt_demo 2025-03-07 07:52:46.033 | ++ lib/tempest:configure_tempest:279 : local alt_project_name=alt_demo 2025-03-07 07:52:46.034 | ++ lib/tempest:configure_tempest:280 : local admin_project_id 2025-03-07 07:52:46.037 | +++ lib/tempest:configure_tempest:281 : oscwrap --os-cloud devstack-admin project list 2025-03-07 07:52:46.038 | +++ lib/tempest:configure_tempest:281 : awk '/ admin / { print $2 }' 2025-03-07 07:52:47.243 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:52:47.246 | ++ lib/tempest:configure_tempest:281 : admin_project_id=a06639ef48fd43768e273db76d6c8f54 2025-03-07 07:52:47.247 | ++ lib/tempest:configure_tempest:283 : is_service_enabled nova 2025-03-07 07:52:47.260 | ++ functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:52:47.262 | +++ lib/tempest:configure_tempest:286 : oscwrap --os-cloud devstack-admin flavor list 2025-03-07 07:52:48.485 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:52:48.488 | ++ lib/tempest:configure_tempest:286 : available_flavors='+----+-----------+-------+------+-----------+-------+-----------+ 2025-03-07 07:52:48.488 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-03-07 07:52:48.488 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-03-07 07:52:48.488 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-03-07 07:52:48.488 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-03-07 07:52:48.488 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-03-07 07:52:48.488 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-03-07 07:52:48.488 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-03-07 07:52:48.488 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-03-07 07:52:48.488 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-03-07 07:52:48.488 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-03-07 07:52:48.488 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-03-07 07:52:48.488 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-03-07 07:52:48.488 | +----+-----------+-------+------+-----------+-------+-----------+' 2025-03-07 07:52:48.489 | ++ lib/tempest:configure_tempest:287 : [[ -z '' ]] 2025-03-07 07:52:48.491 | ++ lib/tempest:configure_tempest:288 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2025-03-07 07:52:48.491 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-03-07 07:52:48.491 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-03-07 07:52:48.491 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-03-07 07:52:48.491 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-03-07 07:52:48.491 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-03-07 07:52:48.491 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-03-07 07:52:48.491 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-03-07 07:52:48.491 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-03-07 07:52:48.491 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-03-07 07:52:48.491 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-03-07 07:52:48.491 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-03-07 07:52:48.491 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-03-07 07:52:48.491 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.nano ]] 2025-03-07 07:52:48.494 | +++ lib/tempest:configure_tempest:290 : image_size_in_gib e017c336-3a02-4b58-874a-44a1d1e154fd 2025-03-07 07:52:48.495 | +++ lib/tempest:image_size_in_gib:119 : local size 2025-03-07 07:52:48.498 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show e017c336-3a02-4b58-874a-44a1d1e154fd -c size -f value 2025-03-07 07:52:49.747 | ++++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:52:49.750 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2025-03-07 07:52:49.752 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2025-03-07 07:52:49.753 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2025-03-07 07:52:49.777 | ++ lib/tempest:configure_tempest:290 : disk=1 2025-03-07 07:52:49.779 | ++ lib/tempest:configure_tempest:291 : openstack --os-cloud devstack-admin flavor create --id 42 --ram 128 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.nano 2025-03-07 07:52:50.904 | +----------------------------+-----------------------+ 2025-03-07 07:52:50.904 | | Field | Value | 2025-03-07 07:52:50.904 | +----------------------------+-----------------------+ 2025-03-07 07:52:50.904 | | OS-FLV-DISABLED:disabled | False | 2025-03-07 07:52:50.904 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-03-07 07:52:50.904 | | description | None | 2025-03-07 07:52:50.904 | | disk | 1 | 2025-03-07 07:52:50.904 | | id | 42 | 2025-03-07 07:52:50.904 | | name | m1.nano | 2025-03-07 07:52:50.904 | | os-flavor-access:is_public | True | 2025-03-07 07:52:50.904 | | properties | hw_rng:allowed='True' | 2025-03-07 07:52:50.904 | | ram | 128 | 2025-03-07 07:52:50.904 | | rxtx_factor | 1.0 | 2025-03-07 07:52:50.904 | | swap | | 2025-03-07 07:52:50.904 | | vcpus | 1 | 2025-03-07 07:52:50.904 | +----------------------------+-----------------------+ 2025-03-07 07:52:51.023 | ++ lib/tempest:configure_tempest:293 : flavor_ref=42 2025-03-07 07:52:51.025 | ++ lib/tempest:configure_tempest:294 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2025-03-07 07:52:51.025 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-03-07 07:52:51.025 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-03-07 07:52:51.025 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-03-07 07:52:51.025 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-03-07 07:52:51.025 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-03-07 07:52:51.025 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-03-07 07:52:51.025 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-03-07 07:52:51.025 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-03-07 07:52:51.025 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-03-07 07:52:51.025 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-03-07 07:52:51.025 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-03-07 07:52:51.025 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-03-07 07:52:51.025 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.micro ]] 2025-03-07 07:52:51.027 | +++ lib/tempest:configure_tempest:296 : image_size_in_gib e017c336-3a02-4b58-874a-44a1d1e154fd 2025-03-07 07:52:51.029 | +++ lib/tempest:image_size_in_gib:119 : local size 2025-03-07 07:52:51.032 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show e017c336-3a02-4b58-874a-44a1d1e154fd -c size -f value 2025-03-07 07:52:52.267 | ++++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:52:52.269 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2025-03-07 07:52:52.272 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2025-03-07 07:52:52.272 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2025-03-07 07:52:52.296 | ++ lib/tempest:configure_tempest:296 : disk=1 2025-03-07 07:52:52.298 | ++ lib/tempest:configure_tempest:297 : openstack --os-cloud devstack-admin flavor create --id 84 --ram 192 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.micro 2025-03-07 07:52:53.430 | +----------------------------+-----------------------+ 2025-03-07 07:52:53.430 | | Field | Value | 2025-03-07 07:52:53.430 | +----------------------------+-----------------------+ 2025-03-07 07:52:53.430 | | OS-FLV-DISABLED:disabled | False | 2025-03-07 07:52:53.430 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-03-07 07:52:53.430 | | description | None | 2025-03-07 07:52:53.430 | | disk | 1 | 2025-03-07 07:52:53.430 | | id | 84 | 2025-03-07 07:52:53.430 | | name | m1.micro | 2025-03-07 07:52:53.430 | | os-flavor-access:is_public | True | 2025-03-07 07:52:53.430 | | properties | hw_rng:allowed='True' | 2025-03-07 07:52:53.430 | | ram | 192 | 2025-03-07 07:52:53.430 | | rxtx_factor | 1.0 | 2025-03-07 07:52:53.430 | | swap | | 2025-03-07 07:52:53.430 | | vcpus | 1 | 2025-03-07 07:52:53.430 | +----------------------------+-----------------------+ 2025-03-07 07:52:53.544 | ++ lib/tempest:configure_tempest:299 : flavor_ref_alt=84 2025-03-07 07:52:53.546 | ++ lib/tempest:configure_tempest:348 : iniset /opt/stack//tempest/etc/tempest.conf network project_network_cidr 192.168.128.0/17 2025-03-07 07:52:53.572 | ++ lib/tempest:configure_tempest:350 : ssh_connect_method=floating 2025-03-07 07:52:53.573 | ++ lib/tempest:configure_tempest:356 : [[ True == \T\r\u\e ]] 2025-03-07 07:52:53.575 | ++ lib/tempest:configure_tempest:356 : is_networking_extension_supported external-net 2025-03-07 07:52:53.577 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=external-net 2025-03-07 07:52:53.579 | +++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2025-03-07 07:52:54.815 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:52:54.817 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2025-03-07 07:52:54.817 | address-scope 2025-03-07 07:52:54.817 | router-admin-state-down-before-update 2025-03-07 07:52:54.817 | agent 2025-03-07 07:52:54.817 | agent-resources-synced 2025-03-07 07:52:54.817 | allowed-address-pairs 2025-03-07 07:52:54.817 | auto-allocated-topology 2025-03-07 07:52:54.817 | availability_zone 2025-03-07 07:52:54.817 | availability_zone_filter 2025-03-07 07:52:54.817 | default-subnetpools 2025-03-07 07:52:54.817 | dhcp_agent_scheduler 2025-03-07 07:52:54.817 | dvr 2025-03-07 07:52:54.817 | empty-string-filtering 2025-03-07 07:52:54.817 | external-net 2025-03-07 07:52:54.817 | extra_dhcp_opt 2025-03-07 07:52:54.817 | extraroute 2025-03-07 07:52:54.817 | extraroute-atomic 2025-03-07 07:52:54.817 | filter-validation 2025-03-07 07:52:54.817 | floating-ip-port-forwarding-detail 2025-03-07 07:52:54.817 | fip-port-details 2025-03-07 07:52:54.817 | flavors 2025-03-07 07:52:54.817 | floatingip-pools 2025-03-07 07:52:54.817 | ip-substring-filtering 2025-03-07 07:52:54.817 | router 2025-03-07 07:52:54.817 | ext-gw-mode 2025-03-07 07:52:54.817 | l3-ha 2025-03-07 07:52:54.817 | l3-flavors 2025-03-07 07:52:54.817 | l3-port-ip-change-not-allowed 2025-03-07 07:52:54.817 | l3_agent_scheduler 2025-03-07 07:52:54.817 | multi-provider 2025-03-07 07:52:54.817 | net-mtu 2025-03-07 07:52:54.817 | net-mtu-writable 2025-03-07 07:52:54.817 | network_availability_zone 2025-03-07 07:52:54.817 | network-ip-availability 2025-03-07 07:52:54.817 | pagination 2025-03-07 07:52:54.817 | port-device-profile 2025-03-07 07:52:54.817 | port-mac-override 2025-03-07 07:52:54.817 | port-mac-address-regenerate 2025-03-07 07:52:54.817 | port-numa-affinity-policy 2025-03-07 07:52:54.817 | binding 2025-03-07 07:52:54.817 | binding-extended 2025-03-07 07:52:54.817 | port-security 2025-03-07 07:52:54.817 | project-id 2025-03-07 07:52:54.817 | provider 2025-03-07 07:52:54.817 | quota-check-limit 2025-03-07 07:52:54.817 | quotas 2025-03-07 07:52:54.817 | quota_details 2025-03-07 07:52:54.817 | rbac-policies 2025-03-07 07:52:54.817 | rbac-address-group 2025-03-07 07:52:54.817 | rbac-address-scope 2025-03-07 07:52:54.817 | rbac-security-groups 2025-03-07 07:52:54.817 | rbac-subnetpool 2025-03-07 07:52:54.817 | revision-if-match 2025-03-07 07:52:54.817 | standard-attr-revisions 2025-03-07 07:52:54.817 | router_availability_zone 2025-03-07 07:52:54.817 | security-groups-normalized-cidr 2025-03-07 07:52:54.817 | port-security-groups-filtering 2025-03-07 07:52:54.817 | security-groups-remote-address-group 2025-03-07 07:52:54.818 | security-groups-shared-filtering 2025-03-07 07:52:54.818 | security-group 2025-03-07 07:52:54.818 | service-type 2025-03-07 07:52:54.818 | sorting 2025-03-07 07:52:54.818 | standard-attr-description 2025-03-07 07:52:54.818 | stateful-security-group 2025-03-07 07:52:54.818 | subnet_onboard 2025-03-07 07:52:54.818 | subnet-service-types 2025-03-07 07:52:54.818 | subnet_allocation 2025-03-07 07:52:54.818 | subnetpool-prefix-ops 2025-03-07 07:52:54.818 | standard-attr-tag 2025-03-07 07:52:54.818 | standard-attr-timestamp 2025-03-07 07:52:54.818 | nsxt-ops' 2025-03-07 07:52:54.819 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2025-03-07 07:52:54.819 | address-scope 2025-03-07 07:52:54.819 | router-admin-state-down-before-update 2025-03-07 07:52:54.819 | agent 2025-03-07 07:52:54.819 | agent-resources-synced 2025-03-07 07:52:54.819 | allowed-address-pairs 2025-03-07 07:52:54.819 | auto-allocated-topology 2025-03-07 07:52:54.819 | availability_zone 2025-03-07 07:52:54.819 | availability_zone_filter 2025-03-07 07:52:54.819 | default-subnetpools 2025-03-07 07:52:54.819 | dhcp_agent_scheduler 2025-03-07 07:52:54.819 | dvr 2025-03-07 07:52:54.819 | empty-string-filtering 2025-03-07 07:52:54.819 | external-net 2025-03-07 07:52:54.819 | extra_dhcp_opt 2025-03-07 07:52:54.819 | extraroute 2025-03-07 07:52:54.819 | extraroute-atomic 2025-03-07 07:52:54.819 | filter-validation 2025-03-07 07:52:54.819 | floating-ip-port-forwarding-detail 2025-03-07 07:52:54.819 | fip-port-details 2025-03-07 07:52:54.819 | flavors 2025-03-07 07:52:54.819 | floatingip-pools 2025-03-07 07:52:54.819 | ip-substring-filtering 2025-03-07 07:52:54.819 | router 2025-03-07 07:52:54.819 | ext-gw-mode 2025-03-07 07:52:54.819 | l3-ha 2025-03-07 07:52:54.819 | l3-flavors 2025-03-07 07:52:54.819 | l3-port-ip-change-not-allowed 2025-03-07 07:52:54.819 | l3_agent_scheduler 2025-03-07 07:52:54.819 | multi-provider 2025-03-07 07:52:54.819 | net-mtu 2025-03-07 07:52:54.819 | net-mtu-writable 2025-03-07 07:52:54.819 | network_availability_zone 2025-03-07 07:52:54.819 | network-ip-availability 2025-03-07 07:52:54.819 | pagination 2025-03-07 07:52:54.819 | port-device-profile 2025-03-07 07:52:54.819 | port-mac-override 2025-03-07 07:52:54.819 | port-mac-address-regenerate 2025-03-07 07:52:54.819 | port-numa-affinity-policy 2025-03-07 07:52:54.819 | binding 2025-03-07 07:52:54.819 | binding-extended 2025-03-07 07:52:54.819 | port-security 2025-03-07 07:52:54.819 | project-id 2025-03-07 07:52:54.819 | provider 2025-03-07 07:52:54.819 | quota-check-limit 2025-03-07 07:52:54.819 | quotas 2025-03-07 07:52:54.819 | quota_details 2025-03-07 07:52:54.819 | rbac-policies 2025-03-07 07:52:54.819 | rbac-address-group 2025-03-07 07:52:54.819 | rbac-address-scope 2025-03-07 07:52:54.819 | rbac-security-groups 2025-03-07 07:52:54.819 | rbac-subnetpool 2025-03-07 07:52:54.819 | revision-if-match 2025-03-07 07:52:54.819 | standard-attr-revisions 2025-03-07 07:52:54.819 | router_availability_zone 2025-03-07 07:52:54.819 | security-groups-normalized-cidr 2025-03-07 07:52:54.819 | port-security-groups-filtering 2025-03-07 07:52:54.819 | security-groups-remote-address-group 2025-03-07 07:52:54.819 | security-groups-shared-filtering 2025-03-07 07:52:54.819 | security-group 2025-03-07 07:52:54.820 | service-type 2025-03-07 07:52:54.820 | sorting 2025-03-07 07:52:54.820 | standard-attr-description 2025-03-07 07:52:54.820 | stateful-security-group 2025-03-07 07:52:54.820 | subnet_onboard 2025-03-07 07:52:54.820 | subnet-service-types 2025-03-07 07:52:54.820 | subnet_allocation 2025-03-07 07:52:54.820 | subnetpool-prefix-ops 2025-03-07 07:52:54.820 | standard-attr-tag 2025-03-07 07:52:54.820 | standard-attr-timestamp 2025-03-07 07:52:54.820 | nsxt-ops =~ external-net ]] 2025-03-07 07:52:54.821 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2025-03-07 07:52:54.823 | +++ lib/tempest:configure_tempest:357 : oscwrap --os-cloud devstack-admin network show -f value -c id public 2025-03-07 07:52:56.146 | +++ functions-common:oscwrap:2475 : return 0 2025-03-07 07:52:56.148 | ++ lib/tempest:configure_tempest:357 : public_network_id=f1fc3fc7-6a7c-4767-beb5-06c319ac3794 2025-03-07 07:52:56.150 | ++ lib/tempest:configure_tempest:359 : openstack --os-cloud devstack-admin --os-region RegionOne network create --share shared 2025-03-07 07:52:57.326 | +---------------------------+--------------------------------------+ 2025-03-07 07:52:57.326 | | Field | Value | 2025-03-07 07:52:57.326 | +---------------------------+--------------------------------------+ 2025-03-07 07:52:57.326 | | admin_state_up | UP | 2025-03-07 07:52:57.326 | | availability_zone_hints | | 2025-03-07 07:52:57.326 | | availability_zones | | 2025-03-07 07:52:57.326 | | created_at | 2025-03-07T07:52:57Z | 2025-03-07 07:52:57.326 | | description | | 2025-03-07 07:52:57.326 | | dns_domain | None | 2025-03-07 07:52:57.326 | | id | 6f8eb533-989d-48a0-b84e-5549e9b4efc9 | 2025-03-07 07:52:57.326 | | ipv4_address_scope | None | 2025-03-07 07:52:57.326 | | ipv6_address_scope | None | 2025-03-07 07:52:57.326 | | is_default | False | 2025-03-07 07:52:57.326 | | is_vlan_transparent | None | 2025-03-07 07:52:57.326 | | mtu | 8950 | 2025-03-07 07:52:57.326 | | name | shared | 2025-03-07 07:52:57.326 | | port_security_enabled | True | 2025-03-07 07:52:57.326 | | project_id | a06639ef48fd43768e273db76d6c8f54 | 2025-03-07 07:52:57.326 | | provider:network_type | vlan | 2025-03-07 07:52:57.326 | | provider:physical_network | default | 2025-03-07 07:52:57.326 | | provider:segmentation_id | 104 | 2025-03-07 07:52:57.326 | | qos_policy_id | None | 2025-03-07 07:52:57.326 | | revision_number | 1 | 2025-03-07 07:52:57.326 | | router:external | Internal | 2025-03-07 07:52:57.326 | | segments | None | 2025-03-07 07:52:57.326 | | shared | True | 2025-03-07 07:52:57.326 | | status | ACTIVE | 2025-03-07 07:52:57.326 | | subnets | | 2025-03-07 07:52:57.326 | | tags | | 2025-03-07 07:52:57.326 | | tenant_id | a06639ef48fd43768e273db76d6c8f54 | 2025-03-07 07:52:57.326 | | updated_at | 2025-03-07T07:52:57Z | 2025-03-07 07:52:57.326 | +---------------------------+--------------------------------------+ 2025-03-07 07:52:57.452 | ++ lib/tempest:configure_tempest:360 : 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-03-07 07:52:58.745 | +----------------------+--------------------------------------+ 2025-03-07 07:52:58.745 | | Field | Value | 2025-03-07 07:52:58.745 | +----------------------+--------------------------------------+ 2025-03-07 07:52:58.745 | | allocation_pools | 192.168.233.2-192.168.233.254 | 2025-03-07 07:52:58.745 | | cidr | 192.168.233.0/24 | 2025-03-07 07:52:58.745 | | created_at | 2025-03-07T07:52:58Z | 2025-03-07 07:52:58.745 | | description | shared-subnet | 2025-03-07 07:52:58.745 | | dns_nameservers | | 2025-03-07 07:52:58.745 | | dns_publish_fixed_ip | None | 2025-03-07 07:52:58.745 | | enable_dhcp | True | 2025-03-07 07:52:58.745 | | gateway_ip | 192.168.233.1 | 2025-03-07 07:52:58.745 | | host_routes | | 2025-03-07 07:52:58.745 | | id | 48bcf115-2334-470f-960e-893ee4d62eb4 | 2025-03-07 07:52:58.746 | | ip_version | 4 | 2025-03-07 07:52:58.746 | | ipv6_address_mode | None | 2025-03-07 07:52:58.746 | | ipv6_ra_mode | None | 2025-03-07 07:52:58.746 | | name | shared-subnet | 2025-03-07 07:52:58.746 | | network_id | 6f8eb533-989d-48a0-b84e-5549e9b4efc9 | 2025-03-07 07:52:58.746 | | project_id | a06639ef48fd43768e273db76d6c8f54 | 2025-03-07 07:52:58.746 | | revision_number | 0 | 2025-03-07 07:52:58.746 | | segment_id | None | 2025-03-07 07:52:58.746 | | service_types | | 2025-03-07 07:52:58.746 | | subnetpool_id | None | 2025-03-07 07:52:58.746 | | tags | | 2025-03-07 07:52:58.746 | | updated_at | 2025-03-07T07:52:58Z | 2025-03-07 07:52:58.746 | +----------------------+--------------------------------------+ 2025-03-07 07:52:58.867 | ++ lib/tempest:configure_tempest:363 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_syslog False 2025-03-07 07:52:58.893 | ++ lib/tempest:configure_tempest:366 : iniset /opt/stack//tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2025-03-07 07:52:58.917 | ++ lib/tempest:configure_tempest:367 : mkdir -p /opt/stack/data/tempest 2025-03-07 07:52:58.920 | ++ lib/tempest:configure_tempest:368 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_stderr False 2025-03-07 07:52:58.943 | ++ lib/tempest:configure_tempest:369 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT log_file tempest.log 2025-03-07 07:52:58.965 | ++ lib/tempest:configure_tempest:370 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT debug True 2025-03-07 07:52:58.988 | ++ lib/tempest:configure_tempest:373 : iniset /opt/stack//tempest/etc/tempest.conf compute build_timeout 196 2025-03-07 07:52:59.012 | ++ lib/tempest:configure_tempest:374 : iniset /opt/stack//tempest/etc/tempest.conf volume build_timeout 196 2025-03-07 07:52:59.036 | ++ lib/tempest:configure_tempest:377 : iniset /opt/stack//tempest/etc/tempest.conf identity uri http://10.180.1.21/identity/v2.0/ 2025-03-07 07:52:59.060 | ++ lib/tempest:configure_tempest:378 : iniset /opt/stack//tempest/etc/tempest.conf identity uri_v3 http://10.180.1.21/identity/v3 2025-03-07 07:52:59.083 | ++ lib/tempest:configure_tempest:379 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2025-03-07 07:52:59.106 | ++ lib/tempest:configure_tempest:380 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_duration 10 2025-03-07 07:52:59.128 | ++ lib/tempest:configure_tempest:381 : iniset /opt/stack//tempest/etc/tempest.conf identity user_unique_last_password_count 2 2025-03-07 07:52:59.150 | ++ lib/tempest:configure_tempest:382 : [[ True == \T\r\u\e ]] 2025-03-07 07:52:59.152 | ++ lib/tempest:configure_tempest:383 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_username admin 2025-03-07 07:52:59.178 | ++ lib/tempest:configure_tempest:384 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_password nomoresecret 2025-03-07 07:52:59.201 | ++ lib/tempest:configure_tempest:385 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_project_name admin 2025-03-07 07:52:59.223 | ++ lib/tempest:configure_tempest:386 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_domain_name Default 2025-03-07 07:52:59.246 | ++ lib/tempest:configure_tempest:388 : '[' '' == True ']' 2025-03-07 07:52:59.247 | ++ lib/tempest:configure_tempest:393 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2025-03-07 07:52:59.272 | ++ lib/tempest:configure_tempest:395 : iniset /opt/stack//tempest/etc/tempest.conf identity auth_version v3 2025-03-07 07:52:59.295 | ++ lib/tempest:configure_tempest:396 : [[ '' != \v\2 ]] 2025-03-07 07:52:59.296 | ++ lib/tempest:configure_tempest:398 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2025-03-07 07:52:59.320 | ++ lib/tempest:configure_tempest:401 : is_service_enabled tls-proxy 2025-03-07 07:52:59.333 | ++ functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:52:59.335 | ++ lib/tempest:configure_tempest:406 : [[ True = True ]] 2025-03-07 07:52:59.337 | ++ lib/tempest:configure_tempest:407 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2025-03-07 07:52:59.361 | ++ lib/tempest:configure_tempest:412 : is_service_enabled ldap 2025-03-07 07:52:59.373 | ++ functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:52:59.374 | ++ lib/tempest:configure_tempest:418 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled project_tags True 2025-03-07 07:52:59.396 | ++ lib/tempest:configure_tempest:422 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2025-03-07 07:52:59.418 | ++ lib/tempest:configure_tempest:426 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled access_rules True 2025-03-07 07:52:59.441 | ++ lib/tempest:configure_tempest:431 : [[ ! -z '' ]] 2025-03-07 07:52:59.443 | ++ lib/tempest:configure_tempest:434 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled import_image False 2025-03-07 07:52:59.467 | ++ lib/tempest:configure_tempest:435 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled os_glance_reserved True 2025-03-07 07:52:59.490 | ++ lib/tempest:configure_tempest:436 : is_service_enabled g-api-r 2025-03-07 07:52:59.502 | ++ functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:52:59.503 | ++ lib/tempest:configure_tempest:441 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref e017c336-3a02-4b58-874a-44a1d1e154fd 2025-03-07 07:52:59.527 | ++ lib/tempest:configure_tempest:442 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref_alt e017c336-3a02-4b58-874a-44a1d1e154fd 2025-03-07 07:52:59.550 | ++ lib/tempest:configure_tempest:443 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref 42 2025-03-07 07:52:59.573 | ++ lib/tempest:configure_tempest:444 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref_alt 84 2025-03-07 07:52:59.596 | ++ lib/tempest:configure_tempest:445 : iniset /opt/stack//tempest/etc/tempest.conf validation connect_method floating 2025-03-07 07:52:59.621 | ++ lib/tempest:configure_tempest:446 : is_service_enabled neutron 2025-03-07 07:52:59.633 | ++ functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:52:59.635 | ++ lib/tempest:configure_tempest:454 : [[ -n '' ]] 2025-03-07 07:52:59.637 | ++ lib/tempest:configure_tempest:464 : local tempest_compute_min_microversion=None 2025-03-07 07:52:59.638 | ++ lib/tempest:configure_tempest:465 : local tempest_compute_max_microversion=2.95 2025-03-07 07:52:59.640 | ++ lib/tempest:configure_tempest:468 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2025-03-07 07:52:59.642 | ++ lib/tempest:configure_tempest:472 : '[' None == None ']' 2025-03-07 07:52:59.644 | ++ lib/tempest:configure_tempest:473 : inicomment /opt/stack//tempest/etc/tempest.conf compute min_microversion 2025-03-07 07:52:59.657 | ++ lib/tempest:configure_tempest:477 : '[' 2.95 == None ']' 2025-03-07 07:52:59.659 | ++ lib/tempest:configure_tempest:480 : iniset /opt/stack//tempest/etc/tempest.conf compute max_microversion 2.95 2025-03-07 07:52:59.682 | ++ lib/tempest:configure_tempest:483 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled personality False 2025-03-07 07:52:59.707 | ++ lib/tempest:configure_tempest:484 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled resize True 2025-03-07 07:52:59.730 | ++ lib/tempest:configure_tempest:485 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migration False 2025-03-07 07:52:59.754 | ++ lib/tempest:configure_tempest:486 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled change_password False 2025-03-07 07:52:59.776 | ++ lib/tempest:configure_tempest:487 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration False 2025-03-07 07:52:59.799 | ++ lib/tempest:configure_tempest:488 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2025-03-07 07:52:59.823 | ++ lib/tempest:configure_tempest:489 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume True 2025-03-07 07:52:59.847 | ++ lib/tempest:configure_tempest:492 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled hostname_fqdn_sanitization True 2025-03-07 07:52:59.871 | ++ lib/tempest:configure_tempest:494 : [[ -n ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2025-03-07 07:52:59.873 | ++ lib/tempest:configure_tempest:495 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled scheduler_enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2025-03-07 07:52:59.896 | ++ lib/tempest:configure_tempest:498 : [[ False == \T\r\u\e ]] 2025-03-07 07:52:59.898 | ++ lib/tempest:configure_tempest:502 : is_service_enabled n-novnc 2025-03-07 07:52:59.912 | ++ functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:52:59.913 | ++ lib/tempest:configure_tempest:507 : iniset /opt/stack//tempest/etc/tempest.conf network project_networks_reachable false 2025-03-07 07:52:59.936 | ++ lib/tempest:configure_tempest:508 : iniset /opt/stack//tempest/etc/tempest.conf network public_network_id f1fc3fc7-6a7c-4767-beb5-06c319ac3794 2025-03-07 07:52:59.959 | ++ lib/tempest:configure_tempest:509 : iniset /opt/stack//tempest/etc/tempest.conf network public_router_id '' 2025-03-07 07:52:59.981 | ++ lib/tempest:configure_tempest:510 : iniset /opt/stack//tempest/etc/tempest.conf network default_network 192.168.128.0/17 2025-03-07 07:53:00.003 | ++ lib/tempest:configure_tempest:511 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6 False 2025-03-07 07:53:00.029 | ++ lib/tempest:configure_tempest:512 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2025-03-07 07:53:00.051 | ++ lib/tempest:configure_tempest:513 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled port_security True 2025-03-07 07:53:00.074 | ++ lib/tempest:configure_tempest:515 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope neutron False 2025-03-07 07:53:00.098 | ++ lib/tempest:configure_tempest:518 : SCENARIO_IMAGE_DIR=/opt/stack/devstack/files 2025-03-07 07:53:00.100 | ++ lib/tempest:configure_tempest:519 : SCENARIO_IMAGE_FILE= 2025-03-07 07:53:00.102 | ++ lib/tempest:configure_tempest:520 : iniset /opt/stack//tempest/etc/tempest.conf scenario img_file /opt/stack/devstack/files/ 2025-03-07 07:53:00.126 | ++ lib/tempest:configure_tempest:523 : TEMPEST_SSH_NETWORK_NAME=private 2025-03-07 07:53:00.128 | ++ lib/tempest:configure_tempest:524 : is_provider_network 2025-03-07 07:53:00.130 | ++ functions-common:is_provider_network:2284 : '[' '' == True ']' 2025-03-07 07:53:00.131 | ++ functions-common:is_provider_network:2287 : return 1 2025-03-07 07:53:00.133 | ++ lib/tempest:configure_tempest:528 : iniset /opt/stack//tempest/etc/tempest.conf validation run_validation True 2025-03-07 07:53:00.156 | ++ lib/tempest:configure_tempest:529 : iniset /opt/stack//tempest/etc/tempest.conf validation ip_version_for_ssh 4 2025-03-07 07:53:00.178 | ++ lib/tempest:configure_tempest:530 : iniset /opt/stack//tempest/etc/tempest.conf validation ssh_timeout 196 2025-03-07 07:53:00.200 | ++ lib/tempest:configure_tempest:531 : iniset /opt/stack//tempest/etc/tempest.conf validation image_ssh_user cirros 2025-03-07 07:53:00.222 | ++ lib/tempest:configure_tempest:532 : iniset /opt/stack//tempest/etc/tempest.conf validation image_alt_ssh_user cirros 2025-03-07 07:53:00.244 | ++ lib/tempest:configure_tempest:533 : iniset /opt/stack//tempest/etc/tempest.conf validation network_for_ssh private 2025-03-07 07:53:00.267 | ++ lib/tempest:configure_tempest:537 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-03-07 07:53:00.269 | +++ lib/tempest:configure_tempest:540 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2025-03-07 07:53:00.281 | ++ lib/tempest:configure_tempest:540 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_snapshot False 2025-03-07 07:53:00.305 | ++ lib/tempest:configure_tempest:542 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-03-07 07:53:00.308 | +++ lib/tempest:configure_tempest:545 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2025-03-07 07:53:00.320 | ++ lib/tempest:configure_tempest:545 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_volume False 2025-03-07 07:53:00.343 | ++ lib/tempest:configure_tempest:548 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-03-07 07:53:00.345 | +++ lib/tempest:configure_tempest:551 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2025-03-07 07:53:00.358 | ++ lib/tempest:configure_tempest:551 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume False 2025-03-07 07:53:00.381 | ++ lib/tempest:configure_tempest:553 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-03-07 07:53:00.383 | +++ lib/tempest:configure_tempest:556 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2025-03-07 07:53:00.395 | ++ lib/tempest:configure_tempest:556 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled volume_revert False 2025-03-07 07:53:00.417 | ++ lib/tempest:configure_tempest:557 : local tempest_volume_min_microversion=None 2025-03-07 07:53:00.419 | ++ lib/tempest:configure_tempest:558 : local tempest_volume_max_microversion=3.70 2025-03-07 07:53:00.421 | ++ lib/tempest:configure_tempest:559 : '[' None == None ']' 2025-03-07 07:53:00.423 | ++ lib/tempest:configure_tempest:560 : inicomment /opt/stack//tempest/etc/tempest.conf volume min_microversion 2025-03-07 07:53:00.436 | ++ lib/tempest:configure_tempest:565 : '[' 3.70 == None ']' 2025-03-07 07:53:00.438 | ++ lib/tempest:configure_tempest:568 : iniset /opt/stack//tempest/etc/tempest.conf volume max_microversion 3.70 2025-03-07 07:53:00.460 | ++ lib/tempest:configure_tempest:571 : is_service_enabled c-bak 2025-03-07 07:53:00.472 | ++ functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:53:00.474 | ++ lib/tempest:configure_tempest:572 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled backup False 2025-03-07 07:53:00.497 | ++ lib/tempest:configure_tempest:578 : [[ -n vmdk:vsphere ]] 2025-03-07 07:53:00.499 | ++ lib/tempest:configure_tempest:578 : [[ vmdk:vsphere =~ .*,.* ]] 2025-03-07 07:53:00.501 | ++ lib/tempest:configure_tempest:598 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2025-03-07 07:53:00.502 | ++ lib/tempest:configure_tempest:602 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2025-03-07 07:53:00.504 | ++ lib/tempest:configure_tempest:607 : [[ False == \T\r\u\e ]] 2025-03-07 07:53:00.506 | ++ lib/tempest:configure_tempest:616 : local tempest_placement_min_microversion=None 2025-03-07 07:53:00.508 | ++ lib/tempest:configure_tempest:617 : local tempest_placement_max_microversion=1.39 2025-03-07 07:53:00.510 | ++ lib/tempest:configure_tempest:618 : '[' None == None ']' 2025-03-07 07:53:00.511 | ++ lib/tempest:configure_tempest:619 : inicomment /opt/stack//tempest/etc/tempest.conf placement min_microversion 2025-03-07 07:53:00.525 | ++ lib/tempest:configure_tempest:623 : '[' 1.39 == None ']' 2025-03-07 07:53:00.527 | ++ lib/tempest:configure_tempest:626 : iniset /opt/stack//tempest/etc/tempest.conf placement max_microversion 1.39 2025-03-07 07:53:00.551 | ++ lib/tempest:configure_tempest:630 : '[' vsphere = ironic ']' 2025-03-07 07:53:00.553 | ++ lib/tempest:configure_tempest:644 : '[' vsphere = libvirt ']' 2025-03-07 07:53:00.554 | ++ lib/tempest:configure_tempest:668 : local service 2025-03-07 07:53:00.556 | ++ lib/tempest:configure_tempest:669 : local tempest_services=key,glance,nova,neutron,cinder,swift,horizon 2025-03-07 07:53:00.558 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2025-03-07 07:53:00.560 | ++ lib/tempest:configure_tempest:671 : is_service_enabled key 2025-03-07 07:53:00.572 | ++ functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:53:00.574 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available key True 2025-03-07 07:53:00.598 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2025-03-07 07:53:00.600 | ++ lib/tempest:configure_tempest:671 : is_service_enabled glance 2025-03-07 07:53:00.612 | ++ functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:53:00.614 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available glance True 2025-03-07 07:53:00.636 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2025-03-07 07:53:00.638 | ++ lib/tempest:configure_tempest:671 : is_service_enabled nova 2025-03-07 07:53:00.650 | ++ functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:53:00.652 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available nova True 2025-03-07 07:53:00.674 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2025-03-07 07:53:00.676 | ++ lib/tempest:configure_tempest:671 : is_service_enabled neutron 2025-03-07 07:53:00.688 | ++ functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:53:00.690 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available neutron True 2025-03-07 07:53:00.713 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2025-03-07 07:53:00.715 | ++ lib/tempest:configure_tempest:671 : is_service_enabled cinder 2025-03-07 07:53:00.727 | ++ functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:53:00.729 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available cinder True 2025-03-07 07:53:00.751 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2025-03-07 07:53:00.753 | ++ lib/tempest:configure_tempest:671 : is_service_enabled swift 2025-03-07 07:53:00.765 | ++ functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:53:00.767 | ++ lib/tempest:configure_tempest:674 : iniset /opt/stack//tempest/etc/tempest.conf service_available swift False 2025-03-07 07:53:00.789 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2025-03-07 07:53:00.791 | ++ lib/tempest:configure_tempest:671 : is_service_enabled horizon 2025-03-07 07:53:00.804 | ++ functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:53:00.805 | ++ lib/tempest:configure_tempest:674 : iniset /opt/stack//tempest/etc/tempest.conf service_available horizon False 2025-03-07 07:53:00.828 | ++ lib/tempest:configure_tempest:682 : [[ False == True ]] 2025-03-07 07:53:00.830 | ++ lib/tempest:configure_tempest:682 : [[ False == True ]] 2025-03-07 07:53:00.832 | ++ lib/tempest:configure_tempest:688 : [[ False == True ]] 2025-03-07 07:53:00.833 | ++ lib/tempest:configure_tempest:688 : [[ False == True ]] 2025-03-07 07:53:00.835 | ++ lib/tempest:configure_tempest:692 : [[ False == True ]] 2025-03-07 07:53:00.837 | ++ lib/tempest:configure_tempest:692 : [[ False == True ]] 2025-03-07 07:53:00.839 | ++ lib/tempest:configure_tempest:696 : [[ False == True ]] 2025-03-07 07:53:00.841 | ++ lib/tempest:configure_tempest:696 : [[ False == True ]] 2025-03-07 07:53:00.843 | ++ lib/tempest:configure_tempest:700 : [[ False == True ]] 2025-03-07 07:53:00.844 | ++ lib/tempest:configure_tempest:700 : [[ False == True ]] 2025-03-07 07:53:00.846 | ++ lib/tempest:configure_tempest:704 : '[' vsphere = libvirt ']' 2025-03-07 07:53:00.848 | ++ lib/tempest:configure_tempest:714 : local tmp_cfg_file 2025-03-07 07:53:00.851 | +++ lib/tempest:configure_tempest:715 : mktemp 2025-03-07 07:53:00.854 | ++ lib/tempest:configure_tempest:715 : tmp_cfg_file=/tmp/tmp.43TeTXo6Hw 2025-03-07 07:53:00.856 | ++ lib/tempest:configure_tempest:716 : cd /opt/stack//tempest 2025-03-07 07:53:00.857 | ++ lib/tempest:configure_tempest:718 : local tmp_u_c_m 2025-03-07 07:53:00.860 | +++ lib/tempest:configure_tempest:719 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2025-03-07 07:53:00.863 | ++ lib/tempest:configure_tempest:719 : tmp_u_c_m=/tmp/tempest_u_c_m.BCcEs7j2SD 2025-03-07 07:53:00.865 | ++ lib/tempest:configure_tempest:720 : set_tempest_venv_constraints /tmp/tempest_u_c_m.BCcEs7j2SD 2025-03-07 07:53:00.866 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2025-03-07 07:53:00.868 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.BCcEs7j2SD 2025-03-07 07:53:00.870 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ /opt/stack//requirements/upper-constraints.txt == \m\a\s\t\e\r ]] 2025-03-07 07:53:00.872 | ++ lib/tempest:set_tempest_venv_constraints:139 : echo 'Using /opt/stack//requirements/upper-constraints.txt constraints in Tempest virtual env.' 2025-03-07 07:53:00.872 | Using /opt/stack//requirements/upper-constraints.txt constraints in Tempest virtual env. 2025-03-07 07:53:00.874 | ++ lib/tempest:set_tempest_venv_constraints:140 : cat /opt/stack//requirements/upper-constraints.txt 2025-03-07 07:53:00.877 | ++ lib/tempest:set_tempest_venv_constraints:143 : export UPPER_CONSTRAINTS_FILE=/opt/stack//requirements/upper-constraints.txt 2025-03-07 07:53:00.879 | ++ lib/tempest:set_tempest_venv_constraints:143 : UPPER_CONSTRAINTS_FILE=/opt/stack//requirements/upper-constraints.txt 2025-03-07 07:53:00.881 | ++ lib/tempest:set_tempest_venv_constraints:144 : export TOX_CONSTRAINTS_FILE=/opt/stack//requirements/upper-constraints.txt 2025-03-07 07:53:00.882 | ++ lib/tempest:set_tempest_venv_constraints:144 : TOX_CONSTRAINTS_FILE=/opt/stack//requirements/upper-constraints.txt 2025-03-07 07:53:00.884 | ++ lib/tempest:configure_tempest:721 : [[ False != \T\r\u\e ]] 2025-03-07 07:53:00.886 | ++ lib/tempest:configure_tempest:722 : tox -revenv-tempest --notest 2025-03-07 07:53:01.109 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2025-03-07 07:53:01.496 | venv-tempest installdeps: -c/opt/stack//requirements/upper-constraints.txt, -r/opt/stack/tempest/requirements.txt 2025-03-07 07:53:09.933 | venv-tempest develop-inst: /opt/stack/tempest 2025-03-07 07:53:12.975 | venv-tempest installed: attrs==22.1.0,autopage==0.5.1,bcrypt==4.0.0,certifi==2025.1.31,cffi==1.15.1,charset-normalizer==2.1.1,cliff==4.2.0,cmd2==2.4.2,cryptography==38.0.2,debtcollector==2.5.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.18,fixtures==4.0.1,future==0.18.3,idna==3.4,importlib-metadata==5.0.0,iso8601==1.1.0,jsonschema==4.16.0,msgpack==1.0.4,netaddr==0.8.0,netifaces==0.11.0,oslo.concurrency==5.1.1,oslo.config==9.1.1,oslo.context==5.1.1,oslo.i18n==6.0.0,oslo.log==5.2.1,oslo.serialization==5.1.2,oslo.utils==6.1.0,packaging==23.1,paramiko==2.11.0,pbr==5.11.1,prettytable==3.4.1,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.0.9,pyperclip==1.8.2,pyrsistent==0.18.1,python-dateutil==2.8.2,python-subunit==1.4.2,pytz==2022.4,PyYAML==6.0,requests==2.28.1,rfc3986==1.5.0,six==1.16.0,stestr==4.0.1,stevedore==5.0.0,-e git+https://opendev.org/openstack/tempest.git@a25e0dfc51139f89d925472b195fffdb7fac850b#egg=tempest,testscenarios==0.5.0,testtools==2.5.0,urllib3==1.26.12,voluptuous==0.13.1,wcwidth==0.2.5,wrapt==1.14.1,zipp==3.8.1 2025-03-07 07:53:12.975 | ___________________________________ summary ____________________________________ 2025-03-07 07:53:12.975 | venv-tempest: skipped tests 2025-03-07 07:53:12.975 | congratulations :) 2025-03-07 07:53:12.996 | ++ lib/tempest:configure_tempest:724 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.BCcEs7j2SD -r requirements.txt 2025-03-07 07:53:13.540 | /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-03-07 07:53:13.540 | warnings.warn( 2025-03-07 07:53:13.540 | /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-03-07 07:53:13.540 | warnings.warn( 2025-03-07 07:53:13.626 | venv-tempest develop-inst-noop: /opt/stack/tempest 2025-03-07 07:53:14.008 | venv-tempest installed: attrs==22.1.0,autopage==0.5.1,bcrypt==4.0.0,certifi==2025.1.31,cffi==1.15.1,charset-normalizer==2.1.1,cliff==4.2.0,cmd2==2.4.2,cryptography==38.0.2,debtcollector==2.5.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.18,fixtures==4.0.1,future==0.18.3,idna==3.4,importlib-metadata==5.0.0,iso8601==1.1.0,jsonschema==4.16.0,msgpack==1.0.4,netaddr==0.8.0,netifaces==0.11.0,oslo.concurrency==5.1.1,oslo.config==9.1.1,oslo.context==5.1.1,oslo.i18n==6.0.0,oslo.log==5.2.1,oslo.serialization==5.1.2,oslo.utils==6.1.0,packaging==23.1,paramiko==2.11.0,pbr==5.11.1,prettytable==3.4.1,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.0.9,pyperclip==1.8.2,pyrsistent==0.18.1,python-dateutil==2.8.2,python-subunit==1.4.2,pytz==2022.4,PyYAML==6.0,requests==2.28.1,rfc3986==1.5.0,six==1.16.0,stestr==4.0.1,stevedore==5.0.0,-e git+https://opendev.org/openstack/tempest.git@a25e0dfc51139f89d925472b195fffdb7fac850b#egg=tempest,testscenarios==0.5.0,testtools==2.5.0,urllib3==1.26.12,voluptuous==0.13.1,wcwidth==0.2.5,wrapt==1.14.1,zipp==3.8.1 2025-03-07 07:53:14.008 | venv-tempest run-test-pre: PYTHONHASHSEED='1826087654' 2025-03-07 07:53:14.008 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.BCcEs7j2SD -r requirements.txt 2025-03-07 07:53:14.819 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (5.11.1) 2025-03-07 07:53:14.820 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 5)) (4.2.0) 2025-03-07 07:53:14.823 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (4.16.0) 2025-03-07 07:53:14.823 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (2.5.0) 2025-03-07 07:53:14.823 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (2.11.0) 2025-03-07 07:53:14.823 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (38.0.2) 2025-03-07 07:53:14.824 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (0.8.0) 2025-03-07 07:53:14.825 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (5.1.1) 2025-03-07 07:53:14.843 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (9.1.1) 2025-03-07 07:53:14.844 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (5.2.1) 2025-03-07 07:53:14.845 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 14)) (4.0.1) 2025-03-07 07:53:14.846 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 15)) (5.1.2) 2025-03-07 07:53:14.847 | Requirement already satisfied: oslo.utils>=4.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (6.1.0) 2025-03-07 07:53:14.847 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 17)) (4.0.1) 2025-03-07 07:53:14.848 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (6.0) 2025-03-07 07:53:14.849 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 19)) (1.4.2) 2025-03-07 07:53:14.850 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (5.0.0) 2025-03-07 07:53:14.851 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (3.4.1) 2025-03-07 07:53:14.851 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (1.26.12) 2025-03-07 07:53:14.852 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 23)) (2.5.0) 2025-03-07 07:53:14.853 | Requirement already satisfied: defusedxml>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 24)) (0.7.1) 2025-03-07 07:53:14.854 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 25)) (0.18) 2025-03-07 07:53:14.854 | Requirement already satisfied: testscenarios>=0.5.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 26)) (0.5.0) 2025-03-07 07:53:14.860 | Requirement already satisfied: importlib-metadata>=4.4 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (5.0.0) 2025-03-07 07:53:14.861 | 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 5)) (0.5.1) 2025-03-07 07:53:14.862 | 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 5)) (2.4.2) 2025-03-07 07:53:14.879 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.18.1) 2025-03-07 07:53:14.880 | Requirement already satisfied: attrs>=17.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (22.1.0) 2025-03-07 07:53:14.885 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from testtools>=2.2.0->-r requirements.txt (line 7)) (1.0.0) 2025-03-07 07:53:14.900 | Requirement already satisfied: six in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (1.16.0) 2025-03-07 07:53:14.901 | Requirement already satisfied: pynacl>=1.0.1 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (1.5.0) 2025-03-07 07:53:14.902 | Requirement already satisfied: bcrypt>=3.1.3 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (4.0.0) 2025-03-07 07:53:14.919 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 9)) (1.15.1) 2025-03-07 07:53:14.926 | 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 11)) (6.0.0) 2025-03-07 07:53:14.943 | 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 12)) (2.28.1) 2025-03-07 07:53:14.944 | 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 12)) (1.5.0) 2025-03-07 07:53:14.964 | Requirement already satisfied: pyinotify>=0.9.6 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (0.9.6) 2025-03-07 07:53:14.965 | 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 13)) (5.1.1) 2025-03-07 07:53:14.966 | 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 13)) (2.8.2) 2025-03-07 07:53:14.978 | Requirement already satisfied: future in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.18.3) 2025-03-07 07:53:14.979 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.13.1) 2025-03-07 07:53:14.984 | 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 15)) (1.0.4) 2025-03-07 07:53:14.985 | Requirement already satisfied: pytz>=2013.6 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (2022.4) 2025-03-07 07:53:14.991 | Requirement already satisfied: netifaces>=0.10.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (0.11.0) 2025-03-07 07:53:14.992 | Requirement already satisfied: pyparsing>=2.1.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (3.0.9) 2025-03-07 07:53:14.994 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (23.1) 2025-03-07 07:53:14.994 | Requirement already satisfied: iso8601>=0.1.11 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (1.1.0) 2025-03-07 07:53:15.017 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.10/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 21)) (0.2.5) 2025-03-07 07:53:15.037 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 23)) (1.14.1) 2025-03-07 07:53:15.083 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 9)) (2.21) 2025-03-07 07:53:15.106 | Requirement already satisfied: pyperclip>=1.6 in ./.tox/tempest/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (1.8.2) 2025-03-07 07:53:15.129 | Requirement already satisfied: zipp>=0.5 in ./.tox/tempest/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (3.8.1) 2025-03-07 07:53:15.184 | 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 12)) (3.4) 2025-03-07 07:53:15.184 | Requirement already satisfied: charset-normalizer<3,>=2 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.1.1) 2025-03-07 07:53:15.185 | 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 12)) (2025.1.31) 2025-03-07 07:53:15.300 | WARNING: There was an error checking the latest version of pip. 2025-03-07 07:53:15.376 | ___________________________________ summary ____________________________________ 2025-03-07 07:53:15.377 | venv-tempest: commands succeeded 2025-03-07 07:53:15.377 | congratulations :) 2025-03-07 07:53:15.397 | ++ lib/tempest:configure_tempest:725 : rm -f /tmp/tempest_u_c_m.BCcEs7j2SD 2025-03-07 07:53:15.401 | ++ lib/tempest:configure_tempest:728 : [[ False == \T\r\u\e ]] 2025-03-07 07:53:15.403 | ++ lib/tempest:configure_tempest:736 : [[ True == \F\a\l\s\e ]] 2025-03-07 07:53:15.405 | ++ lib/tempest:configure_tempest:740 : iniset /opt/stack//tempest/etc/tempest.conf auth use_dynamic_credentials True 2025-03-07 07:53:15.428 | ++ lib/tempest:configure_tempest:746 : tox -evenv -- tempest verify-config -uro /tmp/tmp.43TeTXo6Hw 2025-03-07 07:53:15.657 | venv create: /opt/stack/tempest/.tox/venv 2025-03-07 07:53:15.941 | venv installdeps: -c/opt/stack//requirements/upper-constraints.txt, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt 2025-03-07 07:53:28.483 | venv develop-inst: /opt/stack/tempest 2025-03-07 07:53:32.339 | venv installed: alabaster==0.7.12,attrs==22.1.0,autopage==0.5.1,Babel==2.10.3,bcrypt==4.0.0,certifi==2025.1.31,cffi==1.15.1,charset-normalizer==2.1.1,cliff==4.2.0,cmd2==2.4.2,cryptography==38.0.2,debtcollector==2.5.0,defusedxml==0.7.1,docutils==0.17.1,dulwich==0.20.46,extras==1.0.0,fasteners==0.18,fixtures==4.0.1,future==0.18.3,idna==3.4,imagesize==1.4.1,importlib-metadata==5.0.0,iso8601==1.1.0,Jinja2==3.1.2,jsonschema==4.16.0,MarkupSafe==2.1.1,msgpack==1.0.4,netaddr==0.8.0,netifaces==0.11.0,openstackdocstheme==3.1.0,oslo.concurrency==5.1.1,oslo.config==9.1.1,oslo.context==5.1.1,oslo.i18n==6.0.0,oslo.log==5.2.1,oslo.serialization==5.1.2,oslo.utils==6.1.0,packaging==23.1,paramiko==2.11.0,pbr==5.11.1,prettytable==3.4.1,pycparser==2.21,Pygments==2.13.0,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.0.9,pyperclip==1.8.2,pyrsistent==0.18.1,python-dateutil==2.8.2,python-subunit==1.4.2,pytz==2022.4,PyYAML==6.0,reno==4.0.0,requests==2.28.1,rfc3986==1.5.0,six==1.16.0,snowballstemmer==2.2.0,Sphinx==4.5.0,sphinxcontrib-applehelp==1.0.2,sphinxcontrib-devhelp==1.0.2,sphinxcontrib-htmlhelp==2.0.0,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-qthelp==1.0.3,sphinxcontrib-serializinghtml==1.1.5,sphinxcontrib-svg2pdfconverter==1.2.0,stestr==4.0.1,stevedore==5.0.0,-e git+https://opendev.org/openstack/tempest.git@a25e0dfc51139f89d925472b195fffdb7fac850b#egg=tempest,testscenarios==0.5.0,testtools==2.5.0,urllib3==1.26.12,voluptuous==0.13.1,wcwidth==0.2.5,wrapt==1.14.1,zipp==3.8.1 2025-03-07 07:53:32.339 | venv run-test-pre: PYTHONHASHSEED='1834384592' 2025-03-07 07:53:32.339 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.43TeTXo6Hw 2025-03-07 07:53:32.757 | /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-03-07 07:53:32.757 | FORMAT_CHECKER = jsonschema.draft4_format_checker 2025-03-07 07:53:32.757 | /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-03-07 07:53:32.757 | @jsonschema.FormatChecker.cls_checks('base64') 2025-03-07 07:53:32.994 | /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-03-07 07:53:32.994 | warnings.warn( 2025-03-07 07:53:33.394 | /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-03-07 07:53:33.394 | _client = klass(auth_provider=auth_provider, **kwargs) 2025-03-07 07:53:33.975 | ___________________________________ summary ____________________________________ 2025-03-07 07:53:33.975 | venv: commands succeeded 2025-03-07 07:53:33.975 | congratulations :) 2025-03-07 07:53:33.995 | ++ lib/tempest:configure_tempest:751 : is_service_enabled q-metering neutron-metering 2025-03-07 07:53:34.008 | ++ functions-common:is_service_enabled:2091 : return 1 2025-03-07 07:53:34.010 | ++ lib/tempest:configure_tempest:752 : DISABLE_NETWORK_API_EXTENSIONS+=', metering' 2025-03-07 07:53:34.012 | ++ lib/tempest:configure_tempest:756 : is_service_enabled q-l3 neutron-l3 2025-03-07 07:53:34.024 | ++ functions-common:is_service_enabled:2091 : return 0 2025-03-07 07:53:34.026 | ++ lib/tempest:configure_tempest:760 : DEFAULT_NET_EXT=address-scope,agent,allowed-address-pairs,auto-allocated-topology 2025-03-07 07:53:34.028 | ++ lib/tempest:configure_tempest:761 : DEFAULT_NET_EXT+=,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler 2025-03-07 07:53:34.030 | ++ lib/tempest:configure_tempest:762 : DEFAULT_NET_EXT+=,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors 2025-03-07 07:53:34.032 | ++ lib/tempest:configure_tempest:763 : DEFAULT_NET_EXT+=,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu 2025-03-07 07:53:34.033 | ++ lib/tempest:configure_tempest:764 : DEFAULT_NET_EXT+=,network-ip-availability,network_availability_zone,pagination 2025-03-07 07:53:34.035 | ++ lib/tempest:configure_tempest:765 : DEFAULT_NET_EXT+=,port-security,project-id,provider,quotas,quota_details,rbac-policies 2025-03-07 07:53:34.037 | ++ lib/tempest:configure_tempest:766 : DEFAULT_NET_EXT+=,revision-if-match,router,router_availability_zone,security-group,service-type,sorting 2025-03-07 07:53:34.039 | ++ lib/tempest:configure_tempest:767 : DEFAULT_NET_EXT+=,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp 2025-03-07 07:53:34.041 | ++ lib/tempest:configure_tempest:768 : DEFAULT_NET_EXT+=,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering 2025-03-07 07:53:34.043 | ++ lib/tempest:configure_tempest:769 : DEFAULT_NET_EXT+=,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate 2025-03-07 07:53:34.045 | ++ lib/tempest:configure_tempest:770 : DEFAULT_NET_EXT+=,port-security-groups-filtering,fip-port-details,binding-extended 2025-03-07 07:53:34.046 | ++ lib/tempest:configure_tempest:771 : DEFAULT_NET_EXT+=,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced 2025-03-07 07:53:34.048 | ++ lib/tempest:configure_tempest:772 : DEFAULT_NET_EXT+=,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update 2025-03-07 07:53:34.050 | ++ lib/tempest:configure_tempest:773 : DEFAULT_NET_EXT+=,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic 2025-03-07 07:53:34.052 | ++ lib/tempest:configure_tempest:774 : DEFAULT_NET_EXT+=,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details 2025-03-07 07:53:34.054 | ++ lib/tempest:configure_tempest:775 : DEFAULT_NET_EXT+=,rbac-address-group,port-device-profile 2025-03-07 07:53:34.056 | ++ lib/tempest:configure_tempest:776 : DEFAULT_NET_EXT+=,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn 2025-03-07 07:53:34.058 | ++ lib/tempest:configure_tempest:777 : DEFAULT_NET_EXT+=,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges 2025-03-07 07:53:34.060 | ++ lib/tempest:configure_tempest:779 : DEFAULT_NET_EXT+=,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit 2025-03-07 07:53:34.062 | ++ lib/tempest:configure_tempest:780 : DEFAULT_NET_EXT+=,port-resource-request-groups 2025-03-07 07:53:34.064 | ++ lib/tempest:configure_tempest:782 : DEFAULT_NET_EXT+=,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete 2025-03-07 07:53:34.066 | ++ lib/tempest:configure_tempest:784 : DEFAULT_NET_EXT+=,port-hints,floating-ip-distributed 2025-03-07 07:53:34.068 | ++ lib/tempest:configure_tempest:785 : 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 2025-03-07 07:53:34.070 | ++ lib/tempest:configure_tempest:786 : [[ ! -z , metering ]] 2025-03-07 07:53:34.073 | +++ lib/tempest:configure_tempest:788 : iniget /tmp/tmp.43TeTXo6Hw network-feature-enabled api_extensions 2025-03-07 07:53:34.073 | +++ lib/tempest:configure_tempest:788 : tr -d ' ' 2025-03-07 07:53:34.088 | ++ lib/tempest:configure_tempest:788 : 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,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-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-03-07 07:53:34.091 | +++ lib/tempest:configure_tempest:790 : 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,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-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-03-07 07:53:34.093 | +++ 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,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-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-03-07 07:53:34.095 | +++ lib/tempest:remove_disabled_extensions:111 : shift 2025-03-07 07:53:34.097 | +++ lib/tempest:remove_disabled_extensions:112 : local 'disabled_exts=, metering' 2025-03-07 07:53:34.099 | +++ 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,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-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-03-07 07:53:34.113 | +++ functions-common:remove_disabled_services:2122 : _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,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-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-03-07 07:53:34.128 | ++ lib/tempest:configure_tempest:790 : 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,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-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-03-07 07:53:34.130 | ++ lib/tempest:configure_tempest:792 : [[ -n '' ]] 2025-03-07 07:53:34.132 | ++ lib/tempest:configure_tempest:795 : 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,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-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-03-07 07:53:34.154 | ++ lib/tempest:configure_tempest:797 : DEFAULT_SWIFT_OPT=account_quotas,bulk_delete,bulk_upload,container_quotas 2025-03-07 07:53:34.156 | ++ lib/tempest:configure_tempest:798 : DEFAULT_SWIFT_OPT+=,container_sync,crossdomain,formpost,ratelimit,slo 2025-03-07 07:53:34.158 | ++ lib/tempest:configure_tempest:799 : DEFAULT_SWIFT_OPT+=,staticweb,tempauth,tempurl,versioned_writes 2025-03-07 07:53:34.160 | ++ lib/tempest:configure_tempest:800 : 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-03-07 07:53:34.162 | ++ lib/tempest:configure_tempest:801 : [[ ! -z '' ]] 2025-03-07 07:53:34.164 | ++ lib/tempest:configure_tempest:807 : 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-03-07 07:53:34.189 | ++ lib/tempest:configure_tempest:809 : DEFAULT_VOL_EXT=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups 2025-03-07 07:53:34.191 | ++ lib/tempest:configure_tempest:810 : DEFAULT_VOL_EXT+=,encryption,os-admin-actions,os-availability-zone 2025-03-07 07:53:34.193 | ++ lib/tempest:configure_tempest:811 : DEFAULT_VOL_EXT+=,os-extended-services,os-extended-snapshot-attributes 2025-03-07 07:53:34.195 | ++ lib/tempest:configure_tempest:812 : DEFAULT_VOL_EXT+=,os-hosts,os-quota-class-sets,os-quota-sets 2025-03-07 07:53:34.196 | ++ lib/tempest:configure_tempest:813 : DEFAULT_VOL_EXT+=,os-services,os-snapshot-actions,os-snapshot-manage 2025-03-07 07:53:34.198 | ++ lib/tempest:configure_tempest:814 : DEFAULT_VOL_EXT+=,os-snapshot-unmanage,os-types-extra-specs,os-types-manage 2025-03-07 07:53:34.200 | ++ lib/tempest:configure_tempest:815 : DEFAULT_VOL_EXT+=,os-used-limits,os-vol-host-attr,os-vol-image-meta 2025-03-07 07:53:34.202 | ++ lib/tempest:configure_tempest:816 : DEFAULT_VOL_EXT+=,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions 2025-03-07 07:53:34.204 | ++ lib/tempest:configure_tempest:817 : DEFAULT_VOL_EXT+=,os-volume-encryption-metadata,os-volume-manage 2025-03-07 07:53:34.206 | ++ lib/tempest:configure_tempest:818 : DEFAULT_VOL_EXT+=,os-volume-transfer,os-volume-type-access 2025-03-07 07:53:34.208 | ++ lib/tempest:configure_tempest:819 : DEFAULT_VOL_EXT+=,os-volume-unmanage,qos-specs,scheduler-stats 2025-03-07 07:53:34.210 | ++ lib/tempest:configure_tempest:820 : 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-03-07 07:53:34.212 | ++ lib/tempest:configure_tempest:821 : [[ ! -z '' ]] 2025-03-07 07:53:34.214 | ++ lib/tempest:configure_tempest:827 : 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-03-07 07:53:34.237 | ++ lib/tempest:configure_tempest:830 : IFS=' 2025-03-07 07:53:34.237 | ' 2025-03-07 07:53:34.239 | ++ extras.d/80-tempest.sh:source:23 : echo_summary 'Installing Tempest Plugins' 2025-03-07 07:53:34.241 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2025-03-07 07:53:34.243 | ++ stack.sh:echo_summary:455 : echo -e Installing Tempest Plugins 2025-03-07 07:53:34.245 | ++ extras.d/80-tempest.sh:source:24 : install_tempest_plugins 2025-03-07 07:53:34.247 | ++ lib/tempest:install_tempest_plugins:864 : pushd /opt/stack//tempest 2025-03-07 07:53:34.247 | ~/tempest ~/tempest 2025-03-07 07:53:34.249 | ++ lib/tempest:install_tempest_plugins:865 : [[ 0 != 0 ]] 2025-03-07 07:53:34.251 | ++ lib/tempest:install_tempest_plugins:874 : popd 2025-03-07 07:53:34.251 | ~/tempest 2025-03-07 07:53:34.253 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-03-07 07:53:34.255 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-03-07 07:53:34.258 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2025-03-07 07:53:34.260 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-03-07 07:53:34.262 | + functions-common:run_phase:1890 : run_plugins stack test-config 2025-03-07 07:53:34.264 | + functions-common:run_plugins:1849 : local mode=stack 2025-03-07 07:53:34.266 | + functions-common:run_plugins:1850 : local phase=test-config 2025-03-07 07:53:34.268 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2025-03-07 07:53:34.271 | + functions-common:run_plugins:1853 : local plugin 2025-03-07 07:53:34.273 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2025-03-07 07:53:34.275 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2025-03-07 07:53:34.277 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-03-07 07:53:34.279 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack test-config 2025-03-07 07:53:34.281 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-03-07 07:53:34.283 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:53:34.285 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2025-03-07 07:53:34.287 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:53:34.289 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-03-07 07:53:34.291 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-03-07 07:53:34.293 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ test-config == \e\x\t\r\a ]] 2025-03-07 07:53:34.296 | + stack.sh:main:1495 : merge_config_group /opt/stack/devstack/local.conf test-config 2025-03-07 07:53:34.298 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-03-07 07:53:34.300 | + inc/meta-config:merge_config_group:171 : shift 2025-03-07 07:53:34.302 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2025-03-07 07:53:34.304 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-03-07 07:53:34.306 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-03-07 07:53:34.308 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-03-07 07:53:34.311 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf test-config 2025-03-07 07:53:34.313 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-03-07 07:53:34.315 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2025-03-07 07:53:34.317 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-03-07 07:53:34.319 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2025-03-07 07:53:34.319 | /^\[\[.+\|.*\]\]/ { 2025-03-07 07:53:34.319 | gsub("[][]", "", $1); 2025-03-07 07:53:34.319 | split($1, a, "|"); 2025-03-07 07:53:34.319 | if (a[1] == matchgroup) 2025-03-07 07:53:34.319 | print a[2] 2025-03-07 07:53:34.319 | } 2025-03-07 07:53:34.319 | ' /opt/stack/devstack/local.conf ========================= DevStack Component Timing (times are in seconds) ========================= wait_for_service 10 async_wait 44 osc 156 apt-get 24 test_with_retry 3 dbsync 2 pip_install 95 apt-get-update 8 run_process 15 git_timed 107 ------------------------- Unaccounted time 46 ========================= Total runtime 510 ================= Async summary ================= Time spent in the background minus waits: 180 sec Elapsed time: 510 sec Time if we did everything serially: 690 sec Speedup: 1.35294 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.1 Change: cef64817b0feba1837cb7c55a97c1095b8c827eb Update TARGET_BRANCH to unmaintained/2023.1 2024-11-20 13:41:02 +0100 OS Version: Ubuntu 22.04 jammy